๐ Embed the Internet Panic Index
Add real-time market sentiment to your website with a single code snippet.
Basic Embed (Both Markets)
<div id="ipi-widget" data-market="both"></div>
<script src="https://internetpanicindex.com/static/widget.js"></script>Copy
Options
data-market="stocks|crypto|both" โ Choose which market to display (default: both)
data-theme="dark|light" โ Dark or light theme (default: dark)
data-size="small|medium|large" โ Widget size (default: medium)
Stocks Only (Light Theme)
<div id="ipi-widget" data-market="stocks" data-theme="light" data-size="small"></div>
<script src="https://internetpanicindex.com/static/widget.js"></script>Copy
API Access
You can also use our JSON API directly: /docs
GET /api/current โ Both markets
GET /api/current/stocks โ Stocks only
GET /api/current/crypto โ Crypto only
GET /api/history/stocks?hours=168 โ 7-day history
GET /api/weekly-report โ Weekly summary
GET /api/alert-status โ Panic/greed alerts
Live Preview
โ Back to Dashboard ยท internetpanicindex.com