Stock Market Data

Web-Scraping Stock Market data using C++ API

This is a complex C++ program that is used as an interface to the client, we only need to execute the main thread and it will automatically update stock market data and store it using the JSON format.

We have used IEX API which is free and has more than 10 indices. It obtains information in real time and it is updated whenever you execute it.


Link

The code it for free on a GitHub repository: StockMarketData Repository

Stock market data & deep learning

Football Web Scraping

Football web scraping in Java

This application collects data from some website and transforms it into CSV files. The program is executed in parallel and is high-performance.

  • Historical data

It can store statistics, classification, schedule and team information from 1920 to this year.

Continue reading “Football Web Scraping”