👋 Overview
We are on a mission to make financial data delightful for developers. Our API is designed for AI financial agents, portfolio management tools, stock analysis platforms, quantitative trading algorithms, and more. We provide a simple REST API, which delivers premium stock market data, including:- Financial Statements - Income statements, balance sheets, cash flow statements
- Stock Prices - Real-time and historical price data
- Segmented Financials - Business segment and geographic breakdowns
- Insider Trades - Corporate insider trading activity
- Institutional Ownership - Holdings by institutional investors
- SEC Filings - 10-K, 10-Q, 8-K and other regulatory filings
- Crypto Prices - Cryptocurrency market data
- News - Company-specific news and market updates
- and more!
🚀 Getting Started
Please create an account and grab your API key at financialdatasets.ai. You will use the API key to authenticate your requests. There are only 3 steps for making a successful API call:- Add your API key to the header of the request as
X-API-KEY
. - Add query params like
ticker
,period
andlimit
to filter the data. - Execute the API request.