ConsoleCatalog
Sign in
Morningstar logo

Morningstar

morningstar.comFinanceno auth

Search stocks, funds and ETFs; view ratings, quotes, performance, and research on Morningstar.

Fund Category List

ASYNCREADNo auth

Returns a paginated listing of funds in a Morningstar category with ratings, returns, and fund metadata.

ParametersFormJSON

Morningstar category URL slug (e.g. aggressive-allocation-funds)

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_com_fund_category_list",
    "params": {
      "category_slug": "aggressive-allocation-funds"
    }
  }'