Financial Data Formatting Script

Job ID: 40491255

Budget: $15 – $25 USD

I’m working with the figure “1000.000.000,” a raw numerical representation of financial data, and I need a concise utility that turns numbers like this into reader-friendly, locale-aware formats.

Scope
• Accept a raw numeric string or value.
• Detect or let me specify the locale (e.g., US → 1,000,000,000; EU → 1.000.000.000).
• Output the correctly formatted string ready for insertion into reports or dashboards.

Deliverables
• Clean, well-commented code in Python, JavaScript, or another widely used language.
• A brief README that shows installation, usage, and how to extend for additional locales.
• A quick demo or sample run using “1000.000.000” as input to prove accuracy.

Key requirements
Accuracy in separator placement is critical, and the solution should be lightweight with minimal external dependencies so I can drop it into existing financial reporting workflows without hassle.