<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Business Recorder - Markets - Exchange</title>
    <link>https://www.brecorder.com/</link>
    <description>Business Recorder</description>
    <language>en-Us</language>
    <copyright>Copyright 2026</copyright>
    <pubDate>Mon, 22 Jun 2026 07:05:33 +0500</pubDate>
    <lastBuildDate>Mon, 22 Jun 2026 07:05:33 +0500</lastBuildDate>
    <ttl>60</ttl>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40426353/rupee-registers-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    &lt;meta charset="UTF-8"&gt;
    &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
    &lt;title&gt;PKR vs USD Exchange Rate Chart&lt;/title&gt;
    &lt;!-- Chart.js for high-performance rendering --&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
    &lt;style&gt;
        @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&amp;display=swap');

        /* Highly Isolated Wrapper Stylesheet
           All selectors are prefixed with #pkr-chart-embed to ensure 
           absolutely zero style bleeding into your parent website.
        */
        #pkr-chart-embed {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            max-width: 1000px;
            width: 100%;
            margin: 24px auto;
            background-color: #ffffff; /* Premium Light Mode Background */
            border: 1px solid #e2e8f0; /* Soft Slate 200 Border */
            border-radius: 20px;
            padding: 24px;
            box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.05);
            color: #0f172a; /* Slate 900 Text */
            box-sizing: border-box;
            text-align: left;
        }

        #pkr-chart-embed * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* Adaptive Header */
        #pkr-chart-embed .chart-header {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
            width: 100%;
        }

        #pkr-chart-embed .title-area {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        #pkr-chart-embed .main-title {
            font-size: 20px;
            font-weight: 700;
            color: #0f172a; /* Slate 900 */
            letter-spacing: -0.025em;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            line-height: 1.2;
        }

        #pkr-chart-embed .currency-badge {
            font-size: 11px;
            font-weight: 600;
            color: #4f46e5; /* Premium Indigo 600 */
            background-color: rgba(79, 70, 229, 0.08);
            padding: 2px 8px;
            border-radius: 9999px;
            border: 1px solid rgba(79, 70, 229, 0.15);
            text-transform: uppercase;
        }

        /* Badge elements */
        #pkr-chart-embed .rate-badge-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        #pkr-chart-embed .rate-label-sub {
            text-align: right;
        }

        #pkr-chart-embed .rate-label-sub span:first-child {
            display: block;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #64748b; /* Slate 500 */
        }

        #pkr-chart-embed .rate-label-sub span:last-child {
            display: block;
            font-size: 12px;
            color: #334155; /* Slate 700 */
            font-weight: 600;
        }

        #pkr-chart-embed .rate-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #4f46e5, #3b82f6); /* Indigo to Cobalt gradient */
            color: #ffffff;
            font-weight: 700;
            font-size: 13px;
            padding: 10px 16px;
            border-radius: 12px;
            box-shadow: 0 8px 16px -3px rgba(79, 70, 229, 0.25);
            border: 1px solid rgba(79, 70, 229, 0.2);
        }

        #pkr-chart-embed .pulse-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #ffffff;
            animation: pkrPulse 1.5s infinite;
        }

        @keyframes pkrPulse {
            0% { transform: scale(0.95); opacity: 0.6; }
            50% { transform: scale(1.15); opacity: 1; }
            100% { transform: scale(0.95); opacity: 0.6; }
        }

        /* Chart Canvas Element Wrapper */
        #pkr-chart-embed .chart-canvas-container {
            position: relative;
            width: 100%;
            height: 400px; /* Default desktop height */
        }

        /* Adaptive responsiveness via Media Queries */
        @media (max-width: 768px) {
            #pkr-chart-embed .chart-canvas-container {
                height: 320px;
            }
            #pkr-chart-embed .main-title {
                font-size: 18px;
            }
        }

        @media (max-width: 640px) {
            #pkr-chart-embed {
                padding: 16px;
            }
            #pkr-chart-embed .chart-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }
            #pkr-chart-embed .rate-label-sub {
                display: none; /* Simplify headers on tight screens */
            }
            #pkr-chart-embed .chart-canvas-container {
                height: 260px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

    &lt;!-- Self-Contained Isolated Embed Block --&gt;
    &lt;div id="pkr-chart-embed"&gt;
        
        &lt;!-- Header Section --&gt;
        &lt;div class="chart-header"&gt;
            &lt;div class="title-area"&gt;
                &lt;h1 class="main-title"&gt;
                    &lt;span&gt;PKR vs USD Exchange Rate&lt;/span&gt;
                    &lt;span class="currency-badge"&gt;USD / PKR&lt;/span&gt;
                &lt;/h1&gt;
            &lt;/div&gt;

            &lt;!-- Value Badge --&gt;
            &lt;div class="rate-badge-container"&gt;
                &lt;div class="rate-label-sub"&gt;
                    &lt;span&gt;Latest Closing&lt;/span&gt;
                    &lt;span&gt;19-Jun-26&lt;/span&gt;
                &lt;/div&gt;
                &lt;div class="rate-badge"&gt;
                    &lt;span class="pulse-dot"&gt;&lt;/span&gt;
                    &lt;span&gt;278.25 PKR&lt;/span&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;!-- Drawing Canvas Area --&gt;
        &lt;div class="chart-canvas-container"&gt;
            &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
        &lt;/div&gt;
    &lt;/div&gt;

    &lt;script&gt;
        (function() {
            // Self-executing function block to prevent global window namespace polluting
            const rawLabels = [
                "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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25", "23-Dec-25", "24-Dec-25", "26-Dec-25", "29-Dec-25", "30-Dec-25", "31-Dec-25", "02-Jan-26", "05-Jan-26", "06-Jan-26", "07-Jan-26", "08-Jan-26", "09-Jan-26", "12-Jan-26", "13-Jan-26", "14-Jan-26", "15-Jan-26", "16-Jan-26", "19-Jan-26", "20-Jan-26", "21-Jan-26", "22-Jan-26", "23-Jan-26", "26-Jan-26", "27-Jan-26", "28-Jan-26", "29-Jan-26", "30-Jan-26", "02-Feb-26", "03-Feb-26", "04-Feb-26", "06-Feb-26", "09-Feb-26", "10-Feb-26", "11-Feb-26", "12-Feb-26", "13-Feb-26", "16-Feb-26", "17-Feb-26", "18-Feb-26", "20-Feb-26", "23-Feb-26", "24-Feb-26", "25-Feb-26", "26-Feb-26", "27-Feb-26", "02-Mar-26", "03-Mar-26", "04-Mar-26", "05-Mar-26", "06-Mar-26", "09-Mar-26", "10-Mar-26", "11-Mar-26", "12-Mar-26", "13-Mar-26", "16-Mar-26", "17-Mar-26", "18-Mar-26", "19-Mar-26", "24-Mar-26", "25-Mar-26", "26-Mar-26", "27-Mar-26", "30-Mar-26", "31-Mar-26", "01-Apr-26", "02-Apr-26", "03-Apr-26", "04-Apr-26", "06-Apr-26", "07-Apr-26", "08-Apr-26", "09-Apr-26", "10-Apr-26", "13-Apr-26", "14-Apr-26", "14-Apr-26", "15-Apr-26", "16-Apr-26", "17-Apr-26", "20-Apr-26", "21-Apr-26", "22-Apr-26", "23-Apr-26", "24-Apr-26", "27-Apr-26", "28-Apr-26", "29-Apr-26", "30-Apr-26", "04-May-26", "05-May-26", "06-May-26", "07-May-26", "08-May-26", "11-May-26", "12-May-26", "13-May-26", "14-May-26", "15-May-26", "18-May-26", "19-May-26", "20-May-26", "21-May-26", "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26", "17-Jun-26", "18-Jun-26", "19-Jun-26"
            ];

            const rawData = [
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52, 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30, 278.27, 278.26, 278.25
            ];

            function initChart() {
                const ctx = document.getElementById('closingRatesChart').getContext('2d');
                
                // Solid, scoped gradient for the background line fill (Royal Indigo)
                const fillGradient = ctx.createLinearGradient(0, 0, 0, 400);
                fillGradient.addColorStop(0, 'rgba(79, 70, 229, 0.12)'); /* Indigo 600 with low opacity */
                fillGradient.addColorStop(1, 'rgba(79, 70, 229, 0.00)');

                new Chart(ctx, {
                    type: 'line',
                    data: {
                        labels: rawLabels,
                        datasets: [{
                            label: 'Closing Rate',
                            data: rawData,
                            borderColor: '#4f46e5', // Royal Indigo 600 Line
                            borderWidth: 2.5,
                            fill: true,
                            backgroundColor: fillGradient,
                            pointRadius: function(context) {
                                return context.active ? 6 : 0;
                            },
                            pointHoverRadius: 8,
                            pointHoverBackgroundColor: '#4f46e5',
                            pointHoverBorderColor: '#ffffff',
                            pointHoverBorderWidth: 2.5,
                            tension: 0.18
                        }]
                    },
                    options: {
                        responsive: true,
                        maintainAspectRatio: false,
                        // Configured to fix the buggy hover issues with high data density:
                        interaction: {
                            intersect: false, // Allows tooltips to show without hovering over a specific dot
                            mode: 'index'     // Triggers hover on any cursor position along the X-axis index
                        },
                        layout: {
                            padding: {
                                right: 20, /* Keep June 19th endpoint from clipping */
                                left: 4,
                                top: 8,
                                bottom: 8
                            }
                        },
                        plugins: {
                            legend: {
                                display: false
                            },
                            tooltip: {
                                backgroundColor: '#0f172a', /* High contrast dark Slate tooltip */
                                titleColor: '#94a3b8',
                                bodyColor: '#f1f5f9',
                                borderColor: '#e2e8f0',
                                borderWidth: 1,
                                padding: 12,
                                cornerRadius: 12,
                                displayColors: false,
                                titleFont: {
                                    family: 'Plus Jakarta Sans',
                                    size: 11
                                },
                                bodyFont: {
                                    family: 'Plus Jakarta Sans',
                                    size: 13,
                                    weight: '600'
                                },
                                callbacks: {
                                    label: function(context) {
                                        return `${context.parsed.y.toFixed(2)} PKR`;
                                    }
                                }
                            }
                        },
                        scales: {
                            x: {
                                grid: {
                                    color: 'rgba(226, 232, 240, 0.8)', /* Slate 200 light grid lines */
                                    drawTicks: false
                                },
                                ticks: {
                                    color: '#64748b', /* Slate 500 */
                                    maxTicksLimit: window.innerWidth &lt; 640 ? 5 : 10,
                                    font: {
                                        family: 'Plus Jakarta Sans',
                                        size: window.innerWidth &lt; 640 ? 9 : 11
                                    }
                                }
                            },
                            y: {
                                grid: {
                                    color: 'rgba(226, 232, 240, 0.8)',
                                    drawTicks: false
                                },
                                ticks: {
                                    color: '#64748b',
                                    font: {
                                        family: 'Plus Jakarta Sans',
                                        size: window.innerWidth &lt; 640 ? 9 : 11
                                    }
                                }
                            }
                        }
                    }
                });
            }

            // Initialization on window load
            window.addEventListener('load', initChart);

            // Responsive updates on resize
            window.addEventListener('resize', () =&gt; {
                const chart = Chart.getChart("closingRatesChart");
                if (chart) {
                    const isMobile = window.innerWidth &lt; 640;
                    chart.options.scales.x.ticks.maxTicksLimit = isMobile ? 5 : 10;
                    chart.options.scales.x.ticks.font.size = isMobile ? 9 : 11;
                    chart.options.scales.y.ticks.font.size = isMobile ? 9 : 11;
                    chart.update();
                }
            });
        })();
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.25, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2067929913110528476?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2067929913110528476?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40426135"&gt;&lt;u&gt;On Thursday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.26.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar index hit a new 13-month high, fuelled by a firm pledge from new Federal Reserve Chair Kevin Warsh to tackle inflation and ensure price stability. That has prompted traders to assume there will be at least one rate hike this year, compared with a negligible possibility a couple of weeks ago.&lt;/p&gt;
&lt;p&gt;The shift in tone from the Fed has hit Treasuries hard. Two-year yields are nearly 10 basis points higher than they were this time last ⁠week, while benchmark 10-year yields have fallen 3 basis points to 4.451%.&lt;/p&gt;
&lt;p&gt;That reflects investors pricing in the chances of near-term rate rises, while gaining some confidence that these could prove short-lived given the drop in the oil price.&lt;/p&gt;
&lt;p&gt;The cash US bonds market was closed on Friday for the Juneteenth holiday.&lt;/p&gt;
&lt;p&gt;With the dollar in the ascendant, the yen ⁠stayed on the back-foot to trade around 161.3 , leaving the U.S. currency at its strongest since last July, and well beyond the 160-threshold that most see as a trigger for Japanese intervention.&lt;/p&gt;
&lt;p&gt;Brent crude fell on Friday after Israel and ‌Hezbollah agreed to a ceasefire, easing concerns over disruptions to Middle East oil supplies and raising hopes of broader de-escalation involving the United States and Iran.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down 85 cents, or 1.1%, at $79 a barrel by 1303 GMT, and were heading for a weekly decline of 9.5%.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.25&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.45&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 9 paise for buying and gained 1 paisa for selling against USD, closing at 278.64 and 279.54, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 1.71 rupee for buying and 1.33 rupee for selling, closing at 319.21 and 322.99, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 1 paisa for buying and lost 2 paise for selling, closing at 75.95 and 76.59, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for buying and lost 2 paise for selling, closing at 74.28 and 74.87, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.64&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.54&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PKR vs USD Exchange Rate Chart</title>
    <!-- Chart.js for high-performance rendering -->
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

        /* Highly Isolated Wrapper Stylesheet
           All selectors are prefixed with #pkr-chart-embed to ensure 
           absolutely zero style bleeding into your parent website.
        */
        #pkr-chart-embed {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            max-width: 1000px;
            width: 100%;
            margin: 24px auto;
            background-color: #ffffff; /* Premium Light Mode Background */
            border: 1px solid #e2e8f0; /* Soft Slate 200 Border */
            border-radius: 20px;
            padding: 24px;
            box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.05), 0 8px 10px -6px rgba(15, 23, 42, 0.05);
            color: #0f172a; /* Slate 900 Text */
            box-sizing: border-box;
            text-align: left;
        }

        #pkr-chart-embed * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* Adaptive Header */
        #pkr-chart-embed .chart-header {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
            width: 100%;
        }

        #pkr-chart-embed .title-area {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        #pkr-chart-embed .main-title {
            font-size: 20px;
            font-weight: 700;
            color: #0f172a; /* Slate 900 */
            letter-spacing: -0.025em;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            line-height: 1.2;
        }

        #pkr-chart-embed .currency-badge {
            font-size: 11px;
            font-weight: 600;
            color: #4f46e5; /* Premium Indigo 600 */
            background-color: rgba(79, 70, 229, 0.08);
            padding: 2px 8px;
            border-radius: 9999px;
            border: 1px solid rgba(79, 70, 229, 0.15);
            text-transform: uppercase;
        }

        /* Badge elements */
        #pkr-chart-embed .rate-badge-container {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        #pkr-chart-embed .rate-label-sub {
            text-align: right;
        }

        #pkr-chart-embed .rate-label-sub span:first-child {
            display: block;
            font-size: 9px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.05em;
            color: #64748b; /* Slate 500 */
        }

        #pkr-chart-embed .rate-label-sub span:last-child {
            display: block;
            font-size: 12px;
            color: #334155; /* Slate 700 */
            font-weight: 600;
        }

        #pkr-chart-embed .rate-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #4f46e5, #3b82f6); /* Indigo to Cobalt gradient */
            color: #ffffff;
            font-weight: 700;
            font-size: 13px;
            padding: 10px 16px;
            border-radius: 12px;
            box-shadow: 0 8px 16px -3px rgba(79, 70, 229, 0.25);
            border: 1px solid rgba(79, 70, 229, 0.2);
        }

        #pkr-chart-embed .pulse-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #ffffff;
            animation: pkrPulse 1.5s infinite;
        }

        @keyframes pkrPulse {
            0% { transform: scale(0.95); opacity: 0.6; }
            50% { transform: scale(1.15); opacity: 1; }
            100% { transform: scale(0.95); opacity: 0.6; }
        }

        /* Chart Canvas Element Wrapper */
        #pkr-chart-embed .chart-canvas-container {
            position: relative;
            width: 100%;
            height: 400px; /* Default desktop height */
        }

        /* Adaptive responsiveness via Media Queries */
        @media (max-width: 768px) {
            #pkr-chart-embed .chart-canvas-container {
                height: 320px;
            }
            #pkr-chart-embed .main-title {
                font-size: 18px;
            }
        }

        @media (max-width: 640px) {
            #pkr-chart-embed {
                padding: 16px;
            }
            #pkr-chart-embed .chart-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
            }
            #pkr-chart-embed .rate-label-sub {
                display: none; /* Simplify headers on tight screens */
            }
            #pkr-chart-embed .chart-canvas-container {
                height: 260px;
            }
        }
    </style>
