F1
Friday, February 10, 2023 09:24
According to press information, the Hungarian Grand Prix may be the most expensive European race in F1: here is the full list of races in 2023.
the RacingNews365.com track it down, how much does a venue pay to host a Formula 1 Grand Prix, because in recent years the sites of many legendary tracks have been compromised in the racing calendar for similar reasons. The portal writes that its own sources include the promoters of individual races, the Formula 1 administration itself, and the 10 Formula 1 teams, on the basis of which it compiled the supposed list.
On this list, according to information gathered by RacingNews365, Paco pays over $57 million, but Saudi Arabia and Qatar also hit the podium with $55 million each. The amount of Miami and Las Vegas is not included, but Bahrain also exceeds 50 million, and Abu Dhabi also avoids 40 million.
In this list, the portal states no less than the ownership of the Hungarian Grand Prix is $40 million, which makes the race in Mogyorod the most expensive European race at the moment and, in general, ranks right behind the top.
Figures from RacingNews365:
Country Kings in Dollars
Bahrain 52 million
Saudi Arabia 55 million
Australia 37 million
Azerbaijan 57 million
USA/Miami Co
Imola 21 million
Monaco 20 million
Spain 25 million
Canada 32 million
Austria 25 million
UK 26 million
Hungary 40 million
Belgium 22 million
Netherlands 32 million
Monza 25 million
Singapore 35 million
Japan 25 million
Qatar 55 million
USA/Austin 30 million
Mexico 30 million
Brazil 25 million
USA/Las Vegas in collaboration
Abu Dhabi 42 million
If you would like to recommend the article to your friends, you can do so using the buttons below:
function checkLoginState() { console.log(2); FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
jQuery(document).ready(function(){ jQuery(document).on('click','#fb-cust',function(e){ e.preventDefault(); //FB.login(statusChangeCallback, {scope: 'email,public_profile', return_scopes: true}); FB.login(statusChangeCallback, { scope: 'email', return_scopes: true }); }); });
window.fbAsyncInit = function() { FB.init({ appId : '483335665730477', cookie : true, xfbml : true, version : 'v3.3' });
FB.getLoginStatus(function(response) { //statusChangeCallback(response); }); };
(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { $('.fblogin_er').addClass('hidden'); var url = window.location.href; var parse_url = parseURL(url);
var redirect_to = decodeURIComponent(parse_url.params.redirect_to);
if( ( redirect_to == 'undefined' ) || ( validateURL( redirect_to ) == false ) ) { redirect_to = 'https://formula.hu/profil' }
FB.api('/me?fields=name,email,first_name,last_name', function(response) {
$.ajax({ type: "POST", url: "ajax.php", dataType: 'json', data: "act=fblogin&email=" + encodeURIComponent(response.email) + "&first_name=" + encodeURIComponent(response.first_name) + "&last_name=" + encodeURIComponent(response.last_name) + "&id=" + encodeURIComponent(response.id) + "&redirect_to=" + encodeURIComponent(redirect_to), cache: false, success: function(obj){ if (obj.msg == '#OK#') { if(fb__getCookie('quiz_backurl')){ window.location.replace(fb__getCookie('quiz_backurl')); } else { window.location.replace(obj.redirect_to); } } else { $('.fblogin_er').html(obj.msg); $('.fblogin_er').removeClass('hidden'); } }, error: function(ex,ey,ez){
} }); return false;
}); } }
function validateURL(surl) { var url = parseURL(surl); var urlHostname = url.hostname.trim();
if (urlHostname == '') { return true; } else { if (urlHostname.toUpperCase() == location.hostname.trim().toUpperCase()) { return true; } else return false; } }
function parseURL(url) { var a = document.createElement('a'); a.href = url; return { source: url, protocol: a.protocol.replace(':', ''), hostname: a.hostname, host: a.host, port: a.port, query: a.search, params: (function () { var ret = {}, seg = a.search.replace(/^\?/, '').split('&'), len = seg.length, i = 0, s; for (; i < len; i++) { if (!seg[i]) { continue; } s = seg[i].split('='); ret[s[0]] = s[1]; } return ret; })(), file: (a.pathname.match(/\/([^\/?#]+)$/i) || [, ''])[1], hash: a.hash.replace('#', ''), path: a.pathname.replace(/^([^\/])/, '/$1'), relative: (a.href.match(/tps?:\/\/[^\/]+(.+)/) || [, ''])[1], segments: a.pathname.replace(/^\//, '').split('/') }; }