question

Upvotes
Accepted
1 0 0 0

How can I download data from DataStream API knowing the Mnemotic which has not a corrispondent RIC?

Hi, I am trying to download data for the time series with mnemotic AUQ.1.T40, which has no RIC associated. How can I overcome the missing corrispondence?

datastream-apiricsdsws-apiDownloadmnemonics
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@alessio.coviello

You can use this mnemonic with datastream. AUQ.1.T4O represents Australia, Ratio of Total Reserves Minus Gold to Imports Cost, Insurance, Freight.


However, you need to know the datatype that you need to retrieve. For the sample, the following code retrieves Economics actual values (ESA) of AUQ.1.T4O.

df = ds.get_data (tickers='AUQ.1.T4O',fields= ['ESA'], start='2011-01-01', end='2019-08-10', kind=1)


You can directly contact the DataStream support team via MyRefinitiv for datatypes that can be used with AUQ.1.T4O.



1585034362833.png (30.2 KiB)
1585034407456.png (13.2 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea