Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.12 KB

OptionsChain200ResponseResultsInnerDay.md

File metadata and controls

18 lines (15 loc) · 1.12 KB

# OptionsChain200ResponseResultsInnerDay

Properties

Name Type Description Notes
change float The value of the price change for the contract from the previous trading day.
change_percent float The percent of the price change for the contract from the previous trading day.
close float The closing price for the contract of the day.
high float The highest price for the contract of the day.
last_updated int The nanosecond timestamp of when this information was updated.
low float The lowest price for the contract of the day.
open float The open price for the contract of the day.
previous_close float The closing price for the contract of previous trading day.
volume float The trading volume for the contract of the day.
vwap float The trading volume weighted average price for the contract of the day.

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