Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bulk agg download and reader scripts #511

Merged
merged 2 commits into from
Sep 6, 2023
Merged

Conversation

justinpolygon
Copy link
Contributor

@justinpolygon justinpolygon commented Sep 5, 2023

Several customers have requested example scripts for downloading aggs for multiple tickers across a date range using a threadpool from our APIs. This PR adds two Python scripts:

  1. bulk_aggs_downloader.py - Downloads and saves aggregated market data for specific stock symbols and dates.
  2. bulk_aggs_reader.py - Reads and displays the saved aggregated market data for a specific stock symbol and date range.

These scripts serve as practical examples to help our customers better understand how to leverage our APIs for their data needs with a threadpool.

@justinpolygon justinpolygon merged commit e3a118a into master Sep 6, 2023
@justinpolygon justinpolygon deleted the jw-bulk-download branch September 6, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants