getIndexQuotes
Monitor real-time performance of global stock market indexes with live quotes. Track movements and analyze changes to stay informed about market trends.
Instructions
Track real-time movements of major stock market indexes with the FMP Stock Market Index Quotes API. Access live quotes for global indexes and monitor changes in their performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
short | No | Whether to use short format |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"short": {
"description": "Whether to use short format",
"type": "boolean"
}
},
"type": "object"
}