curl --location -g --request GET 'https://api.gugudata.com/stock/us/stockusperminute?appkey=请前往 https://www.gugudata.com 购买&symbol=WMT&beginDate=20260101 09:00:00&endDate=20261231 23:59:59&period=1'
{ "DataStatus": { "StatusCode": 0, "StatusDescription": "string", "ResponseDateTime": "string", "DataTotalCount": 0 }, "Data": { "Symbol": "string", "TimeKey": 0, "Open": 0, "Close": 0, "High": 0, "Low": 0, "TradingVolume": 0, "TradingAmount": 0, "Latest": 0 } }