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日