Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Convenience lookup that returns the full universe of listed
companies organised under their country -> market -> sector
path. Often used as the seed dataset for cross-market peer
analysis.
GET /api/v1.1/screener/universe?countryId=1
Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Success
Executes the URL-encoded screener query built from the structure endpoint and returns the matching companies with the requested columns. Compute-heavy: this endpoint carries its own tighter rate limit, independent of the rest of the layer.
URL-encoded screener query string produced by the screener structure endpoint.
Success
Returns the peer group for the requested company - sector and size comparable listings used for relative valuation.
Success
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 -X GET "https://api.argaam.com/api/v1.1/charts/universe?countryId=1" \
-H "Accept: application/json"
Country ID. Default: 1 (Saudi Arabia). Defaults to 1.
Default:1
Example:1
Discovery tree 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.
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.