Skip to main content

Intraday Ticker

Stock information (query by stock number)

intraday/ticker/{symbol}

Parameters

NameTypeDescription
symbol*stringStock number
typestringType,offer oddlot odd-lot

Response

NameTypeDescription
date*stringDate
type*stringTicker Type
exchange*stringExchange Type
marketstringMarket Type
symbol*stringStock Number
name*stringStock Abbreviation in Chinese
nameEnstringStock Abbreviation in English
industrystringIndustry
securityTypestringStock coding Type,refer to Stock coding Type
referencePricenumberReference Price
limitUpPricenumberRise Stop Price
limitDownPricenumberFall Stop Price
canDayTradebooleanDay Trading Indicator
canBuyDayTradebooleanDay Trading Indicator (Buy first then sell)
canBelowFlatMarginShortSellbooleanExemption of Unchanged Market Margin Sale Indicator
canBelowFlatSBLShortSellbooleanExemption of Unchanged Market Lending Sale Indicator
isAttentionbooleanAttention
isDispositionbooleanDisposition
isUnusuallyRecommendedbooleanAbnormal recommendation indicator
isSpecificAbnormallybooleanAbnormal securities indicator
matchingIntervalnumberMatching Cycle Seconds
securityStatusstringStatus,include NORMAL, TERMINATED, SUSPENDED
boardLotnumberTrading Unit
tradingCurrencystringTrading Currency
exercisePricenumberExercise (Strike) price (warrant)
exercisedVolumenumberPrevious Business Day Exercise Volume (warrant)
cancelledVolumenumberPrevious Business Day Cancellation Volume (warrant)
remainingVolumenumberIssuing Balance (Volume) (warrant)
exerciseRationumberStrike Ratio (warrant)
knockInPricenumberUpper Limit Price (warrant)
knockOutPricenumberLower Limit Price (warrant)
maturityDatestringMaturity Date (warrant)
previousClosenumberYesterday closing price
openTimestringOpening time(index)
closeTimestringClose time(index)
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.ticker(symbol='2330')

Response Body:

{
"date": "2023-05-29",
"type": "EQUITY",
"exchange": "TWSE",
"market": "TSE",
"symbol": "2330",
"name": "台積電",
"industry": "24",
"securityType": "01",
"previousClose": 566,
"referencePrice": 566,
"limitUpPrice": 622,
"limitDownPrice": 510,
"canDayTrade": true,
"canBuyDayTrade": true,
"canBelowFlatMarginShortSell": true,
"canBelowFlatSBLShortSell": true,
"isAttention": false,
"isDisposition": false,
"isUnusuallyRecommended": false,
"isSpecificAbnormally": false,
"matchingInterval": 0,
"securityStatus": "NORMAL",
"boardLot": 1000,
"tradingCurrency": "TWD"
}

Security Type

CodeSecurity TypeCodeSecurity Type
01Common Stocks24ETF
02Convertible Bonds25ETF(in foreign currencies)
03Exchangeable Corporate Bonds, Exchangeable Financial Bonds26Leveraged ETFs
04General Preferred Stocks27Leveraged ETFs (in foreign currencies)
05Exchangeable Preferred Stocks28Inverse ETFs
06Subscription warrants29Inverse ETFs (in foreign currencies)
07Preferred Stocks with Warrants30Futures Trust ETFs
08Debentures with Warrants31Futures Trust ETFs (in foreign currencies)
09Cooperate Bonds of Performed Debentures with Warrants32Bond ETF
10Callable Bull Contract with domestic securities or index as underlying assets.33Bond ETF(in foreign currencies)
11Callable Bear Contract with domestic securities or index as underlying assets34Financial Asset Securitization Beneficiary Securities
12Callable Bull Contract with foreign securities or indexes as underlying assets35Real Estate Asset Trust Beneficiary Securities
13Callable Bear Contract with foreign securities or indexes as underlying assets36Real Estate Investment Trust Beneficiary Securities
14“Lower Limit Callable Bull Contract” (Bull Contract) with domestic securities or indexes as underlying assets37ETN
15“Upper Limit Callable Bear Contract” (Bear Contract) with domestic securities or indexes as underlying assets38Leveraged ETN
16“Open-End Callable Bull Contract” whose underlying assets are domestic securities or indices (Open-End Callable Bull Contract)39Inverse ETN
17“Open-End Callable Bear Contract” whose underlying assets are domestic securities or indices (Open-End Callable Bear Contract)40Bond ETN
18Beneficiary Certificate41Strategy ETN
19Depository Receipt42Government Bonds
20Corporate Bond Convertible into Depository Receipts43Foreign Securities
21Corporate Bond with Warrants on Depository Receipts44Spot gold market
22Remaining Corporate Bond with Warrants Exercised for Depository Receipts00Remain
23Warrant on Depository Receipts