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

Submitted URL: http://valuethemarkets.com/
Effective URL: https://www.valuethemarkets.com/
Submission: On July 25 via api from US — Scanned from NL

Form analysis 4 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.5</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.03</span>
<span x-text="round(item.percentChange) + '%'">-0.26%</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.03</span>
<span x-text="'+' + round(item.percentChange) + '%'">+-0.26%</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.03</span>
<span x-text="round(item.percentChange) + '%'">-0.26%</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">19.83</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.2</span>
<span x-text="round(item.percentChange) + '%'">1.02%</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.2</span>
<span x-text="'+' + round(item.percentChange) + '%'">+1.02%</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.2</span>
<span x-text="round(item.percentChange) + '%'">1.02%</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.56</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.02</span>
<span x-text="round(item.percentChange) + '%'">0.79%</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.02</span>
<span x-text="'+' + round(item.percentChange) + '%'">+0.79%</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.02</span>
<span x-text="round(item.percentChange) + '%'">0.79%</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/sag-aftra-holds-star-studded-rally-in-times-square">SAG-AFTRA holds star-studded rally in Times Square</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/engines-on-some-airbus-jets-with-pratt-whitney-engines-will-need-to-be-removed-and-inspected">Engines on some Airbus jets with Pratt &amp; Whitney engines will need to be removed and inspected</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/imf-global-economic-outlook-sees-slight-growth-but-inflation-still-a-drag">IMF global economic outlook sees slight growth, but inflation still a drag</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/new-biden-rule-would-make-government-websites-and-apps-more-accessible-to-people-with-disabilities">New Biden rule would make government websites and apps more accessible to people with disabilities</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/mattel-renews-licensing-deal-with-warner-bros-discovery">Mattel renews licensing deal with Warner Bros. Discovery</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="main-content" class="flex flex-wrap m-0" x-ref="form"><input type="hidden" name="_token" value="zWMAbtOvIjQcnXA2Ks5umiQdrUIa8kv6nV3eff6u">
  <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="1690298811-SLbpq1oXe-newschimp">Fax <sup class="text-yellow-400">*</sup></label>
      <input class="w-full form-input" id="1690298811-mrxJTLdfo-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="1690298811-eqpgKMKUe-email" name="email" type="email" placeholder="Email Address" required="">
        <input id="newsletter_csrf_token" name="_token" type="hidden" value="J9nTGtQGKRB5Yeq0iafwPKaeg2QcuE51yYWy01jg">
      </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="main-content-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="main-content-email-error" class="text-red-600 md:col-span-12 text-cta hidden">Please enter a valid email address</div>
    <div id="main-content-privacy-error" class="text-red-600 md:col-span-12 text-cta hidden">Please confirm your privacy preferences</div>
    <div id="main-content-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="main-content-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="sidebar" class="flex flex-wrap m-0" x-ref="form"><input type="hidden" name="_token" value="zWMAbtOvIjQcnXA2Ks5umiQdrUIa8kv6nV3eff6u">
  <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="1690298813-FercBg6CO-newschimp">Fax <sup class="text-yellow-400">*</sup></label>
      <input class="w-full form-input" id="1690298813-yISPNZ0Oi-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="1690298813-9mt7PqVL0-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="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="zWMAbtOvIjQcnXA2Ks5umiQdrUIa8kv6nV3eff6u">
  <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="1690298815-VelpuGiDj-newschimp">Fax <sup class="text-yellow-400">*</sup></label>
      <input class="w-full form-input" id="1690298815-djvUow6qv-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="1690298815-zvA8fSRQe-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.5 USD
   
   -0.03 -0.26%
   
   +-0.03 +-0.26%
   
   -0.03 -0.26%

 * READING INTERNATIONAL INC CL B
   
   RDIB
   
   19.83 USD
   
   0.2 1.02%
   
   +0.2 +1.02%
   
   0.2 1.02%

 * READING INTL CL A
   
   RDI
   
   2.56 USD
   
   0.02 0.79%
   
   +0.02 +0.79%
   
   0.02 0.79%

