API Documentation
⌘K
API Key
Get free key GET
/api/1/mutual-fund/holdings/{symbol}Mutual Fund Holdings
Returns top holdings for a mutual fund
Parameters
1symbolstringrequiredTicker symbol (e.g. AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/mutual-fund/holdings/VFINX' \
-H 'Accept: application/json'200 Response
[
{
"name": "Apple Inc",
"symbol": "AAPL",
"weight": 5.2,
"shares": 0
}
]