chinadata 0.3.4__py3-none-any.whl → 0.3.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chinadata/ca_data.py +3 -0
- {chinadata-0.3.4.dist-info → chinadata-0.3.6.dist-info}/METADATA +2 -1
- chinadata-0.3.6.dist-info/RECORD +7 -0
- {chinadata-0.3.4.dist-info → chinadata-0.3.6.dist-info}/WHEEL +1 -1
- chinadata-0.3.4.dist-info/RECORD +0 -7
- {chinadata-0.3.4.dist-info → chinadata-0.3.6.dist-info}/top_level.txt +0 -0
chinadata/ca_data.py
CHANGED
|
@@ -779,6 +779,9 @@ class pro_api:
|
|
|
779
779
|
|
|
780
780
|
def etf_index(self, api_name='etf_index', **kwargs):
|
|
781
781
|
return self.query(token=self.token, api_name=api_name, **kwargs)
|
|
782
|
+
def etf_share_size(self, api_name='etf_share_size', **kwargs):
|
|
783
|
+
return self.query(token=self.token, api_name=api_name, **kwargs)
|
|
784
|
+
|
|
782
785
|
|
|
783
786
|
def ci_index_member(self, api_name='ci_index_member', **kwargs):
|
|
784
787
|
return self.query(token=self.token, api_name=api_name, **kwargs)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
chinadata/ca_data.py,sha256=FlwtmAxyyYMAOCrMJ4dmrCfwjgbCQ9HIfHbQOVgN8Cg,37524
|
|
3
|
+
chinadata/example.py,sha256=eKj2Hl5KVq9EJGWVY2ZoRJOqZ-p4yiSoFI-xVzdf8LA,575
|
|
4
|
+
chinadata-0.3.6.dist-info/METADATA,sha256=57veZ5FXG1l93m2MkRViY3MGb6W8DwQ6CLaEh_-ZREw,163
|
|
5
|
+
chinadata-0.3.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
6
|
+
chinadata-0.3.6.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
|
|
7
|
+
chinadata-0.3.6.dist-info/RECORD,,
|
chinadata-0.3.4.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
chinadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
chinadata/ca_data.py,sha256=5gqcYUJ_MMOCTBSElOUCbcvTjga8nVaPIlxClcRvrX8,37380
|
|
3
|
-
chinadata/example.py,sha256=eKj2Hl5KVq9EJGWVY2ZoRJOqZ-p4yiSoFI-xVzdf8LA,575
|
|
4
|
-
chinadata-0.3.4.dist-info/METADATA,sha256=CMImDD5W018BZeMZ3UROoklWCuUYC3rjfsWju3CNxhU,161
|
|
5
|
-
chinadata-0.3.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
6
|
-
chinadata-0.3.4.dist-info/top_level.txt,sha256=Ptxvu9uzRHP4kVGRf413KuwSvsY2mk_KgQJ6ssWwisU,10
|
|
7
|
-
chinadata-0.3.4.dist-info/RECORD,,
|
|
File without changes
|