Ananse
AnanseMarket Data Cloud
Sign inBook a DemoGet API Access
Home/Developers
Developers

Build with Ghana's market data API

Modern REST and WebSocket APIs, official SDKs, and a sandbox — everything you need to ship faster on Ghanaian capital-markets data.

quickstart.py
import ananse

client = ananse.Client("YOUR_API_KEY")

# Real-time snapshot for MTN Ghana
quote = client.equities.get("MTNGH")

print(quote.price, quote.change_pct)
# → 2.15  +3.88

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.

SDKs & Libraries

First-party clients for Python, JavaScript, PHP, and .NET — typed and well-documented.

Sandbox

A full test environment with simulated market data so you can build before you go live.

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 your key — or drop in an SDK for your language.

3

Go live

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

PY
Python
JS
JavaScript
php
PHP
.N
.NET

Ready to build?

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

View DocsGet API Key