Refinitiv Data Platform (Workspace) - Python - Windows How do we add a date as a row header from the code below? This produces historical data and the client asks if we could add dates for each data point. import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['NVDA.O'], fields =…
I have a Refinitiv Workspace account. How Can I check if I can use these credentials to access the Refnitiv Data Platform account as I need to use some API endpoints from RDP? I want to retrieve data of current and historical officers and directors.
Hi Team, I tried the API playground to get the token and receive below error. Can you confirm if the usage is correct? curl --location https://api.refinitiv.com/auth/oauth2/v1/token --header "authorization;" --header "content-type: application/x-www-form-urlencoded" --header "accept: application/json" --data…
Hi all, I'm looking to leverage the refinitiv.data API (the .content.news package) to fetch latest news for a specific company. I would like to usethe company's PermID to filter the data, any idea how that query would look like ? Also i can't find a good documentation for the refintiv.data.content.news package, any…
output volcube1.txt I’m using the api “https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces” The data downloaded from the api for vol cube seems different from Eikon app. eg. the USD vol is constant. EUR IBOR and ESTR vol cubes are the same. Is there something wrong with the output? Output…
How often do we need to re-subscribe for a symbol? How many RICs can we subscribe to within each subscription request? Can the same jwt be used for socket and to retrieve pricing? What modes can we use for transport? And what are the differences between data formats of price streaming (rwf/tr_json2)
I have been using Refinitv Enterprise infrastructure to consume data using the raw websocket interface The Login message I use in websocket interface is {'ID': 2, 'Domain': 'Login', 'Key': { 'Name': MY_APP_ID USER, 'Elements': { 'ApplicationId': MY_APP_ID USER, 'Position': MY_IP} } } As I am migrating to Refinitv Data…
Hello, I'm kinda new to refinitiv with no programming skills and just was wondering if someone could help me out to get the amount of institutional ownership (just the big three) over time of a company. Let's say I want information for the company Equinor listed in the Oslo stock exchange (EQNR.OL). Is there any way I…
Hi, I am following this guide for authentication migration. https://developers.lseg.com/en/article-catalog/article/ema-c-api-real-time-optimized-version-2-authentication-migration-guide In step 4, it requires to call a method that I don't currently see in the code base.
hello I am trying to get the latest FX polls. for example AUD1YP=. I can see in my Workspace the data is available but i cannot download it. the one i get ends in April. I have used both rd.get_history and ek.get_timeseries functions. How can I get it?
It looks like you're new here. Sign in or register to get started.