Hi, i'm trying to pull news headlines via the workspace API. rd.news.get_headlines("LSEG, MSFT.O AND Language:LEN", count=50) this code works for pulling headlines, but how do i add another filter for "content type" like in the APP NEWS 2.0? i.e. web news, research, transcripts, filings etc. I'd like to filter my query. I…
I am experiencing an issue with the Advanced Filings function in LSEG Workspace. I have added all the companies into my Monitor, but when I try to search or filter filings within the Monitor, the system shows “no data was return.” I would like to confirm whether this is due to a missing step on my side or if it may be a…
There is a new version 2.1.0 but the release notes have not been updated. Any bug fixes or changes we should be aware of? https://www.nuget.org/packages/LSEG.Data/2.1.0
I understand that this entity is not available in your database. Is there a field in the “get_data” Python command to say whether data for an entity (like 5001448514) is available or not, so that I avoid getting an error if I try to download them?
import os, time, pandas as pd import refinitiv.data as rd from refinitiv.data.content import filings as rfil CSV_FILE_PATH = "/Users/prince/Downloads/nwsheet.csv" COMPANY_NAME_COLUMN = "Company Name" COMPANY_ID_COLUMN = "Identifier" # RICs like AAPL.OQ, RELI.NS, etc. DOWNLOAD_DIR = "/Users/prince/Downloads/x" START_YEAR,…
Hi, I am interested in retrieving daily (or monthly) MSCI total return indices data (for a set of countries) via R/RStudio. I believe (please correct me if I am wrong) these data are in Eikon. From reading here on the platform I learned it is possible to use R. I guess what I ultimately need is API access to Eikon via R,…
Is there a way to use the variables that were saved in the codebook/kernel even after restarting the whole LSEG Workspace. So I can use them the next day/week without retrieving the data again?
How to retreive any data using API which is using GRSUM function in excel?
Question, how do we get options-related data from refintiv desktop? Is that something you guys offer? Currently we get back stock price, order book, and trade data. What's the way to get back options order book and trade data? We're currently using this library for quote and trade data. # Determine event types based on…
It looks like you're new here. Sign in or register to get started.