www.valuethemarkets.com Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

Submitted URL: https://click.pstmrk.it/3s/www.valuethemarkets.com%2Fdisclosure%2Fjericho-energy-ventures-inc-jev001%3Futm_source%3Dnews...
Effective URL: https://www.valuethemarkets.com/disclosure/jericho-energy-ventures-inc-jev001?utm_source=newsletter&utm_medium=email&utm_campaig...
Submission: On August 03 via api from US — Scanned from IT

Form analysis 3 forms found in the DOM

/search

<form id="main-data-alpine" x-data="alpineData()"
  x-effect="const queries = [{indexName:'default',query:searchString,params:{filters:'published:true',attributesToRetrieve:['title','excerpt','featured_image','date','uri','collection'],hitsPerPage:5,page:searchString===prevSearchString?page:0}},{indexName:'tickers_companies',query:searchString,params:{hitsPerPage:3,filters:'published:true'}}];searchString&amp;&amp;searchString.length>=3&amp;&amp;algoliaIndex.multipleQueries(queries).then(e=>{companyResponse=e.results[1];response=e.results[0],prevSearchString=searchString}).catch(e=>{errorMessage=e,response={},companyResponse={}});"
  x-init="searchString = new URLSearchParams(window.location.search).get('q') || ''; fetchResults(searchString)" x-show="open" x-transition.opacity.origin.top.center.duration.300ms="" action="/search" class="site-search__form"
  @click.outside="open = false, searchString = ''" style="display: none;">
  <input x-ref="input" placeholder="Search" type="text" x-model="searchString" value="" name="q" autocomplete="off" @input.debounce.500ms="fetchResults" x-on:input="page = 0">
  <button @click="open = false" class="site-search__search" aria-label="Search" :disabled="searchString === 0">
    <svg alt="" aria-hidden="true" viewBox="0 0 17.49 17.49">
      <path d="M12.5 11h-.79l-.28-.27a6.51 6.51 0 10-.7.7l.27.28v.79l5 4.99L17.49 16zm-6 0A4.5 4.5 0 1111 6.5 4.494 4.494 0 016.5 11z" data-name="Path 914"></path>
    </svg>
  </button>
  <button @click.prevent="open = false, searchString = ''" class="site-search__close hidden cursor-default" :class="{ 'hidden cursor-default': searchString.length === 0, 'flex': searchString.length > 0 }" aria-label="Clear Search">
    <svg alt="" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
      <path data-name="Path 44" d="M14 1.41L12.59 0 7 5.59 1.41 0 0 1.41 5.59 7 0 12.59 1.41 14 7 8.41 12.59 14 14 12.59 8.41 7z" fill="currentColor"></path>
    </svg>
  </button>
  <div x-show="searchString.length" x-transition.opacity.origin.top.center.duration.200ms="" :aria-expanded="response.nbHits > 0"
    class="site-search__results grid grid-cols-3 gap-4 gap-2 w-full md:w-[700px] right-0 left-auto position-absolute top-full border-t border-gray-400 bg-white shadow-lg" aria-expanded="true" style="display: none;">
    <section class="col-span-3 md:col-span-1 md:p-5 p-5 pb-1">
      <h4 x-show="response.nbHits > 0" class="bg-colourway-background colourway-4 p-2" style="">Tickers</h4>
      <ul>
        <li x-show="loading" style="display: none;">Loading...</li>
        <li x-show="error" style="display: none;">No tickers found for this search query.</li>
        <template x-for="(item, index) in barchartTickers.slice(0, 3)">
          <li>
            <a x-bind:href="item.uri" class="items-center justify-between w-full">
