---
title: "Create Foreign Exchange Quote"
method: POST
path: "/foreign_exchange_quotes"
---

# Create Foreign Exchange Quote

`POST /foreign_exchange_quotes`

## Request body

- object
  - `effective_at` string, date — The timestamp until when the quoted rate is valid.
  - `base_amount` integer — Amount in the lowest denomination of the `base_currency` to convert, often called the "sell" amount.
  - `base_currency` string — Currency to convert, often called the "sell" currency. Defaults to the `internal_account` currency.
  - `internal_account_id` string, required — The ID for the `InternalAccount` this quote is associated with. See [Internal Accounts](https://docs.moderntreasury.com/platform/reference/internal-account-object).
  - `target_amount` integer — Amount in the lowest denomination of the `target_currency`, often called the "buy" amount.
  - `target_currency` string, required — Currency to convert the `base_currency` to, often called the "buy" currency.
  - `metadata` object

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/modern-treasury/apis/modern-treasury-api.md) · [All operations](https://skmtc.net/modern-treasury/apis/modern-treasury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modern-treasury/modern-treasury-api/versions/ed0431a2dcd0/schema)