</head>
<body>

    <!-- Self-Contained Isolated Embed Block -->
    <div id="pkr-chart-embed">
        
        <!-- Header Section -->
        <div class="chart-header">
            <div class="title-area">
                <h1 class="main-title">
                    <span>PKR vs USD Exchange Rate</span>
                    <span class="currency-badge">USD / PKR</span>
                </h1>
            </div>

            <!-- Value Badge -->
            <div class="rate-badge-container">
                <div class="rate-label-sub">
                    <span>Latest Closing</span>
                    <span>19-Jun-26</span>
                </div>
                <div class="rate-badge">
                    <span class="pulse-dot"></span>
                    <span>278.25 PKR</span>
                </div>
            </div>
        </div>

        <!-- Drawing Canvas Area -->
        <div class="chart-canvas-container">
            <canvas id="closingRatesChart"></canvas>
        </div>
    </div>

    <script>
        (function() {
            // Self-executing function block to prevent global window namespace polluting
            const rawLabels = [
                "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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25", "23-Dec-25", "24-Dec-25", "26-Dec-25", "29-Dec-25", "30-Dec-25", "31-Dec-25", "02-Jan-26", "05-Jan-26", "06-Jan-26", "07-Jan-26", "08-Jan-26", "09-Jan-26", "12-Jan-26", "13-Jan-26", "14-Jan-26", "15-Jan-26", "16-Jan-26", "19-Jan-26", "20-Jan-26", "21-Jan-26", "22-Jan-26", "23-Jan-26", "26-Jan-26", "27-Jan-26", "28-Jan-26", "29-Jan-26", "30-Jan-26", "02-Feb-26", "03-Feb-26", "04-Feb-26", "06-Feb-26", "09-Feb-26", "10-Feb-26", "11-Feb-26", "12-Feb-26", "13-Feb-26", "16-Feb-26", "17-Feb-26", "18-Feb-26", "20-Feb-26", "23-Feb-26", "24-Feb-26", "25-Feb-26", "26-Feb-26", "27-Feb-26", "02-Mar-26", "03-Mar-26", "04-Mar-26", "05-Mar-26", "06-Mar-26", "09-Mar-26", "10-Mar-26", "11-Mar-26", "12-Mar-26", "13-Mar-26", "16-Mar-26", "17-Mar-26", "18-Mar-26", "19-Mar-26", "24-Mar-26", "25-Mar-26", "26-Mar-26", "27-Mar-26", "30-Mar-26", "31-Mar-26", "01-Apr-26", "02-Apr-26", "03-Apr-26", "04-Apr-26", "06-Apr-26", "07-Apr-26", "08-Apr-26", "09-Apr-26", "10-Apr-26", "13-Apr-26", "14-Apr-26", "14-Apr-26", "15-Apr-26", "16-Apr-26", "17-Apr-26", "20-Apr-26", "21-Apr-26", "22-Apr-26", "23-Apr-26", "24-Apr-26", "27-Apr-26", "28-Apr-26", "29-Apr-26", "30-Apr-26", "04-May-26", "05-May-26", "06-May-26", "07-May-26", "08-May-26", "11-May-26", "12-May-26", "13-May-26", "14-May-26", "15-May-26", "18-May-26", "19-May-26", "20-May-26", "21-May-26", "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26", "17-Jun-26", "18-Jun-26", "19-Jun-26"
            ];

            const rawData = [
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52, 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30, 278.27, 278.26, 278.25
            ];

            function initChart() {
                const ctx = document.getElementById('closingRatesChart').getContext('2d');
                
                // Solid, scoped gradient for the background line fill (Royal Indigo)
                const fillGradient = ctx.createLinearGradient(0, 0, 0, 400);
                fillGradient.addColorStop(0, 'rgba(79, 70, 229, 0.12)'); /* Indigo 600 with low opacity */
                fillGradient.addColorStop(1, 'rgba(79, 70, 229, 0.00)');

                new Chart(ctx, {
                    type: 'line',
                    data: {
                        labels: rawLabels,
                        datasets: [{
                            label: 'Closing Rate',
                            data: rawData,
                            borderColor: '#4f46e5', // Royal Indigo 600 Line
                            borderWidth: 2.5,
                            fill: true,
                            backgroundColor: fillGradient,
                            pointRadius: function(context) {
                                return context.active ? 6 : 0;
                            },
                            pointHoverRadius: 8,
                            pointHoverBackgroundColor: '#4f46e5',
                            pointHoverBorderColor: '#ffffff',
                            pointHoverBorderWidth: 2.5,
                            tension: 0.18
                        }]
                    },
                    options: {
                        responsive: true,
                        maintainAspectRatio: false,
                        // Configured to fix the buggy hover issues with high data density:
                        interaction: {
                            intersect: false, // Allows tooltips to show without hovering over a specific dot
                            mode: 'index'     // Triggers hover on any cursor position along the X-axis index
                        },
                        layout: {
                            padding: {
                                right: 20, /* Keep June 19th endpoint from clipping */
                                left: 4,
                                top: 8,
                                bottom: 8
                            }
                        },
                        plugins: {
                            legend: {
                                display: false
                            },
                            tooltip: {
                                backgroundColor: '#0f172a', /* High contrast dark Slate tooltip */
                                titleColor: '#94a3b8',
                                bodyColor: '#f1f5f9',
                                borderColor: '#e2e8f0',
                                borderWidth: 1,
                                padding: 12,
                                cornerRadius: 12,
                                displayColors: false,
                                titleFont: {
                                    family: 'Plus Jakarta Sans',
                                    size: 11
                                },
                                bodyFont: {
                                    family: 'Plus Jakarta Sans',
                                    size: 13,
                                    weight: '600'
                                },
                                callbacks: {
                                    label: function(context) {
                                        return `${context.parsed.y.toFixed(2)} PKR`;
                                    }
                                }
                            }
                        },
                        scales: {
                            x: {
                                grid: {
                                    color: 'rgba(226, 232, 240, 0.8)', /* Slate 200 light grid lines */
                                    drawTicks: false
                                },
                                ticks: {
                                    color: '#64748b', /* Slate 500 */
                                    maxTicksLimit: window.innerWidth < 640 ? 5 : 10,
                                    font: {
                                        family: 'Plus Jakarta Sans',
                                        size: window.innerWidth < 640 ? 9 : 11
                                    }
                                }
                            },
                            y: {
                                grid: {
                                    color: 'rgba(226, 232, 240, 0.8)',
                                    drawTicks: false
                                },
                                ticks: {
                                    color: '#64748b',
                                    font: {
                                        family: 'Plus Jakarta Sans',
                                        size: window.innerWidth < 640 ? 9 : 11
                                    }
                                }
                            }
                        }
                    }
                });
            }

            // Initialization on window load
            window.addEventListener('load', initChart);

            // Responsive updates on resize
            window.addEventListener('resize', () => {
                const chart = Chart.getChart("closingRatesChart");
                if (chart) {
                    const isMobile = window.innerWidth < 640;
                    chart.options.scales.x.ticks.maxTicksLimit = isMobile ? 5 : 10;
                    chart.options.scales.x.ticks.font.size = isMobile ? 9 : 11;
                    chart.options.scales.y.ticks.font.size = isMobile ? 9 : 11;
                    chart.update();
                }
            });
        })();
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.25, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full sm:w-full  media--center  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2067929913110528476?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2067929913110528476?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40426135"><u>On Thursday</u></a>, the local unit closed at 278.26.</p>
<p>Meanwhile, the dollar index hit a new 13-month high, fuelled by a firm pledge from new Federal Reserve Chair Kevin Warsh to tackle inflation and ensure price stability. That has prompted traders to assume there will be at least one rate hike this year, compared with a negligible possibility a couple of weeks ago.</p>
<p>The shift in tone from the Fed has hit Treasuries hard. Two-year yields are nearly 10 basis points higher than they were this time last ⁠week, while benchmark 10-year yields have fallen 3 basis points to 4.451%.</p>
<p>That reflects investors pricing in the chances of near-term rate rises, while gaining some confidence that these could prove short-lived given the drop in the oil price.</p>
<p>The cash US bonds market was closed on Friday for the Juneteenth holiday.</p>
<p>With the dollar in the ascendant, the yen ⁠stayed on the back-foot to trade around 161.3 , leaving the U.S. currency at its strongest since last July, and well beyond the 160-threshold that most see as a trigger for Japanese intervention.</p>
<p>Brent crude fell on Friday after Israel and ‌Hezbollah agreed to a ceasefire, easing concerns over disruptions to Middle East oil supplies and raising hopes of broader de-escalation involving the United States and Iran.</p>
<p>Brent crude futures were down 85 cents, or 1.1%, at $79 a barrel by 1303 GMT, and were heading for a weekly decline of 9.5%.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID Rs 278.25</p>
<p>OFFER Rs 278.45</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 9 paise for buying and gained 1 paisa for selling against USD, closing at 278.64 and 279.54, respectively.</p>
<p>Against Euro, the PKR gained 1.71 rupee for buying and 1.33 rupee for selling, closing at 319.21 and 322.99, respectively.</p>
<p>Against UAE Dirham, the PKR gained 1 paisa for buying and lost 2 paise for selling, closing at 75.95 and 76.59, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for buying and lost 2 paise for selling, closing at 74.28 and 74.87, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID Rs 278.64</p>
<p>OFFER Rs 279.54</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40426353</guid>
      <pubDate>Fri, 19 Jun 2026 19:51:37 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/191235228309adb.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/191235228309adb.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40426135/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.26, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/statebank_pak/status/2067565231010988262?s=46'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/statebank_pak/status/2067565231010988262?s=46"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425970/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Wednesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.27.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar clung to a more than two-month high on Thursday as markets ramped up wagers on Federal Reserve rate ​hikes this year, heaping fresh pressure on the Japanese yen toward intervention ‌territory.&lt;/p&gt;
&lt;p&gt;The euro last traded a shade stronger at $1.1511 and sterling ​strengthened to $1.3318 , after the currencies touched two-month lows earlier.&lt;/p&gt;
&lt;p&gt;The risk-sensitive Australian dollar ​and the New Zealand dollar were both up roughly 0.2% to $0.7025 and $0.5780, respectively.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40426121/dollar-clings-to-two-month-peak-as-fed-rate-hike-bets-mount-yen-slides"&gt;The dollar index&lt;/a&gt;, which ‌measures ⁠the greenback against a basket of currencies including the yen and the euro, was little changed at 100.31.&lt;/p&gt;
&lt;p&gt;It surged 0.85% to the strongest level since March 31 in the previous session, in its biggest single-day gain since March 2.&lt;/p&gt;
&lt;p&gt;Oil ​prices fell almost 3% on Thursday to their lowest since the first trading day of ‌the Iran war, as a US-Iran interim deal to end the conflict, reopen the Strait of Hormuz and ease sanctions on Tehran boosted the global supply outlook.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down $1.53, or 1.9%, at $78.02 a barrel at 1326 GMT, while U.S. West Texas Intermediate ​fell $2.22, or 2.9%, to $74.57 a barrel.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.26&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.46&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 15 paise for buying and 2 paise for selling against USD, closing at 278.55 and 279.55, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 2.45 rupees for buying and 2.17 rupees for selling, closing at 320.92 and 324.32, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 1 paisa for buying and gained 3 paise for selling, closing at 75.96 and 76.57, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 3 paise for buying and gained 2 paise for selling, closing at 74.29 and 74.85, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.55&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.55&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.26, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/statebank_pak/status/2067565231010988262?s=46'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/statebank_pak/status/2067565231010988262?s=46"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40425970/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Wednesday</u></a>, the local unit closed at 278.27.</p>
<p>Meanwhile, the US dollar clung to a more than two-month high on Thursday as markets ramped up wagers on Federal Reserve rate ​hikes this year, heaping fresh pressure on the Japanese yen toward intervention ‌territory.</p>
<p>The euro last traded a shade stronger at $1.1511 and sterling ​strengthened to $1.3318 , after the currencies touched two-month lows earlier.</p>
<p>The risk-sensitive Australian dollar ​and the New Zealand dollar were both up roughly 0.2% to $0.7025 and $0.5780, respectively.</p>
<p><a href="https://www.brecorder.com/news/40426121/dollar-clings-to-two-month-peak-as-fed-rate-hike-bets-mount-yen-slides">The dollar index</a>, which ‌measures ⁠the greenback against a basket of currencies including the yen and the euro, was little changed at 100.31.</p>
<p>It surged 0.85% to the strongest level since March 31 in the previous session, in its biggest single-day gain since March 2.</p>
<p>Oil ​prices fell almost 3% on Thursday to their lowest since the first trading day of ‌the Iran war, as a US-Iran interim deal to end the conflict, reopen the Strait of Hormuz and ease sanctions on Tehran boosted the global supply outlook.</p>
<p>Brent crude futures were down $1.53, or 1.9%, at $78.02 a barrel at 1326 GMT, while U.S. West Texas Intermediate ​fell $2.22, or 2.9%, to $74.57 a barrel.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.26</p>
<p>OFFER Rs 278.46</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 15 paise for buying and 2 paise for selling against USD, closing at 278.55 and 279.55, respectively.</p>
<p>Against Euro, the PKR gained 2.45 rupees for buying and 2.17 rupees for selling, closing at 320.92 and 324.32, respectively.</p>
<p>Against UAE Dirham, the PKR lost 1 paisa for buying and gained 3 paise for selling, closing at 75.96 and 76.57, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 3 paise for buying and gained 2 paise for selling, closing at 74.29 and 74.85, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.55</p>
<p>OFFER Rs 279.55</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40426135</guid>
      <pubDate>Thu, 18 Jun 2026 21:12:51 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/18110128c72da74.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/18110128c72da74.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40425970/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26", "17-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30, 278.27
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in the inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.27, a gain of Rs0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2067206444081168443?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2067206444081168443?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425803/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Tuesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.30.&lt;/p&gt;
&lt;p&gt;The dollar eased on Wednesday ahead of the Federal Reserve’s first policy decision under ​Chair Kevin Warsh.&lt;/p&gt;
&lt;p&gt;The yen found little respite against a weaker greenback and teetered further into intervention territory.&lt;/p&gt;
&lt;p&gt;The euro steadied at $1.1611 while sterling was little ​changed at $1.3430.&lt;/p&gt;
&lt;p&gt;The New Zealand dollar edged slightly higher to $0.5833.&lt;/p&gt;
&lt;p&gt;Against a basket of ‌currencies, &lt;a href="https://www.brecorder.com/news/40425935/dollar-on-the-defensive-ahead-of-first-fed-decision-under-warsh"&gt;the ⁠dollar eased&lt;/a&gt; slightly to 99.53, unwinding some of its safe-haven gains made as details emerged of the US and Iran’s interim agreement to end the war in the Middle East.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425933/oil-rises-1-on-us-iran-deal-doubts-iea-warns-of-supply-glut"&gt;Oil prices rose more than 1%&lt;/a&gt; on Wednesday after US President Donald Trump said the new ceasefire agreement with Iran was not final and the Iran war could resume if he was unsatisfied, but concerns over excess supply next year limited the gains.&lt;/p&gt;
&lt;p&gt;Brent crude futures were up 89 cents, or around 1.1%, at $79.85 a barrel at 11:34am ET (1534 GMT), and US West Texas Intermediate gained 91 cents, or 1.2%, to $76.96. Both contracts hit their lowest since early March earlier in the session.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.27&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.47&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 2 paise for buying and 3 paise for selling against USD, closing at 278.70 and 279.57, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 24 paise for buying and 14 paise for selling, closing at 323.37 and 326.49, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR remained unchanged for buying and lost 4 paise for selling, closing at 75.95 and 76.60, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 2 paise for buying and 4 paise for selling, closing at 74.26 and 74.87, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.70&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.57&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26", "17-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30, 278.27
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in the inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.27, a gain of Rs0.03 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2067206444081168443?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2067206444081168443?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40425803/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Tuesday</u></a>, the local unit closed at 278.30.</p>
<p>The dollar eased on Wednesday ahead of the Federal Reserve’s first policy decision under ​Chair Kevin Warsh.</p>
<p>The yen found little respite against a weaker greenback and teetered further into intervention territory.</p>
<p>The euro steadied at $1.1611 while sterling was little ​changed at $1.3430.</p>
<p>The New Zealand dollar edged slightly higher to $0.5833.</p>
<p>Against a basket of ‌currencies, <a href="https://www.brecorder.com/news/40425935/dollar-on-the-defensive-ahead-of-first-fed-decision-under-warsh">the ⁠dollar eased</a> slightly to 99.53, unwinding some of its safe-haven gains made as details emerged of the US and Iran’s interim agreement to end the war in the Middle East.</p>
<p><a href="https://www.brecorder.com/news/40425933/oil-rises-1-on-us-iran-deal-doubts-iea-warns-of-supply-glut">Oil prices rose more than 1%</a> on Wednesday after US President Donald Trump said the new ceasefire agreement with Iran was not final and the Iran war could resume if he was unsatisfied, but concerns over excess supply next year limited the gains.</p>
<p>Brent crude futures were up 89 cents, or around 1.1%, at $79.85 a barrel at 11:34am ET (1534 GMT), and US West Texas Intermediate gained 91 cents, or 1.2%, to $76.96. Both contracts hit their lowest since early March earlier in the session.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.27</p>
<p>OFFER Rs 278.47</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 2 paise for buying and 3 paise for selling against USD, closing at 278.70 and 279.57, respectively.</p>
<p>Against Euro, the PKR lost 24 paise for buying and 14 paise for selling, closing at 323.37 and 326.49, respectively.</p>
<p>Against UAE Dirham, the PKR remained unchanged for buying and lost 4 paise for selling, closing at 75.95 and 76.60, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 2 paise for buying and 4 paise for selling, closing at 74.26 and 74.87, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.70</p>
<p>OFFER Rs 279.57</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40425970</guid>
      <pubDate>Wed, 17 Jun 2026 21:20:27 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/17164750db66d71.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/17164750db66d71.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40425803/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.30, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2066834797776036351'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2066834797776036351"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425635"&gt;&lt;u&gt;On Monday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.31.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar held near 10-day lows on Tuesday.&lt;/p&gt;
&lt;p&gt;The euro was at $1.159, just ​below the 10-day high of $1.1622 it touched on Monday.&lt;/p&gt;
&lt;p&gt;Sterling last bought $1.3413 in early trade on Tuesday.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425767/dollar-sways-near-10-day-lows-as-attention-turns-to-boj-and-rba"&gt;The dollar index&lt;/a&gt;, which measures the US currency against six other units, ​was at 99.66.&lt;/p&gt;
&lt;p&gt;The index is up 2% since the conflict first erupted at the end of February in a volatile reaction to a fragile ceasefire and regular tit-for-tat attacks.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425764/oil-drops-about-4-to-three-month-low-as-markets-weigh-us-iran-deal"&gt;Oil prices fell&lt;/a&gt; about 4% to a ​fresh three-month low on Tuesday on hopes the U.S. and Iran will agree to end the war and allow oil to flow ‌through the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;Brent crude futures fell $3.29, or 4%, to $79.88 a barrel at 10:48 am. ET (1448 GMT), while U.S. West Texas Intermediate crude fell $3.82, or 4.7%, to $76.93.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.30&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.50&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 3 paise for buying and 15 paise for selling against USD, closing at 278.72 and 279.60, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 30 paise for buying and 39 paise for selling, closing at 323.13 and 326.35, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 1 paisa for buying and gained 3 paise for selling, closing at 75.95 and 76.56, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 3 paise for buying and remained unchanged for selling, closing at 74.24 and 74.83, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.72&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.60&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26", "15-Jun-26", "16-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32, 278.31, 278.30
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.30, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2066834797776036351'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2066834797776036351"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40425635"><u>On Monday</u></a>, the local unit closed at 278.31.</p>
<p>Meanwhile, the US dollar held near 10-day lows on Tuesday.</p>
<p>The euro was at $1.159, just ​below the 10-day high of $1.1622 it touched on Monday.</p>
<p>Sterling last bought $1.3413 in early trade on Tuesday.</p>
<p><a href="https://www.brecorder.com/news/40425767/dollar-sways-near-10-day-lows-as-attention-turns-to-boj-and-rba">The dollar index</a>, which measures the US currency against six other units, ​was at 99.66.</p>
<p>The index is up 2% since the conflict first erupted at the end of February in a volatile reaction to a fragile ceasefire and regular tit-for-tat attacks.</p>
<p><a href="https://www.brecorder.com/news/40425764/oil-drops-about-4-to-three-month-low-as-markets-weigh-us-iran-deal">Oil prices fell</a> about 4% to a ​fresh three-month low on Tuesday on hopes the U.S. and Iran will agree to end the war and allow oil to flow ‌through the Strait of Hormuz.</p>
<p>Brent crude futures fell $3.29, or 4%, to $79.88 a barrel at 10:48 am. ET (1448 GMT), while U.S. West Texas Intermediate crude fell $3.82, or 4.7%, to $76.93.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.30</p>
<p>OFFER Rs 278.50</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 3 paise for buying and 15 paise for selling against USD, closing at 278.72 and 279.60, respectively.</p>
<p>Against Euro, the PKR gained 30 paise for buying and 39 paise for selling, closing at 323.13 and 326.35, respectively.</p>
<p>Against UAE Dirham, the PKR lost 1 paisa for buying and gained 3 paise for selling, closing at 75.95 and 76.56, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 3 paise for buying and remained unchanged for selling, closing at 74.24 and 74.83, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.72</p>
<p>OFFER Rs 279.60</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40425803</guid>
      <pubDate>Tue, 16 Jun 2026 21:00:55 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/1616103594f898b.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/1616103594f898b.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40425213/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee gained, appreciating 0.01%, against the US dollar in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.32, a gain of Rs0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2065378827887608196'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2065378827887608196"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40425029"&gt;&lt;u&gt;On Thursday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.35.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar found its footing in early trading on Friday, after sliding to its weakest in a week as traders parsed reports that a ceasefire deal in the Middle ​East could be imminent.&lt;/p&gt;
&lt;p&gt;Against the yen, &lt;a href="https://www.brecorder.com/news/40425170/dollar-steadies-on-ceasefire-prospects-ppi-eases-pressure-on-fed"&gt;the US currency&lt;/a&gt; was up 0.1% at 160.07 yen.&lt;/p&gt;
&lt;p&gt;The ‌Australian dollar was down 0.1% at $0.7045, while its kiwi counterpart was down 0.1% at $0.5830.&lt;/p&gt;
&lt;p&gt;The euro last bought $1.1576, holding near its strongest in a week after the European Central Bank’s first interest rate hike in three years on Thursday.&lt;/p&gt;
&lt;p&gt;The British pound was flat ​at $1.3414.&lt;/p&gt;
&lt;p&gt;Oil prices ​fell nearly 3% on Friday to their lowest in nearly two months after US President Donald Trump cancelled ‌new strikes on Iran, reducing fears of an escalation of hostilities following tit-for-tat attacks earlier in the week.&lt;/p&gt;
&lt;p&gt;Brent futures were down $2.27, or 2.5%, at $88.11 a barrel by 1322 GMT, while US West Texas Intermediate (WTI) crude dropped $2.47, or 2.8%, to $85.24. Both contracts were at their lowest since April ​17.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.32&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.52&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR remained unchanged for buying and gained 2 paise for selling against USD, closing at 278.67 and 279.55, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 1.04 rupee for buying and 86 paise for selling, closing at 322.43 and 325.63, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 7 paise for buying and 4 paise for selling, closing at 75.87 and 76.53, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 4 paise for both buying and selling, closing at 74.18 and 74.80, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.67&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.55&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26", "12-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35, 278.32
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee gained, appreciating 0.01%, against the US dollar in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.32, a gain of Rs0.03 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2065378827887608196'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2065378827887608196"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40425029"><u>On Thursday</u></a>, the local unit closed at 278.35.</p>
<p>Meanwhile, the dollar found its footing in early trading on Friday, after sliding to its weakest in a week as traders parsed reports that a ceasefire deal in the Middle ​East could be imminent.</p>
<p>Against the yen, <a href="https://www.brecorder.com/news/40425170/dollar-steadies-on-ceasefire-prospects-ppi-eases-pressure-on-fed">the US currency</a> was up 0.1% at 160.07 yen.</p>
<p>The ‌Australian dollar was down 0.1% at $0.7045, while its kiwi counterpart was down 0.1% at $0.5830.</p>
<p>The euro last bought $1.1576, holding near its strongest in a week after the European Central Bank’s first interest rate hike in three years on Thursday.</p>
<p>The British pound was flat ​at $1.3414.</p>
<p>Oil prices ​fell nearly 3% on Friday to their lowest in nearly two months after US President Donald Trump cancelled ‌new strikes on Iran, reducing fears of an escalation of hostilities following tit-for-tat attacks earlier in the week.</p>
<p>Brent futures were down $2.27, or 2.5%, at $88.11 a barrel by 1322 GMT, while US West Texas Intermediate (WTI) crude dropped $2.47, or 2.8%, to $85.24. Both contracts were at their lowest since April ​17.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID Rs 278.32</p>
<p>OFFER Rs 278.52</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR remained unchanged for buying and gained 2 paise for selling against USD, closing at 278.67 and 279.55, respectively.</p>
<p>Against Euro, the PKR lost 1.04 rupee for buying and 86 paise for selling, closing at 322.43 and 325.63, respectively.</p>
<p>Against UAE Dirham, the PKR lost 7 paise for buying and 4 paise for selling, closing at 75.87 and 76.53, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 4 paise for both buying and selling, closing at 74.18 and 74.80, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID Rs 278.67</p>
<p>OFFER Rs 279.55</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40425213</guid>
      <pubDate>Fri, 12 Jun 2026 21:12:07 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/12164744e01866f.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/12164744e01866f.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40425029/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee gained against the US dollar in the inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.35 , a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2065043265607565544'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2065043265607565544"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424820"&gt;&lt;u&gt;On Wednesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.36.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar wobbled on Thursday as new US strikes in the ​Middle East undermined sentiment, while a surge in May US consumer inflation to a three-year high kept investors uneasy about the Federal ‌Reserve’s monetary policy outlook.&lt;/p&gt;
