{"id":19471715,"url":"https://github.com/cpursley/ex_currency","last_synced_at":"2026-05-28T16:31:37.878Z","repository":{"id":150152038,"uuid":"214535620","full_name":"cpursley/ex_currency","owner":"cpursley","description":"An Elixir library for fetching currency exchange rates from https://www.investing.com","archived":false,"fork":false,"pushed_at":"2019-10-14T19:00:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T14:53:24.364Z","etag":null,"topics":["currency-converter","currency-exchange-rates","elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpursley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-11T22:02:40.000Z","updated_at":"2019-10-14T19:00:27.000Z","dependencies_parsed_at":"2023-06-26T01:51:22.931Z","dependency_job_id":null,"html_url":"https://github.com/cpursley/ex_currency","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cpursley/ex_currency","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpursley%2Fex_currency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpursley%2Fex_currency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpursley%2Fex_currency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpursley%2Fex_currency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpursley","download_url":"https://codeload.github.com/cpursley/ex_currency/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpursley%2Fex_currency/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33617718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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":["currency-converter","currency-exchange-rates","elixir"],"created_at":"2024-11-10T19:03:43.037Z","updated_at":"2026-05-28T16:31:37.858Z","avatar_url":"https://github.com/cpursley.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExCurrency\n\nAn Elixir library for fetching currency exchange rates from [www.investing.com](https://www.investing.com)\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:ex_currency, git: \"https://github.com/cpursley/ex_currency.git\"}\n  ]\nend\n```\n\n## Usage\n\nFetch a single exchange rate\n```\niex(1)\u003e ExCurrency.exchange_rates(\"usd\", \"rub\")\n{:ok, %ExCurrency.Rates{from: \"usd\", rate: \"64.2224\", to: \"rub\"}}\n```\n\nFetch multiple exchange rates (concurrently)\n```\niex(2)\u003e ExCurrency.exchange_rates(\"usd\", [\"rub\", \"gbp\", \"jpy\"])\n[\n  ok: %ExCurrency.Rates{from: \"usd\", rate: \"64.2224\", to: \"rub\"},\n  ok: %ExCurrency.Rates{from: \"usd\", rate: \"0.7908\", to: \"gbp\"},\n  ok: %ExCurrency.Rates{from: \"usd\", rate: \"108.42\", to: \"jpy\"}\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpursley%2Fex_currency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpursley%2Fex_currency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpursley%2Fex_currency/lists"}