API Documentation

GET/api/1/alternative/superinvestors/holdings/{slug}

Superinvestor Holdings API

Returns the portfolio holdings of a specific superinvestor by slug

Parameters

1
slugstringrequired
path

Investor 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": []
}