API Reference

Complete documentation for the GlobiQuant API

API Overview

Everything you need to know about our API

Authentication

Learn about API keys and authentication methods.

View Details

Endpoints

Explore all available API endpoints and their usage.

View Details

SDKs

Download and integrate our SDKs in your preferred language.

View Details

Authentication

Secure your API requests

curl -X POST https://api.globiquant.com/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{
    "api_key": "your_api_key",
    "api_secret": "your_api_secret"
  }'

API Keys

To use the GlobiQuant API, you'll need to generate API keys from your account dashboard. Keep your API keys secure and never share them publicly.

Rate Limits

  • 100 requests per minute for standard accounts
  • 1000 requests per minute for premium accounts
  • Custom limits available for enterprise accounts

Endpoints

Available API endpoints and their usage

Market Data

GET
/v1/market/data

Retrieve real-time and historical market data.

View Documentation

Orders

POST
/v1/trading/orders

Create and manage trading orders.

View Documentation

Algorithms

POST
/v1/algorithms/deploy

Deploy and manage trading algorithms.

View Documentation

SDKs

Official SDKs for popular programming languages

Python

Version 2.0.0

Download

JavaScript

Version 1.5.0

Download

Java

Version 1.2.0

Download

Need Help?

Our developer support team is here to help you with any API-related questions.