Easy to use and versatile stock market ticker, with support of over 65 world exchanges, indices, commodities and currencies.
Stockdio’s Stock Market Ticker contains a plugin and a widget that allow to display a ticker of stock market prices, market indices, currencies and commodities with their variations. Over 65 different stock exchanges and a large number of market indices, currencies and commodities are supported.
If you’re using the standard Gutenberg editor, the easiest way to include this plugin on your page is using the Stock Market Ticker block, which is included in the Stockdio Financial Visualizations category.
If you’re using a different editor o prefer to use the shortcode, below is a sample to help you start. Please be aware that most of the parameters listed below are optional, and are also available through the plugin’s settings page. Any parameter you include in the shortcode will overwrite the parameter used in the settings page.
[stock-market-ticker symbols="AAPL;MSFT;GOOG;HPQ;^SPX;^DJI;LSE:BAG" stockExchange="NYSENasdaq" width="100%" palette="financial-light"]
This plugin is part of the Stockdio Financial Widgets, which also includes the following plugins:
The following parameters are supported in the shortcode and also available through the plugin’s settings page:
stockExchange: The exchange market the symbols belong to (optional). If not specified, NYSE/NASDAQ will be used by default. For a list of available exchanges please visit www.stockdio.com/exchanges.
symbols: A list of companies stock symbols, market index tickers, currency pairs or commodities ticker, separated by semi-colon (;) (e.g. AAPL;MSFT;GOOG;HPQ;^SPX;^DJI;LSE:BAG). Please review the FAQ section for additional details on how to includes indices, currencies and commodities, as well as how to specify custom names, combine data from different exchanges, etc.
scroll: Allows to set the ticker’s scrolling behavior (optional).
speed: Allows to change the ticker’s scrolling speed. Supported values are: slowest, slower, slow, normal, fast and faster. (optional).
layoutType: A number specifying the layout type used to display the ticker. Please visit www.stockdio.com/ticker_layouts to review the many ticker layout options available (optional).
width: Width of the list in either px or % (optional, default: 100%).
height: Height of ticker in px(optional, default: none). Normally, the ticker height is set automatically by the plugin, so in most cases this will not be necessary. However, certain plugins cause conflict and do not allow to set the height automatically; in those cases, you should set the ticker height manually.
culture: Allows to specify a combination of language and country settings, used to display texts and to format numbers and dates, e.g. Spanish-Spain (optional). For a list of available culture combinations please visit http://www.stockdio.com/cultures.
motif: Design used to display the visualization with specific aesthetics, including borders and styles, among other elements (optional). For a list of available motifs please visit www.stockdio.com/motifs.
palette: Includes a set of consistent colors used for the visualization (optional). For a list of available palettes please visit www.stockdio.com/palettes.
font: Allows to specify the font that will be used to render the chart. Multiple fonts may be specified separated by comma, e.g. Lato,Helvetica,Arial (optional).
transparentBackground: Allows to display the ticker with a transparent background, which is particularly useful when using image or gradient backgrounds on your page. By default, the ticker’s background color is inherited from the palette. Setting this to true overrides any background color. (optional)
backgroundColor: Allows to specify a color for the ticker’s background. Color must be specified in RGB Hex format, without the # sign, e.g. use 000000 for black. By default, the ticker’s background color is inherited from the palette. (optional)
labelsColor: Allows to specify a color for the ticker’s labels, such as the symbol and company name. Color must be specified in RGB Hex format, without the # sign, e.g. use 0000FF for blue. By default, the labels color is inherited from the palette. Prices and percent of change are usually displayed using positive and negative colors, rather than the labels color. (optional)
positiveColor: Allows to specify a color to be used as “Positive” color, i.e. when close price is greater than previous close price. Color must be specified in Hex format, without the # sign, e.g. use 00FF00 for green. By default, the positive color is inherited from the palette. (optional)
negativeColor: Allows to specify a color to be used as “Negative” color, i.e. when close price is smaller than previous close price. Color must be specified in Hex format, without the # sign, e.g. use FF0000 for red. By default, the negative color is inherited from the palette. (optional)
loadDataWhenVisible: Allows to fetch the data and display the visualization only when it becomes visible on the page, in order to avoid using calls (requests) when they are not needed. This is particularly useful when the visualization is not visible on the page by default, but it becomes visible as result of a user interaction (e.g. clicking on an element, etc.). It is also useful when using the same visualization multiple times on a page for different devices (e.g. using one instance of the plugin for mobile and another one for desktop). We recommend not using this by default but only on scenarios as those described above, as it may provide the end user with a small delay to display the visualization (optional).
Upload the StockdioPlugin
folder to your /wp-content/plugins/
directory.
Activate the “Stock Market Ticker” plugin in your WordPress administration interface.
If you want to change the preset defaults, go to the Stock Market Ticker settings page.
If you’re using the standard Gutenberg editor, add a Stock Market Ticker block from the Stockdio Financial Visualizations category and configure it using the settings sidebar.
If you prefer to use the shortcode, insert the [stock-market-ticker]
shortcode into your post content, customizing it with the appropriate parameters. You also have the option to use the Stock Market Ticker widget included when you install the plugin.
For ease of use, a Stockdio icon is available in the toolbar of the HTML editor for certain versions of WordPress (see screenshots for details).
List of different Ticker Layouts currently available.
Example of ticker used to display a Equities with logos.
Example of ticker used to display a Commodities list.
Example of ticker used to display a World Markets Indices with a mini chart.
Example of ticker used to display a World Currencies List.
Stockdio Historical Chart is also available as a complement to the Stock Market Ticker.
Stockdio Stock Quotes List is also available as a complement to the Stockdio Market Ticker.
Stockdio Stock Market News is also available as a complement to the Stockdio Market Ticker.
Settings page.
Stockdio toolbar integration with easy to use dialog.
Stock Market Ticker widget dialog.
Stock Market Ticker block as part of the Stockdio Financial Visualizations category.
Stock Market Ticker block sidebar settings.
There are three options to integrate it: a. Using the Stock Market Ticker block, b. Using the short code, or c. Through the use of the widget in your sidebars.
Stockdio supports over 65 different world exchanges. For a list of all exchanges currently supported, please visit www.stockdio.com/exchanges. If the stock exchange you’re looking for is not in the list, please contact us to [email protected]. Once you have found in the list the stock exchange you need, you must pass the corresponding Exchange Symbol using the stockExchange parameter.
You can specify as many symbols as you want, from the selected exchange, separated by semi-colon (;). If any of the symbols you want to display does not show up, you can go to http://finance.stockdio.com to verify if the symbol is currently available in Stockdio. If the symbol you require is missing, please contact us at [email protected].
Yes. The exchange you define in the stockExchange parameter will be the default stock exchange to be used. However, if you want to include symbols from a different exchange, you must prefix the symbol with the exchange code and a colon (:). For example, if you want to include two symbols from NYSE/Nasdaq but additionally include one symbol from London Stock Exchange, you would specify stockExchange=”NYSENasdaq”, and symbols=”AAPL;MSFT;LSE:BAG”. This will also allow you to combine stocks with commodities and currencies in the same ticker.
Yes, you can include indices in the symbols parameter, using the ^ prefix. For example, use ^SPX for S&P 500 or ^DJI for the Dow Jones. For a complete list of indices currently supported, please visit www.stockdio.com/indices
Yes. You must use COMMODITIES as the stockExchange and then specify one or more commodities in the symbols parameter. For example, use GC;SI;CL for Gold, Silver and Crude Oil. For a complete list of commodities currently supported by Stockdio, please visit www.stockdio.com/commodities
Yes. You must use FOREX as the stockExchange and then specify one or more currency pairs in the symbols parameter. For example, use EUR/USD, USD/JPY, GBP/USD for Euro vs. USD, USD vs. Japanese Yen and British Pound vs. USD. For a complete list of currencies currently supported by Stockdio, please visit www.stockdio.com/currencies
Yes, we understand there are several scenarios in which you may want to display your own name, such as if you would like to display a commodities ticker in your own language. This can be easily done by specifying your custom name between parenthesis, right after you have specified the symbol. For example, you can create a commodities ticker in Spanish specifying the following in the symbols parameter: GC(Oro);SI(Plata);CL(Petróleo Crudo). This works for any symbol, index, commodity or currency pair.
Yes, Stockdio supports a number of cultures, used to properly display numbers and dates. For a complete list of cultures currently supported by Stockdio, please visit www.stockdio.com/cultures.
The plugin provides a large number of predefined ticker layout, which go from the very simple ones to more complex layouts including a mini chart and logos. For a complete list of ticker layouts currently supported by Stockdio, please visit www.stockdio.com/ticker_layouts. If you need a layout not currently available in the list, please contact us at [email protected].
Yes, this plugin is provided with a number of predefined color palettes, for ease of use. For a complete list of color palettes currently supported by Stockdio, please visit www.stockdio.com/palettes. However, if you need specific color customization, you can use the Stock Market Ticker block, or you can use the Stockdio iframe available at http://services.stockdio.com, which supports more options.
In most cases the data is delayed but the delay time may vary between 1 minute and 20 minutes, depending on the exchange. For details of intraday delay time for each exchange please visit www.stockdio.com/exchanges.
Sure! Simply contact us to [email protected] with the correct or updated logo and we will update it, once it has been verified.
Yes. By default, all tickers will use the values specified in the plugin settings page. However, any of these values can be overridden using the appropriate shortcode parameter. Each shortcode can be customized entirely independent.
Simply send an email to [email protected] with your question and we will reply as soon as possible.
Yes. You must use CRYPTO as the stockExchange and then specify one or more cryptocurrencies in the symbols parameter. For example, use BTC;ETH;LTC for Bitcoin, Ethereum and Litecoin. For a complete list of cryptocurrencies currently supported by Stockdio, please visit www.stockdio.com/cryptocurrencies.
Yes. You must use FUTURES as the stockExchange and then specify one or more futures in the symbols parameter. For example, use GCM19;QAG19;FXH19 for Gold, Brent Oil and Eurostoxx. For a complete list of futures currently supported by Stockdio, please visit www.stockdio.com/futures.
Yes. You must use BONDS as the stockExchange and then specify one or more bonds in the symbols parameter. For example, use US10YBY;UK10YBY; JA10YBY for US, UK and Japan’s 10-Year Bond Yield. For a complete list of bonds currently supported by Stockdio, please visit www.stockdio.com/bonds.
Release date: July 18, 2024
Release date: May 09, 2024
Release date: April 16, 2024
Release date: April 16, 2024
Release date: March 06, 2024
Release date: March 05, 2024
Release date: February 13, 2024
Release date: November 01, 2023
Release date: March 30, 2023
Release date: May 24, 2022
Release date: March 23, 2022
Release date: March 01, 2022
Release date: March 01, 2022
Release date: June 29, 2021
Release date: May 03, 2021
Release date: January 27, 2021
Release date: January 24, 2021
Release date: January 19, 2021
Release date: January 14, 2021
Release date: October 01, 2020
Release date: October 01, 2020
Release date: September 30, 2020
Release date: June 19, 2020
Bug Fixes:
Release date: June 18, 2020
Release date: May 7, 2020
Release date: April 02, 2020
Release date: March 02, 2020
Release date: December 09, 2019
Release date: August 16, 2019
Release date: January 31, 2019
Release date: October 24, 2018
Release date: October 03, 2018
Release date: Sept 18, 2018
Release date: Sept 14, 2018
Release date: May 14, 2018
New features:
Release date: June 05, 2018
New features:
Release date: May 25, 2018
Release date: May 14, 2018
Release date: November 30, 2017
Release date: August 3, 2017
Bug Fixes:
Release date: August 2, 2017
Release date: June 21, 2017
Bug Fixes:
Release date: June 12, 2017
Release date: May 25, 2017
Release date: May 16, 2017
Release date: March 28, 2017
Release date: March 22, 2017
Release date: March 1, 2017