by Aleksandar Urošević
4.4 (21 reviews)
Stock Ticker
Easy add customizable moving or static ticker tapes with stock information for custom stock symbols.
Compatible with WP 6.9.4
v3.26.2
Current Version v3.26.2
Updated 4 weeks ago
Last Update on 04 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#4,904
-1 this week
Active Installs
2K+
-19.8%
KW Avg Position
62.3
—
No change
Downloads
136.5K
+18 today
Support Resolved
0%
—
No change
Rating
88%
Review 4.4 out of 5
4.4
(21 reviews)
Next Milestone 3K
2K+
3K+
530
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 525 more installs to reach 3K+
Rank Changes
Current
#4,904
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.4
21 reviews
Overall
88%
5
17
(81%)
4
1
(5%)
3
0
(0%)
2
0
(0%)
1
3
(14%)
Tracked Keywords
Showing 4 of 4| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| forex | 23 | — | Tag | 15 hours ago |
| stock ticker | 23 | — | Tag | 15 hours ago |
| trading | 42 | — | Tag | 15 hours ago |
| ticker | 161 | — | Tag | 15 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 3.26.2
- Last Updated
- Mar 04, 2026
- Requires WP
- 5.2+
- Tested Up To
- 6.9.4
- PHP Version
- 7.3 or higher
- Author
- Aleksandar Urošević
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.4
- Reviews
- 21
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,716
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about Stock Ticker
To check if AlphaVantage.co supports your preferred symbol(s), you can use the Symbol Search & Test tool on the plugin settings page to search for keywords and symbols on AlphaVantage.co directly from your WordPress dashboard.
The stock exchange or symbol I need does not work!
Try to find the correct symbol on AlphaVantage.co by looking for it in the Symbol Search & Test tool. Even try alternatives or the company name. If that does not help, you can search the Alpha Vantage community forum www.alpha-vantage.community or contact Alpha Vantage support.
How to get Dow Jones Industrial Average or other Indexes?
AlphaVantage.co does not support indexes since mid-2020.
How to get Crude Oil, Gold and other commodities?
Commodities are not supported by the Stock Ticker.
How to obtain a currency exchange rate?
Forex is not supported by the Stock Ticker.
How to get the proper stock price from a proper stock exchange?
Enter symbol in format EXCHANGE:SYMBOL, like LON:LLOY or SYMBOL.EXCHANGE like LLOY.LON for Lloyds Banking Group Plc from the London Stock Exchange market.
Please note that AlphaVantage.co does not always provide stock data for all existing stocks.
How to get a descriptive title for currency exchange rates?
Add to Custom Names legend currency exchange symbol w/o =X part, like:
EURGBP;Euro (€) ⇨ British Pound Sterling (£)
The stock exchange or symbol I need does not work!
Try to find the correct symbol on AlphaVantage.co by looking for it in the Symbol Search & Test tool. Even try alternatives or the company name. If that does not help, you can search the Alpha Vantage community forum www.alpha-vantage.community or contact Alpha Vantage support.
How to get Dow Jones Industrial Average or other Indexes?
AlphaVantage.co does not support indexes since mid-2020.
How to get Crude Oil, Gold and other commodities?
Commodities are not supported by the Stock Ticker.
How to obtain a currency exchange rate?
Forex is not supported by the Stock Ticker.
How to get the proper stock price from a proper stock exchange?
Enter symbol in format EXCHANGE:SYMBOL, like LON:LLOY or SYMBOL.EXCHANGE like LLOY.LON for Lloyds Banking Group Plc from the London Stock Exchange market.
Please note that AlphaVantage.co does not always provide stock data for all existing stocks.
How to get a descriptive title for currency exchange rates?
Add to Custom Names legend currency exchange symbol w/o =X part, like:
EURGBP;Euro (€) ⇨ British Pound Sterling (£)
<?php echo do_shortcode('[stock_ticker]'); ?>
How to customise quote output?
On the Settings page for the plugin, you can set a custom Value template. You can use macro keywords %exch_symbol%, %symbol%, %company%, %price%, %volume%, %change%, %changep% and %ltrade% mixed with HTML tags <span> (allowed class and style attribute), <em> and/or <strong>.
Default template is %company% %price% %change% %changep% but you can format it like:
<span style="color:#333">%company%</span> <em>%price%</em> <strong>%change%</strong> %changep%
I set to show `%company%` but symbol is displayed instead
Please note that Alpha Vantage does not provide the company name in retrieved feeds. You'll need to set the company name in the Custom Names field on the plugin settings page.
How to resolve the error `Unfortunately, we could not get stock quotes this time`?
This can be a temporary issue. First, try running Fetch Stock Data Now! on the plugin settings page.
Then try increasing the Fetch Timeout option in the general plugin settings and run Fetch Stock Data Now!.
If you continue to experience issues, please contact us through the community support forum.
Can I get stock data for my custom code?
Since version 3.1 of Stock Ticker, you can get stock data in custom functions. For example:
<?php
if ( class_exists( 'Wpau_Stock_Ticker' ) ) {
$stock_data = Wpau_Stock_Ticker::get_stock_from_db( 'AAPL,MSFT' );
var_dump( $stock_data );
}
?>
That will return the associated array for the requested symbols:
array(2) {
["AAPL"]=>
array(11) {
["symbol"]=>
string(4) "AAPL"
["tz"]=>
string(10) "US/Eastern"
["last_refreshed"]=>
string(19) "2018-09-14 00:00:00"
["last_open"]=>
string(8) "225.7500"
["last_high"]=>
string(8) "226.8400"
["last_low"]=>
string(8) "222.5220"
["last_close"]=>
string(8) "223.8400"
["last_volume"]=>
string(8) "31999289"
["change"]=>
string(7) "-2.5700"
["changep"]=>
string(7) "-1.1351"
["range"]=>
string(19) "222.5220 - 226.8400"
}
["MSFT"]=>
array(11) {
["symbol"]=>
string(4) "MSFT"
["tz"]=>
string(10) "US/Eastern"
["last_refreshed"]=>
string(19) "2018-09-14 00:00:00"
["last_open"]=>
string(8) "113.3600"
["last_high"]=>
string(8) "113.7300"
["last_low"]=>
string(8) "112.4400"
["last_close"]=>
string(8) "113.3700"
["last_volume"]=>
string(8) "19122349"
["change"]=>
string(6) "0.4600"
["changep"]=>
string(6) "0.4074"
["range"]=>
string(19) "112.4400 - 113.7300"
}
}
Do you offer custom development or integration?
Yes! If you need specific functionality that isn't available out-of-the-box (like integration with themes, other plugins, specific data formatting, or unique display layouts), please contact us for a quote with a brief description of your project.
How to customise quote output?
On the Settings page for the plugin, you can set a custom Value template. You can use macro keywords %exch_symbol%, %symbol%, %company%, %price%, %volume%, %change%, %changep% and %ltrade% mixed with HTML tags <span> (allowed class and style attribute), <em> and/or <strong>.
Default template is %company% %price% %change% %changep% but you can format it like:
<span style="color:#333">%company%</span> <em>%price%</em> <strong>%change%</strong> %changep%
I set to show `%company%` but symbol is displayed instead
Please note that Alpha Vantage does not provide the company name in retrieved feeds. You'll need to set the company name in the Custom Names field on the plugin settings page.
How to resolve the error `Unfortunately, we could not get stock quotes this time`?
This can be a temporary issue. First, try running Fetch Stock Data Now! on the plugin settings page.
Then try increasing the Fetch Timeout option in the general plugin settings and run Fetch Stock Data Now!.
If you continue to experience issues, please contact us through the community support forum.
Can I get stock data for my custom code?
Since version 3.1 of Stock Ticker, you can get stock data in custom functions. For example:
<?php
if ( class_exists( 'Wpau_Stock_Ticker' ) ) {
$stock_data = Wpau_Stock_Ticker::get_stock_from_db( 'AAPL,MSFT' );
var_dump( $stock_data );
}
?>
That will return the associated array for the requested symbols:
array(2) {
["AAPL"]=>
array(11) {
["symbol"]=>
string(4) "AAPL"
["tz"]=>
string(10) "US/Eastern"
["last_refreshed"]=>
string(19) "2018-09-14 00:00:00"
["last_open"]=>
string(8) "225.7500"
["last_high"]=>
string(8) "226.8400"
["last_low"]=>
string(8) "222.5220"
["last_close"]=>
string(8) "223.8400"
["last_volume"]=>
string(8) "31999289"
["change"]=>
string(7) "-2.5700"
["changep"]=>
string(7) "-1.1351"
["range"]=>
string(19) "222.5220 - 226.8400"
}
["MSFT"]=>
array(11) {
["symbol"]=>
string(4) "MSFT"
["tz"]=>
string(10) "US/Eastern"
["last_refreshed"]=>
string(19) "2018-09-14 00:00:00"
["last_open"]=>
string(8) "113.3600"
["last_high"]=>
string(8) "113.7300"
["last_low"]=>
string(8) "112.4400"
["last_close"]=>
string(8) "113.3700"
["last_volume"]=>
string(8) "19122349"
["change"]=>
string(6) "0.4600"
["changep"]=>
string(6) "0.4074"
["range"]=>
string(19) "112.4400 - 113.7300"
}
}
Do you offer custom development or integration?
Yes! If you need specific functionality that isn't available out-of-the-box (like integration with themes, other plugins, specific data formatting, or unique display layouts), please contact us for a quote with a brief description of your project.