Welcome to the Ananse Market Data Cloud API. Our API gives you access to real-time and historical market data for Ghanaian capital markets.
https://api.anansemdc.com/v1 CopyAll API requests require an API key. Include your API key in the header of every request.
X-API-KEY: your_api_key_here CopyGet real-time snapshot for the GSE Composite Index.
View full endpoint/v1/market/indices/composite/snapshot{
"status": "success",
"timestamp": "2026-06-03T10:30:45Z",
"data": {
"index": "GSE Composite Index",
"value": 4127.63,
"change": 53.89,
"changePercent": 1.32,
"volume": 2450000
}
}