# Energy Prices & Markets - Assessments List

The <a href="https://www.intratec.us/solutions/energy-prices-markets" target="_blank" rel="noopener">Energy Prices & Markets</a> report is a monthly program covering energy commodity prices, energy market analysis, maritime freight and insurance costs, and cross-country price comparisons. There are **5,561 assessments** currently published across **33 countries**, organized into price, freight, and insurance assessments, market analysis and outlook, energy self-sufficiency and trade dependencies, and global prices comparison.

## Find an assessment {#find-an-assessment}
The finder below locates any individual series. Enter keywords in the search box, use the filter by category and by country.

<style>
.af-controls { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; margin: 1rem 0; }
.af-controls input, .af-controls select {
  height: 2.5rem; margin: 0; box-sizing: border-box;
  padding: 0.4rem 0.6rem; border: 1px solid var(--accordion-border-color, #d0d7de);
  border-radius: 6px; font-size: 0.9rem; background-color: inherit; color: inherit;
}
.af-controls input { flex: 1 1 240px; }
#af-n { font-size: 0.85rem; opacity: 0.7; margin-left: auto; white-space: nowrap; }
.af-wrap { max-height: 70vh; overflow-y: auto; border: 1px solid var(--accordion-border-color, #d0d7de); border-radius: 6px; margin-bottom: 2.5rem; }
.af-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; margin: 0; }
.af-table th { position: sticky; top: 0; background: var(--sidebar-bg-color, #f6f8fa); text-align: left; padding: 0.5rem 0.6rem; border-bottom: 2px solid var(--accordion-border-color, #d0d7de); }
.af-table td { padding: 0.35rem 0.6rem; border-bottom: 1px solid var(--accordion-border-color, #eaeef2); vertical-align: top; }
/* Auto layout (table can overflow -> .af-wrap shows a horizontal scrollbar instead
   of squishing columns). Code is capped at 15ch and allowed to wrap (overflow-wrap)
   so a rare long code breaks instead of widening the column and stealing space from
   the wrappable text columns. The min-widths floor those text columns so a narrow
   viewport triggers the horizontal scrollbar rather than squishing them. */
.af-table th:nth-child(4), .af-table td:nth-child(4) { width: 15ch; min-width: 15ch; max-width: 15ch; overflow-wrap: anywhere; }
.af-table th:nth-child(1), .af-table td:nth-child(1) { min-width: 22ch; }  /* Assessment name */
.af-table th:nth-child(2), .af-table td:nth-child(2) { min-width: 20ch; }  /* Category */
.af-table th:nth-child(5), .af-table td:nth-child(5) { min-width: 18ch; }  /* Delivery methods */
/* "Assessment details" (v1 col 6) and the product link share one fixed width so
   they line up. The product link is always the LAST column (v2 drops the
   Assessment-details column), so :last-child targets it in both variants. */
.af-table th:nth-child(6), .af-table td:nth-child(6),
.af-table th:last-child, .af-table td:last-child { width: 13ch; min-width: 13ch; max-width: 13ch; }
</style>
<div class="af-controls">
  <input id="af-q" type="search" placeholder="Filter by assessment, code, or country&hellip;" aria-label="Filter">
  <select id="af-cat" aria-label="Category"><option value="">All categories</option>
    <option value="Price Assessments">Price Assessments</option>
    <option value="Freight Assessments">Freight Assessments</option>
    <option value="Insurance Assessments">Insurance Assessments</option>
    <option value="Market Analysis &amp; Outlook">Market Analysis &amp; Outlook</option>
    <option value="Energy Self-Sufficiency &amp; Trade Dependencies">Energy Self-Sufficiency &amp; Trade Dependencies</option>
    <option value="Global Prices Comparison">Global Prices Comparison</option>
  </select>
  <select id="af-country" aria-label="Country"><option value="">All countries</option>
    <option value="USA">United States</option>
    <option value="AUS">Australia</option>
    <option value="BEL">Belgium</option>
    <option value="BRA">Brazil</option>
    <option value="CAN">Canada</option>
    <option value="CHL">Chile</option>
    <option value="CHN">China</option>
    <option value="COL">Colombia</option>
    <option value="CZE">Czech Republic</option>
    <option value="FIN">Finland</option>
    <option value="FRA">France</option>
    <option value="DEU">Germany</option>
    <option value="HUN">Hungary</option>
    <option value="IND">India</option>
    <option value="IDN">Indonesia</option>
    <option value="ITA">Italy</option>
    <option value="JPN">Japan</option>
    <option value="MEX">Mexico</option>
    <option value="NLD">Netherlands</option>
    <option value="NOR">Norway</option>
    <option value="PHL">Philippines</option>
    <option value="POL">Poland</option>
    <option value="RUS">Russia</option>
    <option value="SAU">Saudi Arabia</option>
    <option value="SGP">Singapore</option>
    <option value="ZAF">South Africa</option>
    <option value="KOR">South Korea</option>
    <option value="ESP">Spain</option>
    <option value="SWE">Sweden</option>
    <option value="TWN">Taiwan</option>
    <option value="THA">Thailand</option>
    <option value="TUR">Turkey</option>
    <option value="GBR">United Kingdom</option>
    <option value="Global">Global</option>
  </select>
  <span id="af-n">Loading&hellip;</span>
</div>
<div class="af-wrap"><table class="af-table"><thead><tr><th>Assessment name</th><th>Category</th><th>Country</th><th>Code</th><th>Delivery methods</th><th>Assessment details</th><th>Full report page</th></tr></thead><tbody id="af-body"></tbody></table></div>
<script>window.__afLabels = {"Price Assessments": "Price Assessments", "Freight Assessments": "Freight Assessments", "Insurance Assessments": "Insurance Assessments", "Market Analysis & Outlook": "Market Analysis & Outlook", "Energy Self-Sufficiency & Trade Dependencies": "Energy Self-Sufficiency & Trade Dependencies", "Global Prices Comparison": "Global Prices Comparison"};</script>
<script>
(function () {
  if (window.__afWired) return;
  window.__afWired = true;
  var CAP = 500, DATA = null, t;
  function esc(s){ return (s + '').replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;'); }
  function deliv(a){ return a ? 'PDF, API, Excel, Power BI' : 'PDF'; }
  function render() {
    var q = document.getElementById('af-q'), cat = document.getElementById('af-cat'),
        country = document.getElementById('af-country'),
        count = document.getElementById('af-n'), body = document.getElementById('af-body');
    if (!body) return;
    if (!DATA) { if (count) count.textContent = 'Loading\u2026'; return; }
    var L = window.__afLabels || {};
    var terms = q.value.toLowerCase().split(/\s+/).filter(Boolean);
    var c = cat.value, l = country.value;
    var html = '', shown = 0, matched = 0;
    for (var i = 0; i < DATA.length; i++) {
      var d = DATA[i];
      if (c && d.category !== c) continue;
      if (l && d.country !== l) continue;
      if (terms.length) {
        var hay = (d.assessment_name + ' ' + (L[d.category] || '') + ' ' + d.country + ' ' + d.api_code).toLowerCase(), ok = true;
        for (var j = 0; j < terms.length; j++) { if (hay.indexOf(terms[j]) === -1) { ok = false; break; } }
        if (!ok) continue;
      }
      matched++;
      if (shown < CAP) {
        html += '<tr><td>' + esc(d.assessment_name) + '</td><td>' + esc(L[d.category] || 'Scores & Aggregates') + '</td><td>' + esc(d.country)
              + '</td><td>' + esc(d.api_code) + '</td><td>' + esc(d.delivery)
              + '</td><td><a href="' + d.href + '">View</a></td>'
              + '<td><a href="' + d.product_url + '" target="_blank" rel="noopener">View</a></td></tr>';
        shown++;
      }
    }
    body.innerHTML = html;
    count.textContent = matched.toLocaleString('en-US') + ' of ' + DATA.length.toLocaleString('en-US')
      + ' assessments' + (matched > CAP ? ' (showing first ' + CAP + ')' : '');
  }
  function debounced() { clearTimeout(t); t = setTimeout(render, 150); }
  function load() {
    if (!document.getElementById('af-body')) return;
    if (DATA) { render(); return; }
    render();  // show "Loading…"
    fetch('/static/iep-assessments.json').then(function (r) { return r.json(); })
      .then(function (j) { DATA = j; render(); })
      .catch(function () { var c = document.getElementById('af-n'); if (c) c.textContent = 'Could not load assessments data.'; });
  }
  document.addEventListener('input', function (e) { if (e.target && e.target.id === 'af-q') debounced(); });
  document.addEventListener('change', function (e) {
    if (e.target && ['af-cat', 'af-country'].indexOf(e.target.id) !== -1) render();
  });
  document.addEventListener('turbo:load', load);
  if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', load);
  else load();
})();
</script>

## Browse by country coverage {#browse-by-country-coverage}
Per-country assessment guides for the Energy Prices & Markets report — full definitions for every assessment, one page per country across 33 countries.
<style>
.cov-index { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr)); gap: .1rem 1.25rem; list-style: none; margin: 1rem 0 1.5rem; padding: 0; }
.cov-index li { margin: 0; list-style: none; }
.cov-index li::marker { content: none; }
#retype-content .cov-index a, .cov-index a { display: block; color: #374151 !important; text-decoration: none !important; text-underline-offset: 3px; line-height: 1.5; }
html.dark #retype-content .cov-index a, html.dark .cov-index a { color: #d1d5db !important; }
#retype-content .cov-index a:hover, #retype-content .cov-index a:focus-visible { color: #b45309 !important; text-decoration: underline !important; }
html.dark #retype-content .cov-index a:hover, html.dark #retype-content .cov-index a:focus-visible { color: #fdba74 !important; }
</style>
<ul class="cov-index">
<li><a href="/assessments-catalog/iep-united-states/">United States</a></li>
<li><a href="/assessments-catalog/iep-australia/">Australia</a></li>
<li><a href="/assessments-catalog/iep-belgium/">Belgium</a></li>
<li><a href="/assessments-catalog/iep-brazil/">Brazil</a></li>
<li><a href="/assessments-catalog/iep-canada/">Canada</a></li>
<li><a href="/assessments-catalog/iep-chile/">Chile</a></li>
<li><a href="/assessments-catalog/iep-china/">China</a></li>
<li><a href="/assessments-catalog/iep-colombia/">Colombia</a></li>
<li><a href="/assessments-catalog/iep-czech-republic/">Czech Republic</a></li>
<li><a href="/assessments-catalog/iep-finland/">Finland</a></li>
<li><a href="/assessments-catalog/iep-france/">France</a></li>
<li><a href="/assessments-catalog/iep-germany/">Germany</a></li>
<li><a href="/assessments-catalog/iep-hungary/">Hungary</a></li>
<li><a href="/assessments-catalog/iep-india/">India</a></li>
<li><a href="/assessments-catalog/iep-indonesia/">Indonesia</a></li>
<li><a href="/assessments-catalog/iep-italy/">Italy</a></li>
<li><a href="/assessments-catalog/iep-japan/">Japan</a></li>
<li><a href="/assessments-catalog/iep-mexico/">Mexico</a></li>
<li><a href="/assessments-catalog/iep-netherlands/">Netherlands</a></li>
<li><a href="/assessments-catalog/iep-norway/">Norway</a></li>
<li><a href="/assessments-catalog/iep-philippines/">Philippines</a></li>
<li><a href="/assessments-catalog/iep-poland/">Poland</a></li>
<li><a href="/assessments-catalog/iep-russia/">Russia</a></li>
<li><a href="/assessments-catalog/iep-saudi-arabia/">Saudi Arabia</a></li>
<li><a href="/assessments-catalog/iep-singapore/">Singapore</a></li>
<li><a href="/assessments-catalog/iep-south-africa/">South Africa</a></li>
<li><a href="/assessments-catalog/iep-south-korea/">South Korea</a></li>
<li><a href="/assessments-catalog/iep-spain/">Spain</a></li>
<li><a href="/assessments-catalog/iep-sweden/">Sweden</a></li>
<li><a href="/assessments-catalog/iep-taiwan/">Taiwan</a></li>
<li><a href="/assessments-catalog/iep-thailand/">Thailand</a></li>
<li><a href="/assessments-catalog/iep-turkey/">Turkey</a></li>
<li><a href="/assessments-catalog/iep-united-kingdom/">United Kingdom</a></li>
</ul>

!!!secondary
Intratec may add, retire, or change assessments in line with its commitment to relevant information. The list below reflects the current monthly report.
!!!
