API Reference

Hong Kong Stock Exchange News API

Real-time news intelligence for Hong Kong Stock Exchange

Version
1.0.0
Endpoints
3

Base URL

https://api.pressmonitor.com/news-xhkg/v1

Authentication

All requests use Bearer token authentication. Add the Authorization header to every call.

Authorization: Bearer YOUR_TOKEN
GET /headlines

Get News Headlines

News Headlines

Parameters

Name Type Location Required Description
code string query Yes Entity code (e.g., ticker symbol, industry code)
lang_code string query No Filter by language code (ISO 639-1)
country_code string query No Filter by country code (ISO 3166-1 alpha-2)
count integer query No Number of results to return
cursor string query No Pagination cursor (alternative to search_after)

Code Examples

curl --request GET \ --url 'https://api.pressmonitor.com/news-xhkg/v1/headlines?code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

Responses

200 Success
GET /briefs

Get News Briefs

News Briefs

Parameters

Name Type Location Required Description
code string query Yes Entity code (e.g., ticker symbol, industry code)
lang_code string query No Filter by language code (ISO 639-1)
country_code string query No Filter by country code (ISO 3166-1 alpha-2)
count integer query No Number of results to return
cursor string query No Pagination cursor (alternative to search_after)

Code Examples

curl --request GET \ --url 'https://api.pressmonitor.com/news-xhkg/v1/briefs?code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

Responses

200 Success
GET /fulltext

Get Full-Text News

News Fulltext

Parameters

Name Type Location Required Description
code string query Yes Entity code (e.g., ticker symbol, industry code)
lang_code string query No Filter by language code (ISO 639-1)
country_code string query No Filter by country code (ISO 3166-1 alpha-2)
count integer query No Number of results to return
cursor string query No Pagination cursor (alternative to search_after)

Code Examples

curl --request GET \ --url 'https://api.pressmonitor.com/news-xhkg/v1/fulltext?code=SOME_STRING_VALUE&lang_code=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_STRING_VALUE'

Responses

200 Success