Files
OpenBB/guess_game.json
James Maslek 9cee9cc76a Small danglewood bugs (#2197)
* 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
2022-07-29 12:18:47 +01:00

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"
}