Yahoo Finance Action Block
The Yahoo Finance Action Block allows you to retrieve stock data, market information, and financial metrics from your workflows.
Yahoo Finance data can be accessed via public endpoints. An API key may be required depending on the data provider used.
Supported Actions
- Get Stock Quote - Retrieve current price, volume, and change data for a stock ticker.
- Get Historical Data - Fetch historical price data for a given date range and interval.
- Get Company Info - Retrieve company profile, sector, industry, and key statistics.
- Get Market Summary - Fetch market indices and trending tickers.
- Get Financials - Retrieve income statement, balance sheet, and cash flow data.
Configuration
- Ticker Symbol - Stock ticker (e.g.,
AAPL,GOOGL,MSFT). - Date Range - Start and end dates for historical data queries.
- Interval - Data interval (daily, weekly, monthly) for historical queries.
- API Key - API key if using a premium data provider.
Use Cases
- Build a stock monitoring workflow that alerts on significant price movements.
- Generate daily portfolio performance reports with current market data.
- Enrich financial chatbots with real-time stock quotes and company information.