-
Phyton
I want to be able to search directly by ISIN, as I will start out with only the ISIN available in python and not the Equity RIC. Is there a way via python to figure out the RIC and other features based on solely the ISIN?
-
I want to get the Refinitiv News through an API into my models
Case -15019929 Query -I want to connect to the API, NEWS SERVICE REFINITIV DATA PLATFORM But I need API Key and Secret, I want to get the Refinitiv News through an API into my models, what's the best way of doing that ? using Eikon API or one of the Refinitiv data Libraries? Can you also send me instructions on how to,…
-
How do I connect the kernel on codebook (found in Workspace)? The kernel doesn't connect.
-
Matching of Perm IDs
Regarding the matching, I wanted to confirm why there are records such as https://permid.org/1-5086653966 for a company like Experian, when this appears to be the correct PermID: https://permid.org/1-4295894507. I had this match when I entered a different office location (London instead of Nottingham), so I would just like…
-
What's the Add-in API for workspace to refresh the sheet?
What's the Add-in API for workspace to refresh the sheet?
-
Phyton formula to get data for future contracts both active and expired. ie ESU25, ESU24^2
I am attempting to do that I hope you can provide guidance on. This will all be done using Python, which it is good to go. As an example, we can focus on the S&P E-mini (ES). 1) Is there a way to get all contracts for a future instrument? For example, expired, active, and future contracts. 2) Once we get the contracts, is…
-
What data item this would refer to so I could grab this data for my Python code using the CODEBOOK
Hi team, raising the case on behalf of client. ** REMOVED ** Query : I was wondering if you could help me find a data item to use with CODEBK? From our Dashboard we have a chart which shows for a portfolio the "% Change - Top/Bottom 10 Securities" which shows the current daily % change or as of last close I believe. I was…
-
What time does IBES estimates data update in GUI or API?
What time does IBES estimates data update in GUI or API? We have already checked with Content and Product helpdesk, but have been routed to you since its API. Kindly help.
-
rd.get_data returning None
Hello I have properly opened a session with rd.open_session (desktop session) but my code is not returning anything. import refinitiv.data as rd rd.open_session(app_key = MY_APP_KEY) data = rd.get_data(universe = ['0#SPXW*.U'], fields = ['PUTCALLIND']) On the other hand, the eikon api returns me data…
-
APP KEY
Hello, I would like to generate an AppKey for the Eikon Data API. I followed the instructions but after clicking on "Register New App" nothing happens. Could you please help? Thank you! I followed the exact same steps but after clicking on the Register New App and clicking “ok” to the below window, nothing happens:
-
Getting ISIN Numbers
Hello everyone, Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?
-
Codebook Python missing results
In Codebook Python the command df=rd.get_data(['AAPL.OQ','LVMH.PA','APX.AX'], ['TR.ISINCode','TR.CompanyMarketCap.currency','TR.EV.currency'], parameters={'curn':'NATIVE', 'NULL':'Blank'}) returns <NA> for field TR.EV.currency. This was working all the time without problem until today when it failed. The problem was…
-
Possibility of directly integrating to the LSEG Data Platform without Workspace
Just wanted to inquire about the possibility of directly integrating to the LSEG Data Platform without using the desktop Workspace. Could you please confirm if there's a way to directly access the LSEG Data Platform? Any subscription needed? Thanks!
-
Available period for historical_pricing.summaries.Definition
I'am currently running a trial of Workspace. For historical_pricing.summaries.Definition, is it only possible to retrieve data from the most recent year?
-
Workspace Codebook - Brokers Estimate Data
Hello team, I'm using Codebook to retrieve Brokers Estimate data for companies. With reference of DIB, I get some codes like this below,.. df=ld.get_data( universe=universe, fields=[ 'TR.EPSEstValue(SDate=0,EDate=2,Period=FY1,Frq=FY)', 'TR.EPSEstValue(SDate=0,EDate=2,Period=FY1,Frq=FY).rfperiod',…
-
Historical RICs on Mutual fund holdings
Hello everyone, I’m attempting to retrieve historical mutual fund holdings using the following code: However, the table appears as follows: As you can see, the code returns only the RICs from the most recent holdings, not those from earlier dates. I have two questions: How can I retrieve historical RICs for my mutual fund…
-
Max retries exceeded with url: /auth/oauth2/v2/token
Please can you help us understand why we're getting the following error? Do we need to be white-listed or upgrade one of the following modules? Getting authentication exception failure: 2025-07-10 15:35:32.242884 Sending authentication request with client credentials to https://api.refinitiv.com/auth/oauth2/v2/token ...…
-
Trying to extract a few Balance Sheets. If I automate this using CodeBook?
I'm trying to extract a few Balance Sheets. I was wondering if i automate this using CodeBook? I saw that I can download them individually, but is there a way to download them all at once ? import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = [ 'JPM', 'BAC', 'C', 'WFC', 'GS', 'MS' ], fields =…
-
Limited historical data
Client query from *** REMOVED *** The below example is only giving me data from 22/07/2024, where XXXXXXXXXX is an appkey set up from APPKEY in eikon. import eikon as ekif __name__ == "__main__":ek.set_app_key(XXXXXXXXXXXXXXXXXXXXX)data = ek.get_timeseries('NOKOIS1YZ=R', start_date='2020-12-31', end_date='2025-04-01',…
-
How to get all data from Corporate actions calendar by using Python