Skip to main content

List all investments currently held in an asset.

GET 

/assets/:asset_id/investments

List all investments currently held in an asset.

Request

Path Parameters

    asset_id stringrequired

    Possible values: non-empty

    The ID of the asset to retrieve.

Responses

A array of investments entities

Schema

  • Array [

  • code stringrequired

    Possible values: non-empty

    update

    object

    date date-time

    Last date when the investment was updated

    quantity floatrequired

    The quantity of the given investment (3 shares of US0378331005)

    value

    object

    required

    An financial value expressed in a given instrument (EUR, BTC, XMR, AAPL, US0378331005)

    value floatrequired
    instrument stringrequired

    Possible values: non-empty

    name stringrequired

    Possible values: non-empty

    acquisition

    object

    date date-time

    Date when the investment was acquired

    value

    object

    An financial value expressed in a given instrument (EUR, BTC, XMR, AAPL, US0378331005)

    value floatrequired
    instrument stringrequired

    Possible values: non-empty

  • ]

Loading...