Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply renaming to news data #5684

Merged
merged 24 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
9796dc6
Merge pull request #4 from Ultima-Insights/develop
AdiSai Oct 13, 2023
c2d767a
Merge branch 'OpenBB-finance:develop' into feature/Ultima-Platform-In…
AdiSai Oct 17, 2023
33be6ea
Merge pull request #5 from Ultima-Insights/develop
AdiSai Oct 19, 2023
ce7012f
Merge pull request #6 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Oct 19, 2023
edf779f
Merge pull request #7 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Oct 26, 2023
f4baa6e
Merge pull request #8 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Oct 27, 2023
99adb07
Merge pull request #9 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Oct 31, 2023
4564b52
Merge pull request #10 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Oct 31, 2023
645976f
inegration complete
AdiSai Oct 31, 2023
a9e1a76
reformatted for black
AdiSai Oct 31, 2023
150a31a
fix ruff issues
AdiSai Oct 31, 2023
89b6adc
Merge pull request #11 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Nov 6, 2023
b9a7f85
Merge pull request #12 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Nov 7, 2023
13a19aa
revised integration
AdiSai Nov 7, 2023
99f8890
Merge pull request #13 from OpenBB-finance/feature/openbb-sdk-v4
AdiSai Nov 8, 2023
cbebeaf
changes to versions in pyproject.toml and updated lock files
AdiSai Nov 8, 2023
0a16d12
Rename models
piiq Nov 8, 2023
971c6bc
Update tests
piiq Nov 8, 2023
21707c8
Fix typos here and there
piiq Nov 8, 2023
390652e
Update routers
piiq Nov 8, 2023
0e0fa40
Merge branch 'pr/AdiSai/5639' into feature/news-rename
piiq Nov 8, 2023
7c49269
Apply rename to ultima
piiq Nov 8, 2023
54238bc
Properly mock api key
piiq Nov 8, 2023
0be2996
Mock ultima api key
piiq Nov 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions openbb_platform/PROVIDERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
| [Polygon](./providers/polygon/README.md) | https://polygon.io/ | `openbb-polygon` | Free stock data APIs. Real time and historical data, unlimited usage, tick level and aggregate granularity, in standardized JSON and CSV formats. | [@OpenBB-Finance](https://github.com/OpenBB-finance) |
| [Benzinga](./providers/benzinga/README.md) | https://www.benzinga.com/ | `openbb-benzinga` | Stock Market Quotes, Business News, Financial News, Trading Ideas, and Stock Research by Professionals. | [@OpenBB-Finance](https://github.com/OpenBB-finance) |
| [FRED](./providers/fred/README.md) | https://fred.stlouisfed.org/ | `openbb-fred` | Download, graph, and track 823000 economic time series from 114 sources. | [@OpenBB-Finance](https://github.com/OpenBB-finance) |
| [Ultima](./providers/ultima/README.md) | https://ultimainsights.ai | `openbb-ultima` | Ultima Insights harnesses the power of LLMs + GPT to present relevant news to investors, often before it appears on platforms like Bloomberg. Ultima aims to provide timely and significant information for its users. | [@Ultima-Insights](https://github.com/Ultima-Insights)

<!-- Add your Data Provider integration above this line -->
1 change: 1 addition & 0 deletions openbb_platform/dev_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
openbb-core = { path = "./platform/core", develop = true }

openbb-benzinga = { path = "./providers/benzinga", develop = true }
openbb-ultima = { path = "./providers/ultima", develop = true }
openbb-fmp = { path = "./providers/fmp", develop = true }
openbb-fred = { path = "./providers/fred", develop = true }
openbb-intrinio = { path = "./providers/intrinio", develop = true }
Expand Down
Loading
Loading