Stock Quote

Stock Quote

A simple and easy configurable plugin for WordPress which allows you to insert inline stock quotes with stock price information to posts, pages, widgets or even to tempalte files. Insertion is mainly available by shortcode.

Please note, stock data has been provided by Alpha Vantage

Stock Quote is simplified, static inline variation of Stock Ticker plugin.

FAQ

How to use?

Use simple shortcode [stock_quote] without any parameter in post or page, to display quote with default (global) settings.

You can tune single shortcode with parameters:

  • symbol – string with single stock symbol
  • show – string that define how will company be represent in quote; can be name for Company Name, or symbol for Stock Symbol
  • decimals – override default number of decimal places for values (default from settings page used if no custom set by shortcode). Valud values are: 123 and 4
  • number_format – override default number format for values (default from this settings page used if no custom set by shortcode). Valid options are: cd for 0.000,00dc for 0,000.00sd for 0 000.00 and sc for 0 000,00
  • template – override default template string (default is: %company% %price% %change% %changep%). You can use following template keywords: %company%%exch_symbol%%symbol%%price%%change%%changep% and %volume%
  • class – (optional) custom class name for quote item, if you wish some special styling
[stock_quote symbol="^DJI" show="symbol"]

or

[stock_quote symbol="MSFT" decimals=3 number_format=cd template="%symbol% %price% %change% %changep%"]

Download

Get latest version below, download from WordPress page or find and install in your Dashboard from Plugins → Add New

12 responses to “Stock Quote”

  1. Do you have a program that will allow a profit & loss portfolio of 20 stocks displaying real time? I am looking to insert this portfolio on my website, www.focusedstocktrader.com. which is not on a Word Press platform.

  2. Good day, am I able link your stock ticker to something other than Google? Would like to link to: www.tmxmoney.com
    If so, how can I do so?
    Thank you, love your product!

  3. Restored a back up of our site but getting this now:
    Unfortunately, we could not get stock quote SPNI this time

  4. Trying to use your plugin but getting
    [] Stock Quote Fatal Error: There is no defined All Stock Symbols
    I have double checked my API key and tried with your above group of stocks. Using WP 4.9.8.

  5. Hi, on the plugin page it says Stock Quote has been tested up to WordPress version 4.9.9. We are running 5.0.3 on the site where I would like to use Stock Quote – is there a problem with this version, or is it just that it hasn’t been tested yet? Are there plans to test it soon?

    • Hi Richard,

      I can confirm that Stock Quote v0.2.1 work fine on WordPress 5.0.3 and PHP 7.2.11

      Unfortunately, due to lack of time, I’m not getting a chance to test all my free plugins and update supported WP versions.

  6. Hi… very handy plugin, thanks for creating. Is there a way to remove the arrow and just present the price on its own?

    • Hi Matt,

      Thank you for choosing Stock Quote.

      To remove change indicator (arrow) from Stock Quote, you can simply add following custom CSS rule to your theme or to Additional CSS in Customizer:

      .stock_quote.sqitem::before {
          display: none !important;
      }

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.