F

funda-data

by @himself65v
4.5(50)

Funda AI API連携。リアルタイム相場、ファンダメンタルズ、オプションフロー、センチメント、SEC提出書類、60+エンドポイント。

funda-datafinanceanalysisGitHub
インストール方法
npx skills add himself65/finance-skills
compare_arrows

Before / After 効果比較

1
使用前

手動でデータを収集・整理、効率が低くミスが発生しやすい

使用後

ワンクリックでプロフェッショナルな分析、リアルタイムデータを多次元でカバー

description SKILL.md


name: funda-data description: > Fetch financial data from the Funda AI API (https://api.funda.ai). Covers quotes, historical prices, financials, SEC filings, earnings transcripts, analyst estimates, options flow/greeks/GEX, supply chain graph, social sentiment, prediction markets, congressional trades, economic indicators, ESG, and news. Triggers: stock quotes, fundamentals, balance sheet, income statement, cash flow, analyst targets, DCF, options chain/flow/unusual activity, GEX, IV rank, max pain, earnings/dividend/IPO calendar, SEC filings (10-K/10-Q/8-K), transcripts, supply chain (suppliers/customers/competitors), congressional trading, insider trades, institutional holdings (13F), Reddit/Twitter sentiment, Polymarket, treasury rates, GDP, CPI, FRED data, ESG scores, commodity/forex/crypto prices, stock screener, sector performance, ETF holdings, news, COT reports. Also triggers for "funda" or "funda.ai". If only a ticker is provided and Funda API can answer, use this skill.

Funda Data API Skill

Query the Funda AI financial data API for stocks, options, fundamentals, alternative data, and more.

Base URL: https://api.funda.ai/v1 Auth: Authorization: Bearer <API_KEY> header on all /v1/* endpoints. Pricing: This is a paid API. A Funda AI subscription is required. See funda.ai for pricing details.


Step 1: Check API Key Availability

!`echo $FUNDA_API_KEY | head -c 8 2>/dev/null && echo "...KEY_SET" || echo "KEY_NOT_SET"`

If KEY_NOT_SET, ask the user for their Funda API key. They can set it via:

export FUNDA_API_KEY="your-api-key-here"

Once the key is available, proceed. All curl commands below use $FUNDA_API_KEY.


Step 2: Identify What the User Needs

Match the user's request to a data category below, then read the corresponding reference file for full endpoint details, parameters, and response schemas.

Market Data & Prices

User RequestEndpointReference
Real-time quote, current priceGET /v1/quotes?type=realtime&ticker=Xreferences/market-data.md
Batch quotes for multiple tickersGET /v1/quotes?type=batch&ticker=X,Y,Zreferences/market-data.md
After-hours / aftermarket quoteGET /v1/quotes?type=aftermarket-quote&ticker=Xreferences/market-data.md
Historical EOD pricesGET /v1/stock-price?ticker=X&date_after=...&date_before=...references/market-data.md
Intraday candles (1min–4hr)GET /v1/charts?type=5min&ticker=Xreferences/market-data.md
Technical indicators (SMA, EMA, RSI, ADX)GET /v1/charts?type=sma&ticker=X&period_length=50references/market-data.md
Commodity / forex / crypto quotesGET /v1/quotes?type=commodity-quotesreferences/market-data.md

Company Fundamentals

User RequestEndpointReference
Income statementGET /v1/financial-statements?type=income-statement&ticker=Xreferences/fundamentals.md
Balance sheetGET /v1/financial-statements?type=balance-sheet&ticker=Xreferences/fundamentals.md
Cash flow statementGET /v1/financial-statements?type=cash-flow&ticker=Xreferences/fundamentals.md
Key metrics (P/E, ROE, etc.)GET /v1/financial-statements?type=key-metrics&ticker=Xreferences/fundamentals.md
Financial ratiosGET /v1/financial-statements?type=ratios&ticker=Xreferences/fundamentals.md
Revenue segmentation (product/geo)GET /v1/financial-statements?type=revenue-product-segmentation&ticker=Xreferences/fundamentals.md
Company profile, executives, market capGET /v1/company-details?type=profile&ticker=Xreferences/fundamentals.md
Company search by symbol/nameGET /v1/search?type=symbol&query=Xreferences/fundamentals.md
Stock screener (market cap, sector, etc.)GET /v1/search?type=screener&marketCapMoreThan=...references/fundamentals.md

Analyst & Valuation

User RequestEndpointReference
Analyst estimates (EPS, revenue)GET /v1/analyst?type=estimates&ticker=Xreferences/fundamentals.md
Price targetsGET /v1/analyst?type=price-target-summary&ticker=Xreferences/fundamentals.md
Analyst grades (buy/hold/sell)GET /v1/analyst?type=grades&ticker=Xreferences/fundamentals.md
DCF valuationGET /v1/analyst?type=dcf&ticker=Xreferences/fundamentals.md
Ratings snapshotGET /v1/analyst?type=ratings-snapshot&ticker=Xreferences/fundamentals.md

Options Data

User RequestEndpointReference
Option chainsGET /v1/options/stock?ticker=X&type=option-chainsreferences/options.md
Option contracts (volume, OI, premium)GET /v1/options/stock?ticker=X&type=option-contractsreferences/options.md
Greeks per strike/expiryGET /v1/options/stock?ticker=X&type=greeks&expiry=...`reference

forumユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数500
評価4.5 / 5.0
バージョン
更新日2026年4月6日
比較事例1 件

ユーザー評価

4.5(50)
5
0%
4
0%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code

タイムライン

作成2026年4月6日
最終更新2026年4月6日