Blog

Tutorials, methodology guides, and deep dives into financial data visualization.

Methodology12 Aug 20268 min

How to chart gamma exposure (GEX)

Gamma exposure is not a field in an options chain. You compute the gamma, sign it with an assumption about dealers, and scale it to dollars per 1 percent move.

Read more
Methodology12 Aug 20268 min

How to chart a performance attribution waterfall

An attribution waterfall has one job: bridge the benchmark return to the portfolio return with bars that sum exactly. Most write-ups teach the Brinson algebra and skip the chart.

Read more
Embed Guide12 Aug 20266 min

How do I embed an interactive chart in a LinkedIn newsletter?

You cannot. LinkedIn articles accept embeds only from an approved provider list and reject third-party code outright, so the working pattern is a static image plus a link.

Read more
Embed Guide5 Aug 20266 min

How do I put a chart in an email that survives Outlook and Gmail?

Email clients strip iframes and JavaScript, so an interactive chart cannot be embedded in one. The working pattern is a frozen image plus a link, and finance charts get it wrong in specific ways.

Read more
Methodology5 Aug 20267 min

How to chart IV rank and IV percentile

IV rank and IV percentile are defined everywhere and charted almost nowhere. Building the series exposes what the single number hides, including a step that moves the line with no change in today's volatility.

Read more
Methodology5 Aug 20266 min

Where to get free options chain data

The honest answer on free options chain data: what yfinance, Cboe and the free vendor tiers actually give you, and the four requirements that decide which one can draw your chart.

Read more
Interactive data dashboard with charts and a table on a screen
Embed Guide3 Aug 20266 min

How to Embed Airtable Data in Squarespace

Embed Airtable data in Squarespace, from a quick shared-view iframe to a publication-ready chart. Step-by-step setup, responsive fixes, and refresh tips.

Read more
Methodology29 Jul 20266 min

How to chart a Calmar ratio

Calmar is CAGR divided by the worst drawdown over the same window. Charted, it moves in steps rather than curves - and the window mismatch is the error that inflates it.

Read more
Methodology29 Jul 20266 min

How to chart a box plot of monthly returns

A returns box plot groups monthly returns by calendar month and shows the spread, not the single value. Keep months in calendar order, draw the zero line, and count n.

Read more
Embed Guide29 Jul 20266 min

How do I embed an interactive chart in SharePoint?

Use the Embed web part on a modern SharePoint page. The catches: iframe only, HTTPS only, an admin-controlled domain allow-list, and sizing that is entirely on you.

Read more
Methodology22 Jul 20266 min

How to calculate Bank of Japan rate probabilities from TONA futures

No consumer BoJ FedWatch exists. Derive rate-hike odds from 3-Month TONA futures - day-weight the meeting, and separate the two meetings a quarterly contract can straddle.

Read more
Methodology22 Jul 20265 min

How to chart a rolling Sortino ratio

The Sortino swaps total volatility for downside deviation - which divides by the full sample, not the count of down periods. Chart it rolling, beside the Sharpe.

Read more
Embed Guide22 Jul 20265 min

How do I embed an interactive chart in Confluence?

Use Confluence's Iframe macro for a live chart - but mind the version differences, iframe sizing, domain allowlisting, and the admin-controlled HTML macro.

Read more
Performance analytics charts on a laptop screen
Embed Guide20 Jul 20267 min

How to Embed Airtable Data in WordPress

How to embed Airtable data in WordPress step by step — the quick Custom HTML method, a five-step setup, and a better way to show numbers as a chart.

Read more
Methodology15 Jul 20266 min

How to chart a monthly returns heatmap

Build a year-by-month grid of returns with a compounded full-year column, colour it with a diverging scale fixed at zero, add average and win-rate rows - and read it as history, not a seasonal forecast.

Read more
Methodology15 Jul 20266 min

How to chart a QQ plot of returns to test for normality

Sort your returns, plot them against normal theoretical quantiles with a 45-degree line, and read the tails: an S-shape means fat tails and a dip on the left means negative skew - the reason a normal-based VaR understates risk.

Read more
Embed Guide15 Jul 20265 min

How do I embed an interactive chart in HubSpot?

Embed a chart's iframe on a HubSpot page with the Rich text Insert-Embed option or a dedicated Embed module - then size it responsively, serve it over HTTPS, and publish before judging, because the editor preview shows blank.

Read more
Performance analytics charts displayed on a laptop screen
Embed Guide13 Jul 20265 min

How to Embed Google Sheets Data in Squarespace

Embed Google Sheets data in Squarespace, from a quick code-block iframe to a publication-ready chart. Step-by-step setup, responsive fixes, refresh tips.

Read more
Methodology8 Jul 20266 min

How to chart a return distribution with a Value-at-Risk cutoff

Bin returns into a histogram, overlay a same-mean normal to show fat tails, and draw the Value-at-Risk line at the loss percentile - then shade the tail for Expected Shortfall.

Read more
Methodology8 Jul 20265 min

How to chart a rolling beta against the market

A single beta hides how market sensitivity drifts. Compute cov(asset, market) / var(market) over a rolling window, draw the beta = 1 line, and name the benchmark.

Read more
Embed Guide8 Jul 20265 min

How do I embed an interactive chart in Wix?

Add an Embed element, choose Embed a Widget, and paste your chart's iframe - then set the box height and size it again in Wix's separate mobile editor.

Read more
Analytics dashboard and charts on a laptop screen
Embed Guide6 Jul 20265 min

How to Embed Google Sheets Data in WordPress

Embed live Google Sheets data in WordPress, from a quick iframe to a publication-ready chart. Step-by-step setup, responsive fixes, and refresh options.

Read more
Methodology6 Jul 20265 min

How to chart a rolling correlation between two assets

A rolling correlation shows when a relationship broke, not just its long-run average. Correlate returns, fix the axis to -1..+1, label the window, and watch pairs like stocks and bonds flip regime.

Read more
Methodology6 Jul 20265 min

How to chart a rolling Sharpe ratio over time

A rolling Sharpe shows when risk-adjusted return decayed, which a headline number hides. Annualise by the square root of time (not time), use a 252-day window, and draw the zero line.

Read more
Embed Guide6 Jul 20265 min

How do I embed an interactive chart in Framer?

Embed a chart in Framer with the Embed element's HTML option and paste the iframe. The step most miss: size it explicitly and make it responsive, because an iframe will not resize itself.

Read more
Methodology24 Jun 20265 min

How to build a correlation matrix heatmap for a portfolio

A correlation heatmap shows where your diversification actually is. Correlate returns not prices, use a diverging scale fixed to -1..+1, and remember the matrix is one moment in time.

Read more
Methodology24 Jun 20266 min

How to calculate ECB rate probabilities from ESTR futures

There is no official ECB FedWatch, so build the number from ESTR futures. A worked example for the 24 July 2026 meeting, the Euribor basis trap, and the ESTR-deposit-rate spread.

Read more
Embed Guide24 Jun 20265 min

How do I embed an interactive chart in Squarespace?

Paste the chart's iframe into a Squarespace Code Block, not an Embed Block. The catch most guides skip: iframes are disabled on the Personal plan. Plus a responsive wrapper that survives mobile.

Read more
Analytics charts and data dashboard on a laptop screen
Embed Guide22 Jun 20266 min

How to Embed Airtable Data in Webflow

How to embed Airtable data in Webflow step by step — the quick iframe method, a clean five-step setup, and a better way to show numbers with a real chart.

Read more
Embed Guide17 Jun 20265 min

How do I embed an interactive chart in WordPress?

Embed an interactive chart in WordPress with a Custom HTML block. The three real methods, the responsiveness gotcha, and why your snippet sometimes vanishes on save.

Read more
Methodology17 Jun 20265 min

How to chart maximum drawdown with an underwater equity curve

The underwater equity curve shows how far below its last peak a portfolio sits at every point. One running-max formula, a tiny example, and the 2022 S&P 500 drawdown worked in full.

Read more
Methodology17 Jun 20266 min

How to calculate Bank of England rate probabilities from SONIA futures

No Bank of England FedWatch exists, so build the number from SONIA futures yourself. A worked example for the 18 June 2026 meeting, the SONIA spread, and the contract trap to avoid.

Read more
Financial data dashboard and charts on a laptop screen
Embed Guide15 Jun 20265 min

How to Embed Google Sheets Data in Webflow

Embed live Google Sheets data in Webflow, from a quick iframe to a publication-ready chart. Step-by-step setup, responsive styling, and refresh options.

Read more
A data dashboard with KPIs and charts
Tutorials8 Jun 20264 min

How to Embed a KPI Dashboard in Webflow

A step-by-step guide to embedding a live KPI dashboard or data table in Webflow using Quadesto—no plugins, just one embed snippet.

Read more
Embed Guide6 May 20264 min

How do I embed a chart in a Webflow site?

