Finance — entry 014 of 47
Edgrapi
Edgrapi turns raw SEC EDGAR XBRL filings into clean, consistently-named JSON for 10,400+ US public companies across 20+ years of filing history — income statements, balance sheets, cash-flow statements, computed ratios (ROE, ROA, debt-to-equity, margins) and direct links to 10-K/10-Q/8-K documents. Confirmed live via its documented example endpoint (GET /v1/fundamentals/{ticker}); every request needs an X-API-Key (free tier: 100 credits, no card required; paid plans billed via Razorpay), and the API does not implement CORS — no Access-Control-Allow-Origin header and OPTIONS returns 405 — so it's built for server-side use rather than direct browser calls.
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.