-
Notifications
You must be signed in to change notification settings - Fork 23
/
richest_people.json
94 lines (94 loc) · 2.04 KB
/
richest_people.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"richest": [
{
"id": 1,
"name": "Jeff Bezos",
"age": 57,
"residence": "Seattle",
"company": "Amazon",
"Ownership_Stake": "11%",
"Net_Worth": "$177 billion"
},
{
"id": 2,
"name": "Elon Musk",
"age": 50,
"residence": "Austin, Texas",
"company": "Tesla",
"Ownership_Stake": "20%",
"Net_Worth": "$151 billion"
},
{
"id": 3,
"name": "Bernard Arnault",
"age": 72,
"residence": "Paris",
"company": "LVMH",
"Ownership_Stake": "46.84%",
"Net_Worth": "$150 billion"
},
{
"id": 4,
"name": "Bill Gates",
"age": 65,
"residence": "Medina, Washington",
"company": "Microsoft",
"Ownership_Stake": "1.3%",
"Net_Worth": "$124 billion"
},
{
"id": 5,
"name": "Mark Zuckerberg",
"age": 37,
"residence": "Palo Alto, CA",
"company": "Facebook",
"Ownership_Stake": "13%",
"Net_Worth": "$97 billion"
},
{
"id": 6,
"name": "Warren Buffett",
"age": 91,
"residence": "Omaha, Nebraska",
"company": "Berkshire Hathaway",
"Ownership_Stake": "38%",
"Net_Worth": "$96 billion"
},
{
"id": 7,
"name": "Larry Ellison",
"age": 77,
"residence": "Lanai, Hawaii",
"company": "Oracle",
"Ownership_Stake": "35.4%",
"Net_Worth": "$93 billion"
},
{
"id": 8,
"name": "Larry Page",
"age": 48,
"residence": "Palo Alto, CA",
"company": "Alphabet",
"Ownership_Stake": "6%",
"Net_Worth": "$91.5 billion"
},
{
"id": 9,
"name": "Sergey Brin",
"age": 48,
"residence": "Los Altos, CA",
"company": "Alphabet",
"Ownership_Stake": "5%",
"Net_Worth": "$89 billion"
},
{
"id": 10,
"name": "Mukesh Ambani",
"age": 64,
"residence": "Mumbai, India",
"company": "Reliance Industries",
"Ownership_Stake": "42%",
"Net_Worth": "$84.5 billion"
}
]
}