How to Use Sankey Chart to Report Business Earnings via Python Plotly? MSFT Case study

Informula
Imu Framework Design
7 min readMay 2, 2024

--

Previously on How to Use Sankey Chart to report business earnings via Python Plotly? Part 1, 2, we used AMD’s quarterly income statement to show you how to build a Sankey Chart and how to report these components dynamically by sourcing the data from yahoo finance instead of static numbers. In this article, we are going to present how to export MSFT 10-Q excel and import it into SQLite and visualize it via Sankey Chart.

--

--