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

This assessment list presents the **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. Browse by country below, or use the finder to locate an individual series; each links to its full definition on the country guides.

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

## Browse by country coverage {#browse-by-country-coverage}

Each country links to its assessment guide, with the full definition of every assessment published for that country.

<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: #fd7e14 !important; text-decoration: none !important; text-underline-offset: 3px; line-height: 1.5; }
#retype-content .cov-index a:hover, #retype-content .cov-index a:focus-visible, .cov-index a:hover, .cov-index a:focus-visible { color: #984c0c !important; text-decoration: underline !important; }
</style>
<ul class="cov-index">
<li><a href="/assessments-catalog/iep/country-guides/united-states/">United States</a></li>
<li><a href="/assessments-catalog/iep/country-guides/australia/">Australia</a></li>
<li><a href="/assessments-catalog/iep/country-guides/belgium/">Belgium</a></li>
<li><a href="/assessments-catalog/iep/country-guides/brazil/">Brazil</a></li>
<li><a href="/assessments-catalog/iep/country-guides/canada/">Canada</a></li>
<li><a href="/assessments-catalog/iep/country-guides/chile/">Chile</a></li>
<li><a href="/assessments-catalog/iep/country-guides/china/">China</a></li>
<li><a href="/assessments-catalog/iep/country-guides/colombia/">Colombia</a></li>
<li><a href="/assessments-catalog/iep/country-guides/czech-republic/">Czech Republic</a></li>
<li><a href="/assessments-catalog/iep/country-guides/finland/">Finland</a></li>
<li><a href="/assessments-catalog/iep/country-guides/france/">France</a></li>
<li><a href="/assessments-catalog/iep/country-guides/germany/">Germany</a></li>
<li><a href="/assessments-catalog/iep/country-guides/hungary/">Hungary</a></li>
<li><a href="/assessments-catalog/iep/country-guides/india/">India</a></li>
<li><a href="/assessments-catalog/iep/country-guides/indonesia/">Indonesia</a></li>
<li><a href="/assessments-catalog/iep/country-guides/italy/">Italy</a></li>
<li><a href="/assessments-catalog/iep/country-guides/japan/">Japan</a></li>
<li><a href="/assessments-catalog/iep/country-guides/mexico/">Mexico</a></li>
<li><a href="/assessments-catalog/iep/country-guides/netherlands/">Netherlands</a></li>
<li><a href="/assessments-catalog/iep/country-guides/norway/">Norway</a></li>
<li><a href="/assessments-catalog/iep/country-guides/philippines/">Philippines</a></li>
<li><a href="/assessments-catalog/iep/country-guides/poland/">Poland</a></li>
<li><a href="/assessments-catalog/iep/country-guides/russia/">Russia</a></li>
<li><a href="/assessments-catalog/iep/country-guides/saudi-arabia/">Saudi Arabia</a></li>
<li><a href="/assessments-catalog/iep/country-guides/singapore/">Singapore</a></li>
<li><a href="/assessments-catalog/iep/country-guides/south-africa/">South Africa</a></li>
<li><a href="/assessments-catalog/iep/country-guides/south-korea/">South Korea</a></li>
<li><a href="/assessments-catalog/iep/country-guides/spain/">Spain</a></li>
<li><a href="/assessments-catalog/iep/country-guides/sweden/">Sweden</a></li>
<li><a href="/assessments-catalog/iep/country-guides/taiwan/">Taiwan</a></li>
<li><a href="/assessments-catalog/iep/country-guides/thailand/">Thailand</a></li>
<li><a href="/assessments-catalog/iep/country-guides/turkey/">Turkey</a></li>
<li><a href="/assessments-catalog/iep/country-guides/united-kingdom/">United Kingdom</a></li>
</ul>

## Find an assessment {#find-an-assessment}

Filter by keyword, category, or country. Each result links to its full definition on the country guide and to its full report page.

<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>
<noscript>This searchable list requires JavaScript. The same inventory is browsable without it: <a href="/assessments-catalog/iep/country-guides/">country guides</a> and <a href="/static/iep-assessments.json">machine-readable JSON</a>.</noscript>
<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>
<script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://methodology.intratec.us/assessments-catalog/iep/assessments-list/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://methodology.intratec.us/"},{"@type":"ListItem","position":2,"name":"Energy Prices & Markets — Assessments Catalog","item":"https://methodology.intratec.us/assessments-catalog/iep/"},{"@type":"ListItem","position":3,"name":"Assessments List","item":"https://methodology.intratec.us/assessments-catalog/iep/assessments-list/"}]}]}</script>
