llms.txt Content
# Financial Datasets
> Financial Datasets is a stock market API with financial data for 17,000+ tickers over 30+ years, including financial statements, equity prices, insider transactions, SEC filings, and more.
## Docs
- [Analyst Estimates](https://docs.financialdatasets.ai/api/analyst-estimates/ticker.md): Get Wall Street analyst estimates and price targets for any US stock ticker. Includes EPS, revenue estimates, and consensus ratings.
- [Facts (by CIK)](https://docs.financialdatasets.ai/api/company/facts/cik.md): Get company information and facts by SEC CIK number. Includes sector, industry, market cap, and corporate details.
- [Facts (by ticker)](https://docs.financialdatasets.ai/api/company/facts/ticker.md): Get company information and facts by stock ticker. Includes sector, industry, market cap, employee count, and more.
- [Earnings](https://docs.financialdatasets.ai/api/earnings/earnings.md): Get quarterly and annual earnings data for any US stock. Includes EPS actuals, estimates, surprise, and report dates.
- [Items](https://docs.financialdatasets.ai/api/filings/items.md): Get specific sections and items from SEC filings, like Item 1A Risk Factors or Item 7 MD&A.
- [Filings](https://docs.financialdatasets.ai/api/filings/ticker.md): Search SEC filings (10-K, 10-Q, 8-K) for any US public company by stock ticker.
- [Historical](https://docs.financialdatasets.ai/api/financial-metrics/historical.md): Get historical financial metrics and ratios for any US stock ticker. Includes P/E, EV/EBITDA, ROE, and 100+ metrics.
- [Snapshot](https://docs.financialdatasets.ai/api/financial-metrics/snapshot.md): Get a real-time snapshot of current financial metrics and valuation ratios for any US stock ticker.
- [All Financial Statements](https://docs.financialdatasets.ai/api/financials/all-financial-statements.md): Get all financial statements (income, balance sheet, cash flow) for any US stock in a single API call.
- [Balance Sheets](https://docs.financialdatasets.ai/api/f
OpenAPI Spec (preview)
{
"openapi": "3.0.1",
"info": {
"title": "Financial Datasets API",
"description": "Stock market API with real-time and historical financial data for 17,000+ tickers over 30+ years. Financial statements, equity prices, insider trades, SEC filings, and more.",
"version": "1.0.0",
"license": {
"name": "MIT",
"url": "https://opensource.org/licenses/MIT"
},
"contact": {
"name": "API Support",
"url": "mailto:support@financialdatasets.ai",
"emai