Skip to main content
GET
/
v1
/
stock
/
investment-theme
Get Investment Theme
curl --request GET \
  --url https://api.aries.com/v1/stock/investment-theme \
  --header 'Authorization: Bearer <token>'
{
  "theme": "financialExchangesData",
  "data": [
    {
      "symbol": "MCO"
    }
  ]
}

Query parameters

ParameterTypeRequiredDescription
themestringYesTheme identifier. Use one of the supported theme values below.

Supported theme values

Use one of these values for the theme parameter:
Theme valueTheme valueTheme value
financialExchangesDatafutureFood3dPrinting
ageingPopulationaibigData
cloudcyberSecuritydigitalisation
dronesfintechfounder
futureEntertainmentfutureVehiclesgaming
globalCleanEnergyglobalWaterhealthcareInnovation
hrmobilePaymentorganicFood
roboticstobaccoAlcoholGamblingwindEnergy

Response

Success returns 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.

Authorizations

Authorization
string
header
required

OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.

Query Parameters

theme
enum<string>
required

investment theme identifier. Use the Try it dropdown or the supported values list on the reference page. Investment theme identifier. Pick a theme to filter or look up stocks tied to that thesis (e.g. AI, fintech, clean energy).

Available options:
financialExchangesData,
futureFood,
3dPrinting,
ageingPopulation,
ai,
bigData,
cloud,
cyberSecurity,
digitalisation,
drones,
fintech,
founder,
futureEntertainment,
futureVehicles,
gaming,
globalCleanEnergy,
globalWater,
healthcareInnovation,
hr,
mobilePayment,
organicFood,
robotics,
tobaccoAlcoholGambling,
windEnergy
Example:

"ai"

Response

Investment theme data.

data
object[]
theme
enum<string>

Investment theme identifier. Pick a theme to filter or look up stocks tied to that thesis (e.g. AI, fintech, clean energy).

Available options:
financialExchangesData,
futureFood,
3dPrinting,
ageingPopulation,
ai,
bigData,
cloud,
cyberSecurity,
digitalisation,
drones,
fintech,
founder,
futureEntertainment,
futureVehicles,
gaming,
globalCleanEnergy,
globalWater,
healthcareInnovation,
hr,
mobilePayment,
organicFood,
robotics,
tobaccoAlcoholGambling,
windEnergy
Example:

"ai"