GIP to PAB exchange rate API
Gibraltar Pound to Balboa · quoted 2026-09-26
1.3246
▼ +0.72% over 1Y
1 GIP = 1.3246 PAB · 1 PAB = 0.75493 GIP · Get this rate via the API
1 GIP buys 1.3246 PAB as of 2026-09-26, so 1 PAB buys 0.75493 GIP. Over the last year, GIP/PAB traded between 1.3085 and 1.3684, averaged 1.3399 and fell 0.72%. The API holds daily GIP/PAB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/PAB over 1Y: show the values
| Point | GIP/PAB |
|---|---|
| 2025-09-26 | 1.3342 |
| 2025-10-03 | 1.3440 |
| 2025-10-10 | 1.3302 |
| 2025-10-17 | 1.3438 |
| 2025-10-24 | 1.3324 |
| 2025-10-31 | 1.3157 |
| 2025-11-07 | 1.3125 |
| 2025-11-14 | 1.3149 |
| 2025-11-21 | 1.3085 |
| 2025-11-28 | 1.3232 |
| 2025-12-05 | 1.3333 |
| 2025-12-13 | 1.3373 |
| 2025-12-20 | 1.3376 |
| 2025-12-27 | 1.3493 |
| 2026-01-03 | 1.3458 |
| 2026-01-10 | 1.3399 |
| 2026-01-17 | 1.3344 |
| 2026-01-24 | 1.3648 |
| 2026-01-31 | 1.3684 |
| 2026-02-07 | 1.3613 |
| 2026-02-14 | 1.3655 |
| 2026-02-21 | 1.3480 |
| 2026-02-28 | 1.3489 |
| 2026-03-07 | 1.3417 |
| 2026-03-14 | 1.3233 |
| 2026-03-21 | 1.3344 |
| 2026-03-28 | 1.3351 |
| 2026-04-04 | 1.3193 |
| 2026-04-11 | 1.3436 |
| 2026-04-18 | 1.3537 |
| 2026-04-25 | 1.3491 |
| 2026-05-02 | 1.3583 |
| 2026-05-09 | 1.3608 |
| 2026-05-17 | 1.3327 |
| 2026-05-25 | 1.3475 |
| 2026-06-01 | 1.3456 |
| 2026-06-10 | 1.3385 |
| 2026-06-17 | 1.3430 |
| 2026-06-24 | 1.3195 |
| 2026-07-01 | 1.3234 |
| 2026-07-08 | 1.3359 |
| 2026-07-15 | 1.3407 |
| 2026-07-22 | 1.3384 |
| 2026-07-29 | 1.3296 |
| 2026-08-05 | 1.3456 |
| 2026-08-12 | 1.3503 |
| 2026-08-20 | 1.3607 |
| 2026-08-27 | 1.3582 |
| 2026-09-03 | 1.3495 |
| 2026-09-10 | 1.3555 |
| 2026-09-17 | 1.3378 |
| 2026-09-24 | 1.3235 |
High
1.3684
Low
1.3085
Average
1.3399
Get this rate via the API
One GET request returns the GIP/PAB 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=PAB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=PAB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=PAB").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/PAB API questions
How do I get the GIP/PAB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=PAB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/PAB rate in rates.PAB.
How far back does GIP/PAB historical data go?
Daily GIP/PAB 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/PAB 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.