Google Finance API
google_financeFetch live stock quotes and market data from Google Finance by specifying a ticker symbol. Choose parsed JSON or raw HTML output.
Instructions
Fetch live stock quotes and market data from Google Finance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Return raw HTML instead of parsed JSON. (API default: false) | |
| query | Yes | Ticker in Google Finance format, e.g. GOOGL:NASDAQ or NIFTY_50:INDEXNSE. | |
| language | No | Result language code (e.g. en, es, fr, de). (API default: en) |