3
0
I want to build an mobile application which tells you how much your bitcoins are worth in USD. I would like to know of good API that I can rely on for data. As well as historic conversion rates over time.
Example.
I have 5 bitcoins -> which are worth 5031 USD.
Bonus points for other alt-currencies included in said API.
I would like something that isn't linked to a particular service or exchange.
You can't get rates that aren't linked to an exchange because that is where the rates come from. – user6972 – 2013-12-23T17:13:24.267
As user6972 mentioned that is where rates come from. Someone has to publish order books so others can understand what currencies are selling for. Bitdango aggregates/combines market prices when it computes currency pair exchange rates, so at least you are getting the average, instead of a single price at one exchange, etc. – Paul Fryer – 2014-01-04T04:04:43.107
Here is my related JavaScript project for converting BTC to other currencies on the client side: https://github.com/miohtama/bitcoin-prices - you can change the market data backend with little trouble
– Mikko Ohtamaa – 2014-01-04T09:17:04.313