Stocks (PHP SDK)
Access real-time and historical stock market data including price candles, quotes, earnings reports, and news articles.
Stocks Endpointsβ
ποΈ Prices
Get real-time midpoint prices for one or more stocks using the SmartMid model.
ποΈ Quote
Get a real-time price quote for a single stock symbol with the PHP SDK quote method, which returns one Quote object.
ποΈ Quotes
Get real-time price quotes for multiple stocks in a single API request.
ποΈ Candles
Retrieve historical price candles (OHLCV data) for any supported stock symbol.
ποΈ Earnings
Get historical earnings per share, or a calendar of upcoming reports, for a stock symbol with the PHP SDK earnings method.
ποΈ News
Retrieve news articles for a stock symbol with the PHP SDK news method, which returns a collection of Article objects.
ποΈ Bulk Candles
Retrieve one daily candle for each of many stock symbols in a single PHP SDK request, which suits a whole-market snapshot.