<div class="w-full flex flex-col pr-2">
<h6 class="uppercase break-words" x-text="item.name || item.original_title"></h6>
<h6 class="uppercase text-trueGray-500" x-text="item.symbol"></h6>
</div>
<div class="w-full flex flex-col">
<div class="w-full flex">
<h5 class="mb-1 pr-2">
<span x-text="item.lastPrice">40.46</span>
<span class="uppercase text-trueGray-500">usd</span>
</h5>
<p class="flex space-x-1 font-bold text-red-600 mb-0" x-show="item.percentChange < 0">
<svg class="w-3 h-5 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)"></span>
<span x-text="round(item.percentChange) + '%'"></span>
</p>
<p class="flex space-x-1 font-bold text-successGreen-700 mb-0" x-show="item.percentChange > 0" style="display: none;">
<span x-text="'+' + round(item.netChange)"></span>
<span x-text="'+' + round(item.percentChange) + '%'"></span>
</p>
<p class="flex space-x-1 font-bold text-trueGray-500 mb-0" x-show="item.percentChange == 0" style="display: none;">
<svg class="w-3 h-6 rotate-180 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)"></span>
<span x-text="round(item.percentChange) + '%'"></span>
</p>
</div>
</div>
</a>
          </li>
        </template>
        <li>
          <a x-bind:href="item.uri" class="items-center justify-between w-full" href="/market/stocks/nyse-rc">
<div class="w-full flex flex-col pr-2">
<h6 class="uppercase break-words" x-text="item.name || item.original_title">Ready Capital Corp</h6>
<h6 class="uppercase text-trueGray-500" x-text="item.symbol">RC</h6>
</div>
<div class="w-full flex flex-col">
<div class="w-full flex">
<h5 class="mb-1 pr-2">
<span x-text="item.lastPrice">11.12</span>
<span class="uppercase text-trueGray-500">usd</span>
</h5>
<p class="flex space-x-1 font-bold text-red-600 mb-0" x-show="item.percentChange < 0">
<svg class="w-3 h-5 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">-0.17</span>
<span x-text="round(item.percentChange) + '%'">-1.51%</span>
</p>
<p class="flex space-x-1 font-bold text-successGreen-700 mb-0" x-show="item.percentChange > 0" style="display: none;">
<span x-text="'+' + round(item.netChange)">+-0.17</span>
<span x-text="'+' + round(item.percentChange) + '%'">+-1.51%</span>
</p>
<p class="flex space-x-1 font-bold text-trueGray-500 mb-0" x-show="item.percentChange == 0" style="display: none;">
<svg class="w-3 h-6 rotate-180 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">-0.17</span>
<span x-text="round(item.percentChange) + '%'">-1.51%</span>
</p>
</div>
</div>
</a>
        </li>
        <li>
          <a x-bind:href="item.uri" class="items-center justify-between w-full" href="/market/stocks/nasdaq-rdib">
<div class="w-full flex flex-col pr-2">
<h6 class="uppercase break-words" x-text="item.name || item.original_title">Reading International Inc Cl B</h6>
<h6 class="uppercase text-trueGray-500" x-text="item.symbol">RDIB</h6>
</div>
<div class="w-full flex flex-col">
<div class="w-full flex">
<h5 class="mb-1 pr-2">
<span x-text="item.lastPrice">21.54</span>
<span class="uppercase text-trueGray-500">usd</span>
</h5>
<p class="flex space-x-1 font-bold text-red-600 mb-0" x-show="item.percentChange < 0" style="display: none;">
<svg class="w-3 h-5 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">0.04</span>
<span x-text="round(item.percentChange) + '%'">0.19%</span>
</p>
<p class="flex space-x-1 font-bold text-successGreen-700 mb-0" x-show="item.percentChange > 0">
<span x-text="'+' + round(item.netChange)">+0.04</span>
<span x-text="'+' + round(item.percentChange) + '%'">+0.19%</span>
</p>
<p class="flex space-x-1 font-bold text-trueGray-500 mb-0" x-show="item.percentChange == 0" style="display: none;">
<svg class="w-3 h-6 rotate-180 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">0.04</span>
<span x-text="round(item.percentChange) + '%'">0.19%</span>
</p>
</div>
</div>
</a>
        </li>
        <li>
          <a x-bind:href="item.uri" class="items-center justify-between w-full" href="/market/stocks/nasdaq-rdi">
