> 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/charts-and-tools/sharpcharts/chartlists/chartlist-reports.md).

# ChartList Reports

The ChartList Reports feature allows StockCharts members to turn on daily or weekly ChartList Reports for any of their saved ChartLists. After the market closes, you'll receive an email with a performance summary of all the stocks/funds/indexes on that list.

The daily ChartList Report includes a performance summary for the most recent trading session, while the weekly report includes a performance summary for the most recent trading week. Below is an example of a daily ChartList Report for a ChartList called "Paper Industry Companies."

<figure><img src="/files/cLBUoCuxbHGUNfphvoZd" alt="An example of a daily ChartList report from StockCharts.com"><figcaption><p>Daily ChartList Report email</p></figcaption></figure>

These reports are a great way to monitor your portfolio(s), track your own unique set of market indexes, follow specific groups like the Dow Industries, and more.

## Signing Up for ChartList Reports <a href="#signing_up_for_chartlist_reports" id="signing_up_for_chartlist_reports"></a>

To turn on daily and/or weekly ChartList Reports for any of your lists, open the ChartList in Summary View and find the two checkboxes above the table.

<figure><img src="/files/3mTzo2nXolorz93iAkJL" alt=""><figcaption><p>Sign up for ChartList Reports using the checkboxes on Summary View</p></figcaption></figure>

Check the box next to the report you'd like to receive (you can check both). You can choose to receive it after the US, Canada, UK, or India close each day/week.

Reports for different ChartLists can be sent at various times, so if you have one ChartList focused on Canadian equities and another focused on the UK, the reports can be delivered at the appropriate hour. However, reports for the same ChartList must be sent at the same time; in other words, you can’t get your daily report at the India close and your weekly report for the same ChartList at the US close.

You're all set once you've checked the box and chosen your send time. After the next market close, you'll start seeing ChartList Report emails in your inbox.

To stop receiving a ChartList Report, view the list in Summary View and uncheck the appropriate checkbox above the summary table.


---

# 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/charts-and-tools/sharpcharts/chartlists/chartlist-reports.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.
