ZIYIK GitHub

Asia equity research lab

Type a ticker. Generate the report.

Asia Trading Agents is a Tauric-inspired research framework for Hong Kong and Malaysia equities. The public website is backed by a separate Python research engine running on the Azure VPS, keeping the agent code out of the static website repository.

Asia Trading Agents architecture and information sources

Report generator

Hong Kong and Malaysia equity reports.

Enter a Yahoo-style ticker such as 0700.HK or 1155.KL. The research engine will generate a live Markdown report that can be previewed and downloaded here.

Supported format: Hong Kong .HK, Malaysia .KL. Numeric HK tickers are normalized by the backend, so 700.HK becomes 0700.HK.

API connection

This page is static. It expects a separate API that accepts POST { ticker } and returns { markdown }. The Python agent files stay in the trading-agent repo or on the VPS, not inside this website repo.

The live research API is preconfigured. The connection field is retained for development and failover testing; Load demo previews the interface without running an analysis.
Status: waiting for ticker
No report loaded yet. Enter a ticker and generate a live report, or load the demo to preview the interface.

How it stays separated

Static website, separate agent runner.

01 / Website

GitHub Pages UI

This repo only hosts the page, architecture image, input form, Markdown preview, and download controls.

02 / Agent repo

Python research engine

The Asia Trading Agents package remains in the separate March-2026-Trading-Projects repository.

03 / Runner API

Live Azure VPS

The FastAPI backend runs the multi-agent pipeline with DeepSeek synthesis and returns the completed Markdown report.

04 / Output

Preview and download

Users read the generated report in the browser and download the original Markdown file.