fixer icon indicating copy to clipboard operation
fixer copied to clipboard

Another base currency on the free account?

Open oscarhandsome opened this issue 4 years ago • 3 comments

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());
    }

oscarhandsome avatar Mar 26 '20 20:03 oscarhandsome

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)

maistro-dave-amphlett avatar Mar 27 '20 09:03 maistro-dave-amphlett

@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.

oscarhandsome avatar Mar 27 '20 17:03 oscarhandsome

I want to know the answer to this question

BurakCelebi-61 avatar Jul 26 '21 08:07 BurakCelebi-61