One thing I noticed is the csv files my code is creating are being time stamped an hour out of sync. For example, when I save files at 18:44 my local time they are time stamped as 17:44. I tried to run this to get around it ``` import pandas as pd import pytz from datetime import datetime, timedelta # Adjust the offset…
The Jupyter Notebook is running on the Refinitiv server side. Jupyter is not even installed locally and never has been, yet CODEBOOK was working fine on the machine up to a few days ago. This also does not explain the errors with permission or authorization. Here are the errors I'm seeing: 403: Forbidden The error was:…
How to get all bonds issued by companies in an index, e.g. 0#.GDAXHI using python? Is there a way we can list down all constituent RICs under 0#.GDAXHI, then use the result in rd.discovery.search > rd.discovery.Views.GOV_CORP_INSTRUMENTS to retrieve all the bonds issued?
Hi Team, noted there is some example under codebook for News and News Metadata. What if I want to extract the past one year record for all the news related to a stock including both title and story. May I know how can I conduct the api code? You may use AAPL.O or 005930.KS as an example.
My main goal is to pull all members of sp500 index's historical one-minute price data from Eikon. Is API the best way to achieve this? or is there a better way?
Hi, I need to access ESG information on companies in S&P 500 index (e.g. ESG score, ESG controversies) for multiple years. I use the SCREENER app for that, however, the relevant columns return as NAs. Moreover, when opening an individual company profile, the ESG statement says "No Data Available." I used these exact steps…
What is the code to extract the maximum number of news from news monitor for Nasdaq 100 companies with date? Also what is the maximum limit we need to specify to execute the codes at a time.
Query: I'm trying to retrieves the top 400 AUM companies via Refinitiv Data Python library. I found an excel formula, but I'm wondering if I can do the same with Python? =TR("SCREEN(U(IN(equity(active,public,primary))/*UNV:Public*/), TOP(TR.AssetsUnderManagement(Period=FY0) , 400, nnumber),…
...t history? I want to download all the earning forecast historical data of all listed firms in US financial market ? Especially, I only want to get the forecast closest to earning report date. Could you please help me how I should write my code for the Eikon API.
Hello, I need to collect historical data for multiple companies. While I wrote the code to do this and experimented with it, I realized that data which is returned differs sometimes, even though I am using the exact call. This is more than inconvenient because I can not rely upon the data which is collected. Has anyone…
It looks like you're new here. Sign in or register to get started.