From Claude-Data-Wrangler
Add ISO 4217 currency codes to a dataset by direct mapping from ISO 3166 country codes. Use when the dataset already has country codes and the user wants the local currency code (and optionally currency name/symbol) appended.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Claude-Data-WranglerThis skill uses the workspace's default tool permissions.
Map ISO 3166 country codes to ISO 4217 currency codes.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Map ISO 3166 country codes to ISO 4217 currency codes.
add-iso3166 first.iso3166_alpha2/alpha3/numeric or country_code. Ask if ambiguous.pycountry currencies via country subdivisions is incomplete; use the ISO 4217 country-currency table. Recommended library: babel.numbers.get_territory_currencies(territory, date) which returns currently-used currencies for a country code. Install with pip install babel.country_alpha2 → currency_alpha3 map (e.g. from the iso4217 package or a maintained CSV).currency_code (ISO 4217 alpha-3, e.g. USD, EUR)currency_numeric (ISO 4217 numeric)currency_name (e.g. "United States dollar")currency_symbol (e.g. $, €)_currency suffix.pip install pandas pycountry babel