API for
Saudi Market Data
Saudi stock market data at your fingertips: realtime prices, historical datasets, financial statements, and market indicators.
Real-time & historical data for Tadawul stocks
Licensed by
# Request
curl -H "X-API-Key: your_key" \
https://app.sahmk.sa/api/v1/quote/2222/# Response
{
"symbol": "2222",
"name": "أرامكو السعودية",
"name_en": "Saudi Arabian Oil Co",
"price": 25.26,
"change": 0,
"change_percent": 0,
"volume": 9169694,
"is_delayed": false
}99.9%
Uptime
+20
Endpoints
+350
TASI & Nomu companies
Data products
Comprehensive APIs for your Saudi market data needs
Stock Quotes
FreeStock prices with trading data and changes
Market Overview
FreeGainers, losers, and TASI index
Historical Data
Starter+Historical OHLCV data and adjusted prices
Financial Statements
Starter+Income, balance sheet, and cash flow
Get started in minutes
Simple steps to start using the API
Create a free account
Sign up for a developer account in seconds
Generate your API key
Create your key from the developer dashboard
Start building
Integrate market data into your product
import requests
API_KEY = "your_api_key"
BASE_URL = "https://app.sahmk.sa/api/v1"
response = requests.get(
f"{BASE_URL}/quote/2222/",
headers={"X-API-Key": API_KEY}
)
data = response.json()
print(f"{data['name_en']}: {data['price']} SAR")Choose the right plan
Flexible plans for all needs, from small projects to large enterprises
* Prices exclude 15% VAT
Free
Explore API capabilities
- 15-min delayed prices
- Market overview
- Gainers and losers
- Company fundamentals
- Bulk quotes
- Historical data
- Financial statements
- Dividends
- Price alerts (Webhooks)
Starter
For developers and small projects
- All Free plan features
- Bulk quotes
- Historical OHLCV data
- Full financial statements
- Dividends
- Full company fundamentals
- Technical indicators
- Realtime prices
- Price alerts (Webhooks)
Market Data Usage
Sahmk market data may be used within your applications, tools, or products.
Developer plans are intended for development, internal tools, and small-scale applications.
Large-scale public market data platforms, commercial display services, or data redistribution may require an enterprise agreement.
Reselling market data or providing it as a standalone API or data feed is not permitted without a separate agreement with Sahmk.
Ready to build?
Create your free account and start with 100 free requests per day