Skip to content

CLI for converting financial data from csv and txt files to JSON

Notifications You must be signed in to change notification settings

moonmaster36/floss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

floss - a financial data conversion tool

  • Converts stock data from .csv and .txt files to json
  • Default refresh rate is 1 second.

Installation

Place floss.py in the root folder of your project directory.

Instructions

  1. Run the program by specifying the input path and output path. (use -s to adjust refresh rate)
  2. Request data by writing a file path to chosen input file.
  3. Retrieve data by reading from chosen output file.

Usage

python floss.py [-s speed] <input_path> <output_path>

Example Instructions

To use the default program speed.

python floss stock-data.csv output.json

To change the program speed.

python floss -s 0.5 stock-data.csv output.json

About

CLI for converting financial data from csv and txt files to JSON

Resources

Stars

Watchers

Forks

Languages