Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
/ QuantAnalysis Public archive

Web app that gives simple financial analyses for a given security.

License

Notifications You must be signed in to change notification settings

adityasrini/QuantAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to QuantAnalysis!

This is my attempt to create an analyzer for the equities market. I may add bonds, and derivatives in the, well, future.

I will be using a Jersey Server with a Postgres backend, and a React frontend. This will also be a learning experience since I havent created a complicated web app with those tools!

API Layout:

  • equity/ - will list all the equities and their details
  • equity/{equity} - will list the details of the {equity}
  • equity/{equity}/algorithms - will list the algorithms available for the selected {equity}
  • equity/{equity}/algorithms/{algorithm_id} - will perform an algorithmic analysis with an algorithm that has an id of {algorithm_id} on the selected {equity} and return results.

Current Goals (Milestone 1):

  • Create the securities master database ()
  • Populate the database
  • Create REST endpoints in the WebApp that generate JSON objects
  • Write a Simple Moving Average algorithm.
  • Create a front end that will consume this.

About

Web app that gives simple financial analyses for a given security.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages