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

GET Symbol Adjustment Factors

Obtain the price adjustment factors for products in different markets.

Overview

This interface is used to obtain the price adjustment factors for products in different markets.

Request Frequency

This API shares the same rate limits as other endpoints. The number of allowed requests per second depends on your subscription plan. Please refer to the Rate Limit for details.​

Error Codes

See the HTTP Error Codes section for reference.​

Endpoint

  • Base Path:/common/basic/symbols/adjustment_factors

  • Full Path:https://data.infoway.io/common/basic/symbols/adjustment_factors

Authentication

Header

Type

Required

Description

apiKey

String

Yes

Your API Key associated with your current plan.

Request Parameters

Name

Type

Required

Description

Example / Values

symbol

String

Yes

Comma-separated list of specific symbols to query.

000001.SZ

market

String

Yes

Market code. Options include US, CN, HK, JP, IN, KS, TW.

US

beginDay

String

Yes

Start date for the query, in YYYYMMDD format.

20260323

endDay

String

Yes

End date for the query, in YYYYMMDD format.

20260324

​

Example Response

Header

Type

Required

Description

Description

symbol

String

Yes

Comma-separated list of specific symbols to query.

000001.SZ

market

String

Yes

Market code. Options include US, CN, HK, JP, IN, KS, TW.

US

trade_date

String

Yes

Trade date for the query, in YYYYMMDD format.

19910103

forward_factor

BigDecimal

Yes

Forward factor.

0.6499029351

Last updated