-
couple of questions
Hi Team, BIS here. we are migrating our API from Eikon .NET to the new LSEG .NET Data Library. we get some access denied for some instruments. is this some new right that is required? Status for item FEIcm1 { "ID": 3, "Type": "Status", "Key": { "Service": "IDN_RDFNTS_CF", "Name": "FEIcm1" }, "State": { "Stream": "Closed",…
-
Access broker reports available on the Company Research module through any of the Refinitiv APIs
Client wanted to check if it’s possible to access broker reports available on the Company Research module through any of the Refinitiv APIs—possibly via the Research API or a similar service. We’re exploring ways to automate the retrieval of such content and would appreciate any guidance on available options or relevant…
-
RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll
Can I call the Refinitiv Workspace Excel function RDP.FxSwpToSwp from third .NET application using Refinitiv for Office Add-In with refinitiv-shim.dll? By Refinitiv Eikon it's possible with EikonDesktopDataAPI.dll and the simply one line call in code EikonDesktopDataAPI.CreateAdxForexModule().AdFxSwpToSwp().
-
Using workspace messenger how to extract some chains of characters from the chat with python.
Using workspace messenger how to extract some chains of characters directly from the chat with python.
-
World-Check one api result analyze
1: I called the API and passed in my name, birthday, and ID information. I hope to return results that meet all the above conditions, but in fact, a lot of fuzzy matching data is returned. For example, I entered James Smith, but the returned results include James Davies. Do I need to filter the results myself? Or how to…
-
What is Refinitiv's DSS data and is tick size available in it
Hi Team, RFA API version 8.2 to consume market data and I want to check about the 2 things What is Refinitiv's DSS data? Is tick size available in Refinitiv's DSS data? Thank you in advance
-
Data Limitation
I am Facing a data Limitation Problem in Refinitive in Excel. Plus If you can Provide me code for the data of the given variables for the US and Europe. Scope1_Emissions Scope2_Emissions Scope3_Emissions Total_Emissions ESG_Score Environmental_Score Decarbonization_Target Renewable_Energy_Use Total_Assets…
-
Formula error
can you please check if you can assist? “Basically, I have a formula RDP.Search("COMPANY", $B$8, "NBROWS:500 SORT:DTSubjectName:A", , ) which returns a sample 5073619959 5073620114 5073620117 5073619966 5074009689 5051175432 5084167849After I copy it and paste it back as values, I get 5073619959. all values after the first…
-
How can I download CRUDE OIL futures and options data ?
-
How can I get intraday 1 minute delayed Nifty 50 index data using API?
-
Excel Spreadsheet crashing (Workspace Data Retrieval, Macros)
Hello Team, Our excel spreadsheet crashes upon retrieving data from Workspace add-in. It can be replicated inhouse. We checked with excel experts (GBC team) and they informed that it has macros and so needs to be raised to Developers to check further. Could you please advise? The file has .xlsm extension, so its not even…
-
SCP error after DACS install
Hello, I am currently doing a DACS install that is running locally and I have followed all required steps within the DACS install guide, however when I try to any of the following; Distribute, get Server/Sink Status, or Map Collect I get the below errors - so something can't be quite right. I can confirm the following:…
-
Pulling data into R studio
I was wondering if there was a way to integrate your data into R. I am working on creating a research interface in R to get live data for fundamental metrics live price, etc and was wondering if I can attach your data to R? Specifically pulling data into R studio
-
WC1 and case delta screening
Hi, I would like to see the differences between the two screenings of a case. I tried this endpoint: POST {{protocol}}{{gateway-host}}{{gateway-url}}cases/{{case-system-id}}/screeningRequest with body { "screeningMode": "DELTA_SYNC", "caseInfo": true} I know that I updated the case, let's say yesterday, with new…
-
Accessing DIB fields through python RDP API
What's the procedure for accessing fields from the Data Item Browser app through the Python RDP API? I'm used to the get_fields method from Eikon and I'm having trouble finding the correct endpoint for the RDP platform. I'm wondering if there's an endpoint to query from using RIC and field name as parameters. Thanks! EDIT:…