How to filter by Market identifier code in the Tick History

I'm looking for a way to get tick history by special tradeboard Gettex (MUNC).

Please show me the param that I should specify in api call

Request
POST https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw
Authorization: Token <your_auth_token_goes_here>
Content-Type: application/json
Accept-Charset: UTF-8
Prefer: respond-async {
"ExtractionRequest": {
"@odata.type":
"#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryIntradaySummariesExtractionReque
st",
"ContentFieldNames": [
"Close Ask",
"Close Bid",
"Domain",
"High",
"High Ask",
"High Bid",
"History End",
"History Start",
"Instrument ID",
"Instrument ID Type",
"Last",
"Low",
"Low Ask",
"Low Bid",
"No. Asks",
"No. Bids",
"No. Trades",
"Open",
"Open Ask",
"Open Bid",
"RIC",
"Sample Data",
"Volume"
],
"IdentifierList": {
"@odata.type":
"#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "US912828ZX16",
"IdentifierType": "Isin"
}
],
"ValidationOptions": null,
"UseUserPreferencesForValidationOptions": false
},
"Condition": {
"MessageTimeStampIn": "GmtUtc",
"ApplyLegacySummaryTimeLabel": false,
"ReportDateRangeType": "Range",
"QueryStartDate": "2008-10-13T13:00:00.000-05:00",
"QueryEndDate": "2008-10-13T14:00:00.000-05:00",
"SummaryInterval": "OneMinute",
"TimebarPersistence": true,
"DisplaySourceRIC": true
}
}
}



Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hello @ostalcev ,

    From my verification search, using DSS GUI, instrument search on MIC = MUNC does not result in hits:

    micmunc.gif

    Based on this empty result, we should expect that an extraction based on this identifier does not to return any results, neither via REST API nor via GUI.

    However, as a customer, it is best to contact Refinitiv content experts via Refinitiv Helpdesk Online -> Content -> RTH directly, to obtain an expert advice on this specific type of content.

    Refinitiv developers forums can be of most help to you with general questions and discussions on the Refinitiv API usage. The members of these forums are developers working with Refinitiv APIs, the moderators of the forums are Refinitiv API experts, and do not have in-depth knowledge of the many types of Refinitiv content.

    Hope this information helps

Answers