-
Commodities Screener in DataScope Select
Hello, Can you please share a sample code on how we can pull Commodities in the API, replicating how a Commodities Screener will do in the GUI?
-
Automate Token generation in DataScope Select
Hi All, Need your advice on process of automating DSS Token generation. As token is valid for 24 hours only, new token should be manually generted. Please advice if there is a way to automate Token Generation. When checking I found the below (err, res) => { // Set BEARERTOKEN pm.globals.set("BEARERTOKEN",…
-
Unable to get token - DSS API Python
Hello, I am getting following error while trying to request token: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='hosted.datascopeapi.reuters.com', port=443): Max retries exceeded with url: /RestApi/v1/Authentication/RequestToken (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at…
-
DSS API using Python
Hello, Please can someone help with the following: 1. Is there a python based DSS API guide available? 2. Sample Python Code in DSS API to extract following RICs "CFI2Z5","CFI2Z6","CFI2Z7","CFI2Z8","CFI2Z9" OR a Sample code to extract any other RIC Thanks
-
Can we pass multiple RIC roots while searching for Futures and Commodity Search.
For searching RIC codes using KeywordQuery, @{ "SearchRequest": { "KeywordQuery": "PROCNWEM","ExpirationDate": { "@odata.type": "#DataScope.Select.Api.Search.DateValueComparison","ComparisonOperator": "LessThanEquals","Value": "2026-12-31T12:00:00.000" },"PreferredIdentifierType": "Ric","AssetStatus": "Active" } } this…
-
CME FX Options Strike Price Multiplier
We are using the FuturesAndOptionsSearch to match instruments we get form a client to that of the Refinitiv symbol. We have an issue with some of the CME FX Options for the following RicRoots EUU,GBU,JPU,CAU. We know that Refinitiv apply a Strike Price Multiplier to these instruments and this information can be gathered…
-
Why is there no pricing data for this curve?
"IdentifierType": "Ric", "Identifier": "GASRBO=ARG", "Currency Code": "USc", "Exchange Code": "ARG", "Contract Month and Year": null, "Contract Period": null, "High Price": null, "Instrument ID": "GASRBO=ARG", "Low Price": null, "Mid Price": null, "Official Close Price": null, "Settlement Price": null, "Strike Price":…
-
=FINR Not being Returned
On DSS when I search for RIC for the ISIN US207932AB01 it retunes the two instruments below, both instruments have the same ISIN but different identifiers. When I try and run a historical request via the DSS REST API using the ISIN 'US207932AB01' it only returns the instrument on the EJV source and not both, which I…
-
POST /session Token 500 Internal Server Error
python, windows, rest api How do I bypass this error?
-
DSS - Today's Intraday Trades
Hello, Is there a sample on how to get All Intraday Trades for an RIC for running session ( same day )? Tried RTH TickHistoryTimeAndSalesExtractionRequest but it doesn't retrieve the same day trades, only past intraday data. Example of required columns, Regards, Amr Mahdy.