Canyon Creek Energy Arkoma records 7.52% decrease in production in May 2020

Canyon Creek Energy Arkoma recorded a decrease of 7.52% in total oil and gas production to 1,442.51 boe/d in May 2020 when compared with the previous month, according to GlobalData’s USL48 database.

The oil and gas production of Canyon Creek Energy Arkoma grew 440.53% in May 2020 from 266.87 boe/d in May 2019.

On a YTD basis, the company’s total oil and gas production increased by 629.72% from the same period in 2019.

The company’s oil production declined 28.35% to 82.49 bd in May 2020 from the previous month, while gas production declined by 5.85% to 7.89 mmcf/d. On a YTD basis, oil production decreased by 45.74% in 2020 when compared with the same period in 2019, while gas production rose by 7634.48%. Out of the total oil and gas production in May 2020, oil production held a 5.72% share, while gas production held a 94.3% share.

am4core.ready(function() {
am4core.useTheme(am4themes_animated);
am4core.options.commercialLicense = true;
var chart = am4core.create(‘chartdiv643639148’, am4charts.XYChart);
chart.responsive.enabled = true;
chart.data = [{“Text”:”May 2019″,”Value”:”266″},{“Text”:”Jun 2019″,”Value”:”1803″},{“Text”:”Jul 2019″,”Value”:”1688″},{“Text”:”Aug 2019″,”Value”:”1193″},{“Text”:”Sep 2019″,”Value”:”735″},{“Text”:”Oct 2019″,”Value”:”1350″},{“Text”:”Nov 2019″,”Value”:”1763″},{“Text”:”Dec 2019″,”Value”:”1758″},{“Text”:”Jan 2020″,”Value”:”1830″},{“Text”:”Feb 2020″,”Value”:”2004″},{“Text”:”Mar 2020″,”Value”:”1460″},{“Text”:”Apr 2020″,”Value”:”1559″},{“Text”:”May 2020″,”Value”:”1442″}];
var colorsAmcharts = [‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’,
‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’, ‘#373997’
];
let categoryAxis = chart.xAxes.push(new am4charts.CategoryAxis());
categoryAxis.title.text = ‘[]’;
categoryAxis.dataFields.category = ‘Text’;
categoryAxis.renderer.labels.template.hideOversized = false;
categoryAxis.renderer.minGridDistance = 20;
categoryAxis.renderer.labels.template.horizontalCenter = ‘middle’;
categoryAxis.tooltip.fontSize = 11;
categoryAxis.fontSize = 11;
categoryAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.title.fontWeight = ‘bold’;
categoryAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
categoryAxis.renderer.grid.template.opacity = 0;
categoryAxis.renderer.labels.template.rotation = 90;
categoryAxis.renderer.labels.template.verticalCenter = ‘middle’;
categoryAxis.renderer.labels.template.horizontalCenter = ‘left’;
let valueAxis = chart.yAxes.push(new am4charts.ValueAxis());
valueAxis.title.text = ‘Volume’;
valueAxis.extraMax = 0.01;
valueAxis.title.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.fontSize = 11;
valueAxis.tooltip.fontSize = 11;
valueAxis.tooltip.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
valueAxis.renderer.grid.template.opacity = 0;
valueAxis.renderer.labels.template.verticalCenter = ‘middle’;
valueAxis.unit = ‘%’;
valueAxis.min = 0;
let label = categoryAxis.renderer.labels.template;
label.wrap = true;
label.maxWidth = 120;
var series = chart.series.push(new am4charts.ColumnSeries());
series.dataFields.valueY = ‘Value’;
series.dataFields.categoryX = ‘Text’;
series.name = ‘Value’;
series.tooltipText = ‘[font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{categoryX}: [font-size:11px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{valueY}[/]’;
series.columns.template.width = am4core.percent(70);
var valueLabel = series.bullets.push(new am4charts.LabelBullet());
valueLabel.label.text = ‘{valueY}’;
valueLabel.label.fontSize = 11;
valueLabel.label.verticalCenter = ‘left’;
valueLabel.label.dy = -12;
var columnTemplate = series.columns.template;
columnTemplate.strokeWidth = 2;
columnTemplate.strokeOpacity = 0;
columnTemplate.stroke = am4core.color(‘#FFFFFF’);
columnTemplate.adapter.add(‘fill’, function(fill, target) {
return am4core.color(colorsAmcharts[target.dataItem.index]);
})
columnTemplate.adapter.add(‘stroke’, function(stroke, target) {
return chart.colors.getIndex(target.dataItem.index);
})
chart.cursor = new am4charts.XYCursor();
chart.cursor.lineX.strokeOpacity = 0;
chart.cursor.lineY.strokeOpacity = 0;
chart.fontSize = 11;
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
let title = chart.titles.create();
title.text = ‘Canyon Creek Energy Arkoma: Total Production boed (Last 12 months) May 2019 to May 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 10;
});

Looking at the states where Canyon Creek Energy Arkoma recorded the highest oil and gas production in May 2020, Oklahoma figured at the top, accounting for a 100% share. The company produced 1,442.51 boe/d in the state in May 2020, a decrease of 7.52% from the previous month.

On a YTD basis, the company produced 8,296.89 boe/d in Oklahoma in 2020, recording an increase of 629.72% from the same period in 2019.

am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv795820078’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Oklahoma”,”Value”:”100.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});

am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1765127689’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Oklahoma”,”Value”:”100.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by State 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});

