Stock kdj indicator api interface

## 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/110501358