tigerfintech / openapi-python-sdk

Python SDK for Tiger Open API
https://quant.itiger.com/#openapi
68 stars 15 forks source link

How to get the latest price of premarket and pre-open price at once ? #17

Closed mymusise closed 4 years ago

mymusise commented 5 years ago

The get_briefs function return latest_price and pre_close, but no pre_open, pre_high and pre_low. The get_stock_briefs function return those but can't get the latest_price of premarket.

So, how can I get latest_price, pre_open, pre_high, pre_low, pre_close at once?