Skip to main content

Intraday Tickers

Stock or index lists (query by conditions)

intraday/tickers

Parameters

NameTypeDescription
type*stringTicker Type, EQUITY stock;INDEX index;WARRANT warrant ODDLOT odd-lot
exchangestringexchange, TWSE twse;TPEx tpex
marketstringmarket type, TSEOTCESBTIBPSB
industrystringIndustry Code
isNormalbooleanNormal status(Not Attention and Disposition):true
isAttentionbooleanAttention:true
isDispositionbooleanDisposition :true
isHaltedbooleanSuspended : true

Response

NameTypeDescription
date*stringDate
type*stringTicker type
exchange*stringexchange type
marketstringmarket type
industrystringindustry code
isNormalbooleanNormal status(Not Attention and Disposition)
isAttentionbooleanAttention
isDispositionbooleanDisposition
isHaltedbooleanSuspended
dataobject[]list
>> symbolstringStock number
>> namestringStock Abbreviation in Chinese
info

'*' Indicates mandatory disclosure fields.

Example

from fubon_neo.sdk import FubonSDK, Order

sdk = FubonSDK()

accounts = sdk.login("Your ID", "Your password", "Your cert path", "Your cert password") # 需登入後,才能取得行情權限

sdk.init_realtime() # Establish market-data

reststock = sdk.marketdata.rest_client.stock
reststock.intraday.tickers(type='EQUITY', exchange="TWSE", isNormal=True)

Response Body:

{
"date": "2023-02-09",
"type": "EQUITY",
"exchange": "TWSE",
"isNormal": true,
"data": [
{
"symbol": "0050",
"name": "元大台灣50"
},
{
"symbol": "0051",
"name": "元大中型100"
},
{
"symbol": "0052",
"name": "富邦科技"
},
......
]
}

Industry Code

CodeIndustryCodeIndustryCodeIndustry
01Cement Industry16Tourism and Hospitality29Electronic Products Distribution Industry
02Food Industry17Finance & Insurance30Information Service Industry
03Plastic Industry18Wholesale & Retailing31Other Electronic Industry
04Textile & Fiber19Miscellaneous32Cultural and Creative Industries
05Electrical Engineering & Machinery20Other33Agricultural Technology Industry
06Appliance & Cable21Chemical Industry34E commerce
08Glass & Ceramics22Biotechnology & Medical Care35Green Energy and Environmental Services
09Papermaking Industry23Oil, Gas and Electricity Industry36Digital and Cloud Services
10Steel & Iron Industry24Semiconductor Industry37Sports and Leisure
11Rubber Industry25Computer & Peripheral Equipment Industry38Household
12Auto Industry26Optoelectronic Industry80TDR
14Construction Materials & Construction27Communications and Internet Industry
15Sea Transport Industry28Electronic Parts/Components Industry