Quickstart
Welcome to Alphanume.

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