Node program to fetch Top 30 Orders by Fidelity Customers and write them into a database table.
Fidelity has removed the top orders from their page. As of now, this script does not work.
- Node 12+
- Running relational database: MariaDB, MySQL, PostgreSQL, CockroachDB, SQLite etc. that is supported by knex.
- Clone repository
- Install dependencies
npm install
- Copy
.env.example
, rename it to.env
and change values according to your setup - Initialize database by running
db.sql
(edit if necessary) - Run with
npm run start
Setup a cronjob to run the program on weekdays after market close (e.g. 21:00 UTC).
Visualize the history of ranking and buy-sell-ratios for single symbol.