Files
2026-07-13 13:10:28 +08:00

56 lines
2.3 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "layout/default.html" %}
{% block main_content %}
<h3 class="header smaller lighter blue">开源Python全栈股票系统,数据抓取、统计分析、报表展示。</h3>
<div class="clearfix">
<div class="pull-left tableTools-container">
<h3>基础库版本</h3>
<p>1pandas使用【 {{ pandasVersion }} 】版本, <a href="https://www.pypandas.cn/docs/" target="_blank">中文文档</a> </p>
<p>2numpy使用【 {{ numpyVersion }} 】版本, <a href="https://www.numpy.org.cn/user/" target="_blank">中文文档</a></p>
<p>3akshare使用【 {{ akshareVersion }} 】版本, <a href="https://www.akshare.xyz/" target="_blank">中文文档</a></p>
<p>4bokeh使用【 {{ bokehVersion }} 】版本, <a href="http://docs.bokeh.org/en/latest/" target="_blank">官方文档</a></p>
<p>5stockstats使用【 {{ stockstatsVersion }} 】版本, <a href="https://github.com/jealous/stockstats/" target="_blank">官方文档</a></p>
</div>
</div>
<div class="clearfix">
<div class="pull-left tableTools-container">
<h3>相关资料信息</h3>
<p>1github项目地址。<a href="https://github.com/pythonstock/stock" target="_blank">pythonstock</a></p>
<p>2,博客地址。<a href="https://blog.csdn.net/freewebsys/category_9285317.html" target="_blank">博客地址</a></p>
</div>
</div>
<div class="clearfix">
<div class="pull-left tableTools-container">
<h3>2021年9月20日更新,发布2.0版本</h3>
<p>1,修复bokeh的版本升级问题,可以显示趋势数据了。</p>
<p>2,使用 stock_zh_ah_name 做每日数据。</p>
<p>3AkShare 升级到 1.1.9 版本。</p>
</div>
</div>
<div class="clearfix">
<div class="pull-left tableTools-container">
<h3>2021年8月31日更新job服务</h3>
<p>1,过滤包括:6006006601000001002,且不包括ST的股票数据。。</p>
<p>2,使用 stock_zh_ah_name 做每日数据。</p>
<p>3AkShare 升级到 1.0.80 版本。</p>
</div>
</div>
<div class="clearfix">
<div class="pull-left tableTools-container">
<h3>2021年6月3日使用 AkShare 做数据抓取服务</h3>
<p>1,使用 stock_zh_a_spot 做实时行情数据。</p>
<p>2,使用 stock_zh_a_daily 做历史数据统计。</p>
<p>3,升级基础镜像使用python3.7AkShare 的 0.9.65 版本。</p>
</div>
</div>
{% end %}