Fetches all currency exchange rates in the team

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
date
required

Maximum date for selected exchange rate date range, e.g. 2024-01-31

string
required

Three upper case letters source currency code, e.g. "USD"

date
required

Minimum date for selected exchange rate date range, e.g. 2024-12-31

target_currency_codes[]
array of strings

Array of target currency codes; By default, selects all currencies except source currency

target_currency_codes[]
boolean

Option to include archived team currencies; By default, false

Responses
200

Success

Example Response

  exchange_rates: {
    "USD": {
      "CAD": {
        "2024-01-01": {
          mosaic_id: 11111
          mosaic_team_id: 12345
          ratio: 1.25
          source_currency_code: "USD",
          target_currency_code: "CAD"
          is_carried_over: true,
          is_direct_inverse: true
        },
      },
    }
  }
400

Missing start or end date

401

Invalid Authentication Key and/or Team ID

404

Unable to find Source Currency with the provided source_currency_code

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!