Create Bookmark for URL with Stock Code - {tickerSymbolPrefix}

How can a bookmark be created to open a stock using Stock Code which is the ticker symbol without the exchange extension (ie no .AX)?

This works:
http://au.finance.yahoo.com/q?s={tickerSymbol} gives https://au.finance.yahoo.com/quote/REA.AX?ltr=1

This doesn’t work:
https://www.marketindex.com.au/asx/{tickerSymbol} gives https://www.marketindex.com.au/asx/rea.ax
but https://www.marketindex.com.au/asx/rea works

(Sample workflow given in Import CSV file )

The context menu (“insert placeholder”) shows the available placeholders. (It’s left as an exercise to find the one for the first part of the ticker symbol.)

1 Like