Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.2 KB

V1OpenCloseOptionsTickerDateGet200Response.md

File metadata and controls

19 lines (16 loc) · 1.2 KB

# V1OpenCloseOptionsTickerDateGet200Response

Properties

Name Type Description Notes
after_hours float The close price of the ticker symbol in after hours trading. [optional]
close float The close price for the symbol in the given time period.
from \DateTime The requested date.
high float The highest price for the symbol in the given time period.
low float The lowest price for the symbol in the given time period.
open float The open price for the symbol in the given time period.
otc bool Whether or not this aggregate is for an OTC ticker. This field will be left off if false. [optional]
pre_market int The open price of the ticker symbol in pre-market trading. [optional]
status string The status of this request's response.
symbol string The exchange symbol that this item is traded under.
volume float The trading volume of the symbol in the given time period.

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