Commodity Symbols API

The commodity market covers the trading of raw materials like oil, gold, coffee, etc. This API endpoint provides trading symbols and additional information for major commodities.

API Endpoint

https://financialdata.net/api/v1/commodity-symbols

Query Parameters

NameTypeDescriptionExample
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "BZ",
    "description": "Brent Crude Oil Futures (NYMEX)"
  },
  {
    "trading_symbol": "CJ",
    "description": "Cocoa Futures (NYMEX)"
  },
  {
    "trading_symbol": "CL",
    "description": "Crude Oil Futures (NYMEX)"
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.