We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45010d commit 22d03c5Copy full SHA for 22d03c5
src/fromto.jl
@@ -18,7 +18,7 @@ function get_rates_dict(; url="https://www.ecb.europa.eu/stats/eurofxref/eurofxr
18
end
19
d["€"] = d["EUR"]
20
d["£"] = d["GBP"]
21
- d["¥"] = d["JYP"]
+ d["¥"] = d["JPY"]
22
d
23
24
0 commit comments