List the result companies for a strategy run
Returns the result companies for a run of the strategy. Defaults to the strategy’s active version and its latest completed run; pass asOfDate and/or versionId to select a different run. A completed run with no qualifying companies returns an empty array; when there is no completed run for the selected version/date, returns 404.
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 (YYYY-MM-DD) selecting a specific run of the version. Omitted -> the latest completed run for the version.
Explicit version to read. Omitted -> the strategy's active version.
When true, include the reasoning text for each company.
Minimum market cap (USD) for conviction score calculation. Companies below this threshold receive a convictionScore of 0.
Response
Array of companies (empty when the run has no companies)
Whether this company is currently active.
"NASDAQ"
"Tesla, Inc."
"TSLA"
Robust conviction score in (0, 1).
Bloomberg Financial Instrument Global Identifier (FIGI).
ISO 10383 Operating MIC for the listing exchange/market.
Present when includeReasoning=true.