data retrieved with: df_standard, err = ek.get_data( instruments = ['AAPL.O'], fields = ['TR.F.IncomeStatement.fieldname','TR.F.IncomeStatement','TR.F.IncomeStatement.date','TR.F.IncomeStatement.FCC'], parameters = {'Scale': 6, 'SDate': 0, 'EDate': -30,'Period':'FQ0', 'FRQ':…
I have an issue related to getting access token via auth v2 endpoint: https://api.refinitiv.com/auth/oauth2/v2/token I can login to API Playground UI and access endpoints that I need with my credentials: -username -password (for UI) However, to generate access token (programmatically) I need: CLIENT_ID CLIENT_SECRET and I…
Dear Dev Community, I'm currently facing issues when trying to use both the Eikon Python library and direct Web API calls in parallel. The Refinitiv application runs continuously in the background, and while the Python library functions work as expected, direct API calls fail with authentication issues. Eikon…
I am currently in need of quartely financial data from from JSE from 2011 to 2024 however I am facing challenges to download the data, kindly help given the time constrain that I do face right now thank you
Hello friend, I'm using Workspace Settlement Calendar Calculator to calculate FX broken dates start date and end date, like the red box outlined in the screenshot below. I would like to know how to archieve this by Python. Thanks & Regards, Mark
In the attached response, we don’t have any files with dates after January 2025 for normal Yield curve data: Bucket Name: bulk-custom Package ID: 4d7e-7f24-e8549883-a58e-b7535ef16ee7 File naming convention: PiperGMCurvesYYYY-MM-DDT16:00:00.000-05:00 Additionally, for Interpolated yield curve data, there are no files after…
I am having problem with the parameter "CH", which is not supporter in the fundamental_and_reference.Definition. And there is nothing about it in the docummentation here from refinitiv.data.content import fundamental_and_reference df_earnings_surprise= pd.DataFrame() definition= fundamental_and_reference.Definition(…
Dear all, I am currently working on retrieving historical data for a set of RICs. While I am able to successfully obtain fundamental data, such as revenue information, I am facing challenges in retrieving historical Index membership Information. Below is the code I have implemented: df = rd.get_data(unique_ric_list,…
Hello Team, I am trying to get an output for /data/quantitative-analytics-dates-and-calendars/v1/holidays API and i have updated the parameters in POSTMAN. When i try to run the GET command, I get an authorization error. Kindly assist on this as i need to demo it to the client.
I am using /data/historical-pricing/v1/views/interday-summaries to get historical daily data (via Refinitiv.Data .NET nuget package). The documentation states that for interday-summaries, both the given start and end dates are inclusive. So for the following request, I would expect three bars to be returned (as the…
It looks like you're new here. Sign in or register to get started.