-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/improved-web-security
- Loading branch information
Showing
34 changed files
with
163 additions
and
1,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
[ | ||
{ | ||
"packageName": "openbb-charting", | ||
"optional": true, | ||
"description": "Create custom charts from OBBject data." | ||
} | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,72 @@ | ||
[ | ||
{ | ||
"packageName": "openbb-commodity", | ||
"optional": false, | ||
"description": "Commodity market data." | ||
}, | ||
{ | ||
"packageName": "openbb-crypto", | ||
"optional": false, | ||
"description": "Cryptocurrency market data." | ||
}, | ||
{ | ||
"packageName": "openbb-currency", | ||
"optional": false, | ||
"description": "Foreign exchange (FX) market data." | ||
}, | ||
{ | ||
"packageName": "openbb-derivatives", | ||
"optional": false, | ||
"description": "Derivatives market data." | ||
}, | ||
{ | ||
"packageName": "openbb-econometrics", | ||
"optional": true, | ||
"description": "Econometrics analysis tools." | ||
}, | ||
{ | ||
"packageName": "openbb-economy", | ||
"optional": false, | ||
"description": "Economic data." | ||
}, | ||
{ | ||
"packageName": "openbb-equity", | ||
"optional": false, | ||
"description": "Equity market data." | ||
}, | ||
{ | ||
"packageName": "openbb-etf", | ||
"optional": false, | ||
"description": "Exchange Traded Funds market data." | ||
}, | ||
{ | ||
"packageName": "openbb-fixedincome", | ||
"optional": false, | ||
"description": "Fixed Income market data." | ||
}, | ||
{ | ||
"packageName": "openbb-index", | ||
"optional": false, | ||
"description": "Indices data." | ||
}, | ||
{ | ||
"packageName": "openbb-news", | ||
"optional": false, | ||
"description": "Financial market news data." | ||
}, | ||
{ | ||
"packageName": "openbb-quantitative", | ||
"optional": true, | ||
"description": "Quantitative analysis tools." | ||
}, | ||
{ | ||
"packageName": "openbb-regulators", | ||
"optional": false, | ||
"description": "Financial market regulators data." | ||
}, | ||
{ | ||
"packageName": "openbb-technical", | ||
"optional": true, | ||
"description": "Technical Analysis tools." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.