Stock Quote

Stock Quote

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

Please note, that stock data has been provided by Alpha Vantage

Stock Quote is a simplified static inline variation of the Stock Ticker plugin.

Jump to: Usage | Download | FAQ | Support

Usage

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

You can tune a single shortcode with the parameters:

  • symbol – string with a single stock symbol
  • show – string that defines how will company be represented in the quote; can be name for Company Name, or symbol for Stock Symbol
  • decimals – override the default number of decimal places for values (default from settings page used if no custom set by shortcode). Valid 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 the 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

Download the plugin below or visit the official WordPress page for Stock Quote, or find and install it from WordPress DashboardPlugins → Add New

Support

If you have any questions regarding the Stock Quote plugin, feel free to raise a new topic on the official Stock Quote Community Forum.

Spread voice about Stock Quote on social networks and rate and review on WordPress.org