Jump to content

Module:SportsRankings/data/FIBA World Rankings

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sqldf03 (talk | contribs) at 04:43, 8 September 2021 (GEQ -> EQG for Equatorial Guinea in confederations). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local data = {}

-- information about other templates used by module
data.templates = { flagged_team_link = "bk" }

-- general information about ranking and website being cited
data.source = {
    url    = 'http://www.fiba.basketball/rankingmen',
    title  = 'FIBA Ranking Presented by Nike', 
	website = "FIBA"
}

-- date of latest update
data.updated = {
	day = 9,
	month = 'August',
	year =2021
}

--[[ the rankings list
     copy rankings from FIBA and use follow excel to generate table entre
         =CONCAT("          {  '", B1, "',  ",A1,",  ",F1," },")
     must manual fix for apostrophe in "Cote d'Ivoire"
--]]
data.rankings = {
	    --	{ country code, rank, move },
          { 'USA', 1, 0, 765.2},
          { 'Spain', 2, 0, 722.4},
          { 'Australia', 3, 0, 690.5},
          { 'Slovenia', 4, 12, 675.9},
          { 'France', 5, 2, 670.5},
          { 'Serbia', 6, -1, 665.9},
          { 'Argentina', 7, -3, 655.3},
          { 'Italy', 8, 2, 649.3},
          { 'Lithuania', 9, -1, 647.4},
          { 'Greece', 10, -4, 633.3},
          { 'Germany', 11, 6, 597.6},
          { 'Czech Republic', 12, 0, 579.5},
          { 'Poland', 13, 0, 563.2},
          { 'Russia', 14, -5, 534.3},
          { 'Brazil', 15, -4, 532.5},
          { 'Turkey', 16, -1, 487.7},
          { 'Venezuela', 17, 3, 479.6},
          { 'Canada', 18, 3, 478.5},
          { 'Puerto Rico', 19, -1, 460.4},
          { 'Dominican Republic', 20, -1, 455.2},
          { 'Croatia', 21, -7, 452.4},
          { 'Iran', 22, 1, 438.3},
          { 'Nigeria', 23, -1, 429.0},
          { 'Mexico', 24, 0, 386.6},
          { 'New Zealand', 25, 0, 369.3},
          { 'Montenegro', 26, 0, 365.4},
          { 'Latvia', 27, 0, 356.7},
          { 'China', 28, 1, 347.0},
          { 'Korea', 29, 1, 336.0},
          { 'Tunisia', 30, 4, 326.5},
          { 'Philippines', 31, 0, 322.8},
          { 'Ukraine', 32, -4, 317.3},
          { 'Angola', 33, 0, 303.5},
          { 'Finland', 34, -2, 291.7},
          { 'Japan', 35, 7, 278.5},
          { 'Senegal', 36, -1, 277.9},
          { 'Georgia', 37, -1, 277.6},
          { 'Belgium', 38, -1, 273.0},
          { 'Jordan', 39, 1, 267.4},
          { 'Uruguay', 40, 5, 247.5},
          { 'Hungary', 41, -3, 245.4},
          { 'Great Britain', 42, -1, 240.0},
          { 'Israel', 43, -4, 239.6},
          { 'Bosnia and Herzegovina', 44, -1, 229.2},
          { 'Netherlands', 45, -1, 220.4},
          { "Cote d'Ivoire", 46, 4, 217.6},
          { 'Iceland', 47, -1, 215.8},
          { 'Panama', 48, 0, 203.5},
          { 'Estonia', 49, -2, 200.1},
          { 'Bulgaria', 50, -1, 192.5},
          { 'Belarus', 51, 0, 189.8},
          { 'US Virgin Islands', 52, 1, 189.4},
          { 'North Macedonia', 53, -1, 184.0},
          { 'Romania', 54, 1, 178.3},
          { 'Denmark', 55, 1, 177.4},
          { 'Lebanon', 56, 3, 176.8},
          { 'Sweden', 57, -3, 172.6},
          { 'Portugal', 58, 0, 164.2},
          { 'Bahamas', 59, 3, 164.1},
          { 'Switzerland', 60, 1, 157.8},
          { 'Austria', 61, -4, 157.5},
          { 'Egypt', 62, -2, 157.3},
          { 'Cameroon', 63, 2, 141.3},
          { 'Cuba', 64, 0, 138.0},
          { 'Slovakia', 65, -2, 137.4}, 
          { 'Colombia', 66, 0, 137.0},
          { 'Chile', 67, 1, 136.2},
          { 'Chinese Taipei', 68, -1, 133.7},
          { 'Morocco', 69, 0, 130.2},
          { 'Kosovo', 70, 0, 127.1},
          { 'Qatar', 71, 2, 122.8},
          { 'Kazakhstan', 72, 2, 122.8},
          { 'Paraguay', 73, -1, 120.7},
          { 'Luxembourg', 74, -3, 119.8},
          { 'Mali', 75, 2, 116.3},
          { 'Central African Rep.', 76, 2, 113.4},
          { 'Guam', 77, 8, 112.9},
          { 'India', 78, -2, 112.5},
          { 'Cyprus', 79, -4, 110.2},
          { 'Iraq', 80, -1, 110.1},
          { 'Congo DR', 81, 0, 108.6},
          { 'Syria', 82, 10, 105.4},
          { 'Palestine', 83, 6, 105.2},
          { 'Costa Rica', 84, 22, 104.7},
          { 'Indonesia', 85, 3, 104.0},
          { 'Armenia', 86, -3, 103.9},
          { 'Saudi Arabia', 87, 6, 102.4},
          { 'Mozambique', 88, 2, 101.2},
          { 'Norway', 89, -3, 100.6},
          { 'Uganda', 90, 8, 99.4},
          { 'Antigua and Barbuda', 91, -7, 98.9},
          { 'Tahiti', 92, 2, 98.6},
          { 'Malta', 93, -11, 97.7},
          { 'South Sudan', 94, 3, 97.3},
          { 'Rwanda', 95, -4, 97.2},
          { 'Barbados', 96, -9, 97.1},
          { 'Nicaragua', 97, 19, 96.9},
          { 'Jamaica', 98, -2, 96.1},
          { 'Andorra', 99, -19, 95.9},
          { 'Cape Verde', 100, -5, 95.7},
          { 'Algeria', 101, 2, 90.2},
          { 'Bahrain', 102, -1, 89.2},
          { 'Thailand', 103, -1, 88.2},
          { 'Chad', 104, 3, 88.1},
          { 'Albania', 105, -6, 86.4},
          { 'Honduras', 106, 2, 85.7},
          { 'Ireland', 107, -3, 84.3},
          { 'Guyana', 108, -8, 82.3},
          { 'St.Vincent and the Grenadines', 109, 0, 81.7},
          { 'Bermuda', 110, 1, 80.7},
          { 'Kenya', 111, 1, 80.3},
          { 'Singapore', 112, -2, 80.2},
          { 'Bolivia', 113, 4, 79.9},
          { 'Hong Kong', 114, 0, 79.4},
          { 'Suriname', 115, -2, 79.3},
          { 'Congo', 116, -1, 78.2},
          { 'Belize', 117, 2, 73.6},
          { 'Guinea', 118, 4, 72.4},
          { 'Grenada', 119, -1, 71.4},
          { 'Samoa', 120, 3, 70.7},
          { 'El Salvador', 121, 12, 69.3},
          { 'Malaysia', 122, -1, 69.2},
          { 'South Africa', 123, 1, 68.2},
          { 'Burundi', 124, 1, 67.9},
          { 'UAE', 125, 5, 67.5},
          { 'Madagascar', 126, 2, 66.6},
          { 'San Marino', 127, -7, 66.4},
          { 'Cayman Islands', 128, 1, 66.1},
          { 'Ecuador', 129, -3, 65.1},
          { 'British Virgin Islands', 130, -3, 64.8},
          { 'Gabon', 131, 4, 60.7},
          { 'Sri Lanka', 132, 2, 58.0},
          { 'Montserrat', 133, 3, 57.2},
          { 'Burkina Faso', 134, 3, 56.7},
          { 'Zimbabwe', 135, 4, 55.7},
          { 'Zambia', 136, 4, 54.9},
          { 'Moldova', 137, -6, 54.2},
          { 'Tonga', 138, 3, 52.5},
          { 'Seychelles', 139, 4, 52.4},
          { 'Somalia', 140, 4, 52.4},
          { 'Vietnam', 141, 4, 52.1},
          { 'Maldives', 142, 0, 52.0},
          { 'Kuwait', 143, 3, 51.1},
          { 'Benin', 144, 4, 49.5},
          { 'Equatorial Guinea', 145, -7, 49.3},
          { 'Bangladesh', 146, 1, 49.1},
          { 'Bhutan', 147, 2, 48.1},
          { 'Botswana', 148, 2, 47.6},
          { 'American Samoa', 149, 2, 46.2},
          { 'Guatemala', 150, 4, 43.6},
          { 'Macau', 151, 4, 41.9},
          { 'Gibraltar', 152, 1, 41.9},
          { 'Brunei Darussalam', 153, 3, 41.2},
          { 'Nepal', 154, 2, 40.3},
          { 'St. Lucia', 155, 2, 39.4},
          { 'Tanzania', 156, 3, 38.8},
          { 'Oman', 157, 3, 33.9},
          { 'Fiji', 158, 3, 30.1},
          { 'Cambodia', 159, 3, 28.6},
          { 'Myanmar', 160, 3, 27.0},
          { 'Cook Islands', 161, 4, 23.0},
          { 'Haiti', 162, 2, 22.7},
          { 'Eritrea', 163, 3, 20.1},
          { 'Libya', 164, 3, 16.2},
}

