The get_data function is returning <NA> values to me for the LTGMean function.
I am running the commands
var1,err = ek.get_data('CHMB.NS', 'TR.LTGMean(Period=FY1)', parameters={'SDate':'2021-02-08', 'EDate':'2021-02-08','FRQ': 'D'})
print(var1)
The output is <NA>. However, when we get the data in excel, I am getting the values.
Please suggest how can I get the data here.