-
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.
-
DSS Composite extraction request returns null field values for ISIN
Hallo All, I am trying to fetch Composite extraction request data from Data Scope Select using Python. For some ISIN list i get the "Average Volume - 30 Days", "Average Volume - 90 Days" values. But for many other ISIN's, i did not get any values for "Average Volume - 30 Days", "Average Volume - 90 Days" and for those ISIN…
-
CLPNDIRS=TWEB showing Valid
As per DN204841, the chain CLPNDIRS=TWEB is replaced with CLPNDIRS=TWEB. However on running an API query below the old discontinued Tradeweb RIC chains are still tagged as “active” in Refinitiv’s back-end. See Status as Valid E.g. CLPIRS=TWEB RIC chain requested with a datetime range of [2023-01-16T00:00:00.000;…
-
DSS - Historical close prices are null for german bund ISIN
When I issue the following request for historical prices of DE0001135424 to Datascope Select, I get only "null" prices: POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes Body: { "ExtractionRequest": { "@odata.type":…
-
Getting inconsistent results in DSS API data vs web
I am getting inconsistent result from the DSS web vs in DSS Eikon python API in Windows 11. BOS ChainsRic returns prices in DSS site but getting error message in API ( Invalid Identifier Type: ChainRic, Identifier: 0#B0S: ) Much apprecaited if anyone offer help.
-
Currency not populated (set to null)
I tried to send in the folllowing request to DSS end point. { "ExtractionRequest": { "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest", "ContentFieldNames": [ "Trade Date", "Universal Close Price", "Currency Code", "Mid Dirty Price", "Modified Duration",…