How to backfill missing data?

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!


Sort by:
1 - 1 of 11

    Hi @aryer

    There are 2 topics:

    1. Why the data between 2018-07-26 to 2018-10-25 is not available

    For content question, please contact Refinitiv Content Helpdesk, specifying Eikon as product, so Eikon content experts can help identify the required content.

    2. If you would like to remove NaN rows in dataframe

    You can use this code:

    image