Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - ecfh.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 11:49:42 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Frame-Options: DENY
X-Robots-Tag: noindex
Strict-Transport-Security: max-age=63072000; includeSubDomains
Set-Cookie: CAKEPHP=0004816e0a47d521408c4ea6ff71dfa6; path=/; HttpOnly
Location: https://ecfh.com/
Vary: User-Agent
Content-Length: 0
Content-Type: text/html; charset=UTF-8

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

200 OK - https://ecfh.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 10 May 2025 11:49:43 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
X-Frame-Options: DENY
X-Robots-Tag: noindex
Strict-Transport-Security: max-age=63072000; includeSubDomains
Set-Cookie: CAKEPHP=144da9a3c0503c781a08fb9ef063e5b5; path=/; secure; HttpOnly
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: ecfh.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html data-wf-page="6151c4f176467dc0b7431e75" data-wf-site="6151c4f176467d5bb0431e74">

<head>
  <meta charset="utf-8"/>
  <title>
    Home | ECFH  </title>

  <meta content="width=device-width, initial-scale=1" name="viewport" />

  <link href="/files/siteSettings/images/fav-32x32.png" type="image/x-icon" rel="icon"/><link href="/files/siteSettings/images/fav-32x32.png" type="image/x-icon" rel="shortcut icon"/>
  
	<link rel="stylesheet" href="/ecfh_theme/css/normalize.css"/>
	<link rel="stylesheet" href="/ecfh_theme/css/webflow.css"/>
	<link rel="stylesheet" href="/ecfh_theme/css/ecfh.webflow.css"/>
	<link rel="stylesheet" href="/ecfh_theme/css/webflow-cake-custom.css"/>

<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
  <script type="text/javascript">WebFont.load({  google: {    families: ["Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic"]  }});</script>
  <!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
  <script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>

  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

</head>

<body>
  <div class="site-wrapper">
    
    <!-- Pop Up -->
<style type="text/css">
  .paragraph > p{
    color: inherit;
  }
</style>
<!-- Cookie -->
<div data-w-id="bd933466-2d1b-99bd-db21-e092acc44f1e" class="cookie-concent">
  <div class="w-layout-grid cookie-grid">
    <div class="div-block-50">
      <div class="cookie-icon"></div>
    </div>
    <div id="w-node-bd933466-2d1b-99bd-db21-e092acc44f23-acc44f1e" class="div-block-51">
      <p class="cookie-txt">By clicking <strong>“Accept”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="/p/privacy-policy" class="ft-links pp">Privacy Policy</a> for more information.</p>
    </div>
    <div id="w-node-bd933466-2d1b-99bd-db21-e092acc44f2c-acc44f1e" class="cookie-opt-grid">
      <div>
        <a data-w-id="91eb3152-a746-3ee3-d477-39f16ab4bbbe" href="#" class="deny w-button">Deny</a>
        <a data-w-id="fc88e23d-bbb2-6c0a-fc3f-a78309d02da2" href="#" class="accept w-button">Accept</a>
      </div>
      <a data-w-id="bd933466-2d1b-99bd-db21-e092acc44f31" href="#" class="close-cc w-button"></a>
    </div>
  </div>
</div>
<script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script>

<script>
  $(document).ready(function(){

    var cookieName = 'firstVisit';

    var cookieExpiry = 1825;

    if(typeof Cookies.get(cookieName) !== 'undefined') {
      $('.cookie-concent').remove();
    }

    $('.accept.w-button').on('click', function(){

      Cookies.set(cookieName, 'ok', { expires: cookieExpiry });

      //$( '.cookie-concent' ).attr('style','display:none;opacity:0;-webkit-transform:translate3d(-500px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(-500px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(-500px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(-500px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)');
    });

  });
</script>

    
              <div id="top" class="section wf-section">
  <div class="container-1080">
    <div class="w-layout-grid grid">
      <div id="w-node-_3728c9a2-b980-0755-1b01-5c4312d154b0-12d154ad">
                  <a href="#" target="_blank" aria-current="page" class="main-button w-button w--current">ECFH</a>
                          <a href="https://www.bankofsaintlucia.com/" target="_blank" class="main-button w-button">BOSL</a>
              </div>
    </div>
  </div>
