Make Yahoo Your Homepage
Discover something new every day from News, Sports, Finance, Entertainment and more!
Yahoo Home
Sign in
Sign in to view your mail
- News
- Finance
- Sports
- Entertainment
- Life
- Shopping
- Holiday Gift Ideas
- Yahoo Plus
- More...
…
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var s=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(s){var r=t.promos.showYahooLogo?"":"yns-no-logo";s=s.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",r).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",s).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,s=void 0,r=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,r=t._store.getNotifications(),s=t._generatePanelMarkup(i,r),o.innerHTML=s;break;case ERROR_PANEL:s=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=s}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var s=o._config.panel;o._panelParentNode=document.querySelector(s.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=s.indicatorSelector&&document.querySelector(s.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},s=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return s.region&&s.lang&&(o.lang=s.lang,o.region=s.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,s={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},r=document.getElementById("notification-container"),a=null===(e=null==r?void 0:r.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(s.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}r&&delete r.dataset.config}var d=this.mergeConfigs(s,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
Who is the most powerful royal family in the world? ›
The British Royal Family. The British royal family is one of the most influential royal families across the globe. According to Forbes, the British Royal family is worth $88 billion (₹8800 crores), much of which comes from a Sovereignty Grant from the Crown Estate and some real estate investments.
How rich is royal family Quora? ›The Queen has a little golden goose, the Duchy of Lancaster. It's not hers personally but is the private estate of the reigning monarch. The estates bring her currently £20m (twenty million pounds) of cash every year. Is it true that the British royal family is worth more than all of the world's billionaires combined?
Who is the most famous royal family in the world? ›1. Queen Elizabeth II. No surprises here. Queen Elizabeth was unanimously voted as the most popular Royal and was described by fans as hardworking, respected, and dignified.
Who is richer than the royal family? ›Rishi Sunak will become the wealthiest ever prime minister of the U.K., with his family's personal fortune surpassing even that of the royals.
Who has the most money in all of history? ›Augustus Caesar — Potentially the richest man of all time, he was the first emperor of the Roman Empire and valued at a rough estimate of $4.6 trillion in today's dollars. He personally owned a fifth of the wealth of an empire that accounted for about 30% of the gross domestic product of the whole world.
Who was closest to the Queen? ›Lady Anne is best known by her title, Duchess of Glenconner, and was one of the Queen's closest friends, even serving as a Maid of Honour during the Queen's coronation in 1953.
Who is the most respected queen in the world? ›- #8: Maria Theresa of Austria. ...
- #7: Catherine the Great of Russia. ...
- #6: Anne Boleyn of England. ...
- #5: Nefertiti of Egypt. ...
- #4: Victoria of England. ...
- #3: Marie-Antoinette of France. 1755 - 1793. ...
- #2: Elizabeth I of England. 1533 - 1603. ...
- #1: Cleopatra VII, Ptolemaic Queen of Egypt. 69 - 30 BC.
The longest surviving dynasty in the world is the Imperial House of Japan, otherwise known as the Yamato dynasty, whose reign is traditionally dated to 660 BC and historically attested from AD 781.
Why is the royal family so rich? ›Prince William inherited the title of Duke of Cornwall and with it the Duchy of Cornwall, a 128,000-acre estate established in 1337, in order to provide income to the oldest son of the British monarch. It's estimated to be worth over a billion dollars and provides a yearly income that came to $24 million in 2021.
Is the royal family still rich? ›The wealth of the royal family, also known as "The Firm," stands at an estimated $28 billion, according to Fortune. The largest source of wealth for the royal family is the Crown Estate — a large portfolio of assets valued at $19.2 billion, according to a report from the Crown Estate.
How did the Queen get so rich? ›
The Queen's personal income, derived from her personal investment portfolio and private estates, is used to meet her private expenses. The Queen owns the Balmoral and Sandringham Estates, which were both inherited from her father.
Who is the least popular royal? ›Prince Andrew is still firmly the least popular member of the royal family in the eyes of the public, though. The Queen's son has been in the spotlight for a much more damaging reason.
Who was the most powerful royal in history? ›- Hatshepsut born: 1508 BC; died: 1458 BC. Hatshepsut was one of the most powerful queens of ancient times, she was the 5th pharaoh of the 18th dynasty of ancient Egypt. ...
- Empress Theodora born: 500 AD; died: 548 AD. ...
- Empress Wu Zetian born: 625 AD; died: 705 AD. ...
- Elizabeth I of England born: 1533; died: 1603.
At $224.5 billion, the Waltons are the richest family in the world thanks to their massive stake in Walmart, the world's largest company by revenue. The fourth generation of the Mars family, the second-richest clan after the Waltons, currently runs the eponymously named Mars candy company.
What is Queen's salary? ›What does the Queen receive from the government? For 2021-2022 the Sovereign Grant was set at £86.3m - equivalent to £1.29 per person in the UK. This does not include security costs.
Who will be the next queen of England? ›After a historic 70 years on the throne as Britain's longest-serving monarch, Queen Elizabeth II died at the age of 96, at her home at Balmoral Castle in Scotland, on Sept. 8, 2022. Immediately upon her passing, her eldest son, Prince Charles, became the new king.
Who is the richest king family in the world? ›- Richest royals. ...
- #7 The royal family of Brunei. ...
- #6 The royal family of Thailand. ...
- #5 The British royal family. ...
- #4 The royal family of Abu Dhabi. ...
- #3 The royal family of Qatar. ...
- #2 The royal family of Kuwait. ...
- #1 The royal family of Saudi Arabia. Net Worth: $1.4 trillion.
- Elon Musk, the co-founder and CEO of Tesla, is the richest person and the richest man in the world with a net worth of $203 billion. ...
- Behind Musk is the LVMH chair and CEO Bernard Arnault.
John D Rockefeller was the top oil tycoon of the 19th century, and his savvy business decisions made him tremendously wealthy. John D Rockefeller became one of the wealthiest Americans in history by taking control of the newly born oil industry.
Who was the first richest man? ›Who is The Queen's best friend? ›
Meet Queen Elizabeth's most loyal aide till the end, Angela Kelly: the late monarch's dresser since 1994 was dubbed her 'best friend' and even continues to stay at Windsor Castle after her death.
Who dresses The Queen? ›The Queen's personal dresser, Angela Kelly, previously explained how the royal's repeat-wears were always carefully considered. “Typically, the lifespan of an outfit can be up to around 25 years,” Kelly wrote in her book The Other Side Of The Coin: The Queen, The Dresser And The Wardrobe, published in 2019.
Who will succeed The Queen when she dies? ›Queen Elizabeth II died “peacefully” at her home at Balmoral Castle in Scotland in the afternoon of September 8, 2022. She was 96. Buckingham Palace confirmed her death in a statement. She will be succeeded by her son, Charles, Prince of Wales, who will now become King Charles III.
Who is higher than a queen? ›Answer and Explanation: In terms of political power, yes, an empress is more powerful than a queen. While a queen has rule over a kingdom or territory, an empress has authority over multiple nations, kingdoms, or regions. For a female monarch, the station of empress is the highest political office that can be attained.
Who is the most educated queen? ›Queen Elizabeth 1, who was queen from 1558 to her death in 1603, had a most extraordinary education. An especially precocious child, she studied for years with tutors and learned to speak six languages fluently as well as grammar, theology, history, rhetoric, logic, philosophy, math, logic, literature and geometry.
Who is the most known queen? ›Queen Elizabeth II (1926 – 2022) Queen Elizabeth II is the only monarch in British history to mark a Platinum Jubilee; 2022 marked 70 years of her reign. She became heir to the throne unexpectedly in 1936, with the abdication of her uncle, King Edward VIII.
Who was the very first royal? ›Egbert (Ecgherht) was the first monarch to establish a stable and extensive rule over all of Anglo-Saxon England.
Who has ruled the longest? ›Who is the longest-reigning monarch? French King Louis XIV is the longest-reigning monarch, having served as monarch for more than 72 years after taking the throne at age four.
Who was the first king in the world? ›Meet the world's first emperor. King Sargon of Akkad—who legend says was destined to rule—established the world's first empire more than 4,000 years ago in Mesopotamia.
How is the royal family paid? ›The British government supports the monarch and some of his family financially by means of the Sovereign Grant, which is intended to meet the costs of the sovereign's official expenditures.
Does royal family pay taxes? ›
Overall, it appears the royal family pays a significant amount of taxes on their wealth. Despite the fact the Monarch is not liable by law to pay income tax, capital gains tax, or inheritance tax, the royal family has been paying taxes since 1993.
How powerful is the Queen? ›As nominal leader of the United Kingdom from 1952 to 2022—the country's longest-serving monarch—she exerted influence felt the world over. But despite such enormous impact, the Queen held no real power in British government—and nor does her successor, King Charles III.
Who is richer Prince William or Harry? ›So there you have it folks, Prince William's net-worth surpasses Prince Harry's net-worth by at least ten times over. "His net worth was estimated to be about $40 million (£34 million), which isn't too shabby. However, his net worth has skyrocketed by $1.3 billion (£1.1bn), taking his total net worth up to $1.34bn."
Who owns Royal Family? ›Type | Statutory corporation under the Crown Estate Act 1961 |
---|---|
Net income | £269.3 million (2021) 75% to HM Treasury 25% to The Monarch |
AUM | £15.2 billion (2021) |
Owner | Charles III (in right of The Crown) |
Number of employees | 430 |
One of the richest people in the world, Queen Elizabeth II inherited much of her fortune but is credited with having made some astute investments during her long life and reign.
Does the Queen ever carry money? ›But even with that much capital, Her Majesty still carries around small amounts of cash—only on one day of the week. It turns out, the Queen usually totes some cash in her purse on Sunday so she can make a donation to the church.
What countries does the Queen own? ›As of 2022 there are 15 Commonwealth realms: Antigua and Barbuda, Australia, The Bahamas, Belize, Canada, Grenada, Jamaica, New Zealand, Papua New Guinea, Saint Kitts and Nevis, Saint Lucia, Saint Vincent and the Grenadines, Solomon Islands, Tuvalu, and the United Kingdom.
Does the Queen bring in money? ›Some £1.7bn a year… Criticism and praise for the monarchy has heightened following the death of Queen Elizabeth II. Her funeral cost UK taxpayers millions, but the royal institution brings in far greater sums each year.
Who is Queen's favorite grandchild? ›6. Princess Eugenie. On March 23, 1990, Andrew and Sarah welcomed the second York child, Princess Eugenie. Although Eugenie was reportedly the queen's favorite granddaughter, she may have lost ground to her first cousin, Lady Louise Mountbatten-Windsor, the daughter of the queen's fourth son, Prince Edward.
What food does the Queen dislike? ›Queen Elizabeth II 'hates garlic' reveals former royal chef
There is one type of food which will never feature on a menu served to the Royal Family, and that is shellfish. The world of the royals can sometimes be a strange one with their internal customs and rules seemingly governing a large part of their lives.
What is the smallest royal family? ›
The Kingdom of Tavolara is a micronation on Tavolara Island, off the northeast coast of Sardinia. Set up by the Bertoleoni family, allegedly sanctioned by Charles Albert, King of Sardinia, it claims to be one of the smallest kingdoms in the world.
Who is the strongest queen? ›Elizabeth I (1533-1603)
Elizabeth I was one of most powerful English monarchs ever and arguably the most powerful woman in the world. She was known as the ͞Virgin Queen͟ because she never got married.
Queen Victoria (ruled England from 1837-1901)
Who is the greatest English king? ›- Edward I (1239-1307) ...
- Henry VIII (1491-1547) ...
- Elizabeth I (1533-1603) ...
- Charles II (1630-1685) ...
- William III and Mary II. ...
- Mary II (1662 -1694) ...
- George VI (1895-1952) ...
- Queen Elizabeth II (1926-2022)
The Vanderbilts are one of America's oldest old money families. The family is of Dutch descent, and rose to prominence during the Gilded Age in the final decades of the 19th century. Cornelius Vanderbilt, born in 1794, grew up in poverty, but managed to marry above him.
What is the richest family of 2022? ›For the fourth year in a row, the Waltons top the list of the world's richest families with a net worth of $224.5 billion.
What was the richest empire of all time? ›- Mesopotamia. ...
- Roman Empire. ...
- Persian Empire. ...
- Egyptian Empire. ...
- Byzantine Empire. ...
- Ottoman Empire.
Spain's King Felipe VI has revealed himself to be one of the poorest monarchs in the world, after he published details of his own wealth to distance himself from corruption scandals in the royal family.
Who was the most successful king? ›#1: Louis XIV of France
Called the “Sun King” in life, his legacy casts a long, dark shadow, making him the most famous and notorious king in history.
The Walton Family Story
The Walton family is the richest family in the world.
Who will inherit Queen Elizabeth money? ›
So what will Prince William inherit from Queen Elizabeth? After Queen Elizabeth's death, Prince William inherited the Duchy of Cornwall, a private estate worth around $1.2 billion.
Who ruled the most of the world? ›In 1913, 412 million people lived under the control of the British Empire, 23 percent of the world's population at that time. It remains the largest empire in human history and at the peak of its power in 1920, it covered an astonishing 13.71 million square miles - that's close to a quarter of the world's land area.
Which country has not king? ›Among the given options India does not have a monarchy. India has a democratic form of government.
Who is trillionaire in the world? ›Of the 21 individuals who stand a chance of reaching this phenomenal milestone in their lifetime, Elon Musk is predicted to be the first. When the first billionaire was announced in 1916 this colossal figure must have seemed even more unreachable than it is today.
Who owns Buckingham Palace in England? ›Occupied Royal Palaces, such as Buckingham Palace, are not the private property of The Queen. They are occupied by the Sovereign and held in trust by Crown Estates for future generations. The Queen privately owns two properties, Balmoral Castle and Sandringham House, which are not publicly funded.
Who is the No 1 king? ›1. Chandragupta Maurya. Founder of the Maurya dynasty in ancient India, Chandragupta Maurya reigned from 321 BCE–298 BCE.
Who ruled the world first? ›Meet the world's first emperor. King Sargon of Akkad—who legend says was destined to rule—established the world's first empire more than 4,000 years ago in Mesopotamia.
Who is undefeated king? ›Lalitaditya Muktapida was the ever-undefeated King of Kashmir of the Karkota dynasty. Chinese, Turkish and Tibetan legends referred to him as a great conqueror. Lalitaditya was the first Indian king who gave a befitting reply to the Arabs and one of the few Indian kings who was able to conquer Central Asia.