google_finance
Retrieve stock prices, price movements, and related market data from Google Finance using ticker:exchange format. Supports multiple markets and asset classes.
Instructions
Retrieves Google Finance market data including stock price, price movement, and related market/news instruments across multiple markets and asset classes. [Credits: Not specified in documentation] Notes: The query value must be a Google Finance ticker:exchange pair (e.g. TICKER:EXCHANGE). Returns: { summary: {title, stock, exchange, price, price_movement: {percentage, value, movement}}, market: {: [{stock, name, price, price_movement: {percentage, value, movement}}]} }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Return the response as raw HTML instead of JSON. (default: false) | |
| query | Yes | The stock/ticker to search for, in Google Finance format, e.g. NIFTY_50:INDEXNSE. | |
| language | No | Language of the results, e.g. en, es, fr, de. (default: en) |