Skip to main content
πŸš€ Version 0.3.0

Ghana API

The definitive REST API for Ghanaian services. Access comprehensive data for addresses, banking facilities, exchange rates, stock market information, transport & logistics, and administrative information with our reliable, developer-friendly platform.

30+API Endpoints
4Currencies
16Regions
api-example.js
// Get exchange rates
const rates = await fetch(
  'https://api.ghana-api.dev/v1/exchange-rates/current?currencies=USD'
);

// Search addresses
const addresses = await fetch(
  'https://api.ghana-api.dev/v1/addresses/search?q=Accra'
);

// Get Ghana Stock Exchange data
const stocks = await fetch(
  'https://api.ghana-api.dev/v1/stock-market/search?sector=Banking'
);

// Find nearby banks and ATMs
const banks = await fetch(
  'https://api.ghana-api.dev/v1/banking/nearby?lat=5.6037&lng=-0.187'
);

// Calculate route
const route = await fetch(
  'https://api.ghana-api.dev/v1/transport/route-calculation?start_lat=5.6037&start_lng=-0.187&end_lat=6.6885&end_lng=-1.6244'
);

// Get fuel prices
const fuel = await fetch(
  'https://api.ghana-api.dev/v1/transport/fuel-prices'
);

// Get regions
const regions = await fetch(
  'https://api.ghana-api.dev/v1/locations/regions'
);

// Reverse geocoding
const location = await fetch(
  'https://api.ghana-api.dev/v1/addresses/reverse?lat=5.6037&lng=-0.1870'
);

// Currency conversion
const conversion = await fetch(
  'https://api.ghana-api.dev/v1/exchange-rates/convert?from=USD&to=GHS&amount=100'
);

What We Offer

Comprehensive APIs designed specifically for Ghanaian developers and businesses

🏠

Address Services

Search and validate Ghana Post Digital Addresses with precise geocoding capabilities

Learn More β†’
🏦

Banking & ATM Locator

Find banks and ATMs across Ghana with location-based search and real-time facility information

Learn More β†’
πŸ’±

Exchange Rates

Real-time currency exchange rates from Bank of Ghana and multiple providers

Learn More β†’
πŸ“ˆ

Stock Market Data

Live Ghana Stock Exchange (GSE) prices, market sectors, historical data, and real-time trading information

Learn More β†’
πŸš—

Transport & Logistics

Route planning, transport stops, fuel prices, and travel cost estimation for major Ghanaian cities

Learn More β†’
οΏ½πŸ—ΊοΈ

Location Data

Comprehensive administrative and geographic information for all Ghanaian regions

Learn More β†’

Ready to Get Started?

Join the Ghana developer community building amazing applications with Ghana API. Contribute code, improve documentation, or add new features!