WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: stock-market-overview (Used by 320 domains)

Stock Market Overview

πŸ‘€ Stockdio πŸ“¦ v1.6.20 πŸ”— Plugin Homepage

Stockdio’s Stock Market Overview contain a plugin and a widget that provide the means to display a categorized list of equities, market indices, currencies and commodities with their prices and variations. Over 65 different stock exchanges and a large number of market indices, currencies and commodities are supported. Optionally, an interactive price chart can be included with the list.

If you’re using the standard Gutenberg editor, the easiest way to include this plugin on your page is using the Stock Market Overview 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-overview stockExchange="USA" 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.

includeEquities: If enabled (true), the Equities category will be included in the list (optional).

equities: A list of one or more valid stock symbols from the given exchange, separated by a semicolon (;), e.g. AAPL;MSFT;GOOG;LSE:VOD. To include a symbol from a different exchange, this must be specified as a prefix and separated from the symbol with a colon (:), for example LSE:VOD. If not specified, a default list of equities for the given exchange will be used (optional).

includeIndices: If enabled (true), the Indices category will be included in the list (optional).

indices: A list of one or more valid index symbols, separated by a semicolon (;), e.g. SPX;DJI;IXIC. For a list of valid indices, visit http://www.stockdio.com/indices. If not specified, a default list of indices related to the given exchange will be used (optional).

includeCommodities: If enabled (true), the Commodities category will be included in the list (optional).

commodities: One or more valid commodities, separated by a semicolon (;), e.g. GC;SI;NG. For a list of valid commodities, visit http://www.stockdio.com/commodities. If not specified, a default list of commodities will be used (optional).

includeCurrencies: If enabled (true), the Currencies category will be included in the list (optional).

currencies: One or more valid currency pairs, in the format currency-base/currency-target, separated by a semicolon (;), e.g. EUR/USD;GBP/USD;USD/CAD. For a list of valid currencies, visit http://www.stockdio.com/currencies. If not specified, a default list of currency pairs for the given exchange will be used (optional).

width: Width of the list in either px or % (default: 100%).

height: Height of the list in pixels. If not specified, the list height will be calculated automatically.

title: Allows to specify a title for the list, e.g. Market Overview (optional).

intraday: If enabled (true), auto refresh intraday delayed data will be used if available for the exchange. For a list of exchanges with intraday data available, please visit http://www.stockdio.com/exchanges.

includeChart: Allows to include an interactive chart along with the list (optional).

chartHeight: Height of the chart in pixels (default: 200px).

includeLogo: Allows to include/exclude a column with the stock logo or index country flag, if available. Use includeLogo=false to hide the logo (optional).

logoMaxHeight: Specify the maximum height allowed for the logo. The height may be smaller than the maximum, depending on the logo width, as it maintains the logo’s aspect ratio (optional).

logoMaxWidth: Specify the maximum width allowed for the logo. The width may be smaller than the maximum, depending on the logo height, as it maintains the logo’s aspect ratio (optional).

includeEquitiesSymbol: Allows to include/exclude a column with the stock symbol in the Equities category. Use includeEquitiesSymbol=false to hide the symbol (optional).

includeEquitiesName: Allows to include/exclude a column with the stock name in the Equities category. Use includeEquitiesName=true to show the name (optional).

includeIndicesSymbol: Allows to include/exclude a column with the index symbol in the Indices category. Use includeIndicesSymbol=true to show the symbol (optional).

includeIndicesName: Allows to include/exclude a column with the index name in the Indices category. Use includeIndicesName=false to hide the name (optional).

includeCommoditiesSymbol: Allows to include/exclude a column with the commodity symbol in the Commodities category. Use includeCommoditiesSymbol=true to show the symbol (optional).

includeCommoditiesName: Allows to include/exclude a column with the commodity name in the Commodities category. Use includeCommoditiesName=false to hide the name (optional).

