The stock endpoints in the Mboum API provide developers with comprehensive access to real-time and historical market data, key financials, and stock analysis tools. With a variety of endpoints designed to meet the needs of traders, analysts, and developers, you can easily fetch the latest stock quotes, historical data, analyst ratings, financial data, and much more.
#Available Endpoints
GET /v1/quote (Real-time) Trending
This endpoint provides real-time stock quotes, along with trending data. It's a great option for tracking active stocks and understanding market movements in real time.
GET /v1/quotes
Fetch real-time stock data for multiple tickers with this endpoint. It’s perfect for applications that need batch stock data in real-time.
GET /v1/history
This endpoint returns historical stock data for a specified period. You can use it to track past performance, analyze trends, and gain insights into stock behavior over time.
GET /v1/modules (Updated)
Retrieve updated modules of stock data. This endpoint provides essential market indicators and analysis tools for each stock.
GET /v1/analyst-ratings
This endpoint fetches the latest analyst ratings and insights for a specific stock. It includes information about buy, hold, and sell recommendations from industry experts.
GET /v2/ticker-summary
Get a comprehensive summary of a stock's key metrics, including price, volume, market cap, and more. This endpoint is ideal for gaining quick access to a stock’s essential details.
GET /v2/price-targets
This endpoint provides price targets set by analysts for a given stock, helping you gauge potential future price movement based on expert insights.
GET /v2/financials
Access detailed financial data for a specific stock. This includes balance sheet information, income statement data, and other essential financial metrics, enabling deeper analysis of the company’s performance.
GET /v2/revenue
This endpoint allows you to retrieve revenue data for a company over various periods. It’s essential for evaluating a company’s financial health and growth potential.
GET /v2/short-interest
Short interest data is provided with this endpoint, showing the number of shares being sold short for a particular stock. This can be crucial for understanding market sentiment and stock volatility.
GET /v2/institutional-holdings
Gain insights into institutional investors' holdings in a stock with this endpoint. It provides details about which institutions are investing in or holding specific stocks.
GET /v2/sec-filings
Fetch SEC filings for a particular stock. These filings contain important company disclosures, including earnings reports, mergers and acquisitions, and insider trading activity.
GET /v2/historical
This endpoint returns historical stock data with more granular options compared to the v1/history
endpoint. It’s designed for users requiring deeper historical analysis.
Conclusion
The stock endpoints within the Mboum API provide a comprehensive suite of tools for developers, traders, and analysts. With the ability to pull real-time and historical data, access crucial financials, and gather insights from expert analysis, the Mboum API is a powerful resource for anyone looking to integrate stock data into their application. Whether you're tracking individual stocks, analyzing trends, or gathering data on company performance, our API has you covered.
For further details and integration instructions, please refer to the API Documentation.