Getting Started
Create an Account
To access the Alphanume API, create a free account at:
After registering and setting your password, your API key will be emailed to you automatically.
All accounts (including free/trial) receive an API key.
Base URL
All Alphanume API requests are made against:
Example Request
The API follows a simple, query-parameter–based request structure.
Below is a sample request to the Historical Market Cap endpoint:
Header-Based Auth
Response Format
Responses are returned in JSON format and are designed to be immediately usable in research pipelines.
General Pattern
All Alphanume endpoints follow the same structure:
This makes it easy to programmatically construct requests across datasets without learning new schemas.
Rate Limits
Free tier: 60 requests per minute
Pro tier: 600 requests per minute
Exceeding limit returns HTTP 429
Next Steps
Explore available datasets
Review authentication (API key setup)
Integrate directly into your backtests or production systems