&lt;p&gt;The euro bought $1.1553, inching away from the 10-week low it hit last week, but has given up most of its ​gains since a ceasefire was struck in early April. The spotlight will be on the European Central Bank policy meeting later in the ​day as it looks poised to raise rates to tackle inflation.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424990/dollar-shaky-as-investors-weigh-rate-outlook-middle-east-worries"&gt;Sterling was at $1.33905&lt;/a&gt;. The dollar index , which measures the US ⁠currency against six major peers, eased to 99.903 after US military said it has completed strikes against multiple targets in Iran.&lt;/p&gt;
&lt;p&gt;Oil prices were nearly flat on Thursday as investors ​weighed the impact of supply disruptions from the war in the Middle East after President Donald Trump warned ‌that the US military would hit Iran “very hard tonight”.&lt;/p&gt;
&lt;p&gt;Hostilities between the US and Iran have recently escalated. Trump said the US will soon take control of Iran’s oil and gas infrastructure and markets while Washington launched additional strikes against the country. Meanwhile, Tehran declared the Strait of Hormuz closed.&lt;/p&gt;
&lt;p&gt;Brent futures were ​down 12 cents, or 0.1%, to $92.98 a barrel by 1303 GMT, while US West Texas Intermediate (WTI) crude gained 7 ​cents, or 0.1%, to $90.10.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.35&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.55&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 6 paise for buying and 8 paise for selling against USD, closing at 278.67 and 279.57, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 2 paise for buying and 19 paise for selling, closing at 321.39 and 324.77, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 3 paise for buying and 5 paise for selling, closing at 75.80 and 76.49, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 7 paise for buying and 8 paise for selling, closing at 74.14 and 74.76, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.67&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.57&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26", "11-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36, 278.35
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee gained against the US dollar in the inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.35 , a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2065043265607565544'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2065043265607565544"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40424820"><u>On Wednesday</u></a>, the local unit closed at 278.36.</p>
<p>Meanwhile, the US dollar wobbled on Thursday as new US strikes in the ​Middle East undermined sentiment, while a surge in May US consumer inflation to a three-year high kept investors uneasy about the Federal ‌Reserve’s monetary policy outlook.</p>
<p>The euro bought $1.1553, inching away from the 10-week low it hit last week, but has given up most of its ​gains since a ceasefire was struck in early April. The spotlight will be on the European Central Bank policy meeting later in the ​day as it looks poised to raise rates to tackle inflation.</p>
<p><a href="https://www.brecorder.com/news/40424990/dollar-shaky-as-investors-weigh-rate-outlook-middle-east-worries">Sterling was at $1.33905</a>. The dollar index , which measures the US ⁠currency against six major peers, eased to 99.903 after US military said it has completed strikes against multiple targets in Iran.</p>
<p>Oil prices were nearly flat on Thursday as investors ​weighed the impact of supply disruptions from the war in the Middle East after President Donald Trump warned ‌that the US military would hit Iran “very hard tonight”.</p>
<p>Hostilities between the US and Iran have recently escalated. Trump said the US will soon take control of Iran’s oil and gas infrastructure and markets while Washington launched additional strikes against the country. Meanwhile, Tehran declared the Strait of Hormuz closed.</p>
<p>Brent futures were ​down 12 cents, or 0.1%, to $92.98 a barrel by 1303 GMT, while US West Texas Intermediate (WTI) crude gained 7 ​cents, or 0.1%, to $90.10.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.35</p>
<p>OFFER Rs 278.55</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 6 paise for buying and 8 paise for selling against USD, closing at 278.67 and 279.57, respectively.</p>
<p>Against Euro, the PKR lost 2 paise for buying and 19 paise for selling, closing at 321.39 and 324.77, respectively.</p>
<p>Against UAE Dirham, the PKR lost 3 paise for buying and 5 paise for selling, closing at 75.80 and 76.49, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 7 paise for buying and 8 paise for selling, closing at 74.14 and 74.76, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.67</p>
<p>OFFER Rs 279.57</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40425029</guid>
      <pubDate>Thu, 11 Jun 2026 20:21:20 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/111742066670d5f.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/111742066670d5f.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40424820/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee gained against the US dollar in the inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.36, a gain of Re0.01 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424673"&gt;&lt;u&gt;On Tuesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.37.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar held ​steady against major peers on Wednesday after the United States launched strikes against Iran, while investors awaited key US ‌inflation data for clues on the Federal Reserve’s policy path.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424802/dollar-steadies-following-us-strikes-on-iran-and-ahead-of-inflation-data"&gt;The dollar index&lt;/a&gt;, which measures the ​greenback against a basket of currencies including the yen and the euro, edged up 0.01% to 100.02&lt;/p&gt;
&lt;p&gt;The euro was down 0.05% at $1.1537 while ​sterling lost 0.04% to $1.337.&lt;/p&gt;
&lt;p&gt;Additionally, &lt;a href="https://www.brecorder.com/news/40424622/oil-prices-settle-usd1-higher"&gt;&lt;u&gt;Oil prices&lt;/u&gt;&lt;/a&gt; rose on Wednesday after US President Donald Trump scolded Iran in a Truth Social post following tit-for-tat strikes between the US and Iran overnight.&lt;/p&gt;
&lt;p&gt;Brent futures were up $1.32, or 1.44%, at $92.77 a barrel by 1220 GMT, while US West Texas Intermediate crude was up $1.57, or 1.78%, at $89.77 a barrel.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID                            Rs 278.36&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 278.56&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 9 paise for buying and 8 paise for selling against USD, closing at 278.61 and 279.49, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 32 paise for buying and 5 paise for selling, closing at 321.37 and 324.58, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 8 paise for buying and 3 paise for selling, closing at 75.77 and 76.44, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 7 paise for buying and 6 paise for selling, closing at 74.07 and 74.68, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BID&lt;/strong&gt;                            Rs 278.61&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 279.49&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26", "10-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37, 278.36
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee gained against the US dollar in the inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.36, a gain of Re0.01 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40424673"><u>On Tuesday</u></a>, the local unit closed at 278.37.</p>
<p>Meanwhile, the dollar held ​steady against major peers on Wednesday after the United States launched strikes against Iran, while investors awaited key US ‌inflation data for clues on the Federal Reserve’s policy path.</p>
<p><a href="https://www.brecorder.com/news/40424802/dollar-steadies-following-us-strikes-on-iran-and-ahead-of-inflation-data">The dollar index</a>, which measures the ​greenback against a basket of currencies including the yen and the euro, edged up 0.01% to 100.02</p>
<p>The euro was down 0.05% at $1.1537 while ​sterling lost 0.04% to $1.337.</p>
<p>Additionally, <a href="https://www.brecorder.com/news/40424622/oil-prices-settle-usd1-higher"><u>Oil prices</u></a> rose on Wednesday after US President Donald Trump scolded Iran in a Truth Social post following tit-for-tat strikes between the US and Iran overnight.</p>
<p>Brent futures were up $1.32, or 1.44%, at $92.77 a barrel by 1220 GMT, while US West Texas Intermediate crude was up $1.57, or 1.78%, at $89.77 a barrel.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID                            Rs 278.36</p>
<p>OFFER                      Rs 278.56</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 9 paise for buying and 8 paise for selling against USD, closing at 278.61 and 279.49, respectively.</p>
<p>Against Euro, the PKR lost 32 paise for buying and 5 paise for selling, closing at 321.37 and 324.58, respectively.</p>
<p>Against UAE Dirham, the PKR lost 8 paise for buying and 3 paise for selling, closing at 75.77 and 76.44, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 7 paise for buying and 6 paise for selling, closing at 74.07 and 74.68, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p><strong>BID</strong>                            Rs 278.61</p>
<p>OFFER                      Rs 279.49</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40424820</guid>
      <pubDate>Wed, 10 Jun 2026 20:32:40 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/101725224b3f3e9.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/101725224b3f3e9.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40424673/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee gained against the US dollar, appreciating 0.01% in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.37, a gain of Re0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2064298388313739764'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2064298388313739764"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424515/intra-day-update-rupee-records-gain-against-us-dollar"&gt;On Monday&lt;/a&gt;, the local unit closed at 278.40.&lt;/p&gt;
&lt;p&gt;Meanwhile, &lt;a href="https://www.brecorder.com/news/40424638/dollar-hovers-around-two-month-high-as-iran-israel-truce-hangs-in-balance"&gt;the US dollar held near a two-month high &lt;/a&gt;on Tuesday, firming against most major peers as Middle East uncertainty curbed risk appetite and traders ramped up bets on a Federal Reserve rate hike later this year.&lt;/p&gt;
&lt;p&gt;Iran and Israel halted attacks on each other on Monday after an appeal from U.S. President Donald Trump, but tensions ran high as Tehran threatened to resume strikes if Israel continued to hit Hezbollah in Lebanon.&lt;/p&gt;
&lt;p&gt;US efforts to reach a lasting agreement with the Iranians to end their more than three-month-old war have made little headway, leaving oil prices elevated and underpinning safe-haven demand for the greenback.&lt;/p&gt;
&lt;p&gt;The euro stood at $1.1528, and the sterling fetched $1.3335, both down roughly 0.05% so far in Asia after hitting their two-month lows in the previous session.&lt;/p&gt;
&lt;p&gt;The risk-sensitive Australian dollar was down 0.1% at $0.7039, and the New Zealand dollar traded at $0.5804.&lt;/p&gt;
&lt;p&gt;The Japanese yen weakened to as much as 160.295, continuing to hover around the 160 level, widely seen as a line in the sand for potential official intervention.&lt;/p&gt;
&lt;p&gt;The dollar index, which measures the greenback against a basket of currencies including the yen and the euro, was little changed at 100.03, near the two-month high of 100.21 it struck on Monday.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424636/oil-prices-fall-4-to-seven-week-low-as-iran-and-israel-halt-attacks"&gt;Oil prices fell about&lt;/a&gt; 4% on Tuesday after Iran and Israel said they had halted attacks on each other following an appeal from U.S. President Donald Trump.&lt;/p&gt;
&lt;p&gt;Brent futures fell $3.40, or 3.6%, to $90.85 a barrel at 10:28 a.m. EDT (1428 GMT), while U.S. West Texas Intermediate (WTI) crude slid $3.71, or 4.1%, to $87.59.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.37&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.57&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 3 paise for buying and 6 paise for selling against USD, closing at 278.52 and 279.41, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 98 paise for buying and 71 paise for selling, closing at 321.05 and 324.53, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 6 paise for buying and 4 paise for selling, closing at 75.69 and 76.41, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 7 paise for buying and 2 paise for selling, closing at 74.00 and 74.62, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.52&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.41&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26", "09-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40, 278.37
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee gained against the US dollar, appreciating 0.01% in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.37, a gain of Re0.03 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2064298388313739764'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2064298388313739764"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40424515/intra-day-update-rupee-records-gain-against-us-dollar">On Monday</a>, the local unit closed at 278.40.</p>
<p>Meanwhile, <a href="https://www.brecorder.com/news/40424638/dollar-hovers-around-two-month-high-as-iran-israel-truce-hangs-in-balance">the US dollar held near a two-month high </a>on Tuesday, firming against most major peers as Middle East uncertainty curbed risk appetite and traders ramped up bets on a Federal Reserve rate hike later this year.</p>
<p>Iran and Israel halted attacks on each other on Monday after an appeal from U.S. President Donald Trump, but tensions ran high as Tehran threatened to resume strikes if Israel continued to hit Hezbollah in Lebanon.</p>
<p>US efforts to reach a lasting agreement with the Iranians to end their more than three-month-old war have made little headway, leaving oil prices elevated and underpinning safe-haven demand for the greenback.</p>
<p>The euro stood at $1.1528, and the sterling fetched $1.3335, both down roughly 0.05% so far in Asia after hitting their two-month lows in the previous session.</p>
<p>The risk-sensitive Australian dollar was down 0.1% at $0.7039, and the New Zealand dollar traded at $0.5804.</p>
<p>The Japanese yen weakened to as much as 160.295, continuing to hover around the 160 level, widely seen as a line in the sand for potential official intervention.</p>
<p>The dollar index, which measures the greenback against a basket of currencies including the yen and the euro, was little changed at 100.03, near the two-month high of 100.21 it struck on Monday.</p>
<p><a href="https://www.brecorder.com/news/40424636/oil-prices-fall-4-to-seven-week-low-as-iran-and-israel-halt-attacks">Oil prices fell about</a> 4% on Tuesday after Iran and Israel said they had halted attacks on each other following an appeal from U.S. President Donald Trump.</p>
<p>Brent futures fell $3.40, or 3.6%, to $90.85 a barrel at 10:28 a.m. EDT (1428 GMT), while U.S. West Texas Intermediate (WTI) crude slid $3.71, or 4.1%, to $87.59.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.37</p>
<p>OFFER Rs 278.57</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 3 paise for buying and 6 paise for selling against USD, closing at 278.52 and 279.41, respectively.</p>
<p>Against Euro, the PKR lost 98 paise for buying and 71 paise for selling, closing at 321.05 and 324.53, respectively.</p>
<p>Against UAE Dirham, the PKR lost 6 paise for buying and 4 paise for selling, closing at 75.69 and 76.41, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 7 paise for buying and 2 paise for selling, closing at 74.00 and 74.62, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.52</p>
<p>OFFER Rs 279.41</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40424673</guid>
      <pubDate>Tue, 09 Jun 2026 21:14:30 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/09162138bb832d9.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/09162138bb832d9.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40424515/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated against the US dollar in the inter-bank market on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.40, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2063936794123780280'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2063936794123780280"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424145"&gt;&lt;u&gt;On Friday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.41.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar was perched near a two-month high on Monday after a blowout US jobs report sent traders ramping up bets on a Federal Reserve rate hike this year, while the yen teetered further into the intervention zone.&lt;/p&gt;
&lt;p&gt;Moves in currencies were largely muted compared to the broader market, where a rout in technology stocks swept across Asia. The dollar held to its strong gains made in the wake of the report that showed nonfarm payrolls increased by 172,000 jobs last month, far exceeding estimates.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424487/dollar-hits-two-month-peak-as-fed-hike-bets-ramp-up"&gt;Against the US dollar&lt;/a&gt;, the euro fell to a two-month low of $1.1507, while sterling struggled at a three-week trough of $1.33165.&lt;/p&gt;
&lt;p&gt;The Australian and New Zealand dollars similarly slid to their lowest in two months at $0.7016 and $0.5779, respectively.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424486/oil-prices-pares-gains-after-iran-announces-end-to-attacks-on-israel"&gt;Oil prices pared gains&lt;/a&gt; on Monday, after rising more than 5% earlier in ‌the session, following an announcement from Iran’s military that a wave of attacks on Israel was over.&lt;/p&gt;
&lt;p&gt;However, Iran warned of harsher attacks if Israel continues strikes on Lebanon.&lt;/p&gt;
&lt;p&gt;Brent crude futures were up $1.43, or 1.5% at $94.52 a barrel as of 1304 GMT, while U.S. West Texas Intermediate crude futures were up $1.03, ​or 1.1%, at $91.57.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.40&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.60&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 10 paise for buying and remained unchanged for selling against USD, closing at 278.55 and 279.47, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 2.33 rupees for buying and 1.93 rupee for selling, closing at 320.07 and 323.82, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 6 paise for buying and 8 paise for selling, closing at 75.63 and 76.37, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 10 paise for both buying and selling, closing at 73.93 and 74.60, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.55&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.47&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26", "08-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41, 278.40
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee appreciated against the US dollar in the inter-bank market on Monday.</strong></p>
<p>At close, the local currency settled at 278.40, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--  media--embed  media--uneven media--tweet' data-original-src='https://x.com/StateBank_Pak/status/2063936794123780280'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2063936794123780280"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40424145"><u>On Friday</u></a>, the local unit closed at 278.41.</p>
<p>Meanwhile, the US dollar was perched near a two-month high on Monday after a blowout US jobs report sent traders ramping up bets on a Federal Reserve rate hike this year, while the yen teetered further into the intervention zone.</p>
<p>Moves in currencies were largely muted compared to the broader market, where a rout in technology stocks swept across Asia. The dollar held to its strong gains made in the wake of the report that showed nonfarm payrolls increased by 172,000 jobs last month, far exceeding estimates.</p>
<p><a href="https://www.brecorder.com/news/40424487/dollar-hits-two-month-peak-as-fed-hike-bets-ramp-up">Against the US dollar</a>, the euro fell to a two-month low of $1.1507, while sterling struggled at a three-week trough of $1.33165.</p>
<p>The Australian and New Zealand dollars similarly slid to their lowest in two months at $0.7016 and $0.5779, respectively.</p>
<p><a href="https://www.brecorder.com/news/40424486/oil-prices-pares-gains-after-iran-announces-end-to-attacks-on-israel">Oil prices pared gains</a> on Monday, after rising more than 5% earlier in ‌the session, following an announcement from Iran’s military that a wave of attacks on Israel was over.</p>
<p>However, Iran warned of harsher attacks if Israel continues strikes on Lebanon.</p>
<p>Brent crude futures were up $1.43, or 1.5% at $94.52 a barrel as of 1304 GMT, while U.S. West Texas Intermediate crude futures were up $1.03, ​or 1.1%, at $91.57.</p>
<p><strong>Inter-bank market rates for dollar on Monday</strong></p>
<p>BID Rs 278.40</p>
<p>OFFER Rs 278.60</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 10 paise for buying and remained unchanged for selling against USD, closing at 278.55 and 279.47, respectively.</p>
<p>Against Euro, the PKR gained 2.33 rupees for buying and 1.93 rupee for selling, closing at 320.07 and 323.82, respectively.</p>
<p>Against UAE Dirham, the PKR lost 6 paise for buying and 8 paise for selling, closing at 75.63 and 76.37, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 10 paise for both buying and selling, closing at 73.93 and 74.60, respectively.</p>
<p><strong>Open-market rates for dollar on Monday</strong></p>
<p>BID Rs 278.55</p>
<p>OFFER Rs 279.47</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40424515</guid>
      <pubDate>Mon, 08 Jun 2026 19:16:59 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/081614580309ff2.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/081614580309ff2.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40424145/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated against the US dollar in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.41, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2062845611129651415'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2062845611129651415"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423959"&gt;&lt;u&gt;On Thursday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.42.&lt;/p&gt;
&lt;p&gt;Globally, the US ​dollar is on track for a weekly gain as Gulf tensions fuel safe-haven flows.&lt;/p&gt;
&lt;p&gt;US President Donald Trump’s efforts to halt fighting in the Middle East and forge peace with Tehran are facing fresh obstacles, after Hezbollah rejected a new ceasefire in Lebanon on ​Thursday, while Israel said it ​would not withdraw troops from ⁠the country.&lt;/p&gt;
&lt;p&gt;Meanwhile, the ​euro stood at $1.1612, up 0.02% so far in Asia, and sterling was steady at $1.34228. Both ​are heading for ⁠small weekly losses.&lt;/p&gt;
&lt;p&gt;The risk-sensitive Australian dollar was down 0.1% at $0.71265, and the New Zealand dollar held flat at $0.5867 with a 2% weekly advance.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424112/yen-hits-key-160-level-for-third-session-dollar-buoyed-by-gulf-woes"&gt;The dollar index&lt;/a&gt;, which measures the greenback against a basket of currencies including the yen and the euro, was little changed at 99.434, ⁠on track ​for a 0.5% gain for the week.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40424110/oil-prices-fall-after-oman-says-mina-al-fahal-operations-proceeding-normally"&gt;Oil prices fell on Friday&lt;/a&gt; after Oman said operations at its Mina al Fahal port ‌were proceeding normally, following a Reuters report of disruption after an explosion.&lt;/p&gt;
&lt;p&gt;Petroleum Development Oman said operations at Mina al Fahal port were unaffected, after three sources told &lt;em&gt;Reuters&lt;/em&gt; that oil loading had been suspended following an explosion near its mooring berths.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down 84 ​cents, or 0.9%, at $94.19 a barrel by 1318 GMT, after settling down 2.84% ⁠in the previous session. U.S. West Texas Intermediate crude was at $91.91 a barrel, down $1.13, or 1.2%, following a ​3.1% loss on Thursday.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.41&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.61&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 10 paise for buying and remained unchanged for selling against USD, closing at 278.45 and 279.47, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 22 paise for buying and gained 3 paise for selling, closing at 322.40 and 325.75, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR remained unchanged for buying and gained 4 paise for selling, closing at 75.57 and 76.29, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 1 paisa for buying and gained 4 paise for selling, closing at 73.83 and 74.50, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.45&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.47&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26", "05-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42, 278.41
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee appreciated against the US dollar in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.41, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2062845611129651415'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2062845611129651415"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40423959"><u>On Thursday</u></a>, the local unit closed at 278.42.</p>
<p>Globally, the US ​dollar is on track for a weekly gain as Gulf tensions fuel safe-haven flows.</p>
<p>US President Donald Trump’s efforts to halt fighting in the Middle East and forge peace with Tehran are facing fresh obstacles, after Hezbollah rejected a new ceasefire in Lebanon on ​Thursday, while Israel said it ​would not withdraw troops from ⁠the country.</p>
<p>Meanwhile, the ​euro stood at $1.1612, up 0.02% so far in Asia, and sterling was steady at $1.34228. Both ​are heading for ⁠small weekly losses.</p>
<p>The risk-sensitive Australian dollar was down 0.1% at $0.71265, and the New Zealand dollar held flat at $0.5867 with a 2% weekly advance.</p>
<p><a href="https://www.brecorder.com/news/40424112/yen-hits-key-160-level-for-third-session-dollar-buoyed-by-gulf-woes">The dollar index</a>, which measures the greenback against a basket of currencies including the yen and the euro, was little changed at 99.434, ⁠on track ​for a 0.5% gain for the week.</p>
<p><a href="https://www.brecorder.com/news/40424110/oil-prices-fall-after-oman-says-mina-al-fahal-operations-proceeding-normally">Oil prices fell on Friday</a> after Oman said operations at its Mina al Fahal port ‌were proceeding normally, following a Reuters report of disruption after an explosion.</p>
<p>Petroleum Development Oman said operations at Mina al Fahal port were unaffected, after three sources told <em>Reuters</em> that oil loading had been suspended following an explosion near its mooring berths.</p>
<p>Brent crude futures were down 84 ​cents, or 0.9%, at $94.19 a barrel by 1318 GMT, after settling down 2.84% ⁠in the previous session. U.S. West Texas Intermediate crude was at $91.91 a barrel, down $1.13, or 1.2%, following a ​3.1% loss on Thursday.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID Rs 278.41</p>
<p>OFFER Rs 278.61</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 10 paise for buying and remained unchanged for selling against USD, closing at 278.45 and 279.47, respectively.</p>
<p>Against Euro, the PKR lost 22 paise for buying and gained 3 paise for selling, closing at 322.40 and 325.75, respectively.</p>
<p>Against UAE Dirham, the PKR remained unchanged for buying and gained 4 paise for selling, closing at 75.57 and 76.29, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 1 paisa for buying and gained 4 paise for selling, closing at 73.83 and 74.50, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID Rs 278.45</p>
<p>OFFER Rs 279.47</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40424145</guid>
      <pubDate>Fri, 05 Jun 2026 19:19:02 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/05155300ad4aec1.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/05155300ad4aec1.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40423959/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated 0.01% against the US dollar in the inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.42, a gain of Rs0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2062485864241037388'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2062485864241037388"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423793"&gt;&lt;u&gt;On Wednesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.45.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar clung to its recent strength near a two-month high on Thursday.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40423925/dollar-clings-to-2-month-high-as-gulf-hostilities-flare-yen-wobbles-near-intervention-zone"&gt;euro stood at $1.1604,&lt;/a&gt; and the British pound traded at $1.3424, both largely flat so far in Asia.&lt;/p&gt;
