Multi Ticker Codes

You will need this if your site has more than one ticker code.

Code

The following is an example loading multiple prices on one page, The elements need to be wrapped specifying data-quoteapi="context symbol=nrt.asx" replacing nrt.asx with your ticker code and exchange values.

<div data-quoteapi="context symbol=nrt.asx">NRT on ASX - <span data-quoteapi="price"></span></div>
<div data-quoteapi="context symbol=nrto.asx">NRTO on ASX - <span data-quoteapi="price"></span></div>
<div data-quoteapi="context symbol=nvgn.nasdaq">NVGN on Nasdaq - <span data-quoteapi="price"></span></div>