All,
I am new to this data set- As part of trial , we have a daily dump of news (***.news.refinitiv.com) in a complex json structure (The file we got is RDP_STORY_T30.RTRS_CMPNY_EMEA.2024-11-05.REC.JSON)
I am trying to extract the data like Data published, symbol,title and news etc.
Due to complex structure and too much noise around the same news. It's hard to get a meaningful data. Has anyone used Daily data dump and achieved any outcome?
Please guide me here
I have written a small python code but seems like over engineering.