Accessing your summary (portfolio summary) will allow you to see all your current financial position in Funding Circle broken down by how that money is partitioned.

GET https://investor-api.fundingcircle.us/api/v2/summary


{
    "outstanding_principal_cents": 173775875,
    "gross_yield_ratio": 0.15527222436228996,
    "total_amount_invested_cents": 235900000,
    "total_pending_cents": 109600000,
    "interest_earned_cents": 11795186,
    "portfolio_value_cents": 1286035588,
    "annualized_net_return_ratio": null,
    "_links": {
        "self": {
            "href": "https://investor-api.fundingcircle.us/api/v2/summary"
        }
    },
    "cash_balance_cents": 1001668517,
    "interest_accrued_cents": 991196
}
KeyData TypeDescription
total_amount_invested_centsINTEGERThe total size of your portfolio
outstanding_principal_centsINTEGERThe amount of money you have lent out as principal that will be repaid to you
interest_earned_centsINTEGERThe amount of interest you have earned by lending money
gross_yield_ratioDECIMALYour returns, before fees, defaults, etc.
interest_accrued_centsINTEGERThe amount of interest you have accrued, but not earned on your holdings (e.g. interest accrued while a loan was curing)
total_pending_centsINTEGERThe amount of your portfolio spent on orders for loans that have not yet moved into your holdings
portfolio_value_centsINTEGERThe value of your entire portfolio
cash_balance_centsINTEGERThe amount of your portfolio that can be spend on purchasing loans