{"id":21070593,"url":"https://github.com/purkayasta/fixerr","last_synced_at":"2026-05-18T11:03:43.245Z","repository":{"id":46269499,"uuid":"466805593","full_name":"purkayasta/Fixerr","owner":"purkayasta","description":"A minimal c# client for FIXER.IO","archived":false,"fork":false,"pushed_at":"2024-01-20T21:29:01.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T21:56:24.417Z","etag":null,"topics":["chsarp","csharp-code","csharp-library","dotnet","dotnetcore","fixer-io","fixerio"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/Fixerr","language":"C#","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/purkayasta.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":"2022-03-06T17:20:23.000Z","updated_at":"2023-07-31T21:32:06.000Z","dependencies_parsed_at":"2024-01-20T22:39:30.672Z","dependency_job_id":null,"html_url":"https://github.com/purkayasta/Fixerr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purkayasta%2FFixerr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purkayasta%2FFixerr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purkayasta%2FFixerr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purkayasta%2FFixerr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purkayasta","download_url":"https://codeload.github.com/purkayasta/Fixerr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243513684,"owners_count":20302988,"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":["chsarp","csharp-code","csharp-library","dotnet","dotnetcore","fixer-io","fixerio"],"created_at":"2024-11-19T18:47:32.757Z","updated_at":"2026-05-18T11:03:38.212Z","avatar_url":"https://github.com/purkayasta.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Fixerr - An easy, minimal c# client for [Fixer.io](https://fixer.io/)\n## Give it a star if you like the project. 👏 🌠 🌟\n\nFixer is a popular freemium currency conversion site. Fixerr can help you to transform your currency more faster 😋\n\n![Nuget](https://img.shields.io/nuget/v/Fixerr)\n![Nuget](https://img.shields.io/nuget/dt/Fixerr?style=plastic)\n![Nuget](https://img.shields.io/github/repo-size/purkayasta/Fixerr?style=social)\n![Nuget](https://img.shields.io/github/last-commit/purkayasta/fixerr?style=flat-square)\n\n[Nuget](https://www.nuget.org/packages/Fixerr/)\n\n## Usage:\n### Required Properties:\n- ```ApiKey```\n- ```IsPaidSubscription``` (If you bought the non free key and want to use https, you may want to set it to true)\n\n## With out any dependency injection\n``` c#\n\nvar apiKey = \"\";\nIFixerClient fixer = FixerFactory.CreateFixerClient(new HttpClient(), apiKey);\nvar latest = await fixer.GetFluctuationAsync(\"2012-05-01\", \"2012-05-25\");\nConsole.WriteLine(latest?.Rates);\n```\n\n## With Microsoft DI\n```c#\nvar apiKey = \"\";\nbuilder.Services.AddFixer(apiKey);\n```\n\n## Demo\n\n```c#\nprivate readonly IFixerClient _fixerClient;\n\npublic YourFunction(IFixerClient fixerClient) =\u003e _fixerClient = fixerClient;\n\npublic void CallMethod() {\n    var latest = await _fixerClient.GetFluctuationAsync(\"2012-05-01\", \"2012-05-25\");\n    // now do whatever 😋\n}\n\n```\n\n## F.A.Q:\n- There is also a optional apiKey parameter is added to every method if you need to access different method with different api key. 🎉\n- If anything happens make sure to *report* using the github issues. Thanks!\n\n## Api Cover\n- [x] Latest Endpoint\n- [x] Symbol Endpoint\n- [x] Historic Endpoint\n- [x] Convert Endpoint\n- [x] TimeSeries Endpoint\n- [x] Fluctuation Endpoint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurkayasta%2Ffixerr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurkayasta%2Ffixerr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurkayasta%2Ffixerr/lists"}