Giter Site home page Giter Site logo

kronos's Introduction

Kronos - A Stock Market Analysis Application with efficient queries

This repository contains the source code for a robust stock market analysis application designed to provide efficient data insights for financial analysis.

Project Overview

The stock market analysis application is built to leverage TimeScaleDB, incorporating advanced features such as hypertables and time buckets to optimize data management and query performance for time series data. We also provide a comparison against vanilla PSQL.

Dataset Details

Description

The dataset includes historical hourly prices for over 7000 stocks traded on NASDAQ. The data spans the period from January 1, 2021, to December 30, 2021.

Data Columns

  • ticker (string): Symbol name.
  • name (string): Security name.
  • date (string): Trading date in the Eastern Time Zone.
  • open (float): Opening price on the given day.
  • high (float): Maximum price recorded on the given day.
  • low (float): Minimum price recorded on the given day.
  • close (float): Closing price on the given day.
  • adjusted close (float): Closing price adjusted for dividends and splits.
  • volume (int): Share volume traded on the given day.

Usage

  1. Clone the repository.
  2. Install the requirements using requirements.txt or conda.yaml from 'environment' directory
  3. Set up the TimeScaleDB database and configure the necessary environment.

Running the app

Run the following commands and open the local host web address chosen by Dash.

python ./main.py

An example of the expected terminal messages are shown below:

Dash is running on http://127.0.0.1:8050/

 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on

kronos's People

Contributors

asphytheghoul avatar lucian1729 avatar anirudhlakhotia avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.