Skip to main content
GET
/
v1
/
macro
/
commodity
/
symbols
Get Commodity Symbol List
curl --request GET \
  --url https://data-tools.prd.arrays.org/api/v1/macro/commodity/symbols \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "currency": "USX",
      "exchange": "CME",
      "name": "Lean Hogs Futures",
      "symbol": "HEUSX",
      "trade_month": "Dec"
    }
  ],
  "error": {
    "code": "RESOURCE_NOT_FOUND",
    "details": [
      {
        "field": "<string>",
        "got": "<string>",
        "reason": "<string>"
      }
    ],
    "docs_url": "<string>",
    "examples": [
      "<string>"
    ],
    "hint": "<string>",
    "message": "The requested resource was not found.",
    "suggestions": [
      "<string>"
    ]
  },
  "pagination": "<unknown>",
  "request_id": "<string>",
  "success": true
}

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Response

Successfully retrieved commodity symbol list

data
object[]
error
object
pagination
any
request_id
string
success
boolean