Skip to content

Commit

Permalink
Documents Automatic Data Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCatarino committed Jul 10, 2024
1 parent 2069700 commit 7ab5a15
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 05 Lean CLI/05 Datasets/01 Format and Storage/04 Data Updates.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<p>
LEAN CLI updates two files in the <span class='public-directory-name'>data</span> directory daily:
</p>
<ul>
<li><span class='public-file-name'>data/market-hours/market-hours-database.json</span></li>
<li><span class='public-file-name'>data/symbol-properties/symbol-properties-database.csv</span></li>
</ul>
<p>
These files contains <a href="/docs/v2/writing-algorithms/securities/exchange">exchange market hours</a> and <a href="/docs/v2/writing-algorithms/securities/properties#50-Symbol-Properties">symbol properties</a> data.
</p>

<p>
To disable the updates, open the <span class="public-file-name">lean.json</span> file and set the <code>file-database-last-update</code> value to a date in the future.
</p>

0 comments on commit 7ab5a15

Please sign in to comment.