Skip to main content
OIL PRICE API FOR SOFTWARE

Add Commodity Prices to Your Drilling Software in Hours

The oil price API that oilfield software companies embed in their products. One REST API for WTI, Brent, natural gas, and 50+ benchmarks. Great docs, SDKs, and 99.9% uptime.

Trusted by oilfield software companies

Wellsite.com
Innova Drilling
WFR Tools

Why Oilfield Software Companies Choose Our API

Developer-First API

Clean REST API with Python, Node.js, and Ruby SDKs. OpenAPI spec, Postman collection, and comprehensive documentation. Integration takes hours, not weeks.

  • ✓ Python, Node.js, Ruby SDKs
  • ✓ OpenAPI/Swagger specification
  • ✓ Postman collection included

Real-Time & Historical Data

Sub-second latency for real-time prices. 20+ years of historical data for backtesting and analytics features in your drilling economics tools.

  • ✓ Real-time WebSocket streaming
  • ✓ 20+ years historical archive
  • ✓ Sub-second API response times

All the Benchmarks You Need

WTI, Brent, Dubai, Oman, OPEC Basket, natural gas (Henry Hub, TTF), and 50+ more. One API for all the prices your drilling economics needs.

  • ✓ WTI, Brent, Dubai, Oman crude
  • ✓ Henry Hub, TTF, JKM natural gas
  • ✓ Diesel, jet fuel, marine fuels

Production-Ready Infrastructure

99.9% uptime SLA. Your customers depend on your software, and your software depends on reliable price data. We take that seriously.

  • ✓ 99.9% uptime guarantee
  • ✓ Global CDN for fast response
  • ✓ SOC 2 compliance available

Simple Integration Example

Add oil prices to your drilling software in minutes

# Python SDK - Install: pip install oilpriceapi
from oilpriceapi import OilPriceAPI

client = OilPriceAPI(api_key="YOUR_API_KEY")

# Get latest crude oil prices for drilling economics
prices = client.prices.latest()
print("WTI: $" + str(prices.wti))
print("Brent: $" + str(prices.brent))

# Get historical data for economic models
historical = client.prices.historical(
    commodity="wti",
    start="2020-01-01",
    end="2024-12-31"
)

# Stream real-time prices for dashboards
for price in client.prices.stream(["wti", "brent"]):
    update_drilling_dashboard(price)

How Oilfield Software Uses Our API

Drilling Economics

Power NPV calculations, breakeven analysis, and well economics with real-time and forecast price scenarios.

Well Planning Software

Integrate commodity prices into AFE estimates and drilling program economics for E&P operators.

Oilfield Intelligence

Combine price data with rig count, production, and geology data for comprehensive market intelligence platforms.

Pricing That Scales With You

Start free, scale as your software grows

Free Tier

$0

100 requests lifetime

Perfect for development and testing

Professional

$99

100,000 requests/month

Most popular for software products

Enterprise

Custom

Unlimited requests

SLA, dedicated support, custom feeds

View Full Pricing

Add Commodity Prices to Your Software Today

Join Wellsite.com and leading oilfield software companies using OilPriceAPI.

100 free API calls to start • No credit card required • SDKs for Python, Node, Ruby