Canyon Creek Energy Arkoma witnessed the highest oil and gas production in Hughes county in May 2020. Out of all the counties, Hughes county held a share of 73.14% for the firm. The company produced 1,055.08 boe/d in Hughes county in May 2020, a decrease of 0.58% in production when compared with the previous month.

On a YTD basis, the county produced 6,047.62 boe/d for the company in 2020, a 71469.47% increase from the same period in 2019.

am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1574187123’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Coal”,”Value”:”100.00″},{“Text”:”Atoka”,”Value”:”0.00″},{“Text”:”Hughes”,”Value”:”0.00″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Oil Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});

am4core.ready(function() {
am4core.useTheme(am4themes_animated);
var chart = am4core.create(‘chartdiv1605106111’, am4charts.PieChart);
chart.hiddenState.properties.opacity = 0;
chart.data = [{“Text”:”Hughes”,”Value”:”77.57″},{“Text”:”Atoka”,”Value”:”22.18″},{“Text”:”Coal”,”Value”:”0.13″}];
chart.innerRadius = am4core.percent(50);
chart.depth = 120;
var series = chart.series.push(new am4charts.PieSeries());
series.dataFields.value = ‘Value’;
series.dataFields.category = ‘Text’;
series.slices.template.tooltipText = ‘[font-size:11px;font-family:Atlas Grotesk]{category}: {value}%’;
series.ticks.template.disabled = true;
series.alignLabels = false;
series.labels.template.text = ‘[font-size:8px;font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif]{value}%’;
series.labels.template.radius = am4core.percent(-20);
series.labels.template.fill = am4core.color(‘white’);
chart.legend = new am4charts.Legend();
chart.legend = new am4charts.Legend();
chart.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
chart.fontSize = 11;
chart.legend.fontSize = 11;
chart.legend.valueLabels.template.text = ”;
series.colors.list = [
am4core.color(‘#373997’),
am4core.color(‘#1AC1A9’),
am4core.color(‘#151529’),
am4core.color(‘#6AB9FF’),
am4core.color(‘#FF8AA9’),
am4core.color(‘#515151’),
am4core.color(‘#80EED2’),
am4core.color(‘#DBDBDB’),
am4core.color(‘#FF325C’),
];
let title = chart.titles.create();
title.text = ‘Gas Production by County 2020’;
title.fontSize = 16;
title.marginBottom = 30;
var watermark = chart.createChild(am4core.Label);
watermark.text = ”;
watermark.align = ‘left’;
watermark.valign = ‘bottom’;
watermark.fillOpacity = 1;
watermark.fontSize = 13;
watermark.fontFamily = ‘font-family:IBM Plex Sans, Helvetica Neue, Helvetica, Roboto, Arial,sans-serif’;
watermark.marginTop = 30;
chart.logo.disabled = true;
});

Methodology

All publicly announced wells data are included in this analysis, which is drawn from GlobalData’s USL48 database that provides insights into oil and gas permits and wells as disclosed by state ministry sites.

GlobalData collects the latest production data and analyses the trends when it is made available for public disclosure by state ministries. Differences, if any, between the period of activity and the article date may be attributed to delays in the issuance of data.

The post Canyon Creek Energy Arkoma records 7.52% decrease in production in May 2020 appeared first on Offshore Technology.

Share to your network

Leave a Comment

Shopping Cart