Skip to content

CSV transformer for price history data from Yahoo! Finance

License

Notifications You must be signed in to change notification settings

asier-paz/stock-csv-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock CSV Transformer

This script transforms a CSV with historic price data from Yahoo! Finance into a CSV with retrospective day-to-day change absolute difference.

Running the script

The script can be executed just as you would execute any other python script.

python main.py <file_to_transform> [from_date] [to_date]

The script generates a file named <file_to_transform>_converted.csv

Examples

The repository includes a few example origin CSV files to be transformed in the example-files directory.

About

CSV transformer for price history data from Yahoo! Finance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages