Add Sentiment Data to Your Site
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.
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>
| Parameter | Description | Example |
|---|---|---|
currency | Currency code in URL path | EUR, USD, GBP, JPY, AUD, CAD, CHF, NZD |
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Example |
|---|---|---|
pair | Pair code in URL path (no slash) | EURUSD, GBPJPY, XAUUSD, USDJPY |
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default / Example |
|---|---|---|
pair | Pair code (URL path or query param) | EURUSD, GBPJPY, XAUUSD |
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |
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>
| Parameter | Description | Default |
|---|---|---|
theme | Color theme | ?theme=dark (default) or ?theme=light |