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

Plugin: stock-market-overview (Used by 315 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
l*e*g*s.com (WP 7.0) πŸ‘€ B 2026-07-05 23:44:33
c*n*a*a.ca βœ… F 2026-07-05 21:38:14
l*v*a*h*n*u*a.com (WP 6.9.4) πŸ‘€ F 2026-07-05 18:01:07
e*o*o*a*i*.com (WP 7.0) βœ… F 2026-07-05 16:27:59
e*p*r*b*s*.nl (WP 7.0) πŸ‘€ F 2026-07-05 11:26:47
a*t*a*a*n*k.com (WP 7.0) βœ… F 2026-07-05 06:06:11
c*-*p*r*t*v*u*i*n*n*e*t*e*t.com (WP 5.5.18) ⚠️ πŸ‘€ F 2026-07-05 05:55:42
g*o*v*n*r*a*i*a*m*n*g*m*n*.com βœ… C 2026-07-05 04:51:05
a*c*b*.com πŸ‘€ F 2026-07-05 00:19:55
t*e*i*n*o*r*u*.com (WP 6.9.4) βœ… D 2026-07-05 00:09:49
p*a*e*e*b*s*n*s*.com (WP 7.0) βœ… F 2026-07-04 23:40:51
m*b*y*j.com (WP 7.0) βœ… F 2026-07-04 15:10:46
i*t*e*c.com (WP 6.7.5) πŸ‘€ F 2026-07-04 15:07:50
i*t*e*i*.com (WP 6.7.5) βœ… F 2026-07-04 15:07:50
t*c*o*i*f*n*n*i*l.com βœ… F 2026-07-04 12:59:34
t*c*o*i*a*f*l*a*e*.com βœ… F 2026-07-04 12:59:34
m*a*a*o*g*y.com (WP 7.0) πŸ‘€ F 2026-07-04 10:55:44
a*u*l*f*.com (WP 7.0) βœ… F 2026-07-04 10:02:47
o*a*e*i*o*t*a*a.fi (WP 7.0) πŸ‘€ F 2026-07-04 09:41:45
a*r*f*o*e*t*m*z*n*a.com (WP 7.0) πŸ‘€ F 2026-07-04 06:34:35
a*r*s*a*v*s*r*.com (WP 7.0) βœ… F 2026-07-04 04:57:09
p*o*i*a*l*r*p*r*.com βœ… F 2026-07-04 01:42:24
p*o*i*a*l*-*m*i*s.com βœ… F 2026-07-04 01:39:21
v*g*i*v*s*o*s.com (WP 6.9.4) βœ… F 2026-07-03 21:31:45
l*-*e*i*e*v*u*-*e*d*a*l*b*e*.org βœ… F 2026-07-03 20:37:34
m*p*a*n*r.in (WP 7.0) βœ… F 2026-07-03 19:15:49
a*e*t*n*o*m*t*o*s*f*w*r*.com βœ… F 2026-07-03 18:06:40
g*t*c*i*.com (WP 7.0) πŸ‘€ F 2026-07-03 14:50:29
c*m*o*i*y*r*d*n*w*e*.com (WP 7.0) βœ… F 2026-07-03 14:46:40
i*d*a*n*f*n*n*e.com βœ… F 2026-07-03 14:42:24
p*t*o*e*.lat (WP 7.0) πŸ‘€ F 2026-07-03 13:43:11
p*t*o*r*s.c*m.ar (WP 7.0) βœ… F 2026-07-03 13:35:48
i*d*a*e*s*t*e*m.com (WP 6.0.12) ⚠️ F 2026-07-03 13:10:34
p*r*a.org βœ… F 2026-07-03 05:00:18
v*r*x*m*g*n*.com βœ… F 2026-07-03 04:49:55
c*i*f*r*i*s*r*n*e.com (WP 7.0) βœ… F 2026-07-03 01:22:01
v*n*a*e*r*l*i*g.com (WP 6.9) πŸ‘€ F 2026-07-03 00:10:17
a*r*n*e*a*.com (WP 6.9.4) βœ… F 2026-07-02 23:11:58
c*n*r*s*d*i*y.com (WP 6.9) πŸ‘€ F 2026-07-02 18:07:40
a*r*c*n*w*g*o*a*.c*.za (WP 6.8.5) πŸ‘€ F 2026-07-02 17:22:59
a*r*c*n*w*g*o*a*.com (WP 6.8.5) πŸ‘€ F 2026-07-02 17:15:59
l*m*n*e*e*e*e*t*i*i*e.ca βœ… B 2026-07-02 14:02:34
m*c*a*r*n*c*c*n*d*.ca βœ… F 2026-07-02 14:02:34
d*i*e*a*d*o*t*o*s.ca βœ… F 2026-07-02 14:02:34
c*n*d*a*e*e*t*i*a*w*o*e*a*e*.ca βœ… B 2026-07-02 14:02:34
e*e*t*i*a*i*d*s*r*.ca βœ… F 2026-07-02 14:02:34
a*r*e*w*t*m*n*.com βœ… D 2026-07-02 12:21:44
i*v*s*-*a*i*g.ru βœ… D 2026-07-02 09:23:35
w*t*-*a*.com πŸ‘€ F 2026-07-02 07:50:49
s*i*s*n*s*r*b*p*d*a*t.com πŸ‘€ F 2026-07-02 07:22:24
b*r*m*r*t*m*.com πŸ‘€ F 2026-07-02 04:47:33
i*m*d*a*e*t*e*d*a*.com (WP 7.0) βœ… F 2026-07-01 22:57:49
w*s*e*l*n*.com βœ… F 2026-07-01 22:36:51
w*s*f*a*s*n.com (WP 7.0) βœ… F 2026-07-01 21:36:43
f*t*r*-*n*r*i.com (WP 7.0) πŸ‘€ F 2026-07-01 20:16:45
c*d*a*l*s.com (WP 7.0) πŸ‘€ F 2026-07-01 18:12:31
d*e*p*r*.com πŸ‘€ F 2026-07-01 10:23:47
b*n*l*d*s*t*x*i*e*o*r*a*.com (WP 7.0) βœ… F 2026-07-01 09:06:23
u*o*i*a*r*c*m*n*s.com (WP 7.0) πŸ‘€ F 2026-07-01 04:08:53
m*r*g*g*i*s*g*t*.org (WP 7.0) πŸ‘€ F 2026-07-01 02:42:33
c*d*i*u*d.com βœ… F 2026-07-01 00:33:32
g*o*a*h*a*t*l*d.ca (WP 7.0) βœ… D 2026-07-01 00:31:05
m*m*n*u*.financial (WP 7.0) πŸ‘€ F 2026-06-30 22:45:27
s*n*y*o*n*h*l*i*g*.com (WP 6.9) βœ… D 2026-06-30 17:47:35
c*t*a*e*e*g*.com (WP 5.5.9) ⚠️ πŸ“‚ F 2026-06-30 13:47:42
g*m*r*s*e*o*.com βœ… C 2026-06-30 03:25:28
j*w*l*y*o*b*o.com (WP 7.0) βœ… D 2026-06-30 02:37:40
f*x*h*t*l*.com (WP 7.0) βœ… F 2026-06-29 21:31:53
e*a*-*m*.fr (WP 6.8.5) βœ… A 2026-06-15 17:00:22
d*s*o*i*i*.ro βœ… F 2026-06-08 19:56:21
n*i*i*a*c*b*d*y.com πŸ‘€ D 2026-06-07 19:23:41
c*s*l*n*e*s.net (WP 6.9.4) πŸ‘€ F 2026-06-06 04:51:44
t*e*e*l*s*.com (WP 6.8.5) πŸ‘€ F 2026-06-06 00:12:56
m*l*s*i*a*c*a*s*r*i*e*.com βœ… F 2026-06-04 03:14:35
t*e*e*a*e*g*o*p.com (WP 7.0) βœ… C 2026-06-04 00:19:52
f*e*s*e*e*.com (WP 7.0) βœ… F 2026-06-03 22:10:56
m*l*o*i*s*r*n*e*.com (WP 7.0) βœ… D 2026-06-03 18:31:42
m*l*o*i*s.com (WP 7.0) βœ… D 2026-06-03 18:31:42
t*e*r*f*t*a*n*h*r.com βœ… F 2026-06-03 18:26:44
s*m*r*g.com (WP 6.9.4) βœ… D 2026-06-02 03:20:13
a*r*v*l*e*r*n*p*r*.com (WP 7.0) βœ… F 2026-06-02 00:13:47
s*l*e*s*o*t*e*s*.com (WP 7.0) βœ… F 2026-06-01 21:03:12
s*l*e*s*n*u*a*c*.com (WP 7.0) βœ… F 2026-06-01 21:03:12
s*l*e*s*r*p*n*.com (WP 7.0) πŸ”“ F 2026-06-01 21:03:12
s*l*e*s.com (WP 7.0) βœ… F 2026-06-01 21:03:12
l*v*i*v*s*o*l*n*.com (WP 7.0) βœ… F 2026-06-01 14:59:51
1*1*o*r*d*r.com (WP 6.7.5) βœ… F 2026-06-01 07:01:46
c*r*t*n*m*t*f*n*n*i*l.com βœ… F 2026-06-01 05:44:57
m*t*o*a*d*e*h*t*o*i*s.ca βœ… B 2026-06-01 05:05:26
a*s*a*i*a*a*v*s*r*.com βœ… F 2026-06-01 00:31:46
h*m*i*g*i*d*n*e*c*m*.com (WP 7.0) βœ… F 2026-05-31 23:58:10
h*m*a*e*h*a*i.com (WP 7.0) βœ… F 2026-05-31 23:42:18
c*b*a*t*e*s.com (WP 7.0) βœ… F 2026-05-31 23:08:07
i*p*e*e*o*.com (WP 7.0) βœ… F 2026-05-31 22:56:04
l*t*n*s*i*.com (WP 7.0) βœ… F 2026-05-31 17:56:53
f*c*s*n*v*r*a*.com (WP 6.9.4) βœ… F 2026-05-31 15:51:52
s*f*e*t*r*r*s*s.com (WP 7.0) βœ… F 2026-05-31 13:40:41
n*w*c*a*i*g.com (WP 7.0) βœ… F 2026-05-31 12:45:29
p*i*e*u*s*l*a*r*e*e*t.com (WP 7.0) βœ… D 2026-05-31 12:20:05
p*f*d*i*o*s.com (WP 7.0) βœ… F 2026-05-31 11:48:14

Top 50 Plugins

Plugin Count
elementor 1,779,388
contact-form-7 1,761,088
elementor-pro 1,055,687
woocommerce 817,660
revslider 612,251
jetpack 458,895
js_composer 422,839
wp-rocket 341,544
essential-addons-for-elementor-lite 266,783
complianz-gdpr 259,818
gravityforms 257,768
google-site-kit 232,142
cookie-law-info 230,394
instagram-feed 226,099
sitepress-multilingual-cms 211,909
header-footer-elementor 208,549
google-analytics-for-wordpress 207,147
bluehost-wordpress-plugin 193,005
elementskit-lite 181,900
gutenberg 167,565
cookie-notice 150,381
litespeed-cache 143,078
gtranslate 126,061
wpforms-lite 125,379
the-events-calendar 123,077
gutenberg-core 122,519
astra-sites 114,573
popup-maker 110,596
woocommerce-payments 110,364
tablepress 102,292
honeypot 98,159
astra-addon 94,468
wp-smushit 91,509
duracelltomi-google-tag-manager 90,847
coblocks 90,281
layerslider 89,960
all-in-one-seo-pack 89,716
bb-plugin 86,712
akismet 85,457
premium-addons-for-elementor 85,000
cleantalk-spam-protect 83,269
ml-slider 82,930
mailchimp-for-wp 82,435
megamenu 80,780
woocommerce-gateway-stripe 80,066
jet-engine 77,767
fusion-builder 77,630
ewww-image-optimizer 76,815
smart-slider-3 76,682
wp-pagenavi 76,584

Top 50 Themes

Theme Count
hello-elementor 623,140
Divi 499,644
astra 417,537
flatsome 137,169
Avada 121,933
generatepress 115,455
pub 85,361
oceanwp 81,158
kadence 79,293
enfold 69,360
salient 65,583
twentyseventeen 54,581
bb-theme 52,905
betheme 52,583
twentytwentyfour 52,393
blocksy 51,239
cocoon-master 49,293
dt-the7 45,667
twentytwentyfive 44,879
h4 42,570
woodmart 41,447
neve 38,409
Avada-Child-Theme 37,034
gox 36,294
bridge 31,641
twentytwentyone 30,513
lightning 29,886
twentytwenty 28,872
swell 27,928
bricks 26,549
Impreza 26,210
Newspaper 24,349
twentytwentythree 22,239
epik-redesign 19,218
twentytwentytwo 18,921
uncode 18,690
twentysixteen 17,681
pro 17,583
sydney 16,662
storefront 16,428
Total 14,531
hello-theme-child-master 14,048
factory-templates-4 13,733
extendable 13,170
themify-ultra 12,997
hestia 12,665
yootheme 12,622
yith-wonder 12,423
porto 12,058
jupiter 11,700