Docs / Concepts

Errors

Every error is JSON with an error code and a matching HTTP status.

{ "error": "ticker_not_found", "ticker": "ZZZZ" }

Status codes

StatuserrorMeaning
401Missing or invalid API key.
403Origin is locked to RapidAPI subscribers.
404ticker_not_foundNo SEC filer matches that ticker.
429Plan rate limit exceeded. See Rate limits.
502edgar_unavailableSEC EDGAR was unreachable upstream, so retry shortly.