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?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

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