Index Alpha API

Limits & Quotas

Information about rate limits and monthly usage quotas.

To ensure fair usage and service stability, the Index Alpha API enforces the following limits:

Rate Limit

The maximum allowed rate is 50 requests per minute.

If you exceed this limit, the API will return a 429 Too Many Requests error. We recommend implementing retry logic with exponential backoff in your application.

Monthly Quota

Each API key is assigned a fixed monthly limit.

  • Check Usage: Use the /usage endpoint to track your current status.
  • Reset: Quotas reset on the 1st of every month at 00:00 UTC.

Error Codes

Status CodeDescription
200 OKRequest successful.
401 UnauthorizedAPI Token is missing.
403 ForbiddenAPI Token is invalid or has expired.
429 Too Many RequestsYou have reached the rate limit or monthly quota.
500 Internal Server ErrorAn error occurred on our side.

Support

For technical issues or to request a higher usage limit, please contact the Index Alpha Team.

On this page