Embeddable Widget

Display live economic indicators on your website with our embeddable widget.

Preview

MIKE Economic DataMIKE At a Glance
Personal Productivity Index (PPI)
101.3 -3.6% on 2025-11-01
Knowledge Base Expansion Rate (KBER)
3,135 +5.4% on 2025-11-01
Social Capital Index
100.1 +0.1% on 2025-11-01
Personal Health Index (PHI)
77.9 +9.1% on 2025-11-01
Personal Wealth Index (PWI)
38.4 -22.9% on 2025-11-01
Longform Media Velocity
9.0 -25.0% on 2025-11-01

Iframe Embed

Copy and paste this code into your HTML:

<iframe
  src="https://mike.quarterly.systems/widget/embed"
  width="420"
  height="380"
  frameborder="0"
  style="border: none;"
></iframe>

JavaScript Embed

For more control, use our JavaScript snippet:

<div id="mike-widget"></div>
<script src="https://mike.quarterly.systems/widget/embed.js"></script>
<script>
  MIKEWidget.init({
    container: '#mike-widget',
    theme: 'light'
  });
</script>

Customization Options

Theme

  • light - Default light theme
  • dark - Dark mode

Size

  • • Responsive by default
  • • Minimum width: 320px
  • • Recommended height: 400px

Auto-refresh

  • • Updates every 6 hours
  • • Cached for performance
  • • No page reload required