</div>
<div class="top-sect wf-section">
  <div class="container-1080">
    <div>
      <div class="w-layout-grid grid-2">
        <a href="/" aria-current="page" class="branding w-inline-block w--current">
          <img src="https://ecfh.com/thumb/MzE1MmVkZWYxZWRmYmQzNDFkYmY0OTU4NDdlMmFkMmFfN2M5MTQzMzU0YTNiOTJlMmJmMGYzYjQ0MzBkYzBkYWQucG5n" class="image-5" data-ix="into-view" alt=""/>        </a>
        <form method="get" accept-charset="utf-8" class="search w-form" id="w-node-e89d4dce-a0d6-abc3-40e4-8056606a6e44-606a6e3f" action="/emagine-search/search">          <input type="text" name="search_term" placeholder="Search…" class="search-input w-input" required="required" id="search-term"/>          <input type="submit" value="" class="search-button w-button">
        </form>      </div>
    </div>
  </div>
  <div class="menu-side-wrapper"><div class="menu-wrapper"><a data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec047" href="#" class="close-link dark">X</a>
        <div class="header-wrapper">
          <div class="header-sub-text">This nav can Scroll</div>
          <div class="nav-text">Navigation</div>
        </div><div class="dashboard-menu-wrapper"><a href="/" title="Home" target="" class="mobile-nav-link">Home</a><div data-hover="false" data-delay="0" class="mobile-dd w-dropdown"><div class="mobile-nav-link drop w-dropdown-toggle">
            <div class="w-icon-dropdown-toggle"></div>
            <div>About Us</div>
          </div><nav class="mobile-dd-list w-dropdown-list"><a href="/p/board-of-directors?tab=our-values" title="Our Values" target="" class="link-dropdown mobile w-inline-block">Our Values</a><a href="/p/board-of-directors?tab=board-of-directors" title="Board of Directors" target="" class="link-dropdown mobile w-inline-block">Board of Directors</a><a href="/p/board-of-directors?tab=regulators" title="Regulators" target="" class="link-dropdown mobile w-inline-block">Regulators</a></nav></div><div data-hover="false" data-delay="0" class="mobile-dd w-dropdown"><div class="mobile-nav-link drop w-dropdown-toggle">
            <div class="w-icon-dropdown-toggle"></div>
            <div>Financial Reports</div>
          </div><nav class="mobile-dd-list w-dropdown-list"><a href="/document-categories?tab=ecfh-financial-results" title="ECFH Financial Results" target="" class="link-dropdown mobile w-inline-block">ECFH Financial Results</a><a href="/document-categories?tab=subsidiary-financial-results" title="Subsidiary Financial Results" target="" class="link-dropdown mobile w-inline-block">Subsidiary Financial Results</a></nav></div><a href="/faqs" title="FATCA" target="" class="mobile-nav-link">FATCA</a><div data-hover="false" data-delay="0" class="mobile-dd w-dropdown"><div class="mobile-nav-link drop w-dropdown-toggle">
            <div class="w-icon-dropdown-toggle"></div>
            <div>News & Media</div>
          </div><nav class="mobile-dd-list w-dropdown-list"><a href="/blog-categories?tab=press-releases" title="News/Press Releases" target="" class="link-dropdown mobile w-inline-block">News/Press Releases</a><a href="/blog-categories?tab=ads" title="Ads" target="" class="link-dropdown mobile w-inline-block">Ads</a><a href="/blog-categories?tab=video-news-releases" title="Video News Releases" target="" class="link-dropdown mobile w-inline-block">Video News Releases</a></nav></div><a href="/content-manager/contacts" title="Contact Us" target="" class="mobile-nav-link">Contact Us</a><a href="https://staging.ecfh.com/hitachi_test" title="Shareholder Login" target="" class="mobile-nav-link">Shareholder Login</a></div></div><a data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec0b3" href="#" class="close-wrapper w-inline-block"></a></div>  <!-- <div class="menu-side-wrapper">
    <div class="menu-wrapper">
      <a data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec047" href="#" class="close-link dark">X</a>
      <div class="header-wrapper">
        <div class="header-sub-text"></div>
        <div class="nav-text">Navigation</div>
      </div>
      <div class="dashboard-menu-wrapper">
        <a href="#" class="mobile-nav-link">Home</a>
        <a href="#" class="mobile-nav-link drop w-inline-block">
          <div>About Us</div>
          <div class="more-arrow"></div>
        </a>
        <a href="#" class="mobile-nav-link"><strong>Financial Reports<br></strong></a>
        <a href="#" class="mobile-nav-link"><strong>Shareholder Information<br></strong></a>
        <a href="#" class="mobile-nav-link"><strong>Contact Us</strong></a>
      </div>
      <div data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec07e" class="level-2-menu">
        <div class="header-wrapper">
          <div class="header-sub-text">This nav can Scroll</div>
          <div class="nav-text no-pad">About Us</div>
        </div>
        <a href="#" data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec084" class="prev-link">&lt; Previous Menu</a>
        <div class="sub-link-wrapper">
          <a href="#" class="level-2-link drop w-inline-block">
            <div>Third menu Level example</div>
            <div class="more-arrow"></div>
          </a>
          <a href="#" class="level-2-link w-inline-block">
            <div>About ECFH</div>
          </a>
          <a href="#" class="level-2-link w-inline-block">
            <div>Board of Directors</div>
          </a>
          <a href="#" class="level-2-link w-inline-block">
            <div>Our Values</div>
          </a>
          <a href="#" class="level-2-link w-inline-block">
            <div>Regulators</div>
          </a>
        </div>
      </div>
      <div class="level-3-menu">
        <div class="header-wrapper">
          <div class="header-sub-text">This nav can Scroll</div>
          <div class="nav-text no-pad">Sub-Menu Title</div>
        </div>
        <a href="#" data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec0a4" class="prev-link">&lt; Previous Menu</a>
        <div class="sub-link-wrapper">
          <a href="#" class="level-3-link w-inline-block">
            <div>Chequing Accounts</div>
          </a>
          <a href="#" class="level-3-link w-inline-block">
            <div>Saving Accounts</div>
          </a>
          <a href="#" class="level-3-link w-inline-block">
            <div>Deposit Account</div>
          </a>
          <a href="#" class="level-3-link w-inline-block">
            <div>Fixed Income Accounts</div>
          </a>
        </div>
      </div>
    </div>
    <a data-w-id="6e8ff713-d01f-fe5e-f5fb-584bd57ec0b3" href="#" class="close-wrapper w-inline-block"></a>
  </div> -->