-- alias list (need empty list if not used)
data.alias = {
          {  'ALB',  'Albania' },
          {  'ALG',  'Algeria' },
          {  'AND',  'Andorra' },
          {  'ANG',  'Angola' },
          {  'ATG',  'Antigua and Barbuda' },
          {  'ARG',  'Argentina' },
          {  'ARM',  'Armenia' },
          {  'ASA',  'American Samoa' },
          {  'AUS',  'Australia' },
          {  'AUT',  'Austria' },
          {  'AZE',  'Azerbaijan' },
          {  'BAH',  'Bahamas' },
          {  'BAN',  'Bangladesh' },
          {  'BAR',  'Barbados' },
          {  'BDI',  'Burundi' },
          {  'BEL',  'Belgium' },
          {  'BEN',  'Benin' },
          {  'BER',  'Bermuda' },
          {  'BHR',  'Bahrain' },
          {  'BHU',  'Bhutan' },
          {  'BIH',  'Bosnia and Herzegovina' },
          {  'BLR',  'Belarus' },
          {  'BLZ',  'Belize' },
          {  'BOL',  'Bolivia' },
          {  'BOT',  'Botswana' },
          {  'BRA',  'Brazil' },
          {  'BRU',  'Brunei Darussalam' },
          {  'BUL',  'Bulgaria' },
          {  'BUR',  'Burkina Faso' },
          {  'CAF',  'Central African Rep.' },
          {  'CAM',  'Cambodia' },
          {  'CAN',  'Canada' },
          {  'CAY',  'Cayman Islands' },
          {  'CGO',  'Congo' },
          {  'CHA',  'Chad' },
          {  'CHI',  'Chile' },
          {  'CHN',  'China' },
          {  'CIV',  "Cote d'Ivoire" },
          {  'CMR',  'Cameroon' },
          {  'COD',  'Congo DR' },
          {  'COK',  'Cook Islands' },
          {  'COL',  'Colombia' },
          {  'CPV',  'Cape Verde' },
          {  'CRC',  'Costa Rica' },
          {  'CRO',  'Croatia' },
          {  'CUB',  'Cuba' },
          {  'CYP',  'Cyprus' },
          {  'CZE',  'Czech Republic' },
          {  'DEN',  'Denmark' },
          {  'DOM',  'Dominican Republic' },
          {  'ECU',  'Ecuador' },
          {  'EGY',  'Egypt' },
          {  'EQG',  'Equatorial Guinea' },
          {  'ERI',  'Eritrea' },
          {  'ESA',  'El Salvador' },
          {  'ESP',  'Spain' },
          {  'EST',  'Estonia' },
          {  'FIJ',  'Fiji' },
          {  'FIN',  'Finland' },
          {  'FRA',  'France' },
          {  'GAB',  'Gabon' },
          {  'GBR',  'Great Britain' },
          {  'GEO',  'Georgia' },
          {  'GER',  'Germany' },
          {  'GIB',  'Gibraltar' },
          {  'GRE',  'Greece' },
          {  'GRN',  'Grenada' },
          {  'GUA',  'Guatemala' },
          {  'GUI',  'Guinea' },
          {  'GUM',  'Guam' },
          {  'GUY',  'Guyana' },
          {  'HAI',  'Haiti' },
          {  'HKG',  'Hong Kong' },
          {  'HON',  'Honduras' },
          {  'HUN',  'Hungary' },
          {  'INA',  'Indonesia' },
          {  'IND',  'India' },
          {  'IRI',  'Iran' },
          {  'IRL',  'Ireland' },
          {  'IRQ',  'Iraq' },
          {  'ISL',  'Iceland' },
          {  'ISR',  'Israel' },
          {  'ISV',  'US Virgin Islands' },
          {  'ISV',  'Virgin Islands' },
          {  'ITA',  'Italy' },
          {  'IVB',  'British Virgin Islands' },
          {  'JAM',  'Jamaica' },
          {  'JOR',  'Jordan' },
          {  'JPN',  'Japan' },
          {  'KAZ',  'Kazakhstan' },
          {  'KEN',  'Kenya' },
          {  'KOR',  'Korea' },
          {  'KOS',  'Kosovo' },
          {  'KSA',  'Saudi Arabia' },
          {  'KUW',  'Kuwait' },
          {  'LAT',  'Latvia' },
          {  'LBA',  'Libya' },
          {  'LBN',  'Lebanon' },
          {  'LCA',  'St. Lucia' },
          {  'LTU',  'Lithuania' },
          {  'LUX',  'Luxembourg' },
          {  'MAC',  'Macau' },
          {  'MAD',  'Madagascar' },
          {  'MAR',  'Morocco' },
          {  'MAS',  'Malaysia' },
          {  'MAT',  'Montserrat' },
          {  'MAW',  'Malawi' },
          {  'MDA',  'Moldova' },
          {  'MDV',  'Maldives' },
          {  'MEX',  'Mexico' },
          {  'MKD',  'North Macedonia' },
          {  'MLI',  'Mali' },
          {  'MLT',  'Malta' },
          {  'MNE',  'Montenegro' },
          {  'MOZ',  'Mozambique' },
          {  'MTN',  'Mauritania' },
          {  'MYA',  'Myanmar' },
          {  'NCA',  'Nicaragua' },
          {  'NED',  'Netherlands' },
          {  'NEP',  'Nepal' },
          {  'NGR',  'Nigeria' },
          {  'NOR',  'Norway' },
          {  'NZL',  'New Zealand' },
          {  'OMA',  'Oman' },
          {  'PAN',  'Panama' },
          {  'PAR',  'Paraguay' },
          {  'PER',  'Peru' },
          {  'PHI',  'Philippines' },
          {  'PLE',  'Palestine' },
          {  'POL',  'Poland' },
          {  'POR',  'Portugal' },
          {  'PUR',  'Puerto Rico' },
          {  'QAT',  'Qatar' },
          {  'ROU',  'Romania' },
          {  'RSA',  'South Africa' },
          {  'RUS',  'Russia' },
          {  'RWA',  'Rwanda' },
          {  'SAM',  'Samoa' },
          {  'SEN',  'Senegal' },
          {  'SEY',  'Seychelles' },
          {  'SGP',  'Singapore' },
          {  'SLO',  'Slovenia' },
          {  'SMR',  'San Marino' },
          {  'SOM',  'Somalia' },
          {  'SRB',  'Serbia' },
          {  'SRI',  'Sri Lanka' },
          {  'SSD',  'South Sudan' },
          {  'SUI',  'Switzerland' },
          {  'SUR',  'Suriname' },
          {  'SVK',  'Slovakia' },
          {  'SWE',  'Sweden' },
          {  'SYR',  'Syria' },
          {  'TAH',  'Tahiti' },
          {  'TAN',  'Tanzania' },
          {  'THA',  'Thailand' },
          {  'TOG',  'Togo' },
          {  'TGA',  'Tonga' },
          {  'TPE',  'Chinese Taipei' },
          {  'TUN',  'Tunisia' },
          {  'TUR',  'Turkey' },
          {  'UAE',  'UAE' },
          {  'UGA',  'Uganda' },
          {  'UKR',  'Ukraine' },
          {  'URU',  'Uruguay' },
          {  'USA',  'USA' },
          {  'UZB',  'Uzbekistan' },
          {  'VEN',  'Venezuela' },
          {  'VIE',  'Vietnam' },
          {  'VIN',  'St.Vincent and the Grenadines' },
          {  'ZAM',  'Zambia' },
          {  'ZIM',  'Zimbabwe' },
     	  --
     	  { 'code', 'key'}
}	