&lt;p&gt;The risk-sensitive Australian dollar was steady at $0.7132, and the New Zealand dollar rose 0.2% to $0.5872 to rebound from a one-week low.&lt;/p&gt;
&lt;p&gt;The dollar index, which measures the greenback against a basket of currencies including the yen and the euro, was a shade higher at 99.47, after hitting the strongest level since April 7 in the previous session.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423924/oil-falls-after-lebanon-and-israel-agree-ceasefire"&gt;Oil prices fell on Thursday&lt;/a&gt; after a ceasefire deal between Israel and Lebanon boosted hopes for a broader agreement to end the U.S.-Israeli war with Iran that could lead to a reopening of the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;Trade was cautious and losses were limited. Brent futures were down $1.14, or 1.2%, to $96.67 a barrel at 1022 GMT, while U.S. West Texas Intermediate crude was down 90 cents, or 0.9%, to $95.12.&lt;/p&gt;
&lt;p&gt;The two contracts rose about 2% on Wednesday after renewed Middle East hostilities, including Iranian attacks on Kuwait and U.S. military strikes near the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.42&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.62&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 11 paise for buying and 3 paise for selling against USD, closing at 278.55 and 279.47, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 15 paise for buying and 45 paise for selling, closing at 322.18 and 325.78, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 2 paise for buying and gained 4 paise for selling, closing at 75.57 and 76.33, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 4 paise for buying and 3 paise for selling, closing at 73.82 and 74.57, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.55&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.47&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26", "04-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45, 278.42
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee appreciated 0.01% against the US dollar in the inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.42, a gain of Rs0.03 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2062485864241037388'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2062485864241037388"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40423793"><u>On Wednesday</u></a>, the local unit closed at 278.45.</p>
<p>Meanwhile, the dollar clung to its recent strength near a two-month high on Thursday.</p>
<p>The <a href="https://www.brecorder.com/news/40423925/dollar-clings-to-2-month-high-as-gulf-hostilities-flare-yen-wobbles-near-intervention-zone">euro stood at $1.1604,</a> and the British pound traded at $1.3424, both largely flat so far in Asia.</p>
<p>The risk-sensitive Australian dollar was steady at $0.7132, and the New Zealand dollar rose 0.2% to $0.5872 to rebound from a one-week low.</p>
<p>The dollar index, which measures the greenback against a basket of currencies including the yen and the euro, was a shade higher at 99.47, after hitting the strongest level since April 7 in the previous session.</p>
<p><a href="https://www.brecorder.com/news/40423924/oil-falls-after-lebanon-and-israel-agree-ceasefire">Oil prices fell on Thursday</a> after a ceasefire deal between Israel and Lebanon boosted hopes for a broader agreement to end the U.S.-Israeli war with Iran that could lead to a reopening of the Strait of Hormuz.</p>
<p>Trade was cautious and losses were limited. Brent futures were down $1.14, or 1.2%, to $96.67 a barrel at 1022 GMT, while U.S. West Texas Intermediate crude was down 90 cents, or 0.9%, to $95.12.</p>
<p>The two contracts rose about 2% on Wednesday after renewed Middle East hostilities, including Iranian attacks on Kuwait and U.S. military strikes near the Strait of Hormuz.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.42</p>
<p>OFFER Rs 278.62</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 11 paise for buying and 3 paise for selling against USD, closing at 278.55 and 279.47, respectively.</p>
<p>Against Euro, the PKR lost 15 paise for buying and 45 paise for selling, closing at 322.18 and 325.78, respectively.</p>
<p>Against UAE Dirham, the PKR lost 2 paise for buying and gained 4 paise for selling, closing at 75.57 and 76.33, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 4 paise for buying and 3 paise for selling, closing at 73.82 and 74.57, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.55</p>
<p>OFFER Rs 279.47</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40423959</guid>
      <pubDate>Thu, 04 Jun 2026 19:59:38 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/04163051e7621a5.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/04163051e7621a5.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40423793/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated against the US dollar in the inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.45, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/06/0320412708be786.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/primary/2026/06/0320412708be786.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423631"&gt;&lt;u&gt;On Tuesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.46.&lt;/p&gt;
&lt;p&gt;Moreover, persistent strength in the dollar sent the ​Japanese yen sliding to the key 160 level on Wednesday, as hostilities in the Gulf erupted anew and ‌bolstered demand for the safe-haven U.S. currency.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423755"&gt;The dollar&lt;/a&gt; was last 0.04% higher at 159.98 yen.&lt;/p&gt;
&lt;p&gt;The euro eased 0.09% to $1.1621, while sterling was down ‌0.07% at $1.3455.&lt;/p&gt;
&lt;p&gt;Oil prices rose ​more than 1% on Wednesday, extending gains from the previous session, as hostilities ‌in the Middle East erupted anew and talks between Tehran and Washington showed little progress.&lt;/p&gt;
&lt;p&gt;Brent futures were up $1.41, or 1.5%, at $97.41 a barrel at 1315 GMT, while U.S. West Texas Intermediate (WTI) crude climbed $1.39, or 1.5%, to $95.15. ​Brent and WTI hit their highest since May 27 and May 22, respectively, earlier ​in the day.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.45&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.65&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 21 paise for buying and 8 paise for selling against USD, closing at 278.44 and 279.44, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 41 paise for buying and 53 paise for selling, closing at 322.03 and 325.33, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 5 paise for buying and 4 paise for selling, closing at 75.55 and 76.37, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 6 paise for buying and 9 paise for selling, closing at 73.78 and 74.54, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.44&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.44&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26", "03-Jun-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46, 278.45
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee appreciated against the US dollar in the inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.45, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/06/0320412708be786.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/primary/2026/06/0320412708be786.webp'  alt='' /></picture></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40423631"><u>On Tuesday</u></a>, the local unit closed at 278.46.</p>
<p>Moreover, persistent strength in the dollar sent the ​Japanese yen sliding to the key 160 level on Wednesday, as hostilities in the Gulf erupted anew and ‌bolstered demand for the safe-haven U.S. currency.</p>
<p><a href="https://www.brecorder.com/news/40423755">The dollar</a> was last 0.04% higher at 159.98 yen.</p>
<p>The euro eased 0.09% to $1.1621, while sterling was down ‌0.07% at $1.3455.</p>
<p>Oil prices rose ​more than 1% on Wednesday, extending gains from the previous session, as hostilities ‌in the Middle East erupted anew and talks between Tehran and Washington showed little progress.</p>
<p>Brent futures were up $1.41, or 1.5%, at $97.41 a barrel at 1315 GMT, while U.S. West Texas Intermediate (WTI) crude climbed $1.39, or 1.5%, to $95.15. ​Brent and WTI hit their highest since May 27 and May 22, respectively, earlier ​in the day.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.45</p>
<p>OFFER Rs 278.65</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 21 paise for buying and 8 paise for selling against USD, closing at 278.44 and 279.44, respectively.</p>
<p>Against Euro, the PKR gained 41 paise for buying and 53 paise for selling, closing at 322.03 and 325.33, respectively.</p>
<p>Against UAE Dirham, the PKR gained 5 paise for buying and 4 paise for selling, closing at 75.55 and 76.37, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 6 paise for buying and 9 paise for selling, closing at 73.78 and 74.54, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.44</p>
<p>OFFER Rs 279.44</p>
<p><br><br></p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40423793</guid>
      <pubDate>Wed, 03 Jun 2026 20:42:45 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/031617046f159f2.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/031617046f159f2.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40423631/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated against the US dollar in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.46, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2061793692017713517'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2061793692017713517"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423456"&gt;On Monday&lt;/a&gt;, the local unit closed at 278.47.&lt;/p&gt;
&lt;p&gt;Internationally, &lt;a href="https://www.brecorder.com/news/40423587/dollar-steady-as-traders-await-progress-on-middle-east-peace-talks"&gt;the ​US dollar &lt;/a&gt;steadied on Tuesday as markets took a wait-and-see approach to Middle East peace talks, with Lebanon ‌announcing a limited ceasefire between Hezbollah and Israel, although broader geopolitical uncertainties kept traders on edge.&lt;/p&gt;
&lt;p&gt;Investors have treated any progress toward ending the Iran conflict with caution, given the fragility of a US–Iran ceasefire struck in early April.&lt;/p&gt;
&lt;p&gt;The dollar index, which measures the currency against six peers, eased from earlier gains after the ​Lebanon announcement on Monday. While the agreement signalled a degree of de-escalation, it remains limited against the backdrop of a wider regional ​conflict that has disrupted oil flows through the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;The dollar index was flat at 99.17, while the euro was 0.03% higher at $1.1634 and sterling gained 0.07% to $1.346.&lt;/p&gt;
&lt;p&gt;The greenback had rallied at the onset of the conflict, which began on February 28, buoyed by safe-haven demand and the US economy’s relatively limited ​exposure to energy-driven inflation. However, it has given back some of those gains due to uncertainty surrounding the conflict’s trajectory.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423586/oil-steadies-as-uncertainty-over-us-iran-talks-keeps-markets-on-edge"&gt;Oil prices&lt;/a&gt;, a key indicator of currency parity, dropped on Tuesday, paring the previous session’s sharp gains, as Iran reviewed a ​proposed agreement with the United States to halt the war between the two countries, Iran’s Mehr ‌News reported.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down $0.69, or 0.7%, to $94.29 a barrel at 1307 GMT, while U.S. West Texas Intermediate fell $0.82, or 0.9%, to $91.34 a barrel.&lt;/p&gt;
&lt;p&gt;Having fallen more than 16% in May on hopes of a peace deal, Brent and WTI on Monday rose over 3% ​and 5%, respectively.&lt;/p&gt;
&lt;p&gt;US President Donald Trump said on Monday that negotiations with Iran were continuing and there would be a ​deal to extend the ceasefire and reopen the Strait of Hormuz over the next week.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.46&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.66&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 1 paisa for buying and remained unchanged for selling against USD, closing at 278.65 and 279.52, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 33 paise for buying and 22 paise for selling, closing at 322.44 and 325.86, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 5 paise for buying and 7 paise for selling, closing at 75.60 and 76.41, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for buying and 4 paise for selling, closing at 73.84 and 74.63, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.65&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.52&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26", "29-May-26", "01-Jun-26", "02-Jun-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50, 278.47, 278.46
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee appreciated against the US dollar in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.46, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2061793692017713517'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2061793692017713517"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40423456">On Monday</a>, the local unit closed at 278.47.</p>
<p>Internationally, <a href="https://www.brecorder.com/news/40423587/dollar-steady-as-traders-await-progress-on-middle-east-peace-talks">the ​US dollar </a>steadied on Tuesday as markets took a wait-and-see approach to Middle East peace talks, with Lebanon ‌announcing a limited ceasefire between Hezbollah and Israel, although broader geopolitical uncertainties kept traders on edge.</p>
<p>Investors have treated any progress toward ending the Iran conflict with caution, given the fragility of a US–Iran ceasefire struck in early April.</p>
<p>The dollar index, which measures the currency against six peers, eased from earlier gains after the ​Lebanon announcement on Monday. While the agreement signalled a degree of de-escalation, it remains limited against the backdrop of a wider regional ​conflict that has disrupted oil flows through the Strait of Hormuz.</p>
<p>The dollar index was flat at 99.17, while the euro was 0.03% higher at $1.1634 and sterling gained 0.07% to $1.346.</p>
<p>The greenback had rallied at the onset of the conflict, which began on February 28, buoyed by safe-haven demand and the US economy’s relatively limited ​exposure to energy-driven inflation. However, it has given back some of those gains due to uncertainty surrounding the conflict’s trajectory.</p>
<p><a href="https://www.brecorder.com/news/40423586/oil-steadies-as-uncertainty-over-us-iran-talks-keeps-markets-on-edge">Oil prices</a>, a key indicator of currency parity, dropped on Tuesday, paring the previous session’s sharp gains, as Iran reviewed a ​proposed agreement with the United States to halt the war between the two countries, Iran’s Mehr ‌News reported.</p>
<p>Brent crude futures were down $0.69, or 0.7%, to $94.29 a barrel at 1307 GMT, while U.S. West Texas Intermediate fell $0.82, or 0.9%, to $91.34 a barrel.</p>
<p>Having fallen more than 16% in May on hopes of a peace deal, Brent and WTI on Monday rose over 3% ​and 5%, respectively.</p>
<p>US President Donald Trump said on Monday that negotiations with Iran were continuing and there would be a ​deal to extend the ceasefire and reopen the Strait of Hormuz over the next week.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.46</p>
<p>OFFER Rs 278.66</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 1 paisa for buying and remained unchanged for selling against USD, closing at 278.65 and 279.52, respectively.</p>
<p>Against Euro, the PKR gained 33 paise for buying and 22 paise for selling, closing at 322.44 and 325.86, respectively.</p>
<p>Against UAE Dirham, the PKR gained 5 paise for buying and 7 paise for selling, closing at 75.60 and 76.41, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for buying and 4 paise for selling, closing at 73.84 and 74.63, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.65</p>
<p>OFFER Rs 279.52</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40423631</guid>
      <pubDate>Tue, 02 Jun 2026 18:40:26 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/02163500efecf01.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/02163500efecf01.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40423456/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;p&gt;&lt;strong&gt;The Pakistani rupee appreciated 0.01% against the US dollar in the inter-bank market on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.47, a gain of Re0.03 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423094"&gt;&lt;u&gt;On Friday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.50.&lt;/p&gt;
&lt;p&gt;Pakistan’s headline inflation clocked in at 11.7% on a year-on-year (YoY) basis in May 2026, Pakistan Bureau of Statistics (PBS) data showed.&lt;/p&gt;
&lt;p&gt;The consumer price index (CPI) was recorded at &lt;a href="https://www.brecorder.com/news/40419167/pakistan-inflation-returns-to-double-digits-at-109-in-april-2026"&gt;10.9% in April 2026&lt;/a&gt;. The CPI stood at 3.5% in May 2025.&lt;/p&gt;
&lt;p&gt;Pakistan aims for an economic growth rate to 4% in the upcoming fiscal year, up from an estimated 3.7% in FY26, even as the country manages crude price shock from the ongoing conflict in the Middle East and remains under the International Monetary Fund (IMF) programme.&lt;/p&gt;
&lt;p&gt;The GDP growth projected is driven by stronger performance in the agriculture, industry, and services sectors, according to projections shared by Topline Research.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar held steady on Monday after a weekly loss.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423403/dollar-steadies-as-markets-await-signals-on-iran-war-central-banks"&gt;The dollar index &lt;/a&gt;of the greenback against a basket of currencies including the yen and the euro, was flat at 99.00, after last week’s drop of 0.4%. The euro fell 0.08% to$1.165.&lt;/p&gt;
&lt;p&gt;The yen weakened 0.08% to 159.41 per dollar.&lt;/p&gt;
&lt;p&gt;Sterling slipped 0.07% to $1.3449.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423399/oil-prices-rise-as-us-iran-trade-strikes-israel-moves-further-into-lebanon"&gt;Oil prices&lt;/a&gt; rose more than 3% on Monday after Iran and the US traded strikes and Israel ordered troops to move further into Lebanon in its battle with Hezbollah.&lt;/p&gt;
&lt;p&gt;Brent futures were up $2.68 or 3% at $93.80 a barrel at 1121 GMT. U.S. crude futures rose $3.03 or 3.5% to $90.39 a barrel. Over May, Brent and WTI lost around 19% and 17%, respectively. It was both contracts’ biggest monthly fall in absolute terms since March 2020 when the coronavirus pandemic slashed energy demand.&lt;/p&gt;
&lt;p&gt;The fighting in the Middle East, after Washington hosted Israel-Lebanon peace talks on Friday, dimmed hopes that the US and Iran could soon announce an extension to their ceasefire.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.47&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.67&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 9 paise for buying and 4 paise for selling against USD, closing at 278.64 and 279.52, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 31 paise for buying and 34 paise for selling, closing at 322.77 and 326.08, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 3 paise for buying and 4 paise for selling, closing at 75.65 and 76.48, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR remained unchanged for buying and gained 3 paise for selling, closing at 73.85 and 74.67, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.64&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.52&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p><strong>The Pakistani rupee appreciated 0.01% against the US dollar in the inter-bank market on Monday.</strong></p>
<p>At close, the local currency settled at 278.47, a gain of Re0.03 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40423094"><u>On Friday</u></a>, the local unit closed at 278.50.</p>
<p>Pakistan’s headline inflation clocked in at 11.7% on a year-on-year (YoY) basis in May 2026, Pakistan Bureau of Statistics (PBS) data showed.</p>
<p>The consumer price index (CPI) was recorded at <a href="https://www.brecorder.com/news/40419167/pakistan-inflation-returns-to-double-digits-at-109-in-april-2026">10.9% in April 2026</a>. The CPI stood at 3.5% in May 2025.</p>
<p>Pakistan aims for an economic growth rate to 4% in the upcoming fiscal year, up from an estimated 3.7% in FY26, even as the country manages crude price shock from the ongoing conflict in the Middle East and remains under the International Monetary Fund (IMF) programme.</p>
<p>The GDP growth projected is driven by stronger performance in the agriculture, industry, and services sectors, according to projections shared by Topline Research.</p>
<p>Meanwhile, the US dollar held steady on Monday after a weekly loss.</p>
<p><a href="https://www.brecorder.com/news/40423403/dollar-steadies-as-markets-await-signals-on-iran-war-central-banks">The dollar index </a>of the greenback against a basket of currencies including the yen and the euro, was flat at 99.00, after last week’s drop of 0.4%. The euro fell 0.08% to$1.165.</p>
<p>The yen weakened 0.08% to 159.41 per dollar.</p>
<p>Sterling slipped 0.07% to $1.3449.</p>
<p><a href="https://www.brecorder.com/news/40423399/oil-prices-rise-as-us-iran-trade-strikes-israel-moves-further-into-lebanon">Oil prices</a> rose more than 3% on Monday after Iran and the US traded strikes and Israel ordered troops to move further into Lebanon in its battle with Hezbollah.</p>
<p>Brent futures were up $2.68 or 3% at $93.80 a barrel at 1121 GMT. U.S. crude futures rose $3.03 or 3.5% to $90.39 a barrel. Over May, Brent and WTI lost around 19% and 17%, respectively. It was both contracts’ biggest monthly fall in absolute terms since March 2020 when the coronavirus pandemic slashed energy demand.</p>
<p>The fighting in the Middle East, after Washington hosted Israel-Lebanon peace talks on Friday, dimmed hopes that the US and Iran could soon announce an extension to their ceasefire.</p>
<p><strong>Inter-bank market rates for dollar on Monday</strong></p>
<p>BID Rs 278.47</p>
<p>OFFER Rs 278.67</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 9 paise for buying and 4 paise for selling against USD, closing at 278.64 and 279.52, respectively.</p>
<p>Against Euro, the PKR lost 31 paise for buying and 34 paise for selling, closing at 322.77 and 326.08, respectively.</p>
<p>Against UAE Dirham, the PKR gained 3 paise for buying and 4 paise for selling, closing at 75.65 and 76.48, respectively.</p>
<p>Against Saudi Riyal, the PKR remained unchanged for buying and gained 3 paise for selling, closing at 73.85 and 74.67, respectively.</p>
<p><strong>Open-market rates for dollar on Monday</strong></p>
<p>BID Rs 278.64</p>
<p>OFFER Rs 279.52</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40423456</guid>
      <pubDate>Mon, 01 Jun 2026 20:49:24 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/06/01160956430e53e.webp" type="image/webp" medium="image" height="768" width="1024">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/06/01160956430e53e.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40423094/rupee-registers-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26",, "29-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.50, a gain of Re0.01 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422756"&gt;&lt;u&gt;On Monday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.51.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2060312320375701791?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2060312320375701791?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;The central bank remained closed from Tuesday through Thursday in observance of the Eid-ul-Adha holidays.&lt;/p&gt;
