Skip to content

Commit

Permalink
Updates ETF 'Download in Bulk' Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Sep 6, 2024
1 parent 6392ff4 commit 6a87d18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>After you subscribe to local access, to download the US ETF Consitutents data, open a terminal in your <a href="https://www.quantconnect.com/docs/v2/lean-cli/initialization/organization-workspaces">organization workspace</a> and run:</p>

<div class="cli section-example-container">
<pre>$ lean data download --dataset "US ETF Constituents" --data-type "Download in Bulk"</pre>
<pre>$ lean data download --dataset "US ETF Constituents" --data-type "Bulk" --start "20090601" --end "20500101"</pre>
</div>

<p>To download the US Equity Security Master, run:</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>After you subscribe to dataset updates, to update your local copy of the US ETF Constituents dataset, open a terminal in your <a href="https://www.quantconnect.com/docs/v2/lean-cli/initialization/organization-workspaces">organization workspace</a> and run:</p>

<div class="cli section-example-container">
<pre>$ lean data download --dataset "US ETF Constituents" --data-type "Download in Bulk"</pre>
<pre>$ lean data download --dataset "US ETF Constituents" --data-type "Bulk" --start "20090601" --end "20500101"</pre>
</div>

<p>To update your local copy of the US Equity Security Master, run:</p>
Expand Down

0 comments on commit 6a87d18

Please sign in to comment.