一键导入
financial-datasets
Query FinancialDatasets for price/fundamental data to support trade decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query FinancialDatasets for price/fundamental data to support trade decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-of-day and rolling review of trade outcomes to improve rules and skills.
Learn from executed trades and research notes to improve future decisions.
One-command defensive stop management for breakeven and profit protection on Alpaca.
On every wakeup, load what happened before (journals, pending orders, EOD/self summaries, premarket snapshot).
Build premarket cross-market context (indices, commodities, rates, FX, crypto) before US open.
Load compact trading highlights as default context for any trade decision.
| name | financial-datasets |
| description | Query FinancialDatasets for price/fundamental data to support trade decisions. |
| metadata | {"openclaw":{"emoji":"📈","requires":{"env":["FINANCIAL_DATASETS_API_KEY"],"bins":["python3"]}}} |
CLI: ${OPENCLAW_HOME:-$HOME/.openclaw}/tools/financialdatasets/fd_cli.py
# Historical prices (returns most recent N)
fd_cli.py prices --ticker NVDA --interval day --limit 20
# Real-time snapshot
fd_cli.py snapshot --ticker AAPL
# Income statement
fd_cli.py income --ticker NVDA --period quarterly --limit 4
# Balance sheet
fd_cli.py balance --ticker AAPL --period annual --limit 4
# Cash flow
fd_cli.py cashflow --ticker MSFT --period ttm --limit 4
# Company news
fd_cli.py news --ticker TSLA --limit 10
# Insider trades (CEO/CFO buys/sells)
fd_cli.py insider --ticker NVDA --limit 20
# Institutional ownership (13F filings)
fd_cli.py institutional --investor BERKSHIRE_HATHAWAY_INC --limit 50
fd_cli.py institutional --ticker AAPL --limit 20