Finance
Morningstar Australia logo

Morningstar Australia API

morningstar.com.au

Morningstar Australia - stock and ETF quotes, screeners, dividends, filings, and news.

Actions
11
Category
Finance
Login
Not required
Output
JSON

Call the Morningstar Australia API

Submit a task, then poll the job until it settles. This example runs act_morningstar_au_etf_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_morningstar_au_etf_listing",
    "params": {
      "filters": "[\"HoldingTypeId:EQ:'22'\"]",
      "page": 1
    }
  }'

11 actions on morningstar.com.au

Read

  • ETF Listing

    act_morningstar_au_etf_listingread2 credits / call

    Returns ETFs with ticker, price, returns, and category across ASX, NZX, and CHIA.

    filters
    string · required
    page
    integer · required
    page_size
    integer
    sort_order
    string
    universe_ids
    string
  • Global Market Data

    act_morningstar_au_global_market_dataread1 credit / call

    Returns a global market snapshot of major equity indices with price and daily change.

  • Homepage Top Stories

    act_morningstar_au_homepage_top_storiesread2 credits / call

    Returns the homepage top stories lineup with titles, summaries, sections, and authors.

  • Investment Ideas Category

    act_morningstar_au_investment_ideas_categoryread2 credits / call

    Returns detail for an investment-ideas category, including its screener filter and security type.

    category_slug
    string · required
    skip_detail_view
    boolean
  • Investment Ideas Listing

    act_morningstar_au_investment_ideas_listingread2 credits / call

    Returns investment-ideas categories with names, descriptions, and filters for discovering idea screens.

    page
    integer · required
    page_size
    integer
    skip_detail_view
    boolean
  • Market Movers Actives

    act_morningstar_au_market_movers_activesread1 credit / call

    Returns the most-active ASX securities with ticker, price, and daily change.

    market_id
    string
  • News Feed

    act_morningstar_au_news_feedread2 credits / call

    Returns financial news feed results by keyword and content type, with headlines and metadata.

    content_type_name
    string
    keyword
    string
    page
    integer
    page_size
    integer
  • Related Filings Documents

    act_morningstar_au_related_filings_documentsread2 credits / call

    Returns related documents and filings for a security, with keyword filtering and pagination.

    sec_id
    string · required
    keyword
    string
    page
    integer
    page_size
    integer
  • Security Lookup

    act_morningstar_au_security_lookup_by_tickerread1 credit / call

    Returns a security ID, name, and current price for an exchange code and ticker.

    exchange_code
    string · required
    symbol
    string · required
  • Stock Profile

    act_morningstar_au_stock_profileread1 credit / call

    Returns a stock profile with quote, company overview, sector, and industry.

    sec_id
    string · required
  • Upcoming Dividends Listing

    act_morningstar_au_upcoming_dividends_listingread2 credits / call

    Returns upcoming ASX dividend payments with amount, ex-date, and pay-date, filtered by date range.

    filters
    string · required
    page
    integer · required
    page_size
    integer
    sort_order
    string
    universe_ids
    string

Morningstar Australia API questions

Is there an API for Morningstar Australia?
Morningstar Australia does not offer a public data API for this, but Anakin Wire provides 11 maintained endpoints for morningstar.com.au. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Morningstar Australia data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when morningstar.com.au changes its markup, Anakin updates the action.
Do I need a Morningstar Australia account?
No. Every Morningstar Australia action listed here runs anonymously — no account and no credentials required.
What does the Morningstar Australia API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites