Stock dilution tracker

The dilution trackerthat reads SEC filings for you

Warrants, converts, ATMs, shelf registrations, cash runway, and float risk — extracted from primary sources.

Free ticker lookup · Full dilution metrics with subscription

dilutracker.com/ticker/evtl
Live →
EVTLVertical Aerospace Ltd.

9 months of cash on $96M with ~$8.8M monthly burn. Convertible overhang and active equity purchase agreements from recent SEC filings.

$2.62
+0.38%
Dilution riskSevere
OS
127.3M
Float
123.9M
Cash runway
9 mo
Inst. own
57.6%
Convertibles41.8M @ $2.75
SEPA$500M cap
Yorkville pref$250M active

Stock screener for dilution risk

Filter stocks by dilution risk, offering ability, float size, and cash runway — same layout as the full screener.

SLXNSilexion Therapeutics
$4.82-12.40%
Float 4.2MRunway 2 mo
HIGHSEVERE
MULNMullen Automotive
$0.14-8.20%
Float 89.0MRunway 5 mo
HIGHHIGH
FFIEFaraday Future
$0.38+5.60%
Float 12.0MRunway 3 mo
HIGHHIGH
EVTLVertical Aerospace Ltd.
$2.62+0.38%
Float 123.9MRunway 9 mo
HIGHSEVERE
ELVAElevai Labs, Inc.
$1.08+3.10%
Float 8.7MRunway 6 mo
HIGHHIGH
Sample results · Full screener for subscribersOpen screener →

Dilution tracker API

Teams pipe structured dilution data into internal dashboards and alerts — or point a coding agent at the API to scan tickers for patterns like shared placement agents, warrant terms, and shelf capacity.

REST APIJSON responsesBearer authIncluded on all plans

Most teams sync tickers from a watchlist or screener export into Postgres, Slack, or an internal UI. Pull only the modules you need — scores, runway, float — and map JSON fields straight into your schema.

Watchlist syncRisk dashboardsCRM / alerts
Internal tools

Pipe dilution data into your desk

Integration
const watchlist = ["EVTL", "SLXN", "MULN"];

const rows = await Promise.all(
  watchlist.map(async (ticker) => {
    const res = await fetch(
      `https://www.dilutracker.com/api/v1/ticker/${ticker}/summary`,
      { headers: { Authorization: "Bearer dt_live_..." } }
    );
    const { data } = await res.json();
    return {
      ticker,
      risk: data.scores.overallRisk,
      offeringAbility: data.scores.offeringAbility,
      cashNeed: data.scores.cashNeed,
      summary: data.summary,
    };
  })
);

// → upsert into your DB, push to Slack, render in internal UI
Response
{
  "ticker": "EVTL",
  "data": {
    "summary": "9 months cash on $96M with ~$8.8M monthly burn...",
    "scores": {
      "overallRisk": "SEVERE",
      "offeringAbility": "HIGH",
      "cashNeed": "HIGH",
      "floatRisk": "MEDIUM"
    }
  },
  "meta": {
    "cached_at": "2026-05-22T14:08:11.000Z",
    "plan": "pro",
    "usage": { "unique_tickers_used": 42, "unique_tickers_limit": 1000 }
  }
}

Bearer token auth

Per-ticker endpoints

Modular routes — fetch one slice or the full report. Same API on every plan.

GETSummary & risk
/api/v1/ticker/EVTL/summary

Narrative report plus dilution risk scores.

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

Warrants, converts, ATMs, shelves — structured fields per instrument.

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

Outstanding shares, float, and holder breakdown.

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

Runway months, burn, cash, and pending offerings.

GETFull report
/api/v1/ticker/EVTL

Company, quote, float, dilution, runway, filings, holders, financials.

Simple, transparent pricing

One subscription, full access. Every plan includes the web platform, screener, and API.

Starter

For systematic traders

$59/mo

Platform

  • Full dilution reports
  • Stock screener
  • 100 ticker watchlist
  • Daily email alerts

API

  • 100 unique tickers/mo
  • All endpoints
  • Cached data
Get Started
Most popular

Pro

For quantitative investors

$119/mo

Platform

  • Everything in Starter
  • Unlimited watchlist
  • Real-time alerts
  • CSV/PDF exports

API

  • 1,000 unique tickers/mo
  • Full breakdown + history
  • 50 refreshes/mo
Get Started

Business

For funds & banks

$299/mo

Platform

  • Everything in Pro
  • Priority support

API

  • 5,000 unique tickers/mo
  • 500 refreshes/mo
  • 5-year history
  • Bulk exports + webhooks
Get Started

Building a platform?

Need custom limits, data licensing, or dedicated support?

Talk to us about Enterprise →

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.

Ready to track dilution risk?

Get full dilution reports, the screener, watchlists, alerts, and API access.

Get Started

Already have an account? Log in