Stock dilution tracker
See dilution risk before new shares hit the market.
Dilutracker turns scattered SEC filings into one source-linked view of warrants, convertibles, shelf capacity, float, and cash runway.
Start with the risk. Trace every number to its source.
NASDAQ · Consumer internet
Available paths to issue shares
Every number traces back to a filing.
Inspect the share math and jump directly to the SEC source.
View report →Dilution tracker API
Put structured dilution data in your workflow.
Teams pipe reports into internal dashboards and alerts—or point a coding agent at the API to scan tickers for patterns.
const tickers = ["EVTL", "SLXN", "MULN"];
const rows = await Promise.all(
tickers.map(async (ticker) => {
const res = await fetch(
`/api/v1/ticker/${ticker}/summary`,
{ headers: { Authorization: "Bearer dt_live_..." } }
);
return res.json();
})
);{
"ticker": "EVTL",
"scores": {
"overallRisk": "SEVERE",
"offeringAbility": "HIGH",
"cashNeed": "HIGH"
},
"cashRunway": "9 months"
}Fetch one slice or the full report.
/api/v1/ticker/EVTL/summaryNarrative report and risk scores.
/api/v1/ticker/EVTL/dilutionWarrants, converts, ATMs, and shelves.
/api/v1/ticker/EVTL/floatShare count, float, and holders.
/api/v1/ticker/EVTL/runwayCash, burn, and runway months.
/api/v1/ticker/EVTLEvery module in one response.
Pricing
Simple plans for different research volumes.
Every plan includes full reports, the stock screener, and API access.
Starter
For systematic traders
$59/mo
or $599 billed annually
- Full dilution reports
- Stock screener
- 100 ticker watchlist
- Daily email alerts
- 100 unique tickers/mo
- All endpoints
- Cached data
Pro
For quantitative investors
$119/mo
or $1,199 billed annually
- Everything in Starter
- Unlimited watchlist
- Real-time alerts
- CSV/PDF exports
- 1,000 unique tickers/mo
- Full breakdown + history
- 50 refreshes/mo
Business
For funds & banks
$299/mo
or $2,999 billed annually
- Everything in Pro
- Priority support
- 5,000 unique tickers/mo
- 500 refreshes/mo
- 5-year history
- Bulk exports + webhooks
Need custom limits or data licensing? Talk to us about Enterprise.
FAQ
Frequently asked questions
How Dilutracker works, what's in a report, and how plans and API access fit together.
What stocks are covered?
2,000+ stocks on NASDAQ, NYSE, and AMEX — US companies plus foreign issuers listed here (Canada, Israel, Europe, China/Cayman ADRs, and others filing 20-F or 40-F with the SEC). We focus on roughly $300K–$2B market cap with dilution-related filings in the last 24 months. Search any ticker; if it's outside our tracked universe, you can queue a report and we'll backfill from SEC filings.
Where does the data come from?
Directly from SEC EDGAR. We parse 10-Ks, 10-Qs, 8-Ks, S-1s, and shelf registrations. AI extracts dilution-relevant data into a structured report.
How often is data updated?
Quotes update during market hours. Filing data is processed within 24 hours of a company filing with the SEC.
Does every plan include API access?
Yes. All plans include the web platform, screener, and REST API. See the API overview for details.
Can I use the API in my own tools?
Yes, for internal use. Displaying Dilutracker data to your end users requires a separate data license — contact us to discuss.
What is a stock dilution tracker?
A tool that reads SEC filings and surfaces every way a company can issue new shares — warrants, converts, ATMs, shelf registrations — so you see the risk before the shares hit the market.
What's the difference between Dilutracker and other dilution trackers?
Most tools stop at a risk label or a float guess. Dilutracker shows the breakdown — OS math, runway, instrument terms, shelf capacity — with the SEC filing each number came from, so you can verify the work instead of trusting a black box. Data accuracy is the product: we parse EDGAR directly, not scraped summaries. We ship fast — filings processed within 24 hours, and we're constantly expanding coverage and features. Every plan includes a full REST API, not a paid add-on, so the same structured data powers the web app, your screener exports, and internal tools. Pricing is simple and competitive: one subscription for the platform, screener, and API.
Can I try Dilutracker before subscribing?
Yes. Search any ticker for free — you'll get price, chart, filings, news, and financials. Full dilution reports, risk scores, float/OS math, instruments, and holders require a subscription.
05 / GET STARTED
Ready to track dilution risk?
Get full dilution reports, the screener, watchlists, alerts, and API access.
Already have an account? Log in