/install yahoo-data-fetcher
Yahoo Data Fetcher – Stock Quote
Get current stock price data from Yahoo Finance.
This skill fetches the latest market quote for one or more stock symbols and returns normalized JSON output.
Command
/stock quote
Fetch the latest quote for one or more stock symbols.
Input
symbols(string or array of strings)
Examples:
"AAPL""AAPL MSFT TSLA""AAPL,MSFT,TSLA"["AAPL", "MSFT"]{ "symbols": ["AAPL", "MSFT"] }
Output
For each symbol:
symbol– stock tickerprice– latest market pricechange– absolute price changechangePercent– percentage changecurrency– trading currencymarketState– market status (e.g.REGULAR,CLOSED)
Example output:
[
{
"symbol": "AAPL",
"price": 189.12,
"change": 1.23,
"changePercent": 0.65,
"currency": "USD",
"marketState": "REGULAR"
}
]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yahoo-data-fetcher - After installation, invoke the skill by name or use
/yahoo-data-fetcher - Provide required inputs per the skill's parameter spec and get structured output
What is yahoo fetch data of stonks?
Fetch real-time stock quotes from Yahoo Finance. It is an AI Agent Skill for Claude Code / OpenClaw, with 4303 downloads so far.
How do I install yahoo fetch data of stonks?
Run "/install yahoo-data-fetcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is yahoo fetch data of stonks free?
Yes, yahoo fetch data of stonks is completely free (open-source). You can download, install and use it at no cost.
Which platforms does yahoo fetch data of stonks support?
yahoo fetch data of stonks is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created yahoo fetch data of stonks?
It is built and maintained by noypearl (@noypearl); the current version is v1.0.2.