https://github.com/ellisvalentiner/quantquotehistoricalingest
Ingest daily resolution stock data for symbols in the S&P500
https://github.com/ellisvalentiner/quantquotehistoricalingest
daily-resolution-data data-import postgresql quantquote stock-data stock-prices
Last synced: 7 months ago
JSON representation
Ingest daily resolution stock data for symbols in the S&P500
- Host: GitHub
- URL: https://github.com/ellisvalentiner/quantquotehistoricalingest
- Owner: ellisvalentiner
- License: mit
- Created: 2017-08-20T16:14:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T17:36:20.000Z (about 8 years ago)
- Last Synced: 2025-02-05T09:48:45.939Z (8 months ago)
- Topics: daily-resolution-data, data-import, postgresql, quantquote, stock-data, stock-prices
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quant Quote Historical Ingest
Script to ingest daily resolution stock data S&P500 companies into a Postgres database.
This repository facilitates the process of loading daily S&P500 quotes into a database for research purposes. Although the S&P500 index was created in 1957, data is only available for 1998 through July 31st, 2013.
## Data Source
The data provider is [QuantQuote](https://quantquote.com/historical-stock-data), a "leading provider of high resolution historical intraday stock data and live feeds."
> This collection of daily resolution data goes back to 1998 for all symbols currently active in the S&P500. It is updated quarterly, the last update was 07/31/2013 (for more frequent updates, contact us). While this data is available for free from multiple online sources, the QuantQuote Free Daily Data has several advantages not found elsewhere:
> - Full split/dividend adjustments for OHLCV
> - Single zip file makes downloading ~500 symbols a one step process
> - QuantQuote data quality means errors in many free sources (such as Yahoo) are not present.
> - For format information, please consult our minute resolution data documentation.
> Our active S&P500 daily resolution collection is provided completely free of charge and because of that, it is not covered under our lifetime support gauranty. Data is provided as is, with no warranty. However, if you do have questions about the data or find errors, please feel free to reach out to our support team at support@quantquote.com.## Use
The scripts in this repository can be called directly, but you may want to set or change the Postgres environment variables.
```bash
git clone git@github.com:ellisvalentiner/QuantQuoteHistoricalIngest.git
chmod +x QuantQuoteHistoricalIngest/script.sh
QuantQuoteHistoricalIngest/script.sh
```