Install
openclaw skills install financeTrack stocks, ETFs, indices, crypto (where available), and FX pairs with caching + provider fallbacks.
openclaw skills install finance# Optional (only if you add a paid provider later) # export TWELVEDATA_API_KEY="..." # export ALPHAVANTAGE_API_KEY="..."
This skill helps you fetch latest quotes and historical series for:
It is optimized for:
Use this skill when the user asks:
yfinance (no key, broad coverage), but it is unofficial and can rate-limit.See 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