&lt;p&gt;The dollar extended its weakness against major currencies on Friday and was on track to end the week lower.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40423073/dollar-heads-for-weekly-loss-on-reports-of-us-iran-ceasefire-deal"&gt;The euro fetched&lt;/a&gt; $1.1653, up 0.03% so far in Asia, while the pound traded flat at $1.3445.&lt;/p&gt;
&lt;p&gt;The Australian dollar was steady at $0.7164 and the New Zealand dollar rose 0.2% to $0.5946, near the strongest level in more than two weeks.&lt;/p&gt;
&lt;p&gt;The dollar index, which measures the greenback against a basket of currencies, was largely flat at 98.997 after dropping 0.2% on Thursday.&lt;/p&gt;
&lt;p&gt;It is now on track to snap two weeks of gains and end the week 0.3% lower.&lt;/p&gt;
&lt;p&gt;Oil futures fell 2% on Friday and were on track for their steepest weekly decline since early April after reports that the US and Iran had reached agreement on a potential ceasefire extension.&lt;/p&gt;
&lt;p&gt;Brent crude futures for July, which expire later on Friday, were down $1.89, or 2%, at $91.82 a barrel by 1309 GMT. The more active August contract was down $1.89, or 2%, at $90.81. WTI U.S. oil futures were down $1.70, or 1.9%, at $87.20.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.50&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.70&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 3 paise for buying and remained unchanged for selling against USD, closing at 278.73 and 279.56, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 50 paise for buying and 66 paise for selling, closing at 322.46 and 325.74, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 2 paise for buying and 3 paise for selling, closing at 75.68 and 76.52, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for buying and remained unchanged for selling, closing at 73.85 and 74.70, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.73&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.56&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26",, "29-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52 , 278.51, 278.50
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.50, a gain of Re0.01 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40422756"><u>On Monday</u></a>, the local unit closed at 278.51.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2060312320375701791?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2060312320375701791?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p>The central bank remained closed from Tuesday through Thursday in observance of the Eid-ul-Adha holidays.</p>
<p>The dollar extended its weakness against major currencies on Friday and was on track to end the week lower.</p>
<p><a href="https://www.brecorder.com/news/40423073/dollar-heads-for-weekly-loss-on-reports-of-us-iran-ceasefire-deal">The euro fetched</a> $1.1653, up 0.03% so far in Asia, while the pound traded flat at $1.3445.</p>
<p>The Australian dollar was steady at $0.7164 and the New Zealand dollar rose 0.2% to $0.5946, near the strongest level in more than two weeks.</p>
<p>The dollar index, which measures the greenback against a basket of currencies, was largely flat at 98.997 after dropping 0.2% on Thursday.</p>
<p>It is now on track to snap two weeks of gains and end the week 0.3% lower.</p>
<p>Oil futures fell 2% on Friday and were on track for their steepest weekly decline since early April after reports that the US and Iran had reached agreement on a potential ceasefire extension.</p>
<p>Brent crude futures for July, which expire later on Friday, were down $1.89, or 2%, at $91.82 a barrel by 1309 GMT. The more active August contract was down $1.89, or 2%, at $90.81. WTI U.S. oil futures were down $1.70, or 1.9%, at $87.20.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID Rs 278.50</p>
<p>OFFER Rs 278.70</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 3 paise for buying and remained unchanged for selling against USD, closing at 278.73 and 279.56, respectively.</p>
<p>Against Euro, the PKR gained 50 paise for buying and 66 paise for selling, closing at 322.46 and 325.74, respectively.</p>
<p>Against UAE Dirham, the PKR gained 2 paise for buying and 3 paise for selling, closing at 75.68 and 76.52, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for buying and remained unchanged for selling, closing at 73.85 and 74.70, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID Rs 278.73</p>
<p>OFFER Rs 279.56</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40423094</guid>
      <pubDate>Fri, 29 May 2026 21:17:39 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/29161934dd3ade2.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/29161934dd3ade2.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee registers gain against US dollar</title>
      <link>https://www.brecorder.com/news/40422756/rupee-registers-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52   , 278.51
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.51, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/252003209b54c8b.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/primary/2026/05/252003209b54c8b.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/amp/40422394"&gt;&lt;u&gt;On Friday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.52.&lt;/p&gt;
&lt;p&gt;Meanwhile, against the yen, the US dollar was down 0.2% at 158.87 yen, while the euro rose 0.3% ​to $1.1642 and the British pound gained 0.4% to $1.3485.&lt;/p&gt;
&lt;p&gt;The ⁠&lt;a href="https://www.brecorder.com/news/amp/40422714"&gt;Australian dollar &lt;/a&gt;advanced 0.4% to $0.7160, while its kiwi counterpart tacked on 0.5% ​to $0.5877.&lt;/p&gt;
&lt;p&gt;Over the weekend, hopes for a lasting ​peace deal appeared fragile. &lt;a href="https://www.brecorder.com/news/40422621/trump-says-us-will-not-rush-into-a-deal-with-iran"&gt;US President Donald Trump&lt;/a&gt; wrote on Saturday that ​a memorandum of understanding on a peace deal with Iran had been “largely negotiated,” with both ‌countries ⁠and mediators in Pakistan reporting progress.&lt;/p&gt;
&lt;p&gt;However, the US blockade on Iranian ships in the Strait of Hormuz would “remain in full force and effect until an agreement is reached, certified, and signed,” Trump wrote on Truth Social on Sunday. ​There was no immediate ​response from ⁠Iran’s government.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422713/oil-slips-to-two-week-low-as-us-and-iran-seen-moving-closer-to-deal"&gt;Oil prices ​fell&lt;/a&gt; about 5% to two-week lows on Monday as optimism grew that the United States and ‌Iran were moving closer to a peace deal, even though they remain at odds over key issues such as blockades on the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down $5.04, or 4.9%, at $98.50 a barrel at 1327 GMT and U.S. West Texas Intermediate futures were down $4.82, ​or 5%, at $91.78. Both contracts traded at their lowest since May 7.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.51&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.71&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 13 paise for buying and remained unchanged for selling against USD, closing at 278.70 and 279.56, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 46 paise for buying and 43 paise for selling, closing at 322.96 and 326.40, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 3 paise for buying and 2 paise for selling, closing at 75.70 and 76.55, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 9 paise for buying and 6 paise for selling, closing at 73.86 and 74.70, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.70&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.56&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",  "22-May-26", "25-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52   , 278.51
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Monday.</strong></p>
<p>At close, the local currency settled at 278.51, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/252003209b54c8b.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/primary/2026/05/252003209b54c8b.webp'  alt='' /></picture></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/amp/40422394"><u>On Friday</u></a>, the local unit closed at 278.52.</p>
<p>Meanwhile, against the yen, the US dollar was down 0.2% at 158.87 yen, while the euro rose 0.3% ​to $1.1642 and the British pound gained 0.4% to $1.3485.</p>
<p>The ⁠<a href="https://www.brecorder.com/news/amp/40422714">Australian dollar </a>advanced 0.4% to $0.7160, while its kiwi counterpart tacked on 0.5% ​to $0.5877.</p>
<p>Over the weekend, hopes for a lasting ​peace deal appeared fragile. <a href="https://www.brecorder.com/news/40422621/trump-says-us-will-not-rush-into-a-deal-with-iran">US President Donald Trump</a> wrote on Saturday that ​a memorandum of understanding on a peace deal with Iran had been “largely negotiated,” with both ‌countries ⁠and mediators in Pakistan reporting progress.</p>
<p>However, the US blockade on Iranian ships in the Strait of Hormuz would “remain in full force and effect until an agreement is reached, certified, and signed,” Trump wrote on Truth Social on Sunday. ​There was no immediate ​response from ⁠Iran’s government.</p>
<p><a href="https://www.brecorder.com/news/40422713/oil-slips-to-two-week-low-as-us-and-iran-seen-moving-closer-to-deal">Oil prices ​fell</a> about 5% to two-week lows on Monday as optimism grew that the United States and ‌Iran were moving closer to a peace deal, even though they remain at odds over key issues such as blockades on the Strait of Hormuz.</p>
<p>Brent crude futures were down $5.04, or 4.9%, at $98.50 a barrel at 1327 GMT and U.S. West Texas Intermediate futures were down $4.82, ​or 5%, at $91.78. Both contracts traded at their lowest since May 7.</p>
<p><strong>Inter-bank market rates for dollar on Monday</strong></p>
<p>BID Rs 278.51</p>
<p>OFFER Rs 278.71</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 13 paise for buying and remained unchanged for selling against USD, closing at 278.70 and 279.56, respectively.</p>
<p>Against Euro, the PKR lost 46 paise for buying and 43 paise for selling, closing at 322.96 and 326.40, respectively.</p>
<p>Against UAE Dirham, the PKR gained 3 paise for buying and 2 paise for selling, closing at 75.70 and 76.55, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 9 paise for buying and 6 paise for selling, closing at 73.86 and 74.70, respectively.</p>
<p><strong>Open-market rates for dollar on Monday</strong></p>
<p>BID Rs 278.70</p>
<p>OFFER Rs 279.56</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40422756</guid>
      <pubDate>Mon, 25 May 2026 20:05:38 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/2516332660e6b43.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/2516332660e6b43.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee gains ground against US dollar</title>
      <link>https://www.brecorder.com/news/40422394/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",,  "22-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52   
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.52, a gain of Rs0.03 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422189"&gt;&lt;u&gt;On Thursday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.55.&lt;/p&gt;
&lt;p&gt;The dollar held near a six-week top on Friday, after a volatile ​overnight session on conflicting signals over a US-Iran peace deal, though investors latched on to hopes of some progress.&lt;/p&gt;
&lt;p&gt;The dollar ​was a touch higher and stood at 99.24 against a basket of currencies , not far from its peak of 99.515 hit ​in the previous session, its highest since April 7.&lt;/p&gt;
&lt;p&gt;The euro dipped 0.03% to $1.1613, while the pound was flat at $1.3431. ⁠Sterling was set to gain 0.8% for the week, having fallen more than 2% last week due to political turmoil in Britain.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422352/dollar-perched-near-six-week-high-on-uncertainty-over-us-iran-deal"&gt;The dollar found&lt;/a&gt; ​additional support from data which showed U.S. weekly jobless claims fell last week while manufacturing activity rose to a four-year high in May, underscoring resilience in the ​world’s largest economy.&lt;/p&gt;
&lt;p&gt;“We’re coming to the end of week 12, we’re six weeks in the ceasefire, and I’m just not really that convinced we’re any closer to a resolution between the U.S. and Iran,” Tony Sycamore, a market analyst at IG, said of the Middle East war.&lt;/p&gt;
&lt;p&gt;Moreover, oil prices climbed on Friday but were on track for a weekly loss.&lt;/p&gt;
&lt;p&gt;Brent crude futures rose $1.66, or 1.6%, to $104.24 a barrel by 0405 GMT, while US West Texas Intermediate futures were up $1.11, or 1.2%, at $97.46.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422351/oil-prices-rise-as-investors-doubt-breakthrough-in-us-iran-peace-talks"&gt;On a weekly basis&lt;/a&gt;, Brent was 4.6% lower and WTI was down 7.6%, with prices fluctuating sharply as expectations for a peace deal shifted.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID                            Rs 278.52&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 278.72&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 5 paise for buying and 7 paise for selling against USD, closing at 278.83 and 279.56, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 38 paise for buying and 15 paise for selling, closing at 322.50 and 325.97, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 5 paise for buying and 3 paise for selling, closing at 75.73 and 76.57, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for both buying and selling, closing at 73.95 and 74.76, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID                            Rs 278.83&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 279.56&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",,  "22-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55, 278.52   
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.52, a gain of Rs0.03 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40422189"><u>On Thursday</u></a>, the local unit closed at 278.55.</p>
<p>The dollar held near a six-week top on Friday, after a volatile ​overnight session on conflicting signals over a US-Iran peace deal, though investors latched on to hopes of some progress.</p>
<p>The dollar ​was a touch higher and stood at 99.24 against a basket of currencies , not far from its peak of 99.515 hit ​in the previous session, its highest since April 7.</p>
<p>The euro dipped 0.03% to $1.1613, while the pound was flat at $1.3431. ⁠Sterling was set to gain 0.8% for the week, having fallen more than 2% last week due to political turmoil in Britain.</p>
<p><a href="https://www.brecorder.com/news/40422352/dollar-perched-near-six-week-high-on-uncertainty-over-us-iran-deal">The dollar found</a> ​additional support from data which showed U.S. weekly jobless claims fell last week while manufacturing activity rose to a four-year high in May, underscoring resilience in the ​world’s largest economy.</p>
<p>“We’re coming to the end of week 12, we’re six weeks in the ceasefire, and I’m just not really that convinced we’re any closer to a resolution between the U.S. and Iran,” Tony Sycamore, a market analyst at IG, said of the Middle East war.</p>
<p>Moreover, oil prices climbed on Friday but were on track for a weekly loss.</p>
<p>Brent crude futures rose $1.66, or 1.6%, to $104.24 a barrel by 0405 GMT, while US West Texas Intermediate futures were up $1.11, or 1.2%, at $97.46.</p>
<p><a href="https://www.brecorder.com/news/40422351/oil-prices-rise-as-investors-doubt-breakthrough-in-us-iran-peace-talks">On a weekly basis</a>, Brent was 4.6% lower and WTI was down 7.6%, with prices fluctuating sharply as expectations for a peace deal shifted.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID                            Rs 278.52</p>
<p>OFFER                      Rs 278.72</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 5 paise for buying and 7 paise for selling against USD, closing at 278.83 and 279.56, respectively.</p>
<p>Against Euro, the PKR gained 38 paise for buying and 15 paise for selling, closing at 322.50 and 325.97, respectively.</p>
<p>Against UAE Dirham, the PKR gained 5 paise for buying and 3 paise for selling, closing at 75.73 and 76.57, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for both buying and selling, closing at 73.95 and 74.76, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID                            Rs 278.83</p>
<p>OFFER                      Rs 279.56</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40422394</guid>
      <pubDate>Fri, 22 May 2026 20:17:08 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/221620349814e39.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/221620349814e39.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee gains further ground against US dollar</title>
      <link>https://www.brecorder.com/news/40422189/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55   
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.55, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2057426444012433441'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2057426444012433441"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422035/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Wednesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.56.&lt;/p&gt;
&lt;p&gt;Moreover, the US dollar hovered below a six-week peak on ​Thursday after pulling back on rising hopes that Washington was nearing a deal with ‌Tehran to end the war in the Middle East.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422146"&gt;The ⁠dollar&lt;/a&gt;, a traditional safe haven, was down slightly at 158.87 yen in early Thursday trading ​after falling for the first time in eight sessions against the yen the day before. ​That pulls it further away from the 160 level viewed as a potential trigger for official currency intervention.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40422145/oil-rises-over-1-after-reuters-report-signals-complication-to-us-iran-peace-talks"&gt;Oil prices jumped on Thursday&lt;/a&gt; after &lt;em&gt;Reuters&lt;/em&gt; later reported that Iran’s Supreme Leader had issued a directive that the country’s near weapons-grade uranium should not be sent abroad.&lt;/p&gt;
&lt;p&gt;The report, which cited two senior Iranian sources, signalled that Tehran was hardening its stance on one of the main US demands. Ayatollah Mojtaba Khamenei’s order could further frustrate US President Donald Trump and complicate talks on ending the US Israeli war on Iran.&lt;/p&gt;
&lt;p&gt;Brent crude futures gained $3.51, or 3.3%, to $108.53 a barrel by 1330 GMT, and U.S. West Texas Intermediate futures rose $3.67, or 3.7%, to $101.93.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.55&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.75&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR remained unchanged for buying and gained 4 paise for selling against USD, closing at 278.88 and 279.63, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 21 paise for buying and 5 paise for selling, closing at 322.88 and 326.12, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 4 paise for buying and 3 paise for selling, closing at 75.78 and 76.60, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 12 paise for buying and 6 paise for selling, closing at 73.96 and 74.77, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.88&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.63&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26",  "20-May-26",  "21-May-26",
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56, 278.55   
               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.55, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2057426444012433441'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2057426444012433441"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40422035/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Wednesday</u></a>, the local unit closed at 278.56.</p>
<p>Moreover, the US dollar hovered below a six-week peak on ​Thursday after pulling back on rising hopes that Washington was nearing a deal with ‌Tehran to end the war in the Middle East.</p>
<p><a href="https://www.brecorder.com/news/40422146">The ⁠dollar</a>, a traditional safe haven, was down slightly at 158.87 yen in early Thursday trading ​after falling for the first time in eight sessions against the yen the day before. ​That pulls it further away from the 160 level viewed as a potential trigger for official currency intervention.</p>
<p><a href="https://www.brecorder.com/news/40422145/oil-rises-over-1-after-reuters-report-signals-complication-to-us-iran-peace-talks">Oil prices jumped on Thursday</a> after <em>Reuters</em> later reported that Iran’s Supreme Leader had issued a directive that the country’s near weapons-grade uranium should not be sent abroad.</p>
<p>The report, which cited two senior Iranian sources, signalled that Tehran was hardening its stance on one of the main US demands. Ayatollah Mojtaba Khamenei’s order could further frustrate US President Donald Trump and complicate talks on ending the US Israeli war on Iran.</p>
<p>Brent crude futures gained $3.51, or 3.3%, to $108.53 a barrel by 1330 GMT, and U.S. West Texas Intermediate futures rose $3.67, or 3.7%, to $101.93.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.55</p>
<p>OFFER Rs 278.75</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR remained unchanged for buying and gained 4 paise for selling against USD, closing at 278.88 and 279.63, respectively.</p>
<p>Against Euro, the PKR lost 21 paise for buying and 5 paise for selling, closing at 322.88 and 326.12, respectively.</p>
<p>Against UAE Dirham, the PKR gained 4 paise for buying and 3 paise for selling, closing at 75.78 and 76.60, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 12 paise for buying and 6 paise for selling, closing at 73.96 and 74.77, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.88</p>
<p>OFFER Rs 279.63</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40422189</guid>
      <pubDate>Thu, 21 May 2026 19:33:43 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/2116215063ad0c2.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/2116215063ad0c2.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee gains further ground against US dollar</title>
      <link>https://www.brecorder.com/news/40422035/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.56, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2057049596900069474?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2057049596900069474?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421848"&gt;&lt;u&gt;On Tuesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.57.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar ​was steady near a six-week high on Wednesday as investors came to terms with the possible need for ‌higher interest rates to tackle inflation due to the Iran war.&lt;/p&gt;
&lt;p&gt;The euro last bought $1.1608, ⁠having touched its lowest level since April 8 in the previous session. The British pound was at $1.3398, not far from a ​six-week low it touched earlier this week.&lt;/p&gt;
&lt;p&gt;The Australian dollar, often seen as a barometer for risk sentiment, was 0.14% lower at $0.7097, while ​the New Zealand dollar fell 0.24% at $0.5822.&lt;/p&gt;
&lt;p&gt;Against a basket of currencies, the&lt;a href="https://www.brecorder.com/news/40421984/dollar-at-six-week-high-on-rate-hike-bets-iran-war-uncertainty"&gt; dollar was steady at 99.306&lt;/a&gt;. The index is up more than 1% in May due to safe-haven demand and markets pricing in chances of the Federal Reserve hiking interest rates by the end of the year.&lt;/p&gt;
&lt;p&gt;Oil ​prices fell 4% on Wednesday after U.S. President Donald Trump said that negotiations with Iran were in the final ‌stages, though investors remain wary about the outcome of peace talks as disruption to Middle Eastern supply continues.&lt;/p&gt;
&lt;p&gt;Brent crude futures fell $4.76, or 4.28%, to $106.52 a barrel by 11:29 a.m. EDT (1529 GMT) and U.S. West Texas Intermediate futures were down $4.22, or 4.05%, at $99.93. Both contracts were heading for their biggest daily ​drops in percentage and absolute terms in two weeks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.56&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.76&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 5 paise for buying and lost 2 paise for selling against USD, closing at 278.88 and 279.67, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 90 paise for buying and 89 paise for selling, closing at 322.67 and 326.07, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 4 paise for buying and 6 paise for selling, closing at 75.82 and 76.63, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 10 paise for buying and 8 paise for selling, closing at 74.08 and 74.83, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.88&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.67&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57, 278.56

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in the inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.56, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2057049596900069474?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2057049596900069474?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40421848"><u>On Tuesday</u></a>, the local unit closed at 278.57.</p>
<p>Meanwhile, the US dollar ​was steady near a six-week high on Wednesday as investors came to terms with the possible need for ‌higher interest rates to tackle inflation due to the Iran war.</p>
<p>The euro last bought $1.1608, ⁠having touched its lowest level since April 8 in the previous session. The British pound was at $1.3398, not far from a ​six-week low it touched earlier this week.</p>
<p>The Australian dollar, often seen as a barometer for risk sentiment, was 0.14% lower at $0.7097, while ​the New Zealand dollar fell 0.24% at $0.5822.</p>
<p>Against a basket of currencies, the<a href="https://www.brecorder.com/news/40421984/dollar-at-six-week-high-on-rate-hike-bets-iran-war-uncertainty"> dollar was steady at 99.306</a>. The index is up more than 1% in May due to safe-haven demand and markets pricing in chances of the Federal Reserve hiking interest rates by the end of the year.</p>
<p>Oil ​prices fell 4% on Wednesday after U.S. President Donald Trump said that negotiations with Iran were in the final ‌stages, though investors remain wary about the outcome of peace talks as disruption to Middle Eastern supply continues.</p>
<p>Brent crude futures fell $4.76, or 4.28%, to $106.52 a barrel by 11:29 a.m. EDT (1529 GMT) and U.S. West Texas Intermediate futures were down $4.22, or 4.05%, at $99.93. Both contracts were heading for their biggest daily ​drops in percentage and absolute terms in two weeks.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.56</p>
<p>OFFER Rs 278.76</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 5 paise for buying and lost 2 paise for selling against USD, closing at 278.88 and 279.67, respectively.</p>
<p>Against Euro, the PKR gained 90 paise for buying and 89 paise for selling, closing at 322.67 and 326.07, respectively.</p>
<p>Against UAE Dirham, the PKR gained 4 paise for buying and 6 paise for selling, closing at 75.82 and 76.63, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 10 paise for buying and 8 paise for selling, closing at 74.08 and 74.83, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.88</p>
<p>OFFER Rs 279.67</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40422035</guid>
      <pubDate>Wed, 20 May 2026 21:38:19 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/20165154e08a5e1.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/20165154e08a5e1.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee gains further ground against US dollar</title>
      <link>https://www.brecorder.com/news/40421848/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee strengthened against the US dollar, appreciating 0.01% in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.57, a gain of Re0.03 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421694/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Monday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.60.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2056706943474184686'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2056706943474184686"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;Internationally, the&lt;a href="https://www.brecorder.com/news/40421638/dollar-firms-as-oil-climbs-bond-rout-saps-risk-appetite"&gt; dollar found support at the start ​of Asian trading on Tuesday &lt;/a&gt;after &lt;a href="https://www.brecorder.com/news/40421718/trump-says-delaying-iran-attack-at-request-of-gulf-leaders"&gt;US President Donald Trump&lt;/a&gt; said he had paused a planned attack ‌against Iran to allow negotiations, and bond markets stabilised after a two-day selloff.&lt;/p&gt;
