We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1580bc8 commit ab40663Copy full SHA for ab40663
2 files changed
tradesimguide.md
@@ -37,7 +37,7 @@ print "msg:", msg
37
print "task_id:", task_id
38
```
39
40
-+ TradeApi的详细使用方法,请参看[这里](http://www.quantos.org/tradesim/doc.html).
++ TradeApi的详细使用方法,请参看[这里](https://github.com/quantOS-org/JAQS/blob/master/doc/trade_api.md).
41
42
## Web综合客户端
43
tusharepro.md
@@ -24,8 +24,8 @@ api.login("手机号", "token")
24
25
df, msg = api.daily(
26
symbol="600832.SH, 600030.SH",
27
- start_date="2012-10-26",
28
- end_date="2012-11-30",
+ start_date=20121026,
+ end_date=20121130,
29
fields="",
30
adjust_mode="post")
31
@@ -40,5 +40,6 @@ df, msg = api.daily(
|5.11| 600832| 5.14| 5.09| NaN |5.12 |NaN |600832.SH| 20121031 |交易 |1.072007e+07| 2097770 | 5.11|
|5.18| 600832| 5.20| 5.12| NaN |5.12 |NaN |600832.SH| 20121101 |交易 |1.972100e+07| 3814712 | 5.17|
-详细接口API,请参看:[http://tushare.org/pro/usage.html](http://tushare.org/pro/usage.html)
44
-
+详细接口API,请参看:
+1. [http://tushare.org/pro/usage.html](http://tushare.org/pro/usage.html)
45
+2. [https://github.com/quantOS-org/JAQS/blob/master/doc/data_api.md](https://github.com/quantOS-org/JAQS/blob/master/doc/data_api.md)
0 commit comments