Open Exchange
international__open-exchangeGet current currency exchange rates from the European Central Bank via Frankfurter API. Supports any base currency with optional target filtering, providing data quality scores and source verification.
Instructions
[International Data Agent] Latest currency exchange rates via Frankfurter API. Get rates for any base currency with optional symbol filtering. Source: Frankfurter (European Central Bank) (Free / Open), updates monthly. 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) |
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. |