top of page

Airline Delay Scorer: Flight Flow

A data-driven stock recommendation engine for U.S. airlines.

Overview

This is a Python-based tool analyzes airline delay data and oil price fluctuations to generate BUY, HOLD, or SELL recommendations for airline equities.

Features
  •  Parses airline delay CSV data

  •  Calculates delay scores

  •  Integrates oil market prices

  •  Adjusts scores dynamically

  •  Outputs clean investment recommendations

Tech Stack
  • Python

  • Pandas

  • yFinance API

  • Tabulate

  • GitHub

How it works
  • Collects and groups delay data by airline

  • Calculates normalized scores

  • Adjusts with current quarter’s oil price change

  • Outputs score + recommendation logic

Screenshot of sample output

This is not not intended as investment advice nor should it be used as advice to buy, sell, or hold any financial asset. 

bottom of page