Since last November, China's stock market has been soaring, not sure how long this time will last.
In order to get the stock data, I used MATLAB to try some of the online methods, always fail, so instead of using Mathematica, a line of code on it.
datelistplot[financialdata["ss:600066", {1, 1}], Joined, true,filling, Bottom]
Here the SS stands for Shanghai, SZ stands for Shenzhen.
600066 is Yutong Bus's stock code, as Yutong family, choose Yutong Bus As an example is also rightfully.
Shenzhen curves such as deep comprehensive refers to the "sz:399106" This example, the resulting figure is the following:
2015.1.1 represents from that time to the present curve.
The following parameters should be line and fill color, more image drawing.
More detailed parameters to use can be seen here.
Finally remind everyone: the stock market is risky, the market need to be cautious.
Mathematica Practice Program (get stock data)