Documentation

API Reference

Public read endpoints — no API key required. Base URL: https://finedgelabs.com/api/data

GET
/companies

List companies with active tickers

Params: limit, offset

/companies?limit=50
GET
/companies/search

Search companies by ticker symbol or name

Params: q (required), limit

/companies/search?q=AAPL
GET
/companies/{cik}/segments

Segment financials (revenue, operating income, assets)

Params: cik (path) — CIK or ticker, segment_type, years

/companies/AAPL/segments?segment_type=operating
GET
/companies/{cik}/geographic

Geographic revenue breakdown

Params: cik (path)

/companies/AAPL/geographic
GET
/companies/{cik}/filings

Filing history for a company

Params: cik (path), form_type

/companies/AAPL/filings?form_type=10-K
GET
/export/segments/{ticker}

Download segment data as an Excel workbook

Params: ticker (path), years

/export/segments/AAPL
← Getting StartedPython Guide