Skip to content

MousaZourob/StockDataResampler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

StockDataResampler

Overview:

Stock Data Resampler is a Python script that resamples an instruments minute by minute candle stick data (opening, closing price, ) to whatever interval you want, creating new candlesticks for those intervals using the prior data. It recieves a stocks data using the Alpha Vantage API, and resamples data using the Pandas and Numpy packages for Python.

Features:

  • Free and efficient pulling of stock data from Alpha Vantage, which is then outputted to a CSV file
  • Ability to specify from thousands of stocks to gather data from
  • Resampling of data to whatever time interval you want using Pandas
  • Correctly sorted candle sticks using Numpy showing proper closing, opening, high, low, and volume values

Demo:

Minute by minute data resampled to 3 minute candle sticks d1 d2

Libraries and Frameworks Used:

About

Python script that resamples an instruments minute by minute candle stick data to any interval

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages