Response language: 1 = English, 2 = Arabic. Defaults to 1.
Default:1
Example:2
Convenience overload that takes numeric languageId (1 = Arabic,
2 = English) instead of the lang string code. Provided for
backwards compatibility with v1.0 clients.
GET /api/v1.1/news/articles/by-id/12345?languageId=2
Response language: 1 = English, 2 = Arabic. Defaults to 1.
Default:1
Example:2
Identifier of the news article.
Success
Sections are the editorial categories Argaam maintains per
company (e.g., disclosures, analyst estimates, financial reports).
GET /api/v1.1/news/companies/2222/sections/26?lang=1&page=1&pageSize=10
Numeric language id: 1 = ar, 2 = en. Defaults to 1.
Default:1
Example:2
Page number. Default: 1. Defaults to 1.
Default:1
Example:1
Records per page. Default: 10. Defaults to 10.
Default:10
Example:20
Stock symbol (e.g., 2222).
Editorial section ID.
Success
GET /api/v1.1/news/markets/1/sections/3?lang=1&orderBy=publish-date
Language id: 1 = ar, 2 = en. Defaults to 1.
Default:1
Example:2
Page number. Default: 1. Defaults to 1.
Default:1
Example:1
Records per page. Default: 30. Defaults to 30.
Default:30
Example:20
Optional free-text filter.
Optional sort key (e.g., publish-date, popularity).
Market ID (e.g., 1).
Example:3
Section ID.
Success
Variant of /markets/{marketId}/sections/{sectionId} that
returns the un-filtered superset.
Response language: 1 = English, 2 = Arabic. Defaults to 1.
Default:1
Example:2
1-based page number. Defaults to 1.
Default:1
Example:1
Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.
Default:30
Example:20
Free-text search term.
Field name to sort the result set by.
Numeric market identifier (e.g. 1 = Tadawul / Saudi main market). Use GET /api/v1.1/markets to list valid values.
Example:3
News section identifier used to group articles (e.g. announcements, analysis).
Success
Returns articles that mention listed companies, with each
article including the symbols referenced inside the body.
Use for NLP / sentiment-tagging pipelines.
GET /api/v1.1/news/articles/with-symbols?lang=2&from=2024-01-01&to=2024-01-31&marketId=1
Response language: 1 = English, 2 = Arabic. Defaults to 1.
Default:1
Example:1
Start of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-01-01
End of the date range, inclusive. Format YYYY-MM-DD.
Example:2024-03-31
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
1-based page number. Defaults to 1.
Default:1
Example:1
Number of records per page. Defaults to the endpoint’s standard page size; large values are capped server-side.
Default:30
Example:20
Success