I followed the tutorial in Introduction to News Sentiment Analysis with Eikon Data APIs - a Python example | Refinitiv Developers and changed the filter to 'Product:FXBUZ' to get only the FX Buzz news. I realised that the news loaded into Python using the commands in the tutorial are different from those loaded in real-time on Eikon.
The filter should be correct, as the news titles loaded in Python all contain the all contain the "BUZZ" prefix, as do those loaded in Eikon.
In addition, the time filter is also correct, as the dates in the "versionCreated" column in the dataframe loaded in Python are in the same time interval as those in Eikon (loaded in real-time)
Can anyone clarify why this is happening please? Is there something I am missing that's making the Python news incorrect?
Thank you in advance