Stocks, forex, and commodities prices: real-time quotes and historical bars. Use when looking up traditional-market prices (e.g. AAPL quote, EUR/USD chart,…
Twelve Data Stocks, forex, and commodities price data. Traditional markets only — not for crypto. Script Usage This skill ships a single exports.py with all functions. Call it from a bash block: python3 - <<'EOF' import sys, json sys.path.insert(0, "/data/workspace/skills/twelvedata") from exports import twelvedata_price, twelvedata_quote, twelvedata_time_series # Single quote print(twelvedata_quote(symbol="AAPL"))
don't have the plugin yet? install it then click "run inline in claude" again.