ECBRates (ecb_rates v1.0.0)
This is the entrypoint for fetching EUR rates from ECB.
Summary
Functions
Fetches the rates for a given date (as Date struct or as a string in ISO8601 format).
Fetches the rates for a given date (as Date struct or as a string in ISO8601 format) and currency (using three letter symbol).
Functions
Link to this function
fetch(date)
Fetches the rates for a given date (as Date struct or as a string in ISO8601 format).
Link to this function
fetch(date, currency)
Fetches the rates for a given date (as Date struct or as a string in ISO8601 format) and currency (using three letter symbol).