[ NPPI · Cite & Embed ]

Cite or embed the NPPI

The Nuclear PPA Price Index (NPPI) is the public benchmark for corporate nuclear power-purchase agreements. Embed the live badge or cite the index in your report, deck, or paper — copy-paste below. It's free and it stays current.

Live badge

Auto-updates with the latest NPPI headline. No script, no account — just point an <img> at our endpoint.

Price Powered by NPPI — current weighted-average price YoY Powered by NPPI — year-over-year change
Markdown
[![Powered by NPPI](https://reactorn.com/api/v1/badge)](https://reactorn.com/intelligence)
HTML
<a href="https://reactorn.com/intelligence">
  <img src="https://reactorn.com/api/v1/badge" alt="Powered by NPPI" height="22">
</a>
YoY variant
<img src="https://reactorn.com/api/v1/badge?metric=yoy" alt="NPPI YoY change" height="22">

Live-price widget (iframe)

Drop the badge into any page as an inline frame — useful for dashboards and CMS blocks that strip <img> from external hosts.

<iframe src="https://reactorn.com/api/v1/badge"
        title="Powered by NPPI" width="200" height="22"
        style="border:0;overflow:hidden" loading="lazy"></iframe>
JavaScript (fetch the headline as JSON)
fetch("https://reactorn.com/intelligence/data/deals.json")
  .then(r => r.json())
  .then(d => {
    const h = d.headline;
    document.getElementById("nppi").textContent =
      "$" + h.weighted_avg_mwh + "/MWh (" + d.release + ")";
  });
// <span id="nppi">…</span>

Formal citation

For papers, filings, and reports. Includes a stable permalink and the release version so your reference stays auditable.

Reactor N. Nuclear PPA Price Index (NPPI), Q2 2026.
https://reactorn.com/intelligence (accessed 2026).
BibTeX
@misc{nppi2026q2,
  title  = {Nuclear PPA Price Index (NPPI), Q2 2026},
  author = {{Reactor N}},
  year   = {2026},
  note   = {Accessed 2026},
  url    = {https://reactorn.com/intelligence}
}

Why cite or embed?

Price benchmarks become the standard by being cited. Platts (Brent), UxC (uranium U₃O₈), and Henry Hub didn't win on math alone — they won because every report, contract, and term sheet pointed at the same number. Each citation is a vote for a common reference.

When your deck, model, or filing cites the NPPI, you give readers a verifiable, dated anchor — and you help the whole nuclear-offtake market converge on one transparent, methodology-backed price instead of scattered one-off estimates.

It's free, it's public, and it stays current. Tell us you cited it below and we'll add you to the public citation registry at /api/v1/citations.

Who cites the NPPI

The public citation registry — every site, paper, and report that cites or embeds the index. Served live from /api/v1/citations. Verified entries are confirmed by the index team.

  • Loading the registry…

I cited NPPI

Let us know where the index appears and we'll review it for the public registry. Your email (optional) is for follow-up only — it is never published.

The NPPI is a curated index compiled from public sources — SEC 8-Ks, FERC filings, utility IR disclosures, and hyperscaler announcements. Values are estimates with labeled confidence bands, not financial advice or executed transaction prices. See the methodology and disclosures. © 2026 Reactor N · A product of OpenAgent.