GIP to JPY exchange rate API
Gibraltar Pound to Yen · quoted 2026-09-24
210.2568
▲ +10.22% over 5Y
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 5 years, GIP/JPY traded between 188.1245 and 217.0608, averaged 202.1759 and rose 10.22%. 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 5Y: show the values
| Point | GIP/JPY |
|---|---|
| 2024-08-24 | 190.7580 |
| 2024-10-07 | 194.4401 |
| 2024-11-06 | 200.0405 |
| 2024-12-06 | 191.8025 |
| 2025-01-05 | 195.2866 |
| 2025-02-04 | 192.7699 |
| 2025-03-06 | 190.3424 |
| 2025-04-06 | 188.1245 |
| 2025-05-06 | 189.4353 |
| 2025-06-07 | 195.9691 |
| 2025-07-07 | 198.4662 |
| 2025-08-06 | 196.2434 |
| 2025-09-05 | 199.0219 |
| 2025-10-06 | 201.7935 |
| 2025-11-05 | 200.2049 |
| 2025-12-05 | 206.9653 |
| 2026-01-05 | 210.6788 |
| 2026-02-04 | 214.6689 |
| 2026-03-06 | 211.1217 |
| 2026-04-05 | 210.8003 |
| 2026-05-05 | 214.3551 |
| 2026-06-06 | 213.8900 |
| 2026-07-08 | 217.0608 |
| 2026-08-07 | 213.0209 |
| 2026-09-07 | 209.0556 |
High
217.0608
Low
188.1245
Average
202.1759
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.