API Documentation
⌘K
API Key
Get free key GET
/api/1/alternative/superinvestors/holdings/{slug}Superinvestor Holdings API
Returns the portfolio holdings of a specific superinvestor by slug
Parameters
1slugstringrequiredInvestor slug (e.g. warren-buffett)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/alternative/superinvestors/holdings/warren-buffett-berkshire-hathaway' \
-H 'Accept: application/json'200 Response
{
"investor": {},
"holdings": []
}