get_security_ownership
morningstar.com.auReturns the top five mutual fund and institutional holders with shares, ownership percentages, asset weights, changes, dates, and holder details from https://morningstar.com.au.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_security_ownership?
Returns the top five mutual fund and institutional holders with shares, ownership percentages, asset weights, changes, dates, and holder details from https://morningstar.com.au. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass performance_id, timeout_seconds and get the result back without maintaining a scraper.
Response
{
"institutions": {},
"mutual_funds": {},
"performance_id": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/466539f2-5fdd-40b5-b9ee-9945fa276915/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "466539f2-5fdd-40b5-b9ee-9945fa276915",
"variables": {
"performance_id": "0P00006WEM",
"timeout_seconds": 25
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="466539f2-5fdd-40b5-b9ee-9945fa276915") — the "get_security_ownership" function, which returns the top five mutual fund and institutional holders with shares, ownership percentages, asset weights, changes, dates, and holder details from https://morningstar.com.au.. It takes performance_id (str), timeout_seconds (int). Return the result as structured JSON.