Skip to content

Commit

Permalink
update extensions list (#6114)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored Feb 23, 2024
1 parent 274a027 commit 6c105df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/platform/extensions/data_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ These packages are what will be installed when `pip install openbb` is run
| openbb-sec | [SEC](https://www.sec.gov/edgar/sec-api-documentation) data connector | pip install openbb-sec | None |
| openbb-tiingo | [Tiingo](https://www.tiingo.com/about/pricing) data connector | pip install openbb-tiingo | Free |
| openbb-tradingeconomics | [TradingEconomics](https://tradingeconomics.com/api) data connector | pip install openbb-tradingeconomics | Paid |
| openbb-ultima | [Ultima Insights](https://ultimainsights.ai/openbb) data connector | pip install openbb-ultima | Paid |
| openbb-yfinance | [Yahoo Finance](https://finance.yahoo.com/) data connector | pip install openbb-yfinance | None |

### Community Providers
Expand All @@ -84,12 +83,14 @@ These packages are not installed when `pip install openbb` is run. They are ava
| openbb-biztoc | [Biztoc](https://api.biztoc.com/#biztoc-default) News data connector | pip install openbb-biztoc | Free |
| openbb-cboe | [Cboe](https://www.cboe.com/delayed_quotes/) data connector | pip install openbb-cboe | None |
| openbb-ecb | [ECB](https://data.ecb.europa.eu/) data connector | pip install openbb-ecb | None |
| openbb-federal-reserve | [Federal Reserve](https://www.federalreserve.gov/) data connector | pip install openbb-federal-reserve | None |
| openbb-finra | [FINRA](https://www.finra.org/finra-data) data connector | pip install openbb-finra | None / Free |
| openbb-finviz | [Finviz](https://finviz.com) data connector | pip install openbb-finviz | None |
| openbb-government-us | [US Government](https://data.gov) data connector | pip install openbb-us-government | None |
| openbb-nasdaq | [Nasdaq Data Link](https://data.nasdaq.com/) connector | pip install openbb-nasdaq | None / Free |
| openbb-seeking-alpha | [Seeking Alpha](https://seekingalpha.com/) data connector | pip install openbb-seeking-alpha | None |
| openbb-stockgrid | [Stockgrid](https://stockgrid.io) data connector | pip install openbb-stockgrid | None |
| openbb-tmx | [TMX](https://money.tmx.com) data connector | pip install openbb-tmx | None |
| openbb-wsj | [Wall Street Journal](https://www.wsj.com/) data connector | pip install openbb-wsj | None |

Have you published a data provider extension and want it featured on this list? Tell us about it! Open a pull request on [GitHub](https://github.com/OpenBB-finance/OpenBBTerminal/) to submit an extension for inclusion. Code contributions, for new and existing, data providers are always welcome.
Expand Down
17 changes: 17 additions & 0 deletions website/content/platform/extensions/toolkit_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ Functions with charting enabled return figures to a field (`chart`) in the `OBBj
The `openbb-charting` is in fact an [`OBBject` extension](/website/content/platform/development/developer-guidelines/obbject_extensions.md) which means you'll have the functionality it exposes on every command result.
:::

The following packages are dependencies of the `openbb-charting` extension:

- scipy
- plotly
- statsmodels
- reportlab
- pywry
- svglib
- nbformat
- pandas-ta

### Installation

To install the extension, run the following command in this folder:
Expand Down Expand Up @@ -88,6 +99,12 @@ When using Linux distributions, the PyWry dependency requires certain dependenci
- Fedora:
`sudo dnf install gtk3-devel webkit2gtk3-devel`

If Rust (Cargo) is required, install it:

```console
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
```

## Devtools

This extension aggregates the dependencies that facilitate a nice development experience
Expand Down

0 comments on commit 6c105df

Please sign in to comment.