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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 1 3 5

Using DataScope, or DataStream Web, how to retrieve the Short Interest value, or Short Position, for an ASX stock?

Using DataScope, or DataStream Web, can anyone help us retrieve the Short Interest value, or Short Position, for a stock on the Australian ASX?

We cannot use Eikon (or the Python eikon library)


For example, to retrieve the Volume of Shorts for BHP.AX using the Python Eikon library, I can use the following line:

ek.get_timeseries(['BHPss.AX'])


Or, using Eikon itself, in the Monitor for BHP.AX, under "Price & Charts" there is a "Short Interest" option


Or, using DataScope, I can use the following Postman request to get the Short Interest for an over-the-counter stock:

{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",
"ContentFieldNames": [
"Short Interest",
"Short Interest Date"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{ "Identifier": "ADMLF.PK", "IdentifierType": "Ric" }
]
}
}
}


But, is there any way to get the data for ASX stocks, using DataScope, or DataStream Web?

This data is published regularly at https://asic.gov.au/regulatory-resources/markets/short-selling/short-position-reports-table/ , so I don't think there would be any licensing concerns.

Many thanks,

André

dss-rest-apidatascope-selectdssdatastream-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.

@Pocari Sweat

Thank you for your participation in the forum. Are any of the replies below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply that best answers your question. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS

Upvotes
Accepted
78.8k 250 52 74

@Pocari Sweat

For the DataStream, I found the description of the Short Interest field.

From this information, it is not available for ASX stocks. However, you may contact the Refinitiv Datastream team via MyRefinitiv to confirm it.

For the DataScope Select, it returns null for ASX stocks.

        {
            "IdentifierType": "Ric",
            "Identifier": "BHP.AX",
            "Short Interest": null,
            "Short Interest Date": null
        }

The data may not be available in the DataScope Select. Please directly contact the Refinitiv DataScope Select team via MyRefinitiv to verify it.


1614139788303.png (32.1 KiB)
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
1 0 0 0

Always keep in mind that financial data services may update their platforms, features, and data offerings. Therefore, it's advisable to refer to the documentation or support resources provided by the specific data service you are using for the most accurate and up-to-date information. If you have a specific subscription or need detailed information, consider reaching out to the customer support of DataScope or DataStream Web for assistance.

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.