Metadata-Version: 2.4
Name: forexrates
Version: 1.1.0
Summary: A unified codebase for fetching FOREX rates.
Home-page: https://github.com/sharkutilities/forexrates
Author: shark-utilities developers
Author-email: shark-utilities developers <neuralNOD@outlook.com>
License: MIT License
        
        Copyright (c) 2025 Debmalya Pramanik
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/sharkutilities/forexrates
Project-URL: Issue Tracker, https://github.com/sharkutilities/forexrates/issues
Project-URL: Org. Homepage, https://github.com/sharkutilities
Keywords: forex,api,exchange rates,foreign exchange rates,wrappers,data science,data analysis,data scientist,data analyst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.4.2
Requires-Dist: pandas==3.0.0
Requires-Dist: requests==2.32.5
Requires-Dist: tqdm==4.67.3
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

<div align = "center">

# FOREXRates ETL Module

[![GitHub Issues](https://img.shields.io/github/issues/sharkutilities/forexrates?style=plastic)](https://github.com/sharkutilities/forexrates/issues)
[![GitHub Forks](https://img.shields.io/github/forks/sharkutilities/forexrates?style=plastic)](https://github.com/sharkutilities/forexrates/network)
[![GitHub Stars](https://img.shields.io/github/stars/sharkutilities/forexrates?style=plastic)](https://github.com/sharkutilities/forexrates/stargazers)
[![LICENSE File](https://img.shields.io/github/license/sharkutilities/forexrates?style=plastic)](https://github.com/sharkutilities/forexrates/blob/master/LICENSE)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/forexrates?style=plastic)](https://pypistats.org/packages/forexrates/)
[![PyPI Latest Release](https://img.shields.io/pypi/v/forexrates.svg?style=plastic)](https://pypi.org/project/forexrates/)

</div>

<div align = "justify">

A module to provide unified functionality with ETL steps to fetch, modify and track foreign exchange rates from various API sources.
The module is developed with abstraction principal, thus any forward integration can be done easily or data source can be replaced easily
by changing the underlying URL only keeping the code structure same.

## Getting Started

The source code is hosted at GitHub: [**sharkutilities/forexrates**](https://github.com/sharkutilities/forexrates).
The binary installers for the latest release are available at the [Python Package Index (PyPI)](https://pypi.org/project/forexrates/).

```shell
pip install -U forexrates
```

We are continuosly adding new supported websites, please check [CHANGELOG](./CHANGELOG.md) for list of available supported API
to fetch foreign exchange rates. Helper functions ([jupter notebook](./examples/), [CI/CD functions](./main/)) are only available
at [**sharkutilities/forexrates**](https://github.com/sharkutilities/forexrates) and is not packaged with the module.

</div>
