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.

SEC source linkedDaily filing monitoring2,000+ active tickers
The product

Start with the risk. Trace every number to its source.

dilutracker.com/ticker/gdev Live data
GDEVGDEV Inc.

NASDAQ · Consumer internet

$12.04+1.60%
Dilution riskElevated
6 / 10
Outstanding shares181.1MView share math →
Float42.6M23.5% of OS
Cash runwayCash-flow +Positive operating cash flow
Market cap$2.18BAt current price
Offering ability

Available paths to issue shares

Moderate
Shelf registrationPrimary issuance capacityAvailable
Convertible securitiesTerms reviewed from SEC filingsTracked
Latest source

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.

REST APIJSON responsesBearer authAll plans
Internal toolsPipe dilution data into your desk
Request
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();
  })
);
Response
{
  "ticker": "EVTL",
  "scores": {
    "overallRisk": "SEVERE",
    "offeringAbility": "HIGH",
    "cashNeed": "HIGH"
  },
  "cashRunway": "9 months"
}
Per-ticker endpoints

Fetch one slice or the full report.

Same API on every plan
GETSummary & risk
/api/v1/ticker/EVTL/summary

Narrative report and risk scores.

GETDilution instruments
/api/v1/ticker/EVTL/dilution

Warrants, converts, ATMs, and shelves.

GETFloat & OS
/api/v1/ticker/EVTL/float

Share count, float, and holders.

GETCash runway
/api/v1/ticker/EVTL/runway

Cash, burn, and runway months.

GETFull report
/api/v1/ticker/EVTL

Every 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
Choose Starter

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
Choose Business

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.

Get started

Already have an account? Log in