感谢关注本项目,本人近期准备将项目移植到云端,旨在减少对环境的依赖,用户直接访问网站即可获得最新的内容。
Gadget made for auto-generating wordy things on Daily Report of Stock Market.
通过Python整合Wind数据库数据及雪球等信息聚合平台,自动生成券商研报常规部分。
我是一个金融学本科生,目前正在攻读计算机学硕士学位。
曾在实习阶段撰写研报时,每天需要对股市的各种指标进行手动复制粘贴,全程需要至少两个小时的时间。
因此,启动了这个小项目,希望能够通过Python对接国内常用的Wind(万得)数据库,直接通过数据库来获取最新的数据并且生成文本形式。
- 打开软件前最好能够手动打开Wind客户端,否则程序可能报错;
- 在电脑上安装Python环境(仅测试Python 3.7),并在Wind中安装Python插件。
希望能够和大家进行交流,欢迎大家通过Issues进行讨论。
Market Report Generator - Generator for market report publicated by brokers.
Copyright (C) 2018-2019 Jiabao Lin
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public Licensealong with this program. If not, see https://www.gnu.org/licenses/.