Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 785 Bytes

README.rst

File metadata and controls

35 lines (18 loc) · 785 Bytes

MorningScraper:

Simple scraper for morningstar.co.uk

A quick and dirty web page scraper for morningstar.co.uk.

Warning

Some stocks are updated via javascript and so the information is not available by just scraping the html.

funds are best referenced by ISIN e.g.

'GB00B54RK123' - CF Odey Opus I Acc

'LU1023728089' - Moorea Fd Euro Fixed Income IE

stocks are best referenced by name and exchange e.g.

'LLOY LSE' - Lloyds Banking Group PLC

'GOOG NASDAQ' - Google Inc Class C Capital Stock

Documentation

Documentation available at http://pythonhosted.org/MorningScraper

Installation

pip install MorningScraper