This project is aimed to analyse company's financial data that is publicly available from simfin.com.
Mongo 4.0.5
ruby 2.3.3
Download the free data dump from https://simfin.com/data/access/download
download option (comma delimiter, narrow data format)
mongoimport --host=127.0.0.1 -d simfin_database -c company_financials --type csv --file path/to/file.csv --headerline