Finance API

Google Finance Data API for Stock Quotes, Index Prices, and Market Statistics

Search Google Finance, retrieve structured stock or index quote data, and access price movement and key market statistics through one purpose-built API endpoint.

1,000 free credits
No credit card required

Use the same API key and credit balance across every ScrapeBadger API.

GET /v1/google/finance/quote
{
  "title": "Example Company",
  "stock": "EXM",
  "exchange": "NASDAQ",
  "price": 100.25,
  "currency": "USD",
  "price_movement": {
    "percentage": 1.35,
    "value": 1.34,
    "direction": "up"
  }
}
Endpoints

Explore the Google Finance API Endpoint

Move from ticker or index lookup to quote prices, price movement, and key market statistics with structured JSON responses.

  1. Submit a finance symbol
  2. Retrieve the structured quote
  3. Use the returned data in your workflow
GET/v1/google/finance/quote7 credits

Get Stock or Index Quote

Retrieve a Google Finance quote for a stock, index, or supported finance symbol and receive its title, ticker, exchange, price, currency, price movement, and key market statistics in structured JSON.

Submit the ticker and exchange together through the required q parameter. Use the optional hl parameter to control the language context of the Google Finance request.

Parameters
qrequiredStock ticker and exchange or another supported Google Finance symbol. Documented examples include AAPL:NASDAQ, GOOGL:NASDAQ, and BTC-USD.
hloptionalLanguage code. Defaults to en.
Request
curl --get \
  'https://scrapebadger.com/v1/google/finance/quote' \
  --data-urlencode 'q=AAPL:NASDAQ' \
  --data-urlencode 'hl=en' \
  --header 'x-api-key: YOUR_API_KEY'
Response200 OK
{
  "title": "Example Company",
  "stock": "AAPL",
  "exchange": "NASDAQ",
  "price": 100.25,
  "currency": "USD",
  "price_movement": {
    "percentage": 1.35,
    "value": 1.34,
    "direction": "up"
  },
  "stats": {
    "prev_close": "98.91",
    "day_range": "98.50 - 101.20",
    "year_range": "72.00 - 110.00",
    "market_cap": "1.50T",
    "pe_ratio": "27.40"
  }
}
View Get Stock or Index Quote documentation

What Can You Build With the Google Finance Data API?

Market dashboards and watchlist enrichment

Retrieve structured quote information for selected stocks, indexes, and supported finance symbols. Capture the title, ticker, exchange, price, currency, price movement, previous close, day range, year range, market cap, and P/E ratio for internal dashboards and watchlist tools.

Get Stock or Index Quote

Price-movement monitoring and alerts

Request the same symbol at defined intervals and compare the returned price, percentage movement, movement value, and direction. Use the results to support informational alerts or monitoring workflows without assuming that every quote is real-time or timestamped.

Get Stock or Index Quote

Stock, index, and company research

Retrieve selected quote and market-statistics fields for research dashboards, internal comparison tools, and company-analysis workflows. Use the ticker and exchange format to distinguish securities that may use similar symbols across different markets.

Get Stock or Index Quote

Financial content and data enrichment

Add structured quote information to market reports, company pages, research tools, or editorial workflows. Preserve the requested symbol, exchange, currency, returned statistics, and collection time so downstream systems can retain the context of each observation.

Get Stock or Index Quote
Sign Up For Free

1,000 free credits · No credit card required

More Google Data APIs

Use the same ScrapeBadger account, API key, and credit balance to connect finance quotes with market news, search interest, company information, and technology research.

Why Choose ScrapeBadger?

Build Faster

Structured JSON responses remove browser automation, proxy orchestration, and HTML parsing from your roadmap. Make your first request in minutes and move from proof of concept to production without maintaining scrapers.

Scale Confidently

99.9% uptime SLA. Your data pipeline does not stop because Google changes a page, rotates an anti-bot challenge, or moves a result block. Monitoring, session management, browser infrastructure, and parsing are all us.

All Google Data on One Platform

Search, Maps, News, Hotels, Trends, Jobs, Shopping, Patents, Scholar, Images, Videos, Finance, AI Mode, Lens, Local, Shorts, Flights, Products, and Autocomplete — every Google surface under one API key.

Integrate Anywhere

RESTful API, SDK support, MCP, CLI, and no-code options. Use ScrapeBadger in an existing system or a new application with consistent authentication, structured JSON, and unified billing.

Integrate With Your Stack

Use ScrapeBadger through an official SDK, a standard API request, MCP, CLI, or the tools already in your workflow.

Python SDK

Build asynchronous data pipelines with typed responses, retry handling, and access to the complete Google API suite.

Node.js SDK

