Success
Get peer companies
Returns the peer group for the requested company - sector and size comparable listings used for relative valuation.
Response
200
Response
Authentication
Get the country → markets → sectors → companies discovery tree.
Returns the full hierarchical discovery tree used to populate
cascading dropdowns in the charting tool. Each node contains
an id, name, and children array.
Tip: For a symbol-specific pre-selection use
GET /charts/universe/by-symbol?stockSymbol={symbol}.
cURL Example
curl -X GET "https://api.argaam.com/api/v1.1/charts/universe?countryId=1" \
-H "Accept: application/json"
Query Parameters
Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Response
200 application/json
Response
Discovery tree returned.
ApiV1ResponseOfChartUniverseResponse
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.
Show Child Parameters
Pagination and metadata information for collection responses.
Show Child Parameters
Rate limit information returned with each response.
Show Child Parameters
Authentication
Query Parameters
Get the discovery tree pre-selected to a specific trading symbol.
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.
Query Parameters
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
Response
200 application/json
Response
Discovery tree with pre-selected company returned.
ApiV1ResponseOfChartUniverseBySymbolResponse
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.
Show Child Parameters
Pagination and metadata information for collection responses.
Show Child Parameters
Rate limit information returned with each response.
Show Child Parameters
Authentication
Query Parameters
Unified search across companies, articles, funds, and projects
Cross-cutting free-text search across the Argaam catalog – companies, news/articles, funds, and projects – filtered by market and language, and paginated.
Example
GET /api/v1.1/search/get-search-result/aramco/3/2/All/1/10
Path Parameters
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
Response
200
Response
Success