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

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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

theme
enum<string>
required

Theme identifier. See supported values: financialExchangesData, futureFood, 3dPrinting, ageingPopulation, ai, bigData, cloud, cyberSecurity, digitalisation, drones, fintech, founder, futureEntertainment, futureVehicles, gaming, globalCleanEnergy, globalWater, healthcareInnovation, hr, mobilePayment, organicFood, robotics, tobaccoAlcoholGambling, windEnergy

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

Response

Successful response

data
object[]
theme
string

Theme identifier