rate_chart
Render an ASCII line chart showing the historical exchange rate trend for a currency pair over a specified number of days.
Instructions
Render an ASCII line chart of a currency pair's rate history over N days. Shows trend visually in the terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Quote currency (e.g. USD) | |
| days | No | Number of days to show (7–60, default 30) | |
| from | Yes | Base currency (e.g. NZD) |