Yahoo Finance Data API
## 📘 Yahoo Finance Data API - Full Guide The **Yahoo Finance Data API** allows developers to access stock data, historical price charts, market summaries, cryptocurrency data, and financial news using a set of simple GET endpoints. > **Base URL**: `https://yahoo-finance-data-api.p.rapidapi.com` ### 🔐 Authentication Each request must include your RapidAPI key in the headers: ```http…
Yahoo Finance Data 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 Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 2 / second |
|
| ULTRA | $29.99 / month | 4 / second |
|
| MEGA | $299 / month | 6 / second |
|