Google Finance API

Real-Time Stock Quotes and Market Data Without Bloomberg Pricing

Access stock quotes, historical prices, intraday charts, market indices, and financial search data from Google Finance — all through a simple REST API. No expensive data feed subscriptions or complex vendor agreements required.

6
Endpoints
Real-time
Quotes
$0.20
Per 1k requests

What you can build

Structured data for real applications. Here are some ideas.

Portfolio Tracking Apps

Build portfolio dashboards that display real-time quotes, daily changes, and historical performance for stocks, ETFs, and indices across global markets.

Financial Research Tools

Search tickers and companies, pull historical price data, and analyze market trends for equity research, screening tools, and investment platforms.

Market Monitoring Dashboards

Track major indices (S&P 500, NASDAQ, DAX) and sector movements in real time. Build alerting systems for significant market events and price changes.

Intraday Trading Analysis

Access minute-level intraday price data for technical analysis, backtesting strategies, and building charting tools with real market data.

Try it now

One API call. Structured JSON response.

Request

curl -X GET "https://scrappa.co/api/google-finance/quote?ticker=AAPL" \
  -H "Accept: application/json" \
  -H "X-API-KEY: YOUR_API_KEY"

Response

{
  "success": true,
  "ticker": "AAPL",
  "name": "Apple Inc",
  "exchange": "NASDAQ",
  "price": 189.84,
  "change": 2.15,
  "change_percent": 1.15,
  "volume": 48234567,
  "market_cap": "2.95T",
  "pe_ratio": 31.2,
  "52_week_high": 199.62,
  "52_week_low": 143.90
}

Scrappa vs Yahoo Finance API

See how Scrappa compares to the official API.

Real-time quotes
Scrappa:
Yahoo Finance API: Yes (delayed on free tier)
Historical data
Scrappa:
Yahoo Finance API:
Intraday data
Scrappa:
Yahoo Finance API: Paid plans only
Market indices
Scrappa:
Yahoo Finance API: Limited
Price per 1k requests
Scrappa: $0.20
Yahoo Finance API: $0.30-$2.00
Rate limits
Scrappa: Generous
Yahoo Finance API: 500/month (free)
Authentication
Scrappa: API key only
Yahoo Finance API: RapidAPI + OAuth
Free tier
Scrappa: 500 credits/month
Yahoo Finance API: 500 requests/month

Key features

Real-time stock quotes with price, volume, and key metrics
Historical daily price data over custom date ranges
Minute-level intraday data for charting
Major market indices from global exchanges
Market overview with gainers, losers, and sectors
Financial instrument search by name or ticker
No expensive data feed subscriptions required

Frequently asked questions

Yahoo Finance API is accessed through RapidAPI with tiered pricing, rate limits, and delayed quotes on the free plan. Scrappa provides real-time Google Finance data with flat $0.20/1k pricing, no third-party marketplace, and a simpler API key authentication model. You also get intraday data and market overviews included.

Yes. Use the Stock Quote endpoint to fetch current prices for all holdings, the Historical Data endpoint for performance charts, and the Market Indices endpoint for benchmark comparison. The intraday endpoint gives you minute-level data for live charting during market hours.

Just a Scrappa API key passed as an X-API-KEY header. No OAuth, no Google Cloud account, no third-party marketplace signup. Create a free account, copy your API key, and start querying stock data immediately.

You can search for tickers, get real-time quotes with price, change, volume, market cap, and P/E ratio, fetch historical daily prices, access minute-level intraday data, view major market indices, and get broad market overviews with top gainers and losers — all from Google Finance.

Yes. Every Scrappa account gets 500 free credits per month. This lets you test all 6 finance endpoints — search, quotes, historical, intraday, indices, and markets — without entering a credit card or committing to a paid plan.

Scrappa charges $0.20 per 1,000 requests with no daily or monthly caps. There is no tiered pricing based on data type — quotes, historical data, and intraday all cost the same. The free tier includes 500 credits per month to get started.

Start using the Google Finance API

Sign up and get 500 free credits. No credit card required.