DailyFrackedFeet#

Fracked feet per day combines daily well-level completions with reported well lateral length to give an estimate of the daily number of horizontal feet being fracked.

Syntax#

=SMX.DailyFrackedFeet(Region, Subregion, Start Date, End Date)

Arguments#

Parameter

Description

Example

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"

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"

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

Example#

Retrieve daily fracked feet data:

  1. To retrieve daily fracked feet in a specific region:

=@SMX.DailyFrackedFeet("northeast", "","","")
An example of filtering by region
  1. To retrieve daily fracked feet with a start date and an end date:

=@SMX.DailyFrackedFeet("", "","2021-1-15","2021-12-15")
An example of filtering by start date and end date
  1. To retrieve daily fracked feet with a start date and an end date for a particular subregion:

=@SMX.DailyFrackedFeet("", "Haynesville - TX","2021-1-15","2021-12-15")
An example of aggregating by start date and end date for a particular subregion

Output Parameters#

Field

Type

Description

Example

date

string [“YYYY-MM-DD”]

Date of observation.

“2022-06-01”

fracked_feet

float

Aggregate fracked feet estimate.

1057.5

region

string

Aggregation of multiple major producing basins.

“GULF”

sub_region

string

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

“S LA”


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.