1. 前言
之前的文章中谈到可以通过Yahoo获取股票的交易数据,当对大量股票交易数据进行分析时,每次都从Yahoo获取显然不合适,因此一般的做法都是把数据保存到本地。
Georgia Tech开发了一套给予Python的开源的量化工具QSToolKit (QSTK),通过它可以使CVS数据的存储和管理变得相对简单些。
2. QSTK
2.1 介绍
QSToolKit (QSTK) is a Python-based open source software framework designed to support portfolio construction and management. We are building the QSToolKit primarily for finance students, computing students, and quantitative analysts with programming experience. You should not expect to use it as a desktop app trading platform. Instead, think of it as a software infrastructure to support a workflow of modeling, testing and trading.
QSTK介绍wiki : http://wiki.quantsoftware.org/index.php?title=QuantSoftware_ToolKit
2.2 安装
wget http://pypi

本文介绍了如何使用Python库QSTK来管理和存储股票的CSV数据,适用于量化投资分析。QSTK是一个由Georgia Tech开发的开源框架,主要针对有编程经验的金融、计算机学生和定量分析师。文章涵盖了QSTK的简介、安装、数据存储和获取的步骤。
最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



