{"id":29005350,"url":"https://github.com/vst/kurrency","last_synced_at":"2025-09-08T06:32:39.890Z","repository":{"id":4305472,"uuid":"5437676","full_name":"vst/kurrency","owner":"vst","description":"A Python library which provides currency data and forex utilities","archived":true,"fork":false,"pushed_at":"2013-05-15T13:07:07.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T11:07:03.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vst.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-16T10:31:21.000Z","updated_at":"2025-02-01T09:07:47.000Z","dependencies_parsed_at":"2022-08-29T14:12:09.062Z","dependency_job_id":null,"html_url":"https://github.com/vst/kurrency","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vst/kurrency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vst%2Fkurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vst%2Fkurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vst%2Fkurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vst%2Fkurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vst","download_url":"https://codeload.github.com/vst/kurrency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vst%2Fkurrency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274146044,"owners_count":25230114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T11:06:03.708Z","updated_at":"2025-09-08T06:32:39.866Z","avatar_url":"https://github.com/vst.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=========================================================\n kurrency - Currency data and FOREX Utilities for Python\n=========================================================\n\n*kurrency* is a Python library which provides currency data and forex\nutilities to applications. The data used in the library is obtained\nfrom various resources including `Wikipedia\n\u003chttp://www.wikipedia.org\u003e`_, `Trading with Clancy\n\u003chttp://tradingwithclancy.blogspot.sg/2012/04/currency-pairs.html\u003e`_.\n\nInstallation\n============\n\nYou can install the latest version of *kurrency* from the GitHub\nrepository::\n\n    $ pip install git+https://github.com/telosoft/kurrency.git\n\nExample Usage\n=============\n\nImport the canonical *Currency* class::\n\n    \u003e\u003e\u003e from kurrency import Currency\n\nRetrieve a *Currency* object for a given identifier::\n\n    \u003e\u003e\u003e turkish_lira = Currency.get(\"TRY\")\n\nThe identifier can be any of ``code``, ``enum`` or ``name`` attributes\nof a *Currency* object::\n\nTRY,'949,Turkish lira,2,2,TR\n\n    \u003e\u003e\u003e Currency.get(\"TRY\") == Currency.get(\"949\")\n    True\n    \u003e\u003e\u003e Currency.get(\"949\") == Currency.get(\"Turkish Lira\")\n    True\n\nQuick API Reference\n===================\n\n.. todo:: Provide the FULL API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvst%2Fkurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvst%2Fkurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvst%2Fkurrency/lists"}