Wow great. I'm working on (made my own Python API lib) Bitfinex API for several day, especially to monitor swaps. Estimate earning, alert when something is wrong, alert when a swap lending will finish...
Seeing your new page, I noticed mismatch between your web interface and records I get from "Lends" API:
https://api.bitfinex.com/v1/lends/usdLends
GET /lends/:currency
Get a list of the most recent swaps data for the given currency: total amount lent and Flash Return Rate (in % by 365 days) over time.
Response
An array of dictionaries
rate (decimal, % by 365 days): Average rate of total swaps opened at fixed rates
amount_lent (decimal): Total amount of open swaps in the given currency
timestamp (time)
That gives:
Latest Lend Rate:
Rate , Amount, Date
0.1657% , 30299688.26 , 14:23:29 09/Jul/2014
0.1657% , 30284681.40 , 13:23:36 09/Jul/2014
0.1658% , 29756298.65 , 12:23:44 09/Jul/2014
0.1659% , 29753105.97 , 11:23:51 09/Jul/2014
0.1659% , 29699328.50 , 10:23:37 09/Jul/2014
0.1659% , 29699910.93 , 09:23:48 09/Jul/2014
0.1659% , 29751029.92 , 08:23:32 09/Jul/2014
0.1660% , 29696461.29 , 07:23:44 09/Jul/2014
0.1659% , 29677436.69 , 06:23:33 09/Jul/2014
Then I understand why you state : "Big thanks to the Bitfinex team for providing me with the swap transaction data!"
So great job, very useful for me. They just share publicly "aggregate mean" data for lending. Additionally to show data in a clear way, your website gets data that we cannot normally get
Congratulations!
Those who ask for price monitoring, you can have a look at bitcoinwisdom.com