akshare-one 0.3.4__py3-none-any.whl → 0.3.5__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.
- akshare_one/__init__.py +1 -1
- {akshare_one-0.3.4.dist-info → akshare_one-0.3.5.dist-info}/METADATA +2 -2
- {akshare_one-0.3.4.dist-info → akshare_one-0.3.5.dist-info}/RECORD +6 -6
- {akshare_one-0.3.4.dist-info → akshare_one-0.3.5.dist-info}/WHEEL +0 -0
- {akshare_one-0.3.4.dist-info → akshare_one-0.3.5.dist-info}/licenses/LICENSE +0 -0
- {akshare_one-0.3.4.dist-info → akshare_one-0.3.5.dist-info}/top_level.txt +0 -0
akshare_one/__init__.py
CHANGED
@@ -92,7 +92,7 @@ def get_hist_data(
|
|
92
92
|
|
93
93
|
def get_realtime_data(
|
94
94
|
symbol: Optional[str] = None,
|
95
|
-
source: Literal["eastmoney", "eastmoney_direct", "xueqiu"] = "
|
95
|
+
source: Literal["eastmoney", "eastmoney_direct", "xueqiu"] = "eastmoney_direct",
|
96
96
|
) -> pd.DataFrame:
|
97
97
|
"""Get real-time market quotes
|
98
98
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: akshare-one
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.5
|
4
4
|
Summary: Standardized interface for Chinese financial market data, built on AKShare with unified data formats and simplified APIs
|
5
5
|
License-Expression: MIT
|
6
6
|
Project-URL: Homepage, https://github.com/zwldarren/akshare-one
|
@@ -9,7 +9,7 @@ Keywords: akshare,financial-data,stock-data,quant
|
|
9
9
|
Requires-Python: >=3.10
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
License-File: LICENSE
|
12
|
-
Requires-Dist: akshare>=1.17.
|
12
|
+
Requires-Dist: akshare>=1.17.21
|
13
13
|
Requires-Dist: cachetools>=5.5.2
|
14
14
|
Provides-Extra: talib
|
15
15
|
Requires-Dist: ta-lib>=0.6.4; extra == "talib"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
akshare_one/__init__.py,sha256=
|
1
|
+
akshare_one/__init__.py,sha256=htgTumncxiGHqXMgqmBuIQXoPBcOnwcTjCg02Ydr73I,6524
|
2
2
|
akshare_one/indicators.py,sha256=x3Amff9CG_GvQpA-sqGfFwEAIvaaXlBxDfzTxD05taQ,12533
|
3
3
|
akshare_one/modules/cache.py,sha256=_3n35rt9xJfQzZSV6JZ6bGzf2VnqTmLfe49WXk4c9K8,867
|
4
4
|
akshare_one/modules/utils.py,sha256=msHqsjWSRULbX-3Bnit1p26a4a7MOEuNfkPSaECXr4k,333
|
@@ -29,8 +29,8 @@ akshare_one/modules/realtime/eastmoney.py,sha256=6acJeIdrvkW4ZqM9CALithlx85QSogr
|
|
29
29
|
akshare_one/modules/realtime/eastmoney_direct.py,sha256=A2ScBRfIP6n_BxQ6muB26AEykIvTG7Mt3BDAZMyugkg,1236
|
30
30
|
akshare_one/modules/realtime/factory.py,sha256=_7jBDgqWqkt5xTTT1SpZoUHM9IpMRpcUQeyyCglM5z0,1528
|
31
31
|
akshare_one/modules/realtime/xueqiu.py,sha256=CHTN5VUwo24H-2EGKQkN8oqr3MWjDi-7DpvQEDyPlls,2196
|
32
|
-
akshare_one-0.3.
|
33
|
-
akshare_one-0.3.
|
34
|
-
akshare_one-0.3.
|
35
|
-
akshare_one-0.3.
|
36
|
-
akshare_one-0.3.
|
32
|
+
akshare_one-0.3.5.dist-info/licenses/LICENSE,sha256=3bqxoD7aU4QS7kpNtQmRd4MikxXe6Gtm_DrojyFHGAc,1087
|
33
|
+
akshare_one-0.3.5.dist-info/METADATA,sha256=4z4aTCn71In_R93ysoloGZM2aDRZCk0C-WfcXEJJIww,2272
|
34
|
+
akshare_one-0.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
35
|
+
akshare_one-0.3.5.dist-info/top_level.txt,sha256=kNiucyLVAGa89wmUSpXbBLWD7pF_RuahuiaOfLHZSyw,12
|
36
|
+
akshare_one-0.3.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|