Tick History MYO.AX from 2017-01-24 to 2019-03-22

Hi

I use the following URI to retrieve tick history data -

https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw

RIC = MYO.AX

start_date = 2017-01-24

end_date = 2019-03-22

Does anyone know why is there no record for the above parameters?

I understand MYO was listed in the ASX from May 2015 to May 2019.

It'd be good know how delisted price data is stored.

Regards

EZ

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @zhang_dawg

    Thanks for reaching out to us.

    Please set AllowHistoricalInstruments to true, as shown below.

            "IdentifierList": {
                "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
                "InstrumentIdentifiers": [
                    {"Identifier": "MYO.AX", "IdentifierType": "Ric"}
     
                ],
                "ValidationOptions": {"AllowHistoricalInstruments": true}
            },

    Please feel free to reach out if you have any further questions.