Created
January 14, 2020 15:34
-
-
Save SunXiaoShan/8aca49a19fa19d69936fd2cefeaa547a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://www.twse.com.tw/exchangeReport/MI_INDEX?response=json&date=20191121&type=IND | |
"fields1": [ | |
"指數", | |
"收盤指數", | |
"漲跌(+/-)", | |
"漲跌點數", | |
"漲跌百分比(%)" | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"data1": [ | |
[ | |
"發行量加權股價指數", | |
"11,558.27", | |
"<p style ='color:green'>-</p>", | |
"72.93", | |
"-0.63" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"stat": "很抱歉,沒有符合條件的資料!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment