-
Joiners/Leavers for Index Constitutes not equal
Hello all, running the code from Building historical index constituents | Devportal to access STOXX600 constitutes result in partly >600 constitutes as Leaver/Joiners for one day do not even out. How to solve this issue? For sure, it would be a solution to run get_constituents_as_of for every today, however, this is quite…
-
Can't generate an App Key
Hello, Hope you are doing well. I would like to get an App Key to use your Python API through the platform (tried to do it with Desktop but I can't generate a key either). When clicking on the "App Key" link, a blank window shows up, then nothing. Did you encounter a similar situation? I did not expect setting up the API…
-
How to pull monthly financial data from January 2010 to December 2023 for approximately 8,000 ISINs
We aim to collect monthly financial data from January 2010 to December 2023 for approximately 8,000 ISINs for the following three variables: Total Number of Shares Outstanding Price-to-EBITDA per Share Price-to-Book per Share
-
LD Library Configurations
Hi Team, we received a query related to python set up and he wanted to have a training on how to navigate in dept the python program. So far what we have done are the following: I've provided the link for the configuration process: LSEG's Refinitiv Data Library for Python and its Configuration Process | Devportal along…
-
Data Scope Intraday API does Not work as expected
I have an issue with extraction values for the RIC DESTR=DKNA. The API is returning null values for some of the fields. When making an intraday report extraction via CSV I get the correct values returned from this RIC. Primary Activity Last Price Trade Date Value Date
-
API or Programmable way to get the list of RIC chains under a PDP code?
is there a way to subscribe to all the RIC chains (and subsequently the underlying RICs) under that PE code. I’m assuming it would be things beginning with a 0# (e.g. 0#UNBK:NS). I was curious if there was a programmatic way we could do so rather than sifting through the PE's 9840 pages. Or if there is a particular keyword…
-
Would you be able to reset my daily workspace download limit for codebook?
Client said "there is a blank box when I try to retrive data out of codebook. there is no error message per se. you can see there is an empty dataframe when I try to run this script import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np…
-
You can see there is an empty dataframe when I try to run this script in Codebook
There is a blank box when I try to retrive data out of codebook import refinitiv.data as rd from refinitiv.data.content import news from IPython.display import HTML import pandas as pd import numpy as np from datetime import datetime,timedelta import time import warnings warnings.filterwarnings("ignore") rd.open_session()…
-
Hi Team, is there any way we can download historical economic events from the Python API?
I tried using the Code Creator and the fields supported is only 14. Client is looking for the following: timestamp, polls, surprise, prior, revised, etc. When I provided the result of Code creator, they want to know how they can set the parameters but per checking this seems to be not possible. Can you help and advise on…
-
Why does data item TR.HIGHPRICE not work for Nikkei 225 RIC .N225 when combined with other RICs?
Query: API Code is working but not with .N225 index Client's code: import lseg.data as ld # pip install lseg.data # pip install DatastreamPy from lseg.data.content import fundamental_and_reference ld.open_session() # import refinitiv.data as rd # pip install refinitiv-data import pandas as pd from tqdm import tqdm import…
-
API query
Hi Team, Is there a way in API to pull a RIC using Company name? Our client has a total of 1500++ Company name, we are trying to check if we can have an option to pull the RIC using API.
-
Ratings fields from Workspace API
Hi, I have a developer thats trying to get values for the below fields from the API: "TR.IR.RatingDate" "TR.OrganizationName" "TR.IssuerRating” “TR.GR.Rating” ”TR.GR.RatingDate” Can you please let me know what is the correct endpoint to receive values for these? And if possible maybe provide an example Python code. Thanks.
-
How to use the below in Codebook?
Client wants to retrieve the EUR OIS Swap Zero Curve historically using Codebook. We have this in API Playground. how to use this in codebook? API Playground I also found this in Github but I cant get it to work:…
-
Downloading Corporate Filings as .txt Files via API
For a research project, I need to download a large number of corporate filings (annual reports, interim reports) in English for an entire country (e.g., all companies based in the UK). The time period starts from the year 2000. Using the Advanced Filings Search works, but it’s extremely slow, and since the documents are…
-
RTO to RTO: API migration - RT SDK
Client Query: 您好,我这边生产环境目前有个问题,就是访问api.refinitiv.com进行权限认证时,网络不稳定,经常断开,因为直连了美国的地址。而获取数据流,使用的是ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net这个地址(亚太地区的服务器)…