<div class="w-full flex flex-col pr-2">
<h6 class="uppercase break-words" x-text="item.name || item.original_title">Reading Intl Cl A</h6>
<h6 class="uppercase text-trueGray-500" x-text="item.symbol">RDI</h6>
</div>
<div class="w-full flex flex-col">
<div class="w-full flex">
<h5 class="mb-1 pr-2">
<span x-text="item.lastPrice">2.7</span>
<span class="uppercase text-trueGray-500">usd</span>
</h5>
<p class="flex space-x-1 font-bold text-red-600 mb-0" x-show="item.percentChange < 0" style="display: none;">
<svg class="w-3 h-5 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">0.05</span>
<span x-text="round(item.percentChange) + '%'">1.89%</span>
</p>
<p class="flex space-x-1 font-bold text-successGreen-700 mb-0" x-show="item.percentChange > 0">
<span x-text="'+' + round(item.netChange)">+0.05</span>
<span x-text="'+' + round(item.percentChange) + '%'">+1.89%</span>
</p>
<p class="flex space-x-1 font-bold text-trueGray-500 mb-0" x-show="item.percentChange == 0" style="display: none;">
<svg class="w-3 h-6 rotate-180 fill-current" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"> <path fill-rule="nonzero" d="M7.944 0v6.287l2.889-2.856L13 5.573 6.5 12 0 5.573l2.167-2.142 2.889 2.856L5.055 0z"></path> </svg>
<span x-text="round(item.netChange)">0.05</span>
<span x-text="round(item.percentChange) + '%'">1.89%</span>
</p>
</div>
</div>
</a>
        </li>
      </ul>
    </section>
    <section class="col-span-3 md:col-span-2 md:p-5 p-5 pt-2">
      <h4 x-show="response.nbHits > 0" class="bg-colourway-background colourway-4 p-2" style="">Articles</h4>
      <ul>
        <li x-show="response.hits &amp;&amp; !response.hits.length" style="display: none;">No results found</li>
        <li x-show="errorMessage" x-text="errorMessage" style="display: none;"></li>
        <template x-for="(hit, index) in (response.hits || []).slice(0, maxResults)">
          <li>
            <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion"></a>
          </li>
        </template>
        <li>
          <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion" href="/news/clothes-for-kids-with-disabilities-get-better-but-teens-see-a-lack-of-fashionable-options">Clothes for kids with disabilities get better, but teens see a lack of fashionable options</a>
        </li>
        <li>
          <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion" href="/news/palestinian-foreign-minister-says-bidens-inaction-as-middle-east-violence-surges-is-weak">Palestinian foreign minister says Biden's inaction as Middle East violence surges is 'weak'</a>
        </li>
        <li>
          <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion" href="/news/hyundai-and-kia-recall-nearly-92000-vehicles-and-tell-owners-to-park-them-outside-due-to-fire-risk">Hyundai and Kia recall nearly 92,000 vehicles and tell owners to park them outside due to fire risk</a>
        </li>
        <li>
          <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion" href="/news/big-tech-backs-stock-gains-with-solid-results-growth-prospects">Big Tech backs stock gains with solid results, growth prospects</a>
        </li>
        <li>
          <a class="hover:underline" x-html="hit._highlightResult.title.value" x-bind:href="hit.uri" data-ghost="search-result-suggestion" href="/news/a-car-carrying-ship-that-burned-for-a-week-on-the-north-sea-will-be-towed-to-a-dutch-port">A car-carrying ship that burned for a week on the North Sea will be towed to a Dutch port</a>
        </li>
      </ul>
    </section>
    <div class="md:col-span-1"></div>
    <div class="col-span-3 md:col-span-2 md:p-5 md:pt-0">
      <button type="submit" class="button button--full" x-show="response.nbHits > 3" x-on:click="maxResults = 3" style=""> View All Results </button>
    </div>
  </div>
</form>

POST https://www.valuethemarkets.com/!/forms/newsletter