&lt;p&gt;The US dollar index, which measures the greenback’s strength against a basket of six currencies, held steady at 99.026, attracting bids after easing fears of an escalation in the war pushed the gauge 0.3% ​lower on Monday, snapping a five-day winning streak.&lt;/p&gt;
&lt;p&gt;The yield on the US 10-year Treasury bond was down 3 basis points at 4.591%, retreating ​after hitting its highest level in a year as fears a lasting jump in inflation eased.&lt;/p&gt;
&lt;p&gt;The dollar had gained strength during the past week as a safe haven from an escalation of the war in the Middle East and a selloff gripping global bond markets, as investors repriced the risk that central banks would have ​to take action to contain inflation with the Strait of Hormuz remaining closed and energy markets disrupted.&lt;/p&gt;
&lt;p&gt;Fed funds futures ​are pricing an implied 36.2% probability of a 25-basis-point hike at the U.S. central bank’s two-day meeting on December 9, compared ‌to a ⁠0.5% chance a month ago, according to the CME Group’s FedWatch tool.&lt;/p&gt;
&lt;p&gt;Oil prices fell on Tuesday, with global benchmark ‌Brent crude dropping 1%, after U.S. President Donald Trump said he had paused a planned attack on Iran to allow for negotiations to end the war in the Middle East.&lt;/p&gt;
&lt;p&gt;Trump posted on social media on Monday that he was holding ​off from a military attack that had been scheduled for Tuesday while efforts to reach ​a deal with Iran continued, adding that the United States was ready to resume ⁠attacks if a deal is not reached.&lt;/p&gt;
&lt;p&gt;Brent futures for July were down $1.27, or 1.13%, at $110.83 a ​barrel by 1319 GMT. The U.S. West Texas Intermediate crude contract for June delivery, which expires on ​Tuesday, slipped 45 cents, or 0.41%, to $108.21. The more active July contract fell 38 cents, or 0.36%, to $104.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.57&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.77&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 7 paise for buying and 9 paise for selling against USD, closing at 278.93 and 279.65, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 13 paise for buying and lost 3 paise for selling, closing at 323.57 and 326.96, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 3 paise for buying and remained unchanged for selling, closing at 75.86 and 76.69, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 4 paise for buying and 6 paise for selling, closing at 74.18 and 74.91, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.93&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.65&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26",  "19-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60, 278.57

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee strengthened against the US dollar, appreciating 0.01% in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.57, a gain of Re0.03 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40421694/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Monday</u></a>, the local unit closed at 278.60.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2056706943474184686'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2056706943474184686"></a>
    </blockquote>
</span></div>
        
    </figure>
<p>Internationally, the<a href="https://www.brecorder.com/news/40421638/dollar-firms-as-oil-climbs-bond-rout-saps-risk-appetite"> dollar found support at the start ​of Asian trading on Tuesday </a>after <a href="https://www.brecorder.com/news/40421718/trump-says-delaying-iran-attack-at-request-of-gulf-leaders">US President Donald Trump</a> said he had paused a planned attack ‌against Iran to allow negotiations, and bond markets stabilised after a two-day selloff.</p>
<p>The US dollar index, which measures the greenback’s strength against a basket of six currencies, held steady at 99.026, attracting bids after easing fears of an escalation in the war pushed the gauge 0.3% ​lower on Monday, snapping a five-day winning streak.</p>
<p>The yield on the US 10-year Treasury bond was down 3 basis points at 4.591%, retreating ​after hitting its highest level in a year as fears a lasting jump in inflation eased.</p>
<p>The dollar had gained strength during the past week as a safe haven from an escalation of the war in the Middle East and a selloff gripping global bond markets, as investors repriced the risk that central banks would have ​to take action to contain inflation with the Strait of Hormuz remaining closed and energy markets disrupted.</p>
<p>Fed funds futures ​are pricing an implied 36.2% probability of a 25-basis-point hike at the U.S. central bank’s two-day meeting on December 9, compared ‌to a ⁠0.5% chance a month ago, according to the CME Group’s FedWatch tool.</p>
<p>Oil prices fell on Tuesday, with global benchmark ‌Brent crude dropping 1%, after U.S. President Donald Trump said he had paused a planned attack on Iran to allow for negotiations to end the war in the Middle East.</p>
<p>Trump posted on social media on Monday that he was holding ​off from a military attack that had been scheduled for Tuesday while efforts to reach ​a deal with Iran continued, adding that the United States was ready to resume ⁠attacks if a deal is not reached.</p>
<p>Brent futures for July were down $1.27, or 1.13%, at $110.83 a ​barrel by 1319 GMT. The U.S. West Texas Intermediate crude contract for June delivery, which expires on ​Tuesday, slipped 45 cents, or 0.41%, to $108.21. The more active July contract fell 38 cents, or 0.36%, to $104.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.57</p>
<p>OFFER Rs 278.77</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 7 paise for buying and 9 paise for selling against USD, closing at 278.93 and 279.65, respectively.</p>
<p>Against Euro, the PKR gained 13 paise for buying and lost 3 paise for selling, closing at 323.57 and 326.96, respectively.</p>
<p>Against UAE Dirham, the PKR gained 3 paise for buying and remained unchanged for selling, closing at 75.86 and 76.69, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 4 paise for buying and 6 paise for selling, closing at 74.18 and 74.91, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.93</p>
<p>OFFER Rs 279.65</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40421848</guid>
      <pubDate>Tue, 19 May 2026 19:14:25 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/19164006fc7d556.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/19164006fc7d556.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40421694/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.60, a gain of Re0.01 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421315/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Friday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.61.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421693/pakistan-posts-324mn-ca-deficit-in-april-2026"&gt;Pakistan’s current account&lt;/a&gt; posted deficit of $324 million in April 2026, data released by the State Bank of Pakistan (SBP) showed on Monday. The deficit &lt;a href="https://www.brecorder.com/news/40416745/pakistan-posts-107bn-current-account-surplus-in-march-2026"&gt;followed a surplus of $1,134 million &lt;/a&gt;recorded in March 2026 and deficit of $12 million in April 2025.&lt;/p&gt;
&lt;p&gt;The US dollar firmed against most major currencies on Monday as fresh Middle East tensions lifted oil prices and a global bond ‌selloff dented risk appetite, while yen weakness kept traders on alert for possible Japanese intervention.&lt;/p&gt;
&lt;p&gt;The euro was last at $1.1609 and sterling fetched $1.3305, both down more than 0.1%.&lt;/p&gt;
&lt;p&gt;The risk-sensitive Australian dollar weakened 0.4% to $0.7121, while the New Zealand ​dollar was little changed at $0.5827.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40421638/dollar-firms-as-oil-climbs-bond-rout-saps-risk-appetite"&gt;dollar index&lt;/a&gt;, which measures the greenback against a basket of ​major currencies, was a touch firmer at 99.393.&lt;/p&gt;
&lt;p&gt;Oil prices dropped on Monday after an Iranian news report saying that the United States had accepted waiving sanctions on Iranian crude oil temporarily.&lt;/p&gt;
&lt;p&gt;Brent crude ​futures fell $1.48, or 1.4%, to $107.78 a barrel by 1310 GMT after touching $112 for ​their highest since May 5.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.60&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.80&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 3 paise for buying and 8 paise for selling against USD, closing at 279.00 and 279.74, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 51 paise for buying and 54 paise for selling, closing at 323.70 and 326.93, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 3 paise for buying and 6 paise for selling, closing at 75.89 and 76.69, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 2 paise for buying and remained unchanged for selling, closing at 74.22 and 74.97, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.00&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.74&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26",  "18-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61, 278.60

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Monday.</strong></p>
<p>At close, the local currency settled at 278.60, a gain of Re0.01 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40421315/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Friday</u></a>, the local unit closed at 278.61.</p>
<p><a href="https://www.brecorder.com/news/40421693/pakistan-posts-324mn-ca-deficit-in-april-2026">Pakistan’s current account</a> posted deficit of $324 million in April 2026, data released by the State Bank of Pakistan (SBP) showed on Monday. The deficit <a href="https://www.brecorder.com/news/40416745/pakistan-posts-107bn-current-account-surplus-in-march-2026">followed a surplus of $1,134 million </a>recorded in March 2026 and deficit of $12 million in April 2025.</p>
<p>The US dollar firmed against most major currencies on Monday as fresh Middle East tensions lifted oil prices and a global bond ‌selloff dented risk appetite, while yen weakness kept traders on alert for possible Japanese intervention.</p>
<p>The euro was last at $1.1609 and sterling fetched $1.3305, both down more than 0.1%.</p>
<p>The risk-sensitive Australian dollar weakened 0.4% to $0.7121, while the New Zealand ​dollar was little changed at $0.5827.</p>
<p>The <a href="https://www.brecorder.com/news/40421638/dollar-firms-as-oil-climbs-bond-rout-saps-risk-appetite">dollar index</a>, which measures the greenback against a basket of ​major currencies, was a touch firmer at 99.393.</p>
<p>Oil prices dropped on Monday after an Iranian news report saying that the United States had accepted waiving sanctions on Iranian crude oil temporarily.</p>
<p>Brent crude ​futures fell $1.48, or 1.4%, to $107.78 a barrel by 1310 GMT after touching $112 for ​their highest since May 5.</p>
<p><strong>Inter-bank market rates for dollar on Monday</strong></p>
<p>BID Rs 278.60</p>
<p>OFFER Rs 278.80</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 3 paise for buying and 8 paise for selling against USD, closing at 279.00 and 279.74, respectively.</p>
<p>Against Euro, the PKR gained 51 paise for buying and 54 paise for selling, closing at 323.70 and 326.93, respectively.</p>
<p>Against UAE Dirham, the PKR gained 3 paise for buying and 6 paise for selling, closing at 75.89 and 76.69, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 2 paise for buying and remained unchanged for selling, closing at 74.22 and 74.97, respectively.</p>
<p><strong>Open-market rates for dollar on Monday</strong></p>
<p>BID Rs 279.00</p>
<p>OFFER Rs 279.74</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40421694</guid>
      <pubDate>Mon, 18 May 2026 20:12:39 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/1817033070eb9b8.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/1817033070eb9b8.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40421315/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.61, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/1519144158c3d2b.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/primary/2026/05/1519144158c3d2b.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421160"&gt;On Thursday&lt;/a&gt;, the local unit closed at 278.62.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar&lt;u&gt; &lt;/u&gt;rode U.S. Treasury yields higher on Friday and was set for its biggest weekly gain in more than two months, as mounting inflationary pressures from higher energy prices fuelled bets on a Federal Reserve rate hike this year.&lt;/p&gt;
&lt;p&gt;Against the greenback, the euro fell to a one-month low of $1.1635 and was set to lose more than 1.2% for the week.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421292"&gt;The yen struggled&lt;/a&gt; on the weaker side of 158 per dollar despite domestic data pointing to a spike in wholesale inflation, bolstering the case for the Bank of Japan to raise interest rates as soon as June.&lt;/p&gt;
&lt;p&gt;It was last 0.16% lower at 158.60 per dollar.&lt;/p&gt;
&lt;p&gt;The Australian and New Zealand dollars also fell heavily, with the Aussie down 0.8% to $0.7162, while the kiwi slid 0.82% to $0.5863.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40421279/oil-prices-up-2-as-trump-and-irans-comments-dent-peace-hopes"&gt;Oil prices gained about 2%&lt;/a&gt; on Friday after comments from ‌U.S. President Donald Trump and Iran’s foreign minister further dented hopes of a deal to end ship attacks and seizures around the Strait of Hormuz.&lt;/p&gt;
&lt;p&gt;Brent crude futures gained $2.50, or 2.4%, to $108.22 a barrel by 1139 GMT. U.S. West Texas Intermediate futures were up $2.86, or 2.4%, at $104.03.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.61&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.81&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 2 paise for buying and 4 paise for selling against USD, closing at 279.03 and 279.82, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 1.97 rupee for buying and 1.75 rupee for selling, closing at 324.21 and 327.47, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR remained unchanged for both buying selling, closing at 75.92 and 76.75, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for both buying and selling, closing at 74.24 and 74.97, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.03&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.82&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "14-May-26",  "15-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62, 278.61

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.61, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/1519144158c3d2b.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/primary/2026/05/1519144158c3d2b.webp'  alt='' /></picture></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40421160">On Thursday</a>, the local unit closed at 278.62.</p>
<p>Meanwhile, the dollar<u> </u>rode U.S. Treasury yields higher on Friday and was set for its biggest weekly gain in more than two months, as mounting inflationary pressures from higher energy prices fuelled bets on a Federal Reserve rate hike this year.</p>
<p>Against the greenback, the euro fell to a one-month low of $1.1635 and was set to lose more than 1.2% for the week.</p>
<p><a href="https://www.brecorder.com/news/40421292">The yen struggled</a> on the weaker side of 158 per dollar despite domestic data pointing to a spike in wholesale inflation, bolstering the case for the Bank of Japan to raise interest rates as soon as June.</p>
<p>It was last 0.16% lower at 158.60 per dollar.</p>
<p>The Australian and New Zealand dollars also fell heavily, with the Aussie down 0.8% to $0.7162, while the kiwi slid 0.82% to $0.5863.</p>
<p><a href="https://www.brecorder.com/news/40421279/oil-prices-up-2-as-trump-and-irans-comments-dent-peace-hopes">Oil prices gained about 2%</a> on Friday after comments from ‌U.S. President Donald Trump and Iran’s foreign minister further dented hopes of a deal to end ship attacks and seizures around the Strait of Hormuz.</p>
<p>Brent crude futures gained $2.50, or 2.4%, to $108.22 a barrel by 1139 GMT. U.S. West Texas Intermediate futures were up $2.86, or 2.4%, at $104.03.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID Rs 278.61</p>
<p>OFFER Rs 278.81</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 2 paise for buying and 4 paise for selling against USD, closing at 279.03 and 279.82, respectively.</p>
<p>Against Euro, the PKR gained 1.97 rupee for buying and 1.75 rupee for selling, closing at 324.21 and 327.47, respectively.</p>
<p>Against UAE Dirham, the PKR remained unchanged for both buying selling, closing at 75.92 and 76.75, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for both buying and selling, closing at 74.24 and 74.97, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID Rs 279.03</p>
<p>OFFER Rs 279.82</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40421315</guid>
      <pubDate>Fri, 15 May 2026 19:21:01 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/15161616098f78a.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/15161616098f78a.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40421160/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "13-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.62, a gain of Rs0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/14212746c573df6.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/primary/2026/05/14212746c573df6.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420991"&gt;&lt;u&gt;On Wednesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.65.&lt;/p&gt;
&lt;p&gt;The US dollar got a lift from elevated US Treasury yields on Thursday as investors wagered the Federal Reserve would hike rates this year, while global focus moved to a two-day summit between US President Donald Trump and China’s Xi Jinping.&lt;/p&gt;
&lt;p&gt;In the broader market, the &lt;a href="https://www.brecorder.com/news/40421121/dollar-buoyed-by-rate-hike-expectations-as-trump-xi-summit-underway"&gt;dollar held steady on Thursday&lt;/a&gt;, leaving the euro little changed at $1.1714 and on track to lose 0.6% for the week, which would mark its largest decline in two months.&lt;/p&gt;
&lt;p&gt;Sterling last bought $1.3524 and was headed for a weekly fall of roughly 0.8%, pressured in part by political turmoil at home.&lt;/p&gt;
&lt;p&gt;Against a basket of currencies, the US dollar was last at 98.48, up more than 0.6% for the week thus far.&lt;/p&gt;
&lt;p&gt;Crude oil futures dipped slightly on Thursday after Iran’s state media said about 30 ​vessels had crossed the Strait of Hormuz in recent hours, while the semi-official Fars news agency cited a source ‌saying Iran had begun allowing transit for some Chinese vessels.&lt;/p&gt;
&lt;p&gt;Brent crude oil futures were down 73 cents, or 0.7%, at $104.90 a barrel at 11:21 a.m. ET (1521 GMT), easing from an earlier high of $107.13. U.S. West Texas Intermediate futures were down 20 cents, or 0.2%, at $100.82.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.62&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.82&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 2 paise for buying and 4 paise for selling against USD, closing at 279.01 and 279.82, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 10 paise for buying and 40 paise for selling, closing at 326.18 and 329.22, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR remained unchanged for buying and gained 1 paisa for selling, closing at 75.92 and 76.75, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for buying and remained unchanged for selling, closing at 74.25 and 74.98, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.01&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.82&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26",  "13-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65, 278.62

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain, appreciating 0.01%, against the US dollar in inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.62, a gain of Rs0.03 against the greenback.</p>
    <figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/14212746c573df6.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/primary/2026/05/14212746c573df6.webp'  alt='' /></picture></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40420991"><u>On Wednesday</u></a>, the local unit closed at 278.65.</p>
<p>The US dollar got a lift from elevated US Treasury yields on Thursday as investors wagered the Federal Reserve would hike rates this year, while global focus moved to a two-day summit between US President Donald Trump and China’s Xi Jinping.</p>
<p>In the broader market, the <a href="https://www.brecorder.com/news/40421121/dollar-buoyed-by-rate-hike-expectations-as-trump-xi-summit-underway">dollar held steady on Thursday</a>, leaving the euro little changed at $1.1714 and on track to lose 0.6% for the week, which would mark its largest decline in two months.</p>
<p>Sterling last bought $1.3524 and was headed for a weekly fall of roughly 0.8%, pressured in part by political turmoil at home.</p>
<p>Against a basket of currencies, the US dollar was last at 98.48, up more than 0.6% for the week thus far.</p>
<p>Crude oil futures dipped slightly on Thursday after Iran’s state media said about 30 ​vessels had crossed the Strait of Hormuz in recent hours, while the semi-official Fars news agency cited a source ‌saying Iran had begun allowing transit for some Chinese vessels.</p>
<p>Brent crude oil futures were down 73 cents, or 0.7%, at $104.90 a barrel at 11:21 a.m. ET (1521 GMT), easing from an earlier high of $107.13. U.S. West Texas Intermediate futures were down 20 cents, or 0.2%, at $100.82.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.62</p>
<p>OFFER Rs 278.82</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 2 paise for buying and 4 paise for selling against USD, closing at 279.01 and 279.82, respectively.</p>
<p>Against Euro, the PKR gained 10 paise for buying and 40 paise for selling, closing at 326.18 and 329.22, respectively.</p>
<p>Against UAE Dirham, the PKR remained unchanged for buying and gained 1 paisa for selling, closing at 75.92 and 76.75, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for buying and remained unchanged for selling, closing at 74.25 and 74.98, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 279.01</p>
<p>OFFER Rs 279.82</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40421160</guid>
      <pubDate>Thu, 14 May 2026 21:28:08 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/14165606ac48d02.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/14165606ac48d02.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40420991/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.65, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2054514245350379590?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2054514245350379590?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420827"&gt;&lt;u&gt;On Tuesday&lt;/u&gt;&lt;/a&gt;, the local unit closed at 278.66.&lt;/p&gt;
