The Steuerboard API has a rate limit of 60 requests per minute. If you exceed the rate limit, you will receive a 429 response error.Documentation Index
Fetch the complete documentation index at: https://docs.steuerboard.com/llms.txt
Use this file to discover all available pages before exploring further.
Response Headers
The response headers describe your current rate limit following every request in conformance with the sixth IETF standard draft:| Header name | Description |
|---|---|
| ratelimit-limit | Maximum number of requests allowed within a window. |
| ratelimit-remaining | Number of requests remaining within a window. |
| ratelimit-reset | Time at which the rate limit will reset. |
| retry-after | How many seconds you should wait before making a follow-up request. |