---
title: "getAllCurrencyRatio"
method: GET
path: "/cruise/currencyratio/v1/getAllCurrencyRatio"
tags: ["Currency Ratio Service"]
---

# getAllCurrencyRatio

`GET /cruise/currencyratio/v1/getAllCurrencyRatio`

getAllCurrencyRatio

## Query parameters

- `fromCurrencyCode` string
- `includeNull` boolean
- `toCurrencyCode` string

## Headers

- `authenticationtoken` string, required
- `password` string, required
- `sitename` string, required
- `userid` string, required
- `X-B3-TraceId` string

## Response `200`

Success

- CurrencyRatioDetailsList — CurrencyRatioDetailsList description
  - `currencyRatioDetails` CurrencyRatioDetails[]
    - `currencyRatioDetailDetails` CurrencyRatioDetailsDto[]
      - `exchangeRate` number — "Exchange Rate" from Currency Ratio
      - `fromCurrencyCode` string, required — "From Currency" Code from Currency Ratio
      - `fromFactor` integer — "From" Factor from Currency Ratio
      - `toCurrencyCode` string, required — "To Currency" Code from Currency Ratio
      - `toFactor` integer, required — "To" Factor from Currency Ratio
  - `locationCode` string, required — "Code" from Company setup screen

## Other responses

- `400` — Validation Error
- `401` — Authorization
- `404` — currency Ratio not found
- `500` — Unexpected Error
- `504` — Timeout

---

[API](https://skmtc.net/crunchtime/apis/inventory-labor.md) · [All operations](https://skmtc.net/crunchtime/apis/inventory-labor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchtime/inventory-labor/revisions/0af8e380ff2c/schema)
