stock-quote

Retrieve real-time and historical stock prices via Yahoo Finance API.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill stock-quote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-quote
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/stock-quote
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill stock-quote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides real-time stock prices and historical data for US, Hong Kong, and A-shares, helping users stay informed about market movements and investment performance.

Core Features & Use Cases

  • Real-time Stock Prices: Get current prices for popular US stocks like Apple, Microsoft, Google, Amazon, Meta, Tesla, and Nvidia.
  • Historical Data: Access historical data for in-depth analysis.
  • Pre/Post-Market Data: View pre-market and after-hours trading prices during active market hours.
  • Batch Queries: Query multiple stocks simultaneously for efficiency.
  • Use Case: A user can ask "What's the current stock price for Tesla and Apple?" and receive immediate, up-to-date information.

Quick Start

Ask me to check the stock price for Apple and Microsoft.

Frequently Asked Questions about stock-quote

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

FAQPage Schema
How do I get real-time stock prices for US, Hong Kong, and A-shares?

You can retrieve real-time stock prices by querying specific ticker symbols or company names. The Skill fetches current market data directly from the Yahoo Finance API for US, Hong Kong, and A-share markets.

Can I query multiple stock prices at the same time?

Yes, you can perform batch queries to check multiple stocks simultaneously. For example, you can ask for the current stock price for Tesla and Apple in a single request to receive immediate, up-to-date information.

Does this tool provide historical stock market data for investing analysis?

Yes, the tool provides historical stock data for in-depth analysis alongside real-time prices. You can access historical market data to track investment performance over time.

How do I find pre-market and after-hours trading data for popular stocks?

You can view pre-market and after-hours trading prices by querying popular US stocks during active market hours. The Skill retrieves this extended hours data directly through direct HTTP requests.

Why does the stock quote tool use direct HTTP requests to Yahoo Finance?

The tool utilizes direct HTTP requests to query1.finance.yahoo.com specifically to mitigate rate limiting. This approach ensures more reliable retrieval of real-time and historical market data.

What stock market data do I need to retrieve current prices by company name?

You only need to provide the company name or ticker symbol to retrieve current prices. The Skill supports querying popular stocks like Apple, Microsoft, and Nvidia without requiring additional market data inputs.