Skip to main content

META

danger

提醒您,富果行情 v0.3 版本將於 2024/01/31 終止服務,為維護您的權益,請儘速轉換至 v1.0 版本

提供盤中個股/指數當日基本資訊

GET /intraday/meta
curl -X GET "https://api.fugle.tw/realtime/v0.3/intraday/meta?symbolId=2884&apiToken=demo" -H "accept: */*"

Example

request url

https://api.fugle.tw/realtime/v0.3/intraday/meta?symbolId=2884&apiToken=demo

websocket

wss://api.fugle.tw/realtime/v0.3/intraday/meta?symbolId=2884&apiToken=demo

parameters

NameTypeRequiredDescription
symbolIdstringyes個股、指數識別代碼
apiTokenstringyespersonal api token
oddLotbooleanno設置 true 回傳零股行情。預設值:false

response

{
"apiVersion": "0.3.0",
"data": {
"info": {
"date": "2021-09-30",
"type": "EQUITY",
"exchange": "TWSE",
"market": "TSE",
"symbolId": "2884",
"countryCode": "TW",
"timeZone": "Asia/Taipei",
"lastUpdatedAt": "2021-09-30T13:55:12.883+08:00"
},
"meta": {
"market": "TSE",
"nameZhTw": "玉山金",
"industryZhTw": "金融保險",
"priceReference": 26.35,
"priceHighLimit": 28.95,
"priceLowLimit": 23.75,
"canDayBuySell": true,
"canDaySellBuy": true,
"canShortMargin": true,
"canShortLend": true,
"tradingUnit": 1000,
"currency": "TWD",
"isTerminated": false,
"isSuspended": false,
"typeZhTw": "一般股票",
"abnormal": "正常",
"isUnusuallyRecommended": false
}
}
}

Schema

NameTypeDescription
apiVersionstringapi version
datadata object-

data object

NameTypeDescription
infoinfo object-
metameta object-

info object

NameTypeDescription
datestring本筆資料所屬日期
typestringticker 類別
exchangestring交易所
marketstring市場別
symbolIdstring股票代號
countryCodestring股票所屬國家ISO2代碼
timeZonestring股票所屬時區
lastUpdatedAtISO 8601本筆資料最後更新時間

meta object

NameTypeDescription
marketstring股票所屬市場別
nameZhTwstring股票中文簡稱
industryZhTwstring股票所屬產業別
previousClosenumber昨日收盤價
priceReferencenumber今日參考價
priceHighLimitnumber漲停價
priceLowLimitnumber跌停價
canDayBuySellboolean是否可先買後賣現股當沖
canDaySellBuyboolean是否可先賣後買現股當沖
canShortMarginboolean是否豁免平盤下融券賣出
canShortLendboolean是否豁免平盤下借券賣出
tradingUnitinteger交易單位
currencystring交易幣別代號
isTerminatedboolean今日是否已終止上市
isSuspendedboolean今日是否暫停買賣
typeZhTwstring股票類別
abnormalstring警示或處置股標示 (正常、注意、處置、注意及處置、再次處置、注意及再次處置、彈性處置、注意及彈性處置)
isUnusuallyRecommendedboolean是否為投資理財節目異常推介個股
isNewlyCompiledboolean是否為新編指數 (僅指數類別)