-- List of FIBA confederations
data.confederation = { 
	Africa = { "NGR", "TUN", "ANG", "SEN", "CIV", "EGY", "CMR", "MAR", "MLI",
		"CAF", "COD", "MOZ", "UGA", "SSD", "RWA", "CPV", "ALG", "CHA", "KEN",
		"CGO", "GUI", "RSA", "BDI", "MAD", "GAB", "BUR", "ZIM", "ZAM", "SEY", 
		"SOM", "BEN", "EQG", "BOT", "TAN", "ERI", "LBA"
	},
	Americas = { "USA", "ARG", "BRA", "VEN", "CAN", "PUR", "DOM", "MEX", "URU",
		"PAN", "ISV", "BAH", "CUB", "COL", "CHI", "PAR", "CRC", "ATG", "BAR",
		"NCA", "JAM", "HON", "GUY", "VIN", "BER", "BOL", "SUR", "BLZ", "GRN",
		"ESA", "CAY", "ECU", "IVB", "MAT", "GUA", "LCA", "HAI"
	},
	Asia = { "AUS", "IRI", "NZL", "CHN", "KOR", "PHI", "JPN", "JOR", "LBN",
		"TPE", "QAT", "KAZ", "GUM", "IND", "IRQ", "SYR", "PLE", "INA", "KSA",
		"TAH", "BHR", "THA", "SGP", "HKG", "SAM", "MAS", "UAE", "SRI", "TGA",
		"VIE", "MDV", "KUW", "BAN", "BHU", "ASA", "MAC", "BRU", "NEP", "OMA",
		"FIJ", "CAM", "MYA", "COK"
	},
	Europe = { "ESP", "SLO", "FRA", "SRB", "ITA", "LTU", "GRE", "GER", "CZE",
		"POL", "RUS", "TUR", "CRO", "MNE", "LAT", "UKR", "FIN", "GEO", "BEL",
		"HUN", "GBR", "ISR", "BIH", "NED", "ISL", "EST", "BUL", "BLR", "MKD", 
		"ROU", "DEN", "SWE", "POR", "SUI", "AUT", "SVK", "KOS", "LUX", "CYP",
		"ARM", "NOR", "MLT", "AND", "ALB", "IRL", "SMR", "MDA", "GIB"
		
	},
}
return data