</div>
<div class="section-6 wf-section">
  <div class="container-1080">
    <div class="nave-link-wrap">
      <div data-collapse="medium" data-animation="over-left" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="navbar w-nav">
        <nav role="navigation" class="nav-menu w-nav-menu">
          <a href="/" title="Home" target="" class="nav-link w-nav-link">Home</a><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-link drop w-dropdown-toggle"><div>About Us</div><div class="drop-icon w-icon-dropdown-toggle"></div></div><nav class="nav-dd w-dropdown-list"><a href="/p/board-of-directors?tab=our-values" title="Our Values" target="" class="link-dropdown w-inline-block">Our Values</a><a href="/p/board-of-directors?tab=board-of-directors" title="Board of Directors" target="" class="link-dropdown w-inline-block">Board of Directors</a><a href="/p/board-of-directors?tab=regulators" title="Regulators" target="" class="link-dropdown w-inline-block">Regulators</a></nav></div><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-link drop w-dropdown-toggle"><div>Financial Reports</div><div class="drop-icon w-icon-dropdown-toggle"></div></div><nav class="nav-dd w-dropdown-list"><a href="/document-categories?tab=ecfh-financial-results" title="ECFH Financial Results" target="" class="link-dropdown w-inline-block">ECFH Financial Results</a><a href="/document-categories?tab=subsidiary-financial-results" title="Subsidiary Financial Results" target="" class="link-dropdown w-inline-block">Subsidiary Financial Results</a></nav></div><a href="/faqs" title="FATCA" target="" class="nav-link w-nav-link">FATCA</a><div data-hover="false" data-delay="0" class="nav-dropdown w-dropdown"><div class="nav-link drop w-dropdown-toggle"><div>News & Media</div><div class="drop-icon w-icon-dropdown-toggle"></div></div><nav class="nav-dd w-dropdown-list"><a href="/blog-categories?tab=press-releases" title="News/Press Releases" target="" class="link-dropdown w-inline-block">News/Press Releases</a><a href="/blog-categories?tab=ads" title="Ads" target="" class="link-dropdown w-inline-block">Ads</a><a href="/blog-categories?tab=video-news-releases" title="Video News Releases" target="" class="link-dropdown w-inline-block">Video News Releases</a></nav></div><a href="/content-manager/contacts" title="Contact Us" target="" class="nav-link w-nav-link">Contact Us</a><a href="https://staging.ecfh.com/hitachi_test" title="Shareholder Login" target="" class="nav-link w-nav-link">Shareholder Login</a>        </nav>
        <a data-w-id="00216fce-d4a1-4254-5b03-3337f88060e5" href="#" class="menu-btn w-inline-block">
          <div class="menu-text-2">Menu</div>
          <div class="menu-icon-2 w-icon-nav-menu"></div>
        </a>
      </div>
      <div data-hover="false" data-delay="0" data-w-id="1ead1e2c-48b8-bd15-c002-5c603d247876" class="dropdown-v2 w-dropdown">
        <div class="dd-toggle w-dropdown-toggle">
          <div class="icon-2 w-icon-dropdown-toggle"></div>
          <div>Need Help?</div>
        </div>
        <nav class="help-dd blue w-dropdown-list">
          <a href="#" class="link-dropdown light w-dropdown-link">FAQS</a>
          <a href="#" class="link-dropdown light w-dropdown-link">Student Loans</a>
          <a href="#" class="link-dropdown light w-dropdown-link">PFIA</a>
          <a href="#" class="link-dropdown light w-dropdown-link">EduStart</a>
          <a href="#" class="link-dropdown light w-dropdown-link">ECACH</a>
          <a href="#" class="link-dropdown light w-dropdown-link">CRS</a>
          <a href="#" class="link-dropdown light w-dropdown-link">My Rewards</a>
          <div class="div-block-35">
            <a href="#" class="link-dropdown reverse w-dropdown-link">Chat with Us</a>
            <a href="#" class="link-dropdown reverse w-dropdown-link">Ask a Question</a>
            <a href="#" class="link-dropdown reverse w-dropdown-link">Log a Complaint</a>
          </div>
        </nav>
      </div>
      <div data-hover="true" data-delay="0" data-w-id="80dfa17b-b16b-fd4d-a52d-3bec8a45d72a" class="dropdown-2 w-dropdown">
        <div class="use-button w-dropdown-toggle">
          <div>Useful Information <span class="h-icon"></span></div>
        </div>
        <nav class="help-dd w-dropdown-list">
          <div class="div-block-34"></div>
            <a href="/documents" title="Financial Reports" target="" class="link-dropdown w-dropdown-link">Financial Reports</a><a href="/content-manager/documents/open/73" title="Bank Licence" target="_blank" class="link-dropdown w-dropdown-link">Bank Licence</a><div data-hover="false" data-delay="0" class="dropdown-3 w-dropdown"><div class="link-dropdown dd w-dropdown-toggle"><div class="dd-icon w-icon-dropdown-toggle"></div><div><span class="ddl-icons"> </span>ECFH Subsidiary</div></div><nav class="dropdown-list w-dropdown-list"><a href="https://bankofsaintlucia.com/" title="Bank of Saint Lucia Limited" target="_blank" class="dd-link w-dropdown-link">Bank of Saint Lucia Limited</a></nav></div><div data-hover="false" data-delay="0" class="dropdown-3 w-dropdown"><div class="link-dropdown dd w-dropdown-toggle"><div class="dd-icon w-icon-dropdown-toggle"></div><div><span class="ddl-icons"> </span>Strategic Partners</div></div><nav class="dropdown-list w-dropdown-list"><a href="https://www.bosvg.com/" title="Bank of St Vincent &amp; the Grenadines Limited" target="_blank" class="dd-link w-dropdown-link">Bank of St Vincent &amp; the Grenadines Limited</a><a href="https://ecglobalinsurance.com/" title="EC Global Insurance Agency" target="_blank" class="dd-link w-dropdown-link">EC Global Insurance Agency</a></nav></div>        </nav>
      </div>
    </div>
    <a href="#top" data-w-id="546023c5-7377-94d0-0690-29cfc5d70d0e" class="top-link w-inline-block">
      <div class="top-text"><span class="top"></span></div>
    </a>
  </div>
