AZN to GYD exchange rate API
Azerbaijanian Manat to Guyana Dollar · quoted 2026-09-26
122.8292
▼ +2.94% over 1Y
1 AZN = 122.8292 GYD · 1 GYD = 0.008141 AZN · Get this rate via the API
1 AZN buys 122.8292 GYD as of 2026-09-26, so 1 GYD buys 0.008141 AZN. Over the last year, AZN/GYD traded between 122.3590 and 126.5461, averaged 123.1479 and fell 2.94%. The API holds daily AZN/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/GYD over 1Y: show the values
| Point | AZN/GYD |
|---|---|
| 2025-09-26 | 126.5461 |
| 2025-10-03 | 125.7325 |
| 2025-10-10 | 126.3502 |
| 2025-10-17 | 122.5224 |
| 2025-10-24 | 122.7261 |
| 2025-10-31 | 122.9624 |
| 2025-11-07 | 123.0271 |
| 2025-11-14 | 123.0366 |
| 2025-11-21 | 123.0880 |
| 2025-11-28 | 123.0424 |
| 2025-12-05 | 123.0453 |
| 2025-12-13 | 122.6910 |
| 2025-12-20 | 122.8603 |
| 2025-12-27 | 122.7752 |
| 2026-01-03 | 122.8673 |
| 2026-01-10 | 122.8797 |
| 2026-01-17 | 122.8996 |
| 2026-01-24 | 122.7488 |
| 2026-01-31 | 125.2157 |
| 2026-02-07 | 122.5044 |
| 2026-02-14 | 122.8731 |
| 2026-02-21 | 122.8587 |
| 2026-02-28 | 122.7299 |
| 2026-03-07 | 122.8685 |
| 2026-03-14 | 123.0002 |
| 2026-03-21 | 122.8266 |
| 2026-03-28 | 122.8630 |
| 2026-04-04 | 122.6260 |
| 2026-04-11 | 122.7215 |
| 2026-04-18 | 122.7743 |
| 2026-04-25 | 122.7528 |
| 2026-05-02 | 122.8028 |
| 2026-05-09 | 122.7860 |
| 2026-05-17 | 122.9075 |
| 2026-05-25 | 123.0684 |
| 2026-06-01 | 123.0594 |
| 2026-06-10 | 123.0231 |
| 2026-06-17 | 123.1133 |
| 2026-06-24 | 123.2996 |
| 2026-07-01 | 122.9595 |
| 2026-07-08 | 123.3251 |
| 2026-07-15 | 122.6009 |
| 2026-07-22 | 123.1438 |
| 2026-07-29 | 122.7454 |
| 2026-08-05 | 122.9947 |
| 2026-08-12 | 123.1053 |
| 2026-08-20 | 122.3590 |
| 2026-08-27 | 123.0908 |
| 2026-09-03 | 122.8914 |
| 2026-09-10 | 123.0591 |
| 2026-09-17 | 123.7633 |
| 2026-09-24 | 123.4961 |
High
126.5461
Low
122.3590
Average
123.1479
Get this rate via the API
One GET request returns the AZN/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/GYD API questions
How do I get the AZN/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/GYD rate in rates.GYD.
How far back does AZN/GYD historical data go?
Daily AZN/GYD 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/GYD 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.