For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET Market Overview Data

Market temperature, advance/decline breadth, global indexes, leading industries, ranking configuration

Description

This group of endpoints provides market-level overview data, including market temperature (valuation/sentiment), advance/decline distribution, global indexes, leading industries, and ranking configuration.

Rate Limit

Shares the same rate limit with other endpoints. Refer to API Rate Limits.

Error Codes

Refer to HTTP Error Codes.

Request Headers

Parameter
Type
Required
Description

apiKey

String

Yes

Your API Key

Supported Markets

HK (Hong Kong), US (United States), CN (China A-shares)


Market Temperature

Get market valuation and sentiment temperature (0-100), useful for gauging market heat.

Endpoint

  • Base path: /common/v2/basic/market/temperature

  • Full path: https://data.infoway.io/common/v2/basic/market/temperature

Query Parameters

Parameter
Type
Required
Description
Example

market

String

No

Market codes, comma-separated. Default HK,US,CN

HK,US

Response Example

Field
Type
Description

market

String

Market code

temp

String

Overall temperature (0-100, higher = hotter)

temp_intro

String

Temperature description

valuation

String

Valuation temperature

sentiment

String

Sentiment temperature


Market Breadth

Get advance/decline distribution statistics.

Endpoint

  • Base path: /common/v2/basic/market/breadth/{market}

  • Full path: https://data.infoway.io/common/v2/basic/market/breadth/{market}

Path Parameters

Parameter
Type
Required
Description
Example

market

String

Yes

Market code

HK

Response Example

Field
Type
Description

flatline

Integer

Unchanged stocks

rise_less_than_three

Integer

Stocks with <3% gain

rise_three_to_five

Integer

Stocks with 3%-5% gain

rise_five_to_seven

Integer

Stocks with 5%-7% gain

rise_more_than_seven

Integer

Stocks with >7% gain

fall_less_than_three

Integer

Stocks with <3% decline

fall_three_to_five

Integer

Stocks with 3%-5% decline

fall_five_to_seven

Integer

Stocks with 5%-7% decline

fall_more_than_seven

Integer

Stocks with >7% decline


Global Indexes

Get a list of major global market indexes.

Endpoint

  • Base path: /common/v2/basic/market/indexes

  • Full path: https://data.infoway.io/common/v2/basic/market/indexes

Response Example

Field
Type
Description

counter_id

String

Index ID

name

String

Index name

market

String

Market


Leading Industries

Get today's top-performing industries and their leading stocks.

Endpoint

  • Base path: /common/v2/basic/market/leaders/{market}

  • Full path: https://data.infoway.io/common/v2/basic/market/leaders/{market}

Path Parameters

Parameter
Type
Required
Description
Example

market

String

Yes

Market code

HK

Query Parameters

Parameter
Type
Required
Description
Example

limit

Integer

No

Number of industries, 1-50, default 10

10

Response Example

Field
Type
Description

counter_id

String

Industry sector ID

name

String

Industry name

chg

String

Industry price change

leading_name

String

Leading stock name

leading_last_done

String

Leading stock price

leading_chg

String

Leading stock change

rise_num

Integer

Advancing stocks

fall_num

Integer

Declining stocks


Last updated