Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 977 Bytes

File metadata and controls

19 lines (11 loc) · 977 Bytes

InlineObject13ValuesInner

Properties

Name Type Description Notes
open String Price at the opening of current bar. Returned when `include_ohlc` is `true`. [optional]
high String Highest price which occurred during the current bar. Returned when `include_ohlc` is `true`. [optional]
low String Lowest price which occurred during the current bar. Returned when `include_ohlc` is `true`. [optional]
close String Close price at the end of the bar. Returned when `include_ohlc` is `true`. [optional]
volume String Trading volume which occurred during the current bar. Returned when `include_ohlc` is `true`. [optional]
datetime String [optional]
mavp String [optional]