Marketindex: Get Microcap Announcements
Marketindex via Parse · Finance
Retrieve ASX announcements for microcap ordinary-share companies filtered by market cap, sector, and optional date range. Identifies qualifying companies (type 01, market cap at or below max_market_cap, matching sector filter), then fetches their announcements and filters by date range if supplied. Only companies with at least one announcement in the period are included. Makes ~10–30 upstream requests depending on qualifying company count (company list + batched company data + batched announcements). Results sorted by dateTime descending. ASX stock market data, indices, sectors, dividends, director transactions, and company announcements from Market Index. Fulfilled by Parse from marketindex.com.au.
- finance
- government-public
- marketindex
- marketindex-com-au
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8c2e4aa9-de26-46ca-9ef5-bda5e5a5d33d/get_microcap_announcements
- Interface artifact
- sha256:6be12c72326988ae835bc365cb172c8795eab9198abcb7b4a4a2363227570cff
- Manifest digest
- sha256:2feb95a6a0e090af824b384e28298349457f60bb9bd53eb552b8c8c9c1600506
Request fields
- sector (string): Comma-separated list of sector names to filter by (e.g. 'Energy', 'Healthcare', 'Basic Materials'). Defaults to 'Basic Materials,Healthcare,Energy'.
- to_date (string): End of date range filter in ISO format YYYY-MM-DD (e.g. '2026-12-31'). If omitted, no upper date bound is applied.
- from_date (string): Start of date range filter in ISO format YYYY-MM-DD (e.g. '2026-01-01'). If omitted, no lower date bound is applied.
- max_market_cap (integer): Maximum market capitalisation in AUD. Companies with market cap at or below this value are included.
Example queries
- {"sector":"Energy","to_date":"2026-08-23","from_date":"2026-08-16","max_market_cap":"15000000"}