Skip to Content

Google Finance

Google Finance icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for getting financial data via Google Finance

Author:Arcade
Version:3.1.2
Auth:No authentication required
2tools
2require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

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 nameDescriptionSecrets
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

ParameterTypeReq.Description
ticker_symbolstringRequiredThe stock ticker to get summary for. For example, 'GOOG' is the ticker symbol for Google
exchange_identifierstringRequiredThe exchange identifier. This part indicates the market where the stock is traded. For example, 'NASDAQ', 'NYSE', 'TSE', 'LSE', etc.
windowstringOptionalTime window for the graph data. Defaults to 1 month
1D5D1M6MYTD1Y5YMAX

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonA 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

ParameterTypeReq.Description
ticker_symbolstringRequiredThe stock ticker to get summary for. For example, 'GOOG' is the ticker symbol for Google
exchange_identifierstringRequiredThe 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:jsonSummary of the stock's recent performance
Last updated on