API Gold price exchange in USD, IDR
Find a file
2024-03-21 01:25:36 +07:00
.vscode initial commit 2024-03-21 01:25:36 +07:00
api initial commit 2024-03-21 01:25:36 +07:00
.gitignore initial commit 2024-03-21 01:25:36 +07:00
bun.lockb initial commit 2024-03-21 01:25:36 +07:00
index.html initial commit 2024-03-21 01:25:36 +07:00
LICENSE initial commit 2024-03-21 01:25:36 +07:00
package.json initial commit 2024-03-21 01:25:36 +07:00
README.md initial commit 2024-03-21 01:25:36 +07:00

gold-price

Get latest gold price exchange from harga-emas.org.

Endpoint: https://gold-price.vercel.app/api

Response:

{
  "usd": {
    "oz": "2.171,35 (+13,27)",
    "gr": "15.712,00",
    "kg": "34.116.251"
  },
  "kurs_bi": {
    "oz": "69,81",
    "gr": "15.712,00",
    "kg": "1.096.863 (+6.703,37)"
  },
  "idr": {
    "oz": "69.810,52",
    "gr": "15.712,00",
    "kg": "1.096.862.947"
  },
  "update_gold_price": "21 Maret 2024 01:16",
  "update_kurs_bi": "20 Maret 2024 13:10",
  "source": "https://harga-emas.org"
}