Skip to content

BAM to PKR exchange rate API

Convertible Mark to Pakistan Rupee · quoted 2026-09-26

161.4562

▼ +2.86% over 1Y

1 BAM = 161.4562 PKR · 1 PKR = 0.006194 BAM · Get this rate via the API

1 BAM buys 161.4562 PKR as of 2026-09-26, so 1 PKR buys 0.006194 BAM. Over the last year, BAM/PKR traded between 161.4562 and 169.7725, averaged 166.5868 and fell 2.86%. The API holds daily BAM/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/PKR over 1Y

BAM/PKR over 1Y: show the values
PointBAM/PKR
2025-09-26166.2095
2025-10-03167.0075
2025-10-10167.4562
2025-10-17168.7411
2025-10-24167.9573
2025-10-31167.0833
2025-11-07166.6812
2025-11-14167.9298
2025-11-21166.6775
2025-11-28168.5455
2025-12-05167.2969
2025-12-13168.2939
2025-12-20167.8342
2025-12-27168.7330
2026-01-03167.9467
2026-01-10166.6497
2026-01-17165.9850
2026-01-24169.1871
2026-01-31169.7725
2026-02-07168.8815
2026-02-14169.6647
2026-02-21168.5103
2026-02-28168.8302
2026-03-07166.0636
2026-03-14163.4951
2026-03-21165.4977
2026-03-28164.2645
2026-04-04164.3287
2026-04-11167.1178
2026-04-18168.1905
2026-04-25166.5763
2026-05-02166.9614
2026-05-09167.6127
2026-05-17166.3779
2026-05-25167.4011
2026-06-01167.4106
2026-06-10166.0530
2026-06-17166.8628
2026-06-24163.3906
2026-07-01163.9556
2026-07-08164.1416
2026-07-15164.4950
2026-07-22163.9994
2026-07-29163.7288
2026-08-05165.7479
2026-08-12165.7467
2026-08-20167.8170
2026-08-27167.1739
2026-09-03166.4488
2026-09-10167.0513
2026-09-17164.5461
2026-09-24163.3128

High

169.7725

Low

161.4562

Average

166.5868

For developers

Get this rate via the API

One GET request returns the BAM/PKR 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=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=PKR");
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=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/PKR API questions

How do I get the BAM/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/PKR rate in rates.PKR.

How far back does BAM/PKR historical data go?

Daily BAM/PKR 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/PKR 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.