Learn R Programming

imf.data (version 0.1.7)

An Interface to IMF (International Monetary Fund) Data JSON API

Description

A straightforward interface for accessing the IMF (International Monetary Fund) data JSON API, available at . 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.

Copy Link

Version

Install

install.packages('imf.data')

Monthly Downloads

905

Version

0.1.7

License

MIT + file LICENSE

Maintainer

Pedro Baltazar

Last Published

September 14th, 2024

Functions in imf.data (0.1.7)

mt_compact_data

Calls API endpoint 'CompactData' to get Dataset time series
imf.data-package

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

List all available Time Series Datasets
load_datasets

Loads Time Series Datasets
mt_dataflow

Calls API endpoint 'Dataflow'
mt_data_structure

Calls API endpoint 'DataStructure'