Google Finance
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting financial data via Google Finance
Author:Arcade
Version:
3.1.2Auth:No authentication required
2tools
2require secrets
GoogleFinance 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)
2 of 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
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
Secrets:SERP_API_KEY
Output
Type:
json— A stock's price and volume data at a specific time interval over a specified time window#
GoogleFinance.GetStockSummary
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
Secrets:SERP_API_KEY
Output
Type:
json— Summary of the stock's recent performanceLast updated on