SBP FX reserves since January 2025
const ctx = document.getElementById(‘closingRatesChart’).getContext(‘2d’);
const closingRatesChart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [
“03-Jan-25”, “10-Jan-25”, “17-Jan-25”, “24-Jan-25”, “31-Jan-25”, “07-Feb-25”, “14-Feb-25”, “21-Feb-25”, “28-Feb-25”, “07-Mar-25”, “14-Mar-25”
],
datasets: [{
label: ‘FX Reserves’,
data: [
11.70, 11.72, 11.45, 11.37, 11.42, 11.17, 11.20, 11.22, 11.25, 11.10, 11.15
],
borderColor: ‘black’,
borderWidth: 1,
fill: false,
pointRadius: 3
}]
},
options: {
responsive: true,
plugins: {
legend: {
display: false
}
},
scales: {
x: {
title: {
display: true,
text: ‘Date’
}
},
y: {
title: {
display: true,
text: ‘SBP Reserves’
},
suggestedMax: 13.0 // Setting the highest value of the graph to 13.0
}
}
}
});
Foreign exchange reserves held by the State Bank of Pakistan (SBP) increased by $49 million on a weekly basis, clocking in at $11.15 billion as of March 14, data released on Thursday showed.
Total liquid foreign reserves held by the country stood at $16.02 billion. Net foreign reserves held by commercial banks stood at $4.87 billion.
The central bank did not specify a reason for increase in the reserves.
“During the week ended on 14-Mar-2025, SBP reserves increased by US$ 49 million to US$ 11,146.8 million,” it said.
Last week, SBP foreign exchange reserves decreased by $152 million.