Ananse
AnanseMarket Data Cloud
Sign inBook a DemoGet API Access

API Documentation

Welcome to the Ananse Market Data Cloud API. Our API gives you access to real-time and historical market data for Ghanaian capital markets.

Secure & Reliable
Enterprise-grade security and 99.9% uptime
Developer Friendly
RESTful APIs with clear docs and SDKs
Real-time & Historical
Access live data and historical time series

Base URL

https://api.anansemdc.com/v1 Copy

Authentication

All API requests require an API key. Include your API key in the header of every request.

X-API-KEY: your_api_key_here Copy

Make Your First Request

Get real-time snapshot for the GSE Composite Index.

View full endpoint
Request
GET/v1/market/indices/composite/snapshot
Headers
X-API-KEY: your_api_key_here
200 OK Copy
{
  "status": "success",
  "timestamp": "2026-06-03T10:30:45Z",
  "data": {
    "index": "GSE Composite Index",
    "value": 4127.63,
    "change": 53.89,
    "changePercent": 1.32,
    "volume": 2450000
  }
}

Ready to build?

Get your free API key and start building today.

View API PlansGet API Key