Infoway
Infoway Real-time Market Data APIBest Data API for Algo-traders and developers.
GET FREE API KEY

6648.TW

Stock Market Closed

6648.TW

Taiwan · TWD · Active

OPEN15.50
DAY HIGH15.50
DAY LOW15.50
CLOSE15.50
Low 15.50High 15.50

Last update: 2026/09/19 17:28:46 UTC

Statistics

Volume210-Day Avg. 15.6K
Turnover31 TWDVWAP 15.50
Prev. Volume39.0KSep 17, 2026
Avg True Range0.5514 day, daily

Performance

1W+4.38%
1M+3.68%
3M-5.49%
YTD-38.00%

6648.TW (6648.TW) last traded at 15.50 TWD, up +4.73% (+0.70) on the session, on volume of 2 shares against a 10-day average of 15.6K.

The stock is trading 49.18% below its 52-week high of 30.50 and 11.51% above its 52-week low of 13.90.

Real-time and historical OHLCV, tick, and aggregate market data for 6648.TW are available through the Infoway Market Data API. Test a live request in the playground below.

API Playground

Test our market data APIs directly with the tools below.

Input

Data Type
KlineType

Code Sample

import requests

api_url = "https://data.infoway.io/taiwan/v2/batch_kline"

headers = {
    "User-Agent": "Mozilla/5.0",
    "Accept": "application/json",
    "Content-Type": "application/json",
    "apiKey": "yourApikey",
}

payload = {
    "klineType": 1,
    "klineNum": 1,
    "codes": "6648.TW"
}

response = requests.post(api_url, headers=headers, json=payload)
print(f"HTTP code: {response.status_code}")
print(f"message: {response.text}")

Output

200
// Sample response only. Numbers below are from the API docs, not live 6648.TW data.
// Enter your API key and click Run to get real results.
/*
{
  "ret": 200,
  "msg": "success",
  "traceId": "19814db2-42f7-4788-9b51-b2001bf17953",
  "data": [
    {
      "s": "6648.TW",
      "respList": [
        {
          "t": "1751372340",
          "h": "298.620",
          "o": "298.439",
          "l": "298.100",
          "c": "298.310",
          "v": "24329",
          "vw": "7259092.235",
          "pc": "-0.02%",
          "pca": "-0.070"
        },
        {
          "t": "1751372280",
          "h": "298.450",
          "o": "298.090",
          "l": "298.000",
          "c": "298.380",
          "v": "32214",
          "vw": "9607344.900",
          "pc": "0.10%",
          "pca": "0.290"
        }
      ]
    }
  ]
}
*/

FAQ

Find answers to common questions about this symbol and its data.

What is the latest price of 6648.TW?

6648.TW last traded at 15.50 TWD, up +0.70 (+4.73%) from the previous close of 14.80, as of 2026-09-18. The price on this page updates once per trading day after the session closes. For a live quote, use the REST endpoint or WebSocket stream in the API playground above.

How do I get real-time 6648.TW data from an API?

POST the Infoway REST endpoint at data.infoway.io/taiwan/v2/batch_kline. Put your API key in the request header, and send a JSON body with codes=6648.TW, klineType (1-minute through yearly), and klineNum. It returns the latest OHLCV bars for 6648.TW — open, high, low, close, volume, and percent change. Enter 6648.TW and your key in the REST tab of the playground above to see the full request and response.

How do I get historical OHLCV data for 6648.TW?

Use the same kline endpoint with a daily interval and a bar count, and it returns up to that many daily candles for 6648.TW ending at the latest completed session. Each candle carries a Unix timestamp, open/high/low/close, volume, and turnover. For intraday history, change the interval to minutes or hours; for a fixed date window, filter the returned candles by timestamp. The playground above generates ready-to-run 6648.TW samples in Java, Go, Python, JavaScript, PHP, and cURL.

How do I stream live 6648.TW prices over WebSocket?

Open a connection to the Infoway WebSocket endpoint, authenticate with your API key, and send a subscribe message listing 6648.TW. You then receive a push on every bar update for 6648.TW with price, size, and timestamp. A single connection can subscribe to many symbols at once. The WebSocket tab in the playground above has a runnable example pre-filled with 6648.TW.

More Symbols

Explore more symbols and discover their market data.

Resources

Explore tutorials and guides to get started with Infoway quickly.

REST API Docs

Explore our REST API documentation for endpoints, parameters, examples, and market data integration.

Learn More

WebSocket Docs

Learn how to connect to Infoway WebSocket and receive real-time market data with low-latency streaming.

Learn More

Blog & News

Discover tutorials, API guides, product updates, and the latest news from Infoway.

Learn More

Google Sheets Add-on

Access market data directly in Google Sheets with our powerful add-ons for easy analysis and reporting.

Learn More

Get Started. For Free!

Get instant access to Infoway's market data APIs with a free trial. Simply sign up with your email and get your API key.

Get Free API Key No Credit Card Required