NASDAQ Trading Hours
NASDAQ เปิดกี่โมง เวลาซื้อขาย Pre-market After-hours Regular Hours เวลาไทย Eastern Time Investment Trading Strategy หุ้นอเมริกา Technology
| Session | เวลา ET | เวลาไทย (EST) | เวลาไทย (EDT) | Volume |
|---|---|---|---|---|
| Pre-market | 04:00-09:30 | 16:00-21:30 | 15:00-20:30 | ต่ำ |
| Regular | 09:30-16:00 | 21:30-04:00 | 20:30-03:00 | สูง |
| After-hours | 16:00-20:00 | 04:00-08:00 | 03:00-07:00 | ต่ำ-ปานกลาง |
Trading Tools
# === NASDAQ Trading Analysis ===
# pip install yfinance pandas matplotlib
import yfinance as yf
import pandas as pd
from datetime import datetime, timedelta
# ดึงข้อมูลหุ้น NASDAQ
# ticker = yf.Ticker("QQQ") # NASDAQ-100 ETF
# hist = ticker.history(period="1y")
#
# # Basic Analysis
# print(f"Current Price: ")
# print(f"52-Week High: ")
# print(f"52-Week Low: ")
# print(f"YTD Return: {((hist['Close'].iloc[-1] / hist['Close'].iloc[0]) - 1) * 100:.1f}%")
# print(f"Avg Volume: {hist['Volume'].mean():,.0f}")
# Top NASDAQ Stocks
from dataclasses import dataclass
@dataclass
class NasdaqStock:
ticker: str
name: str
sector: str
market_cap: str
pe_ratio: float
div_yield: str
ytd_return: str
stocks = [
NasdaqStock("AAPL", "Apple", "Technology", "$3.4T", 33.5, "0.5%", "+8%"),
NasdaqStock("MSFT", "Microsoft", "Technology", "$3.1T", 36.2, "0.7%", "+12%"),
NasdaqStock("GOOGL", "Alphabet", "Communication", "$2.1T", 24.8, "0.5%", "+5%"),
NasdaqStock("AMZN", "Amazon", "Consumer", "$2.0T", 42.1, "0%", "+10%"),
NasdaqStock("NVDA", "NVIDIA", "Semiconductor", "$3.0T", 55.3, "0.03%", "+15%"),
NasdaqStock("META", "Meta", "Communication", "$1.5T", 28.6, "0.4%", "+7%"),
NasdaqStock("TSLA", "Tesla", "Automotive", "$800B", 65.2, "0%", "-5%"),
NasdaqStock("AVGO", "Broadcom", "Semiconductor", "$700B", 32.1, "1.3%", "+20%"),
]
print("=== Top NASDAQ Stocks ===")
for s in stocks:
print(f" [{s.ticker}] {s.name} — {s.sector}")
print(f" Market Cap: {s.market_cap} | P/E: {s.pe_ratio}")
print(f" Dividend: {s.div_yield} | YTD: {s.ytd_return}")
Investment Strategy
# === NASDAQ Investment Strategy ===
# DCA Strategy — ลงทุนสม่ำเสมอ
# ลงทุนเท่ากันทุกเดือน ไม่จับจังหวะตลาด
# เหมาะกับ QQQ (NASDAQ-100 ETF) หรือ VOO (S&P 500 ETF)
#
# Example: DCA $500/month into QQQ
# Month 1: QQQ = $400 → Buy 1.25 shares
# Month 2: QQQ = $380 → Buy 1.32 shares (ซื้อได้มากขึ้นเมื่อราคาลง)
# Month 3: QQQ = $420 → Buy 1.19 shares
# Month 4: QQQ = $450 → Buy 1.11 shares
# Average Cost: $410 (ถูกกว่าซื้อครั้งเดียวที่ $450)
@dataclass
class InvestStrategy:
strategy: str
risk: str
time_horizon: str
suitable_for: str
expected_return: str
instruments: str
strategies = [
InvestStrategy("DCA QQQ", "ปานกลาง", "5+ ปี", "มือใหม่-กลาง", "10-15%/ปี", "QQQ ETF"),
InvestStrategy("Growth Picking", "สูง", "3+ ปี", "มีความรู้", "15-25%/ปี", "Individual Stocks"),
InvestStrategy("Dividend Growth", "ต่ำ-ปานกลาง", "10+ ปี", "ต้องการ Income", "8-12%/ปี", "AAPL MSFT AVGO"),
InvestStrategy("Sector Rotation", "สูง", "1-3 ปี", "Active Trader", "Variable", "Sector ETFs"),
InvestStrategy("Index + Satellite", "ปานกลาง", "5+ ปี", "ทั่วไป", "10-18%/ปี", "70% QQQ + 30% Picks"),
]
print("Investment Strategies:")
for s in strategies:
print(f" [{s.strategy}] Risk: {s.risk}")
print(f" Horizon: {s.time_horizon} | For: {s.suitable_for}")
print(f" Return: {s.expected_return} | Instruments: {s.instruments}")
# Broker Comparison for Thai Investors
brokers = {
"Interactive Brokers": "Commission ต่ำ $1/trade ครบทุกตลาด",
"Charles Schwab": "Free US Stock trades ใช้งานง่าย",
"Finansia (ไทย)": "Global Trading ฝากถอนง่าย THB",
"Krungsri Patronage": "Global Trading ผ่านแอป KS",
"moomoo": "Free trades UI ดี Research tools",
}
print(f"\n\nBroker Comparison:")
for broker, desc in brokers.items():
print(f" [{broker}]: {desc}")
Risk Management
# === Risk Management for US Stocks ===
@dataclass
class RiskFactor:
factor: str
impact: str
mitigation: str
probability: str
risks = [
RiskFactor("Currency Risk (THB/USD)", "กำไร/ขาดทุนจากอัตราแลกเปลี่ยน", "DCA ลดความเสี่ยง ไม่แลกทีเดียว", "สูง"),
RiskFactor("Market Risk", "ตลาดตกทั้งตลาด", "Diversify ETF หลายตลาด", "ปานกลาง"),
RiskFactor("Sector Concentration", "NASDAQ เน้น Tech มาก", "ผสม S&P 500 (VOO)", "ปานกลาง"),
RiskFactor("Time Zone", "เทรดดึก 20:30-03:00", "ใช้ Limit Order ไม่ต้องนั่งดู", "ต่ำ"),
RiskFactor("Tax", "Dividend Tax 15% (W-8BEN)", "กรอก W-8BEN ลด 30% เหลือ 15%", "ต่ำ"),
RiskFactor("Liquidity", "Extended Hours Volume ต่ำ", "เทรดเฉพาะ Regular Hours", "ต่ำ"),
]
print("Risk Factors:")
for r in risks:
print(f" [{r.probability}] {r.factor}")
print(f" Impact: {r.impact}")
print(f" Mitigation: {r.mitigation}")
# Portfolio Allocation Example
portfolio = {
"QQQ (NASDAQ-100)": "40%",
"VOO (S&P 500)": "30%",
"VXUS (International)": "15%",
"BND (Bonds)": "10%",
"Cash": "5%",
}
print(f"\n\nSample Portfolio (Moderate Risk):")
for asset, allocation in portfolio.items():
bar = "#" * (int(allocation.replace("%", "")) // 2)
print(f" {allocation:>4} {asset} {bar}")
# US Market Holidays 2025
holidays = [
"Jan 1: New Year's Day",
"Jan 20: Martin Luther King Jr. Day",
"Feb 17: Presidents' Day",
"Apr 18: Good Friday",
"May 26: Memorial Day",
"Jun 19: Juneteenth",
"Jul 4: Independence Day",
"Sep 1: Labor Day",
"Nov 27: Thanksgiving Day",
"Dec 25: Christmas Day",
]
print(f"\n\nUS Market Holidays 2025:")
for h in holidays:
print(f" {h}")
เคล็ดลับ
- DCA: ลงทุนสม่ำเสมอทุกเดือน ไม่จับจังหวะ
- W-8BEN: กรอก W-8BEN ลดภาษี Dividend จาก 30% เหลือ 15%
- Limit Order: ใช้ Limit Order ไม่ต้องนั่งดูจอดึก
- Diversify: ไม่เน้นแค่ NASDAQ ผสม S&P 500 ด้วย
- Long-term: ลงทุนระยะยาว 5+ ปี ลด Volatility
การนำความรู้ไปประยุกต์ใช้งานจริง
แหล่งเรียนรู้ที่แนะนำ ได้แก่ Official Documentation ที่อัพเดทล่าสุดเสมอ Online Course จาก Coursera Udemy edX ช่อง YouTube คุณภาพทั้งไทยและอังกฤษ และ Community อย่าง Discord Reddit Stack Overflow ที่ช่วยแลกเปลี่ยนประสบการณ์กับนักพัฒนาทั่วโลก
เปรียบเทียบข้อดีและข้อเสีย
จากตารางเปรียบเทียบจะเห็นว่าข้อดีมีมากกว่าข้อเสียอย่างชัดเจน โดยเฉพาะในแง่ของประสิทธิภาพและความสามารถในการ Scale สำหรับข้อเสียส่วนใหญ่สามารถแก้ไขได้ด้วยการเรียนรู้อย่างเป็นระบบและวางแผนทรัพยากรให้เหมาะสม
NASDAQ เปิดกี่โมงเวลาไทย
09:30-16:00 ET ตรงกับ 20:30-03:00 เวลาไทย ฤดูหนาว 21:30-04:00 Pre-market 15:00-20:30 After-hours 03:00-07:00 จันทร์-ศุกร์
Pre-market กับ After-hours คืออะไร
Pre-market 04:00-09:30 ET ก่อนเปิด After-hours 16:00-20:00 ET หลังปิด Volume น้อย Spread กว้าง Volatility สูง Earnings Report ไม่แนะนำมือใหม่
เทรดหุ้น NASDAQ จากไทยได้อย่างไร
Interactive Brokers TD Ameritrade Finansia Krungsri Wire Transfer W-8BEN Tax 15% App Web Platform Global Trading
หุ้น NASDAQ น่าสนใจมีอะไรบ้าง
AAPL Apple MSFT Microsoft GOOGL AMZN NVDA META TSLA AVGO Technology NASDAQ-100 QQQ ETF กระจายความเสี่ยง nasdaq.com yahoo finance
สรุป
NASDAQ เปิดกี่โมง 09:30-16:00 ET เวลาไทย 20:30-03:00 Pre-market After-hours Trading Strategy DCA QQQ ETF หุ้นอเมริกา Technology Broker W-8BEN Risk Management
