List result companies for a run
Returns the companies produced by a run of the strategy. By default this reads the strategy’s active version and its latest completed run. Pass asOfDate, versionId, or both to select a different run. A completed run with no qualifying companies returns an empty array.
Authorizations
Enter 'Bearer' followed by a space and then your JWT or API Key.
Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
or Bearer YOUR_API_KEY_HERE
Path Parameters
UUID of the strategy.
Query Parameters
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.
The version to read. When omitted, the strategy's active version is used.
When true, includes the reasoning text for each company.
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.
"TSLA"
"Tesla, Inc."
"NASDAQ"
Whether the company is currently active.
Bloomberg Financial Instrument Global Identifier (FIGI) for the listing.
ISO 10383 operating market identifier code for the listing exchange.
Why the company was included. Present only when includeReasoning is true.
Conviction score between 0 and 1 that combines market buzz and linguistic beta. A higher score indicates a stronger thematic signal on both dimensions.