黄金价格

优选
HTTPS
上海黄金交易所、上海期货交易所、香港金银业贸易场、银行账户黄金、伦敦金、银价格、货币贵金属等市场黄金价格行情,提供AU9999、黄金995、黄金延期、迷你黄金延期、延期单金、延期双金、沪金100G、沪金50G、沪金95、沪金99、IAU100G、IAU99.5、IAU99.99、IAU99.9、M黄金延期、沪铂95等品种的买入价、卖出价、最低价、最高价、成交量等数据。
免费套餐
Level1
Level2
Level3
0 / 5 次

雷达评级

AA

用户规模

10 万+

产品上线

4

上海黄金交易所价格

接口地址
https://binstd.apistd.com/gold/shgold
响应格式
application/json
请求方法
GET
请求参数 (Query)
参数类型必须描述
keystring
string
请求 AccessKey, 请在控制台中查看
返回参数 (Body)
参数类型描述
statusstring
string
返回码
msgstring
string
返回说明信息
resultarray
array
返回结果
typestring
string
品种代号
typenamestring
string
品种名称
pricestring
string
最新价
openingpricestring
string
开盘价
maxpricestring
string
最高价
minpricestring
string
最低价
changepercentstring
string
涨跌幅
lastclosingpricestring
string
昨收盘价
tradeamountstring
string
总成交量
updatetimestring
string
更新时间
请求返回示例
{
  "status": "0",
  "msg": "ok",
  "result": [
    {
      "type": "Au(T+D)",
      "typename": "黄金延期",
      "price": "238.05",
      "openingprice": "241.00",
      "maxprice": "241.50",
      "minprice": "237.50",
      "changepercent": "-0.90%",
      "lastclosingprice": "240.22",
      "tradeamount": "45998.0000",
      "updatetime": "2015-10-26 15:29:13"
    },
    {
      "type": "Au99.99",
      "typename": "沪金99",
      "price": "238.30",
      "openingprice": "241.48",
      "maxprice": "241.48",
      "minprice": "238.00",
      "changepercent": "-0.91%",
      "lastclosingprice": "240.49",
      "tradeamount": "25400.9800",
      "updatetime": "2015-10-26 15:29:15"
    }
  ]
}