بنقرة واحدة
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