Website under construction
HOTLINE COMPLAINT: 015 365 222

JC finance plc.



Business Profile


JC Finance Plc (JCF) is the "One and Only "Financial service provider focusing on "Agi-Sector" to support Cambodian farmers, receive micro finance license from National Bank of Cambodia (NBC) in January 2018. JCF was established by management and investors from Japan. "JC" mean "Japan & Cambodia", representing our concept of good service and product "made by Japan and Cambodia". As a result of investigating the economic situation in Cambodia carefully, we felt the promising future for Cambodia's agriculture. JCF broadens the possibility of financing farmers in Cambodia through proposing a repayment plan commensurate with the actual situation of Cambodian farmers. JCF provide a wide range of agriculture cooperative finance to Cambodian farmers, for purchasing agriculture machinery and equipment, agriculture materials, etc. to enhance Cambodia farmer's life and wealth and share the benefit together. Address: House No.77, Commercial Street, Phum Prek Ta Nu, Sangkat Chak Angrae Leu, Khan Mean Chey, Phnom Penh. Tel: 023 217 419

Contact Information


  • Hotline: 023 217 419
  • E-Mail: info@jcfinance.com.kh
  • Website: https://www.facebook.com/jcfinanceplc
  • Address: House No.77, Commercial Street, Phum Prek Ta Nu, Sangkat Chak Angrae Leu, Khan Mean Chey, Phnom Penh.
  • Facebook: https://www.facebook.com/jcfinanceplc
  • Telegram: https://t.me/jcbfinanceplc

Subscribe to our newsletter

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

ob_end_flush(): Failed to send buffer of zlib output compression (1)

ErrorException

Show exception properties
0 of 0
ErrorException {#150 #severity: E_NOTICE }
  1.         $level \count($status);
  2.         $flags \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush \PHP_OUTPUT_HANDLER_FLUSHABLE \PHP_OUTPUT_HANDLER_CLEANABLE);
  3.         while ($level-- > $targetLevel && ($s $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags $s['del'])) {
  4.             if ($flush) {
  5.                 ob_end_flush();
  6.             } else {
  7.                 ob_end_clean();
  8.             }
  9.         }
  10.     }
  1.      * @return callable
  2.      */
  3.     protected function forwardsTo($method)
  4.     {
  5.         return fn (...$arguments) => static::$app
  6.             $this->{$method}(...$arguments)
  7.             : false;
  8.     }
  9.     /**
  10.      * Determine if the error level is a deprecation.
HandleExceptions->Illuminate\Foundation\Bootstrap\{closure}()
  1.         $level \count($status);
  2.         $flags \PHP_OUTPUT_HANDLER_REMOVABLE | ($flush \PHP_OUTPUT_HANDLER_FLUSHABLE \PHP_OUTPUT_HANDLER_CLEANABLE);
  3.         while ($level-- > $targetLevel && ($s $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags $s['del'])) {
  4.             if ($flush) {
  5.                 ob_end_flush();
  6.             } else {
  7.                 ob_end_clean();
  8.             }
  9.         }
  10.     }
  1.         if (\function_exists('fastcgi_finish_request')) {
  2.             fastcgi_finish_request();
  3.         } elseif (\function_exists('litespeed_finish_request')) {
  4.             litespeed_finish_request();
  5.         } elseif (!\in_array(\PHP_SAPI, ['cli''phpdbg''embed'], true)) {
  6.             static::closeOutputBuffers(0true);
  7.             flush();
  8.         }
  9.         return $this;
  10.     }
  1. $kernel $app->make(Kernel::class);
  2. $response $kernel->handle(
  3.     $request Request::capture()
  4. )->send();
  5. $kernel->terminate($request$response);