ForexFactoryScrapper is a Python-based web scraping tool designed to extract financial event data from the ForexFactory website. This project provides a simple and effective way to scrape calendar events, forecast data, actual values, and other relevant information for forex trading analysis.
- Scrape calendar events, including date, time, currency, event name, forecast, actual, and previous values.
- Extract data into structured formats for further processing or analysis.
- Simple and customizable scraping logic using
BeautifulSoup. - Includes examples for extracting data and creating simple reports.
To use ForexFactoryScrapper, you need to have Python installed. Additionally, you should install the following dependencies:
pip install requests beautifulsoup4