Programmatic access to US stock market data sourced directly from SEC EDGAR. Financial statements, ETF holdings, company profiles, and more — updated daily from official XBRL filings.
const response = await fetch(
'https://api.stockfit.io/v1/api/financials/income-statement?symbol=AAPL&period=annual&limit=1',
{ headers: { 'Authorization': 'Bearer fl_your_token' } }
);
const data = await response.json();[{
"period": "2025-09-26",
"facts": {
"revenue": 416161000000,
"grossProfit": 195201000000,
"operatingIncome": 133050000000,
"netIncome": 112010000000,
"eps": 7.49,
"epsDiluted": 7.46,
"ebitda": 144748000000
}
}]Comprehensive coverage of US equities and ETFs, sourced from official SEC filings.
Income statements, balance sheets, and cash flow — quarterly and annual.
SIC classification, officers, compensation, insider transactions.
Fund profiles, full holdings, AUM history, and reverse lookup.
Real-time quotes and historical beta for all listed securities.
Predicted earnings dates based on historical filing patterns.
10-K, 10-Q, 8-K, DEF 14A, and more — with direct document links.
Fresh data from SEC EDGAR every trading day
Parsed directly from XBRL filings — fully traceable
Simple REST API with clear JSON responses