ARTICLES

 * No results found
 * 
   
 * SAG-AFTRA holds star-studded rally in Times Square
 * Engines on some Airbus jets with Pratt & Whitney engines will need to be
   removed and inspected
 * IMF global economic outlook sees slight growth, but inflation still a drag
 * New Biden rule would make government websites and apps more accessible to
   people with disabilities
 * Mattel renews licensing deal with Warner Bros. Discovery


View All Results


HOME


FEATURED COMPANY


TINY STOCK EYEING UP EUROPE'S HYDROCARBON RECOVERY

MCF Energy is building a strong and sizable company to shore up Europe’s
domestic energy supply. Since war broke out in Ukraine, Europe’s reliance on
Russian gas has come undone, and the need to bolster energy security in the
region has never been...


LATEST ANALYSIS

View More Analysis
Jul 14, 2023


JERICHO ENERGY VENTURES: PARTNERSHIP WIN FOR HYDROGEN PLAYER

Jericho Energy Ventures and two brand-new partners will manufacture and sell a
new modular and deliverable hydrogen steam plant solution.

Jul 13, 2023


INVEST IN GREEN HYDROGEN: PIONEERING COMPANIES LEADING THE WAY

Green hydrogen is gaining traction as a clean energy solution, with companies
like Jericho Energy Ventures, Norsk Hydro, BP, and Jacobs Solutions...

Jul 5, 2023


WHICH MINERS ARE PROFITABLE?

Profitability in mining depends on factors like mineral type, deposit size,
market price, and efficiency.

Jul 5, 2023


WHY WERE MINING COMPANIES MORE SUCCESSFUL THAN INDIVIDUAL MINERS?

Mining companies succeed due to scale, labor force, capital, expertise, and risk
mitigation.

Jul 5, 2023


WHY BUY GOLD MINERS? A GUIDE TO INVESTING IN GOLD MINING STOCKS

Gold miners play a crucial role in the discovery and production of gold,
presenting an investment opportunity.

Jul 4, 2023


TWIN METALS MINING PROJECT

Twin Metals Mining, a subsidiary of Antofagasta, aims for economic growth and
environmental sustainability in Minnesota.

Jul 4, 2023


PRECIOUS METALS MINING AND INVESTMENT OPPORTUNITIES

Explore precious metals mining, its global distribution, industry structure, and
investment opportunities like stocks, funds, and ETFs.

Jul 3, 2023


INVESTING IN COPPER: IS COPPER A GOOD INVESTMENT?

There are several reasons copper might seem like a commodity worth investing in,
not least of which is rising demand.

Jun 22, 2023


FROM CHAOS TO OPPORTUNITY: COMPANIES CAPITALIZING ON THE ENERGY MARKET TURMOIL

Explore how hydrocarbon companies like MCF Energy (MCF), Occidental Petroleum
(OXY), Hess Corp (HES), and Imperial Oil (IMO) are navigating market...

Jun 22, 2023


ATO STOCK: LEADING THE WAY IN NATURAL GAS DISTRIBUTION

Atmos Energy (ATO), a large natural gas company in the US, offers reliable
services, sustainability initiatives, and strong financial performance.

Jun 22, 2023


ARC RESOURCES (ARX STOCK): AN EXTRACTION PIONEER

ARC Resources (ARX), a major player in Canada's gas production, hopes to
transform the energy sector with its Attachie project and open growth...

Jun 22, 2023


IS PERMIAN RESOURCES (PR STOCK) A GROWTH STORY?

Permian Resources Corp (PR) delivered a strong Q1 performance. Its strategic
initiatives and focus on operational efficiency position it as a...

Jun 20, 2023


ANALYST BRIEF: INVESTING IN METALS AND MINING STOCKS

Unleashing Technology's Potential: Navigating the Global Mining Market. Explore
trends, opportunities, and challenges for informed decision-making.

Jun 19, 2023


INSIDE THE RACE FOR COPPER DOMINANCE: WHO'S WINNING?

Copper, integral to sustainability efforts, fuels modern industrial sectors with
companies like SCCO, CSCCF, and KVGOF championing the mineral...

Jun 16, 2023


A NEW MINING CYCLE: CHINA'S INFLUENCE WANES

Exploring mining opportunities beyond China; spotlight on Vale, BHP, and Kavango
amidst energy transition and decarbonization-driven market changes.

Jun 16, 2023


