wallmine for developers

Stock chart embed & in-text ticker highlighting

Embed a stock chart with price quote into your site

Preview

What ticker would you like to embed?

Copy & paste the following code

Highlight tickers in long-form articles

Example usage

Apple shares surge

Shares of the NASDAQ:AAPL rose 3% to a record high of $326 in early trading, providing the biggest boost to the benchmark S&P 500 index.

This news post is totally unrelated to FB.NASDAQ though. Not even to LSE:PHP or EURONEXT:AD.

You can also wrap tickers in brackets (AAPL.O).

<body>
  <div id='demo-article-container'>
    <h1>Apple shares surges</h1>

    <p>Shares of the <b>NASDAQ:AAPL</b> rose 3% to a record high of $326 in early trading, providing the biggest boost to the benchmark S&P 500 index.</p>
    <p>This news post is totally unrelated to FB.NASDAQ though. Not even to LSE:PHP or EURONEXT:AD.</p>
    <p>You can also wrap tickers in brackets (AAPL.O).</p>
  </div>

  <script async data-affiliate="YOUR_AFFILIATE_CODE" data-selector='#demo-article-container'
    src='https://wallmine.com/widgets/highlighter.js' type='text/javascript'></script>
</body>

Installation instructions

Please provide a CSS selector for the HTML element containing the text with tickers using data-selector="#your-div-id" attribute in the <script> tag.

Copy & paste the following code

Include this script at the end of your <body> tag.

Affiliate program

You can take part in our affiliate program by using data-affiliate attribute with your affiliate code. Find your affiliate code and read terms here.