Can Python API acquire 30min data of G7 FX?

I can get the 30min price from EIKON EXCEL,which in python only can acquire hourly data using ek.get_timeseries. Is there any way to get the halfhour data in pyhton?

RIC is :

"EUR=", "JPY=", "AUD=", "GBP=", "HKD=", "MYR=", "CHF=", "NZD=", "RUB=", "SGD=", "CAD=

I want to get 7:30 and 16:30 price of these currency.

thanks very much

Best Answer

Answers