includeCurrenciesSymbol: Allows to include/exclude a column with the currency pair symbol in the Currencies category. Use includeCurrenciesSymbol=false to hide the symbol (optional).

includeCurrenciesName: Allows to include/exclude a column with the currency pair name in the Currencies category. Use includeCurrenciesName=true to show the name (optional).

includePrice: Allows to include/exclude a column with the latest stock price. Use includePrice=false to hide the stock price (optional).

includeChange: Allows to include/exclude a column with the stock price change. Use includeChange=false to hide the price change (optional).

includePercentChange: Allows to include/exclude a column with the stock price percentual change. Use includePercentChange=false to hide the price percent change (optional).

includeTrend: Allows to include/exclude a column with the stock price trend icon (up/down/neutral). Use includeTrend=false to hide the trend icon (optional).

includeVolume: Allows to include/exclude a column with the latest volume. By default, volume is not visible. Use includeVolume=true to show it (optional).

showHeader: Allows to display the list header. Use showHeader=false to hide it (optional).

showCurrency: Allows to display the currency symbol next to the price, depending on the culture settings.

allowSort: If enabled (true), it allows the end user to sort the data by any of the fields, by clicking on the header, if this is visible.

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).

displayPrices: Allows to specify how to display the prices on the chart (if enabled), using one of the following options (default: Line):

  • Line
  • Candlestick
  • Area
  • OHLC
  • HLC

allowPeriodChange: If enabled (true), it provides a UI to allow the end user to select the period for the data to be displayed in the chart. This UI is enabled by default.

days: Allows to specify the number of days for the period to display in the chart (if enabled). If not specified, its default value is 365 days.

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).

