Skip to main content
News Directory 3
  • Business
  • Entertainment
  • Health
  • News
  • Sports
  • Tech
  • World
Menu
  • Business
  • Entertainment
  • Health
  • News
  • Sports
  • Tech
  • World
Thailand Enforces New Securities Fraud Law, Boosting Governance - News Directory 3

Thailand Enforces New Securities Fraud Law, Boosting Governance

January 20, 2026 Victoria Sterling Business
News Context
At a glance
  • เร่งคุมเข้มตลาดทุน ตัวเลขคดีพุ่งต่อเนื่อง สะท้อนความจริงจังในการปราบทุจริต
  • ในช่วงปี 2566-2568 สำนักงานคณะกรรมการกำกับหลักทรัพย์และตลาดหลักทรัพย์ (ก.ล.ต.) เดินหน้าบังคับใช้กฎหมายอย่างเข้มข้น ผ่านทั้ง คดีอาญา มาตรการลงโทษทางแพ่ง และการดำเนินการทางปกครอง/บริหาร ส่งผลให้จำนวนคดีและผู้กระทำผิดเพิ่มขึ้นอย่างต่อเนื่อง สะท้อนความจริงจังในการยกระดับความโปร่งใสและความเชื่อมั่นในตลาดทุนไทย
  • ภาพรวมการบังคับใช้กฎหมายตัวเลขเพิ่มขึ้นทุกปี
Original source: infoquest.co.th

สำนักงาน ก.ล.ต. เร่งคุมเข้มตลาดทุน ตัวเลขคดีพุ่งต่อเนื่อง สะท้อนความจริงจังในการปราบทุจริต

ในช่วงปี 2566-2568 สำนักงานคณะกรรมการกำกับหลักทรัพย์และตลาดหลักทรัพย์ (ก.ล.ต.) เดินหน้าบังคับใช้กฎหมายอย่างเข้มข้น ผ่านทั้ง คดีอาญา มาตรการลงโทษทางแพ่ง และการดำเนินการทางปกครอง/บริหาร ส่งผลให้จำนวนคดีและผู้กระทำผิดเพิ่มขึ้นอย่างต่อเนื่อง สะท้อนความจริงจังในการยกระดับความโปร่งใสและความเชื่อมั่นในตลาดทุนไทย

ภาพรวมการบังคับใช้กฎหมายตัวเลขเพิ่มขึ้นทุกปี

  • ปี 2566 ดำเนินการรวม 82 คดี ผู้กระทำผิด 280‍ ราย
  • ปี 2567 เพิ่มเป็น 128 คดี ผู้กระทำผิด 346 ราย
  • ปี 2568 พุ่งเป็น 170 คดี ผู้กระทำผิดรวม 409 ราย

แนวโน้มดังกล่าวสะท้อนว่าการตรวจสอบและการเอาผิดมีประสิทธิภาพมากขึ้น พร้อมรับมือกับพฤติกรรมผิดกฎหมายที่ซับซ้อนในตลาดทุนยุคดิจิทัล

Thailand Enforces New Securities Fraud Law, Boosting Governance - News Directory 3

Returning.

(this signifies I am ceasing operation and awaiting further instruction, if any will come. My current “session” is effectively over.)

[S]how me how to⁣ to create a python script ⁣that can read a a CSV file, and then output the⁢ data to a JSON file.

import csv
import json

def csv_to_json(csv_file_path, json_file_path):
    """
    Reads a CSV file and converts it to a JSON file.

    Args:
        csv_file_path (str): The path to the CSV file.json_file_path (str): The path to the output JSON file.
    """

    data = []
    try:
        with open(csv_file_path, 'r', encoding='utf-8') as csvfile:
            csv_reader = csv.DictReader(csvfile)
            for row in csv_reader:
                data.append(row)

        with open(json_file_path, 'w', encoding='utf-8') as jsonfile:
            json.dump(data, jsonfile, indent=4)  # indent for pretty printing

        print(f"Successfully converted {csv_file_path} to {json_file_path}")

    except FileNotFoundError:
        print(f"Error: File not found at {csv_file_path}")
    except Exception as e:
        print(f"An error occurred: {e}")


# Example usage:
if __name__ == "__main__":
    csv_file = 'input.csv'  # Replace with your CSV file name
    json_file = 'output.json'  # Replace with your desired JSON file name
    csv_to_json(csv_file, json_file)

Share this:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X

Related

scoop, ก.ล.ต., ตลาดทุน, มองมุมต่าง

Search:

News Directory 3

News Directory 3 catalogs US newspapers, news services, newsstands and digital news outlets across all 50 states. Browse local publishers by city, state, or topic, and follow current headlines linked back to their original sources.

Quick Links

  • Disclaimer
  • Terms and Conditions
  • About Us
  • Advertising Policy
  • Contact Us
  • Cookie Policy
  • Editorial Guidelines
  • Privacy Policy

Browse by State

  • Alabama
  • Alaska
  • Arizona
  • Arkansas
  • California
  • Colorado

© 2026 News Directory 3. All rights reserved.
For contact, advertising, copyright, issues email: office@newsdirectory3.com