Skip to content

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

AZN/PYG over 1Y: show the values
PointAZN/PYG
2025-09-274169.64
2025-10-044164.92
2025-10-114120.61
2025-10-184142.86
2025-10-254154.84
2025-11-014168.44
2025-11-084160.43
2025-11-154145.69
2025-11-224127.67
2025-11-294102.94
2025-12-064085.67
2025-12-144064.38
2025-12-213945.53
2025-12-283979.47
2026-01-043867.42
2026-01-113872.92
2026-01-183975.63
2026-01-253927.41
2026-02-013939.97
2026-02-083888.89
2026-02-153851.33
2026-02-223794.00
2026-03-013785.41
2026-03-083845.20
2026-03-153783.63
2026-03-223821.42
2026-03-293841.95
2026-04-053796.62
2026-04-123789.69
2026-04-193745.13
2026-04-263715.18
2026-05-033610.17
2026-05-103575.27
2026-05-183634.36
2026-05-263593.61
2026-06-023544.47
2026-06-113605.57
2026-06-183599.83
2026-06-253582.53
2026-07-023577.46
2026-07-093565.01
2026-07-163549.45
2026-07-233560.29
2026-07-303517.34
2026-08-063501.98
2026-08-133509.82
2026-08-213546.55
2026-08-283488.41
2026-09-043491.10
2026-09-113465.58
2026-09-183516.99
2026-09-253487.40

High

4169.64

Low

3465.58

Average

3788.09

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.