Skip to content

Automated Python pipeline for fetching, storing, and analyzing stock market data. Uses cron jobs for scheduled data acquisition and processing tasks. Powered by Python scripts and SQLite database.

Notifications You must be signed in to change notification settings

MichaelTolchinsky/de-stock-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Data Pipeline

This repository contains a Python-based stock data pipeline that retrieves, processes, and analyzes stock market data. The pipeline is designed to automate the acquisition of stock data from an external source, store it in a database, process the data to derive insights, and perform analytics tasks.

Features:

  • Data Acquisition: Fetches the latest stock market data from an external API (e.g., Alpha Vantage) using Python scripts.
  • Data Storage: Stores the acquired stock data in a PostgreSQL database for efficient data retrieval and management.
  • Data Processing: Processes the raw stock data to perform various transformations, calculations, and analytics.
  • Automated Workflow: Utilizes Apache Airflow for task scheduling and orchestration.

Dependencies:

  • Python 3.x
  • Requests library for HTTP requests
  • PostgreSQL database for data storage
  • Apache Airflow for task scheduling and orchestration

About

Automated Python pipeline for fetching, storing, and analyzing stock market data. Uses cron jobs for scheduled data acquisition and processing tasks. Powered by Python scripts and SQLite database.

Topics

Resources

Stars

Watchers

Forks

Languages