Yahoo Finance API
## Yahoo Finance API (via RapidAPI) The **Yahoo Finance API** provides comprehensive financial data including stock historical prices, current quotes, market summaries, cryptocurrency prices, dividend histories, stock splits, and financial news. This API enables developers and analysts to integrate real-time and historical market data directly into their applications. --- ## Base URL ```…
Yahoo Finance API endpoints
| Method | Endpoint | Description |
|---|---|---|
| News | ||
| GET |
Search news /search |
lets search for news |
| GET |
News list /news |
Get news list by |
| GET |
News details by URL /news_details |
Get News details by URL |
| Other endpoints | ||
| GET |
Historical Price Data /api |
GET /api.php?endpoint=historical&symbol=AAPL&interval=1d&range=1mo Parameters: * symbol: Stock symbol (e.g., AAPL, MSFT) * interval: 1d (daily), 1wk (weekly), 1mo (monthly) *… |
| GET |
Current Quote /api |
GET /api?endpoint=quote&symbol=AAPL Returns the latest price and market data for a single stock. |
| GET |
Multiple Quotes /api |
GET /api?endpoint=multi-quotes&symbols=AAPL,MSFT,GOOG Returns current quotes for multiple stocks. |
| GET |
Market Summary /api |
Market Summary |
| GET |
Cryptocurrency Data /api |
Cryptocurrency Data |
| GET |
Stock Splits History /api |
Stock Splits History |
Yahoo Finance API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $299 / month | — |
|