Track stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks.
This skill helps you fetch latest quotes and historical series for:
It is optimized for:
Use this skill when the user asks:
yfinanceSee providers.md for details and symbol formats.
These scripts are intended to be run from a terminal. The agent should:
Install:
python -m venv .venv && source .venv/bin/activate (or Windows equivalent)pip install -r requirements.txtExamples:
python scripts/market_quote.py AAPLpython scripts/market_quote.py ^GSPCpython scripts/market_quote.py VOOExamples:
python scripts/market_quote.py USD/ZARpython scripts/market_quote.py EURUSDpython scripts/market_quote.py GBP-JPYExamples:
python scripts/market_series.py AAPL --days 30python scripts/market_series.py USD/ZAR --days 30python scripts/market_watchlist.py add AAPL MSFT USD/ZARpython scripts/market_watchlist.py remove MSFTpython scripts/market_watchlist.py summary