Data Export
The data export provides a daily snapshot of all the public data available in the Prosper Marketplace at the point in time in which the snapshot is taken.
Click here to download the latest documentation for using the Data Export or click here to get a quick overview of the Prosper Data Export Objects.
Data Export v1.2.6
Our data export format is XML and has 2 versions. The public and private xml data file contains all publicly availble data as of the date in which it is run. Each version has both a complete data download and a daily differential download.
Complete Data Download
- ProsperDataExport_xml.zip (~550 MB) - A zip archive which contains the following files:
- ProsperDataExport.xml (~1.7 GB) - The Prosper Market Export Data (except for bids) in XML format. Click here to view a condensed example of this file.
- ProsperDataExportBids.xml (~2.5 GB) - The Prosper Market Export Data (bids only) in XML format.
- ProsperDataExport.xsd (~13 KB) - The Schema Definition of the Export Data in XML format. Click here to view the file.
- ProsperDataPrivateExport_xml.zip (~33 MB) - You must be an active lender and logged in to use this link. A webservice authentication token may be passed on the query string to provide authentication (useful in scripting data downloads). A zip archive which contains the following files:
- ProsperDataExportPrivate.xml (~530 MB) - The Prosper Market Export Data in XML format. Click here to view a condensed example of this file.
- ProsperDataExportPrivate.xsd (~13 KB) - The Schema Definition of the Export Data in XML format. Click here to view the file.
Daily Differential Download
-
ProsperDataExportDailyDiff_xml.zip (~2.5 MB) - A zip archive which contains the following files:
- ProsperDataExportDailyDiff.xml (~20 MB) - The Prosper Market Export Data in XML format. Click here to view a condensed example of this file.
- ProsperDataExport.xsd (~13 KB) - The Schema Definition of the Export Data in XML format. Click here to view the file.
-
ProsperDataPrivateExportDailyDiff_xml.zip (~1 MB) - You must be an active lender and logged in to use this link. A webservice authentication token may be passed on the query string to provide authentication (useful in scripting data downloads). A zip archive which contains the following files:
- ProsperDataExportPrivateDailyDiff.xml (~2 MB) - The Prosper Market Export Data in XML format. Click here to view a condensed example of this file.
- ProsperDataExportPrivate.xsd (~13 KB) - The Schema Definition of the Export Data in XML format. Click here to view the file.
Converting the XML into CSV
Our friend RateLadder has created a utility that converts Prosper XML to CSV for use in programs like MS Access, MatLab, and SASS. Get the XML to CSV converter here. Please note that these CSV files are larger than can be opened in Excel. If you do open with Excel some rows will be missing.
ProsperAPI Open Source Project
We are incubating an open source project to handle all aspects of coding to the Prosper API. All members of the community are encouraged to join and contribute. Within the XML and database management realm is the Prosper Data Manager or PDM for short. ProsperAPI on SourceForge
Prosper Data Manager
The data export file can be easily imported into any database for which there is a JDBC driver. Using regular expression matching algorithm and a config file make this tool work without recompilation regardless of the file type.
Other features of PDM:
- Schema Creation
- Bulk file import of both public and private exports
- Daily diff import of both public and private exports