Menu

GetExchangeRates

Ciiva

API Reference (V1)

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"
        },
         …

Request Object Schema

Object Name: GetExchangeRates

Return Object Schema

Object Name: ExchangeRateItem

Property Name Property Type Description Example
CurrencyName String Currency name
ExchangeRate Decimal Exchange rate to US dollar
Acronym String Currency acronym

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.