fmarchenko / investments-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculate Investments Performance

  1. Run servece:
docker-compose up
  1. UI default available on 8080 port. Port configured on .env file http://localhost:8080/

Using API

  1. Get available URLs
curl http://localhost:8080/api/
  1. Calculate performance for investments in BTC and ETH started in one day
curl http://localhost:8080/api/v1/performance/2017/9/1/1000/

this method return profitability separated on months with total profitability in every month for investments by 1000 USD started 2017-09-1

About


Languages

Language:Python 68.4%Language:Vue 21.0%Language:HTML 3.6%Language:Shell 3.0%Language:Mako 1.8%Language:JavaScript 1.5%Language:Dockerfile 0.8%