Financial Data API
for Developers

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.

Quick Start

One request. Real financial data.

request.js
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();
response.json200 OK
[{
  "period": "2025-09-26",
  "facts": {
    "revenue": 416161000000,
    "grossProfit": 195201000000,
    "operatingIncome": 133050000000,
    "netIncome": 112010000000,
    "eps": 7.49,
    "epsDiluted": 7.46,
    "ebitda": 144748000000
  }
}]

Everything you need to build

Comprehensive coverage of US equities and ETFs, sourced from official SEC filings.

Financial Statements

Income statements, balance sheets, and cash flow — quarterly and annual.

Company Profiles

SIC classification, officers, compensation, insider transactions.

ETF Holdings

Fund profiles, full holdings, AUM history, and reverse lookup.

Market Data

Real-time quotes and historical beta for all listed securities.

Earnings Calendar

Predicted earnings dates based on historical filing patterns.

SEC Filings

10-K, 10-Q, 8-K, DEF 14A, and more — with direct document links.

Updated Daily

Fresh data from SEC EDGAR every trading day

Official Source

Parsed directly from XBRL filings — fully traceable

Developer First

Simple REST API with clear JSON responses

Start building today

Get your free API key in seconds. No credit card required.

Get Your Free API Key