Skip to content

Commit

Permalink
add timestamp (#2)
Browse files Browse the repository at this point in the history
* add timestamp

* Add top 100 active

* generate heatmap without fetching from API

* Cleaner code

* Maximizing speed, within rate limits

* ignore

* add lock

* ignore bin

* add fontconfig

* ignore

ignore

ignore

* remove direnv

* regenerate cargo.lock
  • Loading branch information
javdl authored Jan 6, 2025
1 parent 4788f8f commit 61d0bb1
Show file tree
Hide file tree
Showing 72 changed files with 3,295 additions and 5,373 deletions.
Binary file modified .DS_Store
Binary file not shown.
19 changes: 0 additions & 19 deletions .direnv/bin/nix-direnv-reload

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile-1-link

This file was deleted.

1 change: 0 additions & 1 deletion .direnv/flake-profile-2-link

This file was deleted.

This file was deleted.

2,314 changes: 0 additions & 2,314 deletions .direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ target/
tmp/

*/bin/*
.direnv/
.direnv
*/bin/*
.direnv/
.direnv
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
".cache": true,
"retool.config.json": true
}
}
}
128 changes: 120 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ crossterm = "0.27.0"
plotters = "0.3.7"
confy = "0.5.1"
toml = "0.8.8"
indicatif = "0.17"
futures = "0.3"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# top200-rs

## TODO
- edit so I can run $ cargo run -- export-details-combined
- add a command so I can test with just a few tickers

## Changelog

Converted exchange prefixes to FMP format:
Expand Down
4 changes: 1 addition & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
non_us_tickers = [
"MC.PA", # LVMH
"ITX.MC", # Inditex
"IDEXY", # Inditex (ADR)
"CDI.PA", # Dior
"KER.PA", # Kering
"RMS.PA", # Hermès
Expand Down Expand Up @@ -54,7 +53,6 @@ non_us_tickers = [
"AEF.MI", # Aeffe
"BORG.ST", # Björn Borg
"GFG.DE", # Global Fashion Group
"KER.PA", # Kering
"SFL.MI", # Safilo Group
"WOL.VI", # Wolford AG
"YOU.DE", # ABOUT YOU
Expand All @@ -67,7 +65,7 @@ non_us_tickers = [
"LINDEX.HE", # Lindex Group
"DLTI.TA", # Delta Israel Brands
"RVRC.ST", # RVRC Holding
"ILP.PK", # Interloop
# "ILP.PK", # Interloop WERKT NIET
"0709.HK", # Giordano
"2368.HK", # Eagle Nice
"SMCP.PA", # SMCP S.A.
Expand Down
3 changes: 0 additions & 3 deletions output/combined_marketcaps_20241205_153153.csv

This file was deleted.

Loading

0 comments on commit 61d0bb1

Please sign in to comment.