Easy Tech Tuts
TradingView

How To Export Data From Tradingview to Excel (Not Free - Requires Upgrade) 2026 Easily

By Impran M N

TradingView doesn't export straight into an .xlsx file. It saves chart data to a CSV file that Excel or Google Sheets can open directly, and that distinction confuses as many readers as the plan restriction does. This guide shows where the export option hides in the layout menu, walks through the two settings in the dialog, and covers exactly what lands in the file once you click Export, including which plan tier TradingView requires and what to do if you're on the free plan.

Before you start

  • A TradingView account on the Essential plan or higher (the free Basic plan does not include chart data export)
  • A chart loaded with the symbol, timeframe and indicators you want in the file

01Open the layout menu and choose Export chart data

With a chart loaded, click the layout options icon in the top toolbar, the same menu that holds Save layout, Autosave, Sharing, Make a copy and Rename. Export chart data sits in that list next to Create new layout, easy to miss if you're used to looking for export controls near the chart itself instead of inside layout management.

The layout menu, with Export chart data listed between Sharing controls and Create new layout.
The layout menu, with Export chart data listed between Sharing controls and Create new layout.

02Set the chart and time format

Clicking Export chart data opens a dialog stating plainly what you're about to get: all information from the selected chart, including the symbol and any indicators applied, saved to a CSV file. That's a data export of OHLC values and indicator readings, not a formatted workbook with charts or styling.

The Chart field auto-fills with your currently loaded symbol and timeframe (CAPITALCOM:US30 on the daily here), with a dropdown to switch which chart's data gets exported. The Time format field defaults to UTC and can be switched to UNIX timestamp, useful if the CSV is feeding a script or formula that expects raw epoch values instead of a formatted date string.

The Export chart data dialog, with the Chart field showing the currently loaded symbol and an autocomplete dropdown for switching charts.
The Export chart data dialog, with the Chart field showing the currently loaded symbol and an autocomplete dropdown for switching charts.

03Export the file and open it in Excel

With the chart and time format set, click Export to download the CSV. The exported data matches what the chart currently shows: if you need a longer history, scroll the chart left or drag the x-axis to load more bars before exporting, not after.

Opening the file in Excel is a normal file-open. Excel reads CSV natively, so there's no import wizard, only some light cleanup if you chose UNIX timestamps and want readable dates in the sheet.

The same dialog with UNIX timestamp selected as the time format and the Export button ready to download the CSV.
The same dialog with UNIX timestamp selected as the time format and the Export button ready to download the CSV.

04Use free workarounds if you're not on a paid plan

Without Essential or higher, you can still get data out by hand: copy values off the chart or watch list, screenshot a specific range for reference, or use a third-party browser extension built for scraping TradingView data. Check any extension's permissions before connecting it to an account you trade on. None of these match the one-click CSV export for volume or accuracy, but they cover occasional, small needs without a subscription.

When it doesn't work

The exported CSV is missing older bars I could see on the chart

Why: TradingView only exports the range currently loaded on the chart, not its full history.

Fix: Scroll left or drag the chart's x-axis to load more bars, then reopen Export chart data and export again.

Export chart data doesn't appear in the layout menu

Why: The account is on the free Basic plan. Chart data export is listed as an Essential-plan-and-up feature on TradingView's pricing page.

Fix: Upgrade to Essential or higher, or fall back to a manual workaround such as copying values or a browser extension.

Timestamps in Excel show as large plain numbers instead of dates

Why: The export used the UNIX timestamp time format, which is seconds since 1970, not a date string.

Fix: Re-export with the UTC time format, or convert the UNIX column in Excel with a formula like =(A1/86400)+DATE(1970,1,1) formatted as a date.

FAQ

Frequently asked questions

Does TradingView export chart data directly to an Excel file?

No. It saves a CSV file, which Excel and Google Sheets both open natively. There is no built-in .xlsx export.

What plan do I need to export chart data?

TradingView's pricing page lists chart data export from the Essential plan upward, so Essential, Plus, Premium and Ultimate all include it. The free Basic plan does not.

Why is data missing from my exported CSV?

TradingView exports only the range currently loaded on the chart. Scroll left or drag the x-axis to bring more history into view before exporting.

Should I export with UTC or UNIX timestamp?

UTC gives readable dates for manual analysis in Excel. UNIX timestamp works better when the CSV feeds a script or formula expecting raw epoch values.

Can I get TradingView data without a paid plan?

Not through the built-in export. Free-plan users can copy values by hand, screenshot a range, or use a third-party browser extension, though none match the CSV export for volume or accuracy.

Sources and last check

Click path and dialog screens come from a recorded walkthrough. Plan gating and the CSV's chart-range limitation were re-checked against TradingView's help center, blog and pricing page in September 2026, which sharpened a vague 'paid tiers' claim into the specific Essential-plan-and-up gate and added the chart-range limitation the article didn't previously mention.

About the author

Impran M N
Written by

Impran M N

I've been hooked on technology for as long as I can remember — especially the new tools and AI apps that seem to land every other week. Easy Tech Tuts is where I write up whatever I've just worked out: I do the task in the real product, record the screen, and turn it into the guide I wish I'd found first.