Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 927 Bytes

OptionsCandlestick.md

File metadata and controls

16 lines (12 loc) · 927 Bytes

OptionsCandlestick

data point in every timestamp

Properties

Name Type Description Notes
t float Unix timestamp in seconds [optional]
v int size volume (contract size). Only returned if `contract` is not prefixed [optional]
c str Close price (quote currency, unit: underlying corresponding option price) [optional]
h str Highest price (quote currency, unit: underlying corresponding option price) [optional]
l str Lowest price (quote currency, unit: underlying corresponding option price) [optional]
o str Open price (quote currency, unit: underlying corresponding option price) [optional]

[Back to Model list] [Back to API list] [Back to README]