show_fx_history
Inspect the local FX rate cache. Get per-currency coverage with count and date range, or retrieve cached series for a specific currency using date range or most-recent limit.
Instructions
Inspect the local FX rate cache. Without currency, returns per-currency coverage (count + first/last date). With currency, returns the cached series — date range via from/to, or limit most-recent rows. USD has no rows (it's the base, always 1.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Currency code (KRW/JPY/EUR/CNY/GBP). Omit for coverage summary. | |
| from | No | Start date YYYY-MM-DD | |
| to | No | End date YYYY-MM-DD | |
| limit | No | Max rows when no date range (default 60) |