API Key
Get a key

Rate Limits

Rate limits are enforced per API key using a sliding window of 60 seconds. Limits vary by subscription tier.

Limits by tier

TierRequests / minData redistribution
Free100No
Developer300No
Pro1,000Yes
EnterpriseUnlimitedYes

Endpoint costs

Each endpoint has an associated cost in credits. Usage is tracked per API key.

EndpointCost (credits)
companies/searchFree
companies/{cik_or_ticker}Free
companies/{.../prices100
companies/{.../prices/latest100
companies/{.../metrics200
companies/{.../insider-trades200
companies/{.../filings200
companies/{.../financials1,000

When rate limited

If you exceed your limit, the API returns a 429 status with a Retry-After: 60 header. Wait for the window to reset before retrying.

{
  "detail": "Rate limit exceeded. Upgrade your plan for higher limits."
}

Need higher limits? View pricing or contact us for enterprise plans.