How to use macd indicator for technical analysis of stocks?

##Stock macd indicator api interface

Interface url:
http://54199.top/ja/public/day_macd_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 macd indicator 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”,
“diff”:0.7255,
“dea”:0.5496,
“macd”:0.3519
}
}

id: stock code
date: date
diff: diff indicator
dea: dea indicator
macd: macd indicator

Guess you like

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