> ## Documentation Index
> Fetch the complete documentation index at: https://docs.benzinga.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

# Licensed Services Overview

Here’s an overview of each service, including its type, API endpoint, and a brief description.

<table class="service-table">
  <thead>
    <tr>
      <th>Service</th>
      <th>Type</th>
      <th>API Endpoint</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Newsfeed & Why is it Moving v2</td>
      <td><span class="service-badge">News</span></td>
      <td><span class="api-endpoint">/api/v2/newsfeed</span></td>
      <td>Provides the latest news with insights on stock movements.<br /><span class="extra-info">Updated every 5 minutes</span></td>
    </tr>

    <tr>
      <td>Calendar</td>
      <td><span class="service-badge">Events</span></td>
      <td><span class="api-endpoint">/api/v1/calendar</span></td>
      <td>Shows upcoming earnings, IPOs, and other financial events.<br /><span class="extra-info">Data refreshed daily</span></td>
    </tr>

    <tr>
      <td>Data Websocket</td>
      <td><span class="service-badge">Streaming</span></td>
      <td><span class="api-endpoint">/ws/data</span></td>
      <td>Real-time data websocket for live market feeds.<br /><span class="extra-info">Available during market hours</span></td>
    </tr>

    <tr>
      <td>Historical Bar Data</td>
      <td><span class="service-badge">Data</span></td>
      <td><span class="api-endpoint">/api/v1/historical</span></td>
      <td>Access to historical bar data for stocks and indices.<br /><span class="extra-info">Data available up to 20 years</span></td>
    </tr>
  </tbody>
</table>
