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 symbolshow
– string that defines how will company be represented in the quote; can bename
for Company Name, orsymbol
for Stock Symboldecimals
– override the default number of decimal places for values (default from settings page used if no custom set by shortcode). Valid values are:1
,2
,3
and4
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,00;dc
for 0,000.00;sd
for 0 000.00 andsc
for 0 000,00template
– 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 Dashboard → Plugins → Add New
Stock Quote v0.2.1.1
54 KB
- Remove MCX from supported exchanges because AlphaVantage does not provide data for Moscow Stock Exchange
- Add support for AlphaVantage.co empty response {} reported for Australian Exchange by @blockathon
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