summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-15Fix code block that didn't endhotfix/docs-sdk-discDanglewood
2023-09-12Merge pull request #5436 from OpenBB-finance/hotfix/readme-titleJames Maslek
Hotfix/readme title
2023-09-12Merge branch 'main' into hotfix/readme-titleJames Maslek
2023-09-12Update README.mdDidierRLopes
2023-09-12Update README.mdDidierRLopes
2023-09-12Update README.mdDidierRLopes
2023-09-12Improve readme headerDidierRLopes
2023-08-30Merge pull request #5391 from OpenBB-finance/release/3.2.2James Maslek
Release/3.2.2
2023-08-30Update version2_5_1.mdxJames Maslek
2023-08-29Merge pull request #5389 from OpenBB-finance/hotfix/linksJames Maslek
links
2023-08-29linksJames Maslek
2023-08-29Feature/sdk usage basics webpage tidy (#5388)MarkBenjamin
* tidy sdk usage webpage * revert potentially unnecessary changes --------- Co-authored-by: mark <MarkBenjamin1@gatech.edu>
2023-08-29Merge pull request #5387 from OpenBB-finance/release/3.2.2James Maslek
Release/3.2.2
2023-08-29Merge branch 'main' into release/3.2.2v3.2.2James Maslek
2023-08-28changesJames Maslek
2023-08-28update changelogsJames Maslek
2023-08-283.2.1->3.2.2James Maslek
2023-08-28ruffJames Maslek
2023-08-28Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-28update defillama_dapps json file (#5380)Define101
2023-08-28Allow to execute reports url from reports menu (#5385)DidierRLopes
* allow to execute reports url from reports menu * lint for James * ruff * ruff --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-28Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-28Feature/companies house (#4721)dio
* Addition of UK Companies House data. Allows you to search for companies and inspect their details and download any filings including accounts * reformatting of code * reformatting * reformat code * reformat * fix codespell issue * updated for changes in way key are handled * small reformatting * added timeout for requests * formatting * ruff order fixes * black reformatting * merge issue - removed function call_openbb * black format change * Added new Companies House functionality to SDK * formattng * more Formatting (black) * Ruff fix * change return type for function * forced type conversion * return type fix * correct error return type * fix return type * deleted companieshouse tests as they require API key * Extra validation added for when data not exist from remote calls * Added extra commands to en.yml * spelling mistake correction * fat finger trouble corrected * Save documents with identifying names and allow documents to be viewed directly within OpenBB * ruff updates * black changes * ruff change * Addition of currently loaded company information in menu * add entry in the API keys guide for Companies Hosue * adds images to api keys guide * adds section in SDK API Keys Guide for Companies House * test file for companieshouse_model * changed test data due to ruff line size limit * resolve merge issues * resolve merge issue * doc strings examples * added docstrings for companieshouse_model * allow download_filking_document methid in view class to be called from SDK * added docstring for download_filing_document SDK method * correct Companies house key literal * replace starnge . with , * add check_api_key decorator to each methopd in controller * implement next and previous for looping through filings * ruff changes * correct tests * companing filings now allows you specify category * ruff line length issue resolved * retrieves all filings and added charges command * bug fix * Added limit parameter to filings command, def :100 * fix ruff issue * added get_charges to sdk and to test class * resolved ruff line length issue * add some view tests * add some controller tests * applying fix not merged to develop yet, column_keep_types=['Company Number'] * fix i18n description * update test_print_help * actually update test_print_help.txt * Update en.yml - no colon * rerorder imports - ruff failurre * simple text change * ruff fix * help text change trying to fix pytest issue --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-28Hotfix - PyWry fix python 3.11 fail on boot, copy+paste on MacOS (#5384)teh_coderer
* pywry bump, fixes python 3.11 fail on boot, copy+paste on MacOS * req files
2023-08-28Change bootup message (#5378)James Maslek
* remove twitter functions * remove twitter functions and all references to it * remove twitter functions * remove twitter functions and all references to it * bootup message * bootup message syntax * apparently this doesnt need commas * add random index * Words * Correct command
2023-08-25Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-25Add example notebook for building volume-at-price chart. (#5370)Danglewood
* Add example notebook for building volume-at-price chart. Adds an example notebook. * Update README.md updates readme file with volumeAtPrice * spelling * spelling
2023-08-25Fix foreach on routine where the inputs provided are not valid (#5373)DidierRLopes
* Fix foreach on routine where the inputs provided are not valid * fix nixtla req + fix lint --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-251st integration with TimeGPT-1 (Beta), from Nixtla (#5292)DidierRLopes
* integrate time gpt from Nixtla * add to reqs * add residuals to timegpt * fix some bugs * remove twitter functions * remove twitter functions and all references to it * start work to integrate date features * add date_features to timegpt * remove twitter functions * remove twitter functions and all references to it * Update deps for timegpt + askobb * Update forecast load to set an index to date * lint * spell * mypy * mypy2 * blac k * pylint --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-25Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-23Removed prints (#5367)Colin Delahunty
* Removed prints * FIxed typing * FIxed typing * Fixed typing * Fixed typing * Fixed typing * Fixed typing * Fixed typing * Fix * Reverted stuff
2023-08-23Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-23Some error handling (#5357)Colin Delahunty
2023-08-22Improves the `settings/userdata` command, and upgrade ruff (#5359)Colin Delahunty
* Began the fax * Bumped ruff * Fixed a BUNCH of ruff errors * Fixed a lot of ruff errors * Simplify if statements * Fixed black * Updated some stuff * Updated some stuff * A lot more ruff fixes * Added a fix * Added a fix * Fixed mypy * Fixed some stuff * Reverted one thing * Small fix * Small fix * Small fix * Added fix * Added fix * Update requirements
2023-08-22Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-22Merge pull request #5360 from OpenBB-finance/hotfix/fix-url-sdk-introJames Maslek
Fix URL in SDK Stock Screener Intro
2023-08-21Fix URL in SDK Stock Screener IntroDanglewood
Fixes the URL pointing to the OpenBBUserData folder guide.
2023-08-21bye bye shroom (#5351)Colin Delahunty
* bye bye shroom * missed one --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-08-21Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-21hotfix / Allow routine args inside lists (#5353)teh_coderer
* allow routine args inside lists * add `-f` to `call_exe` parser
2023-08-18Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-08-18Fix the CPI CSV and remove twitter functionalities (#5350)James Maslek
* remove twitter functions * remove twitter functions and all references to it * remove twitter functions * remove twitter functions and all references to it * Fix units on cpi * crlf - lf * missed one * update ba menu integration test --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
2023-08-18Thegraph totally changed, I removed the endpoints (#5349)Colin Delahunty
* Thegraph totally changed, I removed the endpoints * Cleaned up more
2023-08-18Merge branch 'develop' of https://github.com/jmaslek/OpenBBTerminal into developJames Maslek
2023-08-18remove twitter functions and all references to itJames Maslek
2023-08-18remove twitter functionsJames Maslek
2023-08-18Adds example notebook for installing in Google Colab (#5333)Danglewood
* Adds example notebook for installing in Google Colab * Update README.md
2023-08-18Improve documentation (#5345)Colin Delahunty
* added fixes * Added better error handling * Added fixes
2023-08-17Added fixes (#5344)Colin Delahunty
2023-08-17hotfix/fix-stocks-search-sdk3: Fixes the stocks search so that it doesn't ↵Danglewood
`print_rich_table()` for SDK. (#5329) * fixes the stocks search on SDK so the ticker symbol is returned. * export data * unused argument * fix test * more test fixy * test_print_help.txt