stock-price-tracker

Fetch real-time stock prices for multiple symbols via Yahoo Finance.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/hailingu/llm-prompts --skill stock-price-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-price-tracker
Source: https://github.com/hailingu/llm-prompts/tree/main/skills/stock-price-tracker
Command: npx skills add https://github.com/hailingu/llm-prompts --skill stock-price-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, yfinance, and includes scripts (resource) components.

What problem does it solve?

This skill provides real-time stock price retrieval using Yahoo Finance's public API, enabling AI agents to access current market data and present it in clean, consumable JSON.

Core Features & Use Cases

  • Real-time data: Retrieve current price, daily change, volume, and market cap for multiple symbols.
  • Standardized output: Returns structured JSON or CSV for seamless integration with agents and dashboards.
  • Reliability & access: Includes rate-limiting protection, retry logic, and optional proxy support for robust operation in diverse environments.
  • Use Case: An AI portfolio assistant queries AAPL, MSFT, and GOOGL prices to alert when thresholds are crossed.

Quick Start

Query current prices for AAPL, MSFT, and GOOGL and receive structured JSON output.

Frequently Asked Questions about stock-price-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch real-time stock prices for multiple symbols and get JSON output?

You can fetch real-time stock prices for multiple symbols via Yahoo Finance and receive structured JSON output. This approach retrieves current price, daily change, volume, and market cap data suitable for seamless integration into agent workflows and dashboards.

Can I use yfinance to retrieve current market data for AI agent workflows?

Yes, yfinance is used to retrieve current market data for AI agent workflows. The skill applies to portfolio monitoring and price-triggered actions, providing deterministic output and multi-symbol support across multiple exchanges.

Does this real-time stock price tracker handle rate-limiting and retries?

Yes, the real-time stock price tracker includes rate-limiting protection and retry logic. It also offers optional proxy support to ensure robust operation and reliable data fetching when querying Yahoo Finance in diverse environments.

What is the best way to get structured stock market data for portfolio monitoring?

The best way to get structured stock market data for portfolio monitoring is using a Yahoo Finance wrapper that returns standardized JSON or CSV. This provides current price, daily change, volume, and market cap for multiple symbols.

What stock price data points can I retrieve with Yahoo Finance for automated alerts?

With Yahoo Finance, you can retrieve current price, daily change, volume, and market cap for automated alert workflows. An AI portfolio assistant can query these metrics to alert users when specific thresholds are crossed.

Why does my yfinance stock price query fail in restrictive network environments?

Your yfinance stock price query may fail in restrictive network environments due to blocked connections or rate limits. This skill provides optional proxy support and built-in retry logic to ensure robust operation in diverse environments.