AZN to PYG exchange rate API
Azerbaijanian Manat to Guarani · quoted 2026-09-27
3470.44
▼ +16.77% over 1Y
1 AZN = 3470.44 PYG · 1 PYG = 0.000288 AZN · Get this rate via the API
1 AZN buys 3470.44 PYG as of 2026-09-27, so 1 PYG buys 0.000288 AZN. Over the last year, AZN/PYG traded between 3465.58 and 4169.64, averaged 3788.09 and fell 16.77%. The API holds daily AZN/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/PYG over 1Y: show the values
| Point | AZN/PYG |
|---|---|
| 2025-09-27 | 4169.64 |
| 2025-10-04 | 4164.92 |
| 2025-10-11 | 4120.61 |
| 2025-10-18 | 4142.86 |
| 2025-10-25 | 4154.84 |
| 2025-11-01 | 4168.44 |
| 2025-11-08 | 4160.43 |
| 2025-11-15 | 4145.69 |
| 2025-11-22 | 4127.67 |
| 2025-11-29 | 4102.94 |
| 2025-12-06 | 4085.67 |
| 2025-12-14 | 4064.38 |
| 2025-12-21 | 3945.53 |
| 2025-12-28 | 3979.47 |
| 2026-01-04 | 3867.42 |
| 2026-01-11 | 3872.92 |
| 2026-01-18 | 3975.63 |
| 2026-01-25 | 3927.41 |
| 2026-02-01 | 3939.97 |
| 2026-02-08 | 3888.89 |
| 2026-02-15 | 3851.33 |
| 2026-02-22 | 3794.00 |
| 2026-03-01 | 3785.41 |
| 2026-03-08 | 3845.20 |
| 2026-03-15 | 3783.63 |
| 2026-03-22 | 3821.42 |
| 2026-03-29 | 3841.95 |
| 2026-04-05 | 3796.62 |
| 2026-04-12 | 3789.69 |
| 2026-04-19 | 3745.13 |
| 2026-04-26 | 3715.18 |
| 2026-05-03 | 3610.17 |
| 2026-05-10 | 3575.27 |
| 2026-05-18 | 3634.36 |
| 2026-05-26 | 3593.61 |
| 2026-06-02 | 3544.47 |
| 2026-06-11 | 3605.57 |
| 2026-06-18 | 3599.83 |
| 2026-06-25 | 3582.53 |
| 2026-07-02 | 3577.46 |
| 2026-07-09 | 3565.01 |
| 2026-07-16 | 3549.45 |
| 2026-07-23 | 3560.29 |
| 2026-07-30 | 3517.34 |
| 2026-08-06 | 3501.98 |
| 2026-08-13 | 3509.82 |
| 2026-08-21 | 3546.55 |
| 2026-08-28 | 3488.41 |
| 2026-09-04 | 3491.10 |
| 2026-09-11 | 3465.58 |
| 2026-09-18 | 3516.99 |
| 2026-09-25 | 3487.40 |
High
4169.64
Low
3465.58
Average
3788.09
Get this rate via the API
One GET request returns the AZN/PYG 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=AZN¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/PYG API questions
How do I get the AZN/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/PYG rate in rates.PYG.
How far back does AZN/PYG historical data go?
Daily AZN/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 AZN/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.