<!-- wp:html --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Silver Rate in Pakistan Today – Per Tola, Gram & Ounce</title> <meta name="description" content="Latest gold rate in Pakistan today. Check 1 Tola, 10 Gram, Per Gram and Per Ounce gold prices with USD equivalent. Updated for investors and buyers."> <meta name="keywords" content="Gold Rate Pakistan, Gold Price Today, Per Tola Gold, Per Gram Gold Rate, Gold Per Ounce Pakistan, USD Gold Rate"> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet"> <style> body{ font-family:'Poppins', sans-serif; background:#f4f6f9; margin:12px; font-size:13px; } .container{ max-width:480px; margin:auto; } h1{ text-align:center; font-size:17px; margin-bottom:15px; } .card{ background:#ffffff; padding:12px; margin-bottom:12px; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.05); } .row{ display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px solid #eee; } .row:last-child{ border-bottom:none; } .label{ font-weight:500; } .value{ font-weight:400; } .usd{ color:#20c54b; font-weight:500; } .footer{ font-size:12px; color:#555; margin-top:15px; } </style> </head> <body> <div class="container"> <h1>Silver Rate in Pakistan Today</h1> <div class="card"> <div class="row"><span class="label">1 Tola:</span><span class="value">Rs. 13,003</span></div> <div class="row"><span class="label">10 Grams:</span><span class="value">Rs. 11,145</span></div> <div class="row"><span class="label">1 Gram:</span><span class="value">Rs. 1,114.5</span></div> <div class="row"><span class="label">Per Ounce :</span><span class="value">Rs. 34,666.35</span></div> </div> <div class="card"> <div class="row"><span class="label">USD (Per Tola):</span><span class="usd">$46.44</span></div> <div class="row"><span class="label">USD (Per Gram):</span><span class="usd">$3.98</span></div> <div class="row"><span class="label">USD (Per Ounce):</span><span class="usd">$123.81</span></div> </div> <div class="footer"> <strong>Disclaimer:</strong> Silver prices are provided for informational purposes only. Rates may vary slightly in local Sarafa markets across Pakistan. Please confirm from your nearest bullion dealer before making any transaction. </div> </div> </body> </html> <!-- /wp:html -->