-
Notifications
You must be signed in to change notification settings - Fork 0
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
update-rates.sh
committed
Sep 18, 2024
1 parent
d0bff73
commit a111fbe
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -311,7 +311,7 @@ <h2>נתוני מקרו</h2> | |
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> | ||
<script src="js/rates.js?__C20033C__"></script> | ||
<script src="js/rates.js?__C30500C__"></script> | ||
<script src="js/main.js?1008"></script> | ||
<script> | ||
if ( document.readyState!=='loading' ){ | ||
|
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 |
---|---|---|
|
@@ -311,7 +311,7 @@ <h2>נתוני מקרו</h2> | |
</div> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> | ||
<script src="js/rates.js?__C30500C__"></script> | ||
<script src="js/rates.js?__C3856C__"></script> | ||
<script src="js/main.js?1008"></script> | ||
<script> | ||
if ( document.readyState!=='loading' ){ | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
const GSPC=5626.02; | ||
const TA_125=2049.48; | ||
const USD_ILS=3.7043; | ||
const EUR_ILS=4.1086; | ||
const SAMPLE_TIME="Mon Sep 16 00:58:55 UTC 2024"; | ||
const GSPC=5633.09; | ||
const TA_125=2016.56; | ||
const USD_ILS=3.7385; | ||
const EUR_ILS=4.1571; | ||
const SAMPLE_TIME="Tue Sep 17 00:45:18 UTC 2024"; | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
const GSPC=5633.09; | ||
const TA_125=2016.56; | ||
const USD_ILS=3.7385; | ||
const EUR_ILS=4.1571; | ||
const SAMPLE_TIME="Tue Sep 17 00:45:18 UTC 2024"; | ||
const GSPC=5634.58; | ||
const TA_125=1991.6; | ||
const USD_ILS=3.7823; | ||
const EUR_ILS=4.2038; | ||
const SAMPLE_TIME="Wed Sep 18 00:55:41 UTC 2024"; | ||
|