Skip to content

gr00T0x/LSE_Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

London Stock Exchange Web Scraper

  • A simple python application that scrapes the London Stock Exchange and displays the current FTSE 100 figures in the CLI python shell. Also gives you the option to check another FTSE table by inputting the name of the table into the CLI.

  • It uses no external libraries and only urllib.request for making requests to the website.

  • Regular expressions were used to get the desired fields from the LSE tables.