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: show the values
| Point | GIP/YER |
|---|---|
| 2025-09-25 | 321.8742 |
| 2025-10-02 | 322.6067 |
| 2025-10-09 | 320.4724 |
| 2025-10-16 | 320.9583 |
| 2025-10-23 | 318.7692 |
| 2025-10-30 | 315.1226 |
| 2025-11-06 | 312.1093 |
| 2025-11-13 | 313.0842 |
| 2025-11-20 | 311.1766 |
| 2025-11-27 | 316.1761 |
| 2025-12-04 | 318.0095 |
| 2025-12-12 | 319.2411 |
| 2025-12-19 | 319.0939 |
| 2025-12-26 | 322.1064 |
| 2026-01-02 | 321.5925 |
| 2026-01-09 | 320.1765 |
| 2026-01-16 | 319.0726 |
| 2026-01-23 | 321.6093 |
| 2026-01-30 | 327.7597 |
| 2026-02-06 | 322.9672 |
| 2026-02-13 | 324.6541 |
| 2026-02-20 | 320.3987 |
| 2026-02-27 | 321.6202 |
| 2026-03-06 | 318.7835 |
| 2026-03-13 | 318.7064 |
| 2026-03-20 | 320.0329 |
| 2026-03-27 | 318.3991 |
| 2026-04-03 | 315.6024 |
| 2026-04-10 | 320.5985 |
| 2026-04-17 | 323.8219 |
| 2026-04-24 | 322.2344 |
| 2026-05-01 | 321.9364 |
| 2026-05-08 | 324.4091 |
| 2026-05-16 | 317.9757 |
| 2026-05-24 | 320.5146 |
| 2026-05-31 | 321.0627 |
| 2026-06-09 | 318.5173 |
| 2026-06-16 | 319.6858 |
| 2026-06-23 | 316.1751 |
| 2026-06-30 | 315.7647 |
| 2026-07-07 | 317.4658 |
| 2026-07-14 | 316.6836 |
| 2026-07-21 | 319.4247 |
| 2026-07-28 | 317.0544 |
| 2026-08-04 | 320.0693 |
| 2026-08-11 | 320.5383 |
| 2026-08-18 | 321.1697 |
| 2026-08-26 | 323.5431 |
| 2026-09-02 | 320.0127 |
| 2026-09-09 | 321.0889 |
| 2026-09-16 | 318.8859 |
| 2026-09-23 | 315.0783 |
High
327.7597
Low
311.1766
Average
319.4048
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.