🇮🇳  Pune's #1 SS Fastener Supplier Since 1975

Precision Stainless Steel
Fasteners for
Every Industry

SS 304 & SS 316 hex bolts, nuts, machine screws, allen cap screws, washers, threaded rods — DIN / IS / BSW standards. Walk-in shop at Raviwar Peth, Pune.

50+Years
2500+Products
1000+Clients
SS 304& SS 316
Industrial Fasteners
🔩
DIN 933 / IS 1363
Hex Bolts · Full Thread
🔧
MTR Certified
Material Test Reports
How it works
1
🔍
Browse & SearchPick a category or search for a specific size like M8 × 25mm
2
🛒
Add to CartClick any product, enter quantity, add to cart
3
📧
We Email & WhatsApp YouWe send you a detailed quotation with the best price
Why Choose Us

Pune's Most Trusted Fastener Supplier

🏭

Direct from Reputed Mills

Sourced directly from certified SS 304 & SS 316 manufacturers. Every batch quality-checked.

📋

Material Test Certificates

Full chemical composition reports available for every lot. We issue MTRs for your records.

📦

Counter & Bulk Supply

Walk in and buy from our Raviwar Peth shop, or place large bulk orders for your factory.

🧾

Proper GST Billing

Every order comes with a GST tax invoice. HSN code 7318. GST No. 27AABFR5072Q1ZN.

Our Product Range

2500+ SS Fastener
Products in Stock

Browse by category then filter by size — M6, M8, M10, M12 and more.

Loading categories…
Filter by size:
Loading…
Reliable Traders Shop
About Us

50 Years of Trusted\nFastener Supply

We stock a comprehensive range of SS 304 and SS 316 fasteners — all procured from certified manufacturers and available with material test certificates. Our shop at 814, Laxmi Road, Raviwar Peth is open six days a week for walk-in customers and bulk B2B orders.

🏆
Quality Assurance
Every product inspected for dimensional accuracy, surface finish and corrosion resistance.
🔬
Certified Manufacturers
We source exclusively from reputed mills — consistent grade, DIN/IS compliance guaranteed.
Responsive Service
Quote within 24 hours. Same-day dispatch for in-stock items at our Pune shop.
Customer Reviews

What Our Customers Say

Loading reviews…
Contact Us

Visit Us or Get in Touch

Reliable Traders
📍 814, Laxmi Road, Raviwar Peth, Near Satranjiwala Chowk, Pune 411002
🏷 GST: 27AABFR5072Q1ZN
📦 HSN: 7318
Chat on WhatsApp
🛒 Your Cart
Your Contact Details
Preferred Contact Method *
} } // ── REVIEWS ─────────────────────────────────────────────── async function loadReviews() { const data = await api('reviews'); const revs = data.reviews || []; const grid = document.getElementById('reviewsGrid'); if (!revs.length) { grid.innerHTML = '
No reviews yet.
'; return; } grid.innerHTML = revs.map(r => `
${'★'.repeat(r.rating)}${'☆'.repeat(5-r.rating)}
"${escHtml(r.review)}"
${escHtml(r.name)}
${escHtml(r.company)}
`).join(''); } // ── MOBILE NAV ──────────────────────────────────────────── function toggleMobileMenu() { const links = document.querySelector('.nav-links'); links.style.display = links.style.display === 'flex' ? 'none' : 'flex'; links.style.flexDirection = 'column'; links.style.position = 'absolute'; links.style.top = '68px'; links.style.left = '0'; links.style.right = '0'; links.style.background = '#fff'; links.style.padding = '16px 24px'; links.style.boxShadow = '0 8px 24px rgba(0,0,0,.1)'; links.style.zIndex = '999'; } // ── UTIL ────────────────────────────────────────────────── function showToast(msg, dur = 3000) { const t = document.getElementById('toast'); t.textContent = msg; t.classList.add('show'); setTimeout(() => t.classList.remove('show'), dur); } function escHtml(s) { return String(s||'').replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"'); } // Close modal on backdrop click document.getElementById('prodModal').addEventListener('click', e => { if (e.target === document.getElementById('prodModal')) closeModal(); });