Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

A7 Analytics Platform - Algo Management API

Create, update, delete, and run custom algos over historical order book data and retrieve their results - a high-performance framework for custom analytics on A7.

A7 Analytics Platform - Algo Management API is one of 13 APIs that Deutsche Börse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Algorithms, Analytics, and Backtesting. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 7 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.0.0, at version 1.0.2.

Requests are made against a single base URL, /api/v1.

7 operations 5 paths 7 schemas 1 DELETE5 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.2
Base URL
https://a7.deutsche-boerse.com/api/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

A7 Analytics Platform - Algo Management API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 5 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Algo management API 7
GET
/algo
Retrieve list of algo owners
getOwners → 200401404
GET
/algo/{owner}
Retrieve list of available algos
getAlgos 2 params → 200401403404
GET
/algo/{owner}/{algoName}
Retrieve algo configuration
getAlgoMetadata 2 params → 200401403404
PUT
/algo/{owner}/{algoName}
Create/update algo
addAlgo 2 params body → 200401403404
DELETE
/algo/{owner}/{algoName}
Delete algo
deleteAlgo 2 params → 200401404403
GET
/algo/{owner}/{algoName}/download
Retrieve algo source code
getAlgoCode 2 params → 200401403404
GET
/algo/{owner}/{algoName}/run
Run algo
runAlgo 9 params → 200401403404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are InternalError (2 properties), Owners (1 property), AlgosDetailed (1 property), AlgosCompact (1 property). Each schema is shown below with its type and property counts.

InternalError
object
2 properties 2 required
AlgosCompact
object
1 property
AlgoSourceCode
string
Algo source code in yaml format.
AlgosDetailed
object
1 property
Owners
object
1 property
AlgoResults
string
Algo result data in json format.
AlgoConfiguration
string
Configuration parameters in json format.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

deutsche-boerse-algo-management-api-api-openapi.yml Raw ↑

Other APIs Deutsche Börse publishes across the network.

A7 Analytics Platform - Order Book API
A7 Analytics Platform - Market Data API (EOBI)
A7 Analytics Platform - CME Market Data API (MDP)
A7 Analytics Platform - Reference Data API (RDI) v2
A7 Analytics Platform - CME Reference Data API (SD)
A7 Analytics Platform - Dataset API
A7 Analytics Platform - Market Data Insights API
A7 Analytics Platform - Option Analytics API
A7 Analytics Platform - Precalc API
A7 Analytics Platform - Auction Simulation API
Eurex T7 Reference Data API
Deutsche Börse Cloud Stream Market Data API