/beta/lower_48_stf_filled#
Provides STF production for TX, LA, NM, CO, ND, OK, OH, PA, WV, and WY, plus modeled production estimates for the remaining Lower-48 states using our daily production model based on interstate pipeline flows
Endpoint#
POST |
https://hyperion.api.synmax.com/v4/beta/lower_48_stf_filled |
Request Examples#
curl -X POST "https://hyperion.api.synmax.com/v4/beta/lower_48_stf_filled" \
-H "Content-Type: application/json" \
-H "Access-Key: $API_TOKEN" \
-d '{}'
from synmax.hyperion.v4 import HyperionApiClient
SYNMAX_ACCESS_TOKEN = "<YOUR_API_TOKEN>"
hyperion_api_client = HyperionApiClient(access_token=SYNMAX_ACCESS_TOKEN)
beta_lower_48_stf_filled_resp = hyperion_api_client.beta_lower_48_stf_filled({})
beta_lower_48_stf_filled_df = beta_lower_48_stf_filled_resp.df()
beta_lower_48_stf_filled_df.head()
Parameters#
Query#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
aggregate_by |
string array |
— |
date_prod |
date_prod_max |
string |
A date in YYYY-MM-DD format |
2021-11-24 |
date_prod_min |
string |
A date in YYYY-MM-DD format |
2021-11-24 |
region_natgas |
string array |
Region divisions based on natural gas production profiles |
west |
sub_region_natgas |
string array |
Subregion divisions based on natural gas production profiles |
Haynesville - TX |
Response#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
date_prod |
string |
A date in YYYY-MM-DD format |
2021-11-24 |
prod_dry_gas_bcf_day |
number |
Daily dry gas production in billion cubic feet |
— |
prod_oil_mbbl_day |
number |
Daily oil production in million barrels |
— |
region_natgas |
string |
Subregion divisions based on natural gas production profiles |
Haynesville - TX |
sub_region_natgas |
string |
Subregion divisions based on natural gas production profiles |
Haynesville - TX |
Aggregation#
Supported parameters: date_prod, region_natgas, sub_region_natgas