# Chart by time

Chart by time is the most commonly used chart format. This is also the default chart format applied when the user starts to draw the chart, the default display period is 5 years (5Y), the default display frequency is Daily

<figure><img src="/files/KXRD8qYVooSmw5p6eQna" alt=""><figcaption></figcaption></figure>

&#x20;(1) Customize the period&#x20;

Users can manually select the time period to display the chart. For example, selects From 10/02/2022, selects To 30/03/2023, the chart will display from 10/02/2022 to 30/03/2023&#x20;

<figure><img src="/files/nKkYARIZGcvneoSjW3Xg" alt=""><figcaption></figcaption></figure>

&#x20;(2) Quickly select the period of the Chart.&#x20;

User can choose to plot over time period: 3 months, 6 months, 1 year, 3 years, 5 years, all past data, from the beginning of the month to the present time (MTD), from the beginning of the quarter to present time (QTD), from the beginning of the year to date (YTD).

<figure><img src="/files/BDoGNXVCwrcqziLRkPMj" alt=""><figcaption></figcaption></figure>

&#x20;(3) Select frequency of plotting data&#x20;

Users can choose the frequency of data to plot on the chart, including: Daily, weekly, monthly, quarterly, yearly.&#x20;

For example, user chooses to plot the adjusted closing price of a stock, the default frequency is Daily, the chart will display the price data of all trading days. When converting frequency to Monthly, the chart will be plotted using the transaction data taken on the last day of that month. This function is useful when users draw indicators with different frequencies.&#x20;

<figure><img src="/files/NprCPdRvhzM40t5DsoLf" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.fiinpro.com/english/tools/financial-chart/chart/chart-by-time.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
