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