Introducing the Buxfer REST API
March 2nd, 2008 by ShashankWe are very pleased to announce that you can now access your Buxfer data and analytics programatically with our REST API.
So, what can you do with the API?
- You can create a widget to automatically update your account balances on your desktop every 15 minutes. Simply send the following request periodically and you are done!
https://www.buxfer.com/api/accounts.xml - Perhaps, you want to look at your analysis pie chart, but you want to restrict analysis to your credit card account. Just type in the following and out comes a pie-chart! Tweak the URL to your heart’s wish, and get near-instanteneous analytics!
https://www.buxfer.com/api/analysis.html?accountName=Mastercard - Mash up your financial data with other services out there on the web! In the previous example, we used Google’s Chart API to produce compelling visualizations. You can do so with tons of other services to create useful tools.
So get creative and start hacking!
Need more info?
- Read the API overview
- Understand the security issues
- Dig into the complete documentation
- Get started with sample clients in Perl, Python, Ruby and PHP.
Like all things, we think this is only a first step; please let us know whether you can build interesting applications using the API. If not, let us know which API calls you would like to be added, and which cut out to keep the API lean.


April 15th, 2008 at 7:20 am
This is absolutely awesome, guys. You rock!