Skip to content

GIP to JPY exchange rate API

Gibraltar Pound to Yen · quoted 2026-09-24

210.2568

▲ +4.83% over 1Y

1 GIP = 210.2568 JPY · 1 JPY = 0.004756 GIP · Get this rate via the API

1 GIP buys 210.2568 JPY as of 2026-09-24, so 1 JPY buys 0.004756 GIP. Over the last year, GIP/JPY traded between 197.7423 and 218.5662, averaged 210.7889 and rose 4.83%. The API holds daily GIP/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/JPY over 1Y

GIP/JPY over 1Y: show the values
PointGIP/JPY
2025-09-24200.5763
2025-10-01197.7423
2025-10-08204.6077
2025-10-15202.1363
2025-10-22202.9994
2025-10-29201.8546
2025-11-05200.2049
2025-11-12203.4013
2025-11-19205.0744
2025-11-26206.1924
2025-12-03205.5012
2025-12-11207.9374
2025-12-18208.2035
2025-12-25210.6324
2026-01-01211.1725
2026-01-08210.8536
2026-01-15212.9888
2026-01-22213.2819
2026-01-29211.7086
2026-02-05213.9935
2026-02-12210.0277
2026-02-19209.0566
2026-02-26211.6473
2026-03-05210.4892
2026-03-12212.3674
2026-03-19211.1328
2026-03-26213.1562
2026-04-02211.4044
2026-04-09213.5822
2026-04-16215.6292
2026-04-23215.3632
2026-04-30211.5370
2026-05-07212.3059
2026-05-15214.3440
2026-05-23213.8438
2026-05-30214.3529
2026-06-06213.8900
2026-06-15215.4877
2026-06-22213.6930
2026-06-29213.6613
2026-07-06216.6036
2026-07-13216.9002
2026-07-20218.5662
2026-07-27218.4756
2026-08-03211.0145
2026-08-10213.9805
2026-08-17215.7646
2026-08-25217.1293
2026-09-01216.8428
2026-09-08208.8885
2026-09-15209.0150
2026-09-22210.3410

High

218.5662

Low

197.7423

Average

210.7889

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/JPY API questions

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

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

How far back does GIP/JPY historical data go?

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