Hello, when i run the blow code it returns NA
On the platform the ticker has the financials i am trying to download.
Any reason why?
df, err = ek.get_data(
instruments = ['TNB^E12'] ,
fields = ['TR.TotalCurrentAssets.Periodenddate',
'TR.TotalCurrentAssets',
'TR.TotalCurrLiabilities',
'TR.TotalLongTermDebt',
'TR.TotCashFromOperatingActivities',
'TR.CapitalExpenditures'],
parameters = {
'Period': 'FI0',
'SDate': '0',
'EDate': '-40Y',
'Frq': 'FI',
'ReportingState': 'Orig',
'ConsolBasis': 'Consolidated',
'Curn': 'Native'
}
)