DSS: RIC UKAFMZ2 or UKAFM* not available

DSS: RIC UKAFMZ2 or UKAFM* not available

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @austin.wright,

    Can you please elaborate what you mean by not available. I am able to get time and sales data for it:

    {
    "ExtractionRequest": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TickHistoryTimeAndSalesExtractionRequest",
    "ContentFieldNames": ["Trade - Exchange Time", "Trade - Price", "Trade - Volume"],
    "IdentifierList": {
    "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
    "InstrumentIdentifiers": [{
    "Identifier": "UKAFMZ2",
    "IdentifierType": "Ric"
    }
    ],
    "ValidationOptions": {
    "AllowHistoricalInstruments": "true"
    },
    "UseUserPreferencesForValidationOptions": false
    },
    "Condition": {
    "MessageTimeStampIn": "GmtUtc",
    "ApplyCorrectionsAndCancellations": true,
    "ReportDateRangeType": "Range",
    "QueryStartDate": "2022-01-18T00:00:00.000-00:00",
    "QueryEndDate": "2022-01-19T00:00:00.000-00:00",
    "DisplaySourceRIC": true
    }
    }
    }


    @{"@odata.context":"https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#RawExtractionResults/$entity","JobId":"0x07de20d95d0d7d52","Notes":["....\nManifest: #RIC,Domain,Start,End,Status,Count\nManifest: UKAFMZ2,Market Price,2022-01-18T09:34:24.283685017Z,2022-01-18T16:59:56.664147169Z,Active,65\n"]}
    Data:
    #RIC,Alias Underlying RIC,Domain,Date-Time,GMT Offset,Type,Price,Volume,Exch Time
    UKAFMZ2,,Market Price,2022-01-18T09:34:24.283685017Z,+0,Trade,72.15,5,09:34:24.216924000
    UKAFMZ2,,Market Price,2022-01-18T09:34:29.607721717Z,+0,Trade,72.05,2,09:34:29.540153000
    UKAFMZ2,,Market Price,2022-01-18T09:48:47.060072603Z,+0,Trade,72.05,5,09:48:46.000000000
    UKAFMZ2,,Market Price,2022-01-18T10:19:36.780417440Z,+0,Trade,72,1,10:19:36.704169000
    UKAFMZ2,,Market Price,2022-01-18T10:19:40.187666360Z,+0,Trade,72,1,10:19:40.119102000
    ...