Skip to content

BAM to XPF exchange rate API

Convertible Mark to CFP Franc · quoted 2026-09-26

61.0134

▼ +0.02% over YTD

1 BAM = 61.0134 XPF · 1 XPF = 0.01639 BAM · Get this rate via the API

1 BAM buys 61.0134 XPF as of 2026-09-26, so 1 XPF buys 0.01639 BAM. Over the year to date, BAM/XPF traded between 60.7040 and 61.3984, averaged 61.0299 and fell 0.02%. The API holds daily BAM/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/XPF over YTD

BAM/XPF over YTD: show the values
PointBAM/XPF
2025-12-3161.0226
2026-01-0761.0335
2026-01-1461.0060
2026-01-2161.2020
2026-01-2861.3984
2026-02-0460.8237
2026-02-1161.0232
2026-02-1861.0467
2026-02-2560.9193
2026-03-0460.7040
2026-03-1161.0842
2026-03-1861.1060
2026-03-2561.1734
2026-04-0161.1456
2026-04-0861.2818
2026-04-1561.1604
2026-04-2261.1390
2026-04-2961.0222
2026-05-0661.0027
2026-05-1461.0962
2026-05-2160.9703
2026-05-2961.0159
2026-06-0561.1327
2026-06-1461.0891
2026-06-2160.9587
2026-06-2860.9304
2026-07-0561.0392
2026-07-1261.0017
2026-07-1961.0252
2026-07-2660.9439
2026-08-0261.0594
2026-08-0960.9963
2026-08-1660.9969
2026-08-2461.0209
2026-08-3160.8438
2026-09-0760.8907
2026-09-1460.8411
2026-09-2161.0062

High

61.3984

Low

60.7040

Average

61.0299

For developers

Get this rate via the API

One GET request returns the BAM/XPF 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=BAM&currencies=XPF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=XPF");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/XPF API questions

How do I get the BAM/XPF exchange rate from an API?

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

How far back does BAM/XPF historical data go?

Daily BAM/XPF 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 BAM/XPF 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.