</div>
    
    <div class="hero-sect wf-section">
  <div class="slide-content">
    <div class="mx-wrap banner">
      <h1 class="content-heading">Welcome to ECFH and its Subsidiaries<em><br></em></h1>
    </div>
  </div>
  <div class="slide-img-wrap">
        <img src="/img/../files/siteSettings/images/bannerimages_1381668989vision.jpg" sizes="100vw" class="responsive-image" alt=""/>  </div>
</div>
<div class="abosulute-section wf-section">
  <div class="container-1080-60">
    <a href="#intro" id="w-node-_75cfa60d-c594-d98f-4b37-dbd636669658-b7431e75" class="scroll-link w-inline-block" data-ix="scroll-link-on-load">
      <div class="scroll-link-text"></div>
    </a>
    <div class="bradcrumb-wrapper">
      <div class="breadcrumb"></div>
      <a href="/" aria-current="page" class="bc-link bold w--current">Home</a>
    </div>
  </div>
</div>

<script>
  document.addEventListener('DOMContentLoaded', function() {
    var imageView = document.querySelector('.responsive-image');

    function setImageForScreenSize() {
      var screenWidth = window.innerWidth;

      // Change image source based on screen width
      if (screenWidth >= 992) {
        // Desktop
        imageView.src = '../files/siteSettings/images/bannerimages_1381668989vision.jpg';
      } else if (screenWidth >= 480 && screenWidth < 991) {
        // Tablet
        imageView.src = '../';
      } else {
        // Mobile
        imageView.src = '../files/siteSettings/images/BOSL-classic-card-p-130x130q80.png';
      }
    }

    // Call the function when the page loads and when the window is resized
    setImageForScreenSize();
    window.onresize = setImageForScreenSize;
  });
