-
Find market cap based on RIC codes?
Hi all, I am trying to find the market cap's companies that I have RICs connected to their mining operations. I currently have refinitiv workspace lite installed into my excel. Thank you in advance for any assistance to this query!
-
Getting access denied when getting the authorization token
-
How to replicat RHistory VBA functions in Excel Workspace
In Eikon samples there was a file called RHistoryAPI.xlsm to retreive historical data, like prices time series. We have not been able to get it working with Workspace Excel.
-
How can I download from the api CWE energy fundamentals?
EC ens op0 and the rest fundamentals: Wind Solar Demand, and so on. With CODEBK.
-
RWF data via HMDS WebSocket API
Hi Team, Currently in the WebSocket API documentation, the protocol mentioned is only tr_json2. Is there any possibility to use RWF via HMDS WebSockets? This will ensure a better transport rate and maybe also a lower load on the backend ADSs. Thank you, Rares
-
MarketByPrice Domain conflation for IDN_RDF service
Hi Team, We are connecting to HMDS with using IDN_RDF service , which is 330ms trade safe conflated. However, for some markets, e.g Tokyo Stocks Exchange, most of the time the update rate for MarketByPrice domain is above 3 updates/sec, sometimes reached more than 100 updates/sec for couple of consecutive seconds. Does the…
-
Configuring ADH to connect to RTO
I'm not sure if this is the correct forum to ask this question - but we're trying to configure our ADH route_cloud.cpd file to connect to RTO and I was wondering if there was a guide available. The main issue is, in the configuration file we can't see configuration items for client id or secret and were wondering if they…
-
How to create Java keystore file
I want to connect to RTO using Java. I plan to connect using EMA with TLS. I believe I need to create a Java keystore file for this. How should I go about creating it?
-
Client si not getting the data as expeted with the given API
I tried using it but it doesn't seem to work for me as i believe i have not entered the details accurately , please find below the request header along with the body and url and please let me know if it looks accurate for a scheduled request to extract price data [For getting token and header] token_url =…
-
Error: Error code {"exceptionId":500} in World-Check One?
How-do-I-fix-error-code-exceptionId-500-in-World-Check-One Error code {"exceptionId":500} / error 500 / WC1 API Error code {"exceptionId":500}
-
We’ve been getting HTTP 429 errors from WC1 API we’re using
We’ve been getting HTTP 429 errors from an API we’re using. Can you explain what might be causing this and how you'd figure out if it's a short-term rate limit or a daily quota issue? Also, how would you handle it in our app to avoid service disruption?
-
SxS application is not permissioned to use Workspace Web?
I am trying to use the Workspace SDK (found here: Workspace SDK). I have also created an application in the AppkeyGenerator (found here: Appkey Generator), specifying approved URLs. I followed the initialization tutorial, supplying my ApiKey, and ProductId as needed, and things seemed to work fine when running from…
-
Capture Equity settles for securities on the Taipei Stock exchange ( .TWO)
What Fields ( FIDs) must be used to identify that a settle has been posted for a security, and at what time?
-
Possible Values in fieldresult
Hello, What are the possible values returned in the fieldResult field by the Refinitiv API, and what does each value represent? For example: MATCHED, NOT_MATCHED, etc. Thank you in advance.
-
LSEG Workspace RIC Code
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
-
Is mutual fund historical NAV (time-series) available through the Desktop app?
Basically the question in the title. What I have is the Refinitiv Lipper for Asset Management app on desktop, my org doesn't have the API product which I understand has this. I can find the historical time series for returns, total assets, number of shares, but I can't find it specifically for NAV. I'm working on a…
-
Receiving the 403 error when I passed the value for address '20 RUE DE L'UNION-FONCIÈRE 51100 REIMS
Receiving the 403 error when I passed the value for address '20 RUE DE L'UNION-FONCIÈRE 51100 REIMS FR', but the value '20 RUE DE LU'NION-FONCIÈRE 51100 REIMS FR' gives me 200
-
Graphs download from Portfolio Report
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…
-
workspace/Excel/VBA - Application.Run "PLPauseResumeEventHandler"
Hi LSEG, Please confirm if there are any updates for Workspace including Application.Run "PLPauseResumeEventHandler"? The last post in October 2024 stated no. Regards Adam
-
ld.get_history() and ek.get_timeseries() equivalent fields
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"…