rate_timeseries
Track ECB reference rates for a currency pair over a date range, returning daily rates plus the minimum, maximum and average across the period.
Instructions
ECB reference rate for one currency pair across a date range.
Returns one point per working day the ECB published a rate on, plus the minimum, maximum and
average rate across the range. Refuses a range longer than the configured maximum, or one
where start_date is after end_date — upstream is never called for either.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Currency the rate is quoted against, as a 3-letter ISO 4217 code. | EUR |
| symbol | No | Currency to track across the range, as a 3-letter ISO 4217 code. | USD |
| end_date | Yes | Last date of the range, as YYYY-MM-DD. At most 366 days after start_date. | |
| start_date | Yes | First date of the range, as YYYY-MM-DD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | Yes | ||
| min | Yes | ||
| base | Yes | ||
| quote | Yes | ||
| points | Yes | ||
| average | Yes | ||
| end_date | Yes | ||
| start_date | Yes |