Stock Price — Candlestick Chart Example
Each candle packs four numbers — open, high, low and close — into one mark, so a whole period of price action reads at a glance.
Open the blank candlestick editorChart type
Your data10 rows · 5 cols
CSV detected
Live previewUpdates as you type · nothing leaves your browser
Export
Reading the chart
What this example shows
- March 5 and March 11 both show a long upper wick with a red body — buyers pushed up and then lost the level.
- The two-day run into March 14 has short wicks and tall bodies, the signature of decisive directional trading.
- Overall range stays within about 10 points, so this is a consolidating stretch rather than a trend.
The data
Paste-ready dataset
Date,Open,High,Low,Close 2024-03-04,186.2,188.9,185.4,188.1 2024-03-05,188.0,189.4,184.2,184.9 2024-03-06,185.1,187.6,184.8,186.9 2024-03-07,187.2,191.3,186.8,190.7 2024-03-08,190.9,192.4,188.1,188.6 2024-03-11,188.4,189.2,183.9,184.4 2024-03-12,184.8,187.1,184.1,186.5 2024-03-13,186.6,190.8,186.2,190.2 2024-03-14,190.4,193.7,189.6,193.1 2024-03-15,192.8,194.1,190.3,191.4
Illustrative OHLC values shaped like real daily equity price action. Not real market data.
Related
More worked examples
- Monthly Revenue — Line Chart ExampleA monthly revenue line chart example with twelve months of real-looking data. Edit it in the browser and export PNG, SVG or PDF free.
- Salary Spread by Level — Box Plot ExampleA box plot example comparing salary distributions across three job levels, with quartiles and outliers. Edit and export free.