For a deeper look into our DataScope Select SOAP API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 0 1

Problems extracting NG-W-HH-SNL via .NET

Using the standard "on-demand intraday extraction" .NET c# code, replacing the IBM.N with NG-W-HH-SNL gives results void of any market data- it appears only the Ric field is returned. Via the datascope web gui, this symbol can't be found in search and can only be imported from an instrument list csv. Is there any way to get data points for this from the .NET service?

dss-rest-apidatascope-selectdssc#
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
116 1 0 2

This most likely has to do with accounts preference settings. In particular, the "Allow Impor of Open Access Instruments...". You can override the account default preference settings by supplying "ValidationOptions". Here is an example:

"IdentifierList": {

"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",

"InstrumentIdentifiers": [{

"Identifier": "NG-W-HH-SNL",

"IdentifierType": "Ric"

}],

"ValidationOptions": {

"AllowOpenAccessInstruments": true,

"AllowHistoricalInstruments": false,

"ExcludeFinrAsPricingSourceForBonds": false,

"UseExchangeCodeInsteadOfLipper": false,

"UseUsQuoteInsteadOfCanadian": false,

"UseConsolidatedQuoteSourceForUsa": false,

"UseConsolidatedQuoteSourceForCanada": false

},

"UseUserPreferencesForValidationOptions": false

}

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 1

ok, got it working. Thanks for your help!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea