Skip to content

BAM to XPF exchange rate API

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

61.0134

▲ +0.05% over 30D

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 last 30 days, BAM/XPF traded between 60.8411 and 61.0461, averaged 60.9424 and rose 0.05%. 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 30D

BAM/XPF over 30D: show the values
PointBAM/XPF
2026-08-2760.9833
2026-08-2861.0314
2026-08-2961.0134
2026-08-3060.8853
2026-08-3160.8438
2026-09-0160.8501
2026-09-0261.0062
2026-09-0360.9279
2026-09-0460.8801
2026-09-0561.0134
2026-09-0660.9055
2026-09-0760.8907
2026-09-0860.8906
2026-09-0960.9026
2026-09-1060.8921
2026-09-1160.8458
2026-09-1261.0134
2026-09-1360.8908
2026-09-1460.8411
2026-09-1560.9484
2026-09-1661.0461
2026-09-1760.9546
2026-09-1860.8681
2026-09-1961.0134
2026-09-2060.9849
2026-09-2161.0062
2026-09-2260.8472
2026-09-2360.9849
2026-09-2460.9839
2026-09-2560.9839
2026-09-2661.0134

High

61.0461

Low

60.8411

Average

60.9424

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.