Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add default market if try to download crypto (USA not support)
Browse files Browse the repository at this point in the history
Romazes committed Jul 31, 2024
1 parent 885e9e4 commit 5a89e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean/commands/data/download.py
Original file line number Diff line number Diff line change
@@ -638,7 +638,7 @@ def download(ctx: Context,
QCResolution.get_all_members(),
"resolutions")
data_provider_support_markets = _get_download_specification_from_config(data_provider_config_json,
["USA"], "markets")
["USA", "Coinbase"], "markets")

security_type = _get_user_input_or_prompt(security_type, data_provider_support_security_types,
data_provider_historical, "Select a Ticker's security type")

0 comments on commit 5a89e36

Please sign in to comment.