curl --location -g --request GET 'https://api.gugudata.com/stock/cn/index/history?appkey=请前往 https://www.gugudata.com 购买&symbol=000001&period=DAILY&begindate=20260101&enddate=20261231'
{ "DataStatus": { "StatusCode": 0, "StatusDescription": "string", "ResponseDateTime": "string", "DataTotalCount": 0 }, "Data": { "TimeKey": 0, "Symbol": "string", "Open": 0, "Close": 0, "High": 0, "Low": 0, "TradingVolume": 0, "TradingAmount": 0, "Swing": 0, "ChangePercent": 0, "ChangeAmount": 0, "TurnoverRate": 0 } }