mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* add user agent to yahoo request * initialize pandas series with float * Add a billions to economy SCALE * add color to rtps * make values required for certain settings * spell required correctly, dont block -h in settngs * quick lint * added couple guess games lines lol
12 lines
680 B
JSON
Vendored
12 lines
680 B
JSON
Vendored
{
|
|
"load AAPL and display its exponential moving average": "stocks/load AAPL/ta/ema",
|
|
"get analyst prices from AAPL": "stocks/load AAPL/dd/analyst",
|
|
"get management team from AAPL": "stocks/load AAPL/fa/mgmt",
|
|
"check future IPOs": "stocks/disc/fipo",
|
|
"search tickers with word 'Technology' from India": "stocks/search Technology -c India",
|
|
"get consumer price index for Portugal": "economy/macro -p CPI -c Portugal",
|
|
"load in SPY etf and get top holdings": "etf/load SPY/holdings",
|
|
"get forward rates for Euro to USD": "forex/load EURUSD/fwd",
|
|
"load AAPL and compare the balance sheet with microsofts" : "stocks/load AAPL/ca/add MSFT/balance"
|
|
}
|