Skip to content

XOF to UYU exchange rate API

CFA Franc BCEAO to Peso Uruguayo · quoted 2026-09-27

0.06958

▼ +2.12% over 1Y

1 XOF = 0.06958 UYU · 1 UYU = 14.3722 XOF · Get this rate via the API

1 XOF buys 0.06958 UYU as of 2026-09-27, so 1 UYU buys 14.3722 XOF. Over the last year, XOF/UYU traded between 0.06775 and 0.07182, averaged 0.07036 and fell 2.12%. The API holds daily XOF/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

XOF/UYU over 1Y

XOF/UYU over 1Y: show the values
PointXOF/UYU
2025-09-270.07109
2025-10-040.07140
2025-10-110.07067
2025-10-180.07129
2025-10-250.07061
2025-11-010.07023
2025-11-080.07020
2025-11-150.07043
2025-11-220.06983
2025-11-290.07018
2025-12-060.06937
2025-12-140.07004
2025-12-210.06976
2025-12-280.07029
2026-01-040.06960
2026-01-110.06893
2026-01-180.06801
2026-01-250.06775
2026-02-010.06970
2026-02-080.06958
2026-02-150.07008
2026-02-220.06959
2026-03-010.06899
2026-03-080.07096
2026-03-150.07075
2026-03-220.07164
2026-03-290.07100
2026-04-050.07086
2026-04-120.07182
2026-04-190.07140
2026-04-260.07062
2026-05-030.07133
2026-05-100.07140
2026-05-180.07119
2026-05-260.07082
2026-06-020.07131
2026-06-110.07112
2026-06-180.07068
2026-06-250.06904
2026-07-020.06995
2026-07-090.07005
2026-07-160.06998
2026-07-230.06965
2026-07-300.07014
2026-08-060.07065
2026-08-130.07052
2026-08-210.07150
2026-08-280.07117
2026-09-040.07118
2026-09-110.07124
2026-09-180.07035
2026-09-250.06953

High

0.07182

Low

0.06775

Average

0.07036

For developers

Get this rate via the API

One GET request returns the XOF/UYU rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=UYU"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=UYU");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=UYU").json()

Replace YOUR_API_KEY with the key from your dashboard.

XOF/UYU API questions

How do I get the XOF/UYU exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=UYU, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/UYU rate in rates.UYU.

How far back does XOF/UYU historical data go?

Daily XOF/UYU rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free XOF/UYU exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.