Package: readecb Title: Access 'European Central Bank' Data Version: 0.1.3 Authors@R: person("Charles", "Coverdale", email = "charlesfcoverdale@gmail.com", role = c("aut", "cre")) Description: Provides clean, tidy access to statistical data published by the 'European Central Bank' ('ECB') via the 'ECB Data Portal' API . Covers policy interest rates, 'EURIBOR', euro exchange rates, harmonised consumer price inflation ('HICP'), euro area yield curves, the euro short-term rate ('ESTR'), monetary aggregates (M1, M2, M3), mortgage and lending rates, GDP, unemployment, and government debt-to-GDP. Each dataset has a dedicated function that abstracts away the underlying 'SDMX' key structure, so users do not need to know series codes. A generic fetcher is also provided for direct access to any of the 'ECB' 100-plus dataflows. Data is downloaded on first use and cached locally for subsequent calls. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB URL: https://charlescoverdale.github.io/readecb/, https://github.com/charlescoverdale/readecb BugReports: https://github.com/charlescoverdale/readecb/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli (>= 3.6.0), httr2 (>= 1.0.0), tools Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev Repository: https://charlescoverdale.r-universe.dev Date/Publication: 2026-05-04 19:11:34 UTC RemoteUrl: https://github.com/charlescoverdale/readecb RemoteRef: HEAD RemoteSha: d1d1c2d0d1d4c5d03b9ca98316a8023e05624dd1 NeedsCompilation: no Packaged: 2026-07-03 05:23:52 UTC; root Author: Charles Coverdale [aut, cre] Maintainer: Charles Coverdale