Skip to content

Source code for EasyFinData.com - Website that automatically collects 1Min intraday data of the S&P500 from `2016-01-01` until current date and serves them in convenient CSV files.

Notifications You must be signed in to change notification settings

pipegalera/intraday_data

Repository files navigation

EasyFinData.com

⚠️ DISCLAIMER ⚠️: This project is for educational and hobbyist purposes. If you are a company, please use production-ready financial API data services such as IQFeed, PolygonIO, or Alpaca Markets.

Updates & New features:

  • 2024/28/12: Every Sunday at 00:30 UTC the app automatically updates the list of constituents of S&P500 and updates the data with all the new tickers data up to date (e.g. last run removed AMTM and CTLT, added WDAY and APO).

What

EasyFinData.com automatically collects 1Min intraday data of the S&P500 from 2016-01-01 until current date and serves them in convenient CSV files. Its a very accessible gateway for intraday data for non-coders.

The data is updated every hour.

Why

I couldn't find any easy, accesible, and free platform that provided intraday stock data files.

I figured that more people would have the same problem, so I try to solve it - e.g. see the multiple reddit posts about intraday data.

How

The website is hosted in a Hetzner VPS in Germany. The data comes from Alpaca Markets API, and updated every hour using their generous API free tier (limit 200calls/min) via Cron jobs.

The entire source code of the website is completely transparent: Under app folder in this repo you can find the app, and under src the data collection and automation code.

About

Source code for EasyFinData.com - Website that automatically collects 1Min intraday data of the S&P500 from `2016-01-01` until current date and serves them in convenient CSV files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published