Widgets on this page
- Reference tables: RMD Table 2026 · RMD Percentage by Age · IRMAA Brackets 2026 · IRMAA Brackets 2027 · ACA Subsidy Percentages 2027 · State Retirement Tax 2026
- Interactive calculators: Monte Carlo retirement · ACA subsidy cliff · RMD · Roth conversion + IRMAA · Capital gains · Social Security claiming age
- Reference: how to embed · platform notes · terms and attribution · questions
How to embed, in three steps
- Pick a widget below and press Copy on its snippet.
- Paste it into an HTML block in your editor (Custom HTML in WordPress, an Embed block in Substack, an HTML card in Ghost).
- Publish. The snippet carries a visible attribution line; a matching link also ships inside the widget, so the credit survives even if the line is edited out.
Every snippet is a plain <iframe> plus one <p>. Nothing to install, nothing that can conflict with your theme's JavaScript or CSS.
Reference tables
Static data tables generated from our canonical source for each figure. They update when the underlying law does, so a post that embeds one does not go stale the way a pasted screenshot does. Each table sits inside a scrolling panel, so a long table stays a fixed height on your page.
RMD Table 2026 — IRS Uniform Lifetime Table
All 49 ages of the Uniform Lifetime Table: distribution-period divisor and the same divisor expressed as a percentage of the balance. The table every "how much is my RMD" post needs in full.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/rmd-table/"
width="100%" height="520"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="RMD Table 2026 — IRS Uniform Lifetime Table"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/rmd-table-2026/">QuantCalc — quantcalc.app/rmd-table-2026/</a></p>
The attribution line points at the canonical table page, not at the embed URL.
RMD Percentage by Age
The same Uniform Lifetime Table read the way most people actually want it: what percentage of the balance comes out at each age, from the first RMD year onward. Generated from the divisor, so the two tables can never disagree.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/rmd-percentage/"
width="100%" height="520"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="RMD percentage by age"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/rmd-percentage-by-age/">QuantCalc — quantcalc.app/rmd-percentage-by-age/</a></p>
The attribution line points at the canonical table page, not at the embed URL.
IRMAA Brackets 2026
Every 2026 Medicare IRMAA tier by filing status: the MAGI floor that starts the tier and the annual surcharge that comes with it. Set by 2024 income under the two-year lookback.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/irmaa-brackets/"
width="100%" height="480"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="IRMAA brackets 2026"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/irmaa-brackets-2026/">QuantCalc — quantcalc.app/irmaa-brackets-2026/</a></p>
The attribution line points at the canonical table page, not at the embed URL.
IRMAA Brackets 2027 PROJECTED
Projected 2027 MAGI thresholds for both filing groups, side by side with the 2026 official bands, plus the per-tier status. Useful from late summer onward, when readers start asking about next year's tiers and CMS has not published them yet.
Live preview — the PROJECTED banner travels inside the iframe, so the status cannot be separated from the numbers.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/irmaa-brackets-2027/"
width="100%" height="620"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="Projected 2027 IRMAA brackets"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/irmaa-brackets-2027/">QuantCalc — quantcalc.app/irmaa-brackets-2027/</a></p>
When CMS publishes the official 2027 figures, this widget follows the source page — your post updates without you touching it.
ACA Subsidy Percentages 2027 OFFICIAL
The 2027 applicable percentage table next to 2026, plus the dollar income boundaries that govern 2027 coverage for every household size. Both are already published, so this one is a settled reference rather than an estimate.
Live preview — the OFFICIAL status banner and its citation travel inside the iframe.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/aca-subsidy-2027/"
width="100%" height="640"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="2027 ACA applicable percentage table"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/aca-subsidy-2027/">QuantCalc — quantcalc.app/aca-subsidy-2027/</a></p>
The attribution line points at the canonical table page, not at the embed URL.
State Retirement Tax 2026
All 51 jurisdictions: top marginal rate, whether Social Security is taxed, and whether qualified retirement income is exempt. The table behind every "best states to retire for taxes" comparison.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/data/state-retirement-tax/"
width="100%" height="520"
style="border:0;max-width:760px;display:block;margin:1.5em auto;"
title="State retirement tax data 2026"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/data/state-retirement-tax/2026/">QuantCalc — quantcalc.app/data/state-retirement-tax/2026/</a></p>
The dataset page the line points at also serves the same figures as JSON and CSV.
Interactive calculators
Widgets your reader can type into. Five of the six run entirely in the reader's browser with no server call at all; the Monte Carlo widget posts its numeric inputs to our simulation endpoint and nothing else.
Monte Carlo retirement calculator LIVE ENGINE
Runs a 100-path Monte Carlo retirement simulation. Inputs: age, balance, contributions, spend, allocation, forecast source. Output: success rate plus terminal-balance percentiles, across six forward-looking capital market forecasts.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/monte-carlo.html"
width="100%" height="540"
style="border:0;max-width:720px;display:block;margin:1.5em auto;"
title="Monte Carlo retirement calculator"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/monte-carlo-calculator/">QuantCalc — quantcalc.app/monte-carlo-calculator/</a></p>
The attribution line points at the canonical calculator page, not at the embed URL.
ACA subsidy cliff calculator
Household size, older spouse's age, projected MAGI and a regional benchmark band in; percentage of the federal poverty line, dollar distance to the 400% cliff, estimated premium tax credit and a plain-English verdict out. Built for early-retirement and Roth conversion posts where the cliff is the binding constraint.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/aca-cliff.html"
width="100%" height="600"
style="border:0;max-width:720px;display:block;margin:1.5em auto;"
title="ACA subsidy cliff calculator"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/aca/">QuantCalc — quantcalc.app/aca/</a></p>
The attribution line points at the canonical calculator page, not at the embed URL.
RMD calculator
Balance and age in; the required minimum distribution, its monthly equivalent, the percentage of balance, and an estimated federal tax figure out. Handles the SECURE 2.0 start-age rule and the first-year April 1 deferral.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/rmd.html"
width="100%" height="560"
style="border:0;max-width:720px;display:block;margin:1.5em auto;"
title="RMD calculator"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/rmd-irmaa/">QuantCalc — quantcalc.app/rmd-irmaa/</a></p>
The attribution line points at the canonical calculator page, not at the embed URL.
Roth conversion tax + IRMAA cliff
Filing status, other income and a conversion amount in; the marginal federal cost of the conversion, the effective rate on the converted dollars, the new top bracket, and whether the conversion-year MAGI trips a Medicare IRMAA tier two years later.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/roth-conversion.html"
width="100%" height="560"
style="border:0;max-width:720px;display:block;margin:1.5em auto;"
title="Roth conversion tax calculator"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/roth-conversion-optimizer/">QuantCalc — quantcalc.app/roth-conversion-optimizer/</a></p>
The attribution line points at the canonical calculator page, not at the embed URL.
Capital gains tax and 0% harvesting
Other income and a long- or short-term gain in; federal tax on the gain with correct rate stacking, the effective rate, the net investment income surtax, remaining 0%-rate harvesting headroom, and whether splitting the sale across two tax years clears the surtax.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/capital-gains.html"
width="100%" height="580"
style="border:0;max-width:720px;display:block;margin:1.5em auto;"
title="Capital gains tax calculator"
loading="lazy"></iframe>
<p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/tax-torpedo/">QuantCalc — quantcalc.app/tax-torpedo/</a></p>
The attribution line points at the canonical calculator page, not at the embed URL.
Sizing guidance
- Width: always
100%, capped by themax-widthin the snippet (760px for tables, 720px for calculators). The widget lays itself out inside whatever width your column gives it. - Height: iframes cannot resize themselves to their content across origins, so the height in the snippet is fixed. The suggested heights above are the ones that show a full widget with no inner scrollbar on desktop.
- Narrow columns: below about 520px the tables wrap their cells and the calculators go single-column. Add roughly 80px of height if your content column is narrower than 600px.
- Long tables: the RMD and state tables scroll inside their own panel at a fixed outer height, so a 51-row table never stretches your page. Raising the height simply shows more rows at once.
- AMP or feed readers: iframes are frequently stripped. Link to the widget URL instead and it renders as a normal page.
Platform notes
- WordPress: paste into a Custom HTML block. If your theme strips iframes, the "iframe" plugin by webvitaly enables them.
- Substack: paste into the standard Embed block (the one with the </> icon).
- Ghost: paste into an HTML card. No plugin required.
- Webflow: drag in an Embed element and paste the snippet.
- Notion: use /embed and paste the widget URL on its own; add the attribution line as a caption.
- Plain HTML: anywhere. The snippet carries its own width, height and style.
- Medium: does not support raw iframes. Link to the widget URL and Medium renders a card.
Why these are worth embedding
| What | Detail |
|---|---|
| Stays current | Reference tables are generated from our canonical source for each figure. When the law moves, the widget moves with it — your post does not quietly go out of date. |
| Status travels with the numbers | Projected tables carry a PROJECTED banner inside the iframe; published ones carry OFFICIAL with the citation. The label cannot be separated from the data. |
| No tracking inside the widget | No analytics script, no cookie, no ad pixel loads inside any embed. Your readers see a table or a calculator, nothing else. |
| Iframe only | No script-tag injection. Sandboxed by the browser, cannot conflict with your CSS or your theme's JavaScript. |
| Mobile responsive | Single-column below 480px. Tested on iOS Safari and Chrome Android. |
| Costs nothing | No payment, no API key, no account, no ads inside the widget. Unlimited embeds on unlimited domains; the attribution link is the only condition. |
Terms and attribution
- Free for editorial use on any site, including commercial and ad-supported publications.
- Attribution is required. Keep the visible line that ships with each snippet, linking the canonical QuantCalc page for that widget. Every widget also carries the same link in its own footer, so attribution survives an edited snippet.
- No alteration. Embed the widget as served. Do not modify its output, restyle its contents, overlay it, or present its figures as another party's work.
- Do not embed on sites promoting gambling or multi-level marketing, or in any context designed to mislead readers about what the figures mean.
- The credit line is how these stay free. It is a plain link with nothing appended to it — a citation your reader can follow to the page that maintains the figures, not a campaign tag. That link is the only thing the programme asks for, and it is why there is nothing to pay, no account to open and no per-domain licence to renew. Full wording: what the widgets cost.
- Capital market forecast data inside the Monte Carlo widget is drawn from publicly available publications by the named asset managers; QuantCalc is not affiliated with, endorsed by, or sponsored by any of them. All trademarks belong to their respective owners.
Writing about retirement planning, FIRE, ACA, IRMAA, or Roth conversions? These are hands-on tools you can offer readers without building or maintaining anything.
If you embed one, drop us a line at [email protected]. With your permission we will list your site on a "see it in the wild" page, and we will tell you when a table you rely on gets its official update.
Questions
Will this slow my page down? No. Each iframe is lazy-loaded — it is not fetched until the reader scrolls near it — and the reference tables are static HTML with no scripts at all.
Do my readers' inputs reach you? Only for the Monte Carlo widget, and only the numbers needed to run the simulation. No name, no email, no identifier. The other eleven widgets send nothing. See our privacy policy.
Can I restyle it to match my site? Widgets ship as served, which is what keeps every figure traceable to the source page it was generated from. Sizing guidance for narrow columns is above, and that solves most template problems; if one still does not sit right, tell us what breaks.
What if a table changes mid-year? That is the point of embedding rather than pasting a screenshot: the widget re-renders from the canonical page, so the update reaches your readers automatically.
Can I use the figures without the iframe? Yes. Several tables also publish as JSON and CSV from our dataset index, under the same attribution terms.
Something you need that is not here? Tell us which table — the reference widgets are cheap for us to add when a publisher actually wants one.
Social Security claiming age
Birth year and the benefit at full retirement age in; monthly benefits at 62, FRA and 70 side by side with the correct early-claim reductions and delayed-retirement credits, plus a plain-English break-even age.
Live preview — exactly what your readers will see.
Copy-paste snippet
<iframe src="https://quantcalc.app/embed/social-security.html" width="100%" height="540" style="border:0;max-width:720px;display:block;margin:1.5em auto;" title="Social Security claiming age calculator" loading="lazy"></iframe> <p style="font:13px/1.5 sans-serif;text-align:center;margin:.5em 0 1.5em;">Data: <a href="https://quantcalc.app/social-security-claiming-age-calculator/">QuantCalc — quantcalc.app/social-security-claiming-age-calculator/</a></p>The attribution line points at the canonical calculator page, not at the embed URL.