The CNB monthly averages reader is connected to the CNB API and returns the average exchange rates for the published set of currency codes and all completed months 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 monthly 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 monthly averages rates output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Month | string | No | Month - 3 letter abbreviation (JAN, FEB, MAR, ...) |
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