wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

Currency conversions #1

Open Cantello opened 9 years ago

Cantello commented 9 years ago

Would be great if the converter could also handle currency conversions, similar to Yosemite's spotlight, e.g. type "2000 isk eur" to instantly get the converted euro amount.

wolph commented 9 years ago

Sorry for the slow response, it seems Github didn't mail me of this issue...

Adding currency conversions is somewhere on the todo list but it's probably not going to happen too soon as it requires regular updating and I would need to find a reliable source for the currency information.

wolph commented 4 years ago

If anyone has a suggestion for a stable source of a whole list of currencies, let me know :)

BreiteSeite commented 4 years ago

Maybe something from this? https://github.com/n0shake/Public-APIs#currency

wolph commented 4 years ago

It seems the RatesAPI is the fastest freely available option. The ones that don't require an API key only update once a day, but I guess that should be enough for this purpose.

It's certainly on my todo.

As a backup the OpenRates API is an option too but that appears to be slightly slower.

Thanks for the suggestion @BreiteSeite :)

dsully commented 4 years ago

Would love to see this as well. Thanks!

wolph commented 1 year ago

The plan is to use this API, it updates daily and seems a perfect fit for this project: https://github.com/fawazahmed0/currency-api#readme

Hopefully the stalebot won't keep closing this :P

AntonTal commented 1 year ago

It seems that this feature broke due to some api access key problems. image

wolph commented 1 year ago

@AntonTal I've yet to implement this feature so you're not getting that error from this extension :) But thanks for the reminder, I'll put it higher on my list to work on

jorfermo commented 3 months ago

It would be great to have currency conversion