load
Load stock ticker to perform analysis on. When the data source is yf, an Indian ticker can be loaded by using '.NS' at the end, e.g. 'SBIN.NS'. See available market in https://help.yahoo.com/kb/exchanges-data-providers-yahoo-finance-sln2310.html.
Usage
load [-t TICKER] [-s START] [-e END] [-i {1,5,15,30,60}] [-p] [-f FILEPATH] [-m] [-w] [--exchange] [--performance]
Parameters
Name | Parameter | Description | Default | Optional | Choices |
---|---|---|---|---|---|
ticker | -t --ticker | Stock ticker | None | True | None |
start | -s --start | The starting date (format YYYY-MM-DD) of the stock | 2020-03-22 | True | None |
end | -e --end | The ending date (format YYYY-MM-DD) of the stock | 2023-03-27 | True | None |
interval | -i --interval | Intraday stock minutes | 1440 | True | 1, 5, 15, 30, 60 |
prepost | -p --prepost | Pre/After market hours. Only reflected in 'YahooFinance' intraday data. | False | True | None |
filepath | -f --file | Path to load custom file. | None | True | None |
monthly | -m --monthly | Load monthly data | False | True | None |
weekly | -w --weekly | Load weekly data | False | True | None |
exchange | --exchange | Show exchange information. | False | True | None |
performance | --performance | Show performance information. | False | True | None |