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”
],
datasets: [{
label: ‘FX Reserves’,
data: [
11.70, 11.72, 11.45, 11.37, 11.42, 11.17, 11.20, 11.22, 11.25
],
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 $27 million on a weekly basis, clocking in at $11.25 billion as of February 28, data released on Thursday showed.
Total liquid foreign reserves held by the country stood at $15.87 billion. Net foreign reserves held by commercial banks stood at $4.62 billion.
The central bank did not specify a reason for increase in the reserves.
“During the week ended on 28-Feb-2025, SBP reserves increased by US$ 27 million to US$ 11,249.5 million,” it said.
Last week, SBP foreign exchange reserves increased by $21 million.