Archer Daniels Midland website screenshot

Archer Daniels Midland

Archer Daniels Midland (ADM) is a Fortune 100 global leader in agricultural processing and food ingredient manufacturing, providing nutrition solutions for food, beverage, health, and industrial markets worldwide.

1 APIs 5 Features
AgricultureFood ProcessingCommoditiesSupply ChainFortune 100Nutrition

APIs

Archer Daniels Midland Commodity Data API

The ADM Commodity Data API represents data integration capabilities for agricultural commodity pricing, supply chain logistics, and product information for partner integrations.

Collections

Pricing Plans

Rate Limits

Archer Daniels Midland Rate Limits

1 limits

RATE LIMITS

FinOps

Features

Commodity Data

Agricultural commodity pricing, market trends, and availability data for corn, soybeans, wheat, and other grains.

Supply Chain Integration

API integrations for supply chain visibility, logistics, and sourcing of agricultural raw materials.

Product Catalog

ADM processed food ingredients and agricultural product specifications, nutritional data, and documentation.

Facility Locations

Global network of processing facilities, grain elevators, and distribution centers.

Partner Integration

B2B API integrations for key customers and supply chain partners.

Use Cases

Commodity Procurement

Automate commodity price tracking and procurement workflows for food manufacturers.

Supply Chain Visibility

Integrate ADM supply chain data with enterprise ERP and logistics systems.

Food Ingredient Sourcing

Search and source ADM processed food ingredients for product development.

Risk Management

Access commodity pricing and market trend data for agricultural commodity risk management.

Integrations

SAP

Integration with SAP ERP for procurement, supply chain, and financial management.

Oracle

Oracle ERP integration for commodity trading and logistics management.

CME Group

Integration with commodity futures and options data from CME Group.

Bloomberg

Commodity market data integration with Bloomberg terminal services.

Semantic Vocabularies

Archer Daniels Midland Commodity Data Api Context

7 classes · 22 properties

JSON-LD

API Governance Rules

Archer Daniels Midland API Rules

13 rules · 10 errors 3 warnings

SPECTRAL

JSON Structure

Example Payloads

Press

ADM settles accounting scandal—can AI help prevent the ...

2026-05-25

21st-century neural value chains

2026-05-25

How ADM and Brightseed are using AI to expand ...

2026-05-25

ADM Archer-Daniels-Midland Company Stock Price & ...

2026-05-25

AI could pose risk for food and ag companies

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Archer Daniels Midland Commodity Data API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-ADM-API-Key
    value: '{{X-ADM-API-Key}}'
    placement: header
items:
- info:
    name: Commodities
    type: folder
  items:
  - info:
      name: Archer Daniels Midland List Commodities
      type: http
    http:
      method: GET
      url: https://api.adm.com/v1/commodities
      params:
      - name: type
        value: corn
        type: query
        description: Filter by commodity type (corn, soybeans, wheat, canola, etc.)
      - name: region
        value: US-MIDWEST
        type: query
        description: Filter by sourcing region
      auth:
        type: apikey
        key: X-ADM-API-Key
        value: '{{X-ADM-API-Key}}'
        placement: header
    docs: Retrieve a list of agricultural commodities with current pricing, market trends, and availability information.
  - info:
      name: Archer Daniels Midland Get Commodity
      type: http
    http:
      method: GET
      url: https://api.adm.com/v1/commodities/:commodityId
      params:
      - name: commodityId
        value: CORN-US
        type: path
        description: Commodity identifier
      auth:
        type: apikey
        key: X-ADM-API-Key
        value: '{{X-ADM-API-Key}}'
        placement: header
    docs: Retrieve detailed data for a specific agricultural commodity including price history.
- info:
    name: Products
    type: folder
  items:
  - info:
      name: Archer Daniels Midland List Products
      type: http
    http:
      method: GET
      url: https://api.adm.com/v1/products
      params:
      - name: category
        value: proteins
        type: query
        description: Filter by product category
      - name: application
        value: bakery
        type: query
        description: Filter by application area
      auth:
        type: apikey
        key: X-ADM-API-Key
        value: '{{X-ADM-API-Key}}'
        placement: header
    docs: Retrieve a list of ADM processed food ingredients and agricultural products with specifications and nutritional
      data.
- info:
    name: Locations
    type: folder
  items:
  - info:
      name: Archer Daniels Midland List Locations
      type: http
    http:
      method: GET
      url: https://api.adm.com/v1/locations
      params:
      - name: country
        value: US
        type: query
        description: Filter by country code (ISO 3166-1 alpha-2)
      - name: type
        value: processing-plant
        type: query
        description: Filter by facility type
      auth:
        type: apikey
        key: X-ADM-API-Key
        value: '{{X-ADM-API-Key}}'
        placement: header
    docs: Retrieve a list of ADM processing facilities, grain elevators, and distribution centers with location and capability
      details.
bundled: true