# AnyAPI Google Finance Quote

> AnyAPI Google Finance Quote is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches a real-time stock or financial instrument quote from Google Finance by ticker symbol

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/google_finance.quote
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-google-finance-quote-e53f51e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vkRg2Pkm7-MFPFmAU5OEu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-google-finance-quote-e53f51e5 -d '<json body>'
```

Example prompt: What is the current stock price and today's change for NVIDIA (NVDA) — pull it from Google Finance right now.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use Google Finance stock quote without committing to a monthly subscription — ideal for agents that query stock prices infrequently or need to avoid recurring billing. Prefer this over dedicated financial data APIs when cost per call matters more than guaranteed SLAs or when you want a single API key for multiple data types.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Google Finance page structure changes may break scraping and return malformed data
- Rate limiting or block from Google may cause failed scrape
- Payment failure (insufficient USDC balance) results in 402 response
- Network timeout if Google Finance is slow to respond

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON object containing the current stock quote for the requested ticker, likely including current price, price change, percentage change, market cap, and other financial metrics as scraped from Google Finance.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-google-finance-quote-e53f51e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