</script>

    
<style type="text/css">
.newsletter-form-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(143, 27, 48, 0.95)), to(rgba(143, 27, 48, 0.95))), url(files/siteSettings/images/pexels-alesia-kozik-6771985.jpg);
    background-image: linear-gradient(
  180deg
  , rgba(143, 27, 48, 0.95), rgba(143, 27, 48, 0.95)), url(files/siteSettings/images/pexels-alesia-kozik-6771985.jpg);
  }
  ul{
    margin-top: 40px;
    padding: 20px 40px 10px;
    border-radius: 6px;
    background-color: #fff;
  }
</style>
<div id="intro" class="content-section wf-section">
  <div class="container-1080">
    <div data-w-id="f8a2f31e-b0eb-e088-9b6a-8301e765144e" style="opacity:0" class="w-layout-grid int-grid">
      <div>
        <div class="subtitle">Welcome</div>
        <h2>Introduction</h2>
      </div>
      <div>
        <p>The East Caribbean Financial Holding Company (ECFH) was the product of a 2001 merger of two financial institutions, the largest commercial bank (National Commercial Bank) and the sole development bank in Saint Lucia (St. Lucia Development Bank). The merger objectives were to provide a broader range of banking, financial and related services at a lower cost and a higher level of efficiency than was previously provided by these institutions operating independently. The Group instantly became Saint Lucia’s leading financial institution.</p><p><br>Today, the Group enjoys a dominant share of the banking market and in many areas.</p><ul><li>Serving as an efficient and complete financial service provider of general insurance and domestic banking.</li><li>Encouraging and mobilizing savings.</li><li>Financing commercial, personal and development loans.</li><li>Developing relevant financial products and services to serve the needs of the economy.</li><li>Promoting economic development and contributing positively to social development</li><li>Facilitating the growth of the nascent capital market.</li><li>Fostering entrepreneurship.</li><li>Taking a lead in positively influencing the financial sector in particular, and the economy in general.</li></ul>      </div>
    </div>
  </div>
