Completion Stimulation Materials
What was pumped into the well, over what interval, at completion.
What this is
The repeating material rows of a completion packet — the AKM records: the depth interval treated, the material used and the code describing the amount and process.
Half a million rows describing acid, fracture and other stimulation treatments as reported on the completion form.
How it is laid out
The Railroad Commission publishes this as Fixed-width ASCII. Columns are byte ranges with no separators, described only in a scanned record layout. We decode it into a table you can open anywhere. It has 8 columns and about 521.1K rows.
The columns you will most likely want:
-
tracking_noThe completion packet's RRC tracking number. -
packet_idIdentifier of the completion packet this row belongs to. -
parent_idIdentifier of the G-1 or W-2 record this row hangs off. -
row_noSequence number of this row within its parent record. Part of the key. -
from_depthTop of the treated interval, feet. -
to_depthBottom of the treated interval, feet.
…and 2 more, all documented on the full page.
What we add
Study stimulation practice by field, operator and year, and find the treated interval for a specific completion.
- Decoded out of the Commission's original format into something Excel opens.
- Filterable before you download, so you can take one county instead of the whole state.
Worth knowing before you use it
The material description is free text and the amount is encoded rather than numeric — read the amount/material/process code before summing anything.
This is the completion form's account of the treatment, not a FracFocus disclosure; the two do not always agree.
The full page lists every trap in this dataset.