Add Google data to Node.js and TypeScript applications with type definitions and support for both ESM and CommonJS.

REST API

Connect from any backend or programming language using standard HTTP requests. Responses arrive as structured JSON that can be stored, transformed, or passed into another service.

One API Key

Access Search, Maps, News, Trends, Shopping, Scholar, Flights, and every other supported Google product with one ScrapeBadger API key and one credit balance.

MCP for AI Tools

Give compatible AI agents access to Google Search, Maps, News, Trends, Shopping, Scholar, Images, Flights, and more through ScrapeBadger's MCP server.

ScrapeBadger CLI

Run Google searches, inspect trends, collect local business data, and export results as JSON, CSV, Markdown, or terminal-friendly tables without building an application.

Trusted by Developers Worldwide

See why developers choose ScrapeBadger for reliable, structured web data.

We switched from the official Twitter API and cut our costs by 95%. The pagination is seamless, and we've never hit a rate limit. Best decision we made this year.

MC
Marcus Chen
Lead Data Engineer at DataFlow Analytics
2 weeks ago

The follower and engagement endpoints are incredibly detailed. We use it for influencer research and competitor analysis. Response times are sub-100ms consistently.

SM
Sarah Mitchell
Marketing Director at SocialPulse Agency
1 month ago

Started with the Apify actor, then moved to the API for more control. The 1,000 free credits were enough to build our MVP. Now processing 2M+ tweets monthly.

JR
James Rodriguez
Founder at TweetMetrics
3 weeks ago

Perfect for academic research. The community and trends endpoints give us data we couldn't get anywhere else. Documentation could use more examples, but support is responsive.

EW
Emily Watson
Research Scientist at Stanford NLP Lab
1 month ago

We monitor 50,000+ accounts for our clients. ScrapeBadger handles it without breaking a sweat. The bulk ID endpoints are a game-changer for large-scale monitoring.

AP
Alex Petrov
CTO at MediaMonitor Pro
2 weeks ago

The geo and trends endpoints power our location-based analytics. Setup took 10 minutes. Their Apify actors are also great for quick one-off scrapes.

LP
Lisa Park
Product Manager at Trendy AI
3 weeks ago
Pricing

Simple, transparent pricing

Start with pay-as-you-go credits (never expire) or save up to 64% with a monthly or annual subscription. Failed requests never consume credits, and every Google API endpoint is included on every plan.

Not Sure Which Plan Fits Your Needs? Calculate Your Cost and Find the Right Plan.

Choose an endpoint and enter your expected request volume. Google APIs use flat per-request credits, making usage easy to forecast. Failed requests cost 0 credits.

FAQ

Frequently asked questions

Everything you need to know about the Finance API.

What data can I retrieve with the Google Finance Data API?

The endpoint can return the instrument title, ticker, exchange, price, currency, and price movement. The movement object can contain the percentage change, value of the change, and direction. The statistics object can contain the previous close, day range, year range, market capitalisation, and P/E ratio.

How do I format a stock or index symbol?

Pass the ticker and exchange together in the required q parameter. Documented examples include AAPL:NASDAQ and GOOGL:NASDAQ . Including the exchange helps identify the intended security when similar ticker symbols exist on different markets.

Can the API retrieve cryptocurrency quotes?

The documentation lists BTC-USD as a supported query example, so the endpoint can be used with supported cryptocurrency pairs exposed through Google Finance. The fields available for a cryptocurrency pair may differ from the statistics available for a listed company or index.

What do price_movement and stats contain?

The price_movement object can contain the percentage change, movement value, and direction. The stats object can contain the previous closing price, current day range, year range, market capitalisation, and price-to-earnings ratio. Fields can be unavailable or null when Google Finance does not provide them for the requested symbol.

Is the Google Finance quote real-time and suitable for trading?

Not necessarily. Google Finance data can be real-time or delayed depending on the exchange, financial instrument, and data provider. The ScrapeBadger response does not include a documented quote timestamp. Use the API for informational and research workflows, and verify prices through an authorised, timestamped market-data provider before trading.

How is Google Finance API usage charged?

The endpoint is charged per successful request, not separately for each returned price, movement value, or statistic. Failed requests cost 0 credits. See the pricing section and current public pricing configuration for the exact number of credits charged per request.

Start Building With the Google Finance Data API

Use 1,000 free credits to retrieve available stock and index quotes, price movement, currency information, and key market statistics through one structured JSON endpoint.

No credit card required · Failed requests cost 0 credits

Disclaimer: ScrapeBadger is not affiliated with, endorsed by, or in any way officially connected with Google LLC or any of its subsidiaries or affiliates. Google and related trademarks are the property of their respective owners.