</div>
<div class="content-section services wf-section">
  <div class="container-1080">
    <div class="mx-width">
      <h2 class="section-heading box">Services</h2>
      <div class="divider-2 full"></div>
      <div class="w-layout-grid dual-grid">
                  <a href="/services/retail-and-corporate-banking-services" class="item-link slide-in w-inline-block">
            <div class="ct-card service">
              <div class="item-container">
                <div class="item-wrap">
                  <h3 class="item-detail title">Retail and Corporate Banking Services</h3>
                  <p class="summary-para text-style-3lines">
                    Our service offering is second to none. Whether it is retail or corporate, we have products and services suited to your purpose.Our Retail Services comprise an extensive range of products and…                  </p>
                  <div class="service-img-wrap hidden">
                                        <!-- <img src="images/low-angle-photo-of-structure-during-night-3375997.jpg" loading="lazy" sizes="100vw" srcset="images/low-angle-photo-of-structure-during-night-3375997-p-500.jpeg 500w, images/low-angle-photo-of-structure-during-night-3375997.jpg 640w" alt=""> -->
                  </div>
                </div>
                <div class="item-wrap bot">
                  <div class="bottom-block">
                    <div id="w-node-_4f6f1a17-1c5f-7ac1-7aef-526f085a274c-b7431e75" class="fix-note"><span class="d-icon"></span> View More</div>
                  </div>
                </div>
              </div>
            </div>
          </a>
                  <a href="/services/wealth-and-investment-services" class="item-link slide-in w-inline-block">
            <div class="ct-card service">
              <div class="item-container">
                <div class="item-wrap">
                  <h3 class="item-detail title">Wealth & Investment Services</h3>
                  <p class="summary-para text-style-3lines">
                    ECFH provides professional, independent financial management and investment advice to both individual and institutional investors. Investment professionals assist in implementing a disciplined,…                  </p>
                  <div class="service-img-wrap hidden">
                                        <!-- <img src="images/low-angle-photo-of-structure-during-night-3375997.jpg" loading="lazy" sizes="100vw" srcset="images/low-angle-photo-of-structure-during-night-3375997-p-500.jpeg 500w, images/low-angle-photo-of-structure-during-night-3375997.jpg 640w" alt=""> -->
                  </div>
                </div>
                <div class="item-wrap bot">
                  <div class="bottom-block">
                    <div id="w-node-_4f6f1a17-1c5f-7ac1-7aef-526f085a274c-b7431e75" class="fix-note"><span class="d-icon"></span> View More</div>
                  </div>
                </div>
              </div>
            </div>
          </a>
                  <a href="/services/insurance-services" class="item-link slide-in w-inline-block">
            <div class="ct-card service">
              <div class="item-container">
                <div class="item-wrap">
                  <h3 class="item-detail title">Insurance Services</h3>
                  <p class="summary-para text-style-3lines">
                    Insurance coverage is more than a premium and a settlement cheque. It’s about security and peace of mind, and the comfort of knowing that you will be taken care of if the worse were to happen.It’s…                  </p>
                  <div class="service-img-wrap hidden">
                                        <!-- <img src="images/low-angle-photo-of-structure-during-night-3375997.jpg" loading="lazy" sizes="100vw" srcset="images/low-angle-photo-of-structure-during-night-3375997-p-500.jpeg 500w, images/low-angle-photo-of-structure-during-night-3375997.jpg 640w" alt=""> -->
                  </div>
                </div>
                <div class="item-wrap bot">
                  <div class="bottom-block">
                    <div id="w-node-_4f6f1a17-1c5f-7ac1-7aef-526f085a274c-b7431e75" class="fix-note"><span class="d-icon"></span> View More</div>
                  </div>
                </div>
              </div>
            </div>
          </a>
                  <a href="/services/capital-market-services" class="item-link slide-in w-inline-block">
            <div class="ct-card service">
              <div class="item-container">
                <div class="item-wrap">
                  <h3 class="item-detail title">Capital Market Services</h3>
                  <p class="summary-para text-style-3lines">
                    ECFH provides brokerage and trade execution services to institutional and individual clients through ECFH Global Investment and Solutions, a division of Bank of Saint Lucia Limited.Our current…                  </p>
                  <div class="service-img-wrap hidden">
                                        <!-- <img src="images/low-angle-photo-of-structure-during-night-3375997.jpg" loading="lazy" sizes="100vw" srcset="images/low-angle-photo-of-structure-during-night-3375997-p-500.jpeg 500w, images/low-angle-photo-of-structure-during-night-3375997.jpg 640w" alt=""> -->
                  </div>
                </div>
                <div class="item-wrap bot">
                  <div class="bottom-block">
                    <div id="w-node-_4f6f1a17-1c5f-7ac1-7aef-526f085a274c-b7431e75" class="fix-note"><span class="d-icon"></span> View More</div>
                  </div>
                </div>
              </div>
            </div>
          </a>
              </div>
    </div>
  </div>
