Yahoo Financial Data Scraper

Job ID: 39173443

Budget: $250 – $750 CAD

A yahoo data scraper is required to retrieve data and place it into a MsAccess database that runs on a Windows Computer.

Set up the scraping environment:

Write a script to scrape Yahoo Finance:
Use the requests library to fetch the HTML content of the Yahoo Finance page, and BeautifulSoup to parse and extract the desired data.

Extract the relevant data from the page

Connect to Microsoft Access database (on a Windows Computer)
Establish a connection to the Access database.

Insert the scraped data into the Access database:
Use SQL commands to insert the data into the MsAccess Access table.

Automate the scraping process:
Set up a scheduling tool like Windows Task Scheduler to run the Python script at regular intervals to ensure that the database is updated with the most recent data.

Handle any errors and implement robust data validation and error handling in your production code.