When I retrieved constituent stock data on April 9th and April 20th, the constituent code returned by STOXX was STMPA.PA, while on all other dates it is consistently STMMI.MI. Could you please explain the reason for this discrepancy?
Hi, i want to get the data for the hydro inflow (not just for france) to test some things. i know that there is a eikon webservice weher i can get timeseries. import eikon as ek ek.get_timeseries( but what do i have to pass in as parametrs to get the data?
I followed the procedure by generating an Eikon Data key and installing the Python Eikon package. However, when I run my Python code: python import eikon as ek ek.set_app_key('MY_KEY') I get the following message in my terminal: 2026-04-20 10:22:02,133 P[21940] [MainThread 22052] Error: no proxy address identified. Check…
The Eikon API is very unstable. It is returning NoneTypes for readily accessible data that is currently available in the Data Item Browser. Subsequent calls for the data are producing a result but the NoneType is random and occurs elsewhere in the list of requested instruments requiring multiple call backs to get all…
I was using python library to fetch news by ld.news.get_headlines(query='"Elon Musk" AND Language:LEN AND Source:"X"', count=10). However it returned LDError: Error code 400 | Query cannot return any result. Since I was trying to retrieve social media posts (explicitly X posts), is there a function to do it?
Query; -I would like to automatically retrieve prices to run end‑of‑day PnL calculations. -My Python environment will be running on a cloud platform (likely Databricks). -Is there any licensing issue or limitation with running this process in the cloud instead of on my local PC?
Hello, I want to get the topic name(such as TECH) through the news storyid (I retrieved this by get_news_headlines ). Should I using the topic_code field? Is there any way for me to get the topic list for a certain category of news? And is there a full list of topic for all news? Thank you!
I am using the LSEG Data SDK in Python and can query other endpoints successfully, but the news headlines endpoint fails with a scope error. Minimal example: import lseg.data as ld ld.open_session() # using configured credentials df = ld.news.get_headlines( query=["LSEG.L"], count=10 ) print(df.head()) ld.close_session()…
I have issues using the python api. The code is working when colleagues run it but I get errors on the port 9000. Se attached file. I have followed your tutorial, https://developers.lseg.com/en/article-catalog/article/eikon-data-api-python-troubleshooting-refinitiv, and do get "positive" results all the way but the logging…
Hi, I am a Mac-user, so I'm trying to download daily JSE data via R while logged in my desktop Workspace. I am using this AI-generated code (see attached) to do this but it reports error 400. Could you please assist? Thanks
It looks like you're new here. Sign in or register to get started.