Hello,
There are always some missing data point for any inquiry and I understand that. For example:
ek.get_data('015351109', ['TR.PE'], {'SDate':'20180830'})
got nothing even 015351109 is a company on S&P 500 list.
My question is, is there a parameter in the ek.get_data function that can return the nearest available data if the data on '20180830' is not available? For example,
ek.get_data('015351109', ['TR.PE'], {'SDate':'20180730'}) has a value and I want to get that value return if my inquiry for data on '20180830' got nothing.
Thanks!