Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Global Exchange Rates (Preview)
The exchange rates service for enterprises. Connect to the official exchange rates from central banks and tax authorities from all over the world using a simple and reliable source. Ideal for accounting and ERP systems, business intelligence and reporting.
This connector is available in the following products and regions:
| Service | Class | Regions |
|---|---|---|
| Copilot Studio | 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) |
| Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - 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) |
| 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) |
| Contact | |
|---|---|
| Name | Global Exchange Rates Support |
| URL | https://globalexchangerates.org |
| info@globalexchangerates.org |
| Connector Metadata | |
|---|---|
| Publisher | MEMENTO SRL |
| Website | https://globalexchangerates.org |
| Privacy policy | https://www.globalexchangerates.org/privacy-policy/ |
| Categories | Business Management;Productivity |
Global Exchange Rates
The exchange rates API for enterprises
Connect to the official exchange rates from central banks and tax authorities from all over the world using a simple and reliable source. Ideal for accounting and ERP systems, business intelligence and reporting.
Prerequisites
You will need the following to proceed:
- A subscription to one of the Global Exchange Rates plans. The 30 days free trial can be used for the connector.
Obtaining Credentials
The connector requires a valid subscription api key for authentication to the API service.
The subscription key can be retrieved from the developer API portal at the following link: Developer API Portal
Supported Actions
The connector supports the following operations:
Currencies: Returns the list of available currencies.Providers: Returns the list of available exchange rate providers.Latest: Returns the latest exchange rates for the specified provider.Historical: Returns historical exchange rates for a specific date and provider.Convert: Converts amounts between currencies.
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 | securestring | Subscription-Key | True |
Throttling Limits
| Name | Calls | Renewal Period |
|---|---|---|
| API calls per connection | 100 | 60 seconds |
Actions
| Converts amounts between currencies |
Converts amounts between currencies. |
| Returns historical exchange rates for a specific date and provider |
Returns historical exchange rates for a specific date and provider. |
| Returns the latest exchange rates for the specified provider |
Returns the latest exchange rates for the specified provider. If no provider is specified, exchange rates from the GLOBAL provider will be returned. |
| Returns the list of available currencies |
Returns the list of available currencies. |
| Returns the list of available exchange rate providers |
Returns the list of available exchange rate providers. |
Converts amounts between currencies
- Operation ID:
- Convert
Converts amounts between currencies.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
base
|
base | string |
Base currency for rates conversion. Only valid for GLOBAL provider. Default is EUR |
|
|
to
|
to | string |
Comma-separated list of currencies to convert to (e.g., USD,EUR,GBP) |
|
|
amount
|
amount | True | double |
Format - double. The amount to be converted. Mandatory. |
|
provider
|
provider | string |
Provider code. Default is GLOBAL |
|
|
date
|
date | string |
Date in format YYYY-MM-DD. Must be >= 2024-01-01 (2025-01-01 for GLOBAL) |
|
|
decimals
|
decimals | integer |
Number of decimal places for rates (0-10). Default is 10 |
|
|
format
|
format | string |
Response format. Allowed values: JSON (default), XML, CSV |
|
|
header
|
header | boolean |
For CSV format only. Include header row if true. Default is false |
Returns
- Body
- conversionResponse
Returns historical exchange rates for a specific date and provider
- Operation ID:
- Historical
Returns historical exchange rates for a specific date and provider.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
date
|
date | True | string |
Date in format YYYY-MM-DD. Must be >= 2024-01-01 (2025-01-01 for GLOBAL) |
|
latest
|
latest | boolean |
If true, returns latest available rates up to specified date. If false, returns rates only for exact date. Default is true |
|
|
provider
|
provider | string |
Provider code. Default is GLOBAL |
|
|
currencies
|
currencies | string |
Comma-separated list of currencies to include (e.g., USD,EUR,GBP) |
|
|
base
|
base | string |
Base currency for rates conversion. Only valid for GLOBAL provider. Default is EUR |
|
|
decimals
|
decimals | integer |
Number of decimal places for rates (0-10). Default is 10 |
|
|
format
|
format | string |
Response format. Allowed values: JSON (default), XML, CSV |
|
|
header
|
header | boolean |
For CSV format only. Include header row if true. Default is false |
Returns
- Body
- exchangeRateResponse
Returns the latest exchange rates for the specified provider
- Operation ID:
- Latest
Returns the latest exchange rates for the specified provider. If no provider is specified, exchange rates from the GLOBAL provider will be returned.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
provider
|
provider | string |
Provider code. Default is GLOBAL. |
|
|
currencies
|
currencies | string |
Comma-separated list of currencies to include (e.g., USD,EUR,GBP) |
|
|
base
|
base | string |
Base currency for rates conversion. Only valid for GLOBAL provider. Default is EUR |
|
|
decimals
|
decimals | integer |
Number of decimal places for rates (0-10). Default is 10 |
|
|
format
|
format | string |
Response format. Allowed values: JSON (default), XML, CSV |
|
|
For CSV format only. Include header row if true. Default is false
|
header | boolean |
For CSV format only. Include header row if true. Default is false |
Returns
- Body
- exchangeRateResponse
Returns the list of available currencies
- Operation ID:
- Currencies
Returns the list of available currencies.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
code
|
code | string |
2 Comma-separated list of currency codes to filter the results (e.g., USD,EUR,GBP) |
|
|
format
|
format | string |
Response format. Allowed values: JSON (default), XML, CSV |
|
|
header
|
header | boolean |
For CSV format only. Include header row if true. Default is false |
Returns
- Items
- currencyArray
Returns the list of available exchange rate providers
- Operation ID:
- Providers
Returns the list of available exchange rate providers.
Parameters
| Name | Key | Required | Type | Description |
|---|---|---|---|---|
|
code
|
code | string |
Comma-separated list of provider codes to filter the results (e.g. ECB) |
|
|
countryCode
|
countryCode | string |
Two-letter ISO country code to filter providers by country |
|
|
format
|
format | string |
Response format. Allowed values: JSON (default), XML, CSV |
|
|
header
|
header | boolean |
For CSV format only. Include header row if true. Default is false |
Returns
- Items
- providerArray
Definitions
conversionResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
provider
|
provider | string | |
|
date
|
date | string | |
|
base
|
base | string | |
|
amount
|
amount | double | |
|
conversions
|
conversions | object |
currency
| Name | Path | Type | Description |
|---|---|---|---|
|
code
|
code | string | |
|
name
|
name | string | |
|
numericCode
|
numericCode | string | |
|
obsolete
|
obsolete | boolean |
exchangeRateResponse
| Name | Path | Type | Description |
|---|---|---|---|
|
provider
|
provider | string | |
|
date
|
date | string | |
|
base
|
base | string | |
|
exchangeRates
|
exchangeRates | object |
provider
| Name | Path | Type | Description |
|---|---|---|---|
|
code
|
code | string | |
|
description
|
description | string | |
|
country
|
country | string | |
|
referenceCurrency
|
referenceCurrency | string | |
|
timeSeries
|
timeSeries | boolean | |
|
monthly
|
monthly | boolean | |
|
countryCode
|
countryCode | string |
currencyArray
| Name | Path | Type | Description |
|---|---|---|---|
|
Items
|
currency |
providerArray
| Name | Path | Type | Description |
|---|---|---|---|
|
Items
|
provider |
