Skip to content

JPY to XPF exchange rate API

Yen to CFP Franc · quoted 2026-09-25

0.66280

▼ +1.75% over 1Y

1 JPY = 0.66280 XPF · 1 XPF = 1.5088 JPY · Get this rate via the API

1 JPY buys 0.66280 XPF as of 2026-09-25, so 1 XPF buys 1.5088 JPY. Over the last year, JPY/XPF traded between 0.63805 and 0.69331, averaged 0.65336 and fell 1.75%. The API holds daily JPY/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/XPF over 1Y

JPY/XPF over 1Y: show the values
PointJPY/XPF
2025-09-250.67457
2025-10-020.69331
2025-10-090.67104
2025-10-160.67824
2025-10-230.67481
2025-10-300.66714
2025-11-060.67434
2025-11-130.66643
2025-11-200.65661
2025-11-270.65884
2025-12-040.66263
2025-12-110.65718
2025-12-180.65312
2025-12-250.65010
2026-01-010.64797
2026-01-080.65162
2026-01-150.64731
2026-01-220.64347
2026-01-290.65458
2026-02-050.64292
2026-02-120.65302
2026-02-190.65287
2026-02-260.64607
2026-03-050.64989
2026-03-120.64827
2026-03-190.65430
2026-03-260.64787
2026-04-020.64873
2026-04-090.64677
2026-04-160.63805
2026-04-230.63980
2026-04-300.65235
2026-05-070.65044
2026-05-140.64583
2026-05-210.64482
2026-05-280.64293
2026-06-040.64301
2026-06-110.64456
2026-06-180.64464
2026-06-250.64732
2026-07-020.64722
2026-07-090.64286
2026-07-160.64242
2026-07-230.63998
2026-07-300.63850
2026-08-060.65428
2026-08-130.64898
2026-08-200.64398
2026-08-270.64236
2026-09-030.65859
2026-09-100.66374
2026-09-170.66799
2026-09-240.65997

High

0.69331

Low

0.63805

Average

0.65336

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/XPF API questions

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

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

How far back does JPY/XPF historical data go?

Daily JPY/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 JPY/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.