Package: currencyapi 0.1.0
currencyapi: Client for the 'currencyapi.com' Currency Conversion API
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 <https://currencyapi.com/docs> .
Authors:
currencyapi_0.1.0.tar.gz
currencyapi_0.1.0.zip(r-4.5)currencyapi_0.1.0.zip(r-4.4)currencyapi_0.1.0.zip(r-4.3)
currencyapi_0.1.0.tgz(r-4.4-any)currencyapi_0.1.0.tgz(r-4.3-any)
currencyapi_0.1.0.tar.gz(r-4.5-noble)currencyapi_0.1.0.tar.gz(r-4.4-noble)
currencyapi_0.1.0.tgz(r-4.4-emscripten)currencyapi_0.1.0.tgz(r-4.3-emscripten)
currencyapi.pdf |currencyapi.html✨
currencyapi/json (API)
NEWS
# Install 'currencyapi' in R: |
install.packages('currencyapi', repos = c('https://dominikkukacka.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:8fac1d9922. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Exports:convert_exchange_ratescurrencyapi_api_keyget_api_statusget_date_range_historical_exchange_ratesget_historical_exchange_ratesget_latest_exchange_ratesget_supported_currencies
Readme and manuals
Help Manual
Help page | Topics |
---|---|
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. | convert_exchange_rates |
Currencyapi API Key | currencyapi_api_key |
Get the current status of the API. | get_api_status |
Get historical exchange rates for a specific date for a single or multiple currencies. | get_date_range_historical_exchange_rates |
Get historical exchange rates for a specific date for a single or multiple currencies. | get_historical_exchange_rates |
Get exchange rate from the Currencyapi.com API | get_latest_exchange_rates |
Get the current status of the API. | get_supported_currencies |