* Categorize release notes based on labels for OpenBB Platform
* Add environment variable for GitHub token in labels-PR.yml
* Update labeler.yml to use "enhancement" label for feature branches
---------
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
* missing decorator
* missing optional statements
* us-gov to optional and right position
* removing redundant call
* lazy load mappings
* docstrings
* introducing the extension loader class
* misleading docstring
* using the extension loader on the router
* using the extension loader on the credentials
* docstrings
* lazy load of entry points
* checkout dev_install
* using the extension loader to get the entry points instead of recalling the function
* improved auth service and charting service
* using the extension loader on the registry
* typos
* adding properties to extension loader for easy access
* using the extension loader on the package builder
* avoiding circular imports by using forward references
* fix charting service tests
* test for the extension loader
* Update openbb_platform/core/openbb_core/app/model/credentials.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* Update openbb_platform/core/openbb_core/app/router.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* Update openbb_platform/core/openbb_core/provider/registry.py
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* adjustments
---------
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
* regen excel md
* add syntax + basic example
* fix example
* create json with docs map
* update docs to latest functions.json + remove tiingo
* remove space from examples
* minor fix
* remove spaces
* remove spaces
* bug fix: remove folder before generating
* fix typo
* add link to appsource
* fix
* Update templates.md
* regenerate content
* change docs colors
* fix light mode
* add back tiingo
* update functions.json
* templates go later
* remove Library from reference
* Make the excel markdown being generated at runtime
* fix reference cards having commands under menu
* remove excel/reference folder since this is built at runtime by gh-pages action
* black formatting
* improve title
* add excel to the main page
* add excel image bg
* make excel sidebar show up next to pro
* improve main page
* small fix for platform page title
* update basics page
* add tip to autocomplete
---------
Co-authored-by: DidierRLopes <dro.lopes@campus.fct.unl.pt>
* platform vs sdk faq page
* add data and data providers faq section and some style cards
* typo
* makes changes as per reviews
* openbb-nightly as a way to install everything
* jupyter-lab instead of jupyter
---------
Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
* balance sheet draft
* balance_sheet draft
* cash_flow draft
* income_statement draft
* intrinio financials
* description
* period field
* ruff
* income statement
* field
* label - gross profit ratio
* cash flow statement
* investing order
* add option for caching to cashflow
* add caching to balance and income
* typos and update order for financial institutions
* replace 0 values with None
* add financial ratios from intrinio
* black
* missing test params
* balance cassette
* query param description
* symbol list warning
* black
* handle BRK-A and symbols with a dash for Intrinio
* fix typo error
* add free cash flow to bottom of cash flow statement
* amortization_expense
* dev_install.py
* undo dev_install.. wrong branch
* cash flow order things
* standardized cash flow
* fields
* integration tests
* cash flow model validator
* more polygon cash
* black
* black
* Delete openbb_sdk/providers/polygon/openbb_polygon/utils/definitions.py
wrong file
* balance sheet
* some cleanup
* ruff
* income statement
* black
* test params
* financial ratios async update
* recapture fmp and polygon tests
* yFinance financials
* yfinance tests
* delete financial_statements standard model
* intrinio balance sheet order
* fiscal year standard param
* remove file accidentally committed
* add reported_financials end point
* fiscal_year param for reported_financials
* fix url
* fmp test cassette
* add safe-guard with warning for fiscal year before 2008
* periods can only be annual and quarter
* url in docstring correction
* add fiscal_year param to intrinio standardized financials and ratios
* fix fmp ratios
* black
* rename fields as per Minh
* rogue field
* black
* Fix typo in a docstring
* Resolve linting errors
* type ignore
* disable=unused-argument
* changing the arg name cc @minhhoang1023
---------
Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
Co-authored-by: hjoaquim <h.joaquim@campus.fct.unl.pt>
* Allow optional input for 2-month treasury rates and add FederalReserve rates model
The commit includes two main changes. One being the modification to the standard treasury rate models, where the 2-month input field is now optional, and a default value is set to none. The other main change is the addition of a new module for the FederalReserve treasury rates model, which includes query parameters, a data model, and a data fetcher.
* Add Money Measures models and commands
This commit introduces new Money Measures models to handle money-related data, defines Money Measures commands in the economy router, and implements the Federal Reserve Money Measures model. The core model includes fields like start_date, end_date, and various components of the money supply. The new command added to the economy router allows the querying of these data.
* Add Federal Reserve Money Measures test file
This commit adds a test case file for the Federal Reserve Money Measures fetcher in the Federal Reserve module. The test case includes simulating a GET request and the corresponding expected response from the server.
* Cleanup
* Sneaky unformatted integration tests
* its a dawg life for me ...... ruff
* add the fed funds rate
* didnt mean to commmit this
* black
* this is why we should pre commit kids
* change install name
* add providers to int tests
* review comments + commit static
* replace nan with None
* fix float on None
* get rid of nans for nulls for json handling
* change `_` to `-` in readme pip install.
* Update __init__.py docstring
* Debug pylint
* Adjust the fetch depth
---------
Co-authored-by: James Maslek <jmaslek11@gmail.com>
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
* Allow optional input for 2-month treasury rates and add FederalReserve rates model
The commit includes two main changes. One being the modification to the standard treasury rate models, where the 2-month input field is now optional, and a default value is set to none. The other main change is the addition of a new module for the FederalReserve treasury rates model, which includes query parameters, a data model, and a data fetcher.
* Add Money Measures models and commands
This commit introduces new Money Measures models to handle money-related data, defines Money Measures commands in the economy router, and implements the Federal Reserve Money Measures model. The core model includes fields like start_date, end_date, and various components of the money supply. The new command added to the economy router allows the querying of these data.
* Add Federal Reserve Money Measures test file
This commit adds a test case file for the Federal Reserve Money Measures fetcher in the Federal Reserve module. The test case includes simulating a GET request and the corresponding expected response from the server.
* Cleanup
* Sneaky unformatted integration tests
* its a dawg life for me ...... ruff
* add the fed funds rate
* didnt mean to commmit this
* black
* this is why we should pre commit kids
* change install name
* add providers to int tests
* review comments + commit static
* replace nan with None
* fix float on None
* get rid of nans for nulls for json handling
* change `_` to `-` in readme pip install.
* Update __init__.py docstring
---------
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
* Don't mention docker in a list of python envs
* Create a REST API page
* Update docs to get api keys from the hub
* Update installation instructions
* Mention requirement of poetry and toml in source installation section
* move rest page up to the top. and add url to google colab example notebook
---------
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
* separate pylint b/w platform + terminal
* Explicitly set pylint check scope to files in the diff
---------
Co-authored-by: Theodore Aptekarev <aptekarev@gmail.com>
* breakdown builder + remove black
* rebuild
* rebuild
* rebuild
* rename method
* format built code without black
* we still lint if it's available
* fix existing tests
* add linter tests
* add black to dev deps
* auto_build as instance method
* reorder methods
* typing
---------
Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>