summaryrefslogtreecommitdiffstats
path: root/cli/openbb_cli/assets/routines/routine_example.openbb
blob: 72c7fa574aab3f23016ef1389476d9ef84ff7ce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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