Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

目前股票数据的支持如何? #347

Open
foolcage opened this issue May 19, 2020 · 0 comments
Open

目前股票数据的支持如何? #347

foolcage opened this issue May 19, 2020 · 0 comments

Comments

@foolcage
Copy link

foolcage commented May 19, 2020

感觉还不能?

pip show tqsdk
Name: tqsdk
Version: 1.8.0
Summary: TianQin SDK
Home-page: https://www.shinnytech.com/tqsdk
Author: TianQin
Author-email: tianqincn@gmail.com
License: UNKNOWN

取日线数据

In [8]: kdata=api.get_kline_serial("SSE.600000",86400)

In [9]: kdata
Out[9]:
         datetime     id   open   high    low  close      volume  open_oi  close_oi      symbol  duration
0    0.000000e+00 -103.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
1    0.000000e+00 -102.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
2    0.000000e+00 -101.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
3    0.000000e+00 -100.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
4    0.000000e+00  -99.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
5    0.000000e+00  -98.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
6    0.000000e+00  -97.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
7    0.000000e+00  -96.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
8    0.000000e+00  -95.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
9    0.000000e+00  -94.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
10   0.000000e+00  -93.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
11   0.000000e+00  -92.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
12   0.000000e+00  -91.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
13   0.000000e+00  -90.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
14   0.000000e+00  -89.0    NaN    NaN    NaN    NaN         0.0      0.0       0.0  SSE.600000     86400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant