Skip to main content

Intraday

danger

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

Resource

ResourceAvailable endpointsDescription
chart/intraday/chart個股/指數 線圖時所需的各項即時資訊
quote/intraday/quote取得 個股/指數 逐筆交易金額、狀態、統計資訊
meta/intraday/meta取得 個股/指數 當日基本資訊
dealts/intraday/dealts取得個股當日所有成交資訊
volumes/intraday/volumes提供盤中個股即時分價量

Required Parameters

NameTypeRequiredDescription
symbolIdstringyes個股、指數識別代碼
apiTokenstringyespersonal api token

Mode List

ModeDescription
twse-sem上市
tpex-otc上櫃
tpex-emg興櫃
tpex-sem-oddlot上市零股
tpex-otc-oddlot上櫃零股

Status codes

The following table gives an overview of how the API functions generally behave.

Request typeDescription
GETAccess one resource and return the result as JSON.
Request valuesDescription
200Response Success
400General purpose error, ex:
- invalid parameters
- missing required parameters
401Unauthorized
403Rate limit or quota exceeded
404Resource Not Found

Error Responses

example

{
"apiVersion": "0.0.0",
"error": {
"code": 0,
"message": "this is error message"
}
}

schema

NameTypeDescription
apiVersionstringapi version
errorerror object-

error object

NameTypeDescription
codeintegererror code
messagestringerror message