ConsoleCatalog
Sign in
Morningstar Australia logo

Morningstar Australia

morningstar.com.auFinanceno auth

Stock and ETF quotes, screeners, dividends, filings, and news.

ETF Listing

ASYNCREADNo auth

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

ParametersFormJSON

JSON array of screener filter strings

Results page number

Number of results per page

Sort order expression

JSON array of universe IDs

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "page_size": "20",
      "sort_order": "Name asc",
      "universe_ids": "[\"ETEXG$XASX\",\"ETEXG$XNZE\",\"ETEXG$CHIA\"]"
    }
  }'