The most recent content from our members.
I am raising this on behalf of client. Why does this script/parameter format does not work? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['AAPL.O'], fields = ['TR.F.TotRevenue'], parameters={'ReportingState': 'Orig'}, ) Kindly note that I have given this below script (codebook) to the client…
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?
Hi, this question is regarding the Codebook (Python 3 console). Using the news.get_story function, is there a way to pull specific headlines from my News Alerts, without the need for manually inputting the topics, sources, and filters into the parameters of said code?
Do we have a list of all fields that can be placed under "SELECT" Parameter?
...rly 2010s to the present day using CODEBOOK API How to to gather daily returns data for all US-traded equities from a period starting from the early 2010s to the present day using CODEBOOK API
How to get data Open Interest for the following Options with the ROOT RIC. Similar case get_data for all RIC based on an option roots - Forum | Refinitiv Developer Community but the code seems to be outdated. RIC: '0#SPXW*.U is what we are using.
Good morning, I'm using the refintiv.data api to query some bond data. In the codebook I'm running rd.discovery.search( filter = f"RIC eq '458140BP4=RRPS'", select = "MaturityDate" ) this runs without issues and gives me the maturity date. However when i copy paste the same thing in my code editor, i get ValueError…
...t date? Hi All, How can I obtain the daily closing price for a stock for specified dates, returning NULL on any specific dates that do not have data? I'd like to obtain the daily price of several stocks over a set period of time. Ideally my output will look like this: Where a day that the latest closing price is not…
Hello everyone, I'm currently working on a project where I retrieve RICs and PrimaryRICs for a set of ordinary shares from various global markets using the Refinitiv Research API (EQUITY_QUOTES) through codebook. Then I use the PrimaryRICs to gather fundamental data for these companies. However, I've encountered a problem…
Is there a way to run other scripts in Codebook. For example, with open('Other Code.py', 'r') as file: code = file.read() exec(code) I have six scripts I'd like to run inside of a new script.
It looks like you're new here. Sign in or register to get started.