API Documentation

API Endpoint

Exchange Rates

Exchange Rates

Supported filter params

  • date

  • out_of_date (boolean)

Supported sort params

  • date
GET /api/v2/exchange_rates
Requestsreturns exchange_rates

GET  /api/v2/exchange_rates

Headers
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Type: application/vnd.api+json
Responses200
Headers
Content-Type: application/vnd.api+json; charset=utf-8
Body
{
  "data": [
    {
      "id": "102",
      "type": "exchange_rates",
      "attributes": {
        "date": "2025-08-02",
        "out_of_date": false,
        "rates": [
          {
            "base": "USD",
            "target": "HRK",
            "rate": 6.2
          },
          {
            "base": "USD",
            "target": "EUR",
            "rate": 0.8
          },
          {
            "base": "USD",
            "target": "USD",
            "rate": 1
          },
          {
            "base": "USD",
            "target": "GBP",
            "rate": 0.79
          }
        ]
      }
    }
  ],
  "links": {
    "first": "http://api-test.productive.io/api/v2/exchange_rates?page%5Bnumber%5D=1&page%5Bsize%5D=30",
    "last": "http://api-test.productive.io/api/v2/exchange_rates?page%5Bnumber%5D=1&page%5Bsize%5D=30"
  },
  "meta": {
    "current_page": 1,
    "total_pages": 1,
    "total_count": 1,
    "page_size": 30,
    "max_page_size": 200
  }
}

Get exchange rates
GET/api/v2/exchange_rates


Generated by aglio on 02 Aug 2025