Shanghai Stock Exchange A shares, kdj indicator, api interface, API interface

##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
}
}

##Stock kdj indicator api interface

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

Interface explanation:
query the Shanghai stock market A shares, Shenzhen stock market A shares, more than 4000 listed companies, daily kdj index data (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", "kdj_k": 0.7255, "kdj_d": 0.5496, "kdj_j": 0.3519 } }









Guess you like

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