This project is a web scraper designed to extract historical quotes from the Bolsa de Valores de Cabo Verde (BVC). The scraper is implemented in a Jupyter Notebook using BeautifulSoup4 and requests to gather data, and pandas for data manipulation and analysis.
-
Clone the repository:
git clone https://github.com/AlvaroLima/bvc-quotes.git cd historical-bvc-quotes-scraper -
Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required packages:
pip install -r requirements.txt
To run the scraper, open the Jupyter Notebook bvc_scraper.ipynb and execute the cells. The notebook will scrape the historical quotes data, clean it, and perform some basic exploratory data analysis.
The cleaned data is saved to a CSV file in the data folder for future analysis.
This project is licensed under the MIT License. See the LICENSE file for details.