-
How to retrieve MICs for single RICs
Hello, I have a dataframe comprising all the RICs for a number of ISINs, and I would like to know how I can retrieve the MIC of each RIC using Python. Using the search API I was only able to retrieve the LSEG codes for exchanges and trading venues, not the official MICs. Thank you!
-
Top News from Workspace Platform
Could you help me with code that can return me the top news on workspace API?
-
'8729.T' RIC Historical Pricing issues
Why does import lseg.data as ld ld.open_session() start = '2024-09-23' end = '2025-03-24' ld.get_data( universe=['8729.T'], fields=['TR.ClosePrice', 'HST_CLOSE', 'CF_CLOSE', 'TR.PRICECLOSE', 'TRDPRC_1'], parameters = {'SDate': start, 'EDate': end}) and import lseg.data as ld ld.open_session() start = '2024-09-23' end =…
-
Exact API formulas / endpoints
What function is more suitable for retrieving historical prices? Gas hub futures & spot prices. PEG → PEGMc1 THE → THEMVc1 PVB → PVBMc1 PSV → PSVMc1 NBP → NBPMVc1 2. Exact API formulas / endpoints Which are the exact equivalent endpoints in the Codebook API (or Enterprise API, if different) that replace the historical…
-
API for Technical Analysis (1 min ticks)
Hi There, I am looking to use an API in python to retrieve the current return ( 1min, 5 min and 15 min) and the RSI (14 min) for USDCAD (CAD=).
-
could you please provide me an function exemple in Python code for import EURUSD Spot price from 03
Further working on the query please find the below python script to get the data. import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['EUR='], fields = ['TR.BidPrice'], parameters = { 'SDate': '2024-01-03', 'EDate': '2025-09-15', 'Frq': 'D' } ) display(df) Client has got the below error. Can you…
-
Getting News headlines using python
I am using workspace, is there way i can query the news headline using python ?
-
how can i get open/close/high/low price of 'XAUUSD' by python api
like "ld.get_data"
-
Can I ask the get_headlines for news suppose muti-tickers?
The query ask for searching the tickers: INTC, AMD. And the result only show the field versionCreated, headline, storyID, and sourceCode. There are 4 results, I can't know which news data is about INTC, which one is about AMD. Can the result of "ld.news.get_headlines('(R:INTC.O OR R:AMD.O) AND Language:LEN AND…
-
get a list of companies with cryptocurrency, cryptoasset or blockchain flag
Can you please confirm if this is do-able on Workspace API? Link : https://developers.lseg.com/en/article-catalog/article/crypto-asset---blockchain-flags---introduction-to-regulatory-com#:~:text=We%20are%20going%20to%20use%20the%20following%20DataScope%20Select%20templates,dll Checking the link, DSS API is the product to…
-
How to use LSEG Data Library for Python in a docker container?
How to run use the lseg data library inside of the Docker container and connect to the LSEG Workspace session that is running outside of that container? I try to use those function in lseg data library in the docker container, while it keep saying session not open while in my code already included the `…
-
CURVB via python
Hi, is it possible to download (or replicate) the information from the CURVB app into Python? Specifically, I am looking to generate the information screenshoted from the CURVB app directly in Python.
-
How to filter vessel data by port name directly within API parameters?
In line with this question: https://community.developers.refinitiv.com/discussion/133301/how-to-get-all-ports-in-a-country The example code retrieves vessel information for all ports within a specified timeframe, then filters out unwanted ports locally using .isin()., which wastes API calls. How can the port name filter be…
-
LSEG API, RDP and RKD
What is the difference between using the LSEG Workspace API and using Data Platform or Knowledge direct. Why would I use either? What is the advantage of each?
-
Could you kindly review this request… the attached script and see what can be wrong?
Could you kindly review this request… the attached script and see what can be wrong?. Or review it please?. Thanks a lot https://us.v-cdn.net/6038239/uploads/W94AMGBQT37X/script-to-review.docx