

Ticker Tape — Scrolling price bar with live crypto, forex, and stock quotes
Vunelix Financial Widgets adds live cryptocurrency, stock and forex widgets to any WordPress page or post with a simple shortcode — a crypto price ticker, a stock ticker, a screener, a heatmap, or a currency converter.
40+ widgets covering cryptocurrency, stocks, forex, funds, and technical analysis, streaming live market data over WebSocket. No API key required.
Show a Bitcoin or Ethereum price ticker, a stock market screener, a crypto heatmap, a currency converter, an economic calendar, or a technical analysis chart — on any page, post, or sidebar. Add a market overview with a watchlist, live exchange rates, or a world map of today’s market data. Built for crypto, investing, trading, and finance sites that need live prices and charts without writing code.
Charts
* Symbol Overview — Price chart with the asset’s logo, name, exchange and live quote above it; several symbols each get their own tab
* Mini Chart — A compact price preview with a clean sparkline, sized for a sidebar or a blog post
* Seasonality — Every year of an asset’s history drawn on one twelve-month axis, with a month-by-month table of the same data
* Advanced Chart — A preview card linking to the full charting workspace on vunelix.com (drawing tools, indicators and bar replay run there)
Ticker
* Ticker Tape — Scrolling price bar with live crypto, forex, and stock quotes, plus an optional hover card showing a price chart and performance grid
* Ticker — Static price cards with real-time updates and the same optional hover card
* Single Ticker — One symbol with logo, live price, and change in a compact card, with an optional price history chart
* Ticker Tag — A compact inline pill that sits inside a sentence, showing a symbol’s logo and daily change, with a hover card for the full chart
Watchlists
* Market Overview — A chart with a watchlist beneath it; click any symbol and the chart follows, with ranges from one day to five years
* Crypto Market Movers — Top gaining and losing cryptocurrencies
* Forex Market Movers — Most active forex pairs by price movement
* Stock Market Movers — Top gaining and losing stocks
Screeners (9 types)
* Crypto Screener — Filter, sort, and compare 10,000+ cryptocurrencies
* Stock Screener — Screen stocks across 50+ global markets
* Forex Screener — Compare forex pairs with technical and fundamental data
* Commodities Screener — Filter and sort commodities across metals, energy, and agriculture
* Indices Screener — Filter and sort stock market indices worldwide
* Fund Screener — Filter mutual funds and ETFs
* CEX Screener — Centralized exchange crypto trading pairs
* DEX Screener — Decentralized exchange token pairs
* DR Screener — Depositary receipts (ADR/GDR) screener
Heatmaps
* Currency Heatmap — Color-coded forex strength grid across multiple timeframes
* Stock Heatmap — Stock market heatmap organized by sector and market cap
* Crypto Heatmap — Market cap weighted cryptocurrency treemap
Maps
* World Market Summary — Every major stock market coloured by today’s move on an interactive world map, or as a ranked list
* Economy Map — The world coloured by inflation, GDP growth, unemployment, or interest rates, with one click to switch indicator
Calendars
* Economic Calendar — Upcoming GDP, inflation, rate decisions, and jobs releases with actual, forecast, and previous figures
* Dividends Calendar — Upcoming ex-dividend dates, payment dates, yields, and an estimated profit calculator
Financials
* Statements — Income statement, balance sheet, and cash flow with an interactive chart
* Key Statistics — Market cap, P/E, margins, and returns for any listed company
* Company Dividends — Payout history, yield, and ex-dividend dates
* Earnings — EPS actuals against estimates, with surprise history
* Revenue — Sales history and growth rates, annual and quarterly
* Company Profile — CEO, founding year, sector, industry, headquarters, employees, and ISIN / FIGI identifiers
Currency
* Currency Converter — Real-time currency conversion with 150+ pairs and historical chart
* Currency Cross Rates — Live exchange rates matrix between major and exotic currency pairs
Tools
* Gold Calculator — Live gold rates with karat comparison, tola/gram conversion, and item price breakdown
* Symbol Search — Search modal for stocks, crypto, and forex, opened from any element
Technical
* Technical Analysis — Full analysis with oscillators, moving averages, and pivot points
* Technical Summary — Quick buy/sell signal gauge
* Oscillators — RSI, MACD, Stochastic, CCI, and more
* Moving Averages — SMA, EMA, WMA, and other MA indicators
* Pivot Points — Classic, Fibonacci, Camarilla, and Woodie pivot levels
Scrolling Crypto Ticker:
[vunelix widget=”ticker-tape” theme=”dark” symbols=”BINANCE:BTCUSD,BINANCE:ETHUSD,BINANCE:SOLUSD”]
Stock Screener with 50 rows:
[vunelix widget=”stock-screener” per_page=”50″ default_country=”US”]
Crypto Heatmap:
[vunelix widget=”crypto-heatmap” default_per_page=”100″ enable_fullscreen=”true”]
USD to EUR Converter:
[vunelix widget=”currency-converter” from=”USD” to=”EUR” show_chart=”true”]
Apple Technical Analysis:
[vunelix widget=”technical-analysis” symbol=”NASDAQ:AAPL” default_period=”1d”]
Forex Market Movers (dark theme):
[vunelix widget=”forex-market-movers” theme=”dark” sort_by=”active.chp_desc” per_page=”12″]
Widgets load on verified domains. To activate:
No credit card, no trial period — the free plan includes all 40+ widget types.
This plugin relies on two external services to function. By using the plugin you agree to the terms and privacy policies linked below.
What it is and what it is used for: Vunelix is the service operated by the plugin author. It provides the widget rendering API (HTML/CSS/icon templates per widget), domain-based authorization, language JSON files, and the icon/image assets shown in the WordPress admin dashboard (widget previews, country/symbol flags).
What data is sent and when:
https://vunelix.com/embed/render containing the widget slug, the widget settings configured in the admin, and the page URL on which the widget is embedded. The site domain is detected from the standard Origin / Referer headers the browser already sends.https://vunelix.com/assets/js/lang/.... (Widget CSS is bundled with the plugin and loaded locally — see “Source code” below.)<img> tags from https://vunelix.com/assets/icons/... (these change frequently as new symbols/markets are added, so they are served centrally rather than bundled).https://vunelix.com/api/ to fetch the searchable lists of currencies, stocks, and crypto symbols when the widget settings UI is opened.No personal user data is collected by the plugin itself.
What it is and what it is used for: FCS API is the upstream market-data provider used by the Vunelix backend to source real-time prices, technical signals, and chart data for crypto, forex, and stock symbols. Widgets receive this data via the Vunelix API and via a WebSocket stream.
What data is sent and when: When a widget connects, a WebSocket connection is opened to the FCS data feed to stream price updates for the symbols configured on the widget. No personal data is sent.
All JavaScript shipped with this plugin is provided in human-readable, un-obfuscated form inside the assets/js/ directory of the plugin. Widget CSS is bundled with the plugin under assets/css/widget-runtime/. Admin dashboard CSS lives directly under assets/css/. The world map drawn by the Maps widgets is a plain SVG bundled at assets/images/world-map.svg.
For performance, each widget is also shipped pre-bundled in assets/js/dist/, so a page loads one script instead of roughly eleven separate ES module requests. These bundles are minified (comments and whitespace removed) but not obfuscated: identifier names are never mangled, so every variable, function and class in a bundle carries the same name as in the source that ships beside it. The complete, un-minified source for every bundle is included in assets/js/ — nothing is shipped in compressed form alone. If assets/js/dist/ is deleted, the plugin automatically falls back to loading the original module sources, so no build step is required to inspect, modify, or run the code.
To regenerate the bundles from source:
cd build && npm install && npm run build
The build scripts live in build/ and use Rollup (to inline imports) followed by Terser (to strip comments). Identifier names are never mangled, so every name in a bundle matches the source that ships beside it. The widget list is read from includes/widgets/, so no file list is duplicated.
The Financials widgets (Statements, Key Statistics, Company Dividends, Earnings and Revenue) draw their charts with Chart.js 4.5.1, released under the MIT License. It ships with the plugin in assets/js/vendor/.
This is a reduced build rather than the full library: it registers only the parts these widgets use — bar and line controllers, the linear and category scales, and the tooltip and legend plugins. Everything else (doughnut, radar, polar area, the time scale) is left out, which takes it from 203 KB down to 150 KB.
chart-slim.min.js — the build the widgets loadchart-slim.src.js — the readable source it is built from: a short file that imports the needed Chart.js parts and registers themchart-slim.rollup.config.mjs — the Rollup config that produces the build, so it can be reproduced exactlychart.LICENSE.md — the MIT license textNothing is fetched from a CDN. Project home: https://www.chartjs.org — source: https://github.com/chartjs/Chart.js
If Vunelix Widgets is helping your site, please leave a 5-star review. It takes 30 seconds and helps other WordPress users discover the plugin. Your feedback motivates us to keep shipping new features and improvements.