</div><!-- <div class="space-div hd"></div> -->
<div class="content-section news wf-section">
  <div class="newsletter-wrapper slide-in">
    <div id="w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef0c-b7431e75" class="newsletter-intro">
      <h2>Newsletter</h2>
      <div class="subtitle-2">Everything financial in your inbox. </div>
    </div>
    <div id="w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef24-b7431e75" class="form-block w-form">
      <form method="post" accept-charset="utf-8" class="newsletter-form-wrapper" action="/content-manager/subscriptions/submit"><div style="display:none;"><input type="hidden" name="_method" value="POST"/></div>        <div class="form-column right">
          <div class="form-2">
            <div class="field-wrapper">
              <label for="name" id="w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef38-b7431e75" class="field-label white">Name</label>
              <input type="text" name="first_name" class="field w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef3a-b7431e75 w-input" placeholder="First name" required="required" id="first-name"/>              <input type="text" name="last_name" class="field w-input" placeholder="Last name" required="required" id="last-name"/>            </div>
            <div class="field-wrapper">
              <label for="email" id="w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef3d-b7431e75" class="field-label white">Email Address</label>
              <input type="email" name="email" class="field w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef3f-b7431e75 w-input" placeholder="Your email" data-w-id="089bde8b-c57b-f0e8-adab-1e93cca8ef3f" required="required" id="email"/>            </div>
            <div id="w-node-_4905967c-5191-8bea-eb9f-d75958d5fefb-b7431e75" style="height:0px;opacity: 0"class="recaptca-wrapper">
              <script src="https://www.google.com/recaptcha/api.js?hl=en&onload=CaptchaCallback&render=explicit"></script><script type="text/javascript">
var CaptchaCallback = function() {
	var el = document.getElementsByClassName('g-recaptcha');
    for (var i = 0; i < el.length; i++)
        grecaptcha.render(el[i], {'sitekey' : '6LcM7EseAAAAABUaWFhCPdsAJEbVPdYtImA8k9U1'});
};
</script>

<div
    class="g-recaptcha"
    data-sitekey="6LcM7EseAAAAABUaWFhCPdsAJEbVPdYtImA8k9U1"
    data-theme="light"
    data-type="image"
    data-size="normal"
    async defer>
</div>
<noscript>
  <div>
    <div style="width: 302px; height: 422px; position: relative;">
      <div style="width: 302px; height: 422px; position: absolute;">
        <iframe src="https://www.google.com/recaptcha/api/fallback?k=6LcM7EseAAAAABUaWFhCPdsAJEbVPdYtImA8k9U1"
                frameborder="0" scrolling="no"
                style="width: 302px; height:422px; border-style: none;">
        </iframe>
      </div>
    </div>
    <div style="width: 300px; height: 60px; border-style: none;
                   bottom: 12px; left: 25px; margin: 0px; padding: 0px; right: 25px;
                   background: #f9f9f9; border: 1px solid #c1c1c1; border-radius: 3px;">
      <textarea id="g-recaptcha-response" name="g-recaptcha-response"
                   class="g-recaptcha-response"
                   style="width: 250px; height: 40px; border: 1px solid #c1c1c1;
                          margin: 10px 25px; padding: 0px; resize: none;" >
      </textarea>
    </div>
  </div>
</noscript>
            </div>
            <input type="submit" value="Subscribe" data-wait="Please wait..." id="w-node-_089bde8b-c57b-f0e8-adab-1e93cca8ef40-b7431e75" class="button-2 w-button">
          </div>
        </div>
      <div style="display:none;"><input type="hidden" name="_Token[fields]" autocomplete="off" value="0ed19040dd96c4910b1708e878e20128f7f1115c%3A"/><input type="hidden" name="_Token[unlocked]" autocomplete="off" value="g-recaptcha-response"/></div></form>    </div>
  </div>
</div>

    
    
    

