Stock Candles

ParameterTypeDescription
carray of integersThe close prices.
harray of numbersThe high prices.
larray of integersThe low prices.
oarray of numbersThe open prices.
sstringThe status, which is either "ok" or "error." This is deprecated; the HTTP status code should be used.
tarray of integersThe timestamps, represented as Unix timestamps. For more information, refer to: Unix Timestamp.
varray of integersThe volumes.
fromintegerThe from date, represented as a Unix timestamp. For more information, refer to: Unix Timestamp.
tointegerThe to date, represented as a Unix timestamp. For more information, refer to: Unix Timestamp.
resolutionstringThe chart resolution. The resolution must be 1, 50, 60, D, W, or M. The resolution indicates the frequency of the candles; e.g., "D" means you will receive one data point every day.