Finance API
A simple API for real-time and historical market data.
9.1/10 popularity
1679 ms avg latency
74% success rate
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Finance API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GetCurrentStockData /stock/{ticker} |
Fetches the latest data for a given stock ticker. |
| GET |
GetTimeSeriesData /timeseries |
Downloads historical OHLCV (Open, High, Low, Close, Volume) time series data for one or more tickers. |
| GET |
GetStockHistory /history/{ticker} |
Downloads historical data for a single ticker, including OHLCV, dividends, and stock splits. |
| GET |
GetNews /news/{ticker} |
Fetches recent news articles for a single ticker. |
| GET |
GetAnalystRecommendations /recommendations/{ticker} |
Fetches analyst recommendations for a single ticker. |