I have a list of 1,000 stock identifiers (Bloomberg ticker, ISIN; SEDOL or CUSIP) and I would like to download data from quandl. However, I cannot map the identifiers.
The problem is that Quandl uses its own Quandl codes which are built as:
Database/ticker
Bloomberg tickers on the other hand have also exchange information which Quandl codes don't have
For example, Wal-Mart Stores has ticker WMT and its Quandl code is WIKI/WMT.
However, this ticker is also valid for WEST MOUNTAIN ENVIRONMENTALb in Bloomberg.
Quandl does not have any normalized identifier system, each data provider determines their own key. The WIKI data source you reference has data for ~3000 US companies and it is their convention that WMT is Walmart. Since they only cover the US, there is no confusion and the base ticker works just fine.
For each of your tickers, you will need to determine if there is a datasource providing data for that company and identify the appropriate identifier in that dataset. There is no guarantee that every ticker you wish to work with even has data on Quandl