Skip to content

Tech Tinker Lab

Journal for tech tinkering experiments

  • Home
  • Basics
    • Coding
  • Game Development
    • Unity
    • Blender
  • Web Development
    • WordPress
    • Shopify
    • Low/No Code
      • Microsoft Power Pages
  • Automation
    • Testing Automation
      • Unit Testing
      • End to End Testing
        • Nightwatch
  • Productivity
    • GSuite
      • GSheets
  • Toggle search form

How to get Indian Mutual Fund Portfolio in Google Sheets in 2023?

Posted on January 26, 2023January 26, 2023 By techtinkerer No Comments on How to get Indian Mutual Fund Portfolio in Google Sheets in 2023?

If you are doing financial analysis and wish to get mutual fund holdings in a Google Sheet, this article will help you do that without any coding.

Approach

Google sheets has a lot of convenience tools. 1 such tool is IMPORTHTML()

Using IMPORTHTML, you can parse a table in a given HTML and store it in GSheets.

We will fetch the data from https://www.moneycontrol.com

IMPORTHTML

ImportHTML function in GSheets takes 3 parameters

URL

The URL of the page from where the data has to be parsed

Element to be parsed

In this case we will use table as a value as we want to parse a table

Element # on the page

What number element of the given type do you want to parse

Getting data for Axis Blue Chip Fund

The money control link to get the portfolio for Axis Blue Chip Fund is https://www.moneycontrol.com/mutual-funds/axis-bluechip-fund-regular-plan/portfolio-holdings/MAA009. If you scroll down you will find the portfolio in the form of a table. We will be parsing this table and getting this data into a GSheet.

To get the data in a GSheet, we will open a new sheet. We will then use the following formula and paste it in cell A1.

=IMPORTHTML(“https://www.moneycontrol.com/mutual-funds/axis-bluechip-fund-regular-plan/portfolio-holdings/MAA009″,”table”,5)

Voila! GSheets does the heavy-lifting of parsing the portfolio data and showing it in the sheet.

GSheets, GSuite, Productivity

Post navigation

Previous Post: Learn Blender from scratch with Imphenzia

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Archives

  • January 2023
  • September 2022
  • June 2022
  • May 2022

Categories

  • Basics
  • Blender
  • Coding
  • End to End Testing
  • Game Development
  • GSheets
  • GSuite
  • Nightwatch
  • No/Low Code
  • Power Pages
  • Productivity
  • Testing Automation
  • Unit Testing
  • Web Development
  • Wordpress
  • How to get Indian Mutual Fund Portfolio in Google Sheets in 2023?
  • Learn Blender from scratch with Imphenzia
  • Power Pages Form
  • Styling with Power Pages
  • Nightwatch Shadow DOM

Copyright © 2023 Tech Tinker Lab.

Powered by PressBook Masonry Blogs