JSON
金融機構代碼
296 筆- 欄位
code, name, branchCount- 注意
- 三碼代碼必須以字串保存。
下載或在本站同源讀取三碼金融機構、七碼分行、ATM 彙總與要保機構資料;每個入口都標示欄位與能力邊界。
URL 穩定性、跨網域 CORS 與長期服務等級目前不保證;正式系統請保留自己的版本與失敗處理。
code, name, branchCountfullCode, institutionCode, branchCode, institutionName, branchName, addresssnapshotAt, cities[].city, slug, count, institutionCount, banksfullCode, institutionCode, institutionName, branchName, city, address, telephone, changedAtsnapshotAt, profileAnnouncedAt, contactCount, unmatchedCurrentBranchCount, excludedHistoricProfileCount, cities, banksfullCode, institutionCode, branchName, city, locationAddress, registeredAddress, comparison, changedAtcomparisonCount, normalizedMatchCount, textDifferentCount, unmatchedCurrentBranchCount, excludedHistoricProfileCount, normalization, cities, banksfullCode, institutionCode, scope, institutionName, branchName, officialName, address, changedAt, hasCurrentInstitutionmatchedCodeCount, currentLocationOnlyCount, basicProfileOnlyCount, differenceCount, unionCodeCount, bankscode, officialName, address, telephone, website, changedAt, hasCurrentLocationRecordprofileAnnouncedAt, contactCount, websiteCount, httpsWebsiteCount, httpWebsiteCount, telephoneCount, currentLocationMatchCount, profileOnlyCountsnapshotAt, status, checks, sourceFiles[].bytes, sha256, capturedAtsnapshotAt, sourceUrl, institutionCount, branchCount, atmCountsnapshotAt, banks, citiesdistrictCount, assignedCount, unassignedCount, assignmentRate, cities[].districtsrecordId, bankCode, bankName, location, city, address, matchKind, branches[]atmCount, matchCount, unmatchedCount, matchRate, uniqueAddressCount, multipleBranchMatchCount, normalization, cities, banksupdatedAtRoc, dataAsOfRoc, categories, institutionsconst response = await fetch("/data/institutions.json");
const institutions = await response.json();
const taiwanBank = institutions.find(
(item) => item.code === "004"
);
console.log(taiwanBank.name); // 臺灣銀行004 不能保存成數字 4。0040093 是七碼完整分支代碼。代碼下拉選單、輸入檢查、離線對照、資料清理與顯示機構/分行名稱。
帳號驗證、即時 ATM 狀態、SWIFT 有效性、匯率、餘額、交易結果或銀行服務可用性。
記錄來源與快照日期、保留前導零、建立更新與回退流程,並向承作銀行確認正式規格。