Hello Guys, i´m trying to download a data with get_timeseries and when i get it i have a problem with my csv file.
I currently use:
import eikon as ek
ek.set_app_id('XXXXXXXXXXXXXXXXXXX')
df=ek.get_timeseries(['CARC.BA','CEL.BA','CAMb.BA','COL.BA','DYC.BA','ESM.BA','FER.BA','FIP.BA','GAR.BA',
'GBA.BA','CLA.BA','GRM.BA','CEC.BA','INR.BA','IRCP.BA','IRCP.BA','LON.BA','.MERV',
'.MAR','.MER25','ARBPLD3=BA','ARCUAP3=BA','ARDICA3=BA','ARDICP3=BA','ARDICY3=BA',
'ARNO203=BA','ARPARA3=BA','ARPARY3=BA','ARPR133=BA','ARTVPA3=BA','ARTVPP3=BA',
'ARTVPY3=BA','ARBP283=BA','ARBPMD3=BA','ARPARP3=BA','ARBARX13=BA','ARBPLE3=BA'],
interval="daily",
fields=['date','open','high','low','close'],
start_date='2000-01-01' , end_date='2008-01-01')
df.to_csv('ALFIN1.csv')
and then my data come
i have a problem with my date... run like the year is the day
2001-11-29
2002-02-27
2003-08-25
.........