Angola X Data API
The Angola X Data API provides programmatic access to comprehensive financial data on Angola’s capital markets, economy, and regulatory environment. Built for developers, data scientists, and institutional applications, the API delivers structured, reliable data through standard REST endpoints.
What You Can Access
| Endpoint | Data | Key Metrics |
|---|---|---|
| Equities | BODIVA-listed stock prices, volumes, corporate actions | BAI, BFA, BODIVA SA, BCGA, ENSA |
| Bonds | Government bond yields, auction results, outstanding stock | OTs, BTs, secondary market prices |
| FX | Exchange rates, BNA reference rates, historical series | USD/AOA (914.60), EUR/AOA, GBP/AOA |
| Economy | Macroeconomic indicators from BNA, INE, IMF | GDP ($115.2B), inflation (15.7%), policy rate (17.5%) |
Quick Start
1. Register for an API key at angolax.com/api/register
2. Authenticate using your API key in the request header:
Authorization: Bearer YOUR_API_KEY
3. Request Data from any endpoint:
GET https://api.angolax.com/v1/equities/prices
4. Receive structured JSON responses with metadata and data arrays
Key Features
- RESTful architecture: Standard HTTP methods, JSON responses, predictable URL structure
- Historical data: Access to time series data for trend analysis and backtesting
- Real-time and delayed: Real-time data for subscribers; end-of-day data for free tier
- Multiple formats: JSON (default), CSV on request
- Comprehensive metadata: Source attribution, timestamps, units, and data quality indicators
Related Pages
- API Documentation — Authentication, rate limits, response formats
- Equities Endpoint — BODIVA stock data
- Bonds Endpoint — Government debt data
- FX Endpoint — Exchange rate data
- Economy Endpoint — Macroeconomic indicators
- API Status — Current system status and uptime
- API Terms of Use — Usage policies and restrictions