Fetch stock quotes, crypto prices, forex rates, and financial data. Use when the user asks about any stock price, market data, company financials, or cryptocurrency price.
Fetch real-time financial data for stocks, crypto, and forex using Yahoo Finance (yfinance).
✅ USE this skill when:
❌ DON'T use this skill when:
python {skill_path}/fetch_quote.py SYMBOL [SYMBOL2 ...]
Options:
--format json — output as JSON (default: human-readable text)--history 5d — include price history (1d, 5d, 1mo, 3mo, 6mo, 1y, 5y, max)python {skill_path}/fetch_quote.py TSLApython {skill_path}/fetch_quote.py AAPL MSFTpython {skill_path}/fetch_quote.py BTC-USDpython {skill_path}/fetch_quote.py EURUSD=Xpip install yfinanceCategory:stocks-finance