Documentation
API Documentation
Integrate real-time dilution data directly into your applications, trading algorithms, and internal dashboards.
Introduction
The Dilution Tracker API provides programmatic access to our comprehensive database of SEC filings, warrant tracking, and dilution risk metrics. All responses are returned in JSON format.
https://api.dilutiontracker.com/v1Authentication
Authenticate your requests by including your API key in the header of your request. You can manage your API keys in your dashboard settings.
curl https://api.dilutiontracker.com/v1/ticker/GME \
-H "Authorization: Bearer YOUR_API_KEY"Popular Endpoints
Get Ticker Details
GET
/ticker/{symbol}Returns comprehensive data for a specific security including risk score, cash runway, and outstanding share count.
Get Warrants
GET
/ticker/{symbol}/warrantsList all active warrants with exercise prices and expiration dates.
Get Filings
GET
/ticker/{symbol}/filingsRetrieve parsed SEC filings sorted by date.
Rate Limits
| Plan | Rate Limit |
|---|---|
| Free | Not available |
| Pro | 1,000 requests / day |
| Enterprise | Unlimited |