imf.data: An Interface to IMF (International Monetary Fund) Data JSON API

A straightforward interface for accessing the IMF (International Monetary Fund) data JSON API, available at <https://data.imf.org/>. This package offers direct access to the primary API endpoints: Dataflow, DataStructure, and CompactData. And, it provides an intuitive interface for exploring available dimensions and attributes, as well as querying individual time-series datasets. Additionally, the package implements a rate limit on API calls to reduce the chances of exceeding service limits (limited to 10 calls every 5 seconds) and encountering response errors.

Version: 0.1.5
Imports: methods, utils, stats, curl, jsonlite
Suggests: testthat (≥ 3.0.0)
Published: 2024-03-06
Author: Pedro Baltazar [aut, cre]
Maintainer: Pedro Baltazar <pedrobtz at gmail.com>
BugReports: https://github.com/pedrobtz/imf.data/issues
License: MIT + file LICENSE
URL: https://pedrobtz.github.io/imf.data/
NeedsCompilation: no
Materials: NEWS
CRAN checks: imf.data results

Documentation:

Reference manual: imf.data.pdf

Downloads:

Package source: imf.data_0.1.5.tar.gz
Windows binaries: r-devel: imf.data_0.1.5.zip, r-release: imf.data_0.1.5.zip, r-oldrel: imf.data_0.1.5.zip
macOS binaries: r-release (arm64): imf.data_0.1.5.tgz, r-oldrel (arm64): imf.data_0.1.5.tgz, r-release (x86_64): imf.data_0.1.5.tgz, r-oldrel (x86_64): imf.data_0.1.5.tgz
Old sources: imf.data archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=imf.data to link to this page.