&lt;p&gt;The State Bank of Pakistan (SBP) said on Wednesday it had received &lt;a href="https://www.brecorder.com/news/40420942/pakistan-receives-13-billion-from-imf-sbp"&gt;about $1.3 billion&lt;/a&gt; from the International Monetary Fund (IMF) under the Extended Fund Facility (EFF) and the Resilience and Sustainability Facility (RSF).&lt;/p&gt;
&lt;p&gt;“The amount would be reflected in SBP’s foreign exchange reserves for the week ending on May 15, 2026,” the central bank said.&lt;/p&gt;
&lt;p&gt;Meanwhile, the dollar held near a one-week high on Wednesday as risk sentiment soured after a hot U.S. inflation reading sent Treasury yields higher, and oil inched up on renewed Middle East uncertainty.&lt;/p&gt;
&lt;p&gt;The euro stood at $1.1735 and the sterling traded at $1.3532, both down roughly 0.05% against the greenback in early Asia trades.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420946"&gt;The U.S. dollar index&lt;/a&gt;, which tracks the greenback against a basket of six major currencies, was steady at 98.335, near the strongest level in a week.&lt;/p&gt;
&lt;p&gt;Oil prices were little changed on Wednesday as investors monitored a fragile Middle ​East ceasefire and awaited a high-stakes summit in Beijing between US President Donald Trump and China’s Xi Jinping.&lt;/p&gt;
&lt;p&gt;Brent crude futures were ‌down 14 cents, or 0.1%, to $107.63 a barrel at 1328 GMT. Meanwhile U.S. West Texas Intermediate futures edged up 44 cents, or 0.4%, to $102.62.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.65&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.85&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 1 paisa for buying and remained unchanged for selling against USD, closing at 279.03 and 279.86, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 86 paise for buying and 81 paise for selling, closing at 326.28 and 329.62, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 2 paise for buying and 1 paisa for selling, closing at 75.92 and 76.76, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 2 paise for buying and 9 paise for selling, closing at 74.26 and 74.98, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.03&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.86&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26",  "13-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66, 278.65

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee posted marginal gain against the US dollar in inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.65, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2054514245350379590?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2054514245350379590?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40420827"><u>On Tuesday</u></a>, the local unit closed at 278.66.</p>
<p>The State Bank of Pakistan (SBP) said on Wednesday it had received <a href="https://www.brecorder.com/news/40420942/pakistan-receives-13-billion-from-imf-sbp">about $1.3 billion</a> from the International Monetary Fund (IMF) under the Extended Fund Facility (EFF) and the Resilience and Sustainability Facility (RSF).</p>
<p>“The amount would be reflected in SBP’s foreign exchange reserves for the week ending on May 15, 2026,” the central bank said.</p>
<p>Meanwhile, the dollar held near a one-week high on Wednesday as risk sentiment soured after a hot U.S. inflation reading sent Treasury yields higher, and oil inched up on renewed Middle East uncertainty.</p>
<p>The euro stood at $1.1735 and the sterling traded at $1.3532, both down roughly 0.05% against the greenback in early Asia trades.</p>
<p><a href="https://www.brecorder.com/news/40420946">The U.S. dollar index</a>, which tracks the greenback against a basket of six major currencies, was steady at 98.335, near the strongest level in a week.</p>
<p>Oil prices were little changed on Wednesday as investors monitored a fragile Middle ​East ceasefire and awaited a high-stakes summit in Beijing between US President Donald Trump and China’s Xi Jinping.</p>
<p>Brent crude futures were ‌down 14 cents, or 0.1%, to $107.63 a barrel at 1328 GMT. Meanwhile U.S. West Texas Intermediate futures edged up 44 cents, or 0.4%, to $102.62.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.65</p>
<p>OFFER Rs 278.85</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 1 paisa for buying and remained unchanged for selling against USD, closing at 279.03 and 279.86, respectively.</p>
<p>Against Euro, the PKR gained 86 paise for buying and 81 paise for selling, closing at 326.28 and 329.62, respectively.</p>
<p>Against UAE Dirham, the PKR gained 2 paise for buying and 1 paisa for selling, closing at 75.92 and 76.76, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 2 paise for buying and 9 paise for selling, closing at 74.26 and 74.98, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p>BID Rs 279.03</p>
<p>OFFER Rs 279.86</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40420991</guid>
      <pubDate>Wed, 13 May 2026 18:51:25 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/13163240c11b832.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/13163240c11b832.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40420827/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee continued to gain against the US dollar during trading in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.66, a gain of Re0.01 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420598"&gt;On Monday&lt;/a&gt;, the local unit closed at 278.67.&lt;/p&gt;
&lt;p&gt;The US dollar held its ground on Tuesday.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40420783/dollar-steady-as-middle-east-peace-hopes-recede"&gt;euro last bought&lt;/a&gt; $1.1775, while sterling was at $1.3602, both steady on the day. The dollar index, which measures the U.S. currency against six others, was at 97.98.&lt;/p&gt;
&lt;p&gt;The dollar initially benefited from safe haven flows when the war first broke out, but has since given up much of those gains and remains choppy on shaky prospects of a peace deal and a ceasefire that appears to be hanging by a thread.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420782/oil-prices-jump-on-latest-us-iran-peace-process-impasse"&gt;Oil prices rose&lt;/a&gt; ​by more than 3% on Tuesday as stark differences between the U.S. and Iran over ‌a proposal to end the war in the Middle East pushed supply concerns back into the spotlight.&lt;/p&gt;
&lt;p&gt;Brent crude futures gained $3.34, or 3.21%, to $107.55 a barrel by 1314 GMT, and U.S. West Texas Intermediate was up $3.18, or 3.24%, at $101.25. Both benchmarks climbed nearly 3% ​on Monday.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.66&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.86&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 1 paisa for both buying and selling against USD, closing at 279.04 and 279.86, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 46 paise for buying and 19 paise for selling, closing at 327.14 and 330.43, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 2 paise for buying and gained 2 paise for selling, closing at 75.94 and 76.77, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 4 paise for buying and lost 2 paise for selling, closing at 74.28 and 75.07, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.04&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.86&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26",  "12-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67, 278.66

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee continued to gain against the US dollar during trading in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.66, a gain of Re0.01 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40420598">On Monday</a>, the local unit closed at 278.67.</p>
<p>The US dollar held its ground on Tuesday.</p>
<p>The <a href="https://www.brecorder.com/news/40420783/dollar-steady-as-middle-east-peace-hopes-recede">euro last bought</a> $1.1775, while sterling was at $1.3602, both steady on the day. The dollar index, which measures the U.S. currency against six others, was at 97.98.</p>
<p>The dollar initially benefited from safe haven flows when the war first broke out, but has since given up much of those gains and remains choppy on shaky prospects of a peace deal and a ceasefire that appears to be hanging by a thread.</p>
<p><a href="https://www.brecorder.com/news/40420782/oil-prices-jump-on-latest-us-iran-peace-process-impasse">Oil prices rose</a> ​by more than 3% on Tuesday as stark differences between the U.S. and Iran over ‌a proposal to end the war in the Middle East pushed supply concerns back into the spotlight.</p>
<p>Brent crude futures gained $3.34, or 3.21%, to $107.55 a barrel by 1314 GMT, and U.S. West Texas Intermediate was up $3.18, or 3.24%, at $101.25. Both benchmarks climbed nearly 3% ​on Monday.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.66</p>
<p>OFFER Rs 278.86</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 1 paisa for both buying and selling against USD, closing at 279.04 and 279.86, respectively.</p>
<p>Against Euro, the PKR gained 46 paise for buying and 19 paise for selling, closing at 327.14 and 330.43, respectively.</p>
<p>Against UAE Dirham, the PKR lost 2 paise for buying and gained 2 paise for selling, closing at 75.94 and 76.77, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 4 paise for buying and lost 2 paise for selling, closing at 74.28 and 75.07, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 279.04</p>
<p>OFFER Rs 279.86</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40420827</guid>
      <pubDate>Tue, 12 May 2026 21:05:12 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/12163651daa82be.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/12163651daa82be.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40420598/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee continued to gain, appreciating 0.01%, against the US dollar during trading in the inter-bank market on Monday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.67, a gain of Rs0.03 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420235"&gt;On Friday&lt;/a&gt;, the local unit closed at 278.70.&lt;/p&gt;
&lt;p&gt;Moreover, the US dollar advanced for a second day against its major peers in Asian trade on Monday.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420565/dollar-gains-as-trump-says-iran-peace-offer-unacceptable"&gt;The euro was down&lt;/a&gt; 0.2% at $1.1757, the yen slipped 0.3% to 157.155 yen per dollar and the British pound was 0.3% lower at $1.3590. The risk-sensitive Australian dollar slipped 0.2% to $0.7229, while its kiwi counterpart weakened 0.3% to $0.5948.&lt;/p&gt;
&lt;p&gt;The Fed held rates steady last month as expected, but the decision exposed its deepest split in decades, with three officials dissenting against signalling future rate cuts.&lt;/p&gt;
&lt;p&gt;Meanwhile, oil prices climbed on Monday by more than 3% after US President Donald Trump said the ceasefire with Iran was “on life support,” leaving the Strait of Hormuz largely closed with no clear end in sight to the war.&lt;/p&gt;
&lt;p&gt;Brent crude futures were up $3.17, or 3.13%, at $104.46 a barrel at 12:15 p.m. EDT (1715 GMT) . US West Texas Intermediate CLc1 was at $98.32 a barrel, up $2.90, or 3.04%. Brent reached a session high of $105.99 and WTI hit a peak of $100.37.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.67&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.87&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 9 paise for buying and 6 paise for selling against USD, closing at 279.05 and 279.87, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 20 paise for buying and 11 paise for selling, closing at 327.60 and 330.62, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 6 paise for buying and 2 paise for selling, closing at 75.92 and 76.79, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 1 paisa for buying and 3 paise for selling, closing at 74.32 and 75.05, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Monday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.05&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.87&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26",  "11-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70, 278.67

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee continued to gain, appreciating 0.01%, against the US dollar during trading in the inter-bank market on Monday.</strong></p>
<p>At close, the local currency settled at 278.67, a gain of Rs0.03 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40420235">On Friday</a>, the local unit closed at 278.70.</p>
<p>Moreover, the US dollar advanced for a second day against its major peers in Asian trade on Monday.</p>
<p><a href="https://www.brecorder.com/news/40420565/dollar-gains-as-trump-says-iran-peace-offer-unacceptable">The euro was down</a> 0.2% at $1.1757, the yen slipped 0.3% to 157.155 yen per dollar and the British pound was 0.3% lower at $1.3590. The risk-sensitive Australian dollar slipped 0.2% to $0.7229, while its kiwi counterpart weakened 0.3% to $0.5948.</p>
<p>The Fed held rates steady last month as expected, but the decision exposed its deepest split in decades, with three officials dissenting against signalling future rate cuts.</p>
<p>Meanwhile, oil prices climbed on Monday by more than 3% after US President Donald Trump said the ceasefire with Iran was “on life support,” leaving the Strait of Hormuz largely closed with no clear end in sight to the war.</p>
<p>Brent crude futures were up $3.17, or 3.13%, at $104.46 a barrel at 12:15 p.m. EDT (1715 GMT) . US West Texas Intermediate CLc1 was at $98.32 a barrel, up $2.90, or 3.04%. Brent reached a session high of $105.99 and WTI hit a peak of $100.37.</p>
<p><strong>Inter-bank market rates for dollar on Monday</strong></p>
<p>BID Rs 278.67</p>
<p>OFFER Rs 278.87</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 9 paise for buying and 6 paise for selling against USD, closing at 279.05 and 279.87, respectively.</p>
<p>Against Euro, the PKR lost 20 paise for buying and 11 paise for selling, closing at 327.60 and 330.62, respectively.</p>
<p>Against UAE Dirham, the PKR gained 6 paise for buying and 2 paise for selling, closing at 75.92 and 76.79, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 1 paisa for buying and 3 paise for selling, closing at 74.32 and 75.05, respectively.</p>
<p><strong>Open-market rates for dollar on Monday</strong></p>
<p>BID Rs 279.05</p>
<p>OFFER Rs 279.87</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40420598</guid>
      <pubDate>Mon, 11 May 2026 21:40:14 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/11155602987a9d7.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/11155602987a9d7.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40420235/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee continued to gain against the US dollar during trading in the inter-bank market on Friday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.70, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2052701934776463821?s=20'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2052701934776463821?s=20"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40420050/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Thursday&lt;/u&gt;&lt;/a&gt;&lt;u&gt;, &lt;/u&gt;the local unit closed at 278.71.&lt;/p&gt;
&lt;p&gt;Meanwhile, the US dollar started Friday’s Asian session on a firm footing against most major currencies after renewed hostilities broke out between the US and Iran, while the Japanese yen ​held largely steady following fresh verbal jawboning from Tokyo.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40420198/dollar-firms-as-us-iran-hostilities-flare-yen-steadied-by-intervention-risk"&gt;dollar index&lt;/a&gt; measured against key peers was a touch firmer at 98.235.&lt;/p&gt;
&lt;p&gt;Sterling traded at $1.3555, headed for its first weekly loss since March, as ‌investors awaited ⁠local election results that could heap further political pressure on Prime Minister Keir Starmer.&lt;/p&gt;
&lt;p&gt;The euro was steady at $1.1727, poised to end the week a touch firmer.&lt;/p&gt;
&lt;p&gt;The Australian dollar fetched $0.72059, and the New Zealand kiwi changed hands at $0.59365, both on track to post a winning week on improved risk appetite in earlier days.&lt;/p&gt;
&lt;p&gt;On the other hand, &lt;a href="https://www.brecorder.com/news/40420199/oil-prices-jump-on-renewed-us-iran-hostilities"&gt;oil prices&lt;/a&gt; rose about 1% on Friday.&lt;/p&gt;
&lt;p&gt;Brent crude futures were up $1.20, or 1.2%, at $101.26 a barrel as of 0356 GMT. West Texas Intermediate (WTI) US crude futures rose by 85 cents, or 0.9%, to $95.66 a barrel.&lt;/p&gt;
&lt;p&gt;The benchmarks were up more than 3% at market open.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID                            Rs 278.70&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 278.90&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 4.00 paisa for buying and 5.00 paisa for selling against USD, closing at 279.14 and 279.93, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 24.00 paisa for buying and lost 8.00 paisa for selling, closing at 327.40 and 330.51, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 2.00 paisa for buying and 4.00 paisa for selling, closing at 75.98 and 76.81, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 1.00 paisa for buying and 5.00 paisa for selling, closing at 74.33 and 75.08, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Friday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID                            Rs 279.14&lt;/p&gt;
&lt;p&gt;OFFER                      Rs 279.93&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26",  "08-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71, 278.70

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee continued to gain against the US dollar during trading in the inter-bank market on Friday.</strong></p>
<p>At close, the local currency settled at 278.70, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  w-full  media--    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2052701934776463821?s=20'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2052701934776463821?s=20"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40420050/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Thursday</u></a><u>, </u>the local unit closed at 278.71.</p>
<p>Meanwhile, the US dollar started Friday’s Asian session on a firm footing against most major currencies after renewed hostilities broke out between the US and Iran, while the Japanese yen ​held largely steady following fresh verbal jawboning from Tokyo.</p>
<p>The <a href="https://www.brecorder.com/news/40420198/dollar-firms-as-us-iran-hostilities-flare-yen-steadied-by-intervention-risk">dollar index</a> measured against key peers was a touch firmer at 98.235.</p>
<p>Sterling traded at $1.3555, headed for its first weekly loss since March, as ‌investors awaited ⁠local election results that could heap further political pressure on Prime Minister Keir Starmer.</p>
<p>The euro was steady at $1.1727, poised to end the week a touch firmer.</p>
<p>The Australian dollar fetched $0.72059, and the New Zealand kiwi changed hands at $0.59365, both on track to post a winning week on improved risk appetite in earlier days.</p>
<p>On the other hand, <a href="https://www.brecorder.com/news/40420199/oil-prices-jump-on-renewed-us-iran-hostilities">oil prices</a> rose about 1% on Friday.</p>
<p>Brent crude futures were up $1.20, or 1.2%, at $101.26 a barrel as of 0356 GMT. West Texas Intermediate (WTI) US crude futures rose by 85 cents, or 0.9%, to $95.66 a barrel.</p>
<p>The benchmarks were up more than 3% at market open.</p>
<p><strong>Inter-bank market rates for dollar on Friday</strong></p>
<p>BID                            Rs 278.70</p>
<p>OFFER                      Rs 278.90</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 4.00 paisa for buying and 5.00 paisa for selling against USD, closing at 279.14 and 279.93, respectively.</p>
<p>Against Euro, the PKR gained 24.00 paisa for buying and lost 8.00 paisa for selling, closing at 327.40 and 330.51, respectively.</p>
<p>Against UAE Dirham, the PKR gained 2.00 paisa for buying and 4.00 paisa for selling, closing at 75.98 and 76.81, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 1.00 paisa for buying and 5.00 paisa for selling, closing at 74.33 and 75.08, respectively.</p>
<p><strong>Open-market rates for dollar on Friday</strong></p>
<p>BID                            Rs 279.14</p>
<p>OFFER                      Rs 279.93</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40420235</guid>
      <pubDate>Fri, 08 May 2026 20:03:30 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/08161817a79d381.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/08161817a79d381.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee inches up against US dollar</title>
      <link>https://www.brecorder.com/news/40420050/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee strengthened against the US dollar during trading in the inter-bank market on Thursday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.71, a gain of Re0.01 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/07213208757c693.webp'&gt;
        &lt;div class='media__item  '&gt;&lt;picture&gt;&lt;img src='https://i.brecorder.com/primary/2026/05/07213208757c693.webp'  alt='' /&gt;&lt;/picture&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419893/intra-day-update-rupee-records-gain-against-us-dollar"&gt;&lt;u&gt;On Wednesday, &lt;/u&gt;&lt;/a&gt;the local unit closed at 278.72.&lt;/p&gt;
&lt;p&gt;Globally, the &lt;a href="https://www.brecorder.com/news/40419857/dollar-eases-as-us-iran-deal-hopes-grow-yen-firms-on-intervention-speculation"&gt;US dollar remained on the defensive on ​Thursday&lt;/a&gt; as hopes for a de-escalation in the &lt;a href="https://www.brecorder.com/news/40419943/pakistans-diplomacy-redefines-the-iran-war"&gt;Iran-US war &lt;/a&gt;supported oil-exposed currencies, while Tokyo ‌resumed its verbal intervention in support of the yen, keeping speculators cautious.&lt;/p&gt;
&lt;p&gt;Iran said on Wednesday it was reviewing a US peace proposal that sources indicated would formally end the war but leave unresolved key US demands that Iran ​suspend its nuclear programme and reopen the &lt;a href="https://www.brecorder.com/news/40419901"&gt;Strait of Hormuz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Analysts were worried that any agreement ​that did not open the vital waterway to shipping would likely see oil ⁠prices rise again, with Brent edging 0.8% higher in early trading.&lt;/p&gt;
&lt;p&gt;Hopes for de-escalation had seen oil prices slide overnight, easing inflationary fears and pulling down Treasury ‌yields ⁠as markets pared back the risk of U.S. rate hikes.&lt;/p&gt;
&lt;p&gt;That left the dollar index back at 97.950 and well short of last week’s top of 99.092.&lt;/p&gt;
&lt;p&gt;The pullback in oil had boosted the euro, given the continent is far more reliant on imported oil than the United States, and it was ​0.1% firmer at $1.1757 having ​touched a two-week top ⁠of $1.1797 overnight.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419856/oil-prices-slump-after-pakistani-source-says-us-and-iran-are-close-to-framework-peace-deal"&gt;Oil prices&lt;/a&gt; fell 3% on Thursday, bouncing off session lows in volatile trade but staying down about 3%, keeping Brent below $100 a barrel on hopes that a U.S.-Iran peace deal could bring a gradual reopening of the &lt;a href="https://www.brecorder.com/news/40419852/trump-pauses-hormuz-operation-pm-shehbaz-says-grateful-for-courageous-leadership"&gt;Strait of Hormuz&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Brent crude futures were down $3.21, or 3.17%, at $98.06 a barrel at 11:21 a.m. ET (1521 GMT). U.S. West Texas Intermediate declined $3.15, or around 3.31%, at $91.93.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.71&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.91&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 2 paise for buying and remained unchanged for selling against USD, closing at 279.18 and 279.98, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 34 paise for buying and 21 paise for selling, closing at 327.64 and 330.43, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR lost 13 paise for buying and 15 paise for selling, closing at 76.00 and 76.85, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 13 paise for buying and 17 paise for selling, closing at 74.32 and 75.03, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Thursday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.18&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.98&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26",  "07-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72, 278.71

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee strengthened against the US dollar during trading in the inter-bank market on Thursday.</strong></p>
<p>At close, the local currency settled at 278.71, a gain of Re0.01 against the greenback.</p>
    <figure class='media  w-full  sm:w-full  media--    media--uneven  media--stretch' data-original-src='https://i.brecorder.com/primary/2026/05/07213208757c693.webp'>
        <div class='media__item  '><picture><img src='https://i.brecorder.com/primary/2026/05/07213208757c693.webp'  alt='' /></picture></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40419893/intra-day-update-rupee-records-gain-against-us-dollar"><u>On Wednesday, </u></a>the local unit closed at 278.72.</p>
