Gold is a precious metal that has been used for centuries as a form of currency, jewelry, and investment. The price of gold is constantly changing, and it can be difficult to keep track of the latest rates. However, it is important to stay up-to-date on the gold rate in Jeddah, as this can affect your purchasing decisions.
Gold Rates in Jeddah Today
Gold Rates in Jeddah Today
Current Gold Prices for All Karats
24K Gold (per gram)
SAR 439.00
Pure Gold (99.9%)
22K Gold (per gram)
SAR 408.00
91.6% Gold Content
21K Gold (per gram)
SAR 385.64
87.5% Gold Content
18K Gold (per gram)
SAR 330.55
75% Gold Content
Last updated: –
Auto-refresh in 60s
Date
24K Gold
22K Gold
21K Gold
18K Gold
Loading gold rate data…
${error.message}
`;
// Enable refresh button
refreshBtn.disabled = false;
refreshBtn.innerHTML = ' Refresh Now';
});
}
function parseTSV(tsv) {
const lines = tsv.split('\n');
const result = [];
// Skip header row and process data rows
for (let i = 1; i < lines.length; i++) {
const line = lines[i].trim();
if (line) {
const values = line.split('\t');
// Create data object
const dataItem = {
date: values[0] || 'N/A',
k22: values[1] || 'N/A',
k24: values[2] || 'N/A',
k21: values[3] || 'N/A',
k18: values[4] || 'N/A'
};
result.push(dataItem);
}
}
return result;
}
function updateCurrentPrices(data) {
if (data.length > 0) {
const latest = data[0];
current24KPrice.textContent = `SAR ${latest.k24}`;
current22KPrice.textContent = `SAR ${latest.k22}`;
current21KPrice.textContent = `SAR ${latest.k21}`;
current18KPrice.textContent = `SAR ${latest.k18}`;
}
}
function renderData(data) {
if (data.length === 0) {
dataBody.innerHTML = `
No data available
`;
return;
}
let html = '';
data.forEach(row => {
html += `
${row.date}
SAR ${row.k24}
SAR ${row.k22}
SAR ${row.k21}
SAR ${row.k18}
`;
});
dataBody.innerHTML = html;
}
function updateLastUpdated() {
const now = new Date();
const timeString = now.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' });
const dateString = now.toLocaleDateString([], { weekday: 'short', month: 'short', day: 'numeric' });
lastUpdateTime.textContent = `${timeString} · ${dateString}`;
}
function startAutoRefresh() {
// Clear any existing intervals
if (autoRefreshInterval) {
clearInterval(autoRefreshInterval);
}
if (countdownInterval) {
clearInterval(countdownInterval);
}
// Set up countdown
countdown = 60;
countdownElement.textContent = countdown;
countdownInterval = setInterval(() => {
countdown--;
countdownElement.textContent = countdown;
if (countdown <= 0) {
resetCountdown();
fetchData();
}
}, 1000);
// Set up auto-refresh
autoRefreshInterval = setInterval(fetchData, 60000);
}
function resetCountdown() {
// Reset countdown
countdown = 60;
countdownElement.textContent = countdown;
}
});
1 Gram Gold Price in Jeddah Today
The current gold rate in Jeddah is SAR 216.80 per gram. This is based on the international gold price, which is currently around $1,865 per ounce. The gold rate in Jeddah is typically higher than the international gold price, due to the cost of transportation and import duties.
The gold rate in Jeddah can fluctuate significantly, depending on a variety of factors, including the global economy, political stability, and natural disasters. For example, the gold rate tends to rise during times of economic uncertainty, as investors seek a haven for their money.
If you are planning to buy gold in Jeddah, it is important to do your research and compare prices from different dealers. You should also be aware of the current gold rate so that you can get the best possible price.
Here are some tips for buying gold in Jeddah:
Do your research and compare prices from different dealers.
Be aware of the current gold rate.
Buy from a reputable dealer.
Make sure you understand the terms of the sale.
Gold is a valuable asset that can provide you with financial security. By following these tips, you can make sure that you get the best possible price for your gold in Jeddah.