stocks

Fetches real-time stock prices and metrics from Yahoo Finance APIs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/TerrifiedBug/nanoclaw-skills --skill stocks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stocks
Source: https://github.com/TerrifiedBug/nanoclaw-skills/tree/main/plugins/nanoclaw-stocks/files/container-skills
Command: npx skills add https://github.com/TerrifiedBug/nanoclaw-skills --skill stocks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access current stock prices, changes, volumes, and key financial metrics without leaving your workflow.

Core Features & Use Cases

  • Real-time Quotes: Retrieve price, change, volume, and currency for any ticker via Yahoo Finance.
  • Financial Metrics: Access P/E ratio, market cap, 52-week high/low, and other fundamentals for quick assessments.
  • Use Case: A user asks for the latest price of AAPL and wants a 1-day change and 52-week range to decide whether to buy.

Quick Start

Ask for a ticker symbol to retrieve the latest price and basic financials.

Frequently Asked Questions about stocks

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

FAQPage Schema
How do I get real-time stock prices and financial metrics for a ticker symbol?

To get real-time stock prices and financial metrics, request a ticker symbol and the Skill fetches current price, change, volume, currency, and 52-week high/low data via Yahoo Finance endpoints. It parses the JSON responses to extract and present the requested financial data instantly.

Can I retrieve stock quotes and market cap for multiple tickers at once?

Yes, you can retrieve stock quotes and market cap for multiple tickers at once. The Skill applies to quick inquiries for single or multiple symbols, allowing you to monitor a portfolio or perform a basic comparative analysis across requested ticker symbols without leaving your workflow.

What specific financial data can I access when checking a stock price?

When checking a stock price, you can access real-time price, price changes, volume, currency, P/E ratio, market cap, and 52-week high/low ranges. These financial metrics are fetched on demand to provide a quick assessment for deciding whether to buy or monitor a position.

What is the best way to monitor my portfolio using real-time stock quotes?

The best way to monitor your portfolio using real-time stock quotes is to request your batch of ticker symbols together. The Skill fetches the latest price, 1-day change, and volume for each symbol, enabling quick comparative analysis across your entire portfolio within a single inquiry.

Does this stock price retrieval method require any external dependencies?

No external dependencies are required for this stock price retrieval method. The Skill operates independently using curl to query Yahoo Finance endpoints, parses the returned JSON data, and presents the extracted price and financial metrics directly without needing additional components or libraries.

Why does my stock ticker query return missing P/E ratio or market cap data?

Your stock ticker query might return missing P/E ratio or market cap data if the Yahoo Finance endpoint does not have the fundamentals available for that specific symbol. The Skill parses JSON responses to extract available metrics, so certain financial data may be absent for non-standard or newly listed tickers.