Coupler.io Blog

How to Import Yahoo Finance Data into Google Sheets?

How to Import Yahoo Finance Data into Google Sheets 1

Yahoo Finance is a go-to source for stock prices, market summaries, and financial data. If you import data from Yahoo Finance into Google Sheets, you can build custom analyses and track your portfolio in a familiar spreadsheet environment. Learn the best way to automate this process with Coupler.io, along with other methods like CSV imports and Google Sheets formulas.

How to import Yahoo Finance data into Google Sheets using Coupler.io

Coupler.io is a no-code data integration and AI analytics platform with 400+ connectors to spreadsheets, dashboards, data warehouses, and AI tools. It offers two ways to get Yahoo Finance data into Google Sheets:

Both options support scheduled auto-refresh, so your spreadsheet with Yahoo Finance data stays up-to-date without manual effort. You can use Coupler.io as a web app or install the Coupler.io Google Sheets add-on to manage imports directly from your spreadsheet. Let’s walk through them

Import Yahoo Finance prices into Google Sheets

This is the quickest way to get stock prices into your spreadsheet. Here’s how to set it up using Apple stock (AAPL) as an example.

1. Collect data

Sign up for Coupler.io for free and create a new data flow by choosing Yahoo Finance Price as a data source. Or click Proceed in the form below to get started with preselected settings.

In the source configuration, enter the ticker symbol. In our example, it is AAPL. You can also enter multiple tickers separated by commas to pull prices for several stocks at once.

Under Advanced settings, you can adjust the price interval (from 1 minute to 3 months) and specify a custom date range.

2. Organize data

Coupler.io loads a preview of the data before sending it to Google Sheets. At this optional stage, you can filter rows, hide or reorder columns, apply aggregations, and add calculated fields to shape the data set to your needs.

3. Load data to Google Sheets and set up auto refresh

Connect your Google account and pick the target spreadsheet and sheet. You can also type a new sheet name to create one on the fly, specify a cell range, or adjust the import mode (replace, append, etc.).

To keep your import of Yahoo Finance data to Google Sheets live, toggle on Automatic data refresh and set the schedule: hourly, daily, or at whatever interval works for your workflow.

Click Save and Run to launch the connector for Google Sheets. From this point on, Coupler.io will refresh the data on your schedule automatically.

Use Yahoo Finance API to load data to Google Sheets

The Yahoo Finance API helps you access financial data such as stock prices, market summaries, and other financial information. Use the JSON API connector to import Yahoo Finance data into Google Sheets via Yahoo Finance’s unofficial API.

The official Yahoo Finance API was shut down in 2017, but an unofficial version appeared in 2019 and remains widely used. The instructions below work with this unofficial API. We’re not responsible for the outcome if the API changes or if settings are configured incorrectly. If you need help, book a demo call with our team.

1. Configure the API connection

Create a new data flow in Coupler.io with JSON as the source . Or click Proceed in the form below to start with these preselected.

Fill in the source settings:

https://query1.finance.yahoo.com/v8/finance/chart/GOOG
modules: price

Query parameters help you narrow down the imported information by filtering and modifying the data on the company stock page. If you leave it empty, it will give the default data of the stock summary, like current stock price, volume, and other data points.

2. Preview and transform data from Yahoo Finance

Before the data reaches your spreadsheet, you can clean it up: filter rows, hide columns you don’t need, add new calculated columns, and more.

3. Load to Google Sheets and schedule refresh

Connect your Google account, then select the spreadsheet and sheet in Google Sheets. Enter a new sheet name to create one. Optionally, you can select the cell address/ range, change the import mode, and use other features.

To keep your data fresh, it makes sense to toggle on the Automatic data refresh and configure the schedule.

Save and run the data flow to load Yahoo Finance data into Google Sheets.

If you prefer working entirely within your spreadsheet, install the Coupler.io add-on for Google Sheets. Once connected to your Coupler.io account, it displays all active data flows for the current spreadsheet in a side panel. This way, you can manage and monitor your Yahoo Finance imports without leaving Google Sheets.

Data parameters to use to import Yahoo Finance data into Google Sheets

When using the JSON API connector, you can retrieve different types of Yahoo Finance data by specifying the right module in the URL query parameters. Here’s the full list of available modules:

Data parameterURL query string
PriceKey statistical data, including (YTD Daily Total Return, profit margins, float shares, etc.)
Key statistical data including (YTD Daily Total Return, profit margins, float shares, etc.)modules: defaultKeyStatistics
Expense Ratiomodules: fundProfile
Profile Datamodules: assetProfile
Income statements historymodules: incomeStatementHistory
Quarterly income statements historymodules: incomeStatementHistoryQuarterly
Balance Sheet historymodules: balanceSheetHistory
Quarterly balance Sheet historymodules: balanceSheetHistoryQuarterly
Cash flow statement historymodules: cashflowStatementHistory
Quarterly cash flow statement historymodules: cashflowStatementHistoryQuarterly
Financial datamodules: financialData
Calendar eventsmodules: calendarEvents
Securities filings modules: secFilings
Recommendation trendmodules: recommendationTrend
Upgrade & downgrade historymodules: upgradeDowngradeHistory
Institution ownershipmodules: institutionOwnership
Fund ownershipmodules: fundOwnership
Major direct holdersmodules: majorDirectHolders
Major holders breakdownmodules: majorHoldersBreakdown
Insider transactionsmodules: insiderTransactions
Insider holdersmodules: insiderHolders
Net share purchase activitymodules: netSharePurchaseActivity
Earningsmodules: earnings
Earnings historymodules: earningsHistory
Earnings trendmodules: earningsTrend
Industry trendmodules: industryTrend
Index trendmodules: indexTrend
Sector trendmodules: sectorTrend

