# EIA Crude Oil Brent & WTI Daily Spot Prices

**Use case:** 

Export Brent and WTI crude oil daily spot prices from the EIA API — settlement date, price in USD per barrel, series ID, and market description.

## Input

```json
{
  "sp_intended_usage": "Describe your intended use...",
  "sp_improvement_suggestions": "Share your suggestions here...",
  "sp_contact": "Share your email here...",
  "commodityCategory": "energy",
  "eiaApiKey": "***",
  "nassApiKey": "***",
  "startDate": "2024-01-01",
  "endDate": "",
  "maxItems": 200
}
```

## Output

```json
{
  "commodity": {
    "label": "Commodity",
    "format": "string"
  },
  "market": {
    "label": "Market",
    "format": "string"
  },
  "settlement_date": {
    "label": "Settlement Date",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Commodity Price Aggregator — EIA Energy & USDA Crop Prices](https://apify.com/jungle_synthesizer/commodity-price-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/commodity-price-aggregator) to learn more, explore other use cases, and run it yourself.