// Freelance client work via Aqlity
I built a full-stack, multi-agent AI research platform for NuqiWealth covering global stock markets across seven exchanges: NYSE, Nasdaq, NYSE American, London Stock Exchange, Cboe Europe, Dubai Financial Market, and Abu Dhabi Securities Market.
Specialized agents handle fundamentals, technical charts, news sentiment, screening, and rankings, routed through a layer that decides which agents a given question actually needs.
Investors tracking global markets across multiple exchanges usually need several disconnected tools, and most AI research assistants either run every agent on every question (slow) or fail silently when their data is incomplete.
I built a routing layer that decides which specialized agents a question actually needs instead of running all of them every time, added a quality check that falls back to live web search when internal data falls short, and pre-computed overnight analysis so the platform feels instant during market hours.






