Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 6.22 KB

getv1metricssymbolhistoryrequest.md

File metadata and controls

14 lines (11 loc) · 6.22 KB

GetV1MetricsSymbolHistoryRequest

Fields

Field Type Required Description
metric_id str ✔️ Metric identifier (from the Metrics -> Listing)
symbol_id str ✔️ Symbol identifier (from the Metadata -> Symbols)
time_start date Starting time in ISO 8601
time_end date Ending time in ISO 8601
time_format Optional[str] If set, returned values will be in unix timestamp format (valid values: unix_sec, unix_millisec, unix_microsec, unix_nanosec)
period_id Optional[str] Identifier of requested timeseries period (e.g. 5SEC or 2MTH), default value is 1SEC
limit Optional[int] Amount of items to return (optional, mininum is 1, maximum is 100000, default value is 100, if the parameter is used then every 100 output items are counted as one request)