Features

Everything you need to
ship financial data products.

Built for finance professionals who need correct, branded, embeddable visualizations without hiring a developer.

What can Quadesto do?

Quadesto is a professional-grade data visualization platform purpose-built for finance. It combines 30+ chart types, 90+ computation functions, and 15 pre-built data provider integrations into a single workspace where you can ingest data from any source, apply financial computations like Black-Scholes pricing or yield curve bootstrapping, and generate publication-ready charts — all without writing code. An AI assistant auto-detects your data schema, suggests the optimal visualization, computes derived columns, and lets you refine results through natural language. When your chart is ready, embed it anywhere with a single line of HTML, export it as a high-resolution PNG, or generate a PDF for print distribution. Whether you publish a newsletter on Substack, run a research blog on Ghost, or maintain a client portal on Webflow, Quadesto gives you the tools to ship professional financial data products in minutes instead of days.

Universal Data Ingestion

  • · CSV, JSON, Excel upload
  • · 15 pre-built data providers
  • · Custom REST API with credential management
  • · Drag-and-drop or paste data

AI-Powered Analysis

  • · Auto-detect data schema and type
  • · Suggest optimal chart type
  • · Compute derived columns (SMA, RSI, spreads)
  • · Natural language chart refinement

30+ Chart Types

  • · Candlestick, OHLC bar, line, area
  • · Volatility surface, smile, term structure
  • · Yield curve with spline interpolation
  • · Heatmap, treemap, distribution, scatter

90+ Compute Functions

  • · Black-Scholes, Greeks, SVI calibration
  • · SMA, EMA, RSI, MACD, Bollinger Bands
  • · Drawdown, Sharpe, VaR, correlation
  • · Yield curve bootstrap, forward rates

Embed Anywhere

  • · One-line iframe embed code
  • · Public shareable URLs
  • · PNG export at 1x, 2x, 3x resolution
  • · PDF export for print

15 Data Providers

  • · Alpha Vantage, FRED, US Treasury
  • · Polygon.io, Databento, Twelve Data
  • · CoinGecko, Finnhub, IEX Cloud
  • · Custom API with credential injection

Workspace Management

  • · Multiple views per workspace
  • · Drag-and-drop panel layout
  • · 20 predefined layout templates
  • · Team collaboration (Pro)

Enterprise Security

  • · AES-256-GCM encrypted credentials
  • · Row-level security on all tables
  • · SSRF protection, rate limiting
  • · SOC2-aligned security posture

Credential Vault

  • · Encrypted API key storage
  • · Automatic auth injection (header, query, bearer)
  • · Per-provider configuration
  • · Keys never exposed to browser

Derived Columns

  • · Row-level expressions: [10 Yr] - [2 Yr]
  • · Function mode: SMA, RSI, MACD on any column
  • · Multi-output: Bollinger upper/middle/lower
  • · Persists across page refresh

Team Features

  • · Up to 20 team members on Pro
  • · Team invite with 7-day expiry
  • · Shared workspaces
  • · Activity audit logging

Simple Pricing

  • · Free tier with core features
  • · Pro at £149/mo — unlimited everything
  • · No per-seat pricing
  • · No enterprise procurement needed

How does AI-powered chart generation work?

Schema detection

The AI inspects column names, data types, value ranges, and temporal patterns to determine what kind of data you're working with — OHLCV price data, macroeconomic time series, options chains, yield curves, or generic tabular data.

Chart recommendation

Detects OHLC columns and suggests candlestick. Finds maturity and yield columns and proposes a yield curve with spline interpolation. Strike prices and IVs across expiries get a volatility surface. You can always override.

Derived columns

Ask the AI to add a 20-day SMA, calculate the spread between two series, or run a Black-Scholes valuation. Computations run server-side, persist across sessions, and are available in every view.

Natural language refinement

Type "add Bollinger Bands with 2-sigma width" or "switch to logarithmic y-axis." The AI translates instructions into configuration changes instantly. No settings panels required.

Learn more about AI chart generation

Quadesto's AI pipeline sits between your raw data and the finished visualization. When you upload a CSV, paste JSON, or connect a live data provider, the system's first step is automatic schema detection. The AI inspects column names, data types, value ranges, and temporal patterns to determine what kind of data you're working with — OHLCV price data, macroeconomic time series, options chains, yield curves, or generic tabular data.

Once the schema is understood, the AI recommends the optimal chart type. If it detects open, high, low, and close columns, it suggests a candlestick chart. If it finds maturity and yield columns, it proposes a yield curve with spline interpolation. If the data contains strike prices and implied volatilities across multiple expiries, it recommends a volatility surface. You can always override these suggestions, but for most use cases the AI gets it right on the first attempt.

Beyond chart selection, the AI can compute derived columns on your behalf. Ask it to add a 20-day simple moving average, calculate the spread between two series, or run a Black-Scholes valuation, and it generates the correct derived column expression. These computations run server-side, so the results persist across sessions and are available in every view that references the underlying dataset.

