Using XLWings, BeautifulSoup, Python 3.9 and Microsoft Excel 365 VBA To Web Scrape Market Index Data and Historical Company Earnings - KING OF EXCEL

Monday, January 31, 2022

Using XLWings, BeautifulSoup, Python 3.9 and Microsoft Excel 365 VBA To Web Scrape Market Index Data and Historical Company Earnings

  

DOWNLOAD 3

Using XLWings, BeautifulSoup, Python 3.9 and Microsoft Excel 365 VBA To Web Scrape Market Index Data and Historical Company Earnings

  • Length: 94 pages
  • Edition: 1
  • Publication Date: 2021-06-29

Jan 01, 2021, Update

  1. Added section 7.3, Dow Jones Industrial 2021 Performance and Components
  2. Added section 17, Russell 3000 Index

Dec 18, 2021, Update
Added section 16, High dividends stock.

In this book, we will use Python to retrieve market index data and historical company earnings We will use Microsoft Excel 365 to report the market index and company earnings. We will use a Python library called Xlwings so Excel 365 can communicate with Python.

The target audience for this book is for people who are interested in getting Dow Jones Industrial Average, S&P 500, Nasdaq and historical company earnings data from the internet. People who read this book will need a good working knowledge of Microsoft Excel, Excel VBA and Python. This book will use the case study approach. This book will not explain Microsoft Excel or Python; instead, readers will study the spreadsheet or Python examples. Like experience Microsoft Excel or Python users, the reader will google any Microsoft Excel or Python concept that they need more clarification.

1.2 Python 3.9 7
1.3 Visual Studio Code 7
3 Three Standard Web Technologies 11
3.1.1 HTML 11
3.1.1.1 Element Syntax 12
3.1.1.2 Attributes 12
3.1.1.3 General Purpose Attributes 12
3.1.1. id Attribute 12
3.1.1.3 class Attribute 13
3.1.1 HTML Tables 13
3.1 CSS 13
3.1 JavaScript 14
4 Google Chrome “Inspect” Tool 15
5 XPath 15
6 XLWings UDF and BeautifulSoup 16
6.1 XLwings Version 16
6.2 Excel XLwings Addin 17
6.3 Creating a New XlWings Microsoft Excel Workbook Project 18
6.3.1 Template Python Code 19
6.3.2 Template Microsoft Workbook 19
6.3.3 _xlwings.conf Worksheet 20
6.3.4 Import Function Errors 21
7 Dow Jones Industrial Average — Excel UDF 23
7.1 Yahoo! Finance 24
7.1.1 Ticker Price 24
7.1.1.1 Python Code 24
7.1.1.2 yahoo_CurrentPrice User Defined Function (UDF) 25
7.1.1.3 Web Browser Developer Tools 26
7.1.1.4 Ticker Description 27
7.1.1.5 Python Code 27
7.1.1.6 yahoo_CurrentPrice User Defined Function (UDF) 27



Popular Posts