Skip to content

GIP to PYG exchange rate API

Gibraltar Pound to Guarani · quoted 2026-09-25

7860.43

▼ +13.73% over YTD

1 GIP = 7860.43 PYG · 1 PYG = 0.000127 GIP · Get this rate via the API

1 GIP buys 7860.43 PYG as of 2026-09-25, so 1 PYG buys 0.000127 GIP. Over the year to date, GIP/PYG traded between 7860.43 and 9179.52, averaged 8431.86 and fell 13.73%. The API holds daily GIP/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/PYG over YTD

GIP/PYG over YTD: show the values
PointGIP/PYG
2025-12-319111.17
2026-01-078880.02
2026-01-148894.87
2026-01-218979.53
2026-01-289179.52
2026-02-049095.80
2026-02-119000.42
2026-02-188851.08
2026-02-258716.99
2026-03-048611.61
2026-03-118750.18
2026-03-188637.77
2026-03-258734.69
2026-04-018620.86
2026-04-088645.28
2026-04-158614.85
2026-04-228621.39
2026-04-298492.52
2026-05-068183.76
2026-05-148268.99
2026-05-218282.53
2026-05-298245.97
2026-06-058178.52
2026-06-148226.92
2026-06-218073.10
2026-06-288051.14
2026-07-058113.54
2026-07-128155.27
2026-07-198150.80
2026-07-268056.36
2026-08-028024.12
2026-08-098021.33
2026-08-168137.20
2026-08-248231.64
2026-08-318061.23
2026-09-078083.60
2026-09-147995.62
2026-09-218002.02

High

9179.52

Low

7860.43

Average

8431.86

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/PYG API questions

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

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

How far back does GIP/PYG historical data go?

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