Retrieve investment theme portfolio data for a given theme identifier. Use one of the supported theme values below.
Use Case: Show stocks or ETFs that belong to a thematic basket (e.g. clean energy, AI) for thematic investing.
| Parameter | Type | Required | Description |
|---|---|---|---|
theme | string | Yes | Theme identifier. Use one of the supported theme values below. |
theme parameter:
| Theme value | Theme value | Theme value |
|---|---|---|
financialExchangesData | futureFood | 3dPrinting |
ageingPopulation | ai | bigData |
cloud | cyberSecurity | digitalisation |
drones | fintech | founder |
futureEntertainment | futureVehicles | gaming |
globalCleanEnergy | globalWater | healthcareInnovation |
hr | mobilePayment | organicFood |
robotics | tobaccoAlcoholGambling | windEnergy |
200 OK with a JSON object containing investment theme portfolio data (data array of symbols, theme).
Errors: 400 when theme is missing or invalid, 401 unauthorized, 404 when no data found, 500 server error.OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Theme name. Required.
"Artificial Intelligence"
Investment theme data.
The response is of type object.