currency-converter

Convert currency amounts between 150+ currencies using real-time and historical exchange rates.

86|18|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill currency-converter-dkyazzentwatwa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: currency-converter
Source: https://github.com/dkyazzentwatwa/chatgpt-skills/tree/main/currency-converter
Command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill currency-converter-dkyazzentwatwa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires forex-python, pandas, and includes scripts (resource) components.

What problem does it solve?

This Skill automates currency conversions, providing real-time and historical exchange rates to simplify financial calculations.

Core Features & Use Cases

  • Real-time Conversions: Convert between over 150 currencies using up-to-date exchange rates.
  • Historical Data: Perform conversions for specific past dates.
  • Batch Processing: Convert multiple amounts from a CSV file.
  • Use Case: Quickly convert a list of prices from USD to EUR for an international sales report, or check the historical value of an investment in JPY.

Quick Start

Use the currency converter skill to convert 100 USD to EUR.

Frequently Asked Questions about currency-converter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert multiple currency amounts in a CSV file?

To convert multiple currency amounts, you can use batch processing to read exchange rates from a CSV file. The tool leverages pandas to manipulate the tabular data and apply real-time forex rates across all listed rows efficiently.

Can I use historical exchange rates for past date currency conversions?

Yes, you can perform currency conversions using historical exchange rates for specific past dates. This allows you to check the past value of an investment or calculate accurate historical financial figures.

Does this batch currency conversion tool work with exotic or minor currencies?

This currency conversion tool supports real-time and historical exchange rates for over 150 currencies. You can reliably convert major global currencies alongside various minor or exotic ones using the forex-python library.

What is the best way to automate international sales report conversions from USD to EUR?

The best way to automate international sales report conversions is using batch processing from a CSV file. This method automatically applies real-time exchange rates to convert lists of USD prices to EUR using pandas.

Can I format converted currency amounts to specific local locales?

Yes, the currency conversion process supports locale-specific currency formatting. This ensures that your converted monetary amounts display the correct local symbols, decimal points, and grouping separators.

Do I need pandas installed to process large batch currency conversions?

Yes, you need pandas installed as it handles the data manipulation required for batch currency conversions. Combined with forex-python for retrieving real-time exchange rates, it efficiently processes large volumes of currency data.