Skip to content

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

BAM/PYG over 1Y: show the values
PointBAM/PYG
2025-09-264255.06
2025-10-034246.82
2025-10-104148.25
2025-10-174212.74
2025-10-244195.32
2025-10-314193.84
2025-11-074180.24
2025-11-144195.92
2025-11-214147.66
2025-11-284136.21
2025-12-054141.87
2025-12-134109.91
2025-12-204015.99
2025-12-274089.67
2026-01-033930.73
2026-01-103915.85
2026-01-174014.48
2026-01-244041.31
2026-01-314066.33
2026-02-073980.67
2026-02-143980.77
2026-02-213895.34
2026-02-283885.44
2026-03-073885.32
2026-03-143774.02
2026-03-213866.87
2026-03-283847.02
2026-04-043808.88
2026-04-113873.10
2026-04-183842.00
2026-04-253788.92
2026-05-023684.28
2026-05-093673.87
2026-05-173621.82
2026-05-253645.10
2026-06-013652.38
2026-06-103623.97
2026-06-173627.85
2026-06-243549.81
2026-07-013541.54
2026-07-083561.13
2026-07-153537.45
2026-07-223541.09
2026-07-293492.92
2026-08-053512.74
2026-08-123509.90
2026-08-203573.77
2026-08-273565.27
2026-09-033502.29
2026-09-103512.25
2026-09-173498.52
2026-09-243454.78

High

4255.06

Low

3449.55

Average

3830.17

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.