I would like to query EUR from the API without any economic model. I want results similar to what I’m getting when I use Forecast > Download Forecast Parameters from the menu bar in the software. This exports a csv with a column called EUR (MBBL, MMCF). I am looking for that column.
I looked at get-forecast-outputs. This contains several interesting parameters: b, diEffSec, etc., but it’s missing technical EUR.
I would specifically like to avoid a workaround where I take the sum of monthly volumes.
@kevin.presley Welcome to the forum! Thanks for the high quality post.
We do not have that data available at the moment as part of the forecast related models. We also don’t have it at hand in the underlying data model to be exposed.
At the moment, EUR is only available in the economics output in the REST API, but I understand you are looking for a solution without economic models.
We are tracking this a feature request. We’ll get back to you as soon as we have an update on the status of this.
You can get the probabilistic EURs from the same endpoint not just the best. In the image below I am looking at p90, EUR for a certain well’s oil phase. The value retuned is in BBL.
In the Forecast Parameters CSV export you will get each segment and if you add them together you should get the calculated value from the endpoint but in in MBBL units.
Since you are only working with single segments, can’t you convert the results of the Forecast outputs to MBBL (divide by 1000) and get close to what you need? The API doesn’t currently expose the EURs directly returned from the Forecast Parameters CSV. We are currently improving the Forecast Parameters endpoints and can investigate adding a GET endpoint that would match what the CSV returns. I will bring this up with our product manager.