A collection of Python scripts for visualizing financial time series data in both quote, and bar formats. The example data in the stocks folder is sourced from the polygon.io API
Make sure you have Python 3
installed to execute any of the scripts, as they were developed and tested using that version (official python downloads page)
git clone <repo-path>
cd <repo-slug>
pip install -r requirements.txt
python ./plot_bar_series.py