google-finance

Retrieve quotes, OHLC history, and financials from Google Finance RPC endpoints.

173|28|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/gauss314/skills --skill google-finance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-finance
Source: https://github.com/gauss314/skills/tree/main/skills/google-finance
Command: npx skills add https://github.com/gauss314/skills --skill google-finance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the lack of free, high-frequency market data by providing programmatic access to Google Finance's internal RPC endpoints, enabling users to bypass the need for expensive or restricted financial APIs.

Core Features & Use Cases

  • Granular Market Data: Access 1-minute and 5-minute intraday OHLC data, daily historicals, and comprehensive company financials.
  • Global Coverage: Retrieve quotes, analyst recommendations, and sector heatmaps for US, Argentine, and other international markets.
  • Use Case: A researcher can use this Skill to build a local cache of 1-minute intraday data for backtesting trading strategies without incurring the high costs associated with official data providers.

Quick Start

Use the google-finance skill to fetch the latest quote and analyst recommendations for the ticker GGAL on the NASDAQ exchange.

Frequently Asked Questions about google-finance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get free intraday OHLC market data for backtesting?

You can retrieve 1-minute and 5-minute intraday OHLC market data programmatically via reverse-engineered internal RPC endpoints, bypassing expensive API subscriptions to build local caches for backtesting.

Does Google Finance offer an API for real-time stock quotes and financials?

Real-time stock quotes and company financials are accessible via reverse-engineered internal RPC endpoints using Python requests, interfacing with the batchexecute endpoint while handling cookie-based authentication.

Can I scrape global equity market data including analyst opinions using Python?

Global equity data including analyst recommendations and sector heatmaps can be scraped using Python requests to query internal RPC endpoints, retrieving comprehensive company financials for US and international markets.

What are the limitations of scraping market data through internal RPC endpoints?

Scraping market data via internal RPC endpoints requires strict adherence to rate-limiting and cookie-based authentication, with risks of unannounced structural changes breaking data retrieval.

What's the best way to access historical daily OHLC data without paying for a financial API?

Access free historical daily OHLC data by programmatically querying reverse-engineered RPC endpoints with Python requests, retrieving daily historicals and comprehensive company financials globally without restricted API costs.