Hello,
I am using RDP to get the data for FX polls. One issue I am having is that the latest/current poll data doesn't show up. Here is my query
df=rdp.get_historical_price_summaries(
universe = 'GBP1MP=',
interval = rdp.Intervals.MONTHLY,
fields = ['FCAST_DATE','EFF_DATE','FCAST_MEDN'],
start = '2021-01-01',
end = '2022-02-15')
The latest date is 1/31/2022 with the FCAST_DATE field (poll date) 1/6/2022. However, if you check Eikon FX Polls there is a new poll on Feb-01-2022. How can I get the latest available poll along with its poll date?