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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvote
Accepted
17 0 0 3

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

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.

1 Answer

· Write an Answer
Upvotes
Accepted
78.1k 246 52 72

@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.

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.