/ibovespa-web-scraping

It collects data from the Ibovespa of data on average performance of stock prices traded on B3. Built with Node.js, using the ExpressJS framework, along with Amazon ElastiCache for Memcached and the Cheerio and Axios libraries.

Primary LanguageJavaScriptMIT LicenseMIT

IBOVESPA data collector

The Ibovespa is the main performance indicator for shares traded in B3. It brings together the most important companies in the Brazilian capital market. The index is calculated in real time. The prices of all trades carried out in the spot market with the shares comprising its portfolio (standard lot) are instantly considered.

Print Screen

print screen

Setup

To execute the project, it will be necessary to install the dependencies by typing the following command in the terminal:

npm install

Finally, type the following command in the terminal to start the server:

npm start

The system is now ready to be used via the route:

http://localhost:3000

Features

The project basically has a feature that is to collect Ibovespa data from companies that are in B3.

License

MIT