Google Finance API and Alternatives - Wisesheets Blog (2024)

Google Finance API and Alternatives - Wisesheets Blog (1)

If you are looking for stock data and, more specifically, the Google finance API, this guide is for you. You will learn how to get real-time and historical stock data for any company traded on major global exchanges. Whether you are looking to get this data in Google Sheets or Excel, we have you covered. Let's get started!

  • What is the Google Finance API, and what can it be used for?
  • Is the Google Finance API shutdown?
  • Alternatives to the Google Finance API
  • No code API
  • Which API is best for your needs?
  • How to make a request to the API
  • The different types of data that can be accessed through the API
  • Conclusion

Table of Contents

  • What is the Google Finance API, and what can it be used for?
  • Is the Google Finance API shutdown?
  • Alternatives to the Google Finance API
  • No code API
  • Which API is best for your needs?
  • How to make a request to the API
  • The different types of data that can be accessed through the API
  • Conclusion

What is the Google Finance API, and what can it be used for?

The Google Finance API was an application programming interface designed around Google Finance that allowed developers and any other users to access stock data included on the Google Finance website. The stock data available through this API was quite comprehensive, with coverage for almost all major global exchanges and stocks.

Is the Google Finance API shutdown?

As of March 2022, this API is deprecated and no longer available for public use.

Don't worry, though, as there are other viable APIs and no code alternatives to get all the stock data you need without the hassle of wasting time copy-pasting this data or doing any other ineffective methods. We will go through the main ones in this guide.

Alternatives to the Google Finance API

Yfinance

Yfinance is one of the most popular Google Finance API alternatives because of the extensive data availability and simplicity of use with the Python programming language.

Google Finance API and Alternatives - Wisesheets Blog (2)

The project is open source and is quite simple to get started with using the pip install yfiannce command (Python installation is required.)

You can navigate to see the documentation of this project here. Generally, the library is easy to use, with the ticker object being the main way to retrieve all stock data available.

The main downside of this method is that the data comes from the Yahoo Finance website, which may be incomplete or inaccurate, but most importantly, the data retrival is limited, and you can be backlisted for making too many simultaneous data requests.

You may also encounter some difficulties getting the specific data you are looking for, as you need to use quite a bit of data slicing to get to the right data frame.

Financial Modelling Prep

If you read our guide on the best stock data APIs, you know FMP is one of the best APIs you can use. The data available is quite extensive, covering all types of data, including news, analyst ratings, and financials among many more (see API documentation).

Google Finance API and Alternatives - Wisesheets Blog (3)

Using your favorite programming language, you can make sure to get only the stock data you are looking for and build custom applications, dashboards, etc.

The main downside of using this API provider is the monthly cost which comes at a minimum of $19/month which can be quite steep for individual investors and traders.

If you would like o get access to this API for a special price, then don't hesitate to email us at info@wisesheets.io with the subject discount to get a special price.

No code API

If you would like to get stock data in your Excel and Google Sheet spreadsheet without the hassle of coding, the best option is to use the Wisesheets add-on.

Google Finance API and Alternatives - Wisesheets Blog (4)

Using simple formulas, you can get the stock data you need for your analysis so you can easily compare and visualize hundreds of stocks at once in a simple view.

Better yet, you can use pre-built stock analysis models built by the community to get inspiration and your analysis done in a fraction of the time.

The data covered through the add-on includes; real-time price data, historical stock financials, key metrics, historical price data, dividend data, and more (see full data available).

The price for this option is quite affordable at $60 per year. The main downside is the fact that if you are looking to build custom applications that require a lot of data or you are looking to train machine learning models, this is not the most optimal solution in terms of programmatic data retrieval.

Which API is best for your needs?

The best API heavily depends on your needs. If you are just starting out and want to build a simple application using programming Yfinance is the best choice as it is free and simple to get started for Python programmers. If you require a lot of data to train large machine learning models or build finance applications, then FMP is the best opinion for you. Lastly, if you are an individual investor looking to access data easily in Excel for analyzing many stocks at once across fundamentals, then Wisesheets is the best tool for you.

How to make a request to the API

