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

Another base currency on the free account? #124

Open
oscarhandsome opened this issue Mar 26, 2020 · 3 comments
Open

Another base currency on the free account? #124

oscarhandsome opened this issue Mar 26, 2020 · 3 comments

Comments

@oscarhandsome
Copy link

oscarhandsome commented Mar 26, 2020

fixerIssue
Can I use another currency as a "Rub" at free account?
because when I'm writing
return this.http.get(http://data.fixer.io/api/latest?access_key=db7602898dc550a814fb55d1261167e1&base=RUB&symbols=USD,RUB,EUR`)`
it's not working on Angular

getCurrency(base: string = 'RUB'): Observable<any> {
        return this.http.get(`http://data.fixer.io/api/latest?access_key=db7602898dc550a814fb55d1261167e1&base=${base}&symbols=USD,RUB,EUR`)
            .map((response: Response) => response.json());
    }
@maistro-dave-amphlett
Copy link

It's worth checking the docs! This is a direct quote from the README.md (and hence front page of this github project)

Fixer is still free! Although we now offer a set of premium plans for more advanced users, the basic API features (e.g. getting the latest and historical exchange rates) remain completely free of charge. Minor limitations include our new 1000 requests/month limit and EUR being the only available base currency for customers using a free account. If you need more than 1000 requests per month or want to use all 170 available base currencies, you’ll need to choose one of the paid plans starting at only $10 per month.

(my bold and italic added to point to the key phrase)

@oscarhandsome
Copy link
Author

@maistro-dave-amphlett
I got, you right, I didn't check docs, because the fixerAPI provided in education lessons, I didn't know about it before yesterday anything.

@BurakCelebi-61
Copy link

I want to know the answer to this question

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

3 participants