Exchange Rate API
  1. v2
Exchange Rate API
  • Acerca de
  • v2
    • Returns the formal daily rates for the selected currency
      GET
    • Returns the inverted formal daily rates for the selected currency
      GET
    • Returns the informal daily rates for the selected currency
      GET
    • Returns the inverted informal daily rates for the selected currency
      GET
  • v1 (deprecated)
    • /api/formal/cup
      GET
    • /api/informal/cup
      GET
  1. v2

Returns the inverted informal daily rates for the selected currency

GET
/api/v2/informal/target/{symbol}.json
v2
Returns the daily exchange rate for the selected currency in the opposite direction (Good to use when the value of the origin is a fraction of the others currencies)
[Symbol] = usd | mlc | eur | cup

Request

Path Params
symbol
string 
required
Example:
cup

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://exchange-rate.decubba.com/api/v2/informal/target/cup.json'

Responses

🟢200Returns exchange Rate
application/json
Body
object {0}
Example
{}
Previous
Returns the informal daily rates for the selected currency
Next
/api/formal/cup
Built with