Quickstart
Welcome to Alphanume.
This page shows you how to make your first request and begin working with our datasets in under a minute.

Alphanume supports unauthenticated requests for exploration. Requests made without an API key are limited (e.g. max records per request). To remove limits and access the full dataset, create an account and generate an API key.
1. (Optional) Create an Account & Receive Your API Key
To use Alphanume without limits, start by creating a subscription.
Visit alphanume.com and choose a plan
Complete checkout
Your API key will be automatically emailed to you after signup
API keys authenticate requests and unlock:
higher request limits
full historical coverage
production usage
Keep your API key private. Treat it like a password.
2. Make Your First Request
Below is the simplest possible example using requests + pandas.
This retrieves dilution filings and loads them into a clean dataframe.
You now have Alphanume data inside a pandas dataframe — ready for analysis, modeling, or downstream usage in your trading or research pipeline.
3. What’s Next?
Once you’re receiving data successfully, explore:
Dilution Dataset — full schema, theory, and use-cases
API Reference — parameters, pagination, and endpoints
Integration Examples — Python, JS, and automation patterns
Last updated