Field | Description |
---|---|
| Internal id used to fetch individual stocks |
| Current unitary price for one stock |
| Quantity of stocks owned |
| Total value of this stock's portfolio = |
| Average stock purchase price |
| Timestamp recording when the stock was last updated |
| Stock 4 characters identifier. Ex.: 'AAPL' |
| Stock identification key |
| Timestamp recording when this stock was added to the portfolio |
| Stock's ISIN [ISO 6166] (see https://en.wikipedia.org/wiki/ISO_6166) |
| 3 letters ISO 4217 currency code |
| Marketplace where the stock is traded |
| Stock label |
| The date at which the |
| |
| ID of the account linked to the stock |
Example stock ressource
{
"id": 1510467,
"current_price": 124.96,
"quantity": 8.0,
"total_value": 999.68,
"average_purchase_price": 94.12,
"updated_at": "2019-09-27T10:27:16.573Z",
"ticker": "FB",
"stock_key": "US30303M1027-FACEBOOK--USD",
"created_at": "2019-09-27T10:27:17.000Z",
"isin": "US30303M1027",
"currency_code": "USD",
"marketplace": null,
"label": "Facebook",
"value_date": "2015-08-23",
"is_deleted": false,
"account_id": 16717622
}