-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 1.73 KB
/
package.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
{
"name": "unibit-js",
"version": "1.0.1",
"description": "Interface to Unibit API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unibit-api/unibit-js.git"
},
"keywords": [
"unibit",
"stock news api",
"free stock api",
"stock market data api",
"stock api",
"historical stock prices",
"news api",
"forex api",
"stock market data",
"historical stock price data",
"currency conversion api",
"free news api",
"stock market data download excel",
"crypto api",
"exchange rate api",
"cryptocurrency historical data",
"yahoo finance api",
"cryptocurrency data",
"financial data api",
"google finance api",
"alternative data",
"stock market news",
"stock news",
"stock valuation",
"stock sentiment",
"deep learning for event-driven stock prediction dataset",
"machine learning datasets",
"business news",
"stock market indices historical data",
"dividend stock split api",
"stock data",
"stock list",
"data driven news",
"S&P 500 list",
"nasdaq stock list",
"nasdaq api",
"list of dow jones stocks",
"sentiment api",
"portfolio tracking",
"crypto news",
"asset management software",
"free asset management software",
"avearge p/e by industry",
"cusip lookup",
"comodity prices",
"isin lookup",
"mutual fund prices"
],
"author": "Chenfeng Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/unibit-api/unibit-js/issues"
},
"homepage": "https://github.com/unibit-api/unibit-js#readme",
"dependencies": {
"axios": "^0.19.0"
}
}