Marketindex: Get Microcap Companies
Marketindex via Parse · Finance
Retrieve ASX-listed ordinary companies (type 01) with market capitalisation below a user-supplied maximum. Fetches all ordinary shares in batches and filters by market cap. Optionally filters by one or more sector names. Returns each company's ticker code, name, last traded price, market cap, computed shares outstanding (market_cap / last price), sector, and trading status. Excludes ETFs, funds, and other non-operating security types. Results are sorted by market cap descending. Makes ~10 upstream requests (1 company list + batches of 200 for company data). 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_companies
- Interface artifact
- sha256:f4569a19fb139c3211cdbcf165216fc1e745b010560d51c15de7568387f6dcc0
- Manifest digest
- sha256:12c24518ba71d43d06d8a2b7c06aa15b728ec0d089318e21f72890c18873bf97
Request fields
- sector (string): Comma-separated list of sector names to filter by (e.g. 'Energy', 'Healthcare', 'Basic Materials'). If omitted, all sectors are included.
- max_market_cap (integer): Maximum market capitalisation in AUD. Companies with market cap at or below this value are returned.
Example queries
- {"sector":"Energy","max_market_cap":"15000000"}