The most recent content from our members.
I'm currently trying to extract futures data for a particular commodity using the following payload using the the "https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw" end point. However it returns saying that the identifier is invalid even though this is the correct RIC root. { "ExtractionRequest":…
Hi, I would like to make csv file of news headlines and story. for headline I’m using→headlines = ek.get_news_headlines('JPY=') for story I’m using →for index, headline_row in headlines.iterrows(): story = ek.get_news_story(headline_row['StoryId']) print (story) then request, df.to_csv('news.csv') Does anyone know where do…
Hi I am using Csharp MarketPriceExample of EAP (Early Aceess Program) -> TR's Simplified Streaming API. I am aware that we can enable data compression in Simplified API .(i.e. permessage-deflate compression ) . I have a question regarding how we can request compressed data in CSharp MarketPriceExample ? Look Like CSharp…
It looks like you're new here. Sign in or register to get started.