added corporate quarterly announcments for the last 4 years
This commit is contained in:
9
data/continents.json
Normal file
9
data/continents.json
Normal file
@@ -0,0 +1,9 @@
|
||||
[
|
||||
"afrika",
|
||||
"asien",
|
||||
"europa",
|
||||
"nordamerika",
|
||||
"suedamerika",
|
||||
"antarktis",
|
||||
"ozeanien"
|
||||
]
|
||||
54
data/countries.json
Normal file
54
data/countries.json
Normal file
@@ -0,0 +1,54 @@
|
||||
[
|
||||
"aegypten",
|
||||
"frankreich",
|
||||
"litauen",
|
||||
"schweiz",
|
||||
"argentinien",
|
||||
"griechenland",
|
||||
"mexiko",
|
||||
"singapur",
|
||||
"australien",
|
||||
"hongkong",
|
||||
"neuseeland",
|
||||
"slowakei",
|
||||
"bahrain",
|
||||
"indien",
|
||||
"niederlande",
|
||||
"spanien",
|
||||
"belgien",
|
||||
"indonesien",
|
||||
"norwegen",
|
||||
"suedafrika",
|
||||
"brasilien",
|
||||
"irland",
|
||||
"oesterreich",
|
||||
"suedkorea",
|
||||
"chile",
|
||||
"island",
|
||||
"peru",
|
||||
"taiwan",
|
||||
"china",
|
||||
"italien",
|
||||
"philippinen",
|
||||
"tschechien",
|
||||
"daenemark",
|
||||
"japan",
|
||||
"polen",
|
||||
"tuerkei",
|
||||
"deutschland",
|
||||
"kanada",
|
||||
"portugal",
|
||||
"ungarn",
|
||||
"estland",
|
||||
"katar",
|
||||
"rumaenien",
|
||||
"usa",
|
||||
"eurozone",
|
||||
"kolumbien",
|
||||
"russland",
|
||||
"vereinigte-arabische-emirate",
|
||||
"finnland",
|
||||
"lettland",
|
||||
"schweden",
|
||||
"vereinigtes-koenigreich"
|
||||
]
|
||||
260
data/exchanges.json
Normal file
260
data/exchanges.json
Normal file
@@ -0,0 +1,260 @@
|
||||
{
|
||||
"exchanges": [
|
||||
{
|
||||
"mic": "XNYS",
|
||||
"name": "New York Stock Exchange",
|
||||
"country": "United States",
|
||||
"city": "New York City",
|
||||
"market_cap_trillion_usd": 30.92,
|
||||
"timezone": "America/New_York",
|
||||
"tz_offset": "-05:00",
|
||||
"dst": "Mar–Nov",
|
||||
"open_local": "09:30",
|
||||
"close_local": "16:00",
|
||||
"lunch_break": false,
|
||||
"open_utc": "14:30",
|
||||
"close_utc": "21:00",
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"mic": "XNAS",
|
||||
"name": "Nasdaq",
|
||||
"country": "United States",
|
||||
"city": "New York City",
|
||||
"market_cap_trillion_usd": 31.96,
|
||||
"timezone": "America/New_York",
|
||||
"tz_offset": "-05:00",
|
||||
"dst": "Mar–Nov",
|
||||
"open_local": "09:30",
|
||||
"close_local": "16:00",
|
||||
"lunch_break": false,
|
||||
"open_utc": "14:30",
|
||||
"close_utc": "21:00",
|
||||
"currency": "USD"
|
||||
},
|
||||
{
|
||||
"mic": "XSHG",
|
||||
"name": "Shanghai Stock Exchange",
|
||||
"country": "China",
|
||||
"city": "Shanghai",
|
||||
"market_cap_trillion_usd": 7.96,
|
||||
"timezone": "Asia/Shanghai",
|
||||
"tz_offset": "+08:00",
|
||||
"dst": null,
|
||||
"open_local": "09:30",
|
||||
"close_local": "15:00",
|
||||
"lunch_break": "11:30–13:00",
|
||||
"open_utc": "01:30",
|
||||
"close_utc": "07:00",
|
||||
"currency": "CNY"
|
||||
},
|
||||
{
|
||||
"mic": "XJPX",
|
||||
"name": "Japan Exchange Group (Tokyo Stock Exchange)",
|
||||
"country": "Japan",
|
||||
"city": "Tokyo",
|
||||
"market_cap_trillion_usd": 7.06,
|
||||
"timezone": "Asia/Tokyo",
|
||||
"tz_offset": "+09:00",
|
||||
"dst": null,
|
||||
"open_local": "09:00",
|
||||
"close_local": "15:00",
|
||||
"lunch_break": "11:30–12:30",
|
||||
"open_utc": "00:00",
|
||||
"close_utc": "06:00",
|
||||
"currency": "JPY"
|
||||
},
|
||||
{
|
||||
"mic": "XHKG",
|
||||
"name": "Hong Kong Stock Exchange",
|
||||
"country": "Hong Kong",
|
||||
"city": "Hong Kong",
|
||||
"market_cap_trillion_usd": 6.41,
|
||||
"timezone": "Asia/Hong_Kong",
|
||||
"tz_offset": "+08:00",
|
||||
"dst": null,
|
||||
"open_local": "09:30",
|
||||
"close_local": "16:00",
|
||||
"lunch_break": "12:00–13:00",
|
||||
"open_utc": "01:30",
|
||||
"close_utc": "08:00",
|
||||
"currency": "HKD"
|
||||
},
|
||||
{
|
||||
"mic": "XAMS",
|
||||
"name": "Euronext Amsterdam",
|
||||
"country": "Netherlands",
|
||||
"city": "Amsterdam",
|
||||
"market_cap_trillion_usd": 5.61,
|
||||
"timezone": "Europe/Amsterdam",
|
||||
"tz_offset": "+01:00",
|
||||
"dst": "Mar–Oct",
|
||||
"open_local": "09:00",
|
||||
"close_local": "17:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "08:00",
|
||||
"close_utc": "16:30",
|
||||
"currency": "EUR"
|
||||
},
|
||||
{
|
||||
"mic": "XBSE",
|
||||
"name": "Bombay Stock Exchange",
|
||||
"country": "India",
|
||||
"city": "Mumbai",
|
||||
"market_cap_trillion_usd": 5.25,
|
||||
"timezone": "Asia/Kolkata",
|
||||
"tz_offset": "+05:30",
|
||||
"dst": null,
|
||||
"open_local": "09:15",
|
||||
"close_local": "15:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "03:45",
|
||||
"close_utc": "10:00",
|
||||
"currency": "INR"
|
||||
},
|
||||
{
|
||||
"mic": "XNSE",
|
||||
"name": "National Stock Exchange of India",
|
||||
"country": "India",
|
||||
"city": "Mumbai",
|
||||
"market_cap_trillion_usd": 5.32,
|
||||
"timezone": "Asia/Kolkata",
|
||||
"tz_offset": "+05:30",
|
||||
"dst": null,
|
||||
"open_local": "09:15",
|
||||
"close_local": "15:d30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "03:45",
|
||||
"close_utc": "10:00",
|
||||
"currency": "INR"
|
||||
},
|
||||
{
|
||||
"mic": "XSHE",
|
||||
"name": "Shenzhen Stock Exchange",
|
||||
"country": "China",
|
||||
"city": "Shenzhen",
|
||||
"market_cap_trillion_usd": 5.11,
|
||||
"timezone": "Asia/Shanghai",
|
||||
"tz_offset": "+08:00",
|
||||
"dst": null,
|
||||
"open_local": "09:30",
|
||||
"close_local": "15:00",
|
||||
"lunch_break": "11:30–13:00",
|
||||
"open_utc": "01:30",
|
||||
"close_utc": "07:00",
|
||||
"currency": "CNY"
|
||||
},
|
||||
{
|
||||
"mic": "XTSE",
|
||||
"name": "Toronto Stock Exchange",
|
||||
"country": "Canada",
|
||||
"city": "Toronto",
|
||||
"market_cap_trillion_usd": 4.00,
|
||||
"timezone": "America/Toronto",
|
||||
"tz_offset": "-05:00",
|
||||
"dst": "Mar–Nov",
|
||||
"open_local": "09:30",
|
||||
"close_local": "16:00",
|
||||
"lunch_break": false,
|
||||
"open_utc": "14:30",
|
||||
"close_utc": "21:00",
|
||||
"currency": "CAD"
|
||||
},
|
||||
{
|
||||
"mic": "XLON",
|
||||
"name": "London Stock Exchange",
|
||||
"country": "United Kingdom",
|
||||
"city": "London",
|
||||
"market_cap_trillion_usd": 3.14,
|
||||
"timezone": "Europe/London",
|
||||
"tz_offset": "+00:00",
|
||||
"dst": "Mar–Oct",
|
||||
"open_local": "08:00",
|
||||
"close_local": "16:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "08:00",
|
||||
"close_utc": "16:30",
|
||||
"currency": "GBP"
|
||||
},
|
||||
{
|
||||
"mic": "XTAI",
|
||||
"name": "Taiwan Stock Exchange",
|
||||
"country": "Taiwan",
|
||||
"city": "Taipei",
|
||||
"market_cap_trillion_usd": 2.87,
|
||||
"timezone": "Asia/Taipei",
|
||||
"tz_offset": "+08:00",
|
||||
"dst": null,
|
||||
"open_local": "09:00",
|
||||
"close_local": "13:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "01:00",
|
||||
"close_utc": "05:30",
|
||||
"currency": "TWD"
|
||||
},
|
||||
{
|
||||
"mic": "XSAU",
|
||||
"name": "Saudi Exchange (Tadawul)",
|
||||
"country": "Saudi Arabia",
|
||||
"city": "Riyadh",
|
||||
"market_cap_trillion_usd": 2.73,
|
||||
"timezone": "Asia/Riyadh",
|
||||
"tz_offset": "+03:00",
|
||||
"dst": null,
|
||||
"open_local": "10:00",
|
||||
"close_local": "15:00",
|
||||
"lunch_break": false,
|
||||
"open_utc": "07:00",
|
||||
"close_utc": "12:00",
|
||||
"currency": "SAR"
|
||||
},
|
||||
{
|
||||
"mic": "XFRA",
|
||||
"name": "Deutsche Börse (Xetra)",
|
||||
"country": "Germany",
|
||||
"city": "Frankfurt",
|
||||
"market_cap_trillion_usd": 2.04,
|
||||
"timezone": "Europe/Berlin",
|
||||
"tz_offset": "+01:00",
|
||||
"dst": "Mar–Oct",
|
||||
"open_local": "09:00",
|
||||
"close_local": "17:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "08:00",
|
||||
"close_utc": "16:30",
|
||||
"currency": "EUR"
|
||||
},
|
||||
{
|
||||
"mic": "XSWX",
|
||||
"name": "SIX Swiss Exchange",
|
||||
"country": "Switzerland",
|
||||
"city": "Zürich",
|
||||
"market_cap_trillion_usd": 1.97,
|
||||
"timezone": "Europe/Zurich",
|
||||
"tz_offset": "+01:00",
|
||||
"dst": "Mar–Oct",
|
||||
"open_local": "09:00",
|
||||
"close_local": "17:30",
|
||||
"lunch_break": false,
|
||||
"open_utc": "08:00",
|
||||
"close_utc": "16:30",
|
||||
"currency": "CHF"
|
||||
},
|
||||
{
|
||||
"mic": "XASX",
|
||||
"name": "Australian Securities Exchange",
|
||||
"country": "Australia",
|
||||
"city": "Sydney",
|
||||
"market_cap_trillion_usd": 1.89,
|
||||
"timezone": "Australia/Sydney",
|
||||
"tz_offset": "+10:00",
|
||||
"dst": "Oct–Apr",
|
||||
"open_local": "10:00",
|
||||
"close_local": "16:00",
|
||||
"lunch_break": false,
|
||||
"open_utc": "00:00",
|
||||
"close_utc": "06:00",
|
||||
"currency": "AUD"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user