Access gold and silver price indications with our simple RESTful API. Prices update every minute. Currently supporting MYR and USD currencies.
Built for developers who need reliable precious metals data
curl https://price-api.agumgroup.com/api/prices/MYR{
"success": true,
"data": [
{
...
"metal": "gold",
"weBuy": 593.42,
"weSell": 639.79,
...
},
{
...
"metal": "silver",
"weBuy": 9.34,
"weSell": 10.07,
...
}
],
"count": 2,
"currency": "MYR",
...
}Complete reference for all available endpoints and parameters