{"id":13305508,"url":"https://github.com/flexiodata/functions-currency","last_synced_at":"2025-03-10T13:31:18.802Z","repository":{"id":94568760,"uuid":"206205114","full_name":"flexiodata/functions-currency","owner":"flexiodata","description":"Get live, refreshable currency conversion in Microsoft Excel and Google Sheets.","archived":false,"fork":false,"pushed_at":"2020-07-11T06:40:24.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-01T14:41:54.387Z","etag":null,"topics":["add-in","add-on","api","currency","currency-converter","currency-exchange-rates","currency-rates","excel","google-sheets","python","spreadsheet"],"latest_commit_sha":null,"homepage":"https://www.flex.io/integrations/currency","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexiodata.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-04T01:36:11.000Z","updated_at":"2020-07-11T06:40:26.000Z","dependencies_parsed_at":"2023-04-25T12:01:33.302Z","dependency_job_id":null,"html_url":"https://github.com/flexiodata/functions-currency","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiodata%2Ffunctions-currency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiodata%2Ffunctions-currency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiodata%2Ffunctions-currency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexiodata%2Ffunctions-currency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexiodata","download_url":"https://codeload.github.com/flexiodata/functions-currency/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242859564,"owners_count":20196965,"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","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":["add-in","add-on","api","currency","currency-converter","currency-exchange-rates","currency-rates","excel","google-sheets","python","spreadsheet"],"created_at":"2024-07-29T17:53:51.170Z","updated_at":"2025-03-10T13:31:18.796Z","avatar_url":"https://github.com/flexiodata.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Currency Conversion Google Sheets \u0026 Excel Spreadsheet Add-on\n\nThis Foreign Exchange Currency Conversion utility uses rates published by the European Central Bank and available through the [Foreign Exchange Rates API](https://exchangeratesapi.io/). This Currency Conversion spreadsheet integration for Google Sheets and Microsoft Excel enables you to convert currencies as well as list currency rates. This add-on will enable you to integrate on-demand, refreshable currency conversion without leaving your spreadsheet.\n\nFor example, with this Excel and Google Sheets add-on you can:\n\n* Convert a currency amount to another currency, at current rate or rate based on a historic date.\n* List foreign exchange rates for a basket of different currencies, at the current rates or based on a historic date.\n\nHere are some examples:\n\n```\n=FLEX(\"YOUR_TEAM_NAME/currency-converter\", 100, \"EUR\", \"USD\", \"2018-12-31\")\n114.5\n```\n\n```\n=FLEX(\"YOUR_TEAM_NAME/currency-rates\", \"EUR\", \"2018-12-31\")\ncurrency\tamount\nAUD\t1.622\nBGN\t1.9558\nBRL\t4.444\nCAD\t1.5605\nCHF\t1.1269\nCNY\t7.8751\nCZK\t25.724\nDKK\t7.4673\nGBP\t0.89453\nHKD\t8.9675\nHRK\t7.4125\nHUF\t320.98\nIDR\t16500\nILS\t4.2972\nINR\t79.7298\nISK\t133.2\nJPY\t125.85\nKRW\t1277.93\nMXN\t22.4921\nMYR\t4.7317\nNOK\t9.9483\nNZD\t1.7056\nPHP\t60.113\nPLN\t4.3014\nRON\t4.6635\nRUB\t79.7153\nSEK\t10.2548\nSGD\t1.5591\nTHB\t37.052\nTRY\t6.0588\nUSD\t1.145\nZAR\t16.4594\n```\n\n## Prerequisites\n\nThe Foreign Exchange Currency Conversion spreadsheet functions are powered by [Flex.io](https://www.flex.io). To use these functions, you'll need:\n\n* A [Flex.io account](https://www.flex.io/app/signup) to run the functions\n* A [Flex.io Add-on](https://www.flex.io/add-ons) for Microsoft Excel or Google Sheets to use the functions in your spreadsheet\n\n## Installing the Functions\n\nOnce you've signed up for Flex.io and have the Flex.io Add-on installed, you're ready to install the function pack.\n\nYou can install these functions directly by mounting this repository in Flex.io:\n\n1. [Sign in](https://www.flex.io/app/signin) to Flex.io\n2. In the Functions area, click the \"New\" button in the upper-left and select \"Function Mount\" from the list\n3. In the function mount dialog, select \"GitHub\", then authenticate with your GitHub account\n4. In the respository URL box, enter the name of this repository, which is \"flexiodata/functions-currency\"\n5. Click \"Create Function Mount\"\n\nIf you prefer, you can also install these using the [Flex.io Currency Integration](https://www.flex.io/integrations/currency).\n\n## Using the Functions\n\nOnce you've installed the function pack, you're ready to use the functions.\n\n1. Open Microsoft Excel or Google Sheets\n2. Open the Flex.io Add-in:\n   - In Microsoft Excel, select Home-\u003eFlex.io\n   - In Google Sheets, select Add-ons-\u003eFlex.io\n3. In the Flex.io side bar, log in to Flex.io and you’ll see the functions you have installed\n4. For any function, click on the “details” in the function list to open a help dialog with some examples you can try at the bottom\n5. Simply copy/paste the function into a cell, then edit the formula with a value you want to use\n\n## Documentation\n\nHere are some additional resources:\n\n* [Currency Function Documentation.](https://www.flex.io/integrations/currency#functions-and-syntax) Here, you'll find a list of the functions available, their syntax and parameters, as well as examples for how to use them.\n* [Flex.io Add-ons.](https://www.flex.io/add-ons) Here, you'll find more information about the Flex.io Add-ons for Microsoft Excel and Google Sheets, including how to install them and use them.\n* [Flex.io Integrations.](https://www.flex.io/integrations) Here, you'll find out more information about other spreadsheet function packs available.\n\n## Help\n\nIf you have question or would like more information, please feel free to live chat with us at our [website](https://www.flex.io) or [contact us](https://www.flex.io/about#contact-us) via email.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexiodata%2Ffunctions-currency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexiodata%2Ffunctions-currency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexiodata%2Ffunctions-currency/lists"}