All Projects â†’ hakanensari â†’ Frankfurter

hakanensari / Frankfurter

Licence: mit
💱 Currency data API

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Frankfurter

Dinero.js
Create, calculate, and format money in JavaScript and TypeScript.
Stars: ✭ 5,286 (+4197.56%)
Mutual labels:  currency, money
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-89.43%)
Mutual labels:  api, currency
Money
A precise, type-safe representation of a monetary amount in a given currency
Stars: ✭ 817 (+564.23%)
Mutual labels:  currency, money
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (+167.48%)
Mutual labels:  currency, money
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (-30.89%)
Mutual labels:  currency, money
Vue Numeric
Input field component to display a formatted currency value based on Vue.js
Stars: ✭ 341 (+177.24%)
Mutual labels:  currency, money
Money
A money and currency library for PHP
Stars: ✭ 855 (+595.12%)
Mutual labels:  currency, money
swift-currency
Type-safety and algorithms for working with money in Swift.
Stars: ✭ 88 (-28.46%)
Mutual labels:  money, currency
Currencyconverter
Utilities for doing currency conversion with the Money library
Stars: ✭ 78 (-36.59%)
Mutual labels:  currency, money
Swap
💱 Currency exchange rates library
Stars: ✭ 1,195 (+871.54%)
Mutual labels:  currency, money
Jsr354 Api
JSR 354 - Money and Currency API
Stars: ✭ 262 (+113.01%)
Mutual labels:  currency, money
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (-15.45%)
Mutual labels:  currency, money
Laravel Money
Currency formatting and conversion package for Laravel
Stars: ✭ 261 (+112.2%)
Mutual labels:  currency, money
Money
PHP implementation of Fowler's Money pattern.
Stars: ✭ 3,868 (+3044.72%)
Mutual labels:  currency, money
react-local-currency
💵 💴Shows the price of your services in the customer's currency 💶 💷
Stars: ✭ 21 (-82.93%)
Mutual labels:  money, currency
Go Money
Go implementation of Fowler's Money pattern
Stars: ✭ 887 (+621.14%)
Mutual labels:  currency, money
FinanceKit
FinanceKit is a Framework for iOS and Mac to build apps working with financial data, like money, currencies, stocks, portfolio, transactions and other concepts.
Stars: ✭ 15 (-87.8%)
Mutual labels:  money, currency
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-86.99%)
Mutual labels:  money, currency
Android Money
Simple money and currency converter library for android.
Stars: ✭ 66 (-46.34%)
Mutual labels:  currency, money
Money Open Exchange Rates
A gem that calculates the exchange rate using published rates from open-exchange-rates. Compatible with the money gem.
Stars: ✭ 87 (-29.27%)
Mutual labels:  currency, money

Frankfurter

Build

Frankfurter is a free and open-source currency data API that tracks reference exchange rates published by the European Central Bank.

I host a public instance of the API at api.frankfurter.app.

Getting Started

Get the latest exchange rates.

GET /latest HTTP/1.1

Get rates for a past date.

GET /2000-01-03 HTTP/1.1

Get rates for a period.

GET /2010-01-01..2010-01-31 HTTP/1.1

For more examples, read the docs.

Deployment

Deploy

You can self-host Frankfurter with Heroku or Docker.

docker run -d -p 8080:8080 \
  -e "DATABASE_URL=<postgres_url>" \
  --name frankfurter hakanensari/frankfurter

Check out the website for a more detailed walkthrough.

Miscellaneous

Frankfurter was known as Fixer between 2012 and 2018. After selling the original domain, I relaunched under this name.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].