Skip to main content
GET
/
premade-strategies
/
{strategyId}
/
companies
/
{companyId}
Get reasoning/evidence for a specific company in a premade strategy
curl --request GET \
  --url https://api.noonum.ai/v1/premade-strategies/{strategyId}/companies/{companyId} \
  --header 'Authorization: Bearer <token>'
{
  "reasoning": "The strategy involves investing in companies that focus on EV manufacturing, battery technology,\nand charging station infrastructure. The excerpts highlight Tesla's involvement in the EV market,\nparticularly its focus on electric vehicles and charging infrastructure,\nwhich aligns with the strategy.\n",
  "summaries": [
    {
      "provider": "Reuters",
      "pubDate": 1741774920,
      "text": "Tesla is a major player in the Electric Battery Charging Stations market,\nknown for its ultra-fast chargers, including Tesla Superchargers.\nThe company is investing in expanding its charging network.\"\n"
    }
  ],
  "isIncluded": true
}

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Path Parameters

strategyId
string
required

UUID of the user strategy

companyId
string
required

Company ID in Noonum database

Example:

"fbf71130-600a-4655-ae5b-6f367d0bbfb2"

Response

200 - application/json

Reasoning and evidence for company inclusion.

reasoning
string

Reasoning for company inclusion

Example:

"The strategy involves investing in companies that focus on EV manufacturing, battery technology,\nand charging station infrastructure. The excerpts highlight Tesla's involvement in the EV market,\nparticularly its focus on electric vehicles and charging infrastructure,\nwhich aligns with the strategy.\n"

summaries
object[]

Evidence pieces for company inclusion

isIncluded
boolean

Whether the company is included in the strategy

Example:

true