Pull 100 bars by default
parent
5f200b8db1
commit
64993666fa
|
@ -99,7 +99,7 @@ def quote(config, tickers, df_output):
|
||||||
@cli.command()
|
@cli.command()
|
||||||
@click.option('--df-output', '-df', flag_value=True,
|
@click.option('--df-output', '-df', flag_value=True,
|
||||||
help='Output in `pandas.DataFrame` format')
|
help='Output in `pandas.DataFrame` format')
|
||||||
@click.option('--count', '-c', default=10,
|
@click.option('--count', '-c', default=100,
|
||||||
help='Number of bars to retrieve')
|
help='Number of bars to retrieve')
|
||||||
@click.argument('symbol', required=True)
|
@click.argument('symbol', required=True)
|
||||||
@click.pass_obj
|
@click.pass_obj
|
||||||
|
|
Loading…
Reference in New Issue