ワンクリックで
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 ページを確認してインストールできます。
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.
SOC 職業分類に基づく
| 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