HOW THE SINO-US CHIP BATTLE IMPACTS SEMICONDUCTOR PLAYERS

Trade restrictions, blocked mergers, IP theft and state-backed denigration are
all obstacles that semiconductor companies have had to deal with...


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


INVESTING IDEAS

All Investing Ideas

Unlock your wealth potential with our expert investing ideas. Suitable for all
levels, from beginners to pros. Invest smarter, not harder.

Investing Ideas


AN INTRODUCTION TO METALS AND MINING PENNY STOCKS

Penny stocks resemble whispers in the wind, tantalizing the ears of those who
dare to listen.

Investing Ideas


BEST GOLD STOCKS FOR 2023

Are you looking to invest in gold stocks in 2023 but not sure where to start?
Look no further! Discover the best gold stocks to buy in 2023 with...

Investing Ideas


INVESTMENT STRATEGY: DOGS OF THE DOW

The Dogs of the Dow is a popular investment approach that aims to identify
high-yield stocks for potential returns. But how do you implement this...

Investing Ideas


A COMPREHENSIVE GUIDE TO METALS AND MINING

Metals and mining are integral to our lives and form the backbone of many
economies. Despite opposition, demand is growing. Here is your...


THE INVESTING INTEL PODCAST - BY VALUETHEMARKETS

The Investing Intel Podcast has been created with one mission: To inform
investors about diverse sectors and topics, shining a light on investing ideas
and opportunities for individual investors.

Podcast


EPISODE #001 - INVESTING IN MEDIA & ENTERTAINMENT STOCKS - WITH CURT MARVIS

In the first episode of our new Investing Intel Podcast, QYou Media co-founder
and CEO, Curt Marvis, joins us to give investors his insider view on investing
in media and entertainment stocks.


PRESS RELEASES

Jun 14, 2023


CUENTAS TAPS TWO NEW PROPERTIES FOR ITS SUSTAINABLE COMMUNITIES INITIATIVE,
ANNOUNCING DEVELOPMENT PLANS FOR ANOTHER 55+ ACRES AND 670+ APARTMENTS AS
COMPANY ACCELERATES ITS GOAL OF BECOMING THE LEADER IN CREATING AFFORDABLE,
ACCESSIBLE, SUSTAINABLE HOUSING COMMUNITIES ACROSS FLORIDA AND BEYOND

Apr 25, 2023


CALIBRE EXERCISES ITS RIGHT TO BUY BACK 1% NSR AT ITS 100% OWNED EASTERN BOROSI
MINE

Apr 17, 2023


MCF ENERGY UPDATES OPERATIONS IN EUROPEAN GAS EXPLORATION

Apr 11, 2023


SAGE POTASH CORP. ANNOUNCES EXPANSION OF LAND PACKAGE IN POTASH-RICH PARADOX
BASIN EXPANDING SAGE PLAIN PROJECT IN SOUTHERN UTAH

Apr 3, 2023


MCF ENERGY CLOSES GENEXCO ACQUISITION FOR MAJOR EXPANSION IN GERMAN NATURAL GAS
EXPLORATION


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



INVESTING GUIDES

Investing Ideas


AN INTRODUCTION TO BIOPHARMA: A NEW ERA IN MEDICINE

Discover the cutting-edge world of biopharmaceuticals and how it's reshaping
healthcare. From advanced therapies to life-changing drugs, explore...

Investing Ideas


INVESTING IN LUXURY BRAND STOCKS

Luxury goods present an alluring investment as wide margins and growth potential
dominate. Read on for a comprehensive overview of the sector and...

Investing Ideas


THE ULTIMATE GUIDE TO INVESTING IN MEDIA & ENTERTAINMENT STOCKS

Explore the dynamic world of Media & Entertainment stock investments with our
comprehensive guide, uncovering the industry depths, and potential...

Investing Ideas


INVESTING IN AI STOCKS: A BEGINNER’S GUIDE

Investors are seeking AI investments as interest explodes. Its disruptive
potential is driving adoption across multiple industries, making AI...

Investing Ideas


INVESTING IN BATTERY METALS: A BEGINNER’S GUIDE

Investing in battery metals presents an exciting opportunity as demand for
lithium, cobalt, nickel, manganese, graphite, and vanadium is expected...

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.