[
{
"id": "ec1",
"category": "tractor",
"make": "John Deere",
"model": "6155R",
"year": 2020,
"hours": 2400,
"horsepower": 155,
"drive": "MFWD",
"condition": "good",
"attachments": [
"front weights"
],
"hammerPrice": 120000,
"currency": "USD",
"soldAt": "2026-06-20",
"buyerPremiumRate": 0.05,
"saleVerified": true,
"source": "auction A"
},
{
"id": "ec2",
"category": "tractor",
"make": "John Deere",
"model": "6155R",
"year": 2019,
"hours": 3000,
"horsepower": 155,
"drive": "MFWD",
"condition": "good",
"attachments": [],
"hammerPrice": 105000,
"currency": "USD",
"soldAt": "2026-05-10",
"buyerPremiumRate": 0.08,
"saleVerified": true,
"source": "auction B"
},
{
"id": "ec3",
"category": "tractor",
"make": "John Deere",
"model": "6155R",
"year": 2018,
"hours": 3500,
"horsepower": 155,
"drive": "MFWD",
"condition": "fair",
"attachments": [],
"hammerPrice": 90000,
"currency": "USD",
"soldAt": "2025-08-01",
"saleVerified": true,
"source": "auction A"
}
]