Bagel Series
bagelquant provides a series of projects that aim to provide a comprehensive quant research and trading platform. The projects are written in Python and are open-source.
The projects are designed to be modular and can be used independently or together. Separate the concerns of data, strategy, and execution, the projects provide a clear separation of concerns, making it easy to develop and extend the platform.
Base projects:
Base projects provide the foundation for the rest of the projects. They include data providers, data storage, datatypes, and other basic functionalities.
- bagel-tushare: A Python wrapper for Tushare, a Chinese financial data provider. The project provides a simple and easy-to-use automation tool for downloading financial data from Tushare, and storing the data in a local mysql database.