• Advertise
  • Contact Us
  • Daily The Business
  • Privacy Policy
Tuesday, March 24, 2026
Daily The Business
  • Login
No Result
View All Result
DTB
No Result
View All Result
DTB

Rupee registers slight improvement against US dollar

October 4, 2025
in Markets
Intra-day update: rupee inches up against US dollar
Share on FacebookShare on TwitterWhatsapp

Rupee’s Performance Against US Dollar Since 04 March 2025

const ctx = document.getElementById(‘closingRatesChart’).getContext(‘2d’);
const closingRatesChart = new Chart(ctx, {
type: ‘line’,
data: {
labels: [
“04-Mar-25”, “05-Mar-25”, “06-Mar-25”, “07-Mar-25”, “10-Mar-25”, “11-Mar-25”, “12-Mar-25”,
“13-Mar-25”, “14-Mar-25”, “17-Mar-25”, “18-Mar-25”, “19-Mar-25”, “20-Mar-25”, “21-Mar-25”, “24-Mar-25”,
“25-Mar-25”, “26-Mar-25”, “27-Mar-25”, “28-Mar-25”, “03-Apr-25”, “04-Apr-25”, “07-Apr-25”, “08-Apr-25”, “09-Apr-25”, “10-Apr-25”, “11-Apr-25”, “14-Apr-25”, “15-Apr-25”, “16-Apr-25”, “17-Apr-25”, “18-Apr-25”, “21-Apr-25”, “22-Apr-25”, “23-Apr-25”, “24-Apr-25”, “25-Apr-25”, “28-Apr-25”, “29-Apr-25”, “30-Apr-25”, “02-May-25”, “05-May-25”, “06-May-25”, “07-May-25”, “08-May-25”, “09-May-25”, “12-May-25”, “13-May-25”, “14-May-25”, “15-May-25”, “16-May-25”, “19-May-25”, “20-May-25”, “21-May-25”, “22-May-25”, “23-May-25”, “26-May-25”, “27-May-25”, “29-May-25”, “30-May-25”, “02-Jun-25”, “03-Jun-25”, “04-Jun-25”, “05-Jun-25”, “10-Jun-25”, “11-Jun-25”, “12-Jun-25”, “13-Jun-25”, “16-Jun-25”, “17-Jun-25”, “18-Jun-25”, “19-Jun-25”, “20-Jun-25”, “23-Jun-25”, “24-Jun-25”, “25-Jun-25”, “26-Jun-25”, “27-Jun-25”, “30-Jun-25”, “02-Jul-25”, “03-Jul-25”, “04-Jul-25”, “07-Jul-25”, “08-Jul-25”, “09-Jul-25”, “10-Jul-25”, “11-Jul-25”, “14-Jul-25”, “15-Jul-25”, “16-Jul-25”, “17-Jul-25”, “18-Jul-25”, “21-Jul-25”, “22-Jul-25”, “23-Jul-25”, “24-Jul-25”, “25-Jul-25”, “28-Jul-25”, “29-Jul-25”, “30-Jul-25”, “31-Jul-25”, “01-Aug-25”, “04-Aug-25”, “05-Aug-25”, “06-Aug-25”, “07-Aug-25”, “08-Aug-25”, “11-Aug-25”, “12-Aug-25”, “13-Aug-25”, “15-Aug-25”, “18-Aug-25”, “19-Aug-25”, “20-Aug-25”, “21-Aug-25”, “22-Aug-25”, “25-Aug-25”, “26-Aug-25”, “27-Aug-25”, “28-Aug-25”, “29-Aug-25”, “01-Sep-25”, “02-Sep-25”, “03-Sep-25”, “04-Sep-25”, “05-Sep-25”, “08-Sep-25”, “09-Sep-25”, “10-Sep-25”, “11-Sep-25”, “12-Sep-25”, “15-Sep-25”, “16-Sep-25”, “17-Sep-25”, “18-Sep-25”, “19-Sep-25”, “21-Sep-25”, “22-Sep-25”, “23-Sep-25”, “24-Sep-25”, “25-Sep-25”, “26-Sep-25”, “29-Sep-25”, “30-Sep-25”, “01-Oct-25”, “02-Oct-25”, “03-Oct-25”
],
datasets: [{
label: ‘Closing Rates’,
data: [
279.77, 279.87, 279.82, 279.97, 280.07, 279.95, 279.97, 280.05, 280.21, 280.17, 280.27, 280.21, 280.22, 280.26, 280.37, 280.42, 280.26, 280.22, 280.16, 280.56, 280.47, 280.57, 280.73, 280.78, 280.56, 280.47, 280.60, 280.57, 280.46, 280.62, 280.72, 280.87, 280.77, 280.97, 281.07, 280.97, 281.07, 281.02, 280.97, 281.06, 281.22, 281.37, 281.47, 281.52, 281.71, 281.57, 281.67, 281.72, 281.61, 281.66, 281.77, 281.92, 281.97, 282.06, 281.97, 282.06, 282.17, 282.07, 282.02, 281.97, 282.12, 282.22, 282.17, 282.21, 282.47, 282.67, 282.96, 283.17, 283.41, 283.55, 283.64, 283.70, 283.87, 283.77, 283.72, 283.67, 283.72, 283.76, 283.95, 283.86, 283.97, 284.22, 284.36, 284.47, 284.56, 284.46, 284.72, 284.67, 284.96, 284.97, 284.87, 284.95, 284.97, 284.76, 284.22, 283.45, 283.21, 283.05, 282.95, 282.87, 282.72, 282.66, 282.57, 282.67, 282.56, 282.47, 282.45, 282.42, 282.22, 282.06, 282.01, 281.96, 281.95, 281.92, 281.90, 281.87, 281.86, 281.83, 281.8, 281.77, 281.75, 281.72, 281.71, 281.67, 281.65, 281.62, 281.61, 281.60, 281.56, 281.55, 281.52, 281.51, 281.50, 281.47, 281.46, 281.45, 281.46, 281.42, 281.43, 281.41, 281.37, 281.35, 281.32, 281.31, 281.27, 281.26
],
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: ‘Closing Rate’
}
}
}
}
});


