Completions#

Completion is the process in which a well is enabled to produce oil or gas.

This function returns well completions organized by date.


Syntax#

=SMX.Completions(Operator, State Code, Region, Subregion, County, Start Date, End Date, Completion Class)

Arguments#

Parameter

Description

Example

Operator

Limit search by the name of the operator whose wells to retrieve.

"A WILLIAMS OIL"

State Code

Limit search by the state code where the wells are located.

"CO"

Region

Limit search by the name of the region where the wells are located.

"west"

Subregion

Limit search by the name of the subregion where the wells are located.

"Haynesville - TX"

County

Limit search by county where the well is located.

"Winkler"

Start Date

Limit search to a start date [“YYYY-MM-DD”].

"2022-12-01"

End Date

Limit search to an end date [“YYYY-MM-DD”].

"2022-12-01"

Completion Class

Specifies either oil or gas wells based on the GOR definition from the EIA.

"oil"

Note

Performance considerations: This function may take some time to retrieve and organize large amounts of data. For best performance, it is recommended to limit the number of input parameters and retrieve only the data needed for analysis.

Note

No Data: Output data will return “#No Data” when input data is invalid or does not exist.

Output data will return as "null" when input data is invalid or does not exist

Examples#

  1. To retrieve completions for all operators in a specific region:

=SMX.Completions(,"GULF")
An example of filtering by region
  1. To retrieve completions for a specific operator and region:

=@SMX.Completions("COMSTOCK","GULF")
An example of filtering by operator and region
  1. To retrieve completions with a start date and an end date for a specific subregion:

=SMX.Completions(,,"S LA",,"2021-12-1","2022-12-1")
An example of filtering by start date, end date, and subregion

Output Parameters#

Field

Type

Description

Example

api

integer

An API is a unique, permanent, numeric identifier assigned to each well drilled.

1701121257

completion_class

string

Classifies wells as either oil or gas wells based on the GOR definition from the EIA.

“oil”

county

string

County in the state where the well is located.

“BEAUREGARD”

end_date

string [“YYYY-MM-DD”]

End date of fracking.

“2022-06-01”

operator_name

string

Operator of the well.

“PIE OPERATING, LLC”

region

string

Aggregation of multiple major producing basins.

“GULF”

start_date

string [“YYYY-MM-DD”]

Start date of fracking.

“2020-06-27”

state_ab

string

Abbreviation of the state.

“LA”

sub_region

string

Aggregation of several counties, typically representing a major producing basin.

“S LA”

wellpad_id

integer

Identifier of the wellpad.

27248


Errors#

Functions may return the following error messages:

Error

Description

#VALUE!

Input parameters are invalid or cannot be parsed.

#REF!

The function cannot retrieve data from the SynMaxax API due to a network or connectivity issue.

!!! EXCEPTION

Invalid input parameters. Make sure dates are enclosed in quotes. Check if the API key is valid. To know more about how to use an API key, please check the section on authentication.

#No Data

Input data is invalid or does not exist.

Note

You can also check the logs for more information on errors. You can access the logs by clicking on SynMax Energy on the Excel ribbon and then clicking on Logs.