Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 822 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 822 Bytes

Time Series Plotting

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

Getting Started

1. Install Python

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)

1. Clone

git clone <repo-path>

2. Install Requirements

cd <repo-slug>

pip install -r requirements.txt

3. Run a Script

python ./plot_bar_series.py

Gallery

plot_bar_series.png plot_quote_series.png plot_overlaid_series.png