Fx Rates Correctness

Correctness pitfalls when working with foreign-exchange rate data in code — weekend and holiday gaps, forward-filled historical rates, timezone-of-record ambiguity, per-currency decimal precision and rounding, triangulated (derived) cross rates, and stale-rate detection. Use this skill whenever code fetches, stores, joins, backtests, or displays currency exchange rates — even a "simple" USD-to-EUR conversion — because naive FX handling produces silently wrong numbers, not errors. Also use when debugging why converted amounts, historical FX joins, or currency charts look wrong.

nusantara-ventures Updated

File contents

nusantara-ventures/exchangerate-skills/tree/main/skills/fx-rates-correctness commit 91c662e337

Frequently asked questions

npx skillmds@latest add nusantara-ventures/fx-rates-correctness