Nasdaq · Rate Limits
Nasdaq Omx Group Rate Limits
Nasdaq Data Link enforces tier-based rate limits keyed on the API key (or source IP, when unauthenticated) across the Time-series, Tables, and Bulk Download APIs. Anonymous traffic is heavily throttled; signed-up free keys raise limits significantly; premium subscribers receive the highest ceiling. There is also a concurrency limit on the free tier and per-table caps on the Bulk Download API.
11 Limits
Throttle: 429
Rate LimitingFinancial DataCapital MarketsMarket Data
Limits
Anonymous (no API key) — 10 min IP
20
Anonymous (no API key) — daily IP
50
Free authenticated — 10 sec key
300
Free authenticated — 10 min key
2000
Free authenticated — daily key
50000
Free authenticated concurrency key
1
One in-flight call plus one queued call per free key.
Premium subscriber — 10 min key
5000
Premium subscriber — daily key
720000
Premium bulk export key
60
qopts.export=true bulk exports.
Bulk Download — existing subscriber key/table
30
Bulk Download — new subscriber (initial) key/table
25
Policies
Authenticate to raise limits
Append your api_key query parameter (or use the SDK) to move from anonymous-IP throttling to per-key limits.
Subscribe for premium
A premium-dataset subscription on the same API key automatically lifts the key into the premium rate ceiling.
Concurrency on free tier
Free authenticated keys are limited to one concurrent call plus one queued call; design consumers to serialize requests.
Reset signaling
Rate-limit reset times are returned in response headers; respect them rather than tight-looping after a 429.