News & Editorial Layer API (Production)

All articles for a market section (no section pre-filter).

Variant of /markets/{marketId}/sections/{sectionId} that
returns the un-filtered superset.

get
https://api.argaam.com/api/v1.1/news/markets/{marketId}/sections/{sectionId}/all

Query Parameters

languageIdinteger(int32)

Response language: 1 = English, 2 = Arabic. Defaults to 1.

Default:1

Example:2

pageinteger(int32)

1-based page number. Defaults to 1.

Default:1

Example:1

pageSizeinteger(int32)

Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.

Default:30

Example:20

searchTextstring

Free-text search term.

orderBystring

Field name to sort the result set by.

Path Parameters

marketIdinteger(int32)required

Numeric market identifier (e.g. 1 = Tadawul / Saudi main market). Use GET /api/v1.1/markets to list valid values.

Example:3

sectionIdinteger(int32)required

News section identifier used to group articles (e.g. announcements, analysis).

Response

200

Success

get/api/v1.1/news/markets/{marketId}/sections/{sectionId}/all
 
200

Articles enriched with stock-symbol references for the period.

Returns articles that mention listed companies, with each
article including the symbols referenced inside the body.
Use for NLP / sentiment-tagging pipelines.

Example

GET /api/v1.1/news/articles/with-symbols?lang=2&from=2024-01-01&to=2024-01-31&marketId=1
get
https://api.argaam.com/api/v1.1/news/articles/with-symbols

Query Parameters

langinteger(int32)

Response language: 1 = English, 2 = Arabic. Defaults to 1.

Default:1

Example:1

fromstring

Start of the date range, inclusive. Format YYYY-MM-DD.

Example:2024-01-01

tostring

End of the date range, inclusive. Format YYYY-MM-DD.

Example:2024-03-31

marketIdinteger(int32)

Numeric market identifier (e.g. 1 = Tadawul / Saudi main market). Use GET /api/v1.1/markets to list valid values. Defaults to 3.

Default:3

Example:3

pageinteger(int32)

1-based page number. Defaults to 1.

Default:1

Example:1

pageSizeinteger(int32)

Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.

Default:30

Example:20

Response

200

Success

get/api/v1.1/news/articles/with-symbols
 
200

Home-page main news feed.

Curated headline list designed for the Argaam home page or
any landing-page widget. Optionally filter by stock symbol.

Example

GET /api/v1.1/news/home?sectionId=2&marketId=1&languageId=1&stockSymbol=2222
get
https://api.argaam.com/api/v1.1/news/home

Query Parameters

sectionIdinteger(int32)

News section identifier used to group articles (e.g. announcements, analysis).

Example:26

marketIdinteger(int32)

Numeric market identifier (e.g. 1 = Tadawul / Saudi main market). Use GET /api/v1.1/markets to list valid values. Defaults to 3.

Default:3

Example:3

languageIdinteger(int32)

Response language: 1 = English, 2 = Arabic. Defaults to 1.

Default:1

Example:2

stockSymbolstring

Tadawul stock symbol of the company, e.g. 2222 (Saudi Aramco).

Default:

Example:2222

pageinteger(int32)

1-based page number. Defaults to 1.

Default:1

Example:1

pageSizeinteger(int32)

Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.

Default:30

Example:20

Response

200

Success

get/api/v1.1/news/home
 
200

Articles by date range with optional filters.

Calendar-driven listing: combines arbitrary date range with
optional company / paging.

Example

GET /api/v1.1/news/articles/by-date?languageId=2&from=2024-01-01&to=2024-01-31&stockSymbol=2222&page=1&pageSize=50
get
https://api.argaam.com/api/v1.1/news/articles/by-date

Query Parameters

languageIdinteger(int32)

Response language: 1 = English, 2 = Arabic. Defaults to 1.

Example:2

fromstring

Start of the date range, inclusive. Format YYYY-MM-DD.

Default:

Example:2024-01-01

tostring

End of the date range, inclusive. Format YYYY-MM-DD.

Default:

Example:2024-03-31

stockSymbolstring

Tadawul stock symbol of the company, e.g. 2222 (Saudi Aramco).

Default:

Example:2222

pageinteger(int32)

1-based page number. Defaults to 1.

Default:0

Example:1

pageSizeinteger(int32)

Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.

Default:0

Example:20

Response

200

Success

get/api/v1.1/news/articles/by-date
 
200

List earnings reports

Returns the earnings reports available on this layer.

Paginated: use page and pageSize. Bound the result with the from and to date parameters. Set lang to 1 for English or 2 for Arabic.

get
https://api.argaam.com/api/v1.1/news/earning-reports

Query Parameters

languageIdinteger(int32)

Response language: 1 = English, 2 = Arabic. Defaults to 1.

Example:2

fromstring

Start of the date range, inclusive. Format YYYY-MM-DD.

Default:

Example:2024-01-01

tostring

End of the date range, inclusive. Format YYYY-MM-DD.

Default:

Example:2024-03-31

stockSymbolstring

Tadawul stock symbol of the company, e.g. 2222 (Saudi Aramco).

Default:

Example:2222

pageinteger(int32)

1-based page number. Defaults to 1.

Default:0

Example:1

pageSizeinteger(int32)

Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.

Default:0

Example:20

Response

200

Success

get/api/v1.1/news/earning-reports
 
200