-
⭐⭐⭐ PCN215272-DataScope Select & Tick History API Access Changes Requiring Client Action
PCN215272 Summary DataScope Select is adopting an LSEG-aligned DNS for REST and SOAP APIs as part of its transition to a cloud-based architecture and alignment with the LSEG brand. Clients must update applications and configurations to replace the Refinitiv DNS with the new LSEG domain. Description What is the change?…
-
error 502 Bad Gateway
hi, while trying new DNS as per "PCN215272-DataScope Select & Tick History API Access Changes Requiring Client Action", we get erro 502 "Bad Gateway". What is the meaning of this?
-
REST API GUI control calls: change dates range in historical template
Hi, I'm using REST API for GUI control calls. In particular, I’m performing a PUT call to change the “Condition” in a historical report template so that I can modify the dates range. The request is working without errors (result code 204), but after that I don't see any change in the template available in the GUI. The Call…
-
How to select "CorporateActionsStandardEventsType" as "CAP","DIV" and "MNA" altogether
Hi Team, Below is my request body and I want to include CAP, DIV, and MNA together as CorporateActionsStandardEventsType within a single API call. { "ExtractionRequest": { "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CorporateActionsStandardExtractionRequest", "ContentFieldNames": [ "Security Long…
-
from real time API to DSS API
This client is currently using LSEG real time service and considering switching to DSS REST API to snap financial data. They would like to migrate from the current API "RFA Java 7.6 + Marketfeed format" to the DSS REST API as easily as possible. With RFA Java 7.6 + Marketfeed format, RIC and fields were set in Java XML…
-
DSS Rest API body request for Corporate Actions Dividend EX date condition
Just on the conditions kept like below in API - "PreviousDays": -3, "NextDays": 5, We assume that this filter should filter the data based on Dividend Ex Date from T-3 to T+5, like what we get from below template where we have selected date range.If its different, then please suggest us how we can put date range in API…
-
GovCorp Search showing limited data
One major client is doing a GovCorp search via API and the response from the API is limited compared to the results in the GUI (I am able to reproduce it). They are specially interested in getting if the bond is a corporate or government bond. Fields responded by the API with GovCorpSearch: {'Identifier': 'XS3102778191',…
-
PCN215272
1) Could you please confirm the location of the SOAP WSDL file after this DNS change? The previous location was selectapi.datascope.refinitiv.com/datascopeapi/v1/extractionservice.asmx?wsdl so I assumed that the new one would be selectapi.datascope.lseg.com/datascopeapi/v1/extractionservice.asmx?wsdl But this new WSDL file…
-
No Java quick start for DSS?
One of DSS prospects checked Developer Community for DSS, and found C# tutorials in Quick Start. They are asking if there is Java version of DSS Quick Start. Please advise how I should respond. https://us.v-cdn.net/6038239/uploads/XHTJ3SWEPTFR/dss-dev-community-quick-start-screenshot.docx
-
Data Scope Select C# NuGet packages
Hello, we received the following question from the client. Can someone advise on this? The latest information about this I was able to find on the Developer Portal is from Nov 2023 and mentions Microsoft .Net Framework 4.5+ "My client at Nordea is using Data Scope Select C# NuGet packages: -…
-
How to obtain complete list of RICs where specific content field is populated
Hi, I need to obtain the complete list of RICs where the content field “UK Stamp Duty Flag” is populated. With DSS Rest API TermsAndConditionsExtractionRequest I can extract the flag for explicit RICs, but I cannot see a way to query the entire universe by that field. Is there an endpoint or filter that allows this? If…
-
How to Label user defined identifiers in DSS API Rest
Hi team , I know how to request user defined identifiers in API -using the below article.. but can you please help how to label it using API https://community.developers.refinitiv.com/discussion/comment/23935#Comment_23935
-
Unexplained price jump for bond by DSS
I am trying to get historical close price timeseries for a bond DE000HLB74U8 via Datascope Select (PriceHistoryExtractionRequest). Full API request below. I see end of 2022 a price jump by factor 10: { "IdentifierType": "Isin", "Identifier": "DE000HLB74U8", "Trade Date": "2022-12-27", "Last Trade Price": 92.499, "Universal…
-
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…
-
REST API Embargo on Premium End of Day Prices
The REST API documentation says "It now also handles embargoes" on Intraday and Premium End of Day. Which I can see how that is done on the Intraday Pricing with a condition setting. But I need to know how you recommend handling embargoes with Premium End of Day Pricing? All documentation mentions that Premium can have…
-
Search for RICs by Bloomberg ID/Identifier
One of our customers has Bloomberg IDs in his data we are going to process. For that data we need market data for further processing. Is there any way to look up RIC codes by using Bloomberg identifiers (Ticker codes / Bloomberg ID, ...)? Thanks in advance!