-
Eikon API on Power Automate Cloud Flow
Hi team, I have access to the Eikon API and was able to pull out news data (News Sentiments - Gleaning Insights | Devportal (lseg.com)) by following some tutorial provided by Refinitiv Devportal. May I know if we can input Eikon API as a custom connector in power automate? as i saw from this post (How Can we USE EIKON API…
-
Overcoming Eikon API Limitation: Collecting One Year of Financial News Headlines for DAX 40 Compa...
...nies Hello everyone, I'm working on a project where I'm using the "headlines = ek.get_news_headlines("R:BAYGn.DE IN ENGLISH")" with Eikon API to collect financial news headlines for DAX 40 companies over the past year. The challenge I'm facing is the API's limit of 100 headlines per request. If anyone has tackled a…
-
Question regrading to the method of news sentiment score
Hi all, I am wondering what method the news sentiment analysis uses. I tried both textblob and nltk python library to make sentiment score for news, but they got totally different results comparing with the index shown on the right of the news in News monitor (that index is relatively correct). For example the news with…
-
How can I retrieve news stories with invalid JSON characters in Eikon API?
I am currently working on a project in Python and making use of the Eikon API to collect news data and calculate their sentiment. I use the get_news_story() function to get the story text for calculating its sentiment. In doing so, I sometimes get an error as shown below: I can't analyze the text in the news story for…
-
What would be the most efficient way to retrieve multiple historical economic indicators f.e. inf...
What would be the most efficient way to retrieve multiple historical economic indicators f.e. inflation and gdp for multiple countries through Eikon Python API?
-
social sentiment
I found on eikon social sentiment i.e. for Tesla. It is just a graph. Is it possible to dowload those data using Eikon (Python) API?
-
Details on new Sentiment indicator on news stories, and how to access in API?
Hi, I'm an Eikon desktop user and I see that in recent months, Eikon has started to apply a sentiment score to Reuters news stories. Can you please describe details of how the sentiment indicator is calculated, and, more importantly, how I might access it via the API? Thanks!
-
eikon news sentiment tutorial-do not get plot for sentiment
I got horizontal line for sentiment plot which is different from the result in video https://github.com/yhilpisch/eikondataapi/blob/master/notebooks/11_tpq_eikon_news_sentiment.ipynb
-
News Sentiment from Eikon Data API
Hi, Is it possible to get the News Sentiment that has recently been added to Eikon desktop, via Eikon Data API? Example code would be useful.
-
sentiment scores
Hi How can I generate a reliable sentiment score for a watchlist of stocks? so far I've used TextBlob and generated polarity scores but I'm sure this API can provide something more reliable Also, how can I see all the metafields that are supposed to be provided after news retrieving? I understood that over 90 fields are…
-
Daily news sentiment score on .SPX
Hi, beeing asked but user if it is possible to get a daily news sentiment score on S&P 500, and if yes - how is it done with the Eikon API. Otherwise - would there be other ways of doing it?
-
Is it possible to retrieve news history with or without sentiment score since 1990 ?
Dear All, Is there any possibility to retrieve news history since 1990 with or without sentiment score, ideally with Python API ? So far I've used Eikon Data API which allows for news data retrieval, however the news coverage is only last 15 months which is not enough. Thanks in advance, Łukasz
-
Need to fech 1.Company NEWS from Archive 2.Company News Sentiments 3.Market Psyche index
Hi team is there any java code examples to fetch above contents.
-
Looking to get subjects and sentiment for a news article using Eikon python api
It is straightforward to obtain news headlines, but I'm having trouble obtaining anything but the story HTML using get_news_story. How can we get the RIC codes (and confidences) associated with that news story. Also I'd like to get the relevance, sentiment, novelty and volume for a given storyID I'm using this API…
-
.Net (C#) Examples of News Analytics, News Sentiment Indices and Real-Time News
I would greatly appreciate if you could be so kind to give me some simple basic examples of source code in .Net (C#) of how to get News Analytics, News Sentiment Indices and Real-Time News data. Unfortunately for some reasons we cannot use C++ or Java, only .Net (C#). Thanks in advance.