Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Trading symbol / ticker to pre-select (e.g. 2222). Defaults to 0.
Default:0
Example:2222
Convenience variant of GET /charts/universe that pre-populates the
discovery tree with the company matching the supplied ticker symbol.
Useful for deep-linking directly to a stock chart from an external page.
Tip: Use GET /companies/by-symbol/{symbol} to resolve the company ID
if you only have the ticker and need additional metadata.
Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Trading symbol / ticker to pre-select (e.g. 2222). Defaults to 0.
Default:0
Example:2222
Discovery tree with pre-selected company returned.
Standardized successful API response wrapper for v1.0.0 endpoints.
Always true for successful responses.
Semantic API version (e.g., “1.0.0”).
UTC timestamp when the response was generated.
Unique request identifier for tracing.
Pagination and metadata information for collection responses.
Rate limit information returned with each response.
Cross-cutting free-text search across the Argaam catalog – companies, news/articles, funds, and projects – filtered by market and language, and paginated.
GET /api/v1.1/search/get-search-result/aramco/3/2/All/1/10
Free-text search query.
Example:aramco
Market ID(s) to scope the search to. Use GET /api/v1.1/markets to list valid values.
Example:3
Language ID (e.g. 2 = English).
Example:2
Result type filter (e.g. All, Company, Article, Fund, Project). Must be a recognized value – unrecognized values return 404.
Example:All
1-based page number.
Example:1
Page size / max results to return.
Example:10
Success