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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
3 1 2 5

DSS SingleHistoricalPriceExtractRequest -- Error 403 Account not premissioned for this type of data

When running the following JSON message (ie. SingleHistoricalPriceExtractionRequest) I get a 403 error.

ERROR: HTTP status: 403 (Forbidden). Account not permissioned for this type of data.

The JSON message is

Ticks extraction JSON request content:
{"ExtractionRequest":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.SingleHistoricalPriceExtractionRequest","ContentFieldNames":["Ask Price","Bid Price"],"IdentifierList":{"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList","InstrumentIdentifiers":[{"Identifier":"438516AC0","IdentifierType":"Cusip"}],"ValidationOptions":{"AllowOpenAccessInstruments":true,"AllowHistoricalInstruments":true,"AllowInactiveInstruments":true,"AllowUnsupportedInstruments":true}},"Condition":{"PriceDate":"2017-12-21T00:15:00.000Z","LookBackPeriod":"FourMonths"}}}

Is this purely an account access issue, or does it have something to do with the above request.

dss-rest-apidatascope-selectdssauthentication
icon clock
10 |1500

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

1 Answer

· Write an Answer
Upvotes
Accepted
13.7k 26 8 12

@william.a.maguire, your request is syntaxically correct, I just tested it by pasting it from your query directly into Postman. This is definitely a permissioning issue (as indicated by the error message). Please contact your account manager to check if you should be entitled to this API call or not.

icon clock
10 |1500

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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