getETFQuotes
Access real-time price quotes for ETFs to track current prices, performance changes, and key data using FMP API, enabling informed financial decision-making.
Instructions
Get real-time price quotes for exchange-traded funds (ETFs) with the FMP ETF Price Quotes API. Track current prices, performance changes, and key data for a wide variety of ETFs.
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"
}