biquote
Home / Docs / Guides

A Free TradingView Widget Alternative

TradingView's embed widgets are the default choice for putting live prices on a website — but they are heavy, brand-locked, and the interesting ones sit behind attribution and upgrade prompts. biquote's widget suite covers the same ground with a lighter footprint: one script tag, twelve widgets, real-time WebSocket prices, free.

The one-tag embed

<script src="https://widgets.biquote.io/v1/loader.js" async></script>

<div data-biquote-widget="ticker"    data-symbols="EURUSD,XAUUSD,BTCUSD"></div>
<div data-biquote-widget="pricecard" data-symbol="EURUSD"></div>
<div data-biquote-widget="chart"     data-symbol="XAUUSD" data-range="1D"></div>

The loader is 1.4 KB gzipped and lazy-loads only the widgets a page actually uses. A page with just a ticker never downloads chart code.

The twelve widgets

WidgetWhat it shows
Tickerscrolling price tape for any symbol list
Price Cardone symbol in depth with a 24h sparkline
Chartprice chart with ranges + indexed symbol comparison
Watchlistmulti-symbol table, optionally reader-editable
Market Moversgainers / losers / most active, tabbed
Market Overviewforex, crypto, indices, metals in one panel
Heatmapthe day's moves as a colour grid
Market Breadthhow many instruments are up vs down
Cross Rateslive currency matrix
Currency Convertercross-rate calculator
News Feedmarket/crypto/business headlines
Economic Calendarreleases across 54 countries with actual/forecast/previous

Why teams pick it over TradingView embeds

What it does not do

Honesty section: there is no drawing-tools super-chart, no stock fundamentals, and no exchange-listed equity feeds — coverage is forex, crypto CFDs, metals, energy and index/US-equity CFDs (~280 live instruments). If you need Pine Script or NYSE level 1, TradingView remains the tool.

Browse the widget library →