The ECB quarterly averages reader is connected to the CNB API and returns the average exchange rates for the published set of currency codes and all completed quarters of the provided year.
The connector expects the input of:
- year (format yyyy)
Configuration
This connector does not include any configuration.
Input & Output Schema
Input
CNB quarterly averages rates input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Year | integer | Yes | Year, for which the average rates are required |
Output
CNB quarterly averages rates output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Quartal | string | No | Quarter (JAN_TO_MAR, APR_TO_JUN, ...) |
Year | integer | No | Year |
Average | double | No | Average exchange rate for the period |
CurrencyCode | string | No | Currency code in ISO 4217 format |
Amount | integer | No | Exchange rate for the currency using the decimal place factor |
Release notes
3.0.0
- First release