GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
.. image:: https://img.shields.io/badge/Data%20Science-AkShare-green :target: https://github.com/jindaxiang/akshare Looks like this: Citation Please use thisbibtexif you want to cite this repository in your publications: @misc{akshare, author = {Albert King}, title = {AkShare}, year ...
Github地址:github.com/akfamily/aks 更多Python学习内容:ipengtao.com Akshare是一个基于Python的金融数据获取和分析工具,它提供了广泛的金融市场数据,包括股票、期货、外汇、基金等各种类型的数据。Akshare的简单易用性和丰富的功能使得它成为金融数据分析和量化交易的理想选择。本文将深入探讨Akshare的功能和用法,并提供...
1、网址:https://github.com/akfamily/akshare 2、下载地址:https://github.com/akfamily/akshare/releases/tag/v1.2.57 3、将下载后的压缩文件解压任意目录; 4、打开cmd, 执行cd命令,进入到解压后的文件夹 5、执行打包命令: python setup.py build 6、执行安装命令: python setup.py install 方式三:组合安...
www.github.com/jindaxiang/akshare 文档地址 www.akshare.xyz 案例演示 代码 import akshare as ak import matplotlib.pyplot as plt plt.rcParams['font.sans-serif'] = 'SimHei' plt.rcParams['axes.unicode_minus'] = False stock_df = ak.zdzk_fund_index(30, plot=False) # 股票策略数据 futures_df...
接口: tool_github_star_list 目标地址: https://api.github.com/graphql 描述: 获取具体 GitHub 上某个 Repo 的 Star 用户列表 限量: 单次返回本 Repo 的所有 Star 用户,由于 API 限制,大型项目速度慢 输入参数 输出参数 接口示例 importakshareasakresult_list = ak.tool_github_star_list(owner="PiotrDa...
"tool_github_email_address" # GitHub 用户的邮箱 AkShare 工具箱 GitHub Github Star list 接口: tool_github_star_list 目标地址: api.github.com/graphql 描述: 获取具体 GitHub 上某个 Repo 的 Star 用户列表 限量: 单次返回本 Repo 的所有 Star 用户,由于 API 限制,大型项目速度慢 输入参数 名称类型必...
howpublished = {\url{https://github.com/jindaxiang/akshare}}, } Acknowledgement Special thanksFuSharefor the opportunity of learning from the project; Special thanksTuSharefor the opportunity of learning from the project; Thanks for the data provided by生意社网站; ...
git config --global user.name userName git config --global user.email userEmail 分支2 标签1135 ak_quantdocs(docs): docs2e9473e3年前 5102 次提交 提交 .github fix(master_develop_check.yml): fix master_develop_check.yml 3年前 akshare ...
GitHub主页:https://github.com/jindaxiang/akshare 中文文档 :https://akshare.readthedocs.io/zh_CN/latest/ 1、基本介绍: AkShare 是基于 Python 的开源金融数据接口库,目的是实现对股票、期货、期权、基金、外汇、债券、指数、数字货币等金融产品的基本面数据、实时和历史行情数据、衍生数据从数据采集、数据清洗、...