Hi, I am looking to experiment with the API endpoints located in the API Playground, specifically the ones related to messenger/chat. I see that there are examples for how to utilize the messenger/beta1 endpoints. I have obtained an API Key from App Key Generator, but am not sure how to use this key to login/authenticate…
I’ve noticed an issue when I start to receive updates for many items at once. For example, if I connect to receive updates for a Brazilian stock (e.g., AZZA3.SA), and it’s the only stock I’m connected, I receive all updates at the time they occur. However, when I’m connected to around 90 stocks, I start to lose some…
(rd.get_history('CLZ8-G9^1', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'SETTLE'], 'daily', '2017-01-01', '2019-12-19') The following call from get history retrieves a blank dataframe even though this same ticker has data in the tick history platform for these dates and it is well within its expiry parameters. I can retrieve data for…
Hello Team. This is an issue on behalf of a client: "I'm using Python 3.10.12 and the refinitiv.data (rd) package, version 1.6.2.When testing your code in my environment, I encountered the following error: RDError: Error code -1 | Insufficient scope for key=/data/datagrid/beta1/, method=POST failed. Required scope:…
Hello, I would like to retrieve yearly average bid/ask spread for a list of stocks historically. How could I use Python to extract?
When trying to get historical WTI spreads I cannot find appropriate RIC to use. In 2023 for some reason the RICS changed from 1 digit year to 2 digit years. When attempting to get history for a 2023-2024 spread pair all logic seems to breakdown. I used the refinitiv search: import os import requests resp =…
I am using below scripts but still unable to pull historical prices for the following RICs. There are missing data from the start date but when checked in Workspace or Eikon chart apps, data is available. Using EK get time series import refinitiv.dataplatform.eikon as ek import datetime…
Hi, I'm new in using LSEG Python API. I tried to acquire Bond KEEPWELL provider and SBLC provider information in my project, but stilll not know how to find them. How can I do this in Python with LSEG Python API? Or do we actually have these information in Daabase? Thanks!
Hi team, I am from the Customer Support - Specialist and I am assisting a client in getting historical curve 0#NOKZ=R for a specific date. Initially I provided this code: import refinitiv.data as rd session = rd.session.desktop.Definition(app_key=('DEFAULT_CODE_BOOK_APP_KEY')).get_session() session.open()…
It looks like you're new here. Sign in or register to get started.