I want to get the history data of
- TAIEX Futures
TAIWAN FUTURES EXCHANGE-Products-Equity Index Futures-TAIEX Futures (taifex.com.tw) - Mini-TAIEX Futures
TAIWAN FUTURES EXCHANGE-Products-Equity Index Futures-Mini-TAIEX Futures (taifex.com.tw)
I know this should use eikon get_timeserise()
And tried rics = ['TXc1']
I have 3 questions,
1. TX/MTX opens twice every trading day, 08:45-13:45 and 15:00-05:00(next day)
How can I get the day trading history and night trading history?
2. How can I see all the data items of TX/MTX via DIB in terminal?
I am not sure which code I should use, TXc1 or 0#Tx: or TXv3..., something like that. Basically I need open/high/low/close and expired date, if have things like gamma, delta (in BSM) would be better.
3. At each trading date, in fact we can trade the nearest 3 months TX/MTX, and up to 1 year's quarter TX/MTX, so there should have 6 different TX/MTX, how can I get all of those? I tried TXc1 to TXc6 but for some date there have no TXc6. Want to know what's should I do.