Electronic Component API Wiki
Search electronic components, datasheets, stock, price, alternatives
Brought to you by:
ciiva
Return the currency exchange rates.
GetExchangeRates
| Name | Description |
|---|---|
| Address | https://api.ciiva.com/api/428298F5-913C-4300-94B5-EF951F283C04 |
| Accept methods | GET, POST |
Example:
Parameters:
-
Return:
{ "CurrencyName":"United States Dollar",
"ExchangeRate":1,
"Acronym":"USD"
},
{ "CurrencyName":"Switzerland Franc",
"ExchangeRate":0.90976,
"Acronym":"CHF"
},
…
Object Name: GetExchangeRates
Object Name: ExchangeRateItem
| Property Name | Property Type | Description | Example |
|---|---|---|---|
| CurrencyName | String | Currency name | |
| ExchangeRate | Decimal | Exchange rate to US dollar | |
| Acronym | String | Currency acronym |