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.
Structured data for real applications. Here are some ideas.
Build portfolio dashboards that display real-time quotes, daily changes, and historical performance for stocks, ETFs, and indices across global markets.
Search tickers and companies, pull historical price data, and analyze market trends for equity research, screening tools, and investment platforms.
Track major indices (S&P 500, NASDAQ, DAX) and sector movements in real time. Build alerting systems for significant market events and price changes.
Access minute-level intraday price data for technical analysis, backtesting strategies, and building charting tools with real market data.
Everything you need in one API.
/api/google-finance/search
Search for stocks, ETFs, and financial instruments by name or ticker
/api/google-finance/quote
Get real-time stock quote with price, change, volume, and key metrics
/api/google-finance/historical
Fetch historical daily price data for any ticker over a date range
/api/google-finance/intraday
Get minute-level intraday price data for real-time charting
/api/google-finance/indices
Get current values for major market indices worldwide
/api/google-finance/markets
Broad market overview with gainers, losers, and sector performance
One API call. Structured JSON response.
curl -X GET "https://scrappa.co/api/google-finance/quote?ticker=AAPL" \
-H "Accept: application/json" \
-H "X-API-KEY: YOUR_API_KEY"
{
"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
}
See how Scrappa compares to the official API.
| Feature | Scrappa | Yahoo Finance API |
|---|---|---|
| Real-time quotes | Yes (delayed on free tier) | |
| Historical data | ||
| Intraday data | Paid plans only | |
| Market indices | Limited | |
| Price per 1k requests | $0.20 | $0.30-$2.00 |
| Rate limits | Generous | 500/month (free) |
| Authentication | API key only | RapidAPI + OAuth |
| Free tier | 500 credits/month | 500 requests/month |
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.