Skip to content

GIP to YER exchange rate API

Gibraltar Pound to Yemeni Rial · quoted 2026-09-25

312.5686

▼ +2.89% over 1Y

1 GIP = 312.5686 YER · 1 YER = 0.003199 GIP · Get this rate via the API

1 GIP buys 312.5686 YER as of 2026-09-25, so 1 YER buys 0.003199 GIP. Over the last year, GIP/YER traded between 311.1766 and 327.7597, averaged 319.4048 and fell 2.89%. The API holds daily GIP/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/YER over 1Y

GIP/YER over 1Y: show the values
PointGIP/YER
2025-09-25321.8742
2025-10-02322.6067
2025-10-09320.4724
2025-10-16320.9583
2025-10-23318.7692
2025-10-30315.1226
2025-11-06312.1093
2025-11-13313.0842
2025-11-20311.1766
2025-11-27316.1761
2025-12-04318.0095
2025-12-12319.2411
2025-12-19319.0939
2025-12-26322.1064
2026-01-02321.5925
2026-01-09320.1765
2026-01-16319.0726
2026-01-23321.6093
2026-01-30327.7597
2026-02-06322.9672
2026-02-13324.6541
2026-02-20320.3987
2026-02-27321.6202
2026-03-06318.7835
2026-03-13318.7064
2026-03-20320.0329
2026-03-27318.3991
2026-04-03315.6024
2026-04-10320.5985
2026-04-17323.8219
2026-04-24322.2344
2026-05-01321.9364
2026-05-08324.4091
2026-05-16317.9757
2026-05-24320.5146
2026-05-31321.0627
2026-06-09318.5173
2026-06-16319.6858
2026-06-23316.1751
2026-06-30315.7647
2026-07-07317.4658
2026-07-14316.6836
2026-07-21319.4247
2026-07-28317.0544
2026-08-04320.0693
2026-08-11320.5383
2026-08-18321.1697
2026-08-26323.5431
2026-09-02320.0127
2026-09-09321.0889
2026-09-16318.8859
2026-09-23315.0783

High

327.7597

Low

311.1766

Average

319.4048

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/YER API questions

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

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

How far back does GIP/YER historical data go?

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