Skip to content

USD to PYG exchange rate API

US Dollar to Guarani · quoted 2026-09-25

5928.58

▼ +16.55% over 1Y

1 USD = 5928.58 PYG · 1 PYG = 0.000169 USD · Get this rate via the API

1 USD buys 5928.58 PYG as of 2026-09-25, so 1 PYG buys 0.000169 USD. Over the last year, USD/PYG traded between 5908.51 and 7104.02, averaged 6452.67 and fell 16.55%. The API holds daily USD/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/PYG over 1Y

USD/PYG over 1Y: show the values
PointUSD/PYG
2025-09-257104.02
2025-10-027082.58
2025-10-096989.37
2025-10-167047.76
2025-10-237080.00
2025-10-307098.54
2025-11-067084.74
2025-11-137065.47
2025-11-207041.49
2025-11-276992.69
2025-12-046988.56
2025-12-126859.36
2025-12-196687.52
2025-12-266786.77
2026-01-026659.25
2026-01-096567.96
2026-01-166708.16
2026-01-236699.90
2026-01-306713.58
2026-02-066602.56
2026-02-136589.19
2026-02-206492.03
2026-02-276448.22
2026-03-066549.31
2026-03-136496.89
2026-03-206495.44
2026-03-276531.08
2026-04-036451.26
2026-04-106452.28
2026-04-176374.37
2026-04-246332.42
2026-05-016151.63
2026-05-086140.36
2026-05-166093.49
2026-05-246097.70
2026-05-316068.00
2026-06-096122.40
2026-06-166131.72
2026-06-236111.06
2026-06-306072.02
2026-07-076050.35
2026-07-146086.18
2026-07-216068.88
2026-07-286053.60
2026-08-045972.48
2026-08-115956.51
2026-08-186027.75
2026-08-265994.28
2026-09-025908.51
2026-09-095942.33
2026-09-165995.45
2026-09-235945.45

High

7104.02

Low

5908.51

Average

6452.67

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/PYG API questions

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

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

How far back does USD/PYG historical data go?

Daily USD/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 USD/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.