... results, with inconsistent years and potential currency issues, with the following query.
df, err = ek.get_data(
instruments = 'JP3854600008 ',
# instruments = inputs,
fields = [
'TR.CashAndSTInvestments.date',
'TR.EV.value',
'TR.CompanyMarketCap.value',
'TR.CashAndSTInvestments.value',
'TR.TotalDebtOutstanding.value' ],
parameters = {'Frq':'FY','SDate':'0','EDate':'-10', 'CURN':'USD'}
)