Historical Trading Signals for a Ticker

Retrieves historical smoothed trading signals for a single ticker using keyset pagination. Signals are smoothed using the same algorithm as the live endpoint. Use the returned next_token as the 'next_token' parameter for subsequent requests.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Ticker to retrieve historical signals for.

Query Params
string
Defaults to v2

Model version to use for signals. Default is v2.

ValueDescription
latestLatest available model — currently v3
v1Legacy risk-managed forecast model
v1_rawv1 without additional risk management logic
v2Risk-managed forecast model (default)
v2_rawv2 without additional risk management logic
v3Copilot analyst forecast with risk management
v3_rawv3 without additional risk management logic
sentimentAggregated signal combining fundamental, sector, and macroeconomic inputs
fundamental_sentimentSignals derived from fundamental sentiment analysis
sector_sentimentSignals derived from sector-level sentiment analysis
macroeconomic_sentimentSignals derived from macroeconomic sentiment analysis
technicalSignal based on technical indicators
integer
1 to 48
Defaults to 2

Number of consecutive hourly periods a signal must persist before being accepted. Higher values produce more stable but slower-reacting signals. Default is 2, maximum is 48.

End date for the time range filter (YYYY-MM-DD format).

integer
1 to 1000
Defaults to 100

Number of records per page.

Start date for the time range filter (YYYY-MM-DD format). If not provided, defaults to 7 days ago.

Pagination cursor from previous response. Use this to continue pagination within the same time range.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain