LIVE DATA • PROXIED
REAL-TIME BILLIONAIRES
The world’s wealthiest individuals, ranked by net worth. Data streams from Forbes via a 15-minute memory-cached proxy so the numbers never break in your browser.
Why a proxy? Forbes blocks direct CORS requests from browsers. This self-hosted endpoint fetches with realistic desktop headers, caches the JSON for 15 minutes in memory, and serves clean records. If Forbes is unreachable, the last good snapshot is returned automatically.
TECHNICAL NOTES
- Net worth values are converted from Forbes’ raw “finalWorth” (millions) → clean billions with one decimal place.
- Daily change uses the previous estimate (estWorthPrev) vs current finalWorth. Zero when no prior value exists.
- Green = daily gain. Red = daily loss. Updates reflect market moves and currency shifts.
- Our backend never hits Forbes more than once per 15 minutes regardless of traffic.
EMBED THE WIDGET
Copy the complete standalone snippet below and paste it into any blog post, sidebar, or static page. It works everywhere — no build step required.
Embed this widget on your site
Drop-in self-contained HTML. Updates automatically from our 15-minute cache.
<!-- Real-Time Billionaires Tracker Widget -->
<!-- Paste this anywhere in your blog sidebar or post. Self-contained. -->
<div class="rtb-widget">
<div class="rtb-header">
<div class="rtb-title">Real-Time Billionaires</div>
<div class="rtb-subtitle" id="rtb-timestamp">Loading live data…</div>
</div>
<div id="rtb-list" class="rtb-list">
<div class="rtb-loading">Connecting to proxy…</div>
... (full self-contained block — click copy for everything)Works on any static site, WordPress, Substack, Ghost, etc. No external dependencies.