StockData · Rate Limits

Stockdata Rate Limits

Rate limit and usage-quota definitions for the StockData API, captured from the published documentation and pricing page. StockData enforces a per-60-second rate limit (signaled via the X-RateLimit-Limit header family) and a daily request quota per subscription plan (signaled via the X-UsageLimit-Limit header family). The numeric per-minute ceiling is not published.

Stockdata Rate Limits is the machine-readable rate-limit profile for StockData on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 6 rate-limit definitions, across the free, basic, standard, pro, and pro-50k tiers, measuring requests_per_day and requests_per_minute.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.

Tagged areas include Finance, Financial Data, Stock Market, Market Data, and News.

6 Limits Throttle: 429 Quota: 402
FinanceFinancial DataStock MarketMarket DataNewsSentiment AnalysisRate LimitingQuotasThrottling

Limits

Free daily quota api-key
requests_per_day · day
100
Basic daily quota api-key
requests_per_day · day
2500
Standard daily quota api-key
requests_per_day · day
10000
Pro daily quota api-key
requests_per_day · day
25000
Pro 50K daily quota api-key
requests_per_day · day
50000
60-second rate limit window api-key
requests_per_minute · minute

Policies

Throttle signaling
429 rate_limit_reached is returned for too many requests in the past 60 seconds; remaining requests are exposed on the X-RateLimit-Limit header family.
Quota signaling
402 usage_limit_reached is returned when the daily plan quota is exhausted; the limit and remaining requests are exposed on the X-UsageLimit-Limit header family.
Request counting
Each API call that accesses stock or currency data adds 1 request to daily usage (FAQ).