Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixer.io API no longer works #28

Open
bnvk opened this issue Jun 4, 2018 · 0 comments
Open

Fixer.io API no longer works #28

bnvk opened this issue Jun 4, 2018 · 0 comments

Comments

@bnvk
Copy link
Collaborator

bnvk commented Jun 4, 2018

Today the API ProTip was using fixer.io ceased offering a free, open, public API of currency conversions. The service now requires registering for an API key as well as many paid-tiers. Once registered, making the code work with the new API key is easy:

If your old API Call was https://api.fixer.io/latest then your new integration should point to: https://data.fixer.io/api/latest?access_key=YOUR_ACCESS_KEY

This works for my temp dev needs, but this is not a long term solution due to:

  • Free account only offers 1000 calls per month
  • Paid accounts will incur cost + potentially exploited by non-ProTip users

Possible solutions:

  1. Do a paid account and not worry it about for now
  2. Run our own instance of FixerAPI which seems pretty easy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant