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.
Reads data without modifying any state in the target system.
May permanently delete or overwrite data in the target system.
Repeated calls with the same inputs produce no additional effect.
Communicates with external APIs, databases, or other services.
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.
Reads data without modifying any state in the target system.
May permanently delete or overwrite data in the target system.
Repeated calls with the same inputs produce no additional effect.
Communicates with external APIs, databases, or other services.
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