currency_rate
InactiveTool of Hnb Hr
HNB exchange rate for ONE foreign currency vs EUR (Croatia is in the eurozone). Pass the 3-letter ISO currency code (e.g. "USD", "GBP", "CHF"). Three modes: omit dates for the latest rate; pass `date` for a single historical date; pass `start_date`+`end_date` for a daily time series over that window. srednji_tecaj is the middle/reference rate. Rate values are strings with a COMMA decimal separator (e.g. "1,164900"). Dates are YYYY-MM-DD.
Parameters schema
{
"type": "object",
"required": [
"currency"
],
"properties": {
"date": {
"type": "string",
"description": "Single historical date, YYYY-MM-DD. Ignored if start_date is given."
},
"currency": {
"type": "string",
"description": "3-letter ISO currency code, e.g. \"USD\", \"GBP\", \"CHF\"."
},
"end_date": {
"type": "string",
"description": "Time-series window end, YYYY-MM-DD. Required when start_date is given."
},
"start_date": {
"type": "string",
"description": "Time-series window start, YYYY-MM-DD."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hnb Hr
https://github.com/pipeworx-io/mcp-hnb-hr
1/7 registries