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>'
{
  "symbol": "AAPL",
  "asOf": "2026-01-15T12:00:00Z",
  "source": "demo",
  "records": [
    {
      "id": "rec-001",
      "title": "Sample supplemental record",
      "category": "illustrative",
      "score": 0.82,
      "url": "https://example.com/reference/1"
    }
  ]
}

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
string
required

Theme name. Required.

Example:

"Artificial Intelligence"

Response

Investment theme data.

The response is of type object.