A7 Analytics Platform - Precalc 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 Precalculated and Analytics. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.
This API exposes
11 operations
across 9 paths,
and defines 11 schemas.
It is described by OpenAPI 3.0.0, at version 1.0.2.
Requests are made against a single base URL, /api/v1.
11 operations9 paths11 schemas1 DELETE7 GET2 PATCH1 PUT
Metadata
The identity and technical contract details declared by the specification.
A7 Analytics Platform - Precalc API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 11
Across 9 paths, the API surfaces 11 operations — 1 DELETE, 7 GET, 2 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Precalc API 11
GET
/precalc
Retrieve list of precalc owners
getOwners→ 200400401403404
GET
/precalc/{owner}
Retrieve list of precalc jobs
getPrecalcJobs1 param→ 200400401403404
GET
/precalc/{owner}/{precalc}
Retrieve precalc job definition
getPrecalcDef2 params→ 200400401403404
PUT
/precalc/{owner}/{precalc}
Create precalc job
addPrecalcData2 paramsbody→ 200400401403404
DELETE
/precalc/{owner}/{precalc}
Delete precalc job
delPrecalcData2 params→ 200400401403404
PATCH
/precalc/{owner}/{precalc}/activate
Activate precalc job
activatePrecalc2 params→ 200400401403404
PATCH
/precalc/{owner}/{precalc}/deactivate
Deactivate precalc job
deactivatePrecalc2 params→ 200400401403404
GET
/precalc/{owner}/{precalc}/
Retrieve dates for precalc job
getPrecalcData2 params→ 200400401403404
GET
/precalc/{owner}/{precalc}/{date}
Retrieve tasks for precalc job
getTasks3 params→ 200400401403404
GET
/precalc/{owner}/{precalc}/{date}/{task}
Retrieve result-sets for task
getResultSets4 params→ 200400401403404
GET
/precalc/{owner}/{precalc}/{date}/{task}/{result}
Retrieve data for result table
getData6 params→ 200400401403404
Schemas 11
The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are NewPrecalc (7 properties), JobDefinition (4 properties), InternalError (2 properties), DataJson (2 properties). Each schema is shown below with its type and property counts.
InternalError
object
2 properties2 required
JobDefinition
object
4 properties
Dates
object
1 property
Jobs
object
1 property
NewPrecalc
object
7 properties
DataRaw
string
DataJson
object
2 properties
Results
object
1 property
Owners
object
1 property
Tasks
object
1 property
SuccessMessage
object
2 properties3 required
Specification
The full machine-readable OpenAPI contract behind this narrative.