<form method="POST" action="https://www.valuethemarkets.com/!/forms/newsletter" id="sidebar" class="flex flex-wrap m-0" x-ref="form"><input type="hidden" name="_token" value="bxhzj6OtP0R93W8RiTMujXFSs0uPA6GROy4O8tqr">
  <div class="success-message py-8 mx-auto text-center hidden">
    <p></p>
  </div>
  <div x-show="!success" class="hide-after-success grid w-full grid-flow-row-dense gap-4 md:grid-cols-12">
    <div class="hidden">
      <label class="font-bold" for="1688642328-2mkSL87Mg-newschimp">Fax <sup class="text-yellow-400">*</sup></label>
      <input class="w-full form-input" id="1688642328-djzAv2tdG-newschimp" type="text" name="newschimp" tabindex="-1" autocomplete="off">
    </div>
    <div class=" md:col-span-8  lg:col-span-full">
      <div x-bind:class="errors.email ? 'border border-red-600 text-red-600' : ''" class="relative flex items-center h-full gap-4 bg-white motion-safe:transition text-colourway-form">
        <svg class="absolute w-8 h-8 fill-current top-1/2 left-2" style="transform: translateY(-50%);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
          <path data-name="Path 41" d="M0 0h24v24H0z" fill="none"></path>
          <path data-name="Path 42" d="M22 6a2.006 2.006 0 00-2-2H4a2.006 2.006 0 00-2 2v12a2.006 2.006 0 002 2h16a2.006 2.006 0 002-2zm-2 0l-8 5-8-5zm0 12H4V8l8 5 8-5z" fill="currentColor"></path>
        </svg>
        <input class="pl-12 border-none text-input text-cta" id="1688642328-OBF7XWr1A-email" name="email" type="email" placeholder="Email Address" required="">
        <input id="newsletter_csrf_token" name="_token" type="hidden" value="MWg8bI43t6xq9Y5O0lSk6IP5YkflKrpyMHGDubWU">
      </div>
    </div>
    <div id="privacy-policy" class="md:col-span-12">
      <label class="items-center w-full text-xs sm:flex">
        <input x-bind:class="errors.privacy_confirmation ? 'border border-red-600 text-red-600' : ''" class="w-5 h-5 mr-2 border-neutral motion-safe:transition" type="checkbox" name="newsletter_privacy_confirmation" value="Yes">I agree to the&nbsp;
        <a href="/privacy-policy" target="_blank"><u>Privacy Policy</u></a>
      </label>
    </div>
    <div id="sidebar-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="sidebar-email-error" class="text-red-600 md:col-span-12 text-cta hidden">Please enter a valid email address</div>
    <div id="sidebar-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="sidebar-email-error" class="text-red-600 md:col-span-12 text-cta hidden">Please enter a valid email address</div>
    <div class="md:col-span-4 lg:col-span-full">
      <button id="sidebar-vtm-subscribe"
        class="newsletter_submit w-full h-full py-3 text-center uppercase border-2 border-transparent bg-colourway-tag-background text-colourway-tag transform transition ease-in-out duration-600 hover:bg-colourway-tag hover:text-colourway-tag-background hover:border-colourway-tag-background"
        label="{ button_label }" attribute="x-bind:disabled=&quot;sending&quot; x-bind:class=&quot;{'opacity-25 cursor-default': sending}&quot;">Sign up</button>
    </div>
  </div>
</form>

POST https://www.valuethemarkets.com/!/forms/newsletter

