EC ens op0 and the rest fundamentals: Wind Solar Demand, and so on. With CODEBK.
Hello everyone, i am trying to make a program (still didnt decided the program language since i can't manage to find a documentation that suits my idea) for LSEG Refinitiv Workspace that allows me to: -Access via code the portfolio report section -Select via code the client name that i wanna use in the section above…
Dear Team, We need the RIC Code in LSEG Workspace for: USD 3M Libor swap curve and EUR 6M Euribor Swap Cuve. Thanks and kind regards, Marika
We are migrating from Eikon Data API (ek) to LSEG Data Library (ld) Some parts of our codebase contain something like the following snippet data = ek.get_timeseries(series, start_date=start_date, end_date=end_date, fields=["TIMESTAMP", "CLOSE"]) So we got all of our time series of interest in one go. Now, the field "CLOSE"…
I want to get exchange information for time and sales data. How do I do this using the python code for historical_pricing? This is my python code: response = historical_pricing.events.Definition( universe=rics, start=start_datetime, end=end_datetime ).get_data() Is there a way to get time and sales data WITH exchange…
Hello, I'm trying to migrate my scripts from refinitiv-data api so the LSEG-data api. I'm trying to create a plateform session, using a lseg-data.config.json file. I first read that config file, using ld.open_session(config_name = "lseg-data.config.json") . But when trying to test my connection using a simple API call,…
Can you help me troubleshoot a run time problem when calling an open session with an APP_Key. This is my first time using the API. ld.open_session(app_key = APP_KEY) here is the output:…
With the code below: df_chunk = fundamental_and_reference.Definition( universe= tickers, fields = ['TR.CLOSEPRICE.date','TR.CLOSEPRICE','TR.Volume'], params = {"SDate": 0, "EDate": -756, "FRQ": "d"}) why is it raising error? Error processing chunk 1: Definition.__init__() got an unexpected keyword argument 'params'
Hi, I have a long list of ISIN - where some dump out - because they changed ISIN number due to cooperate actions. For example ISIN DK006054915 is Novo Nordisk - but it changed with a split in 2023 to the new DK0062498333. When I use the get.data for DK006054915 in Python I just get an empty response back. But if I manually…
Hi, is there any way to pull the peers under the same classification under "Lipper Global" using Python. While pulling, i want to pull their ISINs and Benchmark names? below you can see to understand what i want.
It looks like you're new here. Sign in or register to get started.