Yahoo Stock Market API
## 📊 Yahoo Stock Market API – Full API Guide The **Yahoo Stock Market API** allows developers to retrieve real-time and historical stock, market indices, and cryptocurrency data using Yahoo Finance datasets. Perfect for investment apps, trading dashboards, financial analytics, and market trend visualization. ## 🔗 Base URL ``` https://yahoo-stock-market-api.p.rapidapi.com/api ``` ## 🔐 Headers…
Yahoo Stock Market 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 |
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.php |
Stock Splits History |
Yahoo Stock Market API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 2 / second |
|
| ULTRA | $29.99 / month | 3 / second |
|
| MEGA | $299 / month | 5 / second |
|