Send Feedback
Skip to content

APIs Overview

This page provides an overview of the APIs available for Accelerators. It helps you identify the appropriate API for your use case before navigating to the detailed parameter and configuration documentation.

The APIs fall into two main categories:

FSI data access and aggregation APIs

These APIs are typically executed on a Data Access Process (DAP) and operate within the .fsi namespace:

  • getTicks API - Retrieves raw data from configured database tables with optional preprocessing and enrichment.
  • getStats API - Performs aggregations and windowed calculations on data retrieved using getTicks.
  • getBars API - Retrieves pre-aggregated and persisted bar data.

Order execution analytics APIs

These APIs support generation and retrieval of Order Analytics data:

The following pages provide supporting configuration and customization details:

Choosing the right API

  • Use getTicks for detailed, record-level data access.
  • Use getStats for aggregations and time-windowed analytics.
  • Use getBars for fast retrieval of persisted bar data.
  • Use generateOrderAnalytics and getOrderAnalyticSummary for Order Execution Analytics workflows and reporting.