The Pakistani rupee saw a slight gain against the US dollar in the inter-bank market on Friday.

At close, the currency settled at 281.26, a gain of Re0.01 against the greenback.

On Thursday, the local unit closed at 281.27.

Globally, the yen edged lower on Friday, trimming its sharpest weekly gain in more than four months, as traders considered the impact of potential rate increases by the Bank of Japan and a leadership election this weekend.

The US dollar rebounded overnight despite the closure of the US government, which has halted the publication of key economic data, including the closely watched monthly jobs report for September that was due to be released on Friday. Canada’s currency held near a four-month low on a slide in oil prices.

The yen slid 0.3% to 147.72 per dollar, still on track for a 1.2% advance this week that would be the biggest since mid-May.

The dollar index, which measures the greenback against a basket of key currencies, rose 0.1% to 97.90. The euro was up 0.1% at $1.1722. Sterling was little changed at $1.3437.

Markets were keeping a close eye on speeches by BOJ officials this week after the central bank’s tankan survey on Wednesday showed confidence among big manufacturers improved for the second straight quarter.

Traders see a 25-basis-point cut at the Fed’s October meeting as almost certain and are pricing in an 89% probability of an additional cut in December, according to the CME Group’s FedWatch Tool.

Oil prices, a key indicator of currency parity, were stable on Friday but were still headed for a weekly loss of about 7-8% after news of potential increases to OPEC+ supply.

Brent crude futures were up 29 cents, or 0.5%, at $64.40 a barrel by 1311 GMT. U.S. West Texas Intermediate crude was up 27 cents, or 0.5%, at $60.75.

Inter-bank market rates for dollar on Friday

BID                            Rs 281.26

OFFER                      Rs 281.46

Open-market movement

In the open market, the PKR gained 5 paise for buying and remained unchanged for selling against USD, closing at 281.83 and 282.30, respectively.

Against Euro, the PKR gained 38 paise for buying and 18 paise for selling, closing at 330.23 and 333.52, respectively.

Against UAE Dirham, the PKR gained 7 paise for buying and lost 3 paise for selling, closing at 76.81 and 77.56, respectively.

Against Saudi Riyal, the PKR gained 6 paise for buying and lost 2 paise for selling, closing at 75.02 and 75.67, respectively.

Open-market rates for dollar on Friday

BID                            Rs 281.83

OFFER                      Rs 282.30

Share15Tweet10Send
Previous Post

Serene Air’s flight operations suspended over lack of serviceable aircraft: CAA

Next Post

Deep depression in Arabian Sea intensifies into cyclonic storm ‘Shakhti’: PMD

Related Posts

India bonds extend losses as higher US yields, debt supply weigh
Markets

India bonds extend losses as higher US yields, debt supply weigh

March 24, 2026
Indian rupee to rise on oil pullback after Trump signals talks; Iran denial clouds outlook
Markets

Indian rupee to rise on oil pullback after Trump signals talks; Iran denial clouds outlook

March 24, 2026
US, TotalEnergies reach ‘nearly $1 billion’ deal to end offshore wind projects
Markets

US, TotalEnergies reach ‘nearly $1 billion’ deal to end offshore wind projects

March 23, 2026
Oil whipsaws as war risks to energy facilities counter prospect of eased Iran sanctions
Markets

Oil prices plunge 10% on US-Iran talks and Trump postponement of strikes on Iranian power plants

March 23, 2026
Wall St up after Trump postpones strikes on Iranian power plants
Markets

Wall St up after Trump postpones strikes on Iranian power plants

March 23, 2026
Iranian oil is offered to India at premium to Brent, sources say
Markets

Iranian oil is offered to India at premium to Brent, sources say

March 24, 2026

Popular Post

  • FRSHAR Mail

    FRSHAR Mail set to redefine secure communication, data privacy

    127 shares
    Share 51 Tweet 32
  • How to avoid buyer’s remorse when raising venture capital

    33 shares
    Share 337 Tweet 211
  • Microsoft to pay off cloud industry group to end EU antitrust complaint

    55 shares
    Share 22 Tweet 14
  • Capacity utilisation of Pakistan’s cement industry drops to lowest on record

    49 shares
    Share 20 Tweet 12
  • Inflation is down in Europe. But the European Central Bank is in no hurry to make more rate cuts

    49 shares
    Share 20 Tweet 12
American Dollar Exchange Rate
  • Advertise
  • Contact Us
  • Daily The Business
  • Privacy Policy
Write us: info@dailythebusiness.com

© 2021 Daily The Business

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

No Result
View All Result
  • Advertise
  • Contact Us
  • Daily The Business
  • Privacy Policy

© 2021 Daily The Business

This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.