mns-common 1.5.0.9__py3-none-any.whl → 1.5.1.0__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.
Potentially problematic release.
This version of mns-common might be problematic. Click here for more details.
- mns_common/api/em/gd/east_money_stock_gdfx_free_top_10_api.py +0 -2
- mns_common/component/em/em_stock_info_api.py +7 -1
- {mns_common-1.5.0.9.dist-info → mns_common-1.5.1.0.dist-info}/METADATA +1 -1
- {mns_common-1.5.0.9.dist-info → mns_common-1.5.1.0.dist-info}/RECORD +6 -6
- {mns_common-1.5.0.9.dist-info → mns_common-1.5.1.0.dist-info}/WHEEL +0 -0
- {mns_common-1.5.0.9.dist-info → mns_common-1.5.1.0.dist-info}/top_level.txt +0 -0
|
@@ -244,8 +244,6 @@ def sync_stock_gdfx_free_top_10_one_day(str_day):
|
|
|
244
244
|
logger.info('同步所有股票股东列表完成:{}', str_day)
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
from datetime import datetime
|
|
248
|
-
|
|
249
247
|
if __name__ == '__main__':
|
|
250
248
|
get_stock_gdfx_free_top_10_em('20250930', '300697')
|
|
251
249
|
now_date_test = datetime.now()
|
|
@@ -13,7 +13,9 @@ mongodb_util = MongodbUtil('27017')
|
|
|
13
13
|
|
|
14
14
|
# 获取东方财富A股全部信息
|
|
15
15
|
def get_a_stock_info():
|
|
16
|
-
|
|
16
|
+
em_a_stock_info = mongodb_util.find_all_data(extra_income_db_name.EM_A_STOCK_INFO)
|
|
17
|
+
em_a_stock_info = em_a_stock_info[~em_a_stock_info['symbol'].str.startswith(('8', '4'))]
|
|
18
|
+
return em_a_stock_info
|
|
17
19
|
|
|
18
20
|
|
|
19
21
|
# 获取东方财富ETF全部信息
|
|
@@ -40,3 +42,7 @@ def get_us_etf_info():
|
|
|
40
42
|
|
|
41
43
|
def get_hk_stock_info():
|
|
42
44
|
return mongodb_util.find_all_data(extra_income_db_name.EM_HK_STOCK_INFO)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
if __name__ == '__main__':
|
|
48
|
+
get_a_stock_info()
|
|
@@ -11,7 +11,7 @@ mns_common/api/em/__init__.py,sha256=2U9DiKslxsWwLLEcZKjS8UiQPN1QgALvnK3HiJNIZE0
|
|
|
11
11
|
mns_common/api/em/concept/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
12
12
|
mns_common/api/em/concept/em_concept_index_api.py,sha256=PP87ES8a_y0o3SKLzBsPrc7DCPI3MBCD-4SmoUUirl0,8285
|
|
13
13
|
mns_common/api/em/gd/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
14
|
-
mns_common/api/em/gd/east_money_stock_gdfx_free_top_10_api.py,sha256=
|
|
14
|
+
mns_common/api/em/gd/east_money_stock_gdfx_free_top_10_api.py,sha256=I2-JjFjTjvOxjNAPzuJ1GK7ynvwJcZa_EbmRB2_pmm0,11813
|
|
15
15
|
mns_common/api/em/real_time/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
16
16
|
mns_common/api/em/real_time/east_money_debt_api.py,sha256=jMvMZtlrDfExl_4jZ1hepHX8rUoeVLoLSOIhRBjkUGk,14753
|
|
17
17
|
mns_common/api/em/real_time/east_money_etf_api.py,sha256=tCyH4fNx-KfVRFuNGkgM8d_xkvR0oAfr8T3e7_XrjTM,14414
|
|
@@ -97,7 +97,7 @@ mns_common/component/deal/deal_service_v2_api.py,sha256=QmiMQeaCGV8Izuilihp_1_h3
|
|
|
97
97
|
mns_common/component/deal/terminal_enum.py,sha256=JUkSTXLQW1fob05PCCzIBg_VKlGmqaJEa0GOvrQH6e0,275
|
|
98
98
|
mns_common/component/em/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
99
99
|
mns_common/component/em/em_real_time_quotes_api.py,sha256=9VAwzj_am-Jd4zG57bhrVjXrrsytzymSu8CIs7T7Lc0,2144
|
|
100
|
-
mns_common/component/em/em_stock_info_api.py,sha256=
|
|
100
|
+
mns_common/component/em/em_stock_info_api.py,sha256=7AXHN6TSvZX3cz1KTgB9buSmdIW1so_C8oEX7GJPiEk,1379
|
|
101
101
|
mns_common/component/exception/ExceptionMonitor.py,sha256=Ma8DsXcU357ni0l_PAFhRZ-nxghiVvnUWE3vu_UeqSk,2731
|
|
102
102
|
mns_common/component/exception/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
103
103
|
mns_common/component/hk/__init__.py,sha256=wEg73KlZo-dU0yKGwpA1C2y6LZm4IBb94tNda1tqLeg,163
|
|
@@ -158,7 +158,7 @@ mns_common/utils/date_handle_util.py,sha256=XS-MyA8_7k35LOCFAYOHgVcVkMft_Kc4Wa9U
|
|
|
158
158
|
mns_common/utils/db_util.py,sha256=hSmfNAN4vEeEaUva6_cicZEhb2jSnib-Gvk2reke1vc,2590
|
|
159
159
|
mns_common/utils/file_util.py,sha256=egWu6PenGPRp_ixrNTHKarT4dAnOT6FETR82EHUZJnQ,1042
|
|
160
160
|
mns_common/utils/ip_util.py,sha256=UTcYfz_uytB__6nlBf7T-izuI7hi4XdB6ET0sJgEel4,969
|
|
161
|
-
mns_common-1.5.0.
|
|
162
|
-
mns_common-1.5.0.
|
|
163
|
-
mns_common-1.5.0.
|
|
164
|
-
mns_common-1.5.0.
|
|
161
|
+
mns_common-1.5.1.0.dist-info/METADATA,sha256=LZl22-oEFAdnlTofLKZnGkkmd-Qsbpna0oSwS7Ji48c,61
|
|
162
|
+
mns_common-1.5.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
163
|
+
mns_common-1.5.1.0.dist-info/top_level.txt,sha256=ZC58kAR-8Hvc6U2xhYNBNLAh3mb6sZazbdj5nZpvEkQ,11
|
|
164
|
+
mns_common-1.5.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|