<form method="POST" action="https://www.valuethemarkets.com/!/forms/newsletter" id="footer" class="flex flex-wrap m-0" x-ref="form"><input type="hidden" name="_token" value="bxhzj6OtP0R93W8RiTMujXFSs0uPA6GROy4O8tqr">
  <div class="success-message py-8 mx-auto text-center hidden">
    <p></p>
  </div>
  <div x-show="!success" class="hide-after-success grid w-full grid-flow-row-dense gap-4 md:grid-cols-12">
    <div class="hidden">
      <label class="font-bold" for="1688642329-oPCzMeYmV-newschimp">Fax <sup class="text-yellow-400">*</sup></label>
      <input class="w-full form-input" id="1688642329-TRHbfrBK1-newschimp" type="text" name="newschimp" tabindex="-1" autocomplete="off">
    </div>
    <div class="md:col-span-8 ">
      <div x-bind:class="errors.email ? 'border border-red-600 text-red-600' : ''" class="relative flex items-center h-full gap-4 bg-white motion-safe:transition text-colourway-form">
        <svg class="absolute w-8 h-8 fill-current top-1/2 left-2" style="transform: translateY(-50%);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
          <path data-name="Path 41" d="M0 0h24v24H0z" fill="none"></path>
          <path data-name="Path 42" d="M22 6a2.006 2.006 0 00-2-2H4a2.006 2.006 0 00-2 2v12a2.006 2.006 0 002 2h16a2.006 2.006 0 002-2zm-2 0l-8 5-8-5zm0 12H4V8l8 5 8-5z" fill="currentColor"></path>
        </svg>
        <input class="pl-12 border-none text-input text-cta" id="1688642329-C1VGNZLEz-email" name="email" type="email" placeholder="Email Address" required="">
        <input id="newsletter_csrf_token" name="_token" type="hidden" value="">
      </div>
    </div>
    <div id="privacy-policy" class="md:col-span-12">
      <label class="items-center w-full text-xs sm:flex">
        <input x-bind:class="errors.privacy_confirmation ? 'border border-red-600 text-red-600' : ''" class="w-5 h-5 mr-2 border-neutral motion-safe:transition" type="checkbox" name="newsletter_privacy_confirmation" value="Yes">I agree to the&nbsp;
        <a href="/privacy-policy" target="_blank"><u>Privacy Policy</u></a>
      </label>
    </div>
    <div id="footer-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="footer-email-error" class="text-red-600 md:col-span-12 text-cta hidden">Please enter a valid email address</div>
    <div id="footer-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="footer-email-error" class="text-red-600 md:col-span-12 text-cta hidden">Please enter a valid email address</div>
    <div class="md:col-span-4 ">
      <button id="footer-vtm-subscribe"
        class="newsletter_submit w-full h-full py-3 text-center uppercase border-2 border-transparent bg-colourway-tag-background text-colourway-tag transform transition ease-in-out duration-600 hover:bg-colourway-tag hover:text-colourway-tag-background hover:border-colourway-tag-background"
        label="{ button_label }" attribute="x-bind:disabled=&quot;sending&quot; x-bind:class=&quot;{'opacity-25 cursor-default': sending}&quot;">Sign up</button>
    </div>
  </div>
</form>

Text Content

 * News
   * * Latest News
     * Press Releases
 * Analysis
   * * Latest Analysis
     * Featured
 * Investing Ideas
 * Reports
 * Industries
   * * Energy
     * Materials
     * Industrials
     * Consumer Discretionary
     * Consumer Staples
     * Healthcare
     * Financials
     * Information Technology
     * Communication Services
     * Real Estate
     * Utilities
 * Education
   * * Education Articles
     * Glossary
 * Podcast

 * News />
   * Latest News
   * Press Releases
 * Analysis />
   * Latest Analysis
   * Featured
 * Investing Ideas
 * Reports
 * Industries />
   * Energy
   * Materials
   * Industrials
   * Consumer Discretionary
   * Consumer Staples
   * Healthcare
   * Financials
   * Information Technology
   * Communication Services
   * Real Estate
   * Utilities
 * Education />
   * Education Articles
   * Glossary
 * Podcast

TICKERS

 * Loading...
 * No tickers found for this search query.

   40.46 USD
   
   
   
   
   
   

 * READY CAPITAL CORP
   
   RC
   
   11.12 USD
   
   -0.17 -1.51%
   
   +-0.17 +-1.51%
   
   -0.17 -1.51%

 * READING INTERNATIONAL INC CL B
   
   RDIB
   
   21.54 USD
   
   0.04 0.19%
   
   +0.04 +0.19%
   
   0.04 0.19%

 * READING INTL CL A
   
   RDI
   
   2.7 USD
   
   0.05 1.89%
   
   +0.05 +1.89%
   
   0.05 1.89%

