How to query technical EUR without economic models?

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.

1 Like

@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.

Okay, thanks. Any idea of timeline?

I’m going to bring this to our forecast team, we should have an idea after that. We’ll keep you posted.

1 Like

I’m trying to do something similar. Do you have any updates on this request? Thank you!

1 Like

@ashley.douglass Thanks for letting us know.

We do not have an ETA yet, but we tracked this request for our forecast team.

Any updates on this? I am also interested in getting the EUR without running the economic model

Hi. Thanks for checking in. This is slated to be released with v31. ETA on that is August/Sept 2022.

The EUR in get-forecast-outputs API endpoint is quite different from what I get when I download from within the application.

1 Like

I have also noticed the “best” EUR returned in the API does not match what I’m seeing in the application.

Did this feature ever come to the finish line? Trying to get the forecast parameter download EUR number to show as well?

We do provide the EUR in the forecast outputs endpoint.

Here is an example of the response.

This is still “best” I am looking for what the EUR is in the forecast parameters download

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.

Note: There can be a small discrepancy between the two around 7e-11 and for ratio forecasts it could be up to around 1e-2

I am working with only single segment forecasts.

Okay, then the only difference is that in your Forecast Parameters CSV is you would just have one row instead of the 3 like in my example.

Right, I am trying to write a python script that brings in the Parameters CSV EUR number into spotfire automatically

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.