Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Exactly my approach.
I query the API once a day and store that calculation for use in currency conversions all day long. -
xewl41716y@fahad3267 I query it every hour, and depending on how much percentage it differs I query it again in 30min.
Money is a fucking hell. -
@xewl
I'm using this conversion to show estimated prices to potential customers on the front-end.
It's credit card transaction API's job to deduct real money based on realtime calculation.
Related Rants
Web Developer with no common sense: “I’m going to query the currency calculator API for each of the 1000 records to convert.”.
Web Developer with common sense: “I’m going to query the currency rates API and use the calculation to convert each of the 1000 records.”
rant
calculation
credits
ratelimit
php
currency
api