<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>dss — LSEG Developer Community</title>
        <link>https://community.developers.lseg.com/</link>
        <pubDate>Sun, 23 Aug 2026 23:50:22 +0000</pubDate>
        <language>en</language>
            <description>dss — LSEG Developer Community</description>
    <atom:link href="https://community.developers.lseg.com/discussions/tagged/dss/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>High response time in DatascopeSelect Extractions API</title>
        <link>https://community.developers.lseg.com/discussion/134393/high-response-time-in-datascopeselect-extractions-api</link>
        <pubDate>Wed, 29 Jul 2026 13:27:02 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>maximilian.syndikus</dc:creator>
        <guid isPermaLink="false">134393@/discussions</guid>
        <description><![CDATA[<p>When I send a request to </p><p>https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractWithNotes</p><p>with the below request body, I get a response time of roughly 5s. </p><p>GIven that I request static instrument information, why is the response time so high and is there anything that LSEG offers to get this data faster? </p><p></p><p>Request body</p><pre spellcheck="false" tabindex="0">{<br />&#13;
    "ExtractionRequest": {<br />&#13;
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",<br />&#13;
        "ContentFieldNames": [<br />&#13;
            "Asset Category",<br />&#13;
            "Asset Type",<br />&#13;
            "Asset SubType",<br />&#13;
            "Currency Code",<br />&#13;
            "Currency Code Description",<br />&#13;
            "Currency Code Scaled",<br />&#13;
            "Currency Code Scaled Factor",<br />&#13;
            "Currency Code Scaled Description",<br />&#13;
            "Lipper Global Classification",<br />&#13;
            "Country of Risk - Primary",<br />&#13;
            "Geographical Focus",<br />&#13;
            "Maturity Date",<br />&#13;
            "Security Description",<br />&#13;
            "GICS Sector Code Description",<br />&#13;
            "S&amp;P Issuer Long Rating",<br />&#13;
            "Moodys Issuer Long Rating",<br />&#13;
            "Fitch Issuer Long Rating",<br />&#13;
            "Seniority Code Description",<br />&#13;
            "Issue Description",<br />&#13;
            "Issue",<br />&#13;
            "Issuer Name",<br />&#13;
            "Coupon Type",<br />&#13;
            "Price Quote Method Code",<br />&#13;
            "Security Description Detail",<br />&#13;
            "Asset Category Description"<br /><br />&#13;
        ],<br />&#13;
        "IdentifierList": {<br />&#13;
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",<br />&#13;
            "InstrumentIdentifiers": [<br />&#13;
                {<br />&#13;
                    "Identifier": "JP3877600001",<br />&#13;
                    "IdentifierType": "Isin"<br />&#13;
                }<br />&#13;
            ],<br />&#13;
            "ValidationOptions": null,<br />&#13;
            "UseUserPreferencesForValidationOptions": false<br />&#13;
        },<br />&#13;
        "Condition": {<br />&#13;
            "ScalableCurrency": true<br />&#13;
        }<br />&#13;
    }<br />&#13;
}
</pre>]]>
        </description>
    </item>
    <item>
        <title>Getting Strange/Wrong Response with InstrumentSearch API to get the list of ISINs for OrgIds</title>
        <link>https://community.developers.lseg.com/discussion/134336/getting-strange-wrong-response-with-instrumentsearch-api-to-get-the-list-of-isins-for-orgids</link>
        <pubDate>Tue, 14 Jul 2026 16:40:08 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>muhammad.imran</dc:creator>
        <guid isPermaLink="false">134336@/discussions</guid>
        <description><![CDATA[<p>Hi Team, I am calling the Instrument search API for the below two requests. Both have same set of OrgIds (5 Org IDs in different order only) but I am getting different response for each of them. First request is returning 114 records in JSON output and 2nd request is returning 103 records in JSON output. Can you please help us to clarify it, we are not getting correct set of data. Thanks in advance https://selectapi.datascope.lseg.com/RestApi/v1/Search/InstrumentSearch</p><p><strong>Request 1:</strong></p><p>{  "SearchRequest": {    "InstrumentTypeGroups": [      "Equities"    ],    "IdentifierType": "OrgId",    "Identifier": "120106760,120107693,120088642,120113117,120149723",  "PreferredIdentifierType": "Isin"  }}</p><p><strong>Request 2: </strong>{  "SearchRequest": {  "InstrumentTypeGroups": [      "Equities"    ],    "IdentifierType": "OrgId",    "Identifier": "120088642,120106760,120107693,120113117,120149723",  "PreferredIdentifierType": "Isin"  }} <br /><br />
Regards, Imran</p>]]>
        </description>
    </item>
    <item>
        <title>DSS API: aggregate FX EUR= tick data to 1min</title>
        <link>https://community.developers.lseg.com/discussion/134237/dss-api-aggregate-fx-eur-tick-data-to-1min</link>
        <pubDate>Mon, 08 Jun 2026 14:06:00 +0000</pubDate>
        <category>Tick History</category>
        <dc:creator>cinkciarz</dc:creator>
        <guid isPermaLink="false">134237@/discussions</guid>
        <description><![CDATA[<p>Tutorial: <span data-embedjson="{&quot;body&quot;:&quot;Authorization:&quot;,&quot;url&quot;:&quot;https:\/\/community.developers.lseg.com\/home\/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Frefinitiv-tick-history%2Frefinitiv-tick-history-rth-rest-api%2Ftutorials%2Frest-api-tutorials%2Frest-api-tutorial-8--on-demand-raw-data-extraction&quot;,&quot;embedType&quot;:&quot;link&quot;,&quot;name&quot;:&quot;&quot;,&quot;embedStyle&quot;:&quot;rich_embed_inline&quot;}">
    <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Frefinitiv-tick-history%2Frefinitiv-tick-history-rth-rest-api%2Ftutorials%2Frest-api-tutorials%2Frest-api-tutorial-8--on-demand-raw-data-extraction" rel="nofollow noopener ugc">
        https://developers.lseg.com/en/api-catalog/refinitiv-tick-history/refinitiv-tick-history-rth-rest-api/tutorials/rest-api-tutorials/rest-api-tutorial-8--on-demand-raw-data-extraction
    </a>
</span>
 explains how to get tick data for a ticker for a specified time range.</p><p>Is it possible to adjust the body of the request provided in the tutorial to get data aggregated to 1min?</p><p>If so - can you please explain how to do this?</p><p>What I would like to be able to do is to get EUR= fx OHLC data aggregated at 1min frequency.</p>]]>
        </description>
    </item>
    <item>
        <title>DSS - How can I get a full list of equities in selected stock exchanges?</title>
        <link>https://community.developers.lseg.com/discussion/134150/dss-how-can-i-get-a-full-list-of-equities-in-selected-stock-exchanges</link>
        <pubDate>Wed, 13 May 2026 14:43:17 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>wmi</dc:creator>
        <guid isPermaLink="false">134150@/discussions</guid>
        <description><![CDATA[<p>Hi, I hope this is the right place to raise this question. We have been unable to get a satisfactory answer from Customer Support, so I wanted to reach out here directly.</p><p>We are trying to retrieve all instruments (both active and inactive) per stock exchange (e.g., XOSL - Oslo Stock Exchange) in DSS (Datascope Select). However, it seems that the number of instruments is restricted to a maximum of 5,000, as shown in the attached image, and we need to retrieve the full list beyond this limit.</p><p>If a REST API-based solution is required, we are open to exploring that as well. Any suggestions or guidance would be greatly appreciated.</p><p>The goal is to get dividend data of these instruments. But I suppose we need to list the instruments of our interests.</p><p>Thank you in advance for your help!<br /><br /></p><span data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/WQP6NTGMWLGK\/image.png&quot;,&quot;name&quot;:&quot;image.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:45084,&quot;width&quot;:852,&quot;height&quot;:597,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;downloadUrl&quot;:&quot;https:\/\/community.developers.lseg.com\/api\/v2\/media\/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FWQP6NTGMWLGK%2Fimage.png&quot;,&quot;active&quot;:true,&quot;mediaID&quot;:28077,&quot;dateInserted&quot;:&quot;2026-05-13T14:41:23+00:00&quot;,&quot;insertUserID&quot;:71156,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;71156&quot;,&quot;embedType&quot;:&quot;image&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <span>
        <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FWQP6NTGMWLGK%2Fimage.png" rel="nofollow noopener ugc" target="_blank">
            <img src="https://us.v-cdn.net/6038239/uploads/WQP6NTGMWLGK/image.png" alt="image.png" height="597" width="852" data-display-size="large" data-float="none" data-type="image/png" data-embed-type="image" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6038239/uploads/WQP6NTGMWLGK/image.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6038239/uploads/WQP6NTGMWLGK/image.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6038239/uploads/WQP6NTGMWLGK/image.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6038239/uploads/WQP6NTGMWLGK/image.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6038239/uploads/WQP6NTGMWLGK/image.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6038239/uploads/WQP6NTGMWLGK/image.png 2000w, https://us.v-cdn.net/6038239/uploads/WQP6NTGMWLGK/image.png" sizes="100vw" /></a>
    </span>
</span>
]]>
        </description>
    </item>
    <item>
        <title>DSS API</title>
        <link>https://community.developers.lseg.com/discussion/133838/dss-api</link>
        <pubDate>Fri, 27 Feb 2026 09:51:37 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Gayathri</dc:creator>
        <guid isPermaLink="false">133838@/discussions</guid>
        <description><![CDATA[<p></p><p>We have 2 requirements</p><p> </p><ol><li>Client is trying to extract their current DSS scheduled extraction via DSS API Below are the details for your reference</li></ol><p>DSS User ID – 136343</p><p>"ListId": "0x03643947b1eee116"</p><p>"ReportTemplateId": "0x036a93420c204208"</p><p>"Name": "ExchangeRates_EUP_M",</p><p>"OutputFileName": "ExchangeRates_EUP_M"</p><p> </p><p>We tried to fetch the data with the attached API call which is there in the notepad. However, we are getting the below error response ( 400 Bad request) when we make a API Call. We request you to provide a correct API call to get the extraction of their schedule. I am attaching their schedule screenshot for your refence. Please refer to the highlighted schedule in the screenshot</p><p> </p><p>{</p><p>   "error": {</p><p>       "message": "Malformed request payload: Syntax error at Line 14, Char 2: expected '}' ]"</p><p>   }</p><p>}</p><p> </p><p> </p><p> </p><p>Requirement No 2. </p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/STFCDCM71ZI5\/post-httpsselectapi-datascope-lse.txt&quot;,&quot;name&quot;:&quot;POST - httpsselectapi.datascope.lse.txt&quot;,&quot;type&quot;:&quot;text\/plain&quot;,&quot;size&quot;:1246,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;downloadUrl&quot;:&quot;https:\/\/community.developers.lseg.com\/api\/v2\/media\/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FSTFCDCM71ZI5%2Fpost-httpsselectapi-datascope-lse.txt&quot;,&quot;active&quot;:true,&quot;mediaID&quot;:27708,&quot;dateInserted&quot;:&quot;2026-02-27T09:50:55+00:00&quot;,&quot;insertUserID&quot;:70853,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;70853&quot;,&quot;embedType&quot;:&quot;file&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <a rel="nofollow" href="https://community.developers.lseg.com/api/v2/media/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FSTFCDCM71ZI5%2Fpost-httpsselectapi-datascope-lse.txt" download="" aria-label="POST - httpsselectapi.datascope.lse.txt">
        POST - httpsselectapi.datascope.lse.txt
    </a>
</div>
<p>Client need to know how can they get oauth 2.0 credentials for their Cloud system integration. They need the below details</p><ol><li><strong>Client ID</strong> — a Service ID (public identifier for your app)</li><li><strong>Client Secret</strong> — the secret/password for your Client ID</li></ol><p>HTTP POST request to LSEG’s OAuth2 token endpoint, passing your client_id, client_secret, and grant_type=client_credentials</p><p></p><p> </p><p></p><div data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/XCYEZKNL8KWZ\/exchange-rate.png&quot;,&quot;name&quot;:&quot;Exchange rate.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:202056,&quot;width&quot;:1898,&quot;height&quot;:782,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;downloadUrl&quot;:&quot;https:\/\/community.developers.lseg.com\/api\/v2\/media\/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FXCYEZKNL8KWZ%2Fexchange-rate.png&quot;,&quot;active&quot;:true,&quot;mediaID&quot;:27707,&quot;dateInserted&quot;:&quot;2026-02-27T09:39:49+00:00&quot;,&quot;insertUserID&quot;:70853,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;70853&quot;,&quot;embedType&quot;:&quot;file&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <a rel="nofollow" href="https://community.developers.lseg.com/api/v2/media/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FXCYEZKNL8KWZ%2Fexchange-rate.png" download="" aria-label="Exchange rate.png">
        Exchange rate.png
    </a>
</div>
]]>
        </description>
    </item>
    <item>
        <title>How to schedule extraction with decimal settings</title>
        <link>https://community.developers.lseg.com/discussion/133748/how-to-schedule-extraction-with-decimal-settings</link>
        <pubDate>Fri, 06 Feb 2026 01:24:51 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Nowshad</dc:creator>
        <guid isPermaLink="false">133748@/discussions</guid>
        <description><![CDATA[<p>I have a Client that is using the DSS API. However, the RIC's that they are using (ex; JPYTHBBB=BKTH &amp; JPYTHBBB1=BKTH) is providing 5-6 decimals in the Universal Close, Ask, and Bid Price fields. The client only wants to see 4 decimal places.</p><p>In the DSS GUI, we were able to change the decimal places for each field, and was able to get the exact prices. For their production, they need to go through the API.</p><p>My questions are:</p><p>1. In the API script, can you include decimal preferences for each field?</p><p>2. If not, if the report template has the necessary changes to the fields, can the API run that report template ID? IF so, what would be the header and script?</p>]]>
        </description>
    </item>
    <item>
        <title>DSS API condition question</title>
        <link>https://community.developers.lseg.com/discussion/133732/dss-api-condition-question</link>
        <pubDate>Wed, 04 Feb 2026 13:04:09 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>HirokoGoto_1</dc:creator>
        <guid isPermaLink="false">133732@/discussions</guid>
        <description><![CDATA[<p>I tried the following conditions for DSS EoD Pricing in Postman samples.</p><p>      "ReturnLastTradingDayPriceOnNonTradingDay": <strong>true</strong>,</p><p>      "ReturnNullCodeValuesInExtractionPricingFields": <strong>false</strong></p><p>I received below error message.</p><p>Would you advise what is the wrong with this?</p><ul><li>Error Message</li></ul><p>  400 bad request</p><p>   "error": {</p><p>        "message": "Malformed request payload: For the property name   \"ReturnLastTradingDayPriceOnNonTradingDay\" in the JSON request the value could not be parsed successfully. Please check the casing or spelling of the property."</p><p></p><ul><li>Request:</li></ul><p>{</p><p>  "ExtractionRequest": {</p><p>  "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest",</p><p>  "ContentFieldNames": [</p><p>  "ISIN",</p><p>  "Issuer Name",</p><p>  "Trade Date",</p><p>  "Universal Close Price",    </p><p>  "Volume"</p><p>  ],</p><p>  "IdentifierList": {</p><p>  "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",</p><p>  "InstrumentIdentifiers": [</p><p>  { "Identifier": "US5949181045", "IdentifierType": "Isin" },</p><p>  { "Identifier": "IBM.N", "IdentifierType": "Ric" }</p><p>  ]</p><p>   },</p><p>    "Condition": {</p><p>      "ReturnLastTradingDayPriceOnNonTradingDay": <strong>true</strong>,</p><p>      "ReturnNullCodeValuesInExtractionPricingFields": <strong>false</strong></p><p>    }</p><p>  }</p><p></p><p>Regards,</p><p></p><p>Hiroko</p>]]>
        </description>
    </item>
    <item>
        <title>Data Scope Select C# NuGet packages</title>
        <link>https://community.developers.lseg.com/discussion/133602/data-scope-select-c-nuget-packages</link>
        <pubDate>Wed, 07 Jan 2026 14:28:51 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>ewa.grzybowska</dc:creator>
        <guid isPermaLink="false">133602@/discussions</guid>
        <description><![CDATA[<p>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+</p><p>"My client at Nordea is using Data Scope Select C# NuGet packages:</p><p>- DataScope.Select.RestApi.Client, Version=15.1.159.0</p><p>- DataScope.Select.Core.RestApi.Common, Version=15.1.159.0</p><p>- And could be we use Refinitiv Financial Api - rfa_win_64 (quite old version) – I am not 100% sure if it’s Refinitiv Financial Api</p><p>Those packages mentioned above are quite old, and they would like to update them to newer versions if possible.</p><p>They use them in applications written in .Net Framework (mostly 4.8, which could be migrated to NET 8)</p><p>Can someone please help as to how they can update those packages? They are concerned about being complaint with all licenses and contracts."</p>]]>
        </description>
    </item>
    <item>
        <title>Unexplained price jump for bond by DSS</title>
        <link>https://community.developers.lseg.com/discussion/133430/unexplained-price-jump-for-bond-by-dss</link>
        <pubDate>Wed, 26 Nov 2025 07:44:24 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>maximilian.syndikus</dc:creator>
        <guid isPermaLink="false">133430@/discussions</guid>
        <description><![CDATA[<p>I am trying to get historical close price timeseries for a bond DE000HLB74U8 via Datascope Select (PriceHistoryExtractionRequest). Full API request below.</p><p>I see end of 2022 a price jump by factor 10:</p><p>{            </p><p>   "IdentifierType": "Isin",            <br />
   "Identifier": "DE000HLB74U8",           <br />
   "Trade Date": "2022-12-27",            <br />
   "Last Trade Price": 92.499,           <br />
  "Universal Close Price": 92.499,            <br />
},<br />
 {           <br />
    "IdentifierType": "Isin",<br />
   "Identifier": "DE000HLB74U8",<br />
    "Trade Date": "2022-12-28",<br />
     "Last Trade Price": 925.144, <br />
    "Universal Close Price": 925.144,   <br />
}</p><p>Is this something I can fix via the API request or is this a data glitch? If so, where do I have to raise this?</p><p>Thank you!</p><p></p><p>API request:</p><p>{  "ExtractionRequest": {    "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",    "ContentFieldNames": [      "Trade Date",      "Last Trade Price",      "Universal Close Price",      "Alternate Close Price"    ],    "IdentifierList": {      "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",        "InstrumentIdentifiers": [        {                    "Identifier": "DE000HLB74U8",                    "IdentifierType": "Isin"                }      ],      "ValidationOptions": { "AllowHistoricalInstruments": <strong>true</strong> },      "UseUserPreferencesForValidationOptions": <strong>false</strong>    },    "Condition": {      "AdjustedPrices": <strong>true</strong>,      "QueryStartDate": "2022-12-20T00:00:00.000Z",      "QueryEndDate": "2023-01-05T00:00:00.000Z"    }  }}<br /></p>]]>
        </description>
    </item>
    <item>
        <title>DSS 401 Forbidden Error</title>
        <link>https://community.developers.lseg.com/discussion/133341/dss-401-forbidden-error</link>
        <pubDate>Mon, 10 Nov 2025 15:56:24 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>darren.rogers</dc:creator>
        <guid isPermaLink="false">133341@/discussions</guid>
        <description><![CDATA[<p>Raising this on behalf of my colleague who is experiencing issues when running a DSS script: </p><p>&gt; dss_auth(user_id = 'XXXXX', password = 'XXXXXX', force = TRUE)</p><p><strong>Error in `httr2::req_perform()`:</strong></p><p>! HTTP 401 Unauthorized.</p><p>I have 'x'd' out the account details. Please can somebody provide some inclination as what this error is signifying? </p>]]>
        </description>
    </item>
    <item>
        <title>Search for RICs by Bloomberg ID/Identifier</title>
        <link>https://community.developers.lseg.com/discussion/10880/search-for-rics-by-bloomberg-id-identifier</link>
        <pubDate>Tue, 17 Jan 2017 09:39:43 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Philipp</dc:creator>
        <guid isPermaLink="false">10880@/discussions</guid>
        <description><![CDATA[<p>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, ...)?</p><p>Thanks in advance!</p>]]>
        </description>
    </item>
    <item>
        <title>How do I convert DSOS SQL Database / DSW query into Python programming query?</title>
        <link>https://community.developers.lseg.com/discussion/132854/how-do-i-convert-dsos-sql-database-dsw-query-into-python-programming-query</link>
        <pubDate>Mon, 18 Aug 2025 10:23:03 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Uttam_Haridas</dc:creator>
        <guid isPermaLink="false">132854@/discussions</guid>
        <description><![CDATA[<p>I want to run Python query in snowflake to access DataScope Warehouse, but I only have DSOS SQLs which Snowflake does support, but I want Python codes to access DSW for my customers. </p><p>Could you assist please? Thank you </p>]]>
        </description>
    </item>
    <item>
        <title>Recent DSS output files are not found in SFTP reports folder.</title>
        <link>https://community.developers.lseg.com/discussion/132830/recent-dss-output-files-are-not-found-in-sftp-reports-folder</link>
        <pubDate>Wed, 13 Aug 2025 01:16:14 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>hiroko.goto</dc:creator>
        <guid isPermaLink="false">132830@/discussions</guid>
        <description><![CDATA[<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/OZ48GJ4YNQDU\/sftp-reports-folder-screenshot-from-the-client.docx&quot;,&quot;name&quot;:&quot;SFTP reports folder screenshot from the client.docx&quot;,&quot;type&quot;:&quot;application\/vnd.openxmlformats-officedocument.wordprocessingml.document&quot;,&quot;size&quot;:60909,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;downloadUrl&quot;:&quot;https:\/\/community.developers.lseg.com\/api\/v2\/media\/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FOZ48GJ4YNQDU%2Fsftp-reports-folder-screenshot-from-the-client.docx&quot;,&quot;mediaID&quot;:26580,&quot;dateInserted&quot;:&quot;2025-08-13T01:15:19+00:00&quot;,&quot;insertUserID&quot;:57538,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;57538&quot;,&quot;embedType&quot;:&quot;file&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <a rel="nofollow" href="https://community.developers.lseg.com/api/v2/media/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FOZ48GJ4YNQDU%2Fsftp-reports-folder-screenshot-from-the-client.docx" download="" aria-label="SFTP reports folder screenshot from the client.docx">
        SFTP reports folder screenshot from the client.docx
    </a>
</div>
<p>The existing DSS user (Narrative Tapestry, DSS ID:<strong>9039653</strong> ) developed their own SFTP system and is currently testing it. They could log in DSS normally and retrieve data from the reports directory, but the files they are expecting are not there. They can only find files some time ago, and recent files are missing according to the user.  Please find attached screenshot from the client and advise what the possible issues would be.  Are there any DSS parts which would cause such issue?  Even this would be a client issue, please also advsie what they can do to solve the issue.</p>]]>
        </description>
    </item>
    <item>
        <title>DSWS in RStudio - 403 error suddenly appearing</title>
        <link>https://community.developers.lseg.com/discussion/132731/dsws-in-rstudio-403-error-suddenly-appearing</link>
        <pubDate>Sun, 27 Jul 2025 06:39:39 +0000</pubDate>
        <category>Datastream</category>
        <dc:creator>Sunil_T</dc:creator>
        <guid isPermaLink="false">132731@/discussions</guid>
        <description><![CDATA[<p>Hi I've used Datastream on excel quite a lot - trying out the API through Rstudio first time. The below code worked perfectly till about a day ago, but has now started generating errors as shown. Pardon the formatting that is messed up on copying code and output below. As you can see the error is appearing on the call to the snapshotRequest.</p><p>I haven't changed anything in the login credentials in the .Renviron file</p><p></p><p>A seperate question - should the username and password in the .Renviron file (DatastreamUsername and DatastearmPassword) be within quotes? (it worked with quotes earlier - now trying both with and without quotes - no luck eitherways)</p><p></p><p></p><pre spellcheck="false" tabindex="0">&gt; library(httr)
&gt; library(devtools)
&gt; library(DatastreamDSWS2R)
&gt; httr::set_config(
                              httr::use_proxy(
                              url = Sys.getenv("proxy_url"),
                              username = Sys.getenv("proxy_user"),
                              password = Sys.getenv("proxy_pass")
                                                       )
                               )
&gt; mydsws &lt;- dsws$new()
&gt; myData &lt;- mydsws$snapshotRequest(instrument = c("U:F","U:BA","U:CAT","U:CVX","U:KO","U:XOM","@INTC" ,"U:JNJ","U:IBM"),
                                  datatype = c("NAME", "EXNAME", "GEOGN", "TR1N","TR2N","TR3N", "TR4N","TR5N"),
                                  requestDate = "0D")

Request failed [403]. Retrying in 1 seconds...
Request failed [403]. Retrying in 2.2 seconds...
Error requesting data.  HTTP message was: Client error : Forbidden : Client error: (403) Forbidden
</pre>]]>
        </description>
    </item>
    <item>
        <title>Client is unable to log into the API using Visual Studio</title>
        <link>https://community.developers.lseg.com/discussion/132647/client-is-unable-to-log-into-the-api-using-visual-studio</link>
        <pubDate>Tue, 15 Jul 2025 22:48:23 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>hariprasad.n</dc:creator>
        <guid isPermaLink="false">132647@/discussions</guid>
        <description><![CDATA[<p><br />
User ID – 9021571<br /></p><span data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/9IIX03XCTMOB\/image.png&quot;,&quot;name&quot;:&quot;image.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:132512,&quot;width&quot;:486,&quot;height&quot;:273,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:26371,&quot;dateInserted&quot;:&quot;2025-07-15T22:46:46+00:00&quot;,&quot;insertUserID&quot;:64634,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;64634&quot;,&quot;embedType&quot;:&quot;image&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <span>
        <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2F9IIX03XCTMOB%2Fimage.png" rel="nofollow noopener ugc" target="_blank">
            <img src="https://us.v-cdn.net/6038239/uploads/9IIX03XCTMOB/image.png" alt="image.png" height="273" width="486" data-display-size="large" data-float="none" data-type="image/png" data-embed-type="image" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6038239/uploads/9IIX03XCTMOB/image.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6038239/uploads/9IIX03XCTMOB/image.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6038239/uploads/9IIX03XCTMOB/image.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6038239/uploads/9IIX03XCTMOB/image.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6038239/uploads/9IIX03XCTMOB/image.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6038239/uploads/9IIX03XCTMOB/image.png 2000w, https://us.v-cdn.net/6038239/uploads/9IIX03XCTMOB/image.png" sizes="100vw" /></a>
    </span>
</span>
<span data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/WKHD3N434BZO\/image.png&quot;,&quot;name&quot;:&quot;image.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:15943,&quot;width&quot;:544,&quot;height&quot;:66,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:26372,&quot;dateInserted&quot;:&quot;2025-07-15T22:46:58+00:00&quot;,&quot;insertUserID&quot;:64634,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;64634&quot;,&quot;embedType&quot;:&quot;image&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <span>
        <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FWKHD3N434BZO%2Fimage.png" rel="nofollow noopener ugc" target="_blank">
            <img src="https://us.v-cdn.net/6038239/uploads/WKHD3N434BZO/image.png" alt="image.png" height="66" width="544" data-display-size="large" data-float="none" data-type="image/png" data-embed-type="image" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6038239/uploads/WKHD3N434BZO/image.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6038239/uploads/WKHD3N434BZO/image.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6038239/uploads/WKHD3N434BZO/image.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6038239/uploads/WKHD3N434BZO/image.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6038239/uploads/WKHD3N434BZO/image.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6038239/uploads/WKHD3N434BZO/image.png 2000w, https://us.v-cdn.net/6038239/uploads/WKHD3N434BZO/image.png" sizes="100vw" /></a>
    </span>
</span>
<span data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/GSLXWEV4L7BA\/image.png&quot;,&quot;name&quot;:&quot;image.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:21550,&quot;width&quot;:550,&quot;height&quot;:67,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:26373,&quot;dateInserted&quot;:&quot;2025-07-15T22:47:07+00:00&quot;,&quot;insertUserID&quot;:64634,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;64634&quot;,&quot;embedType&quot;:&quot;image&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <span>
        <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2FGSLXWEV4L7BA%2Fimage.png" rel="nofollow noopener ugc" target="_blank">
            <img src="https://us.v-cdn.net/6038239/uploads/GSLXWEV4L7BA/image.png" alt="image.png" height="67" width="550" data-display-size="large" data-float="none" data-type="image/png" data-embed-type="image" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6038239/uploads/GSLXWEV4L7BA/image.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6038239/uploads/GSLXWEV4L7BA/image.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6038239/uploads/GSLXWEV4L7BA/image.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6038239/uploads/GSLXWEV4L7BA/image.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6038239/uploads/GSLXWEV4L7BA/image.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6038239/uploads/GSLXWEV4L7BA/image.png 2000w, https://us.v-cdn.net/6038239/uploads/GSLXWEV4L7BA/image.png" sizes="100vw" /></a>
    </span>
</span>
<p>Using latest code under below link </p><p></p><p><span data-embedjson="{&quot;body&quot;:&quot;Download&quot;,&quot;photoUrl&quot;:&quot;https:\/\/developers.lseg.com:443\/content\/dam\/devportal\/site-logo.jpg&quot;,&quot;url&quot;:&quot;https:\/\/community.developers.lseg.com\/home\/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Fdatascope-select%2Fdatascope-select-rest-api%2Fdownload&quot;,&quot;embedType&quot;:&quot;link&quot;,&quot;name&quot;:&quot;Download&quot;,&quot;faviconUrl&quot;:&quot;https:\/\/developers.lseg.com\/content\/dam\/devportal\/icons\/favicon-light-mode.png&quot;,&quot;embedStyle&quot;:&quot;rich_embed_inline&quot;}">
    <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Fdatascope-select%2Fdatascope-select-rest-api%2Fdownload" rel="nofollow noopener ugc">
        https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/download
    </a>
</span>
, but still unable to login, please check and advise.</p>]]>
        </description>
    </item>
    <item>
        <title>I have some C# code that communicated with Datascope and worked as recently as 2023. It doesn&#39;t seem</title>
        <link>https://community.developers.lseg.com/discussion/132649/i-have-some-c-code-that-communicated-with-datascope-and-worked-as-recently-as-2023-it-doesnt-seem</link>
        <pubDate>Wed, 16 Jul 2025 03:30:31 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Shashidhar</dc:creator>
        <guid isPermaLink="false">132649@/discussions</guid>
        <description><![CDATA[<ol><li>client confirmed saying they  already have .NET version 4.8 installed</li></ol><p>2. Client provided the below logs</p><p></p><p>C:\Izzy\DatascopeRestAPI\dss_rest_net_sdk_tutorials_code\Tutorial 2\Learning\restful_api_core_gui_basics\bin\Debug&gt;restful_api_core_gui_basics.exe</p><p> </p><p>Unhandled Exception: DataScope.Select.Api.TransportException: An error occurred while sending the request. ---&gt; System.Net.Http.HttpRequestException: An error occurred while sending the request. ---&gt; System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.</p><p>   at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext&amp; context)</p><p>   at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)</p><p>   --- End of inner exception stack trace ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpClientAdapter.&lt;HandleEventNotifications&gt;d__11.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpClientAdapter.cs:line 117</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpClientCallLogDecorator.&lt;LogCall&gt;d__11.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpClientCallLogDecorator.cs:line 119</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpClientExceptionDecorator.&lt;HandleExceptions&gt;d__11.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpClientExceptionDecorator.cs:line 171</p><p>   --- End of inner exception stack trace ---</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpClientExceptionDecorator.&lt;HandleExceptions&gt;d__11.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpClientExceptionDecorator.cs:line 181</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpClientExceptionDecorator.&lt;HandleExceptions&gt;d__11.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpClientExceptionDecorator.cs:line 202</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.Http.HttpAsyncJobStrategy.&lt;InvokeAsync&gt;d__0.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\Http\HttpAsyncJobStrategy.cs:line 37</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.HttpODataClient.&lt;InternalExecuteAsync&gt;d__87.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\HttpODataClient.cs:line 556</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.HttpOData.HttpODataClient.&lt;ExecuteAsync&gt;d__7d`1.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\HttpOData\HttpODataClient.cs:line 527</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.OperationsBaseForHttpODataClient.&lt;CallOnHttpODataClient&gt;d__10b`1.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\OperationsBaseForHttpODataClient.cs:line 0</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.Helper.&lt;ReAuthenticateIfNecessaryAsync&gt;d__6`1.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\Helper.cs:line 0</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Api.Core.OperationsBaseForHttpODataClient.&lt;ExecuteAsync&gt;d__a0`1.MoveNext() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\OperationsBaseForHttpODataClient.cs:line 0</p><p>--- End of stack trace from previous location where exception was thrown ---</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)</p><p>   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)</p><p>   at DataScope.Select.Core.RestApi.Threading.Tasks.AsyncHelper.RunSync[TResult](Func`1 func) in d:\BuildAgent\work\b004378e131924fe\src\Core\Threading\Tasks\AsyncHelper.cs:line 25</p><p>   at DataScope.Select.Api.Core.OperationsBase.InvokeSynchronously[T](Func`1 action) in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\OperationsBase.cs:line 405</p><p>   at DataScope.Select.Api.Core.OperationsBase.Execute[T](DssDataServiceContext context, Uri uri, String httpMethod, Boolean isSingle, OperationParameter[] parameters, String queryOptions) in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\OperationsBase.cs:line 246</p><p>   at DataScope.Select.Api.DssDataServiceContext.&lt;&gt;c__DisplayClass12`1.&lt;Execute&gt;b__11() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\DssDataServiceContext.cs:line 313</p><p>   at DataScope.Select.Api.Core.Helper.ReAuthenticateIfNecessary[T](IDssDataServiceContext context, Func`1 method) in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\Helper.cs:line 44</p><p>   at DataScope.Select.Api.DssDataServiceContext.Execute[TElement](Uri requestUri, String httpMethod, Boolean singleResult, OperationParameter[] operationParameters, String queryOptions) in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\DssDataServiceContext.cs:line 311</p><p>   at DataScope.Select.Api.Authentication.AuthenticationContext.RequestToken(Credentials credentials) in d:\BuildAgent\work\b004378e131924fe\src\Api\RestApi.v2.Client\AuthenticationClientApi.generated.cs:line 129</p><p>   at DataScope.Select.Api.DssDataServiceContext.Authenticate(Uri serviceRoot, NetworkCredential networkCredential) in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\DssDataServiceContext.cs:line 168</p><p>   at DataScope.Select.Api.DssDataServiceContext.get_SessionToken() in d:\BuildAgent\work\b004378e131924fe\src\ServiceLayer\ServiceLayer.Client\Core\DssDataServiceContext.cs:line 135</p><p>   at DssRestfulApiTutorials.DssClient.get_SessionToken() in C:\Izzy\DatascopeRestAPI\dss_rest_net_sdk_tutorials_code\Tutorial 2\Learning\restful_api_core_gui_basics\DssClient.cs:line 35</p><p>   at DssRestfulApiTutorials.Program.Main() in C:\Izzy\DatascopeRestAPI\dss_rest_net_sdk_tutorials_code\Tutorial 2\Learning\restful_api_core_gui_basics\Program.cs:line 47</p><p> </p><p>C:\Izzy\DatascopeRestAPI\dss_rest_net_sdk_tutorials_code\Tutorial 2\Learning\restful_api_core_gui_basics\bin\Debug&gt;</p><p></p><p>3) We recommeded the client refer to the link below to download the latest version of the C# code. Kindly review the latest dss_rest_net_desk_tutorials_code under the following reference:</p><p>DSS C# Example Application</p><p>.Net SDK Tutorials Code</p><p><span data-embedjson="{&quot;body&quot;:&quot;Download&quot;,&quot;photoUrl&quot;:&quot;https:\/\/developers.lseg.com:443\/content\/dam\/devportal\/site-logo.jpg&quot;,&quot;url&quot;:&quot;https:\/\/community.developers.lseg.com\/home\/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Fdatascope-select%2Fdatascope-select-rest-api%2Fdownload&quot;,&quot;embedType&quot;:&quot;link&quot;,&quot;name&quot;:&quot;Download&quot;,&quot;faviconUrl&quot;:&quot;https:\/\/developers.lseg.com\/content\/dam\/devportal\/icons\/favicon-light-mode.png&quot;,&quot;embedStyle&quot;:&quot;rich_embed_inline&quot;}">
    <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Fapi-catalog%2Fdatascope-select%2Fdatascope-select-rest-api%2Fdownload" rel="nofollow noopener ugc">
        https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/download
    </a>
</span>
</p><p></p><p>4)   Client confirms as below :</p><p></p><p>I have a standard Microsoft Windows 11 Pro.</p><p>There are no missing dependencies as the software compiled fine.</p><p>I have the standard Windows Security and did try it with and without the firewall.</p><p>I’ve also tried this on two other computers that we have.</p><p> </p><p>So, I’m really not sure how to proceed.</p><p>Just to be on the safe side, I did ask if we can test with another temporary DSS UserId. But you told me that this was unnecessary.</p><p> </p><p>From the error log for DSS_REST_NET_SDK_TUTORIALS (Tutorial 2) I see that the code collapses right here.</p><p>It can not login and establish a session token.</p><p>Can you please give some specific recommendations about how to continue ?</p>]]>
        </description>
    </item>
    <item>
        <title>How to correctly convert currency in PriceHistoryExtractionRequest</title>
        <link>https://community.developers.lseg.com/discussion/132463/how-to-correctly-convert-currency-in-pricehistoryextractionrequest</link>
        <pubDate>Wed, 18 Jun 2025 14:47:18 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>maximilian.syndikus</dc:creator>
        <guid isPermaLink="false">132463@/discussions</guid>
        <description><![CDATA[<p>Hi,</p><p>I need to programmatically convert historical EOD prices for ISINs over a certain time horizon to EUR. </p><p>I struggle to correctly apply the conversion when the prices are stated in a minor currency such as GBp.</p><p>Example: I want to convert the EOD prices of ISIN "GB0008706128" (Lloyds Bank) - which is <br />
denominated in GBp - from 2025-06-16 to 2025-06-17 to EUR. I follow these steps:<br /></p><p><em>Getting the EOD price timeseries</em><br />
a) I get all the price history using a ExtractWithNotes request of type PriceHistoryExtractionRequest</p><p><strong>Request</strong></p><p><code spellcheck="false" tabindex="0">{    "ExtractionRequest": {        "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",        "ContentFieldNames": [            "ISIN",            "RIC",            "Trade Date",            "Universal Close Price",            "Currency Code"        ],        "IdentifierList": {            "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",            "InstrumentIdentifiers": [                {                    "Identifier": "GB0008706128",                    "IdentifierType": "Isin"                },                {                    "Identifier": "GBPEUR=R",                    "IdentifierType": "Ric"                }            ],            "ValidationOptions": </code><code spellcheck="false" tabindex="0"><strong>null</strong></code><code spellcheck="false" tabindex="0">,            "UseUserPreferencesForValidationOptions": </code><code spellcheck="false" tabindex="0"><strong>false</strong></code><code spellcheck="false" tabindex="0">        },        "Condition": {            "QueryStartDate": "2025-06-16",            "QueryEndDate": "2025-06-17",            "AdjustedPrices": </code><code spellcheck="false" tabindex="0"><strong>true</strong></code><code spellcheck="false" tabindex="0">        }    }}</code></p><p><strong>Response</strong></p><p><code spellcheck="false" tabindex="0">{            "IdentifierType": "Isin",            "Identifier": "GB0008706128",            "ISIN": "GB0008706128",            "RIC": "LLOY.L",            "Trade Date": "2025-06-17",            "Universal Close Price": 75.74,          </code><code spellcheck="false" tabindex="0"><strong>  "Currency Code": "GBp"</strong></code><code spellcheck="false" tabindex="0">        }</code></p><p>As you can see the prices are stated in minor currency GBp (pence). So far so good. However before I can apply FX conversion based on the GBPEUR rate I need to convert the minor currency prices to major currency, i.e. I need a currency scaling factor.</p><p><br /><br /><em>Getting the Currency Scaling Factor</em><br />
b) Before getting the FX close prices for the ric "GBPEUR=R" I need to get a scaling factor for the prices above to convert from minor to major currency and only then apply the FX rate. For this I send an ExtractWithNotes request of type CompositeExtractionRequest</p><p><strong>Request</strong></p><p><code spellcheck="false" tabindex="0">{    "ExtractionRequest": {        "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",        "ContentFieldNames": [            "Currency Code",            "Currency Code Description",            "Currency Code Scaled",            </code><code spellcheck="false" tabindex="0"><strong>"Currency Code Scaled Factor"</strong></code><code spellcheck="false" tabindex="0">,            "Currency Code Scaled Description"        ],        "IdentifierList": {            "@odata .type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",            "InstrumentIdentifiers": [                {                    "Identifier": "GB0008706128",                    "IdentifierType": "Isin"                }            ],            "ValidationOptions": </code><code spellcheck="false" tabindex="0"><strong>null</strong></code><code spellcheck="false" tabindex="0">,            "UseUserPreferencesForValidationOptions": </code><code spellcheck="false" tabindex="0"><strong>false</strong></code><code spellcheck="false" tabindex="0">        },        "Condition": </code><code spellcheck="false" tabindex="0"><strong>null</strong></code><code spellcheck="false" tabindex="0">    }}</code></p><p>And indeed the response carries the right conversion factor to convert from GBp to GBP</p><p><code spellcheck="false" tabindex="0">        {            "IdentifierType": "Isin",            "Identifier": "GB0008706128",            "Currency Code": "GBp",            "Currency Code Description": "British Penny",            "Currency Code Scaled": "GBp",            </code><code spellcheck="false" tabindex="0"><strong>"Currency Code Scaled Factor": 100, </strong></code><code spellcheck="false" tabindex="0">           "Currency Code Scaled Description": "British Penny"        }</code></p><p>However this currency code scaled factor is only set (correctly) when I set the "ScalableCurrency" to false in the request conditions (or set the entire Conditions object to null as in the request above).</p><p>The problem is that when omitting the "ScalableCurrency" condition in the composite extraction request, the currency codes only show the minor currency. And if I set the "ScalableCurrency" condition then the major currency is shown under "Currency Code Scaled" but the "Currency Code Scaled Factor" is just 1. </p><p><code spellcheck="false" tabindex="0">"Currency Code": "GBp",            "Currency Code Description": "British Penny",            "Currency Code Scaled": "GBP",            </code><code spellcheck="false" tabindex="0"><strong>"Currency Code Scaled Factor": 1,</strong></code><code spellcheck="false" tabindex="0">            "Currency Code Scaled Description": "British Pound",</code></p><p>So in order to get the major currency which I need to do the FX conversion to EUR later and to get the currency scaling factor from minor to major currencies I have to send two requests (one with the "ScalableCurrency" condition set and one without)</p><p>Is there a way to avoid having to send two requests?</p>]]>
        </description>
    </item>
    <item>
        <title>Are contract rics unique?</title>
        <link>https://community.developers.lseg.com/discussion/132269/are-contract-rics-unique</link>
        <pubDate>Fri, 23 May 2025 01:18:42 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Max</dc:creator>
        <guid isPermaLink="false">132269@/discussions</guid>
        <description><![CDATA[<p>I expected that rics representing option contracts on futures or indices would be unique. However I found an example "TY131Y5Z" of a contract ric that represents an option on both 3TYZ1 and 3TYH2.</p><p>My question is: is there a cutoff date after which I can expect contract rics to be unique? </p>]]>
        </description>
    </item>
    <item>
        <title>What is Refinitiv&#39;s DSS data and is tick size available in it</title>
        <link>https://community.developers.lseg.com/discussion/132160/what-is-refinitivs-dss-data-and-is-tick-size-available-in-it</link>
        <pubDate>Thu, 08 May 2025 07:36:45 +0000</pubDate>
        <category>RFA</category>
        <dc:creator>ptanpur</dc:creator>
        <guid isPermaLink="false">132160@/discussions</guid>
        <description><![CDATA[<p>Hi Team,</p><p>RFA API version 8.2 to consume market data and I want to check about the 2 things</p><ol><li>What is Refinitiv's DSS data?</li><li>Is tick size available in Refinitiv's DSS data?</li></ol><p>Thank you in advance</p>]]>
        </description>
    </item>
    <item>
        <title>deleting pending requests.</title>
        <link>https://community.developers.lseg.com/discussion/132065/deleting-pending-requests</link>
        <pubDate>Tue, 22 Apr 2025 16:06:44 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>MoisesGomez27</dc:creator>
        <guid isPermaLink="false">132065@/discussions</guid>
        <description><![CDATA[<p>I see some pending extraction requests i'd like to delete but could not find anything in the API docs related to deleting pending requests.</p><pre spellcheck="false" tabindex="0">[{'JobId': '0x095ae227ca7b01ca',
</pre><pre spellcheck="false" tabindex="0">  'UserId': 9023248,
</pre><pre spellcheck="false" tabindex="0">  'Status': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'StatusMessage': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'Description': 'HistoricalReferenceReportTemplate Extraction',
</pre><pre spellcheck="false" tabindex="0">  'CreateDate': '2025-04-15T15:32:30.370Z',
</pre><pre spellcheck="false" tabindex="0">  'StartedDate': '2025-04-15T15:32:30.370Z',
</pre><pre spellcheck="false" tabindex="0">  'MonitorUrl': "https://selectapi.datascope.refinitiv.com/restapi/v1/Extractions/ExtractRawResult(ExtractionId='0x095ae227ca7b01ca')"},
</pre><pre spellcheck="false" tabindex="0"> {'JobId': '0x095ad2075abb014a',
</pre><pre spellcheck="false" tabindex="0">  'UserId': 9023248,
</pre><pre spellcheck="false" tabindex="0">  'Status': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'StatusMessage': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'Description': 'HistoricalReferenceReportTemplate Extraction',
</pre><pre spellcheck="false" tabindex="0">  'CreateDate': '2025-04-15T15:28:11.523Z',
</pre><pre spellcheck="false" tabindex="0">  'StartedDate': '2025-04-15T15:28:11.523Z',
</pre><pre spellcheck="false" tabindex="0">  'MonitorUrl': "https://selectapi.datascope.refinitiv.com/restapi/v1/Extractions/ExtractRawResult(ExtractionId='0x095ad2075abb014a')"},
</pre><pre spellcheck="false" tabindex="0"> {'JobId': '0x095ad245aaeb018e',
</pre><pre spellcheck="false" tabindex="0">  'UserId': 9023248,
</pre><pre spellcheck="false" tabindex="0">  'Status': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'StatusMessage': 'InProgress',
</pre><pre spellcheck="false" tabindex="0">  'Description': 'HistoricalReferenceReportTemplate Extraction',
</pre><pre spellcheck="false" tabindex="0">  'CreateDate': '2025-04-15T15:26:48.503Z',
</pre><pre spellcheck="false" tabindex="0">  'StartedDate': '2025-04-15T15:26:48.503Z',
</pre><pre spellcheck="false" tabindex="0">  'MonitorUrl': "https://selectapi.datascope.refinitiv.com/restapi/v1/Extractions/ExtractRawResult(ExtractionId='0x095ad245aaeb018e')"}]
</pre><pre spellcheck="false" tabindex="0"> 
</pre><pre spellcheck="false" tabindex="0">How can I delete these via API? Can you provide a sample post/delete URL?
</pre>]]>
        </description>
    </item>
    <item>
        <title>Query About DSS API</title>
        <link>https://community.developers.lseg.com/discussion/132056/query-about-dss-api</link>
        <pubDate>Mon, 21 Apr 2025 15:19:27 +0000</pubDate>
        <category>Tick History</category>
        <dc:creator>MoisesGomez27</dc:creator>
        <guid isPermaLink="false">132056@/discussions</guid>
        <description><![CDATA[<p></p><p>I'm working to query RICs using the DSS HistoricalCriteriaSearch API. I see that the responses are limited to 30k records max. Is there a way to paginate the query?</p><p><span data-embedjson="{&quot;body&quot;:&quot;&quot;,&quot;url&quot;:&quot;https:\/\/community.developers.lseg.com\/home\/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fselectapi.datascope.refinitiv.com%2FRestApi.Help%2FContext%2FOperation%3Fctx%3DSearch%26opn%3DHistoricalCriteriaSearch&quot;,&quot;embedType&quot;:&quot;link&quot;,&quot;name&quot;:&quot;REST API Reference Login - REST API Documentation&quot;,&quot;faviconUrl&quot;:&quot;https:\/\/selectapi.datascope.refinitiv.com\/RestApi.Help\/content\/images\/favicon.png?ctx=Search&amp;opn=HistoricalCriteriaSearch&quot;,&quot;embedStyle&quot;:&quot;rich_embed_inline&quot;}">
    <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fselectapi.datascope.refinitiv.com%2FRestApi.Help%2FContext%2FOperation%3Fctx%3DSearch%26opn%3DHistoricalCriteriaSearch" rel="nofollow noopener ugc">
        https://selectapi.datascope.refinitiv.com/RestApi.Help/Context/Operation?ctx=Search&amp;opn=HistoricalCriteriaSearch
    </a>
</span>
</p><p>also, could you provide an example of a regular expression that is supported by the RicPattern field in HistoricalCriteriaSearch? I've been experiencing a high number of timed-out requests, even when using a simple regex like `^.*X$`. It is not explicitly mentioned in the docs, but could you confirm if this regex is case sensitive?</p>]]>
        </description>
    </item>
    <item>
        <title>PYTHON API Extraction Not Yielding Results</title>
        <link>https://community.developers.lseg.com/discussion/131837/python-api-extraction-not-yielding-results</link>
        <pubDate>Wed, 19 Mar 2025 22:59:14 +0000</pubDate>
        <category>Tick History</category>
        <dc:creator>SamGarcia</dc:creator>
        <guid isPermaLink="false">131837@/discussions</guid>
        <description><![CDATA[<p>Hi Team,</p><p>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:</p><p></p><p>Code:</p><pre spellcheck="false" tabindex="0">def ExtractRaw(token, json_payload):
    try:
        outputfilepath = str(_outputFilePath + _outputFileName + str(os.getpid()) + '.csv.gz')
        if os.path.exists(outputfilepath):
            print(f"File {outputfilepath} already exists. Loading data from local file.")
            df = pd.read_csv(outputfilepath, compression='gzip')
        else:   
          _extractRawURL="<a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fselectapi.datascope.refinitiv.com%2FRestApi%2Fv1%2FExtractions%2FExtractRaw" rel="noopener noreferrer ugc nofollow">https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw</a>"
          _header={}
          _header['Prefer']='respond-async'
          _header['Content-Type']='application/json; odata.metadata=minimal'
          _header['Accept-Charset']='UTF-8'
          _header['Authorization']='Token'+token
 
          resp=post(_extractRawURL,data=None,json=json_payload,headers=_header)
 
          if resp.status_code!=200:
              if resp.status_code!=202:
                  message="Error: Status Code:"+str(resp.status_code)+" Message:"+resp.text
                  raise Exception(message)
 
              _location=resp.headers['Location']
              print("Get Status from "+str(_location))
              _jobID=""
 
              while True:
                  resp=get(_location,headers=_header)
                  _pollstatus = int(resp.status_code)
 
                  if _pollstatus==200:
                      break
                  else:
                      print("Status:"+str(resp.headers['Status']))
                  sleep(_retryInterval) #wait for _retyInterval period and re-request the status to check if it already completed
 
          json_resp = loads(resp.text)
          _jobID = json_resp.get('JobId')
 
          _getResultURL = str("<a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fselectapi.datascope.refinitiv.com%2FRestApi%2Fv1%2FExtractions%2FRawExtractionResults%28" target="_blank" rel="nofollow noopener ugc">https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/RawExtractionResults(/</a>'" + _jobID + "\')/$value")
          print("Retrieve result from "+_getResultURL)
          resp=get(_getResultURL,headers=_header,stream=True)
          response_content = resp.content  # This retrieves the response content as bytes
          response_size = len(response_content)  # Calculate the size in bytes
          print(f"Size of response: {response_size} bytes")
</pre><span data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/68P8HGAZ56NO\/screenshot-2025-03-20-073955.png&quot;,&quot;name&quot;:&quot;Screenshot 2025-03-20 073955.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:79179,&quot;width&quot;:1181,&quot;height&quot;:803,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;mediaID&quot;:25200,&quot;dateInserted&quot;:&quot;2025-03-19T23:40:26+00:00&quot;,&quot;insertUserID&quot;:68604,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;68604&quot;,&quot;embedType&quot;:&quot;image&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <span>
        <a href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2F68P8HGAZ56NO%2Fscreenshot-2025-03-20-073955.png" rel="nofollow noopener ugc" target="_blank">
            <img src="https://us.v-cdn.net/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png" alt="Screenshot 2025-03-20 073955.png" height="803" width="1181" data-display-size="large" data-float="none" data-type="image/png" data-embed-type="image" srcset="https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=300, width=300/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 300w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=600, width=600/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=800, width=800/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 800w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1200, width=1200/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 1200w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=1600, width=1600/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 1600w, https://us.v-cdn.net/cdn-cgi/image/quality=80, format=auto, fit=scale-down, height=2000, width=2000/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png 2000w, https://us.v-cdn.net/6038239/uploads/68P8HGAZ56NO/screenshot-2025-03-20-073955.png" sizes="100vw" /></a>
    </span>
</span>
]]>
        </description>
    </item>
    <item>
        <title>How to get Futures OHLCV from DataScope Select Rest API in Python3?</title>
        <link>https://community.developers.lseg.com/discussion/59156/how-to-get-futures-ohlcv-from-datascope-select-rest-api-in-python3</link>
        <pubDate>Fri, 01 May 2020 04:42:14 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Hir0fumi</dc:creator>
        <guid isPermaLink="false">59156@/discussions</guid>
        <description><![CDATA[<p>I would like to get the following RIC OHLCV using DataScope Select's Rest API in Python3. Could you provide sample code?</p><p>RIC : .SPX<br />DSP : S&amp;P 500 Index - CBOE</p>]]>
        </description>
    </item>
    <item>
        <title>How could I retrieve all exchanges of equites by tick history RESTful API?</title>
        <link>https://community.developers.lseg.com/discussion/131623/how-could-i-retrieve-all-exchanges-of-equites-by-tick-history-restful-api</link>
        <pubDate>Thu, 20 Feb 2025 12:10:54 +0000</pubDate>
        <category>Tick History</category>
        <dc:creator>eric.zhang</dc:creator>
        <guid isPermaLink="false">131623@/discussions</guid>
        <description><![CDATA[<p>I can get the coverage matrix from the Tick History document. But could I get the information via Tick History RESTFul API?</p>]]>
        </description>
    </item>
    <item>
        <title>Hi Dev, Please assist us regarding the below C# related question? Thanks in advance.</title>
        <link>https://community.developers.lseg.com/discussion/131546/hi-dev-please-assist-us-regarding-the-below-c-related-question-thanks-in-advance</link>
        <pubDate>Tue, 11 Feb 2025 00:26:27 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Sharath_100</dc:creator>
        <guid isPermaLink="false">131546@/discussions</guid>
        <description><![CDATA[<p>I have trouble with a program that use to work and get now an error "an error occurred while sending the request" after 22 minutes after asking for 500 isin.</p><p></p><p>var extractionRequest = new BondScheduleExtractionRequest //type of request on reuters API</p><p></p><p>{</p><p></p><p>IdentifierList = collec,</p><p></p><p>//ContentFieldNames = new[] { "ISIN"</p><p></p><p>// ,"Coupon Formula", "Coupon Payment Frequency Code", "Coupon Reset Frequency Code Description"</p><p></p><p>// ,"Day Count Code Description", "Interest Effective Date", "Interest Payment Adjusted Flag"</p><p></p><p>//},</p><p></p><p>ContentFieldNames = new[] { "ISIN","Accrual Coupon","Compounding Period Code","Compounding Period Description","Coupon Calculation Method Code","Coupon Calculation Method Description",</p><p></p><p>"Coupon Cap Rate","Coupon Class Code","Coupon Class Code Description","Coupon Floor Rate","Coupon Formula","Coupon Payment Frequency Code","Coupon Payment Frequency Code Description",</p><p></p><p>"Coupon Payment Holiday Convention Code","Coupon Payment Holiday Convention Code Description","Coupon Rate","Coupon Rate Effective Date","Coupon Rate Non Annual",</p><p></p><p>"Coupon Reset Frequency Code","Coupon Reset Frequency Code Description","Coupon Unadjusted Reset Date","Day Count Code","Day Count Code Description",</p><p></p><p>"Fallback Availability Flag","Float Index Type","Float Multiplier","Float Offset","Index Transitioned Flag","Interest Effective Date",</p><p></p><p>"Interest Payment Adjusted Flag","Interest Rate Code","Interest Rate Description","Interest Start Date","Interest Type Leg Number",</p><p></p><p>"Maturity Interest Lockout Number of Days","MIC","Pay Day Count Flag","Reset Index Rate Effective Date","Reset Interest Rate",</p><p></p><p>"Reset Interest Rate Date","Resettable Flag","Schedule Type","Schedule Type Description"</p><p></p><p>},</p><p></p><p>Condition = new BondScheduleCondition</p><p></p><p>{</p><p></p><p>//IssuerAssetClassType = IssuerAssetClassType.AllSupportedAssets,</p><p></p><p>//ExcludeWarrants = false</p><p></p><p>BondScheduleTypeCodes = new[] {"COUP"}</p><p></p><p>}</p><p></p><p></p><p>};</p>]]>
        </description>
    </item>
    <item>
        <title>DSS.Api.Examples.exe application file gives error</title>
        <link>https://community.developers.lseg.com/discussion/131231/dss-api-examples-exe-application-file-gives-error</link>
        <pubDate>Fri, 06 Dec 2024 13:22:17 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>Uttam.Haridas</dc:creator>
        <guid isPermaLink="false">131231@/discussions</guid>
        <description><![CDATA[<div data-embedjson="{&quot;url&quot;:&quot;https:\/\/us.v-cdn.net\/6038239\/uploads\/75T9SCRY03DQ\/dss-api-example-application-error.png&quot;,&quot;name&quot;:&quot;DSS API Example Application Error.png&quot;,&quot;type&quot;:&quot;image\/png&quot;,&quot;size&quot;:153069,&quot;width&quot;:1919,&quot;height&quot;:1034,&quot;displaySize&quot;:&quot;large&quot;,&quot;float&quot;:&quot;none&quot;,&quot;downloadUrl&quot;:&quot;https:\/\/community.developers.lseg.com\/api\/v2\/media\/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2F75T9SCRY03DQ%2Fdss-api-example-application-error.png&quot;,&quot;mediaID&quot;:23553,&quot;dateInserted&quot;:&quot;2024-12-06T13:19:49+00:00&quot;,&quot;insertUserID&quot;:6367,&quot;foreignType&quot;:&quot;embed&quot;,&quot;foreignID&quot;:&quot;6367&quot;,&quot;embedType&quot;:&quot;file&quot;,&quot;embedStyle&quot;:&quot;rich_embed_card&quot;}">
    <a rel="nofollow" href="https://community.developers.lseg.com/api/v2/media/download-by-url?url=https%3A%2F%2Fus.v-cdn.net%2F6038239%2Fuploads%2F75T9SCRY03DQ%2Fdss-api-example-application-error.png" download="" aria-label="DSS API Example Application Error.png">
        DSS API Example Application Error.png
    </a>
</div>
<p>Hi team,</p><p>How do I fix the attached error I am facing with the Example application? </p>]]>
        </description>
    </item>
    <item>
        <title>SSLError(SSLEOFError(8, &#39;EOF occurred in violation of protocol (_ssl.c:1091)&#39;)))</title>
        <link>https://community.developers.lseg.com/discussion/131105/sslerror-ssleoferror-8-eof-occurred-in-violation-of-protocol-ssl-c-1091</link>
        <pubDate>Mon, 18 Nov 2024 17:16:35 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>trisha.gehlot</dc:creator>
        <guid isPermaLink="false">131105@/discussions</guid>
        <description><![CDATA[<p>Hello Team,</p><p>Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch"</p><p> <code spellcheck="false" tabindex="0"><strong>SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))</strong></code></p><p>Also following this error got one more error - </p><pre spellcheck="false" tabindex="0"><strong>DataScope Authentication failed with response code : 429</strong>
</pre><p>And this error happened after certain instrumenets were already processed.</p><p>Could you please guide and help on this asap??</p><p></p><p>Thank you,</p><p>Trisha Gehlot</p>]]>
        </description>
    </item>
    <item>
        <title>Authentication Token related queries</title>
        <link>https://community.developers.lseg.com/discussion/122418/authentication-token-related-queries</link>
        <pubDate>Wed, 23 Oct 2024 09:16:23 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>trisha.gehlot</dc:creator>
        <guid isPermaLink="false">122418@/discussions</guid>
        <description><![CDATA[<p>Hello Team,</p><p>I have multiple questions regarding Authentication Token part. Please find them below:<br />1. How we validate that the current/previously requested token is yet valid or not</p><p>2. What is the limit of authentication token per day and per minute.</p><p>3. Could you please give example of how we can limit authentication token request to not exceed.</p><p>Thank you,</p><p>Trisha Gehlot</p>]]>
        </description>
    </item>
    <item>
        <title>DSS API Error 429</title>
        <link>https://community.developers.lseg.com/discussion/122271/dss-api-error-429</link>
        <pubDate>Thu, 17 Oct 2024 09:25:50 +0000</pubDate>
        <category>DSS</category>
        <dc:creator>rishabh.nahata</dc:creator>
        <guid isPermaLink="false">122271@/discussions</guid>
        <description><![CDATA[<p>Reviewing our logs we can see that in the last 10 days we have started to get 429s back for hitting a rate limit, which I can’t see that we’ve experienced before.<br />Nothing in our request approach has changed, we submit approx. 10,000 instruments each day in asynchronous batches of 100, which generally takes around 1 min – which would I guess put us well under the formal rate limit (200) but above the advised top end (60)?<br /><br />Our re-try approach – which is configurable – is a 5 re-try but with a geometric sequence ^2 so should provide breathing space<br /><br />What seems to be happening recently is we are getting a max tries and timing out.<br /><br />Are you able to review our usage and advise what we are breaching on your side, or if you are having recent performance issues? We have plenty of options on our side to remediate, although our time window is very small.<br /><br />This is the endpoint we call just after 22.30 UK Time each night M-F:<br /><a rel="noopener noopener noreferrer nofollow" href="https://community.developers.lseg.com/home/leaving?allowTrusted=1&amp;target=https%3A%2F%2Fselectapi.datascope.refinitiv.com%2FRestApi%2Fv1%2FExtractions%2FExtractWithNotes">https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes</a><br />"<a href="https://community.developers.lseg.com/profile/odata" rel="nofollow">@odata</a>.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest",</p>]]>
        </description>
    </item>
   </channel>
</rss>
