Finance — entry 014 of 47

Edgrapi

Verified Jul 2026

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.

financesec-edgarfinancial-datafundamentalsapi-key
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score75out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 75 on greatapis.com
<a href="https://greatapis.com/api/edgrapi/"><img src="https://greatapis.com/badge/edgrapi.svg" alt="Scored 75 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.