Yahoo Finance Scraper API
Real-time Yahoo Finance data API — get live stock quotes, historical price data, financial statements, earnings reports, analyst recommendations, options chains, and company news. All data is scraped directly from Yahoo Finance and returned as clean, structured JSON. 7 endpoints: - Get Stock Quote — Live quote by ticker symbol: price, change, change percent, day high/low, 52-week high/low, open,…
Yahoo Finance Scraper API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Quote | ||
| GET |
getStockQuote /yahoo-finance/quote |
Get a real-time stock quote including current price, price change, volume, market cap, PE ratio, EPS, dividend yield, beta, sector, and industry. Combines data from Yahoo… |
| Historical | ||
| GET |
getHistoricalPrices /yahoo-finance/historical |
Get historical OHLCV (Open, High, Low, Close, Volume) price data for a stock. Supports configurable time ranges from 1 day to max history and intervals from 1 minute to 3 months.… |
| Fundamentals | ||
| GET |
getFinancialStatements /yahoo-finance/financials |
Get annual and quarterly income statement data for a company, including total revenue, net income, gross profit, operating income, EBITDA, and total expenses. Data is extracted… |
| GET |
getEarningsData /yahoo-finance/earnings |
Get earnings data including quarterly EPS history (estimate vs actual with surprise percentage) and upcoming earnings dates with EPS estimates. Useful for tracking earnings… |
| GET |
getAnalystRecommendations /yahoo-finance/analyst |
Get Wall Street analyst recommendations and price targets for a stock, including consensus recommendation (buy/hold/sell), mean/median/high/low price targets, and the number of… |
| Options | ||
| GET |
getOptionsChain /yahoo-finance/options |
Get the full options chain for a stock including calls and puts with strike prices, last price, bid/ask, volume, open interest, and implied volatility. Optionally specify an… |
| News | ||
| GET |
getStockNews /yahoo-finance/news |
Get the latest news articles related to a stock ticker. Returns article titles, publishers, links, publication dates, and thumbnail images from Yahoo Finance's ticker news stream. |
Yahoo Finance Scraper API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $35 / month | — |
|
| MEGA | $100 / month | — |
|