Skip to main content
GET
Get Technical Metrics Screener Time Range

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

start_time
integer
required

Start time (Unix timestamp in seconds, UTC)

end_time
integer
required

End time (Unix timestamp in seconds, UTC)

metric_type
string
required

Metric type. Valid values: PRICE_CHANGE_1D, PRICE_CHANGE_1W, PRICE_CHANGE_1M, PRICE_CHANGE_3M, PRICE_CHANGE_6M, PRICE_CHANGE_YTD, PRICE_CHANGE_1Y, PRICE_CHANGE_3Y, PRICE_CHANGE_5Y, SHARES_VOLUME, DOLLAR_VOLUME, AVERAGE_DAILY_DOLLAR_VOLUME, MA_5, MA_10, MA_20, MA_60, MA_120, MA_200, EMA_5, EMA_10, EMA_20, EMA_60, EMA_120, EMA_200, RSI_14, MACD_DIF, MACD_DEA, MACD_HIST, BOLLINGER_UPPER, BOLLINGER_MID, BOLLINGER_LOWER, VWAP_DAY, BETA, VOLATILITY_20, VOLATILITY_60, VOLATILITY_90

range_min
number<float64>

Minimum value filter (optional). Returns only stocks where metric value >= range_min

range_max
number<float64>

Maximum value filter (optional). Returns only stocks where metric value <= range_max

order_by
string

Sort order (optional). Valid values: ASC (ascending), DESC (descending). Defaults to DESC

limit
integer

Maximum number of results per day (optional, defaults to no limit)

symbol_type
enum<string>

Asset type filter. Valid values: stock (CS/ADRC), etf. Optional, defaults to stock.

Available options:
stock,
etf

Response

Successfully retrieved technical metrics screener time range data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean