股票价格查询接口api(调用股票api)

##股票价格api接口

接口url:
http://54199.top/ja/public/day_price_a?id=600590&date=2020-12-02&token=

接口解释:
查询沪市A股,和深市A股,4000多家上市公司的,日线价格数据(最近三十个交易日内数据)

参数说明:
id 股票代码,
date 要查询的日期

使用说明:
游客模式10s访问一次,请联系vx: love751751 获取测试token

返回结果:

{
“code”:200,
“data”:
{
“id”:“000001”,
“date”:“2020-10-26”,
“start_price”:0.7255,
“end_price”:0.5496,
“down_price”:0.3519
“top_price”:0.3519
}
}

猜你喜欢

转载自blog.csdn.net/weixin_40444230/article/details/113864530