# FX Quotes The FX Quotes API provides three key functions: - View current exchange rates: The object shows Stripe’s current exchange rate for any given currency pair. - Extended quotes: The API provides rate quotes valid for a 1-hour period or a 24-hour period, eliminating uncertainty from FX fluctuations. - View FX fees: The API provides information on the FX fees Stripe will charge on your FX transaction, allowing you to anticipate specific settlement amounts before payment costs. ## 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)