Yahoo Finance Stock API
## 🌟 Yahoo Finance Stock API – Full Developer Guide The **Yahoo Finance Stock API** delivers fast, reliable access to global stock market and cryptocurrency data. It’s ideal for developers building financial dashboards, investment tools, or analysis apps using real-time and historical data from Yahoo Finance. --- ## ✅ **Base URL** ``` https://yahoo-finance-stock-api.p.rapidapi.com/api ``` All…
Yahoo Finance Stock 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 Stock API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 3 / second |
|
| ULTRA | $29.99 / month | 3 / second |
|
| MEGA | $299 / month | 5 / second |
|