(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()…
Message from client We have noticed several connection timeout exceptions this morning. Can you please confirm if these were planned or was it a legit issue? 2025-01-03 10:14:59.268 ReadTimeoutException: many timeouts until 2025-01-03 10:19:56.986 .ReadTimeoutException It is this URL GET…
Hi, I am using Datastream API to access price data. I am using PCUR data type to get the price currency, which is returning code value. DO we have any mapping anywhere which I can refer to get the currency ISO codes? e.g. PCUR Currency ISO U$ USD E EUR Thanks
Client is using the python API and are trying to switch from refinitiv.dataplatform to refinitiv.data. As an example they sent two different scripts from those two libraries and what they want to get is the same output for the following fields: ‘MarketValueInDealCcy’, 'VegaAmountInDealCcy', 'ThetaAmountInDealCcy' using the…
It looks like you're new here. Sign in or register to get started.