-
Python scripts inside of the Docker container to connect to Workspace that is running outside
We're migrating from Eikon to LSEG Workspace. As a part of this process we need to rewrite our application that uses different APIs. We're going to use LSEG Data Library for Python. Do you have any recommendations on how we can run our Python scripts inside of the Docker container and connect to the LSEG Workspace that is…
-
DMD - on the FID Search tool
Hi Team, on the FID Search tool, do you have the asset class codes for options and futures? Regards, Piotr
-
RSI Calculation
Hi, I would like to know the RSI calculation used on all standard reuters charts. My issue is that I have tried the pandas_ta.rsi function as well as the talib RSI function for the ric 'LCOc1' and others. These values are completely differnt to the ones I see on the chart. please see below my code and output:…
-
Hi, is there a way in Python to retrieve the list of RIC change for all listed companies on Hong Kon
Hi, is there a way in Python to retrieve the list of RIC change for all listed companies on Hong Kong exchange (HKEX) between 2021-01-01 and today?
-
Postman Authentication returns 400, validation error
Postman Authentication returns 400, validation error. Please advise what is wrong
-
/data/funds/v1/assets/40003333 on API Playground returns "400 bad request"
The following sample (/data/funds/v1/assets/40003333) on API Playground returns "400 bad request". Please check.
-
Python WebSocketAPI Proxy Settings
In the "market_price_rto_authentication.py" example on GITHUB, how do I configure proxy settings inside the code? I am running the code inside an organization network. The error received is below. Sending authentication request with password to https://api.refinitiv.com:443/auth/oauth2/v1/token ... LSEG Delivery Platform…
-
Issue with rd.get_data - Server Connection Problem
Dear Support Team, I am experiencing issues with server connectivity when using rd.get_data in Python to retrieve data via API. Recently, I switched the library from Eikon to Refinitiv. While using rd.get_data, sometimes the function returns data immediately, but other times it takes a long time to respond and eventually…
-
How to Download ESG News from All S&P 500 Companies Using API
Hello, I am looking for a way to download ESG news for all S&P 500 companies using the Refinitiv Data Platform (RDP) API or the Eikon API. My goal is to retrieve articles, headlines, and any relevant information related to sustainability, governance, and ESG criteria for the companies in the index. Specific Questions:…
-
What is the API description of these reuters:// code
Client raised a question. I have a question, I built a C# tool that was able to Open the refinitiv eikon quote window, if i supplied it a RIC. See code below. I now was switched to Workspace. What would be the equivalent in here to "reuters://REALTIME/verb=Chart/ric=AAPL.OQ" ? What would be the equivalent to open a chart…
-
rdp Error400 Bad Request for Vol Surface data quantitative-analytics-curves-and-surfaces
Hi All, I am unable to retrieve data, I get error 400 "Bad Request". Here is my request: RESOURCE_ENDPOINT = "https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces" requestData = { "outputs": ["Data"], "universe": [ { "surfaceTag": "Example Vol Surface", "underlyingType": "Eti",…
-
Excel Integration: How to retrieve full monthly historical data for a CUSIP (similar to Workspace)
I need functionality where I can input a CUSIP into Excel and automatically retrieve the full monthly historical data for that CUSIP. The output should look exactly like the monthly historical view available in Workspace under "Trade Check" (see attached screenshot for reference). Please let me know how I can achieve this…
-
How to best handle connection errors in Python?
Hi community! I am connecting to pricing streams using the LSEG Python library (version lseg.data==2.0.1) Here is a sample code. I am then able to register callbacks with the stream and listen to the data. session = ld.session.platform.Definition( app_key=api_key, grant=ld.session.platform.ClientCredentials(…
-
While using Java library ema v3.8.2.0, I'm getting java.lang.OutOfMemoryError in CryptoHelper.java
While using Java library ema v3.8.2.0, I'm getting following error in CryptoHelper.java of corresponding eta jar v3.8.2.0 : java.lang.OutOfMemoryError: Cannot reserve 66816 bytes of direct buffer memory (allocated: 524258534, limit: 524288000)at java.base/java.nio.Bits.reserveMemory(Bits.java:178)at…
-
Cannot retrieve data
Hi Team, Please can someone check the below and provide resolution. *** EXTERNAL EMAIL *** Very good Denis – we’re definitely one step closer now. I’ve changed the password and… import lseg.data as ld APP_KEY = "ee1aca4f4d86445bb6d980c533b95686d86716b4" RDP_LOGIN = "cip@vitol.com" RDP_PASSWORD = "..." session =…
-
Open session failed
I want to access the IssueISIN via below code, but it reports that session is not created So I try to use below to open session, it reports that "Your credentials could not be authenticated"; I get the key from below, May know if I input the right key? O there is another key that I should apply for this purpose?
-
PYTHON API Extraction Not Yielding Results
Hi Team, Hoping for your help in checking the code of the client below, for some reason, they are not receiving any results when querying for MarketDepth: Code: def ExtractRaw(token, json_payload): try: outputfilepath = str(_outputFilePath + _outputFileName + str(os.getpid()) + '.csv.gz') if os.path.exists(outputfilepath):…
-
Issue with obtaining EventDate in lseg.data API Python Code
I've been working with the lseg.data API in Python and encountered an issue where I need to add my ID to the code. Despite collaborating with the Product Specialist, the problem persists. The API connection works for other fields like TR.TotAssets, but fails when retrieving data for TR.EventStartDate for specific…
-
Eikon or DataScope: Is there any API available to check if RICS are published Successfully?
Is there any API available to check if RICS are published Successfully either Eikon or Data scope on Refinitive Platform ; if Yes would like to understand more details on Setup , Access , Entitlement and Sample Query for the same , Also would be good if we get to know what all Attributes are updating for the requested RIC ?
-
Is it possible to subscribe to prices on EMA for MBS securities?
The TermsAndConditionsExtractionRequest for MBS securities returns null for the ric code. So I do not know what identifier I can use when subscripting to a price on the EMA price subscriptions. I have tried the isin/cusip with and without a "=RRPS" suffix with no luck. I also tried the "Entity PermID" and "Issue PermID"…