API Documentation

⌘K
GET/api/1/mutual-fund/holdings/{symbol}

Mutual Fund Holdings

Returns top holdings for a mutual fund

Parameters

1
symbolstringrequired
path

Ticker 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
}
]