Stock market API with real-time and historical financial data for 30,000+ tickers over 30+ years. Financial statements, equity prices, insider transactions, SEC filings, and more.
from financial_data_api_py import Client
from os import getenv
client = Client(api_key=getenv("API_KEY"))from financial_data_api_py import AsyncClient
from os import getenv
client = AsyncClient(api_key=getenv("API_KEY"))- list - Get company facts
- list - Get SEC filings
- list - Get financial metrics snapshot
- list - Get all financial statements
- list - Get balance sheets
- list - Get cash flow statements
- list - Get income statements
- create - Search financial statements
- create - Search specific financial metrics
- list - Get segmented revenue data
- list - Get insider transactions
- list - Get options chain data
- list - Get historical price data
- list - Get price snapshot