StockAnalysis Data API
## StockAnalysis Data API Access real-time and historical stock market data from StockAnalysis.com through a simple REST API. ### Available Data **Stock Data (6 endpoints)** - Stock quotes with real-time price, change, volume, market cap, PE ratio, analyst ratings - Financial statements (income, balance sheet, cash flow) — annual & quarterly - Dividend data with full payment history - Analyst…
StockAnalysis Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Stocks | ||
| GET |
getStockProfile /api/v1/stocks/{symbol}/profile |
Returns company profile data including name, country, founded date, IPO date, industry, sector, employee count, CEO, description, and logo URL. |
| GET |
getStockFinancials /api/v1/stocks/{symbol}/financials |
Returns income statement, balance sheet, or cash flow statement data. Supports annual and quarterly periods. |
| GET |
getStockDividend /api/v1/stocks/{symbol}/dividend |
Returns dividend yield, annual dividend, ex-dividend date, frequency, payout ratio, growth rate, and full dividend history. |
| GET |
getStockQuote /api/v1/stocks/{symbol}/quote |
Returns real-time stock quote data including price, change, volume, market cap, PE ratio, analyst ratings, and more. |
| GET |
getStockForecast /api/v1/stocks/{symbol}/forecast |
Returns analyst EPS and revenue estimates for current/next quarter and year, consensus ratings, and price targets. |
| GET |
getStockStatistics /api/v1/stocks/{symbol}/statistics |
Returns comprehensive valuation metrics and key statistics including market cap, enterprise value, PE ratios, price-to-sales, price-to-book, and more. |
| Market | ||
| GET |
getRecentIPOs /api/v1/market/ipos |
Returns a list of recent IPOs with symbol, name, IPO date, IPO price, current price, and return. |
| GET |
getEarningsCalendar /api/v1/market/earnings-calendar |
Returns upcoming earnings reports organized by week and day, with EPS and revenue estimates. |
| GET |
getIPOCalendar /api/v1/market/ipos/calendar |
Returns upcoming IPOs for this week and next week with pricing, shares offered, and deal size. |
| GET |
getScreener /api/v1/market/screener |
Returns top stocks by market cap with key metrics. No parameters required. |
| ETF | ||
| GET |
getETFOverview /api/v1/etf/{symbol}/overview |
Returns ETF overview data including AUM, NAV, expense ratio, PE ratio, dividend yield, holdings count, inception date, and beta. |
| GET |
getETFHoldings /api/v1/etf/{symbol}/holdings |
Returns the full list of ETF holdings with rank, name, symbol, allocation percentage, and share count. |
| health | ||
| GET |
healthCheck /health |
|
StockAnalysis Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 5 / second |
|
| ULTRA | $40 / month | 10 / second |
|
| MEGA | $100 / month | 20 / second |
|