API Documentation

GET/api/1/alternative/investment-themes

Investment Themes API

Returns curated portfolios of stocks grouped by investment themes (e.g. AI, Clean Energy, Robotics)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/alternative/investment-themes' \
  -H 'Accept: application/json'
200 Response
[
  {
  "theme": "financialExchangesData",
  "symbols_json": [],
  "last_updated": "2024-01-15T00:00:00.000Z"
}
]