DomainExposuresHeadersLast Checked
t*p*i*e*s.com (WP 6.7.5) βœ… D 2026-05-15 05:25:53
e*i*h*n*w*a*t*.com (WP 6.9.4) βœ… F 2026-05-15 03:38:35
s*a*e*t*s.com (WP 6.8.5) βœ… F 2026-05-15 03:22:37
c*a*a*v*s*r.com (WP 6.9.4) βœ… F 2026-05-15 01:38:28
f*.a*r*e*w*t*m*n*.com βœ… D 2026-05-15 00:28:15
e*a*b*n*e*.com (WP 6.9.4) βœ… F 2026-05-14 22:37:18
b*a*k*i*d*i*t*c*.com (WP 6.9.4) βœ… F 2026-05-14 21:53:51
w*r*i*s.com (WP 6.9.4) βœ… F 2026-05-14 21:33:57
e*t*e*r*n*r*-*t*i*v*s*i*.com (WP 6.5.8) βœ… F 2026-05-14 14:39:58
a*l*n*e*2*n*w.com (WP 6.9.4) πŸ”“ F 2026-05-14 03:47:53
b*s*e*t*r*r*s*.com βœ… C 2026-05-14 01:03:37
t*m*o*s*h*o*y.com (WP 6.9.4) βœ… F 2026-05-14 00:19:53
t*c*s*v*y*e*m.com (WP 6.9.4) βœ… F 2026-05-13 20:40:29
r*c*e*r*s*a*c*.com βœ… F 2026-05-13 20:02:26
r*c*n*s*a*c*.com βœ… F 2026-05-13 19:53:35
j*h*g*a*d*a*o.com (WP 6.9.4) βœ… F 2026-05-13 18:48:21
b*o*e*h*t*a*e.com (WP 6.9.4) βœ… F 2026-05-13 17:27:21
m*r*e*i*s*d*r.net (WP 6.9.4) βœ… F 2026-05-13 04:48:55
d*r*c*c*n*.w*e*g*n*p*w*r*d.com βœ… F 2026-05-12 16:06:35
a*i*a*a*.com βœ… F 2026-05-12 15:18:16
a*i*n*r*n*e*s.com βœ… F 2026-05-12 12:55:50
a*i*n*d*r*n*e*s.com βœ… F 2026-05-12 12:42:29
w*r*s*h*f*s*n*o*.com (WP 6.9.4) βœ… F 2026-05-12 10:41:18
t*l*n*g*o*a*.com βœ… F 2026-05-12 10:28:48
n*s*i*g*e*s.com (WP 6.9.4) βœ… F 2026-05-12 01:50:39
e*b*e*.com βœ… F 2026-05-11 22:17:10
c*x*a*g*o*p.com (WP 5.3.9) ⚠️ F 2026-05-11 21:24:47
b*o*k*e*i*g*n*w*e*e.com (WP 6.9.4) βœ… D 2026-05-11 17:13:55
i*t*r*u*.c*m.pl (WP 6.9.4) βœ… F 2026-05-11 15:17:47
g*t*y.com βœ… F 2026-05-11 14:59:13
b*s*p*i*e*a*r*l*.com (WP 6.9.4) βœ… D 2026-05-11 13:52:32
b*s*p*i*e*o*k*e*p*n*.com (WP 6.9.4) βœ… D 2026-05-11 13:46:48
b*s*p*i*e*c*o*n*i*g.com (WP 6.9.4) βœ… D 2026-05-11 13:46:48
c*p*t*x.com βœ… F 2026-05-11 11:25:49
t*m*h*n*e*.com (WP 6.9.4) βœ… F 2026-05-11 05:21:02
p*i*e*r*i*s.net (WP 6.9.4) βœ… F 2026-05-11 05:09:20
p*r*e*i*e*e*t*r*u*.com (WP 6.9) βœ… D 2026-05-11 04:04:57
e*n*r*e*o*.com (WP 6.9.4) βœ… F 2026-05-11 03:16:58
t*j*g*b*i*a*d*a*.com (WP 6.9.4) βœ… F 2026-05-11 02:08:39
s*a*p*a*k.com (WP 6.9.4) βœ… A 2026-05-10 23:48:54
c*s*i*-*i*e*.com (WP 6.9.4) βœ… F 2026-05-10 23:23:41
b*s*b*o*a*e.com (WP 6.5.8) βœ… F 2026-05-10 22:20:36
o*e*t*a*s*o*t*a*.info (WP 6.9.4) βœ… F 2026-05-10 20:38:25
j*t*s*r*y.com βœ… F 2026-05-10 18:56:32
p*p*l*r*m.com (WP 6.4.1) ⚠️ F 2026-05-10 18:38:20
w*o*e*a*m*e*e*u*.com (WP 6.9.4) βœ… F 2026-05-10 18:11:33
p*p*p*u*.com (WP 6.9.4) βœ… F 2026-05-10 17:48:51
g*t*f*.com (WP 6.9.4) βœ… F 2026-05-10 15:32:05
b*m.ro βœ… F 2026-05-10 12:13:07
j*n*a*e*c*f*.o*g.pe βœ… D 2026-05-10 10:52:38
g*u*o*a*e*j*s.com βœ… F 2026-05-10 10:12:27
3*2*c*p*t*l.com βœ… F 2026-05-10 10:04:59
a*u*a*d*r*u*.com βœ… F 2026-05-10 05:31:56
s*l*x*a*e.com (WP 6.9.4) βœ… F 2026-05-10 05:17:51
g*u*o*r*o.com βœ… F 2026-05-10 05:03:12
b*o*l*n*2*.com (WP 6.9.4) βœ… F 2026-05-10 03:40:09
3*4*a*e*.com βœ… D 2026-05-10 03:03:47
3*4*e*h.com βœ… D 2026-05-10 03:03:47
c*l*e*e*f*l*i.com (WP 6.9.4) βœ… F 2026-05-10 01:14:18
a*n*k*t.com (WP 6.9.4) βœ… F 2026-05-10 00:34:40
c*i*s*r*e*.com (WP 6.9) βœ… F 2026-05-09 15:21:36
l*s*e*d.com βœ… F 2026-05-09 14:53:13
l*b*o*d*f*n*n*a*p*r*o*a*e*.com (WP 5.5.18) ⚠️ F 2026-05-09 13:00:32
w*s*e*t*l*r.com (WP 6.9.4) βœ… F 2026-05-09 12:46:39
l*p*u*t*s.com (WP 6.9.4) βœ… F 2026-05-09 10:51:59
l*p*u*t*.com (WP 6.9.4) βœ… F 2026-05-09 10:48:12
l*p*n*o.com (WP 6.9.4) βœ… F 2026-05-09 10:48:12
l*p*d*i*o*s.com (WP 6.9.4) βœ… F 2026-05-09 10:48:11
a*u*n*.com (WP 6.8.5) βœ… F 2026-05-09 06:37:28
a*y*n*g*o*a*.com (WP 6.9.4) βœ… F 2026-05-09 05:22:09
s*c*r*p*t*e*t*a*a.com βœ… F 2026-05-09 04:45:24
l*e*g*s.com (WP 6.9.4) βœ… B 2026-05-09 02:03:17
c*n*a*a.ca βœ… F 2026-05-08 23:58:32
s*a*e*h*.com (WP 6.9.4) βœ… F 2026-05-08 20:40:42
l*v*a*h*n*u*a.com (WP 6.9.4) βœ… F 2026-05-08 20:17:03
e*o*o*a*i*.com (WP 6.9.4) βœ… F 2026-05-08 18:48:25
e*p*r*b*s*.nl (WP 6.9.4) βœ… F 2026-05-08 13:41:14
a*t*a*a*n*k.com (WP 6.9.4) βœ… F 2026-05-08 08:19:06
c*-*p*r*t*v*u*i*n*n*e*t*e*t.com (WP 5.5.18) ⚠️ F 2026-05-08 08:10:40
g*o*v*n*r*a*i*a*m*n*g*m*n*.com βœ… C 2026-05-08 06:51:37
a*c*b*.com βœ… F 2026-05-08 01:45:27
t*e*i*n*o*r*u*.com (WP 6.9.4) βœ… D 2026-05-08 01:34:37
p*a*e*e*b*s*n*s*.com (WP 6.9.4) βœ… F 2026-05-08 01:05:05
m*b*y*j.com (WP 6.9.4) βœ… F 2026-05-07 16:17:23
t*c*o*i*f*n*n*i*l.com βœ… F 2026-05-07 13:54:23
t*c*o*i*a*f*l*a*e*.com βœ… F 2026-05-07 13:54:23
m*a*a*o*g*y.com (WP 6.9.4) βœ… F 2026-05-07 11:44:55
a*u*l*f*.com (WP 6.9.4) βœ… F 2026-05-07 10:54:20
o*a*e*i*o*t*a*a.fi (WP 6.9.4) βœ… F 2026-05-07 10:34:34
a*r*f*o*e*t*m*z*n*a.com (WP 6.9.4) βœ… F 2026-05-07 07:13:53
a*r*s*a*v*s*r*.com (WP 6.9.4) βœ… F 2026-05-07 05:33:27
p*o*i*a*l*r*p*r*.com βœ… F 2026-05-07 02:03:53
p*o*i*a*l*-*m*i*s.com βœ… F 2026-05-07 01:59:54
l*g*o*c*p*t*l.com βœ… F 2026-05-07 00:21:33
v*g*i*v*s*o*s.com (WP 6.9.4) βœ… F 2026-05-06 21:44:47
l*-*e*i*e*v*u*-*e*d*a*l*b*e*.org βœ… F 2026-05-06 20:50:18
m*p*a*n*r.in (WP 6.9.4) βœ… F 2026-05-06 19:25:28
a*e*t*n*o*m*t*o*s*f*w*r*.com βœ… F 2026-05-06 18:14:42
s*x*x*h*n*e.com βœ… F 2026-05-06 17:40:03
n*w*l*n*2*d*v.w*e*g*n*.com βœ… F 2026-05-06 16:51:10

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927