-
Notifications
You must be signed in to change notification settings - Fork 0
/
datasets.json
52 lines (52 loc) · 1.83 KB
/
datasets.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
[
{
"name": "Mortgage",
"dataset": "no_mortgage",
"dataset_detail": "#mortgage",
"source": "Finansportalen",
"date_range": "2021 - Present",
"last_updated": "2024-11-16",
"link_preview": "data/no_mortgage.csv",
"link_csv": "https://raw.githubusercontent.com/frefrik/norway-finance-statistics/master/data/no_mortgage.csv"
},
{
"name": "Key policy rate",
"dataset": "no_keyPolicyRate",
"dataset_detail": "#key-policy-rate",
"source": "Norges Bank",
"date_range": "1991 - Present",
"last_updated": "2024-11-15",
"link_preview": "data/no_keyPolicyRate.csv",
"link_csv": "https://raw.githubusercontent.com/frefrik/norway-finance-statistics/master/data/no_keyPolicyRate.csv"
},
{
"name": "NOWA",
"dataset": "no_nowa",
"dataset_detail": "#nowa---norwegian-overnight-weighted-average",
"source": "Norges Bank",
"date_range": "2011 - Present",
"last_updated": "2024-11-16",
"link_preview": "data/no_nowa.csv",
"link_csv": "https://raw.githubusercontent.com/frefrik/norway-finance-statistics/master/data/no_nowa.csv"
},
{
"name": "Exchange Rates",
"dataset": "no_exchangeRates",
"dataset_detail": "#exchange-rates",
"source": "Norges Bank",
"date_range": "1980 - Present",
"last_updated": "2024-11-16",
"link_preview": "data/no_exchangeRates.csv",
"link_csv": "https://raw.githubusercontent.com/frefrik/norway-finance-statistics/master/data/no_exchangeRates.csv"
},
{
"name": "Inflation Indicators (CPI)",
"dataset": "no_cpi",
"dataset_detail": "#inflation-indicators-cpi",
"source": "Norges Bank",
"date_range": "2006 - Present",
"last_updated": "2024-11-12",
"link_preview": "data/no_cpi.csv",
"link_csv": "https://raw.githubusercontent.com/frefrik/norway-finance-statistics/master/data/no_cpi.csv"
}
]