The most recent content from our members.
Trying to fetch some historical data from Eikon API. I am running the following code: # Importing libraries import eikon as ek import datetime import pandas as pd ek.set_app_key('MY APP KEY') # Defining start time for the data series start = datetime.datetime.now() - datetime.timedelta(days=1) # 1 day ago…
Hi all, I'm investigating the feasability of a project using Refinitiv APIs. In the end-product, users would have to authenticate themselves to your products (e.g.: RDP APIs, ...), and I was wondering if you had an API allowing developers to use your Single Sign On (SSO) tech to authenticate themselves to several of your…
Client is using Postman. Client use RKD – RETRIEVE HEADLINES to get storyID, then use RETRIEVE NEWS to get the story for that storyID. The response is in HTML format. Client would like to know how to return the news story in text format. Alternatively, how to return a URL for the story, so that client can publish the URL…
https://developers.refinitiv.com/en/article-catalog/article/instrument-pricing-analytics-volatility-surfaces-and-curves - for example, if I try copy code from this article and put it to my IDEA, nbsp symbols (white spaces) added, which are not accepted for python style code. for me, and I assume for other users, it's not…
I am learning Angular JS. I am trying to learn single page application but ng-view is not showing any data. There is no error in the console. Main Home Page: <!DOCTYPE html> <html ng-app="RouteApp"> <head> <meta charset="utf-8" /> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>…
Can anyone tell me how HTML entities are handled during name matching. For example if our system sends a name with "&Amp;" instead of "&". Like for example: ERNST & YOUNG SL A & J MUCKLOW & CO LIMITED. Will the matching engine return matches with names as "ERNST & YOUNG SL" and "A & J MUCKLOW & CO LIMITED, at 95.1% match…
I am facing an issue when I am updating my posts. “Updating Failed. Invalid JSON body passed.” Tried changing permalink and deactivating different plugins, but the problem is still there. Problem Screenshot: https://imgur.com/a/8xDjE4C WordPress Version: 5.5.1 Theme: Newspaper V 10.3.6.1 Website:…
Background. I have IDS server running on host padh4, port 8500. I want to request a snapshot from IDS, and filter FIDs BID and ASK. The following works ok from the command line: COMMAND: curl "http://padh4:8500/ids-rest/json/quote/" -d '{"item": ["CSCO.O"],"filter": ["BID","ASK","TRDPRC_1"],"service": "IDN_RDF","token":…
Is it possible to use JET api to create a self hosted application and delpoy in our webserver?
Hi I would like to get news in text in Jupyter Notebook. But I can get news only in HTML. How can I get text style news story? headlines = ek.get_news_headlines('IBM') for index, headline_row in headlines.iterrows(): story=ek.get_news_story(headline_row['storyId']) print (story, content-Type: text/html)
It looks like you're new here. Sign in or register to get started.