Skip to content

JPY to GBP exchange rate API

Yen to Pound Sterling · quoted 2026-09-26

0.004799

▼ +4.02% over 1Y

1 JPY = 0.004799 GBP · 1 GBP = 208.3767 JPY · Get this rate via the API

1 JPY buys 0.004799 GBP as of 2026-09-26, so 1 GBP buys 208.3767 JPY. Over the last year, JPY/GBP traded between 0.004581 and 0.005046, averaged 0.004747 and fell 4.02%. The API holds daily JPY/GBP rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

JPY/GBP over 1Y

JPY/GBP over 1Y: show the values
PointJPY/GBP
2025-09-260.005000
2025-10-030.005046
2025-10-100.004935
2025-10-170.004948
2025-10-240.004914
2025-10-310.004948
2025-11-070.004978
2025-11-140.004935
2025-11-210.004875
2025-11-280.004846
2025-12-050.004827
2025-12-120.004790
2025-12-190.004756
2025-12-260.004736
2026-01-020.004740
2026-01-090.004728
2026-01-160.004720
2026-01-230.004674
2026-01-300.004718
2026-02-060.004684
2026-02-130.004793
2026-02-200.004779
2026-02-270.004759
2026-03-060.004748
2026-03-130.004730
2026-03-200.004711
2026-03-270.004708
2026-04-030.004744
2026-04-100.004672
2026-04-170.004643
2026-04-240.004649
2026-05-010.004685
2026-05-080.004686
2026-05-150.004721
2026-05-220.004683
2026-05-290.004676
2026-06-050.004644
2026-06-120.004657
2026-06-190.004686
2026-06-260.004680
2026-07-030.004646
2026-07-100.004602
2026-07-170.004583
2026-07-240.004581
2026-07-310.004649
2026-08-070.004695
2026-08-140.004645
2026-08-210.004614
2026-08-280.004610
2026-09-040.004730
2026-09-110.004805
2026-09-180.004746
2026-09-250.004788

High

0.005046

Low

0.004581

Average

0.004747

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JPY/GBP API questions

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

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

How far back does JPY/GBP historical data go?

Daily JPY/GBP rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/GBP 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.