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: show the values
| Point | BAM/PKR |
|---|---|
| 2025-09-26 | 166.2095 |
| 2025-10-03 | 167.0075 |
| 2025-10-10 | 167.4562 |
| 2025-10-17 | 168.7411 |
| 2025-10-24 | 167.9573 |
| 2025-10-31 | 167.0833 |
| 2025-11-07 | 166.6812 |
| 2025-11-14 | 167.9298 |
| 2025-11-21 | 166.6775 |
| 2025-11-28 | 168.5455 |
| 2025-12-05 | 167.2969 |
| 2025-12-13 | 168.2939 |
| 2025-12-20 | 167.8342 |
| 2025-12-27 | 168.7330 |
| 2026-01-03 | 167.9467 |
| 2026-01-10 | 166.6497 |
| 2026-01-17 | 165.9850 |
| 2026-01-24 | 169.1871 |
| 2026-01-31 | 169.7725 |
| 2026-02-07 | 168.8815 |
| 2026-02-14 | 169.6647 |
| 2026-02-21 | 168.5103 |
| 2026-02-28 | 168.8302 |
| 2026-03-07 | 166.0636 |
| 2026-03-14 | 163.4951 |
| 2026-03-21 | 165.4977 |
| 2026-03-28 | 164.2645 |
| 2026-04-04 | 164.3287 |
| 2026-04-11 | 167.1178 |
| 2026-04-18 | 168.1905 |
| 2026-04-25 | 166.5763 |
| 2026-05-02 | 166.9614 |
| 2026-05-09 | 167.6127 |
| 2026-05-17 | 166.3779 |
| 2026-05-25 | 167.4011 |
| 2026-06-01 | 167.4106 |
| 2026-06-10 | 166.0530 |
| 2026-06-17 | 166.8628 |
| 2026-06-24 | 163.3906 |
| 2026-07-01 | 163.9556 |
| 2026-07-08 | 164.1416 |
| 2026-07-15 | 164.4950 |
| 2026-07-22 | 163.9994 |
| 2026-07-29 | 163.7288 |
| 2026-08-05 | 165.7479 |
| 2026-08-12 | 165.7467 |
| 2026-08-20 | 167.8170 |
| 2026-08-27 | 167.1739 |
| 2026-09-03 | 166.4488 |
| 2026-09-10 | 167.0513 |
| 2026-09-17 | 164.5461 |
| 2026-09-24 | 163.3128 |
High
169.7725
Low
161.4562
Average
166.5868
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.