Files
OpenBB/cli/openbb_cli/assets/routines/routine_example.openbb
montezdesousa cc15a770da [Feature] - Rename terminal folder (#6349)
* rename terminal folder

* docstring

* Rename to openbb_cli

* rename constant

* rename .his file

* pyproject.toml

* Update pre-commit and remove docker-build.yml
2024-04-30 12:42:31 +00:00

21 lines
439 B
Plaintext
Vendored

# Go into the equity context
equity
# Get the company's profile
profile --symbol aapl
# Get company's statements
fundamental
balance --symbol aapl
cash --symbol aapl
transcript --symbol aapl --year 2023
# Load company's historical data
../price
historical --symbol aapl
# Get its performance
performance --symbol aapl
# Export the candle as an image and the historical data into a csv
historical --symbol aapl --chart --export csv,jpg