Metadata-Version: 2.1
Name: ksif
Version: 2018.9.18
Summary: Quantitative investment tools for KSIF
Home-page: https://github.com/willbelucky/ksif
Author: KSIF Tech
Author-email: jaekyoungkim@kaist.ac.kr
License: UNKNOWN
Download-URL: https://github.com/willbelucky/ksif/archive/master.zip
Keywords: ksif,portfolio,backtest,finance
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5,!=3.7.*
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: tables
Requires-Dist: python-dateutil

# ksif
Data download and back testing tools for KSIF
# KSIF Preprocessing
Data preprocessing tool for KSIF library

## Usage
Set the root directory as your working directory like 'C:\Users\willbe\PycharmProjects\ksif_preprocessing'.
Pass a parameter indicating a file name in data folder like '180730'.
After running 'core/__init__.py', the result files are saved in the root directory.


