The Custom Timeseries API allows you to create, retrieve, update, and manage custom timeseries data products. These endpoints are part of the DeepAlpha API and require authentication.

📋 Authentication

All endpoints require JWT authentication. The API uses JWT tokens for secure authentication. For detailed information on how to obtain and use JWT tokens, please refer to the Public API Authentication.

As described in the document about authentication, include your issued JWT token in the request headers:

Authorization: Bearer eyJ...

🌐 Base URL

There are two public-facing environments available:

Examples below will be referring to QA - just replace the URL if needed to use the production environment.

â„šī¸ Details

The dates follows the ISO-8601 standard, meaning that they is formatted as YYYY-MM-DD (with leading zeros).

The values has to be sent as float numbers - but the dot is optional.

Meaning that 100 is equivalent with 100.0000.

📚 Endpoints

  1. List All Custom Timeseries Products

    GET /v1/products/timeseries

    Retrieves a list of all custom timeseries products available within the tenant.