Skip to main content

Currency information and calculation

Project description

ccy

Python module for currencies. Not all currencies in the world are supported yet. You are welcome to join and add more.

The module compiles a dictionary of currency objects containing information useful in financial analysis.

Installation

Using easy_install:

easy_install ccy

Using pip:

pip install ccy

From source:

python setup.py install

Runnung tests

Once installed:

>> from ccy import tests
>> tests.run()

Trading Centres

Support trading centres date calculation:

>>> from ccy.tradingcentres import nextbizday, datetime
>>> d1 = datetime.date(2010,4,2)
>>> nextbizday(d1,2)
datetime.date(2010, 4, 6)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccy-0.3.4.tar.gz (12.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page