Skip to content
/ fetch Public
forked from daodao10/fetch

Fetch & Generate stock data of China Market for Metastock

Notifications You must be signed in to change notification settings

boomalgo/fetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch

##Fetch & Generate stock data of China Market for Metastock

  1. get today's market daily data after market closed:

    python fetch_today_data.py
  2. get market daily data in period:

    python fetch_data.py [-s {start_date}] [-e {end_date}]
    python format_data.py

##NOTE:

  1. date format: yyyyMMdd

in generally, use it when use this tool first time or when you forget to get data after market closed

  1. different data source

About

Fetch & Generate stock data of China Market for Metastock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%