🌐
PyPI
pypi.org › project › googlefinance
googlefinance · PyPI
Python module to get real-time (no delay) stock data from Google Finance API
      » pip install googlefinance
    
Published   Apr 16, 2015
Version   0.7
🌐
dltHub
dlthub.com › all scaffoldings › google finance api
Google Finance API Python API Docs | dltHub
May 28, 2026 - This example loads search_google_finance and graph from the Google Finance API API into DuckDB. It mirrors the endpoint and data selector configuration from the table above: ... import dlt from dlt.sources.rest_api import RESTAPIConfig, rest_api_resources @dlt.source def google_finance_api_source(api_key=dlt.secrets.value): config: RESTAPIConfig = { "client": { "base_url": "Common provider base URLs (choose provider): https://www.searchapi.io/api/v1/search (SearchAPI.io); https://api.scrapingdog.com/google_finance (Scrapingdog); https://serpapi.webscrapingapi.com/v1 (WebScrapingAPI/SerpApi wrapper).
Discussions

Implement GOOGLEFINANCE( ) in Google Sheets using python (and read back data) - Stack Overflow
On a regular Google Sheet (without using python), I have been able to use the GOOGLEFINANCE() formula and import stock market data (eg, to get the price at Open for NVDA stock: GOOGLEFINANCE("... More on stackoverflow.com
🌐 stackoverflow.com
Google Finance API -- Still a thing?
I doubt it, though I suggest you try https://pypi.org/project/googlefinance/ . Not sure if it still works though. You could probably make a custom API script that inputs google finance requests into a public google sheets and returns the value. Though it would be quite slow. I suggest yahoo finance library as an alternative. Or another data source. More on reddit.com
🌐 r/algotrading
4
4
August 25, 2021
Scraping Google Finance Ticker in Python

Why not yfinance ?

More on reddit.com
🌐 r/datasets
12
34
April 13, 2022
[Script-Python] Google Finance Main Page

You should share this to r/algotrading

More on reddit.com
🌐 r/datasets
5
12
July 28, 2022
People also ask

Can I try your Google Finance API Python client for free?

Yes, you can try the Google Finance Python API client for free! Apify offers free credits for new users to test the API client. The pricing is $5.00/month plus usage costs, making it very affordable for extracting financial data. You can start with the free trial to evaluate the data quality and performance before committing to a paid plan.

🌐
apify.com
apify.com › api › google-finance-api › python
Google Finance API Python Client · Apify
What is Google Finance API?
Google Finance API was a tool which allowed us to extract data about stocks and financial assets from Google Finance. It isn’t supported by Google anymore. Fortunately, we can still use Google Finance API in Google Sheets.
🌐
algotrading101.com
algotrading101.com › learn › google-finance-api-guide
Google Finance API and 9 Alternatives - AlgoTrading101 Blog
How do I get started with the Google Finance API?

Getting started is simple:

  1. Sign up for a free Apify account,
  2. Navigate to the Google Finance Actor page,
  3. Click "Try for free",
  4. Enter your desired stock tickers (like GOOGL:NASDAQ or BTC-USD), 5) Choose your process type (Search, Get Price, or Get History), 6) Run the Actor and receive structured JSON data with your financial information.
🌐
apify.com
apify.com › api › google-finance-api
Google Finance API · Apify
🌐
Apify
apify.com › api › google-finance-api › python
Google Finance API Python Client · Apify
Use our Google Finance API Python client to extract real-time stock quotes, historical price data, exchange rates, cryptocurrency prices, market indices, company information, and more.
🌐
GitHub
github.com › hongtaocai › googlefinance
GitHub - hongtaocai/googlefinance: Python module to get real-time stock data from Google Finance API · GitHub
Python module to get real-time stock data from Google Finance API - hongtaocai/googlefinance
Starred by 828 users
Forked by 174 users
Languages   Python
🌐
Apify
apify.com › api › google-finance-api
Google Finance API · Apify
Access the Google Finance API using Python, JavaScript, CLI, cURL, OpenAPI, or MCP.
🌐
Scrapfly
scrapfly.io › blog › posts › guide-to-google-finance-api
Google Finance API and the Best Alternatives for Developers (2026)
2 days ago - Although there isn’t a direct Google Finance API for Python, you can still access stock data through:
Find elsewhere
🌐
Apify
apify.com › canadesk › google-finance › api › python
Google Finance API in Python · Apify
January 5, 2025 - The Apify API client for Python is the official library that allows you to use Google Finance API in Python, providing convenience functions and automatic retries on errors.
🌐
AlgoTrading101
algotrading101.com › learn › google-finance-api-guide
Google Finance API and 9 Alternatives - AlgoTrading101 Blog
May 14, 2021 - You can find a complete on how to retrieve Quandl data using Excel and Python here: Quandl: A Step-by-Step Guide · Yahoo Finance API is the most used alternative for Google Finance API.
🌐
PyPI
pypi.org › project › googlefinance.client
googlefinance.client · PyPI
googlefinance.client is a python client library for google finance api.
      » pip install googlefinance.client
    
Published   Jul 19, 2017
Version   1.3.0
🌐
LearnDataSci
learndatasci.com › tutorials › python-finance-part-yahoo-finance-api-pandas-matplotlib
Python for Finance, Part I: Yahoo & Google Finance API, pandas, and matplotlib – LearnDataSci
Since pandas has a simple remote data access for the Yahoo Finance API data, this is as simple as: Yahoo finance has changed the structure of its website and as a result the most popular Python packages for retrieving data have stopped functioning properly. Until this is resolved, we will be using Google Finance for the rest this article so that data is taken from Google Finance instead.
🌐
Apify
apify.com › johnvc › google-finance-api › api › python
Google Finance Scraper and API API in Python · Apify
June 4, 2026 - The Apify API client for Python is the official library that allows you to use Google Finance API API in Python, providing convenience functions and automatic retries on errors.
🌐
Apify
apify.com › scrapapi › google-finance-scraper › api › python
Google Finance Scraper API in Python · Apify
March 15, 2026 - The Apify API client for Python is the official library that allows you to use Google Finance Scraper API in Python, providing convenience functions and automatic retries on errors.
🌐
Lunar Note
cs.grinnell.edu › home › news › google finance api with python: a deep dive
Google Finance API With Python: A Deep Dive
January 5, 2026 - Now, before we get started, let’s address the elephant in the room: the official Google Finance API, as we once knew it, is no longer available in the same way. Google has shifted its focus, which means we can’t directly access a dedicated, easy-to-use API like we used to. But don’t you worry, guys; we’ve got a few tricks up our sleeves. We will explore how to scrape data and use third-party packages to get the information we need, and how to use Python.
🌐
DEV Community
dev.to › oxylabs-io › ultimate-guide-to-scrape-google-finance-using-python-5b86
Ultimate Guide to Scrape Google Finance Using Python - DEV Community
June 26, 2025 - Whether you're a beginner or a mid-senior developer, this article aims to fulfill your needs with practical examples and solutions. Google Finance API was once a popular tool for fetching financial data, but it has been deprecated.
🌐
Lunar Note
cs.grinnell.edu › home › news › google finance data with python: a deep dive
Google Finance Data With Python: A Deep Dive
January 6, 2026 - Google discontinued its public API, which means we can’t directly use a dedicated API to pull data. But don’t worry, because there are still ways to get the data we need! We’ll explore alternative methods to retrieve the data, so you can ...
🌐
ScrapingBee
scrapingbee.com › blog › how-to-scrape-google-finance
How to Scrape Google Finance Using Python and ScrapingBee | ScrapingBee
January 4, 2026 - In just a few minutes, you will have an intuitive Google Finance API that provides clean JSON output of real-time stock data, and if you also need job-related SERP data, you can use our Google Jobs Scraper API. If you’re new to web scraping and want to collect data from Google Finance, Python is the best language to begin with.
🌐
GitHub
github.com › oxylabs › how-to-scrape-google-finance
GitHub - oxylabs/how-to-scrape-google-finance: Use Web Scraper API to extract data from Google Finance, including stock titles, pricing, and price changes in percentages. · GitHub
Follow this Python tutorial to learn how to scrape public data from Google Finance, such as stock titles, pricing, and price changes in percentages. We'll show how you can use Oxylabs' Web Scraper API for this task, which requires a subscription or a free trial.
Author   oxylabs