rhnvrm / monkeybeat

Generate a random stock portfolio and find out if it beats the markets!

Home Page:https://monkeybeat.market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monkeybeat

Generate an equi-weighted portfolio of 10 stocks randomly selected from the NIFTY500 universe and see if it beats the underlying index!

Visit https://monkeybeat.market and have fun!

Local Setup

  • Clone the repo locally
  • Run docker-compose up to start a local instance of Clickhouse DB.
  • Run make schema which creates the database/tables.
  • Run make seed which loads the database with initial data of last 3 years of stock prices in NIFTY500 universe.
  • Run make fresh which builds the binary and runs it.

About

Generate a random stock portfolio and find out if it beats the markets!

https://monkeybeat.market

License:MIT License


Languages

Language:Go 47.2%Language:HTML 20.6%Language:Shell 12.5%Language:CSS 9.1%Language:Python 7.9%Language:Makefile 2.7%