ARTICLES

 * No results found
 * 
   
 * Clothes for kids with disabilities get better, but teens see a lack of
   fashionable options
 * Palestinian foreign minister says Biden's inaction as Middle East violence
   surges is 'weak'
 * Hyundai and Kia recall nearly 92,000 vehicles and tell owners to park them
   outside due to fire risk
 * Big Tech backs stock gains with solid results, growth prospects
 * A car-carrying ship that burned for a week on the North Sea will be towed to
   a Dutch port


View All Results
 * Home
 * Jericho Energy Ventures Inc JEV001


JERICHO ENERGY VENTURES INC JEV001

Jericho Energy Ventures Inc.


IMPORTANT NOTICE AND DISCLAIMER


PAID ADVERTISEMENT

This communication is a paid advertisement. ValueTheMarkets is a trading name of
Digitonic Ltd, and its owners, directors, officers, employees, affiliates,
agents and assigns (collectively the “Publisher”) is often paid by one or more
of the profiled companies or a third party to disseminate these types of
communications. In this case, the Publisher has been compensated by Jericho
Energy Ventures Inc. to conduct investor awareness advertising and marketing and
has paid the Publisher the equivalent of two hundred and sixty thousand US
dollars to produce and disseminate this and other similar articles and certain
related banner advertisements. This compensation should be viewed as a major
conflict with the Publisher’s ability to provide unbiased information or
opinion.


CHANGES IN SHARE TRADING AND PRICE

Readers should beware that third parties, profiled companies, and/or their
affiliates may liquidate shares of the profiled companies at any time, including
at or near the time you receive this communication, which has the potential to
adversely affect share prices. Frequently companies profiled in our articles
experience a large increase in share trading volume and share price during the
course of investor awareness marketing, which often ends as soon as the investor
awareness marketing ceases. The investor awareness marketing may be as brief as
one day, after which a large decrease in share trading volume and share price
may likely occur.


NO OFFER TO SELL OR BUY SECURITIES

This communication is not, and should not be construed to be, an offer to sell
or a solicitation of an offer to buy any security.


INFORMATION

Neither this communication nor the Publisher purport to provide a complete
analysis of any company or its financial position.

This communication is based on information generally available to the public and
on an interview conducted with the company’s CEO, and does not contain any
material, non-public information. The information on which it is based is
believed to be reliable. Nevertheless, the Publisher does not guarantee the
accuracy or completeness of the information. Further, the information in this
communication is not updated after publication and may become inaccurate or
outdated. No reliance should be placed on the price or statistics information
and no responsibility or liability is accepted for any error or inaccuracy. Any
statements made should not be taken as an endorsement of analyst views.


NO FINANCIAL ADVICE

The Publisher is not, and does not purport to be, a broker-dealer or registered
investment adviser or a financial adviser. The Publisher has no access to
non-public information about publicly traded companies. The information provided
is general and impersonal, and is not tailored to any particular individual’s
financial situation or investment objective(s) and this communication is not,
and should not be construed to be, personalized investment advice directed to or
appropriate for any particular investor or a personal recommendation to deal or
invest in any particular company or product. Any investment should be made only
after consulting a professional investment advisor and only after reviewing the
financial statements and other pertinent corporate information about the
company. Further, readers are advised to read and carefully consider the Risk
Factors identified and discussed in the advertised company’s SEC, SEDAR and/or
other government filings. Investing in securities, particularly microcap
securities, is speculative and carries a high degree of risk. Past performance
does not guarantee future results.


FORWARD LOOKING STATEMENTS

This communication contains forward-looking statements, including statements
regarding expected continual growth of the featured companies and/or industry.
Statements in this communication that look forward in time, which include
everything other than historical information, are based on assumptions and
estimates by our content providers and involve risks and uncertainties that may
affect the profiled company’s actual results of operations. These statements
involve known and unknown risks, uncertainties and other important factors that
could cause the actual results and performance to differ materially from any
future results or performance expressed or implied in the forward-looking
statements. These risks, uncertainties and other factors include, among others:
the success of the profiled company’s operations; the size and growth of the
market for the company’s products and services; the company’s ability to fund
its capital requirements in the near term and long term; pricing pressures;
changes in business strategy, practices or customer relationships; general
worldwide economic and business conditions; currency exchange and interest rate
fluctuations; government, statutory, regulatory or administrative initiatives
affecting the company’s business.


