xNG Price Feed
NGX equities price data API.
Endpoints
GET /api/prices/latest— Latest price for all stocksGET /api/prices/latest?symbol=MTNN— Single stockGET /api/prices/latest?symbols=MTNN,DANGCEM,BUAFOODS— Multiple stocksGET /api/prices/history?symbol=MTNN&startDate=2026-01-01&endDate=2026-03-20— Price history with date rangeGET /api/cron/sync-companies— Sync company list from NGX (monthly cron, or run manually)GET /api/cron/crawl-prices— Crawl latest prices (hourly cron). Requires companies to be synced first.