Cloudmersive Currency (Preview)
The currency APIs help you retrieve exchange rates and convert prices between currencies easily.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Cloumdersive Support |
URL | https://account.cloudmersive.com/contact-support |
support@cloudmersive.com |
Connector Metadata | |
---|---|
Publisher | Cloudmersive, LLC |
Website | https://www.cloudmersive.com/currency-api |
Privacy policy | https://www.cloudmersive.com/privacy-policy |
Categories | Data;Finance |
This connector is critical for working with prices and currencies, enabling conversion between over 30 currencies, and retrieving the latest exchange rates. Cloudmersive Currency covers a wide array of finance and pricing needs. Stateless high-security processing ensures fast performance and strong security. You can learn more at the Currency API page.
Prerequisites
To use the Currency connector, you need a Cloudmersive account and API Key. You can sign up for a free account or choose from one of the available paid plans.
How to get credentials?
You can sign up with a Microsoft Account or create a Cloudmersive account. Follow the steps below to get your API Key.
Here you can create and see your API key(s) listed on the API Keys page. Simply copy and paste this API Key into the Cloudmersive Currency Connector.
Now you are ready to start using the Cloudmersive Currency Connector.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key (from https://cloudmersive.com) | securestring | The Api Key for this API | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Converts a price from the source currency into the destination currency |
Automatically converts the price in the source currency into the destination currency using the latest available currency exchange rate data. |
Get a list of available currencies and corresponding countries |
Enumerates available currencies and the countries that correspond to these currencies. |
Gets the exchange rate from the source currency into the destination currency |
Automatically gets the exchange rate from the source currency into the destination currency using the latest available currency exchange rate data. |
Converts a price from the source currency into the destination currency
Automatically converts the price in the source currency into the destination currency using the latest available currency exchange rate data.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Source currency three-digit code (ISO 4217), e.g. USD, EUR, etc.
|
source | True | string |
Source currency three-digit code (ISO 4217), e.g. USD, EUR, etc. |
Destination currency three-digit code (ISO 4217), e.g. USD, EUR, etc.
|
destination | True | string |
Destination currency three-digit code (ISO 4217), e.g. USD, EUR, etc. |
Input price, such as 19.99 in source currency
|
sourcePrice | True | double |
Input price, such as 19.99 in source currency |
Returns
Result of performing a Convert Currency operation
Get a list of available currencies and corresponding countries
Enumerates available currencies and the countries that correspond to these currencies.
Returns
Result of performing an enumerate currencies operation
Gets the exchange rate from the source currency into the destination currency
Automatically gets the exchange rate from the source currency into the destination currency using the latest available currency exchange rate data.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Source currency three-digit code (ISO 4217), e.g. USD, EUR, etc.
|
source | True | string |
Source currency three-digit code (ISO 4217), e.g. USD, EUR, etc. |
Destination currency three-digit code (ISO 4217), e.g. USD, EUR, etc.
|
destination | True | string |
Destination currency three-digit code (ISO 4217), e.g. USD, EUR, etc. |
Returns
Result of performing a get exchange rate operation
- Body
- ExchangeRateResult
Definitions
AvailableCurrencyResponse
Result of performing an enumerate currencies operation
Name | Path | Type | Description |
---|---|---|---|
Currencies
|
Currencies | array of AvailableCurrency |
List of available currencies from the API |
AvailableCurrency
Details of a specific currency
Name | Path | Type | Description |
---|---|---|---|
ISOCurrencyCode
|
ISOCurrencyCode | string |
ISO 4217 currency three-letter code associated with the country |
CurrencySymbol
|
CurrencySymbol | string |
Symbol associated with the currency |
CurrencyEnglishName
|
CurrencyEnglishName | string |
Full name of the currency |
CountryName
|
CountryName | string |
Name of the country |
CountryThreeLetterCode
|
CountryThreeLetterCode | string |
Three-letter ISO 3166-1 country code |
CountryISOTwoLetterCode
|
CountryISOTwoLetterCode | string |
Two-letter ISO 3166-1 country code |
IsEuropeanUnionMember
|
IsEuropeanUnionMember | boolean |
True if this country is currently a member of the European Union (EU), false otherwise |
ConvertedCurrencyResult
Result of performing a Convert Currency operation
Name | Path | Type | Description |
---|---|---|---|
ConvertedPrice
|
ConvertedPrice | double |
The converted price in the destination currency |
ISOCurrencyCode
|
ISOCurrencyCode | string |
ISO 4217 currency three-letter code of destination price |
CurrencySymbol
|
CurrencySymbol | string |
Destination currency symbol |
FormattedPriceAsString
|
FormattedPriceAsString | string |
Formatted price in the destination currency as a string |
ExchangeRateResult
Result of performing a get exchange rate operation
Name | Path | Type | Description |
---|---|---|---|
ExchangeRate
|
ExchangeRate | double |
The exchange rate from the source to the destination currency |