Skip to content

A collection of Python scripts for visualizing financial time series data

License

Notifications You must be signed in to change notification settings

juli704/time-series-plotting

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages