> For the complete documentation index, see [llms.txt](https://help.stockcharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stockcharts.com/data-and-ticker-symbols/data-availability/historical-data/how-do-i-download-data-to-excel.md).

# How Do I Download Data to Excel?

Do you need to download daily, weekly, or monthly data to Excel? PRO StockCharts subscribers can download data from as far back as 1970.&#x20;

## Downloading Data in the SharpCharts Workbench

<figure><img src="/files/hGAfqWkgwY7KAGLW7LSM" alt="Downloading historical stock data to Excel using StockCharts.com"><figcaption><p>Downloading data to Excel in the New SharpCharts Workbench</p></figcaption></figure>

Follow these steps to download daily, weekly, or monthly data to a CSV file (Excel readable) when using the New SharpCharts Workbench:

1. Create a chart for the ticker symbol for which you want to download the data.
2. Click **Historical Price Data** (left menu bar), which displays historical data seen on the price chart.
3. Click **View All Historical Price Data.**

<figure><img src="/files/EiELSs6v5qpMHcwGPJiL" alt="Download daily, weekly, or monthly historical stock data to Excel"><figcaption><p>Download daily, weekly, or monthly data to Excel.</p></figcaption></figure>

4. Click **Download Data Set**. By default, daily data will be downloaded. To download weekly or monthly data, select **Weekly** or **Monthly** from the **Period** dropdown menu and click **Download Data Set**.

{% hint style="warning" %}
**Note:** This functionality is only available to subscribers with a **Pro** subscription. It is not available to Basic or Extra subscribers.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.stockcharts.com/data-and-ticker-symbols/data-availability/historical-data/how-do-i-download-data-to-excel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
