Hi guys, good afternoon.
I am currently connecting to the API in python in this way:
ek.set_app_id('XXXXXXXXXXXXXXXXX')
If I want to obtain my data, I have it this way:
df= ek.get_timeseries('GGAL.O', fields='close',
start_date='1900-01-01', end_date='2018-05-19')
Until this point we are fine. I would like to know if there is any way to be connected real time and receive information every 10 minutes. Is there any way I can do this?