DilutionLens
Dilution intelligence for every ASX-listed company, sourced to the original ASX announcement.
What it can do
- Get Dilution Snapshot: Headline dilution metrics for one ASX company — risk level, cash cover band, market cap, 12-month raise count and options & rights overhang % (the JSON key remains max_dilution_
- Get Raise History: Every capital raise on record for one ASX company: date, type, amount, issue price, shares issued, brokers and stated purpose. Identical to the paid page's raise history.
- Get Options: The option and convertible register for one ASX company — every line's code, security kind (options, performance rights, notes, warrants, rights), type (price-triggered, condition-trigger
What data it sees
Do you need an account
No: the server works without sign-in
Dilution intelligence for every ASX-listed company, sourced to the original ASX announcement. Ask for a ticker and get its dilution risk level, cash cover, 12-month raise count and options-and-rights overhang (get_dilution_snapshot) and its full option and convertible register (get_options) — free, no key, about 20 calls a day. With a DilutionLens Pro key (x-api-key) the same server also returns every capital raise on record with price, discount and brokers (get_raise_history), the quarterly cash runway history (get_cash_runway), the share-count issuance timeline (get_issuance_timeline) and a market-wide screen (screen). One company per call. Rebuilt every trading day.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| get_dilution_snapshot | Headline dilution metrics for one ASX company — risk level, cash cover band, market cap, 12-month raise count and options & rights overhang % (the JSON key remains max_dilution_pct — a contract). Mirrors the free company page. Works without a key, ~20 calls/day. |
| get_raise_history | Every capital raise on record for one ASX company: date, type, amount, issue price, shares issued, brokers and stated purpose. Identical to the paid page's raise history. |
| get_options | The option and convertible register for one ASX company — every line's code, security kind (options, performance rights, notes, warrants, rights), type (price-triggered, condition-triggered, converts on terms, not classified), exercise price, expiry and quantity. Free and keyless (~20 calls/day), identical to the free company page. With a paid API key the same call also returns each line's in-the-money value, the filing's own description and section, and the quantities and strikes as filed before any consolidation rebase — identical to the paid page's options block. |
| get_cash_runway | Quarterly cash, burn and cover history (IQ Cash) for one ASX company. Identical to the paid page's cash detail. |
| get_issuance_timeline | The share-issuance timeline for one ASX company — every issuance-relevant filing, dated and cited. Identical to the paid page's timeline. |
| screen | Screen the ASX universe by dilution risk, cash cover, market cap or industry. Returns at most 20 rows — always the top of the requested ordering; there is no offset paging. A discovery tool, not an extract. Filters: q (name/ticker search), risk, cover, cap, industry, suspended, sort, dir. Companies suspended from official quotation are EXCLUDED by default, the same as on the website; `suspended_hidden` in the response says how many this query withheld and `suspended=include` returns them. |