Embeddable Widgets

Add Sentiment Data to Your Site

Last updated: 2026-03-13 23:55:17 (Jerusalem)

🧩 Embed Sentiment Widgets

Add real-time forex sentiment data to your website with our embeddable widgets. Each widget is designed to be lightweight, responsive, and match your site's theme. All links open in new tabs.

âš ī¸ Domain Whitelist Required: Embeds only work on whitelisted domains. Contact us to add your domain.

💱 Single Currency Widget

Display aggregated sentiment for a single currency. Shows the overall bullish/bearish percentage based on all pairs containing that currency.

<iframe 
  src="https://forexsentimentdata.com/embed/currency/EUR" 
  width="200" 
  height="160"
  frameborder="0"
></iframe>
ParameterDescriptionExample
currencyCurrency code in URL pathEUR, USD, GBP, JPY, AUD, CAD, CHF, NZD
themeColor theme?theme=dark (default) or ?theme=light

📊 Single Pair Widget

Display current sentiment for a specific currency pair. Shows long/short percentages with a visual progress bar.

<iframe 
  src="https://forexsentimentdata.com/embed/pair/EURUSD" 
  width="320" 
  height="180"
  frameborder="0"
></iframe>
ParameterDescriptionExample
pairPair code in URL path (no slash)EURUSD, GBPJPY, XAUUSD, USDJPY
themeColor theme?theme=dark (default) or ?theme=light

🚀 Biggest Movers Widget

Shows pairs with the largest sentiment changes in the last 24 hours. Great for spotting sudden shifts in market positioning.

<iframe 
  src="https://forexsentimentdata.com/embed/movers" 
  width="100%" 
  height="300"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

đŸŽ¯ Currency Sentiment Meter

Aggregated sentiment meter for all 8 major currencies. Shows overall bullish/bearish bias for each currency with visual bars.

<iframe 
  src="https://forexsentimentdata.com/embed/meter" 
  width="100%" 
  height="400"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

📋 Overview Widget

Full overview grid showing all currency pairs with sort and filter controls. Filter by currency (EUR, USD, etc.) or sort by most extreme, biggest change, momentum, or alphabetically.

<iframe 
  src="https://forexsentimentdata.com/embed/overview" 
  width="100%" 
  height="600"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

📈 Historical Chart

Interactive historical sentiment chart showing long/short percentages over time. Includes timeframe selector (15m to Monthly) and statistics panel. Two versions available:

  • /embed/chart — Full chart with pair dropdown selector
  • /embed/chart/PAIR — Single pair chart (no selector, cleaner look)

With Pair Selector:

<iframe 
  src="https://forexsentimentdata.com/embed/chart?pair=EURUSD" 
  width="100%" 
  height="600"
  frameborder="0"
></iframe>

Single Pair (no selector):

<iframe 
  src="https://forexsentimentdata.com/embed/chart/XAUUSD" 
  width="100%" 
  height="600"
  frameborder="0"
></iframe>
ParameterDescriptionDefault / Example
pairPair code (URL path or query param)EURUSD, GBPJPY, XAUUSD
themeColor theme?theme=dark (default) or ?theme=light

đŸ”Ĩ Sentiment Heatmap

Visual heatmap grid showing sentiment extremes across all pairs. Green cells = crowd long (>70%), Red cells = crowd short (>70%). Click any pair to view its chart.

<iframe 
  src="https://forexsentimentdata.com/embed/heatmap" 
  width="100%" 
  height="500"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

🔗 Correlation Matrix

Sentiment correlation matrix showing how pair positioning moves together or opposite. Toggle between 24-hour and 7-day correlation periods. Green = positive correlation, Red = negative correlation.

<iframe 
  src="https://forexsentimentdata.com/embed/correlation" 
  width="100%" 
  height="600"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

🚨 Sentiment Pattern Signals

Recent sentiment pattern changes with filters by signal type (Crossover, Momentum, Currency Strength), category, and pair. Shows when retail positioning patterns shift significantly.

<iframe 
  src="https://forexsentimentdata.com/embed/signals" 
  width="100%" 
  height="500"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light

⚡ Historical Extremes

Historical extreme sentiment events when positioning reached â‰Ĩ70% long or short. Filter by pair or direction. Useful for contrarian trading analysis.

<iframe 
  src="https://forexsentimentdata.com/embed/extremes" 
  width="100%" 
  height="500"
  frameborder="0"
></iframe>
ParameterDescriptionDefault
themeColor theme?theme=dark (default) or ?theme=light