Title: Vunelix Financial Widgets
Author: vunelix
Published: <strong>May 18, 2026</strong>
Last modified: May 18, 2026

---

Search plugins

![](https://ps.w.org/vunelix-financial-widgets/assets/icon-256x256.png?rev=3535362)

# Vunelix Financial Widgets

 By [vunelix](https://profiles.wordpress.org/vunelix/)

[Download](https://downloads.wordpress.org/plugin/vunelix-financial-widgets.1.0.5.zip)

 * [Details](https://vec.wordpress.org/plugins/vunelix-financial-widgets/#description)
 * [Reviews](https://vec.wordpress.org/plugins/vunelix-financial-widgets/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/vunelix-financial-widgets/#installation)
 * [Development](https://vec.wordpress.org/plugins/vunelix-financial-widgets/#developers)

 [Support](https://wordpress.org/support/plugin/vunelix-financial-widgets/)

## Description

**Vunelix Financial Widgets** adds embeddable, real-time financial widgets to any
WordPress page or post with a simple shortcode.

20+ widgets covering **crypto, stocks, forex, funds, and technical analysis**, powered
by live market data over WebSocket.

#### Features

 * Free — all included widget types work without a paid upgrade
 * Standalone — no other plugin required
 * Shadow DOM rendering for CSS isolation from the host theme
 * Real-time price updates via WebSocket
 * Auto light/dark theme detection plus manual override
 * Custom color overrides (separate light/dark values)
 * 30+ language translations with full RTL support
 * Mobile responsive
 * Lazy loading — widget JS runs when scrolled into view
 * Visual shortcode generator in the WordPress admin
 * Domain-based authorization (no API key to manage)

#### Widget Categories

**Ticker Widgets**
 * **Ticker Tape** — Scrolling price bar with live crypto, forex,
and stock quotes * **Ticker** — Static price cards with real-time updates

**Market Movers**
 * **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

**Currency Tools**
 * **Currency Converter** — Real-time currency conversion with
150+ pairs and historical chart * **Cross Rates** — Live exchange rates matrix between
major and exotic currency pairs * **Currency Heatmap** — Color-coded forex strength
grid across multiple timeframes

**Heatmaps**
 * **Crypto Heatmap** — Market cap weighted cryptocurrency treemap ***
Stock Heatmap** — Stock market heatmap organized by sector and market cap

**Screeners (7 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 * **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

**Technical Analysis**
 * **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

#### How It Works

 1. Install and activate the plugin
 2. Go to **Vunelix Widgets** in the WordPress admin sidebar
 3. Pick a widget and configure settings visually
 4. Copy the generated shortcode
 5. Paste into any page, post, or widget area
 6. Done — the widget renders with live data on your site

#### Shortcode Examples

**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″]

#### Getting Started

Widgets load on verified domains. To activate:

 1. [Sign up for free](https://developers.vunelix.com/signup) at the Vunelix developer
    portal
 2. Add and verify your website domain
 3. Install this plugin and start embedding widgets

No credit card, no trial period — the free plan includes all 20+ widget types.

### External services

This plugin relies on two external services to function. By using the plugin you
agree to the terms and privacy policies linked below.

#### Vunelix (vunelix.com)

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:

 * When a widget is rendered on a frontend page, the browser sends a POST request
   to `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.
 * When a widget loads, the browser fetches language JSON files from `https://vunelix.
   com/assets/js/lang/...`. (Widget CSS is bundled with the plugin and loaded locally—
   see “Source code” below.)
 * In the WordPress admin dashboard, country flag icons and asset/symbol icons used
   inside select dropdowns are loaded as `<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).
 * The admin dashboard also calls `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.

 * Website: https://vunelix.com
 * Terms of Service: https://vunelix.com/terms
 * Privacy Policy: https://vunelix.com/privacy-policy

#### FCS API (fcsapi.com)

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.

 * Website: https://fcsapi.com
 * Terms of Service: https://fcsapi.com/terms
 * Privacy Policy: https://fcsapi.com/privacy-policy

### Source code

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/`. No build step is required to inspect or modify the code.

### Love Vunelix? Leave a Review!

If Vunelix Widgets is helping your site, please [leave a 5-star review](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/#new-post).
It takes 30 seconds and helps other WordPress users discover the plugin. Your feedback
motivates us to keep shipping new features and improvements.

## Screenshots

[⌊Crypto Heatmap — Market cap weighted cryptocurrency treemap⌉⌊Crypto Heatmap — 
Market cap weighted cryptocurrency treemap⌉[

Crypto Heatmap — Market cap weighted cryptocurrency treemap

[⌊Ticker — Scrolling price bar with live crypto, forex, and stock quotes⌉⌊Ticker—
Scrolling price bar with live crypto, forex, and stock quotes⌉[

Ticker — Scrolling price bar with live crypto, forex, and stock quotes

[⌊Currency Heatmap — Color-coded forex strength across timeframes⌉⌊Currency Heatmap—
Color-coded forex strength across timeframes⌉[

Currency Heatmap — Color-coded forex strength across timeframes

[⌊Stock Screener — Screen stocks across 50+ global markets⌉⌊Stock Screener — Screen
stocks across 50+ global markets⌉[

Stock Screener — Screen stocks across 50+ global markets

[⌊Stock Heatmap — Sector-based stock market heatmap⌉⌊Stock Heatmap — Sector-based
stock market heatmap⌉[

Stock Heatmap — Sector-based stock market heatmap

[⌊Stock Market Movers — Top gaining and losing stocks⌉⌊Stock Market Movers — Top
gaining and losing stocks⌉[

Stock Market Movers — Top gaining and losing stocks

[⌊Currency Converter — Real-time conversion with historical chart⌉⌊Currency Converter—
Real-time conversion with historical chart⌉[

Currency Converter — Real-time conversion with historical chart

[⌊Crypto Screener — Filter and sort 10,000+ cryptocurrencies⌉⌊Crypto Screener — 
Filter and sort 10,000+ cryptocurrencies⌉[

Crypto Screener — Filter and sort 10,000+ cryptocurrencies

[⌊Currency Cross Rates — Live exchange rates matrix⌉⌊Currency Cross Rates — Live
exchange rates matrix⌉[

Currency Cross Rates — Live exchange rates matrix

[⌊Crypto Market Movers — Top gaining and losing cryptocurrencies⌉⌊Crypto Market 
Movers — Top gaining and losing cryptocurrencies⌉[

Crypto Market Movers — Top gaining and losing cryptocurrencies

[⌊Forex Screener — Compare forex pairs with technical data⌉⌊Forex Screener — Compare
forex pairs with technical data⌉[

Forex Screener — Compare forex pairs with technical data

[⌊Forex Market Movers — Most active forex pairs⌉⌊Forex Market Movers — Most active
forex pairs⌉[

Forex Market Movers — Most active forex pairs

## Installation

**From WordPress Admin:**

 1. Go to **Plugins  Add New**
 2. Search for “Vunelix Financial Widgets”
 3. Click **Install Now**  **Activate**
 4. Go to **Vunelix Widgets** in the admin sidebar

**Manual Installation:**

 1. Download the plugin zip file
 2. Go to **Plugins  Add New  Upload Plugin**
 3. Upload the zip file and click **Install Now**
 4. Activate the plugin

**After Activation:**

 1. [Sign up for free](https://developers.vunelix.com/signup) and verify your domain
 2. Go to **Vunelix Widgets** in the admin sidebar
 3. Select a widget, configure it, and copy the shortcode
 4. Paste the shortcode into any page or post

## FAQ

### Do I need an API key?

No. Vunelix uses domain-based authorization. Just verify your website domain at 
[developers.vunelix.com](https://developers.vunelix.com/signup) and widgets activate
automatically.

### Is it really free?

Yes. All 20+ widget types are free with no time limit. Premium plans add features
like branding removal, higher symbol limits, and priority support.

### Will this slow down my website?

Widgets use lazy loading — JavaScript runs when a widget scrolls into view. CSS 
is isolated inside Shadow DOM. There are no heavy libraries and no jQuery dependency.

### Does it work with Elementor / Divi / WPBakery?

Yes. The shortcode `[vunelix ...]` works in any page builder that supports WordPress
shortcodes. Just paste it into a text or shortcode block.

### Does it work with my theme?

Yes. All widgets render inside Shadow DOM, which means they are completely isolated
from your theme’s CSS. They will never break your layout, and your styles will never
affect the widget.

### Can I use multiple widgets on the same page?

Yes. You can add as many widgets as you want. Each one loads independently.

### Can I customize the look and feel?

Yes. Every widget supports:
 * Theme: Auto (detect from site), Light, Dark * Custom
colors: Positive, negative, background, text, border — with separate light and dark
values * Transparent background mode

### Does it support RTL languages?

Yes. Full RTL layout support for Arabic (العربية), Hebrew (עברית), Farsi (فارسی),
and Urdu (اردو) with automatic direction detection.

### What markets and assets are covered?

 * **Crypto** — 10,000+ coins and tokens across major exchanges
 * **Stocks** — 50+ global markets including US, EU, Asia, Middle East
 * **Forex** — 150+ currency pairs from major exchanges
 * **Funds** — Mutual funds and ETFs
 * **DEX** — Decentralized exchange pairs

### How do I get support?

Visit [vunelix.com](https://vunelix.com) for documentation, or reach out through
the developer dashboard.

## Reviews

![](https://secure.gravatar.com/avatar/de9713529cc7c8d9309c35ce1cd3ca7524e8eca2e13652b6b7b8e576122ffae9?
s=60&d=retro&r=g)

### 󠀁[Amazing Plugin](https://wordpress.org/support/topic/amazing-plugin-2893/)󠁿

 [samelite](https://profiles.wordpress.org/samelite/) August 1, 2026

Great Plugin…Fast. Multiple Sources, and verity of options …And WordPress Freindly

![](https://secure.gravatar.com/avatar/06492651c01a6a9d74d55251ac86dab201b2930a4aa813b609d6dda2b7dd768d?
s=60&d=retro&r=g)

### 󠀁[Exactly what i needed](https://wordpress.org/support/topic/really-good-plugin-281/)󠁿

 [fakharabbas](https://profiles.wordpress.org/fakharabbas/) June 2, 2026

i tried few other plugins before this but they were either paid or too complicated.
this one is free and has everything crypto, stocks, forex. setup took me like 5 
min. only thing i wish is bit more documentation but otherwise no complaints, widgets
look clean and load fast. 5 stars

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/)

## Contributors & Developers

“Vunelix Financial Widgets” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ vunelix ](https://profiles.wordpress.org/vunelix/)

[Translate “Vunelix Financial Widgets” into your language.](https://translate.wordpress.org/projects/wp-plugins/vunelix-financial-widgets)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/vunelix-financial-widgets/),
check out the [SVN repository](https://plugins.svn.wordpress.org/vunelix-financial-widgets/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/vunelix-financial-widgets/)
by [RSS](https://plugins.trac.wordpress.org/log/vunelix-financial-widgets/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.5

 * Initial release with 20+ financial widgets
 * Visual shortcode generator in WordPress admin
 * Shadow DOM isolation — zero CSS conflicts
 * Real-time WebSocket price streaming
 * Auto light/dark theme detection
 * 30+ language translations with full RTL support
 * Custom color overrides (light + dark values)
 * Lazy loading for optimal page speed
 * Domain-based authorization (no API keys)

## Meta

 *  Version **1.0.5**
 *  Last updated **3 months ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.9.6**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/vunelix-financial-widgets/)
 * Tags
 * [cryptocurrency](https://vec.wordpress.org/plugins/tags/cryptocurrency/)[forex](https://vec.wordpress.org/plugins/tags/forex/)
   [stocks](https://vec.wordpress.org/plugins/tags/stocks/)[widgets](https://vec.wordpress.org/plugins/tags/widgets/)
 *  [Advanced View](https://vec.wordpress.org/plugins/vunelix-financial-widgets/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/vunelix-financial-widgets/reviews/)

## Contributors

 *   [ vunelix ](https://profiles.wordpress.org/vunelix/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/vunelix-financial-widgets/)