WELLHEAD
IQ
For Texas Oil and Gas Operators
Empower Your Team
With Good Data
We track every oil and gas lease in Texas, the price of oil or gas sold, how much was produced, gravity, and more.
Analytics & Insights
ANALYTICS
Determine how you rank as a producer
INSIGHTS
Ensure you're getting the best price
REPORTS
Get every team aligned
Built on Powerful Tech
Utilizing machine learning and AI, our platform provides reliable, up-to-date insights on Texas' oil and gas leases and production. Trusted by industry leaders, our tools empower strategic decisions with accurate, comprehensive data.
# Get started with WellheadIQ API in seconds
from wellheadiq import WellheadIQ
# Initialize client
client = WellheadIQ(api_key='your_api_key')
# Get current oil prices in Midland County
prices = client.get_prices(
county='Midland',
product='oil'
)
print(f"Average price: ${prices['avg']}/BBL")
print(f"Best buyer: {prices['top_buyer']} at ${prices['max']}/BBL")
# Find wells by operator
wells = client.search_wells(
operator='EOG Resources',
min_production=500 # BBL/day
)
print(f"Found {len(wells)} active wells")
# Get production reports
production = client.get_production(
lease_id='12345',
months=6
)
# Track regulatory filings
filings = client.get_filings(operator_p5='250571')
for filing in filings['pending']:
print(f"{filing['form']} due {filing['due_date']}")
# Real-time price alerts
client.subscribe_alerts(
county='Andrews',
threshold=85, # Alert when price > $85/BBL
callback=lambda p: print(f"Price alert: ${p}/BBL")
) API SDK available for: Python, R, Excel, and custom data formats. We provide comprehensive client libraries and can deliver data in any format you need.
Powerful Reporting
Leveraging cutting-edge AI and robust analytics, our platform transforms intricate oil and gas data into valuable insights. Trusted by industry giants, our proven software delivers enduring, reliable performance.
COUNTY REPORT
Explore county-specific oil and gas data to reveal production trends, identify top leases and taxpayers, assess exemptions, and make informed operational and investment decisions.
PRICE REPORT
Analyze our data to track oil and gas price trends, identify top purchasers, and strategize sales for maximum profitability, aiding in informed decision-making.
OPERATOR REPORT
Query our data to uncover operators' performance insights, scrutinizing production volumes, tax details, exemption usage, and lease management for strategic enhancements.
TAX REPORT
Leverage our data to unearth deep insights on tax liabilities, analyze tax types and sub-types, track exemptions, and strategize for efficient tax planning.
Pricing
or email paras@wellheadiq.com
Start using WellheadIQ today.