Making API requests varies depending on the option you choose. For FMP, all you need to do is enter the custom endpoint of the data you are looking for based on the documentation, and you will get all the stock data you need in the JSON format. For example, to get stock financials, you would need to enter the following URL (https://financialmodelingprep.com/api/v3/income-statement/AAPL?limit=120&apikey=) along with your API key.

Google Finance API and Alternatives - Wisesheets Blog (5)

On the other hand, for Yfinance, once you install the Python module, all you have to do is use the ticker as the python object from which you can get stock data. For example, to get the balance sheet for Apple you need to enter the following code:

import yfinance as yfaapl = yf.Ticker("AAPL")aapl.balance_sheet

Using Wisesheets, you can enter the company ticker on the statement dump function like this:

Google Finance API and Alternatives - Wisesheets Blog (6)

Or use the =WISE function to get only the data you need.

The different types of data that can be accessed through the API

Yfinance covers most data available through yahoo finance, including dividend data, historical stock price data, fundamentals, etc. You can see all the data covered here in the documentation.

FMP covers a more extensive data set that includes all of the above data and a lot more, including SEC as reported data, sentiment data, esg ratings, mutual fund holdings, and more.

Wisesheets is focused on simplicity and ease of use therefore, the data includes all the most important analysis data points such as historical stock financials, key metrics, dividend data, live price data, and more.

Conclusion

The Google Finance API is no longer available. Therefore it is best to choose from one of the API options mentioned. When it comes to choosing from the options available, there is no one size fits all. It really depends on your needs as an investor or developer. If you are just starting out and you have programming skills, then Yfinance is a great free option. If you need more data or speed, then FMP is the best choice. Lastly, if you want to use Excel to build powerful stock analysis models, then Wisesheets is the best tool for you.

No matter what your needs are, there is an API out there that can help you get the stock data you need.

Happy investing!

Google Finance API and Alternatives - Wisesheets Blog (2024)

FAQs

Is GOOGLEFINANCE API discontinued? ›

Unfortunately, the Google Finance API was shutdown permanently on October 20, 2012 after being depreciated on May 26, 2011.

What is the alternative to wisesheets? ›

Top 10 competitors of Wisesheets, ranked by Tracxn score:
  • TrendSpider. Automated trade analysis software. ...
  • NGEN Markets. Online platform for real-time updates on stock and indices market. ...
  • The FinBerg. Online quantitative research platform for stock market. ...
  • DefineEdge. ...
  • Research360. ...
  • Thematic. ...
  • Screener. ...
  • Bloom.
Mar 25, 2024

What is the alternative to GOOGLEFINANCE in Google Sheets? ›

=YHFINANCE is a spreadsheet formula that allows you to pull the Finance data directly into a Google Sheets spreadsheet. =YHFINANCE formula works in a similar way to =GOOGLEFINANCE for fetching current or historical securities information.

Is Wisesheets worth it? ›

Quality and variety of data are so important, customer support is so important, and functionality is so important, and Wisesheets hits it out of the park on all counts. Happily recommend this, I've worked with a lot of different data sources when integrating into my spreadsheets, and Wisesheets is by and far the best!

Is Google Finance deprecated? ›

Is the Google Finance API shutdown? As of March 2022, this API is deprecated and no longer available for public use.

Is Google API not free? ›

All use of Google Search Console API is free of charge. However, it is subject to usage limits. Was this helpful? Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.

Where does Wisesheets get its data? ›

The financial data is obtained from the company's financial reports. Each statement is standardized according to the XBRL US GAAP Taxonomy Preparers Guide.

What is better than GuruFocus? ›

Barron's. Barron's is the premier investment publication in the world, known for its market-moving stories. Barron's offers concise analysis and advice about how to invest in stocks and bonds, ETFs and options, emerging markets and commodities.

What happened to Google Finance portfolios? ›

However, since 2008, it has not undergone any major upgrades and the Google Finance Blog was closed in August 2012. On September 22, 2017, Google confirmed that the website was under renovation and that portfolio features would not be available after mid-November 2017.

Is Yahoo Finance API free? ›

Yahoo Finance API is a free financial data API that provides real-time stock quotes, historical data, and financial news for stocks, bonds, currencies, commodities, and indices.

What is better than Google Sheets? ›

Microsoft Excel has more data visualization options, and its formulas are more customizable with features like pivot tables and array formulas. If your business requires more functionality for calculations and analysis, then Excel is the better option compared to Google Sheets.

What is the Google Sheets add on called wisesheets? ›

Wisesheets is the ultimate Excel and Google Sheets add-on for stock investors. Wisesheets was built with one goal, to allow anyone to quickly find good investment opportunities. Our add-on has many different features and stock data available such as financials, key metrics, dividend data, live price data, and more.

How do I pull dividend data into Google Sheets? ›

'Dividend Data' Menu The 'Dividend Data' Menu can be found in Google Spreadsheet Menu under 'Add-ons'. It consists of four elements: 'Dividend Data' opens a side bar where the user can select which dividend Data to retrieve and how to display it.

How much does Sheets Finance cost? ›

We've kept the pricing simple. Begin with our fully featured 15 day free trial - no card details required. If SheetsFinance works for you, continue to access all our features for one simple price. Billed as $98/yr - 18% off!

What happened to the Google Finance app? ›

A Google Finance mobile app was removed from the Google Play Store in 2015. Google Finance was relaunched in 2020 with tools to help users get started investing.

Is the Yahoo Finance API still available? ›

It offered stocks, quotes, helpful charts, movers, and finance summaries- at the time, it was the standard for finance APIs. However, it was shut down in 2017. Since you are looking for an alternative, you are probably already aware that the Yahoo Finance API has been discontinued.

Is Google News API deprecated? ›

Google has officially deprecated the Google News Search API. It no longer maintains the tool. Hence, you will not get any support for the API. However, it is still working and available for public access.

Is Google Plus API deprecated? ›

Legacy Google+ APIs have been shut down as of March 7, 2019. Scopes previously requested by your apps may now be deprecated or invalid. Developers should update their code to remove or update references to Google+, Google+ APIs, and any related OAuth scopes.

Top Articles
Latest Posts
Article information

Author: Carmelo Roob

Last Updated:

Views: 6033

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Carmelo Roob

Birthday: 1995-01-09

Address: Apt. 915 481 Sipes Cliff, New Gonzalobury, CO 80176

Phone: +6773780339780

Job: Sales Executive

Hobby: Gaming, Jogging, Rugby, Video gaming, Handball, Ice skating, Web surfing

Introduction: My name is Carmelo Roob, I am a modern, handsome, delightful, comfortable, attractive, vast, good person who loves writing and wants to share my knowledge and understanding with you.