Radar Perene / widgets
Embeddable widgets
One line of HTML brings the Radar onto your site. The widget loads today's state — regime, lenses, intermarket, a single asset — and refreshes on its own at each market close. No signup, no API key, no per-user rate limit.
The embed detects its origin domain: served from `radarperene.com` it speaks English; from `radarperene.com.br`, Portuguese, reading Brazil. Attribution to Radar Perene travels inside the widget.
1. How to embed
Include the script once and declare the element where the widget should appear:
<script src="https://radarperene.com/radar.js" defer></script>
<radar-perene widget="regime-br"></radar-perene>
The `widget` attribute picks a section preset. Omit it and use `symbol` to pin a single asset. The element renders crawler-readable HTML — content does not depend on JavaScript to be indexed.
2. Preset catalogue
| `widget=` | What it shows |
|---|---|
| `editorial` | The full editorial layer: regime, lenses, live thesis, analogs, thermometers, lead-lag, divergences and the curated cross — what matters today, no catalogs. |
| `exploration` | The exploration layer: indices, intermarket, fiscal, crypto, breadth and the Explore doors (markets, comparisons, studies). |
| `regime-br` | Brazil Regime: the five lenses, macro, intermarket, and equities. The anchor panel. |
| `panorama` | Lenses, intermarket, and the day's divergences — a surface read. |
| `lenses` | The Radar's five lenses, on their own. |
| `thermometers` | Global thermometers (indices, FX, commodities). |
| `global` | The external view: thermometers, crypto, lead-lag, analog, and divergences. |
| `crypto` | Crypto panel (Fear & Greed, liquidity). |
<radar-perene widget="panorama"></radar-perene>
<radar-perene widget="global"></radar-perene>
3. A single asset
The `symbol` attribute pins the widget to one asset — a stock, REIT, index, crypto, commodity, FX pair, or rate. The stacked panel (price, Ânima Index, Perene Risk Index) is the same one every Radar ticker uses.
<radar-perene symbol="PETR4"></radar-perene>
<radar-perene symbol="IBOV"></radar-perene>
<radar-perene symbol="BTC"></radar-perene>
Available codes live at the `/v1/tickers` endpoint and in the home-page search. Each asset opens in the Radar's universal template.
4. Attribution and use
The widget is free, commercial use included. In return, the citation "Source: Radar Perene", with a clickable link to the data's origin, travels inside the widget and cannot be removed. The full rule is in the Terms of use, clause 6.
For the raw JSON endpoint — without the chart — see the API documentation.
One embed, any asset, the same method as the whole Radar.