Skip to content

BAM to XPF exchange rate API

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

61.0134

▲ +1.67% over 1Y

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 year, BAM/XPF traded between 60.0130 and 61.2403, averaged 60.9844 and rose 1.67%. 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 1Y

BAM/XPF over 1Y: show the values
PointBAM/XPF
2025-09-2660.0130
2025-10-0361.0008
2025-10-1060.9696
2025-10-1761.2403
2025-10-2461.0930
2025-10-3161.0879
2025-11-0760.9779
2025-11-1461.1655
2025-11-2161.0572
2025-11-2861.0384
2025-12-0561.1621
2025-12-1361.0134
2025-12-2061.0134
2025-12-2761.0134
2026-01-0361.0134
2026-01-1061.0134
2026-01-1761.0134
2026-01-2461.0134
2026-01-3161.0134
2026-02-0761.0134
2026-02-1461.0134
2026-02-2161.0134
2026-02-2861.0134
2026-03-0761.0134
2026-03-1461.0134
2026-03-2161.0134
2026-03-2860.8063
2026-04-0461.0134
2026-04-1160.9607
2026-04-1861.1311
2026-04-2560.9254
2026-05-0260.9524
2026-05-0960.8723
2026-05-1760.9540
2026-05-2560.8055
2026-06-0161.0464
2026-06-1060.9582
2026-06-1761.1873
2026-06-2460.8898
2026-07-0161.0112
2026-07-0861.0212
2026-07-1561.0439
2026-07-2260.9755
2026-07-2960.9303
2026-08-0560.9181
2026-08-1260.9456
2026-08-2061.0637
2026-08-2760.9833
2026-09-0360.9279
2026-09-1060.8921
2026-09-1760.9546
2026-09-2460.9839

High

61.2403

Low

60.0130

Average

60.9844

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.