Yahoo Finance API
Yahoo finance API
12 subscribers
26 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Yahoo Finance API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health Check | ||
| GET |
healthCheck /health |
Check if the API is running and healthy |
| Ticker Information | ||
| GET |
getStockSplits /ticker/{symbol}/splits |
Get stock split history for a ticker |
| GET |
getHistoricalData /ticker/{symbol}/history |
Get historical price data for a ticker |
| GET |
getDividends /ticker/{symbol}/dividends |
Get dividend payment history for a ticker |
| GET |
getTickerInfo /ticker/{symbol} |
Get basic ticker information including company details, price, and financial metrics |
| GET |
getCorporateActions /ticker/{symbol}/actions |
Get corporate actions (dividends and splits) for a ticker |
| Financial Statements | ||
| GET |
getFinancialStatements /ticker/{symbol}/financials |
Get income statement data for a ticker |
| GET |
getCashFlowStatement /ticker/{symbol}/cashflow |
Get cash flow statement data for a ticker |
| GET |
getBalanceSheet /ticker/{symbol}/balance-sheet |
Get balance sheet data for a ticker |
| Analyst Data | ||
| GET |
getAnalystRecommendations /ticker/{symbol}/recommendations |
Get analyst recommendations for a ticker |
| GET |
getEarningsCalendar /ticker/{symbol}/calendar |
Get earnings calendar for a ticker |
| Multiple Tickers | ||
| POST |
getMultipleTickers /tickers |
Get basic information for multiple tickers at once |
| Download Data | ||
| POST |
downloadWithDateRange /download |
Download historical price data with specific date range |
| Search & Lookup | ||
| GET |
lookupTicker /lookup |
Lookup detailed information for a ticker |
| GET |
searchTickers /search |
Search for securities by name or symbol |
| Market Data | ||
| GET |
getMarketData /market |
Get market summary and status |
| GET |
getMarketStatus /market/status |
Get market status information |
| GET |
getMarketSummary /market/summary |
Get market summary information |
| Sector & Industry | ||
| GET |
getSectorData /sector/{sector_key} |
Get sector performance and company data |
| GET |
getIndustryData /industry/{industry_key} |
Get industry performance and company data |
| Screening | ||
| POST |
screenFundSecurities /screen/fund |
Screen funds based on financial criteria |
| POST |
screenEquitySecurities /screen/equity |
Screen stocks based on financial criteria |
| WebSocket | ||
| POST |
startWebSocketConnection /websocket/start |
Start WebSocket connection for live data streaming (placeholder) |
| Utilities | ||
| POST |
setTimezoneCache /utils/timezone-cache |
Set timezone cache location for yfinance |
| POST |
enableDebugMode /utils/debug |
Enable debug mode for yfinance logging |
| Documentation | ||
| GET |
apiDocumentation /api/docs |
Get API documentation with all available endpoints |
Yahoo Finance API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $34.99 / month | — |
|
| MEGA | $249.99 / month | — |
|