Quadesto embeds work perfectly with Webflow. Build fund factsheets, IR pages, and financial dashboards.

Read more
Methodology6 May 20267 min

How to build a candlestick chart with volume profile

Build OHLCV candlestick charts with volume profile from raw market data, without paying for Sierra Chart.

Read more
Methodology6 May 20265 min

How to chart equity put/call ratio over time

Build a put/call ratio chart from CBOE data covering equity, index, and total PCR with smoothing overlays.

Read more
Deep Dive6 May 202610 min

We recreated the CBOE SKEW index visualisation

The CBOE SKEW index measures tail risk. We built an interactive version with explanatory walkthrough.

Read more
Methodology6 May 20266 min

How to chart implied volatility term structure

Show IV term structure in contango and backwardation around earnings events. With interactive Quadesto charts.

Read more
Embed Guide6 May 20264 min

How do I embed an interactive chart in Notion?

Notion supports iframe embeds perfectly. Show finance dashboards in internal research pages.

Read more
Methodology6 May 20266 min

How to chart inflation breakevens

Tutorial covering 5Y, 10Y, and 5Y5Y forward breakevens from TIPS spreads, with live Quadesto charts.

Read more
Deep Dive6 May 202614 min

We rebuilt Bloomberg's WIRP screen as a free embed

Bloomberg's World Interest Rate Probability screen is one of their most-used features. We made it free and embeddable.

Read more
Methodology6 May 20267 min

How to read a CFTC Commitment of Traders report

Tutorial covering Commercial, Non-Commercial, and Non-Reportable positioning. With Quadesto charts from free CFTC data.

Read more
Methodology6 May 20266 min

How to visualise a yield curve inversion

Modern inversion chart with historical recession overlays and a live 10Y-2Y spread tracker.

Read more
Embed Guide6 May 20264 min

How do I embed a chart in a Ghost newsletter?

Ghost is friendlier to embeds than Substack. Here's the full range of chart embedding options.

Read more
Deep Dive6 May 202612 min

We recreated the Atlanta Fed's Market Probability Tracker — and it's way more interactive

Walk through the SOFR options-based probability distribution methodology. Then try our interactive rebuild.

Read more
Methodology6 May 20265 min

How to chart credit spreads over time

Build IG/HY spread charts from FRED's free data, with an interactive Quadesto version readers can explore.

Read more
Embed Guide6 May 20264 min

How do I embed an interactive chart in a Beehiiv post?

Beehiiv has fewer native integrations than Substack. Here's how to embed interactive financial charts.

Read more
Methodology6 May 20267 min

How to build a futures forward curve chart

Show contango vs backwardation with real crude oil curves. Covers data fetch, curve construction, and slope interpretation.

Read more
Methodology6 May 20266 min

How to chart options open interest by strike

Tutorial covering OI vs volume, calls vs puts side-by-side, max-pain calculation, and a live Quadesto chart from any options CSV.

Read more
Comparison6 May 20268 min

Datawrapper alternatives for finance newsletters

Honest comparison for finance writers evaluating Datawrapper Custom ($599/mo). Where Quadesto fits as the £149/mo middle-ground.

Read more
Methodology6 May 20267 min

How to read an options volatility smile

Visual-first explanation with worked examples across equity, FX, and commodity options. Each smile shape tells a different story.

Read more
Embed Guide6 May 20265 min

How do I embed a Datawrapper chart in a Substack post?

Step-by-step Datawrapper-Substack workflow, plus what to do when you need finance-specific charts Datawrapper can't make.

Read more
Methodology6 May 202610 min

How to plot a volatility surface from an options chain

From concept to interactive 3D visualization — without writing Python. Covers smile, skew, term structure, and SVI fitting.

Read more
Embed Guide6 May 20265 min

How do I embed a financial chart in a Substack post?

All methods compared: Substack native TradingView, Datawrapper, and Quadesto for finance-specific charts.

Read more
Methodology6 May 20268 min

How to build a yield curve chart from US Treasury data

Step-by-step from Treasury.gov CSV to a publication-ready yield curve chart with monotone convex interpolation.

Read more
Methodology6 May 20266 min

How to calculate fed funds rate probabilities from futures prices

A worked example using current ZQ futures prices, with Excel formulas and Python code. Then skip the calculation with Quadesto.

Read more
Deep Dive6 May 202615 min

We rebuilt the CME FedWatch tool in 24 hours — here's the methodology

A complete walkthrough of the FedWatch probability tree algorithm with worked examples, Python pseudocode, and a live Quadesto demo.

Read more