GET Product information query
English / 中文
Product information query
Interface Address
Base Path:
/quote-stock-b-api/static_info
Full URL:
https://quote.tradeswitcher.com/quote-stock-b-api/static_info
Request Example
When sending a query request, it must include the method name and token information. An example of a request is as follows:
Request Parameters
token
query
string
No
query
query
string
No
See explanation for query request parameters
Query Request Parameters
Encode the following JSON into URL format and assign it to the query
query string in the URL.
Query Request Parameters
trace
string
Yes
data
object
Yes
» symbol_list
[object]
Yes
» » code
string
No
Code
Response Example
Response Result
200
OK
OK
Inline
Response Data Structure
» ret
integer
true
Return code
» msg
string
true
Message corresponding to the return code
» trace
string
true
Request trace
» data
object
true
»» static_info_list
[object]
true
»»» board
string
false
The sector to which the stock belongs
»»» bps
string
false
Net assets per share
»»» circulating_shares
string
false
circulating capital
»»» currency
string
false
Transaction currency
»»» dividend_yield
string
false
dividends
»»» eps
string
false
earnings per share
»»» eps_ttm
string
false
earnings per share (TTM)
»»» exchange
string
false
The exchange to which the product belongs
»»» hk_shares
string
false
Hong Kong stocks share capital (Hong Kong stocks only)
»»» lot_size
string
false
Number of shares per lot
»»» name_cn
string
false
Product name in simplified Chinese
»»» name_en
string
false
English product name
»»» name_hk
string
false
Product name in traditional Chinese
»»» symbol
string
false
Product code
»»» total_shares
string
false
total share capital
Official Website
Official website: https://alltick.co/
Last updated