Docs / Concepts
Errors
Every error is JSON with an error code and a matching HTTP status.
{ "error": "ticker_not_found", "ticker": "ZZZZ" }
Status codes
| Status | error | Meaning |
|---|---|---|
| 401 | — | Missing or invalid API key. |
| 403 | — | Origin is locked to RapidAPI subscribers. |
| 404 | ticker_not_found | No SEC filer matches that ticker. |
| 429 | — | Plan rate limit exceeded. See Rate limits. |
| 502 | edgar_unavailable | SEC EDGAR was unreachable upstream, so retry shortly. |