Exchange Rates
economic__exchange-ratesRetrieve current or historical currency exchange rates from Frankfurter API. Supports major currencies without API keys and provides data quality metrics with source citations.
Instructions
[Economic & Financial Data Agent] Get current or historical currency exchange rates from the Frankfurter API. Supports all major currencies with no API key required. Source: Frankfurter (MIT License), updates real-time. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base currency code e.g. USD, EUR, GBP | USD |
| symbols | No | Comma-separated target currencies e.g. EUR,GBP,JPY | |
| date | No | Historical date in YYYY-MM-DD format (omit for latest) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |