Learn R Programming

pinnacle.API (version 1.90)

GetCurrencies: Get the list of supported Currencies

Description

Get the list of supported Currencies

Usage

GetCurrencies(force = FALSE)

Arguments

force
Default=FALSE, boolean if TRUE force a reload of the data if FALSE use cached data

Value

a data frame with these columns:
  • Currency Code
  • Exchange Rate to USD
  • Currency Name

Examples

Run this code

SetCredentials("TESTAPI","APITEST")
AcceptTermsAndConditions(accepted=TRUE)
GetCurrencies()

Run the code above in your browser using DataLab