
Yahoo Finance - Full stock info, news, cheapest, real-time
Pricing
$0.35 / 1,000 results

Yahoo Finance - Full stock info, news, cheapest, real-time
Effortlessly fetch comprehensive financial data, historical prices, news, and analytics for any stock ticker from Yahoo Finance. Perfect for investors, analysts, and developers seeking fast, reliable, and detailed market insights in one click!
0.0 (0)
Pricing
$0.35 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
3 days ago
Yahoo Finance Data Extractor
Fetch comprehensive financial data for one or more ticker symbols from Yahoo Finance. This Apify actor provides detailed stock information, historical prices, financials, dividends, splits, news, recommendations, holders, options, and earnings—all in a single run.
Features
- Retrieve data for multiple tickers in one run
- Get current price, company info, and market stats
- Download historical price data (custom date range supported)
- Access financial statements, dividends, splits, and earnings
- See latest news, analyst recommendations, and institutional holders
- Fetch options chain and expirations
- Output is structured and ready for analysis or automation
How It Works
- Input: Provide an array of ticker symbols (e.g.,
["AAPL", "GOOG"]
). Optionally, specifystart_date
andend_date
(YYYY-MM-DD) to limit the historical data range. - Processing: The actor fetches all available data for each ticker from Yahoo Finance.
- Output: Results are saved to the default dataset. Each item contains all data for one ticker.
Input Example
{"tickers": ["AAPL", "GOOG"],"start_date": "2025-01-01","end_date": "2025-06-18"}
tickers
(array, required): List of ticker symbols (e.g.,AAPL
,GOOG
,MSFT
)start_date
(string, optional): Start date for historical data (YYYY-MM-DD)end_date
(string, optional): End date for historical data (YYYY-MM-DD)
Output Example
Each output item contains all data for a single ticker. Example (truncated for clarity):
{"ticker": "AAPL","stock_info": {"symbol": "AAPL","name": "Apple Inc.","sector": "Technology","industry": "Consumer Electronics","market_cap": 2922039738368,"current_price": 195.64,...},"price_info": {"symbol": "AAPL","current_price": 195.64,"previous_close": 198.42,"change": -2.78,"change_percent": -1.40,"timestamp": "2025-06-18T16:53:59.355380"},"history": {"symbol": "AAPL","period": "1y","interval": "1d","start": "2025-01-01","end": "2025-06-18","data": [{"date": "2025-01-02", "open": 248.33, "high": 248.5, ...},...]},...}
The output includes:
stock_info
: Company and market statsprice_info
: Current price and changehistory
: Historical OHLCV datafinancials
: Income statement, balance sheet, cash flowdividends
,splits
,news
,recommendations
,holders
,options
,earnings
Usage Notes
- You can run this actor directly on the Apify platform or via API.
- For large numbers of tickers, consider splitting into batches for best performance.
- All results are available in the Apify dataset tab as JSON, CSV, or Excel.
On this page
Share Actor: