Yahoo Finance Rest API
## 🧠 Overview: Yahoo Finance REST API (via RapidAPI) The **Yahoo Finance REST API** provides simple access to financial data such as historical stock prices, real-time quotes, market summaries, cryptocurrency values, dividends, splits, and financial news. It is especially useful for developers building finance-based tools, dashboards, or trading bots. **Base URL:** ```…
Yahoo Finance Rest API endpoints
| Method | Endpoint | Description |
|---|---|---|
| News | ||
| GET |
News list /news |
Get news list by |
| GET |
Search news /search |
lets search for news |
| 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=quote&symbol=AAPL Returns the latest price and market data for a single stock. |
| GET |
Market Summary /api |
Market Summary |
| GET |
Cryptocurrency Data /api |
Cryptocurrency Data |
| GET |
Stock Splits History /api |
Stock Splits History |
Yahoo Finance Rest API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 2 / second |
|
| ULTRA | $29.99 / month | 3 / second |
|
| MEGA | $299 / month | — |
|