getCommodityQuotes
Track real-time commodity prices, changes, and volumes for assets like oil, gold, and agricultural products using this API tool on the Financial Modeling Prep MCP Server.
Instructions
Get up-to-the-minute quotes for commodities with the FMP Real-Time Commodities Quotes API. Track the latest prices, changes, and volumes for a wide range of commodities, including oil, gold, and agricultural products.
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"
}