API DOCS

The Definitive SEC Dilution Filing API

Real-time S-3, S-1, ATM, PIPE, and warrant filing data for 7,400+ tickers. The only API built specifically for equity dilution risk monitoring.

7,473
Tickers Scored
69
Critical Risk Tickers
Real-time
SEC Filing Updates
100ms
Avg Response Time

What It Serves

Access Methods

🔁 REST API (pull)

Query any ticker, filing type, or date range. JSON responses. Paginated bulk endpoints available on Premium.

🔔 Webhooks (push)

Get notified the moment a new S-3, ATM, or PIPE filing hits for your watched tickers. Premium tier only.

Endpoints

GET /api/v1/ticker/{symbol}         Full ticker profile
GET /api/v1/ticker/{symbol}/score   DilutionScore + factor breakdown
GET /api/v1/ticker/{symbol}/filings Recent SEC filings
GET /api/v1/ticker/{symbol}/short   Short interest history
GET /api/v1/screener                Filter tickers by dilution criteria
GET /api/v1/status                  API status and stats
POST /api/v1/keys                   Create API key (session auth)
GET /api/v1/keys                    List your API keys

Sample: Ticker Profile

GET https://dilutionwatch.com/api/v1/ticker/TSLA
X-API-Key: dw_your_api_key_here

{
  "symbol": "TSLA",
  "company_name": "Tesla, Inc.",
  "exchange": "NMS",
  "is_etf": false,
  "market_cap_tier": "mega",
  "company_type": "standard",
  "dilution_score": 34,
  "risk_level": "MODERATE",
  "market_cap": 893400000000,
  "shares_outstanding": 3220000000,
  "public_float": 2870000000,
  "short_percent_of_float": 2.83,
  "pe_ratio": 121.5,
  "beta": 2.31
}

Sample: DilutionScore

GET https://dilutionwatch.com/api/v1/ticker/TSLA/score
X-API-Key: dw_your_api_key_here

{
  "symbol": "TSLA",
  "overall_score": 34,
  "risk_level": "MODERATE",
  "share_growth_3yr_pct": -1.2,
  "months_cash_remaining": 999.0,
  "outstanding_warrants": 0,
  "convertible_shares": 0,
  "shelf_capacity_dollars": 0,
  "atm_remaining_dollars": 0,
  "factors": { ... },
  "calculated_at": "2026-04-13T06:00:12Z"
}

Sample: Screener

GET https://dilutionwatch.com/api/v1/screener?risk_level=CRITICAL&limit=5
X-API-Key: dw_your_api_key_here

{
  "filters": { "risk_level": "CRITICAL" },
  "total": 69,
  "count": 5,
  "tickers": [
    { "symbol": "MULN", "company_name": "Mullen Automotive",
      "overall_score": 92, "risk_level": "CRITICAL" },
    ...
  ]
}

Pricing

Free Tier
$0 / month
  • 100 API calls / day
  • DilutionScore per ticker
  • Basic filing data
  • REST only
  • Community support
Get Free Key
Premium
$39.95 / month
  • 10,000 API calls / day
  • Real-time filing webhooks
  • Full historical data
  • Bulk ticker endpoints
  • Cash runway + warrant data
  • Priority support
Get Premium Key →

🏗 Guerilla Finance API Suite

Need more than dilution data? Bundle all three Guerilla Finance APIs — one key, one bill.

Contact us for bundle pricing →

📊 Research & Experimental Use Only — Data sourced from public records, provided as-is without warranty. Not financial, investment, legal, or medical advice. For research & informational purposes only. You assume all risk. Always consult a licensed professional.