The most recent content from our members.
The following code returns bid/ask price data at daily frequency despite mentioning 'minute' in the interval option. Could anyone please help in resolving this? Code: import refinitiv.data as rd import datetime start_date = datetime.datetime(2005, 1, 1) end_date = datetime.datetime(2005, 3, 2) rd.open_session() df =…
Is there any example?
Client has a list of companies and one of which is 2382.HK. He wants to get the quarterly data but this specific RIC has no quarterly data. Now, client wants to know how he can write it to get the quarterly and semi annual data in 1 request? Product is API/Codebook. Thank you!
Getting error code 403 when trying to get all of the emissions data from the ESG universe Error code 403 | access denied. Scopes required to access the resource: [trapi.data.esg.universe.read]. Missing scopes: [trapi.data.esg.universe.read]. Contact Refinitiv to check your permissions.
I am trying to automatize the download of prospectus for Green and Sustainability bonds. Is it possible to use the python API or the Codebook App to program a code that download these pdf?
Hello Team, I have syntax below that gets data at exactly 6PM (df) and latest tick of EUR= (df2) I'd like to get the percentage between the two output. I tried df3 =((df2-df)/df*100) but it is not working. Also, how can I set a specific timezone? import refinitiv.data as rd rd.open_session() df = rd.get_history( universe =…
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…
It looks like you're new here. Sign in or register to get started.