ASX: Search Announcements
ASX via Parse · Finance
Search ASX market announcements filtered by report type (annual report or half-yearly/earnings report), company code, and date range. Returns paginated results ordered by most recent filing date. Each result includes the announcement title, company code, filing date, document type classification, and a direct URL to the PDF document. When no company_code is provided, returns announcements across all listed companies. When no report_type is specified, returns both annual reports and half-yearly reports. Pagination is controlled by page and page_size parameters. Search and retrieve annual reports and company earnings reports filed on the Australian Securities Exchange (ASX), including title, company code, filing date, document type, and direct PDF URL. Fulfilled by Parse from asx.com.
- asx
- asx-com
- finance
- government-public
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/cea273c0-12fa-4276-a0fc-39dd57dfce34/search_announcements
- Interface artifact
- sha256:3966b48712cc918b16b473402c507dc270bde3184b03bd32f82422118245a526
- Manifest digest
- sha256:f635d6f300cc8befe0fa09e82df1cf42b672ad3b7fce2c95ea073d85449f3342
Request fields
- page (integer): Page number for pagination (1-indexed).
- end_date (string): End of date range filter in ISO format YYYY-MM-DD.
- page_size (integer): Number of results per page. Maximum 100.
- start_date (string): Start of date range filter in ISO format YYYY-MM-DD. The ASX archive covers approximately the last 20 years of filings.
- report_type (string): Type of report to search for. When omitted, returns both annual reports and half-yearly reports.: Allowed values: annual_report, half_yearly_report
- company_code (string): ASX company ticker code (e.g. BHP, CBA, RIO). Filters results to a single company. When omitted, returns announcements for all companies.
Example queries
- {"end_date":"2026-08-14","start_date":"2025-08-14","report_type":"annual_report","company_code":"BHP"}