CodeHelper.API.Fixer
1.1.1
dotnet add package CodeHelper.API.Fixer --version 1.1.1
NuGet\Install-Package CodeHelper.API.Fixer -Version 1.1.1
<PackageReference Include="CodeHelper.API.Fixer" Version="1.1.1" />
paket add CodeHelper.API.Fixer --version 1.1.1
#r "nuget: CodeHelper.API.Fixer, 1.1.1"
// Install CodeHelper.API.Fixer as a Cake Addin #addin nuget:?package=CodeHelper.API.Fixer&version=1.1.1 // Install CodeHelper.API.Fixer as a Cake Tool #tool nuget:?package=CodeHelper.API.Fixer&version=1.1.1
CodeHelper.API.Fixer
CodeHelper.API.Fixer is a lightweight and simple API for historical and current foreign exchange rates. It is used by many SMBs, large corporations, and developers every day due to its reliable data sources for real-time exchange rates. For more information and a list of endpoints available, please see the detailed documentation pages below.
Info + Question?
Support
You can support the work if you want:
Version
1.1.1 : Fluctuations, TimeSeries, Get Historical Rates 1.0.0 : Get Symbols, Convert Amounts, Get Latest Exchange Rate Data
Methods
- FixerHelper.GetSymbols() : Returning all available currencies.
- FixerHelper.Convert(string from, string to, double amount=1) : Returns the conversion value for the given amount
- FixerHelper.LatestExchangeRates(string baseCurrency, string symbols) : Returns real-time exchange rate data updated every 60 minutes, every 10 minutes or every 60 seconds.
- FixerHelper.GetHistoricalRates(string date, string baseCurrency = "", string symbols = "") : Query for historical rates for a given date.
- FixerHelper.TimeSeries(string startDate, string endDate, string baseCurrency = "", string symbols="") : Query for daily historical rates between two dates of your choice.
- FixerHelper.Fluctuation(string startDate, string endDate, string baseCurrency = "") : Returns fluctuation data between two specified dates for all available or a specific set of currencies.
Authentication
Fixer API uses API keys to authenticate requests. You can view and manage your API keys in the Accounts page.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
All requests made to the API must hold a custom HTTP header named "apikey". Implementation differs with each programming language. Below are some samples.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Usage
- Free Plan: 100 Requests / Daily
- Paid plans available: https://apilayer.com/marketplace/fixer-api#pricing
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.