ParameterTypeDescription
carray of numbersClose Prices: An array of numerical values representing the closing prices for the stock. (Required)
sstringStatus: A string indicating the status of the request, which should be either "ok" or "error." (Deprecated)
tarray of integersTimestamp: An array of integers representing Unix timestamps indicating when each candle closes. (Required)
varray of integersVolume: An array of integers representing trading volume data for each candle. (Required)
fromintegerFrom Date: An integer representing the start date of the data range in Unix timestamp format. (Required)
harray of integersHigh Price: An array of integers representing the highest price reached during each candle. (Required)
larray of integersLow Price: An array of integers representing the lowest price reached during each candle. (Required)
resolutionstringChart Resolution: A string indicating the chart resolution or frequency of the candles. (Required)
tointegerTo Date: An integer representing the end date of the data range in Unix timestamp format. (Required)
oarray of integersOpen Price: An array of integers representing the opening prices for each candle. (Required)