Diesel Prices in Sioux Falls, SD

South Dakota state average:

$4.881

per gallon

South Dakota State Average

4.881

per gallon

Coverage

State-level average

We do not publish station-level prices for Sioux Falls.

Get Sioux Falls Diesel Prices via API

from oilpriceapi import OilPriceAPI

client = OilPriceAPI(api_key="YOUR_API_KEY")

# Get cheapest diesel in Sioux Falls
stations = client.diesel_prices.get_stations(
    lat=43.5446,
    lng=-96.7311,
    radius=8047  # 5 miles
)

# Sort by price
stations_sorted = sorted(stations, key=lambda s: s.diesel_price)
cheapest = stations_sorted[0]

print(f"Cheapest in Sioux Falls: " + cheapest.name)
print(f"Price: $" + str(cheapest.diesel_price) + "/gal")
print(f"Address: " + cheapest.address)

Frequently Asked Questions

What is the cheapest diesel price in Sioux Falls?

Use our API to get real-time diesel prices for Sioux Falls.

What's the average diesel price in Sioux Falls?

We do not publish a Sioux Falls-specific average. The South Dakota state retail diesel average is $4.881/gal.

Need Sioux Falls Diesel Data in Your App?

Real-time station-level prices for Sioux Falls and 130,000+ US stations

Get Free API Key →