Project which aims to extract historical data of companies in Brazilian stock market (Bovespa)
postgres docker: https://hub.docker.com/_/postgres$ docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=password -d postgres