e.g. AAPL.OQ rather than AAPL.O THIS IS MY CODE. I'M USING CODEBOOK ld.open_session()#US#tickers= list(Screener('U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeCountryCode,"US"), IN(TR.GICSSectorCode,"10","15","20","25","30","35","40","45","50","55","60"), DOES_NOT_CONTAIN(TR.ExchangeCode,"PNK"),…
Hello, I've been attempting to download historical StarMine Value Momentum Model Scores with the following code: ld.open_session() fields = [ 'TR.ValMoCountryRank', 'TR.ValMoCountryRank.Date'] params = { 'SDate': '0', 'EDate': '-10', 'Frq': 'FQ'} ids = ld.get_history( universe=universe, fields=fields, parameters=params)…
Hi, Client is a Workspace user and has a question on API Endpoints. If they know the specific Excel formula corresponding to a certain data field, is there a way to identify exactly which API endpoint they should use? Regards, Dan
Dear Developer community, a Workspace user is trying to retrieve data from Workspace via API. API Product: LSEG Data Library (.NET) - Platform session, viz. https://developers.lseg.com/en/api-catalog/lseg-data-platform/lseg-data-library-for-net These values are loaded HIGH_1, LOW_1, MID_PRICE a DATE using the object…
Integration of Workspace with ERP system (SAP S/C,4 HANA) Could you please confirm whether there are any built-in APIs or native integration capabilities available to connect the two systems (S/4HANA Cloud)?
I am writing to formally request access to the ld.get_history function within the LSEG Data (Refinitiv) Python API, which is required for retrieving historical pricing data for our ongoing project. As part of our workflow, we need to retrieve historical value of fields like BID, ASK, MID, and VALUE_DT1 data for specific…
Please help in this to client Case- 15755369
I get incomplete quarterly data (Financials - Balance Sheet and Ratios Key Metrics) for many European banks (this is NOT the case for US banks). Take the following code as an example: import lseg.data as ld ld.open_session() workspace_df =…
Are there any plans to update RDP Python's library? Currently LDP has dependecies which are forcing to use Python 3.12, which is outdated and IT guys are not willing to installed that version anymore.
Hi Team, raising this case on behalf of a client. Query: Opening session in Python logs out Workspace desktop session. I cannot simultaneously maintain a Workspace session and call open_session(config) from lseg.data python library with config = { "sessions": { "default": "platform.ldp", "platform": { "ldp": {…
It looks like you're new here. Sign in or register to get started.