getAllIndexQuotes
Access real-time quotes for stock indexes globally. Monitor market performance across diverse benchmarks and niche indexes in a single API request.
Instructions
The All Index Quotes API provides real-time quotes for a wide range of stock indexes, from major market benchmarks to niche indexes. This API allows users to track market performance across multiple indexes in a single request, giving them a broad view of the financial markets.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
short | No | Whether to return short quotes (default: false) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"short": {
"description": "Whether to return short quotes (default: false)",
"type": "boolean"
}
},
"type": "object"
}