-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2069700
commit 7ab5a15
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
05 Lean CLI/05 Datasets/01 Format and Storage/04 Data Updates.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |