Learn R Programming

currencyapi (version 0.1.0)

Client for the 'currencyapi.com' Currency Conversion API

Description

An R client for the 'currencyapi.com' currency conversion API. The API requires registration of an API key. Basic features are free, some require a paid subscription. You can find the full API documentation at .

Copy Link

Version

Install

install.packages('currencyapi')

Monthly Downloads

196

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Dominik Kukacka

Last Published

May 8th, 2023

Functions in currencyapi (0.1.0)

get_api_status

Get the current status of the API.
get_historical_exchange_rates

Get historical exchange rates for a specific date for a single or multiple currencies.
get_supported_currencies

Get the current status of the API.
convert_exchange_rates

Convert a value to a specific range of other currencies from the Currencyapi.com API. Retrieve the latest exchange rate data or for a specific historic date.
currencyapi_api_key

Currencyapi API Key
get_latest_exchange_rates

Get exchange rate from the Currencyapi.com API
get_date_range_historical_exchange_rates

Get historical exchange rates for a specific date for a single or multiple currencies.