Discover/asx.com.au API
live

asx.com.au APIasx.com.au

Retrieve ASX equity prices, index summaries, company details, market announcements, and IPO listings via a structured JSON API covering all ASX-listed companies.

Endpoints
6
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/51bd2245-1548-4c04-b3d9-f75abb432b7a/<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/51bd2245-1548-4c04-b3d9-f75abb432b7a/get_market_overview' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Retrieve the ASX homepage market overview including S&P/ASX 200 index summary, market wrap text, and daily video transcript.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "video": "object with daily market wrap video ID and transcript",
    "indices": "array of index objects with name, priceLast, priceChange, priceChangePercent",
    "showVideo": "boolean indicating whether video is available",
    "smartText": "string containing HTML-formatted market summary text"
  },
  "sample": {
    "data": {
      "video": {
        "id": "J45e-Bwz2F0",
        "date": "2026-05-15",
        "isWeekly": false,
        "transcript": [
          "ASX Daily Market Wrap",
          "15 May 2026"
        ]
      },
      "indices": [
        {
          "xid": "583954",
          "name": "S&P/ASX 200",
          "dateAsOf": "2026-05-15T06:55:44.000Z",
          "priceLast": 8630.8,
          "priceChange": -9.9,
          "priceChangePercent": -0.11
        }
      ],
      "showVideo": true,
      "smartText": "The <b>S&P/ASX 200</b> <b>closed</b> lower <b>Friday</b>..."
    },
    "status": "success"
  }
}

About the asx.com.au API

This API provides 6 endpoints covering live Australian Securities Exchange data, from the S&P/ASX 200 index summary returned by get_market_overview to full company profiles, daily announcements with price-sensitivity flags, a paginated directory of every ASX-listed company, and upcoming IPO and float listings. Response fields span pricing, earnings ratios, director lists, sector classifications, and announcement metadata — all delivered as structured JSON.

Market Data and Equity Prices

get_market_overview returns the current S&P/ASX 200 index level alongside priceChange, priceChangePercent, and a smartText field containing an HTML-formatted market summary. A video object carries the daily market wrap video ID and full transcript when showVideo is true. get_equity_market_prices breaks the session into gainers, declines, and volume arrays, each entry carrying symbol, displayName, lastPrice, and either a percent-change value or a volumeRelative90DPct field comparing today's volume against the 90-day average.

Company Details and Directory

get_company_details accepts a single required symbol parameter (e.g. BHP, CBA) and returns a header object with marketCap, sector, and intraday price fields, plus an about block containing description, a directors array, addressContact, and websiteUrl. The key_statistics object adds isin, earningsPerShare, priceEarningsRatio, yieldAnnual, and full income-statement figures. get_company_directory pages through every listed company — count reports the total — with each item carrying symbol, displayName, industry, dateListed, and marketCap.

Announcements and Upcoming Listings

get_all_market_announcements accepts an optional ISO-format date parameter and a zero-based page integer. Each item in the items array includes symbol, headline, isPriceSensitive, documentKey, and fileSize. The facets object exposes announcementTypes and industries breakdowns, and summaryCounts gives total and price-sensitive tallies for the requested date. get_upcoming_floats_and_listings returns an upcoming_listings array where each entry has company_name and expected_listing_date, providing a forward-looking view of new market entrants.

Common use cases
  • Screen for the day's top ASX gainers and volume outliers using the gainers and volume arrays from get_equity_market_prices.
  • Build a company research tool that pulls director names, sector, EPS, and P/E ratio from get_company_details for any ASX ticker.
  • Monitor price-sensitive announcements in real time by filtering the isPriceSensitive flag in get_all_market_announcements.
  • Populate an ASX company database by iterating the paginated get_company_directory endpoint to capture every listed entity with market cap and listing date.
  • Track the IPO pipeline by polling get_upcoming_floats_and_listings for new entries in the upcoming_listings array.
  • Embed a live S&P/ASX 200 summary widget using the indices, smartText, and video fields from get_market_overview.
  • Aggregate sector-level announcement activity using the industries facet returned by get_all_market_announcements.
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 ASX provide an official developer API?+
ASX does not publish a general-purpose public developer API. Market data is available commercially through ASX's licensed data services (asx.com.au/data-and-technology), but these require a commercial agreement. This Parse API gives structured programmatic access without a separate licensing negotiation.
What does get_all_market_announcements return, and how can I filter by announcement type?+
The endpoint returns an items array where each announcement carries symbol, headline, date, isPriceSensitive, documentKey, and fileSize. The facets object includes an announcementTypes array and an industries array you can use to understand the composition of results for a given date. Filtering to a specific announcement type is not a built-in input parameter — you would need to filter client-side on the facets or items fields.
Can I retrieve historical price data or full time-series charts for ASX stocks?+
Not currently. The API covers current-day pricing fields such as priceLast, priceDayHigh, priceDayLow, and priceClose from get_company_details, along with daily movers from get_equity_market_prices. Historical OHLCV time-series data is not exposed. You can fork this API on Parse and revise it to add the missing endpoint.
Does get_upcoming_floats_and_listings include prospectus documents or raise amounts?+
The endpoint returns company_name and expected_listing_date only. Financial details such as offer price, capital raise amount, or links to prospectus documents are not included in the current response shape. You can fork this API on Parse and revise it to add those fields.
How fresh is the data returned by the market endpoints?+
The market overview and equity price endpoints reflect ASX session data as published on the ASX website. ASX equities trade between 10:00 and 16:10 AEST on business days; data outside those hours will reflect the most recent session close. The announcements endpoint includes a date parameter so you can target a specific trading day — omitting it defaults to the current day.
Page content last updated . Spec covers 6 endpoints from asx.com.au.
Related APIs in FinanceSee all →
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
guba.eastmoney.com API
Access Chinese stock discussion posts and comments from Eastmoney's community platform to monitor investor sentiment, search board discussions, and retrieve detailed post information and stock board metadata. Get real-time insights into what traders are discussing about specific stocks through posts, replies, and board analytics.
blur.io API
Access NFT collection data on Blur.io, including floor prices, best bids, listed tokens, and recent activity. Authenticate with an Ethereum wallet to place collection bids and retrieve portfolio holdings.
immobiliare.it API
Search Italian property listings for sale or rent, browse real estate agencies, and explore price trends across Italian cities — all via immobiliare.it.
etoro.com API
Monitor top eToro traders by accessing their profiles, portfolio holdings, performance statistics, and trading history to inform your investment decisions. Discover trending stocks and cryptocurrencies, search for specific instruments, and view detailed market data and news to stay updated on investment opportunities.
blackrock.com API
Access comprehensive BlackRock iShares ETF data to research fund performance, holdings, fees, and sector allocations, plus search and compare specific ETFs. Monitor investment details like distributions, key characteristics, and broad market indices all in one place.
morningstar.com.au API
Access comprehensive financial data for Australian stocks, ETFs, and managed funds including key metrics, valuations, dividends, and historical prices. Search securities, review company profiles and ownership details, and stay informed with market news and upcoming dividend information.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.