<p>Globally, the <a href="https://www.brecorder.com/news/40419857/dollar-eases-as-us-iran-deal-hopes-grow-yen-firms-on-intervention-speculation">US dollar remained on the defensive on ​Thursday</a> as hopes for a de-escalation in the <a href="https://www.brecorder.com/news/40419943/pakistans-diplomacy-redefines-the-iran-war">Iran-US war </a>supported oil-exposed currencies, while Tokyo ‌resumed its verbal intervention in support of the yen, keeping speculators cautious.</p>
<p>Iran said on Wednesday it was reviewing a US peace proposal that sources indicated would formally end the war but leave unresolved key US demands that Iran ​suspend its nuclear programme and reopen the <a href="https://www.brecorder.com/news/40419901">Strait of Hormuz</a>.</p>
<p>Analysts were worried that any agreement ​that did not open the vital waterway to shipping would likely see oil ⁠prices rise again, with Brent edging 0.8% higher in early trading.</p>
<p>Hopes for de-escalation had seen oil prices slide overnight, easing inflationary fears and pulling down Treasury ‌yields ⁠as markets pared back the risk of U.S. rate hikes.</p>
<p>That left the dollar index back at 97.950 and well short of last week’s top of 99.092.</p>
<p>The pullback in oil had boosted the euro, given the continent is far more reliant on imported oil than the United States, and it was ​0.1% firmer at $1.1757 having ​touched a two-week top ⁠of $1.1797 overnight.</p>
<p><a href="https://www.brecorder.com/news/40419856/oil-prices-slump-after-pakistani-source-says-us-and-iran-are-close-to-framework-peace-deal">Oil prices</a> fell 3% on Thursday, bouncing off session lows in volatile trade but staying down about 3%, keeping Brent below $100 a barrel on hopes that a U.S.-Iran peace deal could bring a gradual reopening of the <a href="https://www.brecorder.com/news/40419852/trump-pauses-hormuz-operation-pm-shehbaz-says-grateful-for-courageous-leadership">Strait of Hormuz</a>.</p>
<p>Brent crude futures were down $3.21, or 3.17%, at $98.06 a barrel at 11:21 a.m. ET (1521 GMT). U.S. West Texas Intermediate declined $3.15, or around 3.31%, at $91.93.</p>
<p><strong>Inter-bank market rates for dollar on Thursday</strong></p>
<p>BID Rs 278.71</p>
<p>OFFER Rs 278.91</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 2 paise for buying and remained unchanged for selling against USD, closing at 279.18 and 279.98, respectively.</p>
<p>Against Euro, the PKR lost 34 paise for buying and 21 paise for selling, closing at 327.64 and 330.43, respectively.</p>
<p>Against UAE Dirham, the PKR lost 13 paise for buying and 15 paise for selling, closing at 76.00 and 76.85, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 13 paise for buying and 17 paise for selling, closing at 74.32 and 75.03, respectively.</p>
<p><strong>Open-market rates for dollar on Thursday</strong></p>
<p>BID Rs 279.18</p>
<p>OFFER Rs 279.98</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40420050</guid>
      <pubDate>Thu, 07 May 2026 21:38:37 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/071621426be2a00.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/071621426be2a00.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40419893/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee strengthened against the US dollar, appreciating 0.01% in the inter-bank market on Wednesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.72, a gain of Rs0.03 against the greenback.&lt;/p&gt;
    &lt;figure class='media  w-full sm:w-full  media--center    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2051986472975344052'&gt;
        &lt;div class='media__item  media__item--twitter  '&gt;&lt;span&gt;
    &lt;blockquote class="twitter-tweet" lang="en"&gt;
        &lt;a href="https://twitter.com/StateBank_Pak/status/2051986472975344052"&gt;&lt;/a&gt;
    &lt;/blockquote&gt;
&lt;/span&gt;&lt;/div&gt;
        
    &lt;/figure&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419708"&gt;On Tuesday&lt;/a&gt;, the local unit closed at 278.75.&lt;/p&gt;
&lt;p&gt;Moreover, the US dollar fell against most major currencies on Wednesday.&lt;/p&gt;
&lt;p&gt;The Japanese yen strengthened sharply to a more than two-month high as markets braced for another intervention.&lt;/p&gt;
&lt;p&gt;The euro stood at $1.1740 and sterling traded at $1.3594, both up roughly 0.4% so far on the day.&lt;/p&gt;
&lt;p&gt;The Australian dollar fetched a four-year high of $0.7250, and the New Zealand dollar was up more than 1% at $0.5951, highest in nearly two months.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.brecorder.com/news/40419857/dollar-eases-as-us-iran-deal-hopes-grow-yen-firms-on-intervention-speculation"&gt;dollar index&lt;/a&gt; fell nearly 0.3% to 98.026.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419856/oil-prices-slump-after-pakistani-source-says-us-and-iran-are-close-to-framework-peace-deal"&gt;Oil prices extended declines&lt;/a&gt; on Wednesday, slumping to two-week lows after a Pakistani source said the United States and Iran were nearing an initial peace deal.&lt;/p&gt;
&lt;p&gt;Brent crude futures fell $10.07, or 9.2%, to $99.80 a barrel by 1042 GMT, dropping below $100 for the first time since April 22. U.S. West Texas Intermediate lost $10.79, or 10.6%, to $91.48.&lt;/p&gt;
&lt;p&gt;Both benchmarks were on track for their biggest daily declines in absolute terms in a month and hit their lowest in two weeks, having shed about 4% in the previous session.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.72&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.92&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR lost 2 paise for buying and gained 4 paise for selling against USD, closing at 279.20 and 279.98, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR lost 1.57 rupee for buying and 1.14 rupee for selling, closing at 327.30 and 330.22, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 13 paise for buying and 15 paise for selling, closing at 75.87 and 76.70, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR lost 16 paise for buying and 14 paise for selling, closing at 74.45 and 75.20, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Wednesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.20&lt;/p&gt;
&lt;p&gt;OFFER Rs 279.98&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26",  "06-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75, 278.72

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee strengthened against the US dollar, appreciating 0.01% in the inter-bank market on Wednesday.</strong></p>
<p>At close, the local currency settled at 278.72, a gain of Rs0.03 against the greenback.</p>
    <figure class='media  w-full sm:w-full  media--center    media--uneven  media--stretch' data-original-src='https://x.com/StateBank_Pak/status/2051986472975344052'>
        <div class='media__item  media__item--twitter  '><span>
    <blockquote class="twitter-tweet" lang="en">
        <a href="https://twitter.com/StateBank_Pak/status/2051986472975344052"></a>
    </blockquote>
</span></div>
        
    </figure>
<p><a href="https://www.brecorder.com/news/40419708">On Tuesday</a>, the local unit closed at 278.75.</p>
<p>Moreover, the US dollar fell against most major currencies on Wednesday.</p>
<p>The Japanese yen strengthened sharply to a more than two-month high as markets braced for another intervention.</p>
<p>The euro stood at $1.1740 and sterling traded at $1.3594, both up roughly 0.4% so far on the day.</p>
<p>The Australian dollar fetched a four-year high of $0.7250, and the New Zealand dollar was up more than 1% at $0.5951, highest in nearly two months.</p>
<p>The <a href="https://www.brecorder.com/news/40419857/dollar-eases-as-us-iran-deal-hopes-grow-yen-firms-on-intervention-speculation">dollar index</a> fell nearly 0.3% to 98.026.</p>
<p><a href="https://www.brecorder.com/news/40419856/oil-prices-slump-after-pakistani-source-says-us-and-iran-are-close-to-framework-peace-deal">Oil prices extended declines</a> on Wednesday, slumping to two-week lows after a Pakistani source said the United States and Iran were nearing an initial peace deal.</p>
<p>Brent crude futures fell $10.07, or 9.2%, to $99.80 a barrel by 1042 GMT, dropping below $100 for the first time since April 22. U.S. West Texas Intermediate lost $10.79, or 10.6%, to $91.48.</p>
<p>Both benchmarks were on track for their biggest daily declines in absolute terms in a month and hit their lowest in two weeks, having shed about 4% in the previous session.</p>
<p><strong>Inter-bank market rates for dollar on Wednesday</strong></p>
<p>BID Rs 278.72</p>
<p>OFFER Rs 278.92</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR lost 2 paise for buying and gained 4 paise for selling against USD, closing at 279.20 and 279.98, respectively.</p>
<p>Against Euro, the PKR lost 1.57 rupee for buying and 1.14 rupee for selling, closing at 327.30 and 330.22, respectively.</p>
<p>Against UAE Dirham, the PKR gained 13 paise for buying and 15 paise for selling, closing at 75.87 and 76.70, respectively.</p>
<p>Against Saudi Riyal, the PKR lost 16 paise for buying and 14 paise for selling, closing at 74.45 and 75.20, respectively.</p>
<p><strong>Open-market rates for dollar on Wednesday</strong></p>
<p>BID Rs 279.20</p>
<p>OFFER Rs 279.98</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40419893</guid>
      <pubDate>Wed, 06 May 2026 18:48:59 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/061622177cd2885.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/061622177cd2885.webp"/>
        <media:title/>
      </media:content>
    </item>
    <item xmlns:default="http://purl.org/rss/1.0/modules/content/">
      <title>Rupee records gain against US dollar</title>
      <link>https://www.brecorder.com/news/40419708/intra-day-update-rupee-records-gain-against-us-dollar</link>
      <description>&lt;raw-html&gt;
&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;script src="https://cdn.jsdelivr.net/npm/chart.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h3&gt;Rupee's Performance Against US Dollar Since 04 March 2025&lt;/h3&gt;
    &lt;canvas id="closingRatesChart"&gt;&lt;/canvas&gt;
    &lt;script&gt;
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    &lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;/raw-html&gt;
&lt;p&gt;&lt;strong&gt;The Pakistani rupee strengthened against the US dollar in the inter-bank market on Tuesday.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;At close, the local currency settled at 278.75, a gain of Re0.01 against the greenback.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419525"&gt;&lt;u&gt;On Monday&lt;/u&gt;&lt;/a&gt;&lt;u&gt;,&lt;/u&gt;the local unit closed at 278.76.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419680/pakistans-trade-deficit-tops-4bn-in-april-2026"&gt;Pakistan’s trade deficit&lt;/a&gt; crossed $4 billion in April 2026, the highest in 46 months, amid an increase in imports, data released by the Pakistan Bureau of Statistics (PBS) showed. The country’s trade deficit stood at $4.07 billion in April, up nearly 4% against $3.92 billion recorded in the same period the previous year.&lt;/p&gt;
&lt;p&gt;The SBP said the country’s financial system maintained steady performance and resilience during calendar year 2025, supported by improving macroeconomic conditions, stronger capital buffers and easing inflation.&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://www.brecorder.com/news/40419755/sbp-says-financial-system-remained-steady-resilient-in-cy25"&gt;its annual Financial Stability Review 2025&lt;/a&gt;, the central bank said the financial sector expanded by 15.1% during the year, while financial depth, measured by the assets-to-GDP ratio, increased to 67.1%. It said risks to financial stability subsided during the year under review.&lt;/p&gt;
&lt;p&gt;Globally, the yen was steady on Tuesday.&lt;/p&gt;
&lt;p&gt;Fresh US and ​Iranian strikes in the Gulf on Monday rattled markets, severely testing a fragile truce and keeping investors edgy and risk appetite subdued.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.brecorder.com/news/40419673/yen-steady-dollar-firms-on-middle-east-war-fears"&gt;That lifted the dollar&lt;/a&gt;, with the ​euro holding onto its overnight losses. It last fetched $1.1693, while Sterling was at $1.353.&lt;/p&gt;
&lt;p&gt;The dollar index, which measures the U.S. currency against six units, was steady at 98.452 after rising 0.3% on Monday.&lt;/p&gt;
&lt;p&gt;Oil prices fell about 3% on Tuesday with at least one vessel passing through the Strait ‌of Hormuz after the United States said the ceasefire with Iran remained in place despite exchanges of fire between the U.S. and Iran following a U.S. effort to reopen the strait for oil tankers and other ships.&lt;/p&gt;
&lt;p&gt;Brent futures fell $3.43, or 3.0%, to $111.01 a barrel at 10:29 a.m. EDT (1429 GMT), while U.S. West Texas Intermediate (WTI) crude fell $4.55, or 4.3%, ​to $101.87. Earlier in the session, Brent was down over $4 and WTI was down over $6.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Inter-bank market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 278.75&lt;/p&gt;
&lt;p&gt;OFFER Rs 278.95&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market movement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the open market, the PKR gained 15 paise for buying and 19 paise for selling against USD, closing at 279.18 and 280.02, respectively.&lt;/p&gt;
&lt;p&gt;Against Euro, the PKR gained 85 paise for buying and selling, closing at 325.73 and 329.08, respectively.&lt;/p&gt;
&lt;p&gt;Against UAE Dirham, the PKR gained 2 paise for buying and 1 paise for selling, closing at 76.00 and 76.85, respectively.&lt;/p&gt;
&lt;p&gt;Against Saudi Riyal, the PKR gained 5 paise for buying and 1 paisa for selling, closing at 74.29 and 75.06, respectively.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open-market rates for dollar on Tuesday&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;BID Rs 279.18&lt;/p&gt;
&lt;p&gt;OFFER Rs 280.02&lt;/p&gt;
</description>
      <content:encoded xmlns="http://purl.org/rss/1.0/modules/content/"><![CDATA[<raw-html>
<!DOCTYPE html>
<html>
<head>
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
    <h3>Rupee's Performance Against US Dollar Since 04 March 2025</h3>
    <canvas id="closingRatesChart"></canvas>
    <script>
        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", "06-Oct-25", "07-Oct-25", "08-Oct-25", "09-Oct-25", "10-Oct-25", "13-Oct-25", "14-Oct-25", "15-Oct-25", "16-Oct-25", "17-Oct-25", "20-Oct-25", "21-Oct-25", "22-Oct-25", "23-Oct-25", "24-Oct-25", "27-Oct-25", "28-Oct-25", "29-Oct-25", "30-Oct-25", "31-Oct-25", "03-Nov-25", "04-Nov-25", "05-Nov-25", "06-Nov-25", "07-Nov-25", "10-Nov-25", "11-Nov-25", "12-Nov-25", "13-Nov-25", "14-Nov-25", "17-Nov-25", "18-Nov-25", "19-Nov-25", "20-Nov-25", "21-Nov-25", "24-Nov-25", "25-Nov-25", "26-Nov-25", "27-Nov-25", "28-Nov-25", "01-Dec-25", "02-Dec-25", "03-Dec-25", "04-Dec-25", "05-Dec-25", "08-Dec-25", "09-Dec-25", "10-Dec-25", "11-Dec-25", "12-Dec-25", "15-Dec-25", "16-Dec-25", "17-Dec-25", "18-Dec-25", "19-Dec-25", "22-Dec-25",  "23-Dec-25",  "24-Dec-25",  "26-Dec-25",  "29-Dec-25",  "30-Dec-25",  "31-Dec-25",  "02-Jan-26",  "05-Jan-26",  "06-Jan-26",  "07-Jan-26",  "08-Jan-26",  "09-Jan-26",  "12-Jan-26",  "13-Jan-26",  "14-Jan-26",  "15-Jan-26",  "16-Jan-26",  "19-Jan-26",  "20-Jan-26",  "21-Jan-26",  "22-Jan-26",  "23-Jan-26",  "26-Jan-26",  "27-Jan-26",  "28-Jan-26",  "29-Jan-26",  "30-Jan-26",  "02-Feb-26",  "03-Feb-26",  "04-Feb-26",  "06-Feb-26",  "09-Feb-26",  "10-Feb-26",  "11-Feb-26",  "12-Feb-26",  "13-Feb-26",  "16-Feb-26",  "17-Feb-26",  "18-Feb-26",  "20-Feb-26",  "23-Feb-26",  "24-Feb-26",  "25-Feb-26",  "26-Feb-26",  "27-Feb-26",  "02-Mar-26",  "03-Mar-26",  "04-Mar-26",  "05-Mar-26",  "06-Mar-26",  "09-Mar-26",  "10-Mar-26",  "11-Mar-26",  "12-Mar-26",  "13-Mar-26",  "16-Mar-26",  "17-Mar-26",  "18-Mar-26",  "19-Mar-26",  "24-Mar-26",  "25-Mar-26",  "26-Mar-26",  "27-Mar-26",  "30-Mar-26",  "31-Mar-26",  "01-Apr-26",  "02-Apr-26",  "03-Apr-26",  "04-Apr-26",  "06-Apr-26",  "07-Apr-26",  "08-Apr-26",  "09-Apr-26",  "10-Apr-26",  "13-Apr-26",  "14-Apr-26",  "14-Apr-26",  "15-Apr-26",  "16-Apr-26",  "17-Apr-26",  "20-Apr-26",  "21-Apr-26",  "22-Apr-26",  "23-Apr-26",  "24-Apr-26",  "27-Apr-26",  "28-Apr-26",  "29-Apr-26",  "30-Apr-26",  "04-May-26",  "05-May-26"
                ],
                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, 281.25, 281.22, 281.21, 281.20, 281.17, 281.16, 281.15, 281.12, 281.11, 281.10, 281.07, 281.06, 281.05, 281.03, 281.02, 281.01, 280.97, 280.96, 280.92, 280.91, 280.90, 280.87, 280.86, 280.85, 280.82, 280.81, 280.78, 280.77, 280.76, 280.72, 280.71, 280.67, 280.66, 280.66, 280.65, 280.62, 280.61, 280.57, 280.56, 280.55, 280.52, 280.51, 280.47, 280.46, 280.45, 280.42, 280.41, 280.40, 280.37, 280.36, 280.32, 280.31, 280.30, 280.27, 280.26, 280.25, 280.22, 280.21, 280.20, 280.17, 280.16, 280.15, 280.12, 280.11, 280.10, 280.07, 280.06, 280.05, 280.02, 280.01, 280.0, 279.97, 279.96, 279.95, 279.92, 279.91, 279.90, 279.87, 279.86, 279.85, 279.82, 279.81, 279.80, 279.77, 279.76, 279.75, 279.72, 279.71, 279.70, 279.67, 279.66, 279.65, 279.62, 279.61, 279.60, 279.57, 279.56, 279.55, 279.52, 279.51, 279.50, 279.47, 279.46, 279.45, 279.42, 279.41, 279.40, 279.37, 279.36, 279.35, 279.32, 279.31, 279.30, 279.27, 279.26, 279.25, 279.22, 279.21, 279.20, 279.17, 279.16, 279.15, 279.12, 279.11, 279.10, 279.07, 279.06, 279.05, 279.02, 279.01, 279.00, 278.97, 278.96, 278.95, 278.92, 278.91, 278.90, 278.87, 278.86, 278.85, 278.82, 278.81, 278.80, 278.77, 278.76, 278.75

               
                    ],
                    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'
                        }
                    }
                }
            }
        });
    </script>
</body>
</html>
</raw-html>
<p><strong>The Pakistani rupee strengthened against the US dollar in the inter-bank market on Tuesday.</strong></p>
<p>At close, the local currency settled at 278.75, a gain of Re0.01 against the greenback.</p>
<p><a href="https://www.brecorder.com/news/40419525"><u>On Monday</u></a><u>,</u>the local unit closed at 278.76.</p>
<p><a href="https://www.brecorder.com/news/40419680/pakistans-trade-deficit-tops-4bn-in-april-2026">Pakistan’s trade deficit</a> crossed $4 billion in April 2026, the highest in 46 months, amid an increase in imports, data released by the Pakistan Bureau of Statistics (PBS) showed. The country’s trade deficit stood at $4.07 billion in April, up nearly 4% against $3.92 billion recorded in the same period the previous year.</p>
<p>The SBP said the country’s financial system maintained steady performance and resilience during calendar year 2025, supported by improving macroeconomic conditions, stronger capital buffers and easing inflation.</p>
<p>In <a href="https://www.brecorder.com/news/40419755/sbp-says-financial-system-remained-steady-resilient-in-cy25">its annual Financial Stability Review 2025</a>, the central bank said the financial sector expanded by 15.1% during the year, while financial depth, measured by the assets-to-GDP ratio, increased to 67.1%. It said risks to financial stability subsided during the year under review.</p>
<p>Globally, the yen was steady on Tuesday.</p>
<p>Fresh US and ​Iranian strikes in the Gulf on Monday rattled markets, severely testing a fragile truce and keeping investors edgy and risk appetite subdued.</p>
<p><a href="https://www.brecorder.com/news/40419673/yen-steady-dollar-firms-on-middle-east-war-fears">That lifted the dollar</a>, with the ​euro holding onto its overnight losses. It last fetched $1.1693, while Sterling was at $1.353.</p>
<p>The dollar index, which measures the U.S. currency against six units, was steady at 98.452 after rising 0.3% on Monday.</p>
<p>Oil prices fell about 3% on Tuesday with at least one vessel passing through the Strait ‌of Hormuz after the United States said the ceasefire with Iran remained in place despite exchanges of fire between the U.S. and Iran following a U.S. effort to reopen the strait for oil tankers and other ships.</p>
<p>Brent futures fell $3.43, or 3.0%, to $111.01 a barrel at 10:29 a.m. EDT (1429 GMT), while U.S. West Texas Intermediate (WTI) crude fell $4.55, or 4.3%, ​to $101.87. Earlier in the session, Brent was down over $4 and WTI was down over $6.</p>
<p><strong>Inter-bank market rates for dollar on Tuesday</strong></p>
<p>BID Rs 278.75</p>
<p>OFFER Rs 278.95</p>
<p><strong>Open-market movement</strong></p>
<p>In the open market, the PKR gained 15 paise for buying and 19 paise for selling against USD, closing at 279.18 and 280.02, respectively.</p>
<p>Against Euro, the PKR gained 85 paise for buying and selling, closing at 325.73 and 329.08, respectively.</p>
<p>Against UAE Dirham, the PKR gained 2 paise for buying and 1 paise for selling, closing at 76.00 and 76.85, respectively.</p>
<p>Against Saudi Riyal, the PKR gained 5 paise for buying and 1 paisa for selling, closing at 74.29 and 75.06, respectively.</p>
<p><strong>Open-market rates for dollar on Tuesday</strong></p>
<p>BID Rs 279.18</p>
<p>OFFER Rs 280.02</p>
]]></content:encoded>
      <category>Markets</category>
      <guid>https://www.brecorder.com/news/40419708</guid>
      <pubDate>Tue, 05 May 2026 21:58:18 +0500</pubDate>
      <author>none@none.com (Recorder Report)</author>
      <media:content url="https://i.brecorder.com/large/2026/05/05162321d96aef8.webp" type="image/webp" medium="image" height="360" width="720">
        <media:thumbnail url="https://i.brecorder.com/thumbnail/2026/05/05162321d96aef8.webp"/>
        <media:title/>
      </media:content>
    </item>
  </channel>
</rss>
