Skip to main content
POST
Batch Operations

Overview

Execute multiple primitive operations in a single request. Operations run in parallel for optimal performance. Useful for reducing round-trips when you need data from multiple endpoints.

Request

array
required
Array of operations to execute (max 10).

Supported Primitives

Response

array
Array of results, one per operation.
object

Examples

Multiple Data Types

Get company metrics and bonds in one call:

Response

Compare Multiple Companies

Mixed Primitives

Error Handling

If one operation fails, others still execute:
Check status for each operation:

Limits

  • Maximum 10 operations per batch
  • Each operation counts toward rate limits
  • Credit cost is sum of individual operations

Use Cases

Complete Company Profile

Portfolio Overview