Download OpenAPI specification:
Unified API for QuantumSignals trading signal platform
{- "property1": {
- "model_id": "string",
- "trained_on_symbols": [
- "string"
], - "trained_date_range": [
- "string",
- "string"
], - "hash": "string"
}, - "property2": {
- "model_id": "string",
- "trained_on_symbols": [
- "string"
], - "trained_date_range": [
- "string",
- "string"
], - "hash": "string"
}
}Delete a specific API key (keyauth_credential) for the authenticated user in Kong. Provide either key_id or key in the request body, but not both.
Key Id (string) or Key Id (null) (Key Id) | |
Key (string) or Key (null) (Key) |
nullRetrieve the most recently created backtest job for a given model hash and symbol
| model_hash required | string (Model Hash) Model configuration hash |
| symbol required | string (Symbol) Trading symbol (e.g., AAPL, NVDA) |
{- "id": "string",
- "model_id": "string",
- "model_hash": "string",
- "symbol": "string",
- "backtest_from_date": "2019-08-24",
- "backtest_to_date": "2019-08-24",
- "generation_timestamp": "2019-08-24T14:15:22Z",
- "ingestion_timestamp": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}Retrieve metadata for a specific backtest job by ID
| id required | string (Id) Backtest job ID |
{- "id": "string",
- "model_id": "string",
- "model_hash": "string",
- "symbol": "string",
- "backtest_from_date": "2019-08-24",
- "backtest_to_date": "2019-08-24",
- "generation_timestamp": "2019-08-24T14:15:22Z",
- "ingestion_timestamp": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z"
}Retrieve prediction results for a specific backtest with optional pagination and date filtering
| backtest_id required | string (Backtest Id) Backtest job ID |
| format | string (Format) Default: "json" Enum: "json" "csv" "parquet" Response format |
From Date (string) or From Date (null) (From Date) Start date filter (YYYY-MM-DD, inclusive) | |
To Date (string) or To Date (null) (To Date) End date filter (YYYY-MM-DD, exclusive) | |
Page (integer) or Page (null) (Page) Page number (starts at 1) | |
| page_size | integer (Page Size) [ 1 .. 10000 ] Default: 1000 Results per page |
nullRetrieve daily accuracy metrics for a specific backtest with optional date filtering and pagination
| backtest_id required | string (Backtest Id) Backtest job ID |
| format | string (Format) Default: "json" Enum: "json" "csv" "parquet" Response format |
From Date (string) or From Date (null) (From Date) Start date filter (YYYY-MM-DD, inclusive) | |
To Date (string) or To Date (null) (To Date) End date filter (YYYY-MM-DD, exclusive) | |
Page (integer) or Page (null) (Page) Page number (starts at 1) | |
| page_size | integer (Page Size) [ 1 .. 10000 ] Default: 1000 Results per page |
null