/operatorclassification#
Warning
Deprecation Notice for Hyperion API v3 - We are deprecating Hyperion API v3 to concentrate on the improved functionality of newer versions. V3 will no longer receive new features or enhancements.
New Integrations: Please use Hyperion API v4.
Existing v3 Users: We encourage you to migrate to v4.
SynMax will provide migration guides and proactive support to assist with your transition.
This endpoint returns operators classified as either public or private companies.
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#
GET |
https://hyperion.api.synmax.com/v3/operatorclassification |
Usage#
Python#
- client.fetch_operator_classification()#
Returns operators classified as either public or private companies.
This function takes no parameters.
Object returned is a pandas DataFrame.
Note
To learn how to setup and use Python client, refer to Setup and Usage .
Response#
Parameter |
Type |
Description |
Example |
|---|---|---|---|
operator_name |
string |
Operator of the well. |
“PIE OPERATING, LLC” |
public_or_private |
string |
Operator classification as a public or private company. Date formatting - [“YYYY-MM-DD”] |
“PRIVATE” |
ticker |
string |
If a company is public then the ticker is provided. |
“XOM” |
Responses#
Normal Output#
operator_name |
public_or_private |
ticker |
|---|---|---|
1859 OPERATING LLC |
PRIVATE |
|
3-T EXPLORATION INC |
PRIVATE |
|
3:16 DISPOSAL SYSTEMS SERIES LLC |
PRIVATE |
|
3FEARNS LLC |
PRIVATE |
|
4020 SWD, LLC |
PRIVATE |
|
A WILLIAMS OIL |
PRIVATE |
|
A2R RESOURCES LLC |
PRIVATE |
|
ABACO OPERATING, LLC |
PRIVATE |
|
ABB OIL COMPANY INC |
PRIVATE |
|
ABLEREADY, INC. |
PRIVATE |
Note
Output data will return as “null” when input data is invalid or does not exist.