Documentation
Public read endpoints — no API key required. Base URL: https://finedgelabs.com/api/data
/companiesList companies with active tickers
Params: limit, offset
/companies?limit=50
/companies/searchSearch companies by ticker symbol or name
Params: q (required), limit
/companies/search?q=AAPL
/companies/{cik}/segmentsSegment financials (revenue, operating income, assets)
Params: cik (path) — CIK or ticker, segment_type, years
/companies/AAPL/segments?segment_type=operating
/companies/{cik}/geographicGeographic revenue breakdown
Params: cik (path)
/companies/AAPL/geographic
/companies/{cik}/filingsFiling history for a company
Params: cik (path), form_type
/companies/AAPL/filings?form_type=10-K
/export/segments/{ticker}Download segment data as an Excel workbook
Params: ticker (path), years
/export/segments/AAPL