Skip to main content
GET
List result companies for a run

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

UUID of the strategy.

Query Parameters

asOfDate
string<date>

The as-of date in YYYY-MM-DD format that selects a specific run of the version. When omitted, the latest completed run for the version is used.

versionId
string<uuid>

The version to read. When omitted, the strategy's active version is used.

includeReasoning
boolean
default:false

When true, includes the reasoning text for each company.

scoringMinMarketCap
number
default:500000000

Minimum market cap in USD for the conviction score calculation. Companies below this threshold receive a convictionScore of 0.

Response

The list of companies, empty when the run produced none.

id
string<uuid>
required
symbol
string
required
Example:

"TSLA"

name
string
required
Example:

"Tesla, Inc."

isin
string | null
required
exchange
string
required
Example:

"NASDAQ"

market
string | null
required
sector
string | null
required
industry
string | null
required
marketCap
number | null
required
volAvg
number<float> | null
required
linguisticBeta
number<float>
required
marketBuzz
number<float>
required
active
boolean
required

Whether the company is currently active.

figi
string | null

Bloomberg Financial Instrument Global Identifier (FIGI) for the listing.

mic
string | null

ISO 10383 operating market identifier code for the listing exchange.

reasoning
string | null

Why the company was included. Present only when includeReasoning is true.

convictionScore
number<float> | null

Conviction score between 0 and 1 that combines market buzz and linguistic beta. A higher score indicates a stronger thematic signal on both dimensions.