mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-07 22:40:49 +08:00
* rename terminal folder * docstring * Rename to openbb_cli * rename constant * rename .his file * pyproject.toml * Update pre-commit and remove docker-build.yml
21 lines
439 B
Plaintext
Vendored
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 |