{"id":5595,"date":"2025-05-13T15:38:30","date_gmt":"2025-05-13T07:38:30","guid":{"rendered":"http:\/\/cnliutz.pgrm.cc\/?p=5595"},"modified":"2025-05-13T15:38:31","modified_gmt":"2025-05-13T07:38:31","slug":"python%e7%9a%84akshare%e5%ba%93%e8%b0%83%e7%94%a8%e8%82%a1%e7%a5%a8%e6%95%b0%e6%8d%ae%e7%9a%84%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"http:\/\/cnliutz.wicp.vip\/?p=5595","title":{"rendered":"python\u7684akshare\u5e93\u8c03\u7528\u80a1\u7968\u6570\u636e\u7684\u65b9\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import akshare as ak\nimport pandas as pd\nimport os\n\nprint(\"==================\u817e\u8baf\u67d0\u80a1\u7968\u5386\u53f2\u6570\u636e\u83b7\u53d6======================================\")\n# tengxun stock data\nstock_zh_a_hist_tx_df = ak.stock_zh_a_hist_tx(symbol=\"sz000937\", start_date=\"20230101\", end_date=\"20250513\", adjust=\"\")\nprint(stock_zh_a_hist_tx_df.head())\n#filename = os.path.join(os.path.dirname(\"__file__\"),\"sz000937.csv\")\nstock_zh_a_hist_tx_df.to_csv(\"sz000937.csv\", index=False)\n\n# # # \u80a1\u7968\u6700\u65b0\u6570\u636e\n\nprint(\"===================\u4e0a\u8bc1\u80a1\u7968\u6700\u65b0\u6570\u636e================================\")\nstock_sh_a_spot_em_df = ak.stock_sh_a_spot_em()\nprint(stock_sh_a_spot_em_df.head())\nstock_sh_a_spot_em_df.to_csv(\"stock_sh_a_spot_em_df.csv\", index=False)\n\nprint(\"=====================\u6df1\u5733\u80a1\u7968\u6700\u65b0\u6570\u636e==============================\")\nstock_sz_a_spot_em_df = ak.stock_sz_a_spot_em()\nprint(stock_sz_a_spot_em_df.head())\nstock_sz_a_spot_em_df.to_csv(\"stock_sz_a_spot_em_df.csv\", index=False)\n\nprint(\"==============\u67d0\u80a1\u7968\u5206\u949f\u6570\u636e=====================================\")\n# \u80a1\u7968\u5206\u949f\u6570\u636e\nstock_zh_a_minute_df = ak.stock_zh_a_minute(symbol='sz000937', period='1', adjust=\"qfq\")\nprint(stock_zh_a_minute_df.head())\nstock_zh_a_minute_df.to_csv(\"stock_zh_a_minute_df.csv\", index=False)\n\n\nprint(\"========\u6df1\u5733\u677f\u5757\u6210\u4ea4\u6570\u636e===========================================\")\nstock_szse_sector_summary_df = ak.stock_szse_sector_summary(symbol=\"\u5f53\u5e74\", date=\"202504\")\nprint(stock_szse_sector_summary_df.head())\nstock_szse_sector_summary_df.to_csv(\"stock_szse_sector_summary_df.csv\", index=False) \n\n# print(\"========================================================\")\n# \u83b7\u53d6\u6982\u89c8\u6570\u636e\n# stock_sse_summary_df = ak.stock_sse_summary()\n# print(stock_sse_summary_df)\n# print(\"========================================================\")\n# #\u6df1\u5733\u80a1\u7968\u6570\u636e\u7edf\u8ba1\n# stock_szse_summary_df = ak.stock_szse_summary(date=\"20200619\")\n# print(stock_szse_summary_df)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,10],"tags":[],"class_list":["post-5595","post","type-post","status-publish","format-standard","hentry","category-2","category-python"],"_links":{"self":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5595"}],"version-history":[{"count":1,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5595\/revisions"}],"predecessor-version":[{"id":5596,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5595\/revisions\/5596"}],"wp:attachment":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5595"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}