BAM to PYG exchange rate API
Convertible Mark to Guarani · quoted 2026-09-26
3449.55
▼ +10.41% over 6M
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 6 months, BAM/PYG traded between 3449.55 and 3873.10, averaged 3606.97 and fell 10.41%. 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 6M: show the values
| Point | BAM/PYG |
|---|---|
| 2026-03-30 | 3850.31 |
| 2026-04-06 | 3802.07 |
| 2026-04-13 | 3873.10 |
| 2026-04-20 | 3841.92 |
| 2026-04-27 | 3794.36 |
| 2026-05-04 | 3684.28 |
| 2026-05-11 | 3674.20 |
| 2026-05-19 | 3622.69 |
| 2026-05-27 | 3654.57 |
| 2026-06-03 | 3589.58 |
| 2026-06-12 | 3633.68 |
| 2026-06-19 | 3565.37 |
| 2026-06-26 | 3549.50 |
| 2026-07-03 | 3545.44 |
| 2026-07-10 | 3554.82 |
| 2026-07-17 | 3548.86 |
| 2026-07-24 | 3522.29 |
| 2026-07-31 | 3503.32 |
| 2026-08-07 | 3510.22 |
| 2026-08-14 | 3516.89 |
| 2026-08-22 | 3593.34 |
| 2026-08-29 | 3508.44 |
| 2026-09-05 | 3551.53 |
| 2026-09-12 | 3510.20 |
| 2026-09-19 | 3488.00 |
| 2026-09-26 | 3449.55 |
High
3873.10
Low
3449.55
Average
3606.97
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.