question

Upvotes
Accepted
24 5 3 8

No data for .SZ Shenzhen stock in TRTH ?

Hi,

There is no data at all for any .SZ names in TRTH with Raw Extraction on the FID TRDVOL_1 (but none of them works) ?

Such as 000002.SZ


Thanks

tick-history-rest-api
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.

Upvotes
Accepted
13.7k 26 8 12

@Tux1,

Thanks to the extraction notes, now we know why you don't receive the Shenzen data: it is a permissioning issue.

Based on your contractual agreement, permissions are set for each data provider (exchange, broker, etc.), and there are several levels of permissions for each. You can see your permissions here: https://hosted.datascope.reuters.com/DataScope/permissions/thirdparty

The moderators on this forum are developers whose skills cover the technical aspects of our product APIs. For permission changes, or explanations on those you have or need, please contact your Refinitiv account manager directly.

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.

Upvotes
13.7k 26 8 12

@Tux1,

I tested, I can retrieve data. Here is the body of a sample request in Postman, to retrieve TRDVOL_1 for 000002.SZ in November 2019:

{
  "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest",
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
      "InstrumentIdentifiers": [ { "Identifier": "000002.SZ", "IdentifierType": "Ric" } ]
    },
    "Condition": {
      "MessageTimeStampIn": "GmtUtc",
      "ReportDateRangeType": "Range",
      "QueryStartDate": "2019-11-27T00:00:00.000Z",
      "QueryEndDate": "2019-11-28T00:00:00.000Z",
      "ExtractBy": "Ric",
      "SortBy": "SingleByRic",
      "DomainCode": "MarketPrice",
      "Fids": "178",
      "DisplaySourceRIC": true
    }
  }
}

Here is the beginning of the result (there are more than 9000 lines ...):

#RIC,Domain,Date-Time,GMT Offset,Type,MsgClass/FID number,UpdateType/Action,FID Name,FID Value,FID Enum String,PE Code,Template Number,Key/Msg Sequence Number,Alias Underlying RIC,Number of FIDs
000002.SZ,Market Price,2019-11-27T01:25:03.357403769Z,+8,Raw,UPDATE,UNSPECIFIED,,,,5601,,43328,,1
,,,,FID,178,,TRDVOL_1,249000,
000002.SZ,Market Price,2019-11-27T01:30:00.176065749Z,+8,Raw,UPDATE,UNSPECIFIED,,,,5601,,43360,,1
,,,,FID,178,,TRDVOL_1,1300,
000002.SZ,Market Price,2019-11-27T01:30:03.360307865Z,+8,Raw,UPDATE,UNSPECIFIED,,,,5601,,43392,,1
,,,,FID,178,,TRDVOL_1,147800,

Comparing your request with mine might help you identify the issue.

If you don't find the cause of the issue, please post your entire request, with all details (endpoint, body, headers), as well as the responses (including the extraction notes), those will be useful to help you out.

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.

Upvotes
24 5 3 8

Hi @Christiaan, thanks for investigating. I checked the Notes I got from TRTH and this is what I get:

(RIC,000002.SZ,SHZ)  row suppressed for lack of 'SHZ (SHENZHEN STOCK EXCHANGE LEVEL 1), SZ2 (SHENZHEN STOCK EXCHANGE L1 L2)' permission.
Report suppressed because no instruments are permitted

Looks like I am not permitted. Are you aware about any special permission to get this data ?

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.

Upvotes
24 5 3 8
Understood. Thanks for your help
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.