3.0.0 • Published 5 years ago
@datafire/interzoid_convertcurrency v3.0.0
@datafire/interzoid_convertcurrency
Client library for Interzoid Convert Currency Rate API
Installation and Usage
npm install --save @datafire/interzoid_convertcurrency
let interzoid_convertcurrency = require('@datafire/interzoid_convertcurrency').create();
.then(data => {
console.log(data);
});
Description
This API enables you to convert an amount of one currency into another currency using current foreign exchange rates.
Actions
convertcurrency
Provide an amount in one currency (EUR, GBP, CNY, JPY, AUD, etc.), and also a second currency to convert it to. The API will return the result using current foreign exchange rates. See the API home page for a list of all supported currencies.
interzoid_convertcurrency.convertcurrency({
"license": "",
"from": "",
"to": "",
"amount": ""
}, context)
Input
- input
object
- license required
string
: Your Interzoid license API key. Register at www.interzoid.com/register - from required
string
: Currency symbol for the converted from amount - to required
string
: Currency symbol for the converted to amount - amount required
string
: The amount of currency to be converted
- license required
Output
- output
object
- Code
string
- Converted
string
- Credits
string
- Currency
string
- Code
Definitions
This integration has no definitions
3.0.0
5 years ago