Stock price query interface api (call stock api)

##Stock price api interface

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

Interface explanation:
Query the daily price data of Shanghai A shares, Shenzhen A shares, and more than 4,000 listed companies (data within the last 30 trading days)

Parameter description:
id stock code,
date the date to be queried

Instructions for use:
visit once in guest mode for 10s, please contact vx: love751751 to get test token

Return result:

{
“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
}
}

Guess you like

Origin blog.csdn.net/weixin_40444230/article/details/113864530