INDEMNIFICATION/RELEASE OF LIABILITY

By reading this communication, you acknowledge that you have read and understand
this disclaimer in full, and agree and accept that the Publisher provides no
warranty in respect of the communication or the profiled company and accepts no
liability whatsoever. You acknowledge and accept this disclaimer and that, to
the greatest extent permitted under applicable law, you release and hold
harmless the Publisher from any and all liability, damages, injury and adverse
consequences arising from your use of this communication. You further agree that
you are solely responsible for any financial outcome related to or arising from
your investment decisions.


TERMS OF USE AND DISCLAIMER

By reading this communication you agree that you have reviewed and fully agree
to the Terms of Use found here https://www.valuethemarkets.com/terms-conditions/
and acknowledge that you have reviewed the Disclaimer found here
https://www.valuethemarkets.com/disclaimer/. If you do not agree to the Terms of
Use, please contact valuethemarkets.com to discontinue receiving future
communications.


INTELLECTUAL PROPERTY

All trademarks used in this communication are the property of their respective
trademark holders. Other than valuethemarkets.com, the Publisher is not
affiliated, connected, or associated with, and the communication is not
sponsored, approved, or originated by, the trademark holders unless otherwise
stated. No claim is made by the Publisher to any rights in any third-party
trademarks other than valuethemarkets.com.


AUTHORS: VALUETHEMARKETS

valuethemarkets.com and Digitonic Ltd and our affiliates are not responsible for
the content or accuracy of this article. The information included in this
article is based solely on information provided by the company or companies
mentioned above. This article does not provide any financial advice and is not a
recommendation to deal in any securities or product. News and research are not
recommendations to deal, and investments may fall in value so that you could
lose some or all of your investment. Past performance is not an indicator of
future performance.

ValueTheMarkets do not hold any position in the stock(s) and/or financial
instrument(s) mentioned in the above piece. ValueTheMarkets have been paid to
produce this piece by the company or companies mentioned above. Digitonic Ltd,
the owner of valuethemarkets.com, has been paid for the production of this piece
by the company or companies mentioned above.





SIGN UP FOR INVESTING INTEL NEWSLETTER



Fax *

I agree to the  Privacy Policy
Please confirm your privacy preferences
Please enter a valid email address
Please confirm your privacy preferences
Please enter a valid email address
Sign up


A Digitonic Product

About Us Contact Us Disclaimer Privacy Policy Terms & Conditions
 * 
 * 
 * 
 * 

Copyright © 2020 - 2023 Value The Markets


SIGN UP FOR INVESTING INTEL NEWSLETTER

Fax *

I agree to the  Privacy Policy
Please confirm your privacy preferences
Please enter a valid email address
Please confirm your privacy preferences
Please enter a valid email address
Sign up


DISCLAIMERS:

The content of this site is intended to be used, and must only be used for
information purposes only. It is very important to do your own analysis before
making any investment based on your personal circumstances. You should take
independent financial advice from a regulated FCA advisor in connection with, or
independently research and verify any information that you find on this site,
and wish to rely on whether for the purpose of making an investment decision or
otherwise. No news or research item is a personal recommendation to deal or
invest in any particular company or product, nor does Valuethemarkets.com or
Digitonic Ltd endorse any investment or product

This website is a news website only. Valuethemarkets.com and Digitonic Ltd are
not a broker/dealer, we are not an investment advisor, we have no access to
non-public information about publicly traded companies, and this is not a place
for the giving or receiving of financial advice, advice concerning investment
decisions or tax or legal advice.

We are not regulated by the Financial Conduct Authority. You will have no right
to complain to the Financial Ombudsman Services or to seek compensation from the
Financial Services Compensation Scheme. All investments can fall as well as rise
in value so you could lose some or all of your investment. Past performance is
not an indicator of future performance.

Market data provided is at least 10-minutes delayed and hosted by Barchart
Solutions. To see all exchange delays and terms of use, please see disclaimer.