-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
feature/usd-liquidity-index: Adds USD Liquidity Index to Economy menu #5174
Conversation
…BB-finance/OpenBBTerminal into feature/usd-liquidity-index
Should also be added to askobb. @martinb-bb can provide guidance if needed |
@jmaslek done |
Can you ask @tehcoderer how to get rid of both major gridlines: |
easy breezy. do you want the X-Grid gone too? Without: |
I like the major grid, but only for the main (right) axis. Not too overlapped one |
SHIP IT |
Description
Frequently requested item, USD Liquidity Index. Updated weekly and published to FRED, it is: WALCL - WLRRAL - WDTGAL
/economy/usdli
openbb.economy.usdli
openbb.economy.usdli_chart
USD.Liquidity.Index.mov
How has this been tested?
The changes rely on existing FRED functions to pull data by Series ID.
test_economy_controller
tests/openbb_terminal/economy/test_fred_model.py
Checklist:
I have adhered to the GitFlow naming convention and my branch name is in the format of
feature/feature-name
orhotfix/hotfix-name
.Update our documentation following [these guidelines]
Update our tests following these guidelines.
Make sure you are following our CONTRIBUTING guidelines.
If a feature was added make sure to add it to the corresponding integration test script.
Others