/beta/complete_report_date#
Get most recent date for which pipeline scrapes, gas and oil datasets are considered complete, by subregion.
Endpoint#
POST |
https://hyperion.api.synmax.com/v4/beta/complete_report_date |
Request Examples#
curl -X POST "https://hyperion.api.synmax.com/v4/beta/complete_report_date" \
-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_complete_report_date_resp = hyperion_api_client.beta_complete_report_date({})
beta_complete_report_date_df = beta_complete_report_date_resp.df()
beta_complete_report_date_df.head()
Parameters#
Query#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
sub_region_natgas |
string array |
Subregion divisions based on natural gas production profiles |
Haynesville - TX |
Response#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
date_completion_report |
string |
Well completions information up to this date is complete. “Missing well completions” are ignored from the short-term forecast (STF). A well completion is “missing” if no production data indicates that this well is producing, even if a completion event was recorded via satellite imagery or state date. |
— |
date_gas_prod_report |
string |
Date up to which state-reported gas production data is complete. Any well which has stopped reporting production leading up to this date is considered inactive and excluded from the STF. |
— |
date_oil_prod_report |
string |
Date up to which state-reported oil production data is complete. |
— |
date_pipe_scrape_report |
string |
The complete date for state data used by the daily production regression model which is derived from daily pipe scrapes. |
— |
sub_region_natgas |
string |
Subregion divisions based on natural gas production profiles |
Haynesville - TX |
Normal Output#
sub_region_natgas |
date_pipe_scrape_report |
date_completion_report |
date_gas_prod_report |
date_oil_prod_report |
|---|---|---|---|---|
Central - TX |
2024-07-01 |
2024-10-01 |
2024-11-01 |
2024-02-01 |
Colorado wo SJ |
2024-08-01 |
2024-03-01 |
2024-04-01 |
2024-04-01 |
GOM |
2024-12-01 |
|||
Haynesville - LA |
2023-12-01 |
2024-04-01 |
2024-05-01 |
2024-05-01 |
Haynesville - TX |
2024-03-01 |
2024-06-01 |
2024-07-01 |
2024-03-01 |
N LA |
2024-06-01 |
2023-06-01 |
2023-07-01 |
2023-07-01 |
NE PA |
2024-12-01 |
2024-03-01 |
2024-08-01 |
2023-12-01 |
NewMexico |
2024-10-01 |
2024-02-01 |
2024-03-01 |
2024-03-01 |
North - TX |
2024-07-01 |
2024-01-01 |
2024-02-01 |
2024-02-01 |
North Dakota |
2024-09-01 |
2024-06-01 |
2024-07-01 |
2024-07-01 |