<style type="text/css">
.ft-section {
    margin-bottom: 24px;
    padding: 80px 30px;
    background-color: #8f1b30;
    background-image: linear-gradient(
315deg
, rgba(143, 27, 48, 0.9), #8f1b30 65%), url('')!important;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
</style>

<div class="ft-section wf-section">
  <div class="_80 fade-in-delay">
    <div class="container-1080">
      <div class="container">
        <div class="w-layout-grid gt-grid">
          <div class="ft-grid-wrap">
            <a href="/" class="ft-branding w-inline-block">
              <img src="https://ecfh.com/thumb/NmFiN2ZmNDhiODg3YjgxMWNlNjY3OTU0ZTkzM2IzMDFfNGE4NzMxYTY5MTJjNDhkNTEwOGMyY2I5ZTMwYzQ0MjYucG5n" class="" alt=""/>            </a>
            <h3 class="ft-title">Quick Links</h3>
            <div class="ft-link-wrapper">
              
	<a href="/" class="ft-link">Home</a>

	<a href="/p/board-of-directors?tab=our-values" class="ft-link">About Us</a>

	<a href="/documents" class="ft-link">Financial Reports</a>

	<a href="/faqs" class="ft-link">FATCA</a>

	<a href="/blog-categories" class="ft-link">News & Media</a>

	<a href="/content-manager/contacts" class="ft-link">Contact Us</a>
            </div>
          </div>
          <div class="ft-grid-wrap left">
            <div class="ft-wrap">
              <h3 class="ft-title">Address</h3>
            </div>
            <p class="light"><strong># 1 Bridge Street,</strong><br>P O Box 1860,<br>Castries,<br>Saint Lucia</p>
            <div class="opening-hours-div light">
              <div class="time-title">Opening Hours</div>
              <div class="opening-hours-text">Monday - Friday: 8:00 am – 2:00 pm</strong></div>
            </div>
          </div>
          <div id="w-node-_1a987702-7020-ccb8-f87c-e94fc2450936-beb92ff2" class="ft-grid-wrap right">
            <div class="ft-wrap">
              <h3 class="ft-title">Connect With Us</h3>
            </div>
            <div class="social-media-wrapper">
                              <a title="Facebook" href="https://www.facebook.com/pages/East-Caribbean-Financial-Holding-Company-ECFH/260798077358249" target="_blank" class="social white"></a>
                                            <a title="Twitter" href="https://twitter.com/ECFHGroup" target="_blank" class="social white"></a>
                                                          <a title="Youtube" href="https://www.youtube.com/user/ecfhmktg" target="_blank" class="social white last"></a>
                          </div>
            <div>
                              <a href="tel:(758) 456-6000" class="ft-link no-margin">Tel: (758) 456-6000</a>
                                            <a href="#" class="ft-link no-margin">Fax: (758) 456-6702</a>
                          </div>
          </div>
        </div>
        <div class="footer-bottom">
          <div class="footer-wrapper">
                                      <a href="/p/privacy-policy" class="ft-link-2">Privacy Policy</a>
                       </div>
        </div>
      </div>
      <div class="w-layout-grid grid-12">
        <div id="w-node-_06c126e3-00e6-6298-a93f-46fcbeb93017-beb92ff2" class="ft-em copyright">© 2025 | All Rights Reserved<br></div>
        <div class="ft-em">Site by -<strong class="bold-text"> eMagine Solutions Inc.</strong></div>
      </div>
    </div>
  </div>
</div>

<script type="text/javascript">
  // $(document).ready(function() {
  //   var getUrlParameter = function getUrlParameter(sParam) {
  //     var sPageURL = window.location.search.substring(1),
  //         sURLVariables = sPageURL.split('&'),
  //         sParameterName,
  //         i;

  //     for (i = 0; i < sURLVariables.length; i++) {
  //         sParameterName = sURLVariables[i].split('=');

  //         if (sParameterName[0] === sParam) {
  //             return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);
  //         }
  //     }
  //     return false;
  //   };

  //   var tab = getUrlParameter('tab');

  //   console.log(tab);

    // setTimeout(function() {
    //   var title = $('a.tab-link.w--current > div').text();

    //   console.log(title);

    //   currentCurrent = $('a.bc-link.w--current');

    //   currentCurrent.text(title);
    // }, 1);

    // $('a.tab-link').click(function(){
    //   var title = $('a.tab-link.w--current > div').text();

    //   // console.log(title);

    //   currentCurrent = $('a.bc-link.w--current');

    //   currentCurrent.text(title);
    // });

    // $(window).load(function() {
    
    // });



  //   if(tab){

  //     $('.tab-link').removeClass('w--current');
  //     $('.w-tab-pane').removeClass('w--tab-active');

  //     var currentTab = $("div[data-w-tab='"+tab+"'] ");
  //     var currentATab = $("a[data-w-tab='"+tab+"'] ");

  //     currentATab.addClass('w--current');
  //     currentTab.removeClass('w--tab-active');

  //   }
  // })
</script>
  </div>

  
  

  <script src="/ecfh_theme/js/webflow.js"></script>
  <!--[if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif]-->
</body>

</html>                               

Whois info of domain

Domain Name: ECFH.COM
Registry Domain ID: 82999882_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.register.com
Registrar URL: http://www.register.com
Updated Date: 2022-01-17T14:02:50Z
Creation Date: 2002-01-24T20:08:04Z
Registry Expiry Date: 2028-01-24T20:08:04Z
Registrar: Register.com, Inc.
Registrar IANA ID: 9
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS101.REGISTER.COM
Name Server: DNS102.REGISTER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-10T11:49:27Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass