Finterm.Search commands, files, windows…⌘KDocs
LIVE · 41ms
UTC

//CHARTS · IFRAME · ONE LINE

Free, pro-quality charts.
Drop into your app in one line.

WebGL candles, 600+ crypto pairs and US equities, live data through Finterm’s edge-cached gateway, four themes — and an <iframe> is all you write. No SDK, no API key, no signup.

Pick how to embed

step 1 of 2

React is the shorter path — typed props, tree-shakeable, no string-templating the query params. The plain <iframe> is there if you don’t ship a build step.

npm i @finterm/react
import { FintermChart } from '@finterm/react';

<FintermChart
  symbol="BTCUSDT"
  provider="binance"
  timeframe="1h"
  theme="night"
/>

Framework-agnostic? Import @finterm/react/elements once and use <finterm-chart> in Vue, Svelte, Astro, plain HTML — same props, no React runtime.

import '@finterm/react/elements';

<finterm-chart symbol="BTCUSDT" provider="binance" timeframe="1h"></finterm-chart>

Configure via query params

step 2 of 2
paramvaluesnotes
symbolBTCUSDT, AAPL, ETHUSDT, …Any Binance crypto pair or US equity ticker.
providerbinance | yahoobinance for crypto, yahoo for US equities.
timeframe1m, 5m, 15m, 1h, 4h, 1dCandle interval.
themesand, night, ledger, high-contrastVisual palette. Default is high-contrast.
controls0 or 1Hide the chart toolbar with controls=0 for a clean embed.

//WANT MORE THAN JUST A CHART?

Open the full terminal.

Multi-window workspaces, SEC filings, earnings calls, a JS-sandboxed backtester, a live spreadsheet with =PRICE() / =STOCK() / =BLACKSCHOLES(). Same free, no-signup deal.

Launch the terminal →