Giter Site home page Giter Site logo

sdm-engine's Introduction

sdm-engine

Stock Data Manager (sdm) aim to help you maintain high quality stock dataset with free open source SDKs. This tool mainly forcus on Chinese Stock Market.

Background

There are a number of open source stock data SDKs available to help us access various data for free and efficiently. But how to manage this data effectively locally and how to maintain different data sources can be a hassle.

For Quant and algorithmic traders, a high quality dataset is critical. Based on high quality data, we can better backtest as well as have more confidence in applying the strategy.

sdm is an open source tool that I developed in this context, mainly for individual Quants.

Getting Start

sdm-engine is a Python3 project, use poetry to manage dependencies. You need install Poetry first.

Clone this repo and cd to project's directory, init the project:

poetry install

Then you need manually install a MongoDB database. For now, I use the default local address without password for MongoDB.

Then run webserver:

poetry run start

The server will run at http://localhost:8080, visit http://localhost:8080/docs for api documentation.

Architecture

sdm is consist of 3 parts:

  1. sdm-engine: Includes all algorithms, using MongoDB as database, hosting a web endpoint.
  2. sdm-cli: command line frontend communicate to engine.
  3. sdm-frontend: a web frontend communicate to engine, with rich visual presentation, and various data management operations.

This repo is the sdm-engine part.

Concept

Exchange

  • sse: Shanghai Stock Exchange
  • szse: Shenzhen Stock Exchange

sdm-engine's People

Contributors

maxiee avatar

Stargazers

Jamie Chen avatar

Watchers

 avatar Galois avatar Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.