銀行聯行號-銀行編碼(聯行號前3位)

https://blog.csdn.net/dice_6/article/details/92651150spa

 

  1 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('001', '中國人民銀行');
  2 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('011', '國家金庫');
  3 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('102', '中國工商銀行');
  4 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('103', '中國農業銀行');
  5 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('104', '中國銀行');
  6 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('105', '中國建設銀行');
  7 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('201', '國家開發銀行');
  8 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('202', '中國進出口銀行');
  9 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('203', '中國農業發展銀行');
 10 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('301', '交通銀行');
 11 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('302', '中信銀行');
 12 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('303', '中國光大銀行');
 13 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('304', '華夏銀行');
 14 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('305', '中國民生銀行');
 15 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('306', '廣東發展銀行');
 16 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('307', '平安銀行');
 17 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('308', '招商銀行');
 18 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('309', '興業銀行');
 19 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('310', '上海浦東發展銀行');
 20 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('313', '城市商業銀行');
 21 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('314', '農村商業銀行');
 22 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('315', '恆豐銀行');
 23 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('316', '浙商銀行');
 24 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('317', '農村合做銀行');
 25 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('318', '渤海銀行股份有限公司');
 26 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('319', '徽商銀行股份有限公司');
 27 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('320', '鎮銀行有限責任公司');
 28 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('321', '重慶三峽銀行股份有限公司');
 29 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('322', '上海農村商業銀行');
 30 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('325', '上海銀行');
 31 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('401', '城市信用社');
 32 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('402', '農村信用社');
 33 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('403', '中國郵政儲蓄銀行');
 34 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('501', '匯豐銀行');
 35 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('502', '東亞銀行');
 36 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('503', '南洋商業銀行');
 37 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('504', '恆生銀行(中國)有限公司');
 38 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('505', '中國銀行(香港)有限公司');
 39 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('506', '集友銀行有限公司');
 40 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('507', '創興銀行有限公司');
 41 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('510', '永亨銀行(中國)有限公司');
 42 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('512', '永隆銀行');
 43 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('513', '大新銀行');
 44 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('531', '花旗銀行(中國)有限公司');
 45 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('532', '美國銀行有限公司');
 46 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('533', '摩根大通銀行(中國)有限公司');
 47 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('561', '三菱東京日聯銀行(中國)有限公司');
 48 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('563', '日本三井住友銀行股份有限公司');
 49 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('564', '瑞穗實業銀行(中國)有限公司');
 50 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('565', '日本山口銀行股份有限公司');
 51 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('591', '韓國外換銀行股份有限公司');
 52 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('593', '友利銀行(中國)有限公司');
 53 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('594', '韓國產業銀行');
 54 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('595', '新韓銀行(中國)有限公司');
 55 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('596', '韓國中小企業銀行有限公司');
 56 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('597', '韓亞銀行(中國)有限公司');
 57 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('621', '華僑銀行(中國)有限公司');
 58 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('622', '大華銀行(中國)有限公司');
 59 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('623', '星展銀行(中國)有限公司');
 60 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('631', '泰國盤谷銀行(大衆有限公司)');
 61 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('641', '奧地利中央合做銀行股份有限公司');
 62 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('651', '比利時聯合銀行股份有限公司');
 63 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('652', '比利時富通銀行有限公司');
 64 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('661', '荷蘭銀行');
 65 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('662', '荷蘭安智銀行股份有限公司');
 66 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('671', '渣打銀行');
 67 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('672', '英國蘇格蘭皇家銀行公衆有限公司');
 68 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('691', '法國興業銀行(中國)有限公司');
 69 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('694', '法國東方匯理銀行股份有限公司');
 70 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('695', '法國外貿銀行股份有限公司');
 71 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('711', '德國德累斯登銀行股份公司');
 72 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('712', '德意志銀行(中國)有限公司');
 73 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('713', '德國商業銀行股份有限公司');
 74 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('714', '德國西德銀行股份有限公司');
 75 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('715', '德國巴伐利亞州銀行');
 76 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('716', '德國北德意志州銀行');
 77 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('732', '意大利聯合聖保羅銀行股份有限公司');
 78 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('741', '瑞士信貸銀行股份有限公司');
 79 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('742', '瑞士銀行');
 80 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('751', '加拿大豐業銀行有限公司');
 81 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('752', '加拿大蒙特利爾銀行有限公司');
 82 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('761', '澳大利亞和新西蘭銀行集團有限公司');
 83 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('771', '摩根士丹利國際銀行(中國)有限公司');
 84 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('775', '聯合銀行(中國)有限公司');
 85 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('776', '荷蘭合做銀行有限公司');
 86 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('781', '廈門國際銀行');
 87 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('782', '法國巴黎銀行(中國)有限公司');
 88 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('785', '華商銀行787華一銀行');
 89 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('900', '第三方支付(支付寶、快錢)');
 90 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('901', '中央結算公司');
 91 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('902', '公開市場業務操做室');
 92 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('903', '中國外匯交易中心');
 93 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('904', '城市商業銀行資金清算中心');
 94 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('905', '中國銀聯股份有限公司');
 95 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('906', '銀行電子結算中心');
 96 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('907', '財務公司');
 97 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('908', '電子商業匯票系統處理中心');
 98 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('909', '銀行間市場清算所');
 99 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('969', '(澳門地區)銀行');
100 INSERT INTO t_input_bank_code (CODE, NAME) VALUES ('980', '銀聯商務');
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息