Ananse
AnanseMarket Data Cloud
Ananse
AnanseMarket Data Cloud
Home/Developers
Developers

Build with Ghana's market data API

Modern REST and WebSocket APIs, a published OpenAPI schema, and a free key — everything you need to ship faster on Ghanaian capital-markets data.

quickstart.sh
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://anansegh.com/v1/tickers/MTNGH/price

{
  "data": {
    "symbol": "MTNGH",
    "close": { "amount_minor": 700, "currency": "GHS", "scale": 2 },
    "trade_date": "2026-08-31"
  },
  "meta": {
    "as_of": "2026-08-31T15:00:00Z",
    "source": "gse",
    "freshness_seconds": 0,
    "is_stale": false
  }
}

Everything you need to integrate

Developer-first tooling, clear docs, and reliable infrastructure.

REST API

Clean, predictable JSON endpoints for every asset class, with cursor pagination and clear errors.

WebSockets

Subscribe to live prices, index levels, and trade events with low-latency streaming.

OpenAPI Schema

A published OpenAPI document and interactive reference — generate a typed client for any language.

Free Tier

A free key returning live macro and FX data, so you can build and test before you buy.

From zero to first request in minutes

1

Get an API key

Sign up free and generate a key from your dashboard in seconds.

2

Make a request

Call any endpoint with any HTTP client, or generate one from the OpenAPI schema.

3

Go live

Upgrade when you’re ready for higher limits, WebSockets, and full history.

REST
WebSocket
Webhooks
Widgets
CSV export

Ready to build?

Get your free API key and start building on Ghana's markets today.

View DocsGet API Key