Want to get the history data of TAIEX Futures/Mini-TAIEX Futures

apple.tsai
Newcomer
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.
Tagged:
0
Best Answer
-
Thank you for reaching out to us.
You can use 0#TX: and 0#MTX: to get all future RICs in TX and MTX, respectively.
For example, the code looks like this:
df, err = ek.get_data(["0#MTX:"],["DSPLY_NAME","EXPIR_DATE"])
dfThe output is:
Then, you can use the returned list of RICs with the get_timeseries data to get historical data. For example, use the below code to get hourly data. The time in the output is in GMT.
ek.get_timeseries(rics = df[2:]["Instrument"].to_list(),
interval="hour",
start_date="2023-09-21T00:00:00",
end_date="2023-09-22T00:00:00")The output is:
You can run the help(ek.get_timeseries) statement to get the list of available parameters.
However, it is better to contact the helpdesk support team directly via MyRefinitiv to verify this method.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 621 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 666 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