/productionbywell#
This endpoint returns monthly oil and gas production figures for a specific well.
Row Limit
Currently limited to one million rows per request. This endpoint will throw an error when you exceed one millions rows for a single request. To avoid this error simply apply additional filters to your request.
Warning
A throttling mechanism with a rate limit of 300 requests per minute has been implemented for this endpoint. This is temporary and may be adjusted in the future.
Endpoint#
POST |
https://hyperion.api.synmax.com/v3/productionbywell |
Usage#
Python#
- production_by_well(aggregate_by=[None], api=[None], county=[None], end_date=None, operator=[None], production_month=[None], region=[None], start_date=None, state_code=[None], sub_region=[None])#
Returns well-level oil and gas production (monthly).
Object returned is a pandas DataFrame.
⮞ Setup the client.
from synmax.hyperion import HyperionApiClient, ApiPayload
access_token = 'your access token goes here'
client = HyperionApiClient(access_token=access_token)
For a more detailed guide on setting up the Hyperion client, please see the Quickstart page.
⮞ Use parameters to narrow down your request.
payload = ApiPayload(start_date='2021-05-01', end_date='2022-06-25', sub_region=['S LA', 'West - TX'])
Tip
Narrow down your request to receive a faster response. Using no parameters will fetch the entire dataset which may take a very long time.
⮞ Call the function.
result_df = client.production_by_well(payload)
⮞ Print the results or save them for later.
# Print the entire response as a string.
print(result_df.to_string())
# Create a CSV file from the output.
result_df.to_csv('output.csv')
# Print the number of items per column.
print(result_df.count())
For more information on outputting to different formats, please see the pandas DataFrame documentation.
Parameters#
Query#
Parameter |
Type |
Description |
Example |
---|---|---|---|
aggregate_by |
string array |
Aggregate data by a list of parameters. |
|
api |
string array |
Well API numbers passed as strings. |
|
county |
string array |
Limit search by a list of counties. |
|
end_date |
string |
Limit search to an end date. Date formatting - [“YYYY-MM-DD”] |
|
operator |
string array |
Limit search to a list of well operators. |
|
production_month |
integer array |
Filter for specific production months of selected wells. Represents one or more months since the well started producing. Starts from 1 and increases by 1 for each subsequent month of production. |
|
region |
string array |
Limit search by a list of regions (clusters of multiple major producing basins). |
|
start_date |
string |
Limit search to a start date. Date formatting - [“YYYY-MM-DD”] |
|
state_code |
string array |
Limit search by a list of state codes. |
|
sub_region |
string array |
Limit search by a list of subregions (clusters of several counties forming a major producing basin). |
|
Aggregation#
Aggregation provides an overview of overall productions levels for a particular operator or across a given region during a given timeframe.
Data is always implicitly aggregated by date. This means all other column data are grouped by date.
Supported parameters: county
, date
, operator
, region
, state_code
, sub_region
Response#
Parameter |
Type |
Description |
Example |
---|---|---|---|
api |
integer |
An API is a unique, permanent, numeric identifier assigned to each well drilled. |
1701121257 |
county |
string |
County in the state where the well is located. |
“BEAUREGARD” |
date |
string |
Unsynced date on which oil and gas production starts. Date formatting - [“YYYY-MM-DD”] |
“2022-06-01” |
field_name |
string |
The name of a specific oil and gas field - as designated by the appropriate state agency. |
“Caddo Pine Island” |
formation |
string |
Definition of the geological makeup (formation) at a specific well. |
“oil shale formation” |
gas_daily |
float |
Average rate of gas production expressed per day (in MCF/day). |
23.842 |
gas_monthly |
integer |
Amount of gas produced over one month (in MCF, or 1 thousand cubic feet). |
980 |
oil_daily |
float |
The amount of oil produced in a single day (in BBLS, or barrels). |
112.9570761 |
oil_monthly |
integer |
The amount of oil produced over one month (in BBLS, or barrels). |
5650 |
operator_name |
string |
Operator of the well. |
“PIE OPERATING, LLC” |
production_month |
integer |
Specific production months of specific wells. Starts from 1 and increases by 1 for each subsequent month. |
4 |
range |
string |
Ranges are columns of townships set side-by-side. Range numbers start at the meridian that passes through the point of origin of each system and runs east to west. |
“16W” |
region |
string |
Aggregation of multiple major producing basins. |
“GULF” |
section |
integer |
A section is a further subdivision of a township, represented by a numerical value between 1 and 36. Each section is about 1 square mile. |
“34” |
state_ab |
string |
Abbreviation of the state. |
“LA” |
sub_region |
string |
Aggregation of several counties, typically representing a major producing basin. |
“S LA” |
township |
string |
Townships are divisions of a county, shaped as squares with 6 miles to a side. Township squares are gridded and numbered according to their position north or south of the baseline. |
“21N” |
water_daily |
float |
The amount of water extracted from the well during a single day (in BBLs, or barrels). |
23.296827 |
water_monthly |
integer |
The amount of water extracted from the well during a one-month production period (in BBLs, or barrels). |
947 |
well_name |
string |
The name assigned to a well at a specific site. |
“SL 2259” |
well_no |
string |
The number assigned to a well at a specific site. |
“058” |
Note
Unsynced data in the date column provide a date at the start of the month. However, the actual reported date is for the end of the month.
For example, if the reported date is “2022-1-10”, this means the data pertains to the month of January and was actually reported on “2022-01-31”.
This means that you should ideally interpret the reported date as representing the whole month and not just the specific date at the start of the month.
Responses#
Normal Output#
api |
county |
date |
field_name |
formation |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
operator_name |
production_month |
range |
region |
section |
state_ab |
sub_region |
township |
water_daily |
water_monthly |
well_name |
well_no |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 |
Jefferson Davis |
1977-01-01 |
Wildcat-So La Lk Charles Dist |
46.0 |
1444.0 |
33.0 |
1035 |
1 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-02-01 |
Wildcat-So La Lk Charles Dist |
51.0 |
1436.0 |
30.0 |
845 |
2 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-03-01 |
Wildcat-So La Lk Charles Dist |
47.0 |
1462.0 |
30.0 |
946 |
3 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-04-01 |
Wildcat-So La Lk Charles Dist |
51.0 |
1551.0 |
28.0 |
852 |
4 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-05-01 |
Wildcat-So La Lk Charles Dist |
40.0 |
1269.0 |
28.0 |
877 |
5 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-06-01 |
Wildcat-So La Lk Charles Dist |
42.0 |
1283.0 |
33.0 |
1001 |
6 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-07-01 |
Wildcat-So La Lk Charles Dist |
49.0 |
1545.0 |
28.0 |
893 |
7 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-08-01 |
Wildcat-So La Lk Charles Dist |
54.0 |
1684.0 |
28.0 |
895 |
8 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-09-01 |
Wildcat-So La Lk Charles Dist |
55.0 |
1679.0 |
26.0 |
785 |
9 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
||||
0 |
Jefferson Davis |
1977-10-01 |
Wildcat-So La Lk Charles Dist |
55.0 |
1729.0 |
25.0 |
804 |
10 |
03W |
gulf |
014 |
LA |
S LA |
11S |
SPARGE POINT |
005 |
Note
Output data will return as “null” when input data is invalid or does not exist.
Aggregated Output#
Aggregated by…
payload = {
'aggregate_by': 'county'
}
county |
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
water_daily |
water_monthly |
---|---|---|---|---|---|---|---|
Pearl River |
2022-11-01 |
193.0 |
5845.0 |
20.0 |
640.0 |
73.0 |
2258.0 |
Washington |
2022-11-01 |
149175.0 |
4483662.0 |
10942.0 |
341105.0 |
44856.0 |
1347704.0 |
Assumption |
2022-11-01 |
45.0 |
1404.0 |
||||
Trumbull |
2022-11-01 |
881.0 |
26494.0 |
5.0 |
208.0 |
12.0 |
425.0 |
Colorado |
2022-11-01 |
28956.0 |
870222.0 |
1003.0 |
32194.0 |
||
Winkler |
2022-11-01 |
125418.0 |
3794474.0 |
48642.0 |
1499846.0 |
||
Brazoria |
2022-11-01 |
18978.0 |
572447.0 |
7342.0 |
240132.0 |
||
Ritchie |
2022-11-01 |
427765.0 |
12836233.0 |
1019.0 |
33412.0 |
8662.0 |
263262.0 |
Bottineau |
2022-11-01 |
450.0 |
16220.0 |
3632.0 |
115712.0 |
66393.0 |
1998257.0 |
SELDOVIA |
2022-11-01 |
15126.0 |
454043.0 |
2358.0 |
70811.0 |
614.0 |
18661.0 |
payload = {
'aggregate_by': 'date'
}
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
water_daily |
water_monthly |
---|---|---|---|---|---|---|
2022-11-01 |
98667940.0 |
2965600394 |
11169036.0 |
339967283 |
24848929.0 |
746910492 |
2022-12-01 |
90981146.0 |
2826245224 |
9618808.0 |
303232793 |
23286764.0 |
723352659 |
2023-01-01 |
74398639.0 |
2311747854 |
9233580.0 |
290990279 |
23450339.0 |
728316426 |
2023-02-01 |
46330224.0 |
1299281323 |
5027550.0 |
142114700 |
23157712.0 |
649621781 |
payload = {
'aggregate_by': 'operator'
}
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
operator_name |
water_daily |
water_monthly |
---|---|---|---|---|---|---|---|
2022-11-01 |
1828.0 |
56120.0 |
111.0 |
4802.0 |
DIAMOND S ENERGY COMPANY |
34.0 |
1073.0 |
2022-11-01 |
4.0 |
120.0 |
CHEROKEE RESOURCE MANAGEMENT |
||||
2022-11-01 |
5.0 |
187.0 |
0.0 |
0.0 |
ALVEY PARTNERS |
||
2022-11-01 |
0.0 |
0.0 |
2.0 |
62.0 |
TRI CITY OIL CO., LLC |
||
2022-11-01 |
0.0 |
0.0 |
51.0 |
1560.0 |
J-BIRD WELL SERVICE INCORPORATED |
0.0 |
0.0 |
2022-11-01 |
6.0 |
195.0 |
BARDEN BASS OIL & GAS EXPLORATION CO INC |
||||
2022-11-01 |
15.0 |
467.0 |
0.0 |
15.0 |
ZIVNEY ENERGY |
||
2022-11-01 |
909.0 |
27913.0 |
18.0 |
737.0 |
JANDAR EXPLORATION |
||
2022-11-01 |
0.0 |
0.0 |
29.0 |
1338.0 |
HARVEST PETROLEUM INC. |
||
2022-11-01 |
0.0 |
0.0 |
88.0 |
2662.0 |
EXPORT PETROLEUM CORPORATION |
payload = {
'aggregate_by': 'region'
}
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
region |
water_daily |
water_monthly |
---|---|---|---|---|---|---|---|
2022-11-01 |
16459241.0 |
495244505 |
2504004.0 |
75915697 |
west |
17282285.0 |
519519648.0 |
2022-11-01 |
13522360.0 |
405754356 |
102288.0 |
3110442 |
northeast |
206445.0 |
6268787.0 |
2022-11-01 |
13845083.0 |
415379414 |
787937.0 |
23662219 |
Alaska |
3859271.0 |
115803557.0 |
2022-11-01 |
689456.0 |
20720448 |
52558.0 |
1604083 |
southeast |
1666195.0 |
50016732.0 |
2022-11-01 |
36852581.0 |
1108692337 |
4846585.0 |
148867523 |
gulf |
||
2022-11-01 |
17299219.0 |
519809334 |
2875664.0 |
86807319 |
midwest |
1834733.0 |
55301768.0 |
2022-12-01 |
16241525.0 |
505007654 |
2508577.0 |
78584122 |
west |
17038384.0 |
529268146.0 |
2022-12-01 |
7498570.0 |
233293917 |
1587668.0 |
49770904 |
midwest |
1615288.0 |
50326575.0 |
2022-12-01 |
14202601.0 |
440309000 |
789119.0 |
24488863 |
Alaska |
3871786.0 |
120052021.0 |
2022-12-01 |
39353324.0 |
1223286679 |
4593960.0 |
146000217 |
gulf |
52.0 |
1640.0 |
payload = {
'aggregate_by': 'state_code'
}
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
state_ab |
water_daily |
water_monthly |
---|---|---|---|---|---|---|---|
2022-11-01 |
316545.0 |
9590895 |
54986.0 |
1697458.0 |
MT |
414648.0 |
12495494.0 |
2022-11-01 |
13845083.0 |
415379414 |
787937.0 |
23662219.0 |
AK |
3859271.0 |
115803557.0 |
2022-11-01 |
77134.0 |
2329583 |
11400.0 |
347522.0 |
AL |
109524.0 |
3294373.0 |
2022-11-01 |
709561.0 |
21441467 |
126406.0 |
3894581.0 |
UT |
493396.0 |
14924870.0 |
2022-11-01 |
6308554.0 |
189326335 |
41111.0 |
1322111.0 |
LA |
||
2022-11-01 |
5995018.0 |
179893961 |
64450.0 |
1951766.0 |
OH |
90586.0 |
2760280.0 |
2022-11-01 |
299755.0 |
9197249 |
KS |
||||
2022-11-01 |
5972968.0 |
179688325 |
441271.0 |
13460550.0 |
CO |
1451732.0 |
43916485.0 |
2022-11-01 |
30544027.0 |
919366002 |
4805474.0 |
147545412.0 |
TX |
||
2022-11-01 |
1808105.0 |
54323298 |
208107.0 |
6313455.0 |
WY |
9102201.0 |
273150883.0 |
payload = {
'aggregate_by': 'sub_region'
}
date |
gas_daily |
gas_monthly |
oil_daily |
oil_monthly |
sub_region |
water_daily |
water_monthly |
---|---|---|---|---|---|---|---|
2022-11-01 |
13845083.0 |
415379414 |
787937.0 |
23662219.0 |
Alaska |
3859271.0 |
115803557.0 |
2022-11-01 |
1417461.0 |
42846310 |
37114.0 |
1166091.0 |
NewMexico |
115174.0 |
3578292.0 |
2022-11-01 |
7181135.0 |
216073065 |
1044255.0 |
31998673.0 |
South - TX |
||
2022-11-01 |
750349.0 |
22747391 |
24820.0 |
873947.0 |
North - TX |
||
2022-11-01 |
77134.0 |
2329583 |
11400.0 |
347522.0 |
AL |
109524.0 |
3294373.0 |
2022-11-01 |
5995018.0 |
179893961 |
64450.0 |
1951766.0 |
OH |
90586.0 |
2760280.0 |
2022-11-01 |
299755.0 |
9197249 |
KS |
||||
2022-11-01 |
316545.0 |
9590895 |
54986.0 |
1697458.0 |
Montana |
414648.0 |
12495494.0 |
2022-11-01 |
2832773.0 |
85393145 |
52368.0 |
1954607.0 |
Central - TX |
||
2022-11-01 |
6004587.0 |
180187160 |
2858.0 |
140884.0 |
Haynesville - LA |
Tip
To better explore using the aggregation functionality interactively, consider using our Excel Add-in. By familiarizing yourself with the available options, you can more efficiently query and process the data for your specific needs. To learn how to use the SynMax Excel Add-in, please refer to our Excel Add-in Documentation.