The AI supports natural language refinement. After a chart is rendered, you can type instructions like "change the area fill to semi-transparent blue," "add Bollinger Bands with a 2-sigma width," or "switch to a logarithmic y-axis." The AI translates these into the correct configuration changes and applies them instantly. This means non-technical users — newsletter writers, portfolio managers, research analysts — can produce publication-quality charts without ever touching a settings panel.

What chart types does Quadesto support?

Over 30 chart types organized into financial-specific visualizations and universal chart types. Every type supports dark and light themes, custom colours, and responsive sizing for embeds.

Financial

Candlestick
OHLC Bar
Yield Curve
Vol Surface
Vol Smile
Term Structure
Forward Curve
Drawdown
Equity Curve
Waterfall

Universal

Line
Area
Bar
Stacked Bar
Grouped Bar
Scatter
Heatmap
Treemap
Histogram
Distribution
Gauge
Metric
Table
Allocation
Correlation
Learn more about chart types

Candlestick is the standard OHLC visualization with customizable bull/bear colours. OHLC Bar uses the traditional Western-style open-high-low-close bars. Yield Curve plots maturity against yield with monotone convex spline interpolation, supporting multiple curves for comparison. Volatility Surface is a 3D surface mapping strike price and expiry against implied volatility, rendered as a contour or mesh plot. Volatility Smile shows a single-expiry slice of the surface.

Term Structure visualizes how a value changes across maturities or tenors, commonly used for futures curves and interest rate term structures. Forward Curve plots futures contract prices across delivery months with contango/backwardation detection. Drawdown shows the underwater plot of peak-to-trough decline over time. Equity Curve displays cumulative returns or NAV growth with optional drawdown subpane. Waterfall shows cumulative contribution of sequential positive and negative values, widely used in P&L attribution.

Universal chart types include Line (single or multi-series with optional markers), Area (filled with configurable opacity and stacking), Bar (vertical/horizontal with grouping and stacking), Scatter (with optional size and colour encoding), Heatmap (colour-coded matrix for correlations and seasonality), Treemap (hierarchical data as nested rectangles), Distribution/Histogram (frequency with configurable bins), Gauge (single-value dashboard indicator), and Table (formatted display with sorting and conditional formatting).

Every chart type supports dark and light themes, custom colour palettes, axis formatting, and responsive sizing for embeds.

What computation functions are available?

Over 90 built-in functions that run server-side and produce derived columns you can chart, export, or reference in further calculations.

Statistics

Mean, median, stddev, variance, skewness, kurtosis, percentile, z-score, correlation, covariance

Technical Indicators

SMA, EMA, RSI, MACD, Bollinger Bands, Stochastic, ADX, ATR, CCI, Williams %R, OBV, VWAP, Ichimoku

Options & Greeks

Black-Scholes pricing, Delta, Gamma, Theta, Vega, Rho, IV solver, SVI calibration, put-call parity

Risk

VaR (parametric, historical, Monte Carlo), CVaR, max drawdown, beta, tracking error, information ratio

Returns

Simple, log, cumulative, rolling, annualised returns. Sharpe, Sortino, Calmar, Omega ratios

Fixed Income

Yield curve bootstrap, forward rates, discount factors, duration, convexity, DV01, Z-spread, OAS

Futures

Basis, roll yield, carry, term structure slope, contango/backwardation, calendar spreads

Central Bank

Fed funds probability extraction, dot plot processing, Taylor rule, real rate derivation

Transforms

Normalisation, differencing, lag/lead, rolling aggregation, rank, resampling, arithmetic expressions

Row-level expressions like [10 Yr] - [2 Yr] let you compute spreads between any columns.

Learn more about computation functions

Statistics includes core operations like mean, median, standard deviation, variance, skewness, kurtosis, percentile, z-score, correlation, and covariance. These functions operate on any numeric column and can be windowed for rolling calculations. Use them for distribution analysis, outlier detection, and cross-asset correlation studies.

Technical Indicators provides a comprehensive library: SMA, EMA, WMA, DEMA, TEMA, RSI, MACD (with signal and histogram), Bollinger Bands (upper, middle, lower), Stochastic Oscillator (%K and %D), ADX, ATR, CCI, Williams %R, OBV, VWAP, Ichimoku Cloud components, and Parabolic SAR. Each indicator accepts configurable periods and parameters. Multi-output functions like Bollinger Bands and MACD automatically generate the required number of derived columns.

Options and Greeks covers full Black-Scholes pricing for calls and puts, plus all first-order Greeks: Delta, Gamma, Theta, Vega, and Rho. Implied volatility solver using Newton-Raphson iteration. SVI (Stochastic Volatility Inspired) surface calibration for fitting parametric volatility models to market data. Put-call parity checks and moneyness calculations round out the toolkit.

Risk functions include Value at Risk (VaR) using parametric, historical, and Monte Carlo methods. Conditional VaR (CVaR / Expected Shortfall). Maximum drawdown, drawdown duration, and underwater series. Beta calculation against a benchmark. Tracking error and information ratio for portfolio analysis.

Fixed Income covers yield curve bootstrapping from par rates, forward rate extraction, discount factor calculation, bond duration (Macaulay and modified), convexity, and DV01. Spread calculations including Z-spread and OAS approximation. These functions let fixed income analysts build complete curve frameworks directly in the platform.

Transforms include normalisation (min-max and z-score), differencing, percentage change, lag/lead, rolling window aggregation, rank, cumulative sum, and resampling. Row-level arithmetic expressions let you write formulas to compute spreads between any two columns. These transforms form the foundation for building complex multi-step analytical pipelines.

Which data providers can I connect?

15 pre-built integrations covering equities, fixed income, crypto, macro, and FX. Supply your API key once — Quadesto handles auth, rate limiting, and response parsing. Keys are AES-256-GCM encrypted and never exposed to the browser.

Alpha Vantage

Stocks, forex, crypto, fundamentals

FRED

800K+ economic time series

US Treasury

Daily yield curves, auctions

CoinGecko

Crypto prices, market data

World Bank

Global development indicators

Open Exchange Rates

170+ currency FX rates

Finnhub

Stocks, earnings, SEC filings

Polygon.io

Tick-level stocks, options, FX

Twelve Data

Stocks, forex, crypto, ETFs

FMP

Financials, DCF, transcripts

EODHD

70+ exchanges, fundamentals

Tiingo

Curated stock and crypto data

Databento

Nanosecond market data feeds

Intrinio

US equity fundamentals, options

IEX Cloud

Stock prices, company data

Plus custom REST API connections with configurable auth (header, query param, bearer token) for any HTTP endpoint.

Learn more about data providers

Alpha Vantage provides real-time and historical stock prices, fundamentals, and technical indicators with a generous free tier (25 requests/day). FRED (Federal Reserve Economic Data) offers over 800,000 US and international economic time series from the St. Louis Fed, including GDP, CPI, unemployment, and interest rates — free with an API key. US Treasury provides daily yield curve rates, auction results, and debt data directly from the Treasury Department with no authentication required.

CoinGecko covers cryptocurrency prices, market caps, volumes, and exchange data for thousands of tokens. World Bank provides global development indicators spanning GDP, population, health, education, and climate across 200+ countries. Open Exchange Rates delivers real-time and historical FX rates for 170+ currencies.

Polygon.io offers institutional-grade market data with tick-level resolution for stocks, options, forex, and crypto. Databento provides normalised market data feeds for equities, futures, and options with nanosecond timestamps. Twelve Data, FMP, EODHD, Tiingo, Intrinio, and IEX Cloud round out the provider list with varying coverage of equities, fundamentals, options, and alternative data.

Beyond pre-built providers, Quadesto supports custom REST API connections with configurable authentication methods (API key in header, query parameter, or bearer token), custom URL templates, and response path extraction. This means you can connect any data source that exposes an HTTP API — internal databases, proprietary data feeds, or niche providers not yet on the pre-built list.

How does embedding work?

Interactive iframe

One-line embed code for any HTML page. The embedded chart renders with full interactivity — tooltips, zoom, pan — and your custom theme. Works in Ghost, Beehiiv, Webflow, WordPress, and any platform that supports HTML.

Shareable URLs

Every published workspace gets a public URL. Share it anywhere — platforms that support oEmbed (Slack, Discord, Notion) render the interactive chart inline. Others show a preview card with a link.

PNG export (1x, 2x, 3x)

High-resolution static export for Substack, email, social media, and print. 1x for previews, 2x for Retina screens, 3x for print-quality output. Sharp text and clean lines at every resolution.

Auto-updating

Embedded charts update when you publish. If your workspace pulls from a live provider like FRED or Alpha Vantage, publish updates to push fresh data to every embed. Same URL, always current.

Learn more about embedding

Every chart in Quadesto can be published and embedded in external websites with a single click. When you mark a workspace as published, the platform generates a shareable URL and an iframe embed code that you can paste into any HTML page. The embedded chart renders with the same fidelity as the in-app version — interactive tooltips, responsive sizing, and your custom theme all carry over.

The iframe approach works universally, but Quadesto also optimises for popular publishing tools. Ghost supports HTML cards where you paste the embed code directly. Beehiiv handles iframe blocks natively. Webflow accepts custom embed components. For Substack, which restricts custom iframes, export as a high-resolution PNG (2x or 3x) and upload as an image with a link to the interactive version.

For static distribution, Quadesto offers PNG export at three resolution tiers: 1x for standard screens and quick previews, 2x for Retina displays and social media posts, and 3x for print-quality output. Each export renders the chart at the exact specified resolution, ensuring sharp text and clean lines regardless of the viewer's device. PDF export is also available for formal reports, client deliverables, and archival purposes.

Embedded charts update when you publish updates from the workspace. If your workspace pulls from a live data provider like FRED or Alpha Vantage, hit Publish Updates to push fresh data to every embed. The URL stays the same — viewers always see the latest published version. For newsletter writers and research publishers, this means your embedded charts stay current without re-embedding.

Ready to build your first chart?

Start with the free tier. Upload a CSV, connect a data provider, or paste JSON — your first chart is minutes away. No credit card required.