Discover/dilutiontracker.com API
live

dilutiontracker.com APIdilutiontracker.com

Access DilutionTracker.com data via API: search ~3400 tickers, fetch pending S-1 offerings, reverse splits, popular tickers, and open-access dilution records.

Endpoints
5
Updated
26d ago
Try it
Maximum number of results to return.
Search query - ticker symbol or company name substring (case-insensitive). Matches against the dilution tracker coverage database which focuses on small/mid-cap stocks.
api.parse.bot/scraper/ec3cf538-1ae1-4340-b68a-f11c48041584/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/ec3cf538-1ae1-4340-b68a-f11c48041584/search_tickers?query=GameStop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for tickers by symbol or company name substring. Searches against the DilutionTracker coverage database (approximately 3400 small/mid-cap tickers focused on dilution events). Results are case-insensitive substring matches.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
queryrequiredstringSearch query - ticker symbol or company name substring (case-insensitive). Matches against the dilution tracker coverage database which focuses on small/mid-cap stocks.
Response
{
  "type": "object",
  "fields": {
    "data": "array of matching ticker objects with symbol, companyName, and coverageStatus",
    "status": "string indicating success"
  },
  "sample": {
    "data": [
      {
        "symbol": "GME",
        "companyName": "GameStop Corp.",
        "coverageStatus": "hasFiling"
      }
    ],
    "status": "success"
  }
}

About the dilutiontracker.com API

This API exposes 5 endpoints covering DilutionTracker's database of approximately 3,400 small- and mid-cap tickers tracked for dilution events. You can use search_tickers to find companies by symbol or name substring, pull trending tickers with market change data via get_popular_tickers, retrieve pending S-1 offerings, and fetch upcoming or completed reverse splits — all in structured JSON.

Ticker Search and Coverage

search_tickers accepts a required query string and an optional limit integer. It performs case-insensitive substring matching against roughly 3,400 tickers in DilutionTracker's coverage database, returning each match with symbol, companyName, and coverageStatus. This is useful for confirming whether a specific small-cap company is tracked before requesting deeper data.

Market Activity and Open Access

get_popular_tickers returns up to 30 currently trending tickers sorted by platform activity. Each object includes ticker, companyName, sector, industry, pctChangeSinceLastClose, and pctChangeSinceLastCloseSt — giving a snapshot of which names are drawing attention alongside their day-over-day price movement. get_open_access_tickers surfaces tickers whose full dilution data is available without a subscription; each record includes symbol, cik, companyName, industry, and openAccessDate.

Corporate Actions

get_pending_s1_offerings returns an array of pending S-1 registration filings, which are early signals of upcoming share issuances. get_reverse_splits returns both upcoming and completed reverse split events. These two endpoints are useful for monitoring corporate actions that directly affect share count and price.

Common use cases
  • Screen small-cap stocks for upcoming dilution events using pending S-1 offering data.
  • Monitor reverse split history and upcoming splits to adjust position sizing or risk models.
  • Build a watchlist dashboard using popular ticker trend data with sector and daily percent change.
  • Validate ticker coverage before querying deeper dilution records with the search endpoint.
  • Identify tickers with free full-access dilution data using the open access tickers endpoint.
  • Track CIK numbers alongside ticker symbols for cross-referencing SEC EDGAR filings.
  • Alert on newly trending small-cap names by polling the popular tickers endpoint regularly.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does DilutionTracker have an official developer API?+
DilutionTracker does not publish a documented public developer API. The data here is exposed through Parse's API layer covering the DilutionTracker.com platform.
What does `get_open_access_tickers` return and how does it differ from `search_tickers`?+
get_open_access_tickers returns a fixed list of tickers whose full dilution detail is available without a paid subscription, including the openAccessDate and cik for each. search_tickers queries the broader ~3,400-ticker coverage database by symbol or name substring and returns coverageStatus — but does not filter by access tier or return the CIK.
Does the API return detailed dilution history or share structure breakdowns for individual tickers?+
Not currently. The API covers ticker search, popular tickers, open-access ticker listings, pending S-1 offerings, and reverse splits. Per-ticker dilution history, authorized shares, float data, or warrant details are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting individual ticker dilution detail pages.
How fresh is the data from endpoints like `get_pending_s1_offerings` and `get_reverse_splits`?+
Both endpoints reflect the current state of DilutionTracker's platform at the time of the request. Neither endpoint includes a timestamp field in the response, so polling periodically is the practical way to detect new entries or status changes.
Can I filter popular tickers by sector or industry?+
The get_popular_tickers endpoint returns sector and industry fields in each result object, but takes no filter parameters — it always returns the full set of up to 30 trending tickers. Filtering by sector or industry would need to be done client-side. You can also fork this API on Parse and revise it to add server-side filtering if needed.
Page content last updated . Spec covers 5 endpoints from dilutiontracker.com.
Related APIs in FinanceSee all →
ticker.finology.in API
Search and analyze stocks, view company financials and market indices, track super investors and their holdings, and explore IPO listings and sector performance. Get comprehensive market data including company overviews, financial statements, and real-time dashboard information to make informed investment decisions.
stockanalysis.com API
Access comprehensive stock market data including real-time financials, income statements, statistics, and IPO calendars to research individual stocks and identify market movers. Search stocks, view detailed overviews, and monitor premarket activity all in structured, easy-to-use format.
sec.gov API
Search for publicly traded companies and instantly access their SEC filings with details like filing type, date, description, and accession numbers. Find the regulatory documents you need to research company financial information and compliance records.
polygon.io API
Access real-time and historical market data for stocks, cryptocurrencies, forex, and commodities—including price aggregates, ticker details, and financial statements—all from a single platform. Get the latest market news, check trading status across exchanges, and retrieve comprehensive ticker information to power your investment analysis and trading decisions.
marketbeat.com API
Track comprehensive stock market data including real-time overviews, analyst ratings, earnings reports, insider trades, and institutional ownership across thousands of companies. Search stocks, analyze financial statements and profitability metrics, monitor short interest, explore options chains, and stay updated with market headlines and competitor analysis.
statusinvest.com.br API
Search and analyze Brazilian stocks with real-time market data, including detailed financial indicators, historical price movements, and dividend information. Track stock performance and investment metrics all in one place.
openinsider.com API
Track insider trading activity by accessing the latest SEC filings, identifying cluster buys, and discovering top insider purchases with advanced filtering capabilities. Screen stocks based on insider behavior patterns and visualize buy/sell trends to inform your investment decisions.
screener.in API
Search and analyze Indian stocks with real-time financial data, company details, IPO information, price history, and peer comparisons. Get instant access to stock screening results, market listings, and company announcements to make informed investment decisions.