The most recent content from our members.
I have the Python program below to download some earnings call transcripts through EDP-API. I have an enabled EDP-API and the program authenticates successfully, but it cannot find any earnings call transcripts. I am not sure if the transcripts are not accessible through the API, or if there is something wrong with the…
Team, I need your help on client’s query below. Description: Hi, I've realized that there is no data field that returns 0 if a firm is only offered on a single exchange and 1 if it is offered on more than one. In our research focusing on a sample of Canadian and American firms, we wish to determine which companies in each…
Hi, Is it possible to retrieve all RICs associated with certain OrgID? When I run extraction, using instrument list, it's possible to add "source": "*" to retrieve all RICs associated with certain Isin, for example: but the "source" field, is not applicable for entity lists: And if I run below code: { "ExtractionRequest":…
...he remote host" error while using the dataplatform API in python. While running the get_timeseries function in a loop, i get this error in every subsequent call.
I’m reaching out for guidance on how Refinitiv Workspace categorizes news articles into sections like Global Markets, World News, and others. I’m currently working on a News section for our company website and want to ensure that we categorize our news articles in a way that aligns with Refinitiv’s categorization in…
import refinitiv.data as rd rd.open_session() response = rd.discovery.search( view=rd.discovery.Views.MUNICIPAL_INSTRUMENTS, filter = "(IsActive eq true and SearchAllCategoryv2 eq 'US Municipal Bonds')", top = 10000, select = "CUSIP" ) print(response) Tried this but it is reaching the limit, client wants to see the next…
Want to download big screener of stocks. The problem is the script limits the download to maximum of 10000 stocks at one time having about 50000 records. what is the way to iteratively download the full records from the screener.
I have a list of dates from 2018-09-01 to 2024-10-30. For each RIC, I would like to calculate the number of estimate upgrades and downgrades. I understand that this data is collected over specific intervals, such as quarterly, semi-annually, or annually. Could you confirm the shortest available interval—is it quarterly?…
I have a data frame that has decode and RIC. How can we use them to convert to I/B/E/S code so I can use it for further processing. Thanks
How can I use a list of dscode values to retrieve cross-sectional data on close price, volume, ask price, and bid price from the Refinitive API?
It looks like you're new here. Sign in or register to get started.