BAM to PYG exchange rate API
Convertible Mark to Guarani · quoted 2026-09-26
3449.55
▼ +18.93% over 1Y
1 BAM = 3449.55 PYG · 1 PYG = 0.000290 BAM · Get this rate via the API
1 BAM buys 3449.55 PYG as of 2026-09-26, so 1 PYG buys 0.000290 BAM. Over the last year, BAM/PYG traded between 3449.55 and 4255.06, averaged 3830.17 and fell 18.93%. The API holds daily BAM/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BAM/PYG over 1Y: show the values
| Point | BAM/PYG |
|---|---|
| 2025-09-26 | 4255.06 |
| 2025-10-03 | 4246.82 |
| 2025-10-10 | 4148.25 |
| 2025-10-17 | 4212.74 |
| 2025-10-24 | 4195.32 |
| 2025-10-31 | 4193.84 |
| 2025-11-07 | 4180.24 |
| 2025-11-14 | 4195.92 |
| 2025-11-21 | 4147.66 |
| 2025-11-28 | 4136.21 |
| 2025-12-05 | 4141.87 |
| 2025-12-13 | 4109.91 |
| 2025-12-20 | 4015.99 |
| 2025-12-27 | 4089.67 |
| 2026-01-03 | 3930.73 |
| 2026-01-10 | 3915.85 |
| 2026-01-17 | 4014.48 |
| 2026-01-24 | 4041.31 |
| 2026-01-31 | 4066.33 |
| 2026-02-07 | 3980.67 |
| 2026-02-14 | 3980.77 |
| 2026-02-21 | 3895.34 |
| 2026-02-28 | 3885.44 |
| 2026-03-07 | 3885.32 |
| 2026-03-14 | 3774.02 |
| 2026-03-21 | 3866.87 |
| 2026-03-28 | 3847.02 |
| 2026-04-04 | 3808.88 |
| 2026-04-11 | 3873.10 |
| 2026-04-18 | 3842.00 |
| 2026-04-25 | 3788.92 |
| 2026-05-02 | 3684.28 |
| 2026-05-09 | 3673.87 |
| 2026-05-17 | 3621.82 |
| 2026-05-25 | 3645.10 |
| 2026-06-01 | 3652.38 |
| 2026-06-10 | 3623.97 |
| 2026-06-17 | 3627.85 |
| 2026-06-24 | 3549.81 |
| 2026-07-01 | 3541.54 |
| 2026-07-08 | 3561.13 |
| 2026-07-15 | 3537.45 |
| 2026-07-22 | 3541.09 |
| 2026-07-29 | 3492.92 |
| 2026-08-05 | 3512.74 |
| 2026-08-12 | 3509.90 |
| 2026-08-20 | 3573.77 |
| 2026-08-27 | 3565.27 |
| 2026-09-03 | 3502.29 |
| 2026-09-10 | 3512.25 |
| 2026-09-17 | 3498.52 |
| 2026-09-24 | 3454.78 |
High
4255.06
Low
3449.55
Average
3830.17
Get this rate via the API
One GET request returns the BAM/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=BAM¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
BAM/PYG API questions
How do I get the BAM/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/PYG rate in rates.PYG.
How far back does BAM/PYG historical data go?
Daily BAM/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 BAM/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.