Skip to content

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

BAM/PYG over 6M: show the values
PointBAM/PYG
2026-03-303850.31
2026-04-063802.07
2026-04-133873.10
2026-04-203841.92
2026-04-273794.36
2026-05-043684.28
2026-05-113674.20
2026-05-193622.69
2026-05-273654.57
2026-06-033589.58
2026-06-123633.68
2026-06-193565.37
2026-06-263549.50
2026-07-033545.44
2026-07-103554.82
2026-07-173548.86
2026-07-243522.29
2026-07-313503.32
2026-08-073510.22
2026-08-143516.89
2026-08-223593.34
2026-08-293508.44
2026-09-053551.53
2026-09-123510.20
2026-09-193488.00
2026-09-263449.55

High

3873.10

Low

3449.55

Average

3606.97

For developers

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