question

Upvotes
Accepted
0 2 0 5

Retrieving Ticker Information Python DSWS

When pulling data based on ticker symbol (for multiple tickers), why do some of the tickers start with @ and some start with U:?


ie:


ds.get_data(tickers='@AAPL, @FB, @GOOGL, @MSFT, @NXPI, U:JPM, U:XOM, U:BAC, U:BABA, U:V', fields=['SOCOO01V','ENPIDP048','SOHRDP012','SOEQ','SOTDDP018','SODODP0012','ENRRDP033','ENERDP05 2','CGVSDP030'], start='-5Y', freq='Y')


What's the difference, and how could I tell which one to use?

datastream-apidsws-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.

Hello @scott.curry

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@scott.curry

I found the following information on this page.

Datastream will accept ticker number modified U: for NYSE and AMEX or @ for NASDAQ 

If you have any further questions, you can directly contact DataStream support via MyRefinitiv.

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.