Other methods to import Yahoo Finance data into Google Sheets

Coupler.io handles the automation, but there are simpler (if more limited) ways to get Yahoo Finance data into your spreadsheet.

Import data with a CSV file

The simplest way to import data from Yahoo Finance to Google Sheets is with a CSV file. All you need to do is just export the Yahoo Finance data in the CSV format and then upload it into Google Sheets. 

Even though the process is quite straightforward and requires zero technical skills, the data is not updated automatically, so you won’t be able to monitor it in real-time. If you want to use this way to import Yahoo Finance data into Google Sheets, be ready to do the manual export and import at regular intervals.

Extract data with formulas

You can use various Google Sheets formulas to import the data you need. Some of the most common formulas are IMPORTHTML, IMPORTXML, and IMPORTFEED. They allow you to easily pull data from Yahoo Finance into Google Sheets.

The advantage of the formulas is that they can update the imported information automatically. You’ll just need to go to the cell with the formula and press Enter every time you want to refresh the financial data in the spreadsheet. The downside is that sometimes formulas might work incorrectly or return errors depending on the structure of the web page they fetch data from. 

Use alternative third-party connectors

Apart from Coupler.io, there are other third-party tools that can connect Yahoo Finance to Google Sheets, such as Wisesheets, SheetsFinance, and API Connector by Apipheny. They vary in terms of features, pricing, and ease of use.

How to import data from Yahoo Finance to Google Sheets with a CSV file?

The Yahoo Finance data is imported into Google Sheets with all the historical financial details.

How to import Yahoo Finance data using Google Sheets formulas?

We have looked at different formulas that can be used to import Yahoo Finance data into Google Sheets at the beginning of the article. 

In this section, we will go through a step-by-step guide using each of these formulas.

How to use the IMPORTHTML formula to import Yahoo Finance data into Google Sheets?

IMPORTHTML is used to extract data from HTML tables on the Yahoo Finance webpage. 

Step 1: Open a new or existing Google spreadsheet and select a cell where the imported Yahoo Finance data will be displayed.

Step 2: Now use the IMPORTHTML formula.

Here’s the basic syntax: IMPORTHTML(url, query, index, locale) where 

The final formula is 

=IMPORTHTML("https://finance.yahoo.com/quote/AMZN","table",1,"en_US")

Step 3: Click Enter to import the table from Yahoo Finance into Google Sheets.

As you can see in the below images, the first table on the Amazon Yahoo Finance page is imported into Google Sheets.

Here is the data on Yahoo Finance.

And here is the imported data in Google Sheets transferred with the help of the IMPORTHTML formula.

The IMPORTHTML formula is handy for importing Yahoo Finance data, but it does not update the data automatically when the spreadsheet is reopened. To refresh the data, you must navigate to the formula cell and click ‘Enter.’

How to use the IMPORTFEED formula to import Yahoo Finance feed into Google Sheets?

IMPORTFEED is used to import finance news from Yahoo Finance into Google Sheets to keep track of stock market fluctuations and trends.

Step 1: Open a new or existing Google spreadsheet and select a cell where the imported Yahoo Finance feed will be displayed.

Step 2: Now use the IMPORTFEED formula.

The syntax is: IMPORTFEED(url, query, headers, num_items) where

The final formula is

=IMPORTFEED("https://finance.yahoo.com/rss/", "items", FALSE, 10)


Step 3: Click ‘Enter’ to import the Yahoo Finance newsfeed into Google Sheets.

How to use Google Sheets IMPORTXML formula for Yahoo Finance?

IMPORTXML is used to import specific values of financial data from Yahoo Finance, such as the closing stock price of a company. Let’s go through the step-by-step guide about using the IMPORTXML formula for Yahoo Finance.

Step 1: First, open a Google spreadsheet, either new or existing, and then select the particular cell where you would like to display the Yahoo Finance feed that you’re importing.

Step 2: Enter the IMPORTXML formula in the selected cell.

The syntax is: IMPORTXML(url, xpath_query, locale), where;

The HTML code will be selected. Click on Copy -> Copy full X-path. Now that is your X-path query.

The final formula is

=IMPORTXML("https://finance.yahoo.com/quote/AMZN","/html/body/div[1]/div/div/div[1]/div/div[2]/div/div/div[6]/div/div/div/div[3]/div[1]/div[1]/fin-streamer[1]”,”en_US")

Step 3: Click ‘Enter’ to import the Yahoo Finance data into Google Sheets.

The stock price data of AMZN is successfully imported into Google Sheets. Similarly, you can use IMPORTXML multiple times to import different types of Yahoo Finance data into Google Sheets.

Note that IMPORTXML might not work on all Yahoo Finance pages because of different page structures. Moreover, the imported Yahoo Finance data should be manually refreshed every time by clicking on the formula cell and pressing ‘Enter.’

What is the best way to pull Yahoo Finance data into Google Sheets?

In this article, we have discussed multiple ways to import Yahoo Finance data into Google Sheets. The simplest method is the manual method, where you export Yahoo Finance data into a CSV file and upload it to Google Sheets. But the data cannot be automatically updated, requiring multiple iterations of downloading and uploading manually. 

Using formulas to extract Yahoo Finance data is also a viable option, only if you can deal with the technicalities and occasionally incorrect data. 

Automated import using Coupler.io is the most reliable option for business users to seamlessly pull Yahoo Finance data into Google Sheets. Setting up an automated integration is relatively simple, and financial data in your spreadsheet will be updated on a custom schedule without any manual effort. Take a look at other Google Sheets integrations offered by the Coupler.io data integration platform.

Automate data import to Google Sheets with Coupler.io

Get started for free
Exit mobile version