Skip to content

Commit

Permalink
Fix BX4 Ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
EVaillant committed Jan 10, 2024
1 parent 5e9a6bb commit 4da3ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ reqwest = {version = "0.11.11", features = ["blocking", "cookies"] }
regex = "1.6.0"
csv = "1.1"
rusqlite = "0.30.0"
spreadsheet-ods = "0.20.0"
spreadsheet-ods = "0.20"
assert_float_eq = "1.1.3"
2 changes: 1 addition & 1 deletion data/instrument/BX4.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"currency" : "EUR",
"region" : "Europe",
"fund_category" : "Equity France Bear",
"ticker_yahoo" : "PX4.PA"
"ticker_yahoo" : "BX4.PA"
}

0 comments on commit 4da3ce8

Please sign in to comment.