Finance — entry 040 of 47
StockFit
StockFit's API turns SEC XBRL filings into structured, queryable endpoints for company financials, institutional/insider ownership flows, ETF exposure, and filing-event timelines, updated daily and authenticated with a bearer token from its developer dashboard. It ships an explicit tiered plan structure — a persistent free tier (34 endpoints) alongside Starter ($15/month, 46 endpoints), Stock and ETF ($39/month each), and Professional ($69/month, 96 endpoints) tiers that unlock progressively more endpoints. A live Origin-header probe of api.stockfit.io returned no Access-Control-Allow-Origin for an arbitrary origin (only a credentialed, origin-restricted CORS policy visible via `Vary: Origin`), correcting the previously-recorded `cors: yes`.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.