Google Finance
Arcade.dev LLM tools for getting financial data via Google Finance
3.2.2GoogleFinance is a toolkit provided by Arcade.dev for accessing financial data through the Google Finance API. It enables developers to retrieve and analyze comprehensive stock information efficiently.
Capabilities
- Fetch historical stock price data over customizable time windows.
- Retrieve current stock summaries, including price and recent trading movement.
- Utilize API keys for secure access to financial data.
OAuth
- This toolkit uses an API key (SERP_API_KEY) for authentication. No OAuth2 scopes are required.
Secrets
- The toolkit requires an API key (SERP_API_KEY) for secure access to the financial data services.
Available tools(2)
| Tool name | Description | Secrets | |
|---|---|---|---|
Fetch historical stock price data over a specified time window
Returns a stock's price and volume data over a specified time window | 1 | ||
Retrieve the summary information for a given stock ticker using the Google Finance API.
Gets the stock's current price as well as price movement from the most recent trading day. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
GoogleFinance.GetStockHistoricalData
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Fetch historical stock price data over a specified time window Returns a stock's price and volume data over a specified time window
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
ticker_symbol | string | Required | The stock ticker to get summary for. For example, 'GOOG' is the ticker symbol for Google |
exchange_identifier | string | Required | The exchange identifier. This part indicates the market where the stock is traded. For example, 'NASDAQ', 'NYSE', 'TSE', 'LSE', etc. |
window | string | Optional | Time window for the graph data. Defaults to 1 month1D5D1M6MYTD1Y5YMAX |
Requirements
Output
json— A stock's price and volume data at a specific time interval over a specified time windowGoogleFinance.GetStockSummary
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Does not modify remote state.
May delete or overwrite remote data.
Safe to retry without extra side effects.
Can call out to external systems.
Retrieve the summary information for a given stock ticker using the Google Finance API. Gets the stock's current price as well as price movement from the most recent trading day.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
ticker_symbol | string | Required | The stock ticker to get summary for. For example, 'GOOG' is the ticker symbol for Google |
exchange_identifier | string | Required | The exchange identifier. This part indicates the market where the stock is traded. For example, 'NASDAQ', 'NYSE', 'TSE', 'LSE', etc. |
Requirements
Output
json— Summary of the stock's recent performance