# FX Quotes

The FX Quotes API provides three functions:

- View Stripe’s current exchange rate for any given currency pair.
- Extend quoted rates for a 1-hour period or a 24-hour period, minimizing uncertainty from FX fluctuations.
- Preview the FX fees Stripe will charge on your FX transaction, allowing you to anticipate specific settlement amounts before payment costs.

[View the docs](https://docs.stripe.com/payments/currencies/localize-prices/fx-quotes-api.md)

## Endpoints

### Create an FX Quote

- [POST /v1/fx_quotes](https://docs.stripe.com/api/fx_quotes/create.md)

### Retrieve an FX Quote

- [GET /v1/fx_quotes/:id](https://docs.stripe.com/api/fx_quotes/retrieve.md)

### List active FX Quotes

- [GET /v1/fx_quotes](https://docs.stripe.com/api/fx_quotes/list.md)
