From b58631083bc7dcbe08c993469c25e2cb6d18b8f9 Mon Sep 17 00:00:00 2001 From: Jason Feng Date: Sun, 19 Feb 2023 01:09:13 -0800 Subject: [PATCH] Increase file size limit for imports (#1726) * Increase file size limit for imports * Update changelog --- CHANGELOG.md | 1 + apps/api/src/main.ts | 4 + package.json | 2 + test/import/ok-500-activities.json | 6019 ++++++++++++++++++++++++++++ yarn.lock | 27 +- 5 files changed, 6052 insertions(+), 1 deletion(-) create mode 100644 test/import/ok-500-activities.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4c211fd..af3dba18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Increased the file size limit for the activities import - Upgraded `angular` from version `15.1.2` to `15.1.5` - Upgraded `Nx` from version `15.6.3` to `15.7.2` diff --git a/apps/api/src/main.ts b/apps/api/src/main.ts index b8bfb81de..e53ade52c 100644 --- a/apps/api/src/main.ts +++ b/apps/api/src/main.ts @@ -1,6 +1,7 @@ import { Logger, ValidationPipe, VersioningType } from '@nestjs/common'; import { ConfigService } from '@nestjs/config'; import { NestFactory } from '@nestjs/core'; +import * as bodyParser from 'body-parser'; import { AppModule } from './app/app.module'; import { environment } from './environments/environment'; @@ -33,6 +34,9 @@ async function bootstrap() { }) ); + // Support 10mb csv/json files for importing activities + app.use(bodyParser.json({ limit: '10mb' })); + const HOST = configService.get('HOST') || '0.0.0.0'; const PORT = configService.get('PORT') || 3333; await app.listen(PORT, HOST, () => { diff --git a/package.json b/package.json index 57928bc7c..536fd90f7 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,7 @@ "alphavantage": "2.2.0", "bent": "7.3.12", "big.js": "6.2.1", + "body-parser": "1.20.1", "bootstrap": "4.6.0", "bull": "4.10.2", "cache-manager": "3.4.3", @@ -160,6 +161,7 @@ "@storybook/core-server": "6.5.16", "@storybook/manager-webpack5": "6.5.16", "@types/big.js": "6.1.6", + "@types/body-parser": "1.19.2", "@types/cache-manager": "3.4.2", "@types/color": "3.0.3", "@types/google-spreadsheet": "3.1.5", diff --git a/test/import/ok-500-activities.json b/test/import/ok-500-activities.json new file mode 100644 index 000000000..9fe1aa8c8 --- /dev/null +++ b/test/import/ok-500-activities.json @@ -0,0 +1,6019 @@ +{ + "meta": { + "date": "2022-04-01T00:00:00.000Z", + "version": "dev" + }, + "accounts": [ + { + "accountType": "SECURITIES", + "balance": 2000, + "currency": "USD", + "id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "isExcluded": false, + "name": "My Online Trading Account", + "platformId": null + } + ], + "activities": [ + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 8.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-03T16:25:19.368113Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.58, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-16T17:42:36.368142Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-15T12:21:37.368151Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 0.9, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-22T03:16:43.368158Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 9.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-15T04:10:10.368165Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.36, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-21T13:19:32.368171Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.58, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-15T08:23:58.368177Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 4.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-31T09:59:52.368183Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 1.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-13T12:16:58.368189Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-22T04:11:54.368196Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 0.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-07T03:58:21.368201Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 9.56, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-23T15:40:32.368207Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 9.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-03T10:45:49.368213Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.6, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-13T08:53:49.368219Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 0.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-09T02:49:28.368225Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 6.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-04T11:43:58.368231Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 9.31, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-14T05:18:13.368237Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.96, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-07T17:15:01.368243Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-15T07:36:33.368249Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-06T01:14:28.368257Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 1.88, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-14T09:28:45.368263Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 4.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-13T18:30:40.368269Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 0.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-05T17:21:52.368276Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 6.81, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-06T12:59:48.368282Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-06T22:33:29.368288Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.08, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-04T04:19:41.368294Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 5.04, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-19T11:33:00.368299Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.19, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-07T02:23:00.368305Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 2.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-08T11:51:32.368311Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 0.77, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-26T01:20:44.368317Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 8.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-02T08:01:35.368323Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 6.82, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-13T22:10:04.368329Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-23T16:05:32.368335Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.15, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-28T06:53:26.368341Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-05T23:04:21.368347Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-10T07:06:06.368353Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.68, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-14T21:44:28.368359Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 3.68, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-28T08:33:09.368365Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.97, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-27T17:38:30.368371Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-26T03:33:00.368377Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 4.9, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-25T11:57:39.368382Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 9.34, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-14T17:50:40.368388Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.19, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-24T13:20:04.368394Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-17T08:22:30.368400Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 7.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-27T00:52:27.368406Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 3.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-19T04:03:47.368412Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 2.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-13T11:05:03.368417Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-31T01:58:30.368423Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 5.93, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-03T09:57:41.368429Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 8.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-13T10:48:54.368434Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 6.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-05T07:50:12.368441Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 3.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-18T03:39:23.368446Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 1.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-02T16:25:26.368452Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 7.07, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-10T12:01:49.368458Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-21T21:09:46.368464Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 2.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-10T03:58:01.368470Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 0.7, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-06T06:55:07.368478Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 8.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-15T12:34:06.368484Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 9.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-19T01:02:09.368490Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-25T03:37:44.368496Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-31T01:24:22.368502Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-23T09:30:13.368508Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-03T09:08:04.368513Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-26T12:49:06.368519Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 7.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-20T06:01:30.368525Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 5.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-05T16:25:29.368530Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-27T06:52:57.368536Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 9.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-15T14:19:06.368542Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-31T09:22:12.368548Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 5.39, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-03T12:44:56.368554Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.7, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-04T21:54:11.368559Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-10T01:11:24.368565Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-24T22:52:30.368571Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 6.58, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-29T03:33:48.368576Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 2.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-07T00:20:37.368582Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 2.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-20T04:40:08.368588Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 8.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-30T17:41:50.368594Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.93, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-23T06:22:50.368600Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.79, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-19T04:02:26.368605Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 9.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-08T06:05:30.368611Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-11T09:00:13.368617Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 2.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-02T21:19:15.368623Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 5.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-03T22:39:41.368629Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.77, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-28T17:41:50.368635Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 3.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-02T16:36:39.368641Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-04T16:09:29.368646Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 4.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-06T04:44:06.368652Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 1.55, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-12T10:36:10.368658Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 4.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-22T16:55:53.368664Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 7.02, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-11T22:12:28.368670Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.87, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-03T05:24:49.368675Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-20T18:00:16.368681Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.73, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-09T11:47:33.368687Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 2.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-14T10:37:18.368693Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 9.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-06T03:47:58.368698Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 6.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-11T15:33:39.368704Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 6.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-19T17:13:45.368710Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 8.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-14T22:43:00.368716Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 7.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-20T22:39:25.368721Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-08T16:13:24.368727Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 6.4, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-18T22:11:56.368733Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.79, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-08T04:11:01.368739Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-10T08:53:11.368745Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.13, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-22T02:49:27.368752Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 4.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-12T11:19:19.368757Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 5.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-29T10:02:36.368763Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.9, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-19T12:40:48.368771Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 7.74, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-09T11:48:52.368777Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-25T23:52:31.368783Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 7.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-17T04:13:11.368789Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 6.13, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-26T17:58:36.368795Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 0.77, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-10T19:23:59.368800Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-02T21:16:00.368806Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-24T02:28:02.368812Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-08T01:31:45.368818Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-15T11:11:52.368824Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.22, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T03:49:24.368830Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 4.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-20T11:22:02.368836Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 4.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T21:55:15.368841Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 0.89, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-14T10:29:19.368847Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 6.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-01T07:09:54.368853Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-15T01:07:25.368858Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-26T14:09:47.368864Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T04:36:27.368870Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-28T08:21:59.368876Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 9.5, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-10T07:14:49.368882Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 6.88, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-16T15:34:55.368888Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 9.39, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-28T05:59:36.368894Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 5.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-29T22:06:56.368899Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.02, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-08T10:59:04.368906Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 5.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-17T09:15:22.368911Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 0.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-24T18:04:11.368917Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-25T20:55:39.368923Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 0.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-15T09:45:15.368929Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 1.93, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-09T10:48:30.368935Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.72, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-15T05:29:01.368940Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 1.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-21T20:56:20.368946Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-10T10:13:10.368952Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-23T13:10:50.368957Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 9.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-04T19:11:24.368963Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 0.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-18T22:25:08.368969Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 8.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-14T20:41:32.368975Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 3.7, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-13T00:41:03.368981Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 8.89, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-24T07:27:25.368986Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.51, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-10T00:13:36.368992Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 5.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-11T09:09:29.369000Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.73, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-24T06:49:10.369006Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.26, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-26T03:43:30.369012Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.04, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T16:48:06.369018Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 7.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-16T10:58:23.369024Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.1, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-06T11:39:07.369030Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-27T20:02:26.369036Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-15T00:47:51.369042Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.34, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-18T04:59:37.369048Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 8.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-04T08:25:54.369053Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 8.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-12T01:46:02.369059Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.02, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-29T21:43:45.369065Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.81, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-10T01:02:35.369071Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-20T14:03:51.369077Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-24T14:20:45.369084Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-24T14:30:51.369091Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 6.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-31T05:00:55.369097Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 6.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-09T12:46:29.369102Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-01T16:02:38.369108Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-01T00:48:15.369114Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-28T17:45:29.369119Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-01T07:41:42.369125Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-08T14:11:39.369131Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 1.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-07T02:55:38.369137Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-26T05:38:58.369143Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-11T22:38:14.369148Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-26T16:59:54.369154Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 1.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-05T00:18:51.369160Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.43, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-09T02:04:05.369166Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-03T15:04:03.369172Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 3.77, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-26T09:39:42.369178Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-27T14:36:26.369183Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-05T10:33:21.369189Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 7.45, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-19T17:29:42.369195Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 9.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-30T23:34:59.369200Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.63, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-25T11:05:12.369206Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 2.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-22T06:46:59.369212Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 1.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-10T09:06:56.369218Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 9.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-27T19:56:02.369224Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 4.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-28T11:52:49.369229Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-06T13:24:11.369235Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-31T04:44:50.369241Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-07T10:37:13.369247Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 7.91, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-18T02:11:45.369253Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.82, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-24T09:39:47.369258Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 3.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-12T02:46:54.369264Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 2.81, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-29T00:55:37.369270Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-04T11:50:45.369276Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-01T01:22:14.369282Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 5.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-06T14:07:25.369288Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 5.87, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T06:54:46.369294Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-28T21:18:43.369299Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.79, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-25T16:19:03.369305Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 5.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-24T19:15:18.369311Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-23T14:36:33.369316Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 1.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-18T08:02:41.369322Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-12T17:05:09.369328Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-14T03:32:53.369334Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-24T08:13:48.369340Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 3.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-18T21:41:04.369345Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 6.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-10T18:22:10.369351Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 5.17, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-09T01:23:50.369358Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 6.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-15T15:36:41.369364Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 4.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-23T23:13:16.369370Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 3.7, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-27T01:42:51.369376Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 3.45, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-19T18:51:43.369382Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 5.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-10T18:49:51.369388Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-24T15:03:39.369394Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.73, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-14T10:38:49.369400Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.26, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-03T16:54:13.369405Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.53, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-11T14:14:32.369411Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 8.45, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-18T15:57:04.369417Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 6.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-01T16:26:45.369423Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-10T18:20:40.369429Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.72, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-12T12:38:26.369434Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 3.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-17T11:09:38.369440Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 2.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-27T06:10:56.369446Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 1.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-10T08:54:15.369452Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.4, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-22T14:30:53.369457Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 6.56, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-24T16:15:24.369463Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 7.68, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-07T22:15:00.369469Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.67, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-22T19:14:00.369474Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 2.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-16T03:46:52.369480Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.86, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-13T02:01:41.369486Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-07T04:13:19.369491Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-29T12:58:21.369497Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 4.8, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-12T02:14:01.369502Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-03T04:54:53.369508Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-04T04:21:16.369514Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 4.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-02T09:37:46.369519Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 4.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-02T06:58:12.369525Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-23T20:02:32.369531Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 5.07, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-06T18:14:35.369538Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-08T02:11:04.369544Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-04T04:59:35.369550Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 0.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-06T19:08:21.369555Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.72, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-26T18:46:22.369562Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.8, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-14T20:41:15.369568Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 3.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-09T09:17:15.369573Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 8.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-29T00:00:42.369579Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-25T18:54:15.369585Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 6.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-09T13:36:55.369591Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 1.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-19T06:16:12.369596Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-13T15:02:05.369602Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 7.04, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-03T10:59:13.369608Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-19T00:17:17.369614Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 5.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-06T02:09:28.369619Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 1.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-06T05:01:31.369625Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 2.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-30T15:43:36.369631Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 7.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-23T12:10:09.369637Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 6.02, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-24T08:45:01.369643Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 5.97, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-20T19:35:43.369650Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.74, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-08T10:24:55.369656Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 1.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-12T05:34:57.369661Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-10T20:30:58.369667Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-12T10:26:40.369673Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-23T19:33:25.369679Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-23T22:06:06.369685Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-19T00:10:50.369691Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 6.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-19T02:03:40.369697Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 1.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-08T22:45:35.369703Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 7.22, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-26T23:40:23.369708Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-13T02:11:10.369714Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 8.02, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-24T22:04:32.369720Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.04, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-30T00:56:14.369726Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 1.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-10T04:48:07.369733Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.29, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-08T12:08:52.369739Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 7.95, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-21T04:00:37.369745Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 0.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-14T00:15:09.369751Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.01, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-15T07:54:49.369757Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 3.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-30T20:09:41.369763Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-22T05:29:43.369768Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 0.88, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-16T00:39:21.369774Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.61, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-08T09:59:57.369780Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-12T14:10:40.369786Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.16, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-11T10:59:14.369791Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 7.86, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-31T02:37:22.369797Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 5.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-11T12:01:39.369803Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 4.89, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-15T03:02:12.369809Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 2.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-15T03:53:45.369814Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 1.89, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-08T23:01:19.369820Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-24T20:24:33.369826Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-07T08:37:51.369831Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-11T19:42:00.369837Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.25, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-25T13:15:09.369843Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 1.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-14T14:01:05.369849Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.95, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-12T12:45:59.369854Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 2.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-30T06:40:51.369860Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-17T09:07:03.369866Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 1.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-20T02:49:44.369872Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-18T21:54:52.369878Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 5.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-08T05:43:28.369883Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-16T15:46:33.369889Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 8.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-20T13:44:48.369895Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 3.53, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-31T07:41:12.369901Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 3.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-22T00:06:06.369907Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 8.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-26T21:10:50.369912Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 3.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-28T14:58:14.369920Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.12, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-11T17:36:01.369926Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.64, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-22T01:34:08.369931Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 0.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-23T10:35:09.369937Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.53, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-18T20:22:11.369943Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-28T15:11:14.369949Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 4.91, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-29T12:57:58.369954Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-21T07:00:48.369960Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 1.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-06T16:27:15.369966Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.56, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-16T09:59:12.369972Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 1.32, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-28T07:31:51.369978Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-13T09:14:31.369984Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 3.28, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-20T14:48:21.369990Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-02T23:14:49.369996Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 1.67, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-05T01:41:06.370001Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-24T22:42:15.370007Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-14T23:36:02.370013Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-02T21:52:42.370019Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.17, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-15T09:57:36.370024Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 9.17, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-31T21:42:28.370030Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 3.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-20T23:37:43.370036Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 1.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-21T21:56:16.370042Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 9.5, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-17T07:53:13.370048Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 0.6, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-20T09:11:51.370054Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.94, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-30T14:43:16.370060Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-14T00:11:46.370066Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 2.51, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-26T13:09:54.370071Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 2.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-30T06:20:03.370077Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 9.82, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-23T09:52:05.370083Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 3.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-23T09:56:54.370089Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-06T22:57:22.370095Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 6.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-10T04:33:39.370100Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 2.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-09T11:37:13.370106Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 6.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-18T20:53:22.370115Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 1.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-11T22:39:36.370121Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 0.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-05T12:21:46.370127Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.68, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-17T11:46:06.370132Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 0.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-04T23:20:21.370138Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-09T09:54:29.370144Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-28T14:46:44.370150Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 0.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-27T13:42:17.370155Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-30T10:42:04.370161Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 7.13, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-24T16:52:36.370167Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 6.93, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-17T13:53:23.370173Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 4.39, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-14T13:09:14.370179Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.71, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-16T17:41:30.370184Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-27T23:09:43.370190Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-21T02:03:24.370196Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-21T10:34:30.370202Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 1.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-04T13:36:35.370207Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-17T21:54:00.370213Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.51, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-03T21:11:09.370219Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 4.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-23T00:47:46.370225Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 4.13, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-21T16:34:19.370231Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 5.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-15T07:49:48.370237Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 7.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-17T00:35:47.370243Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 0.77, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-26T13:41:21.370249Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 4.17, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-05T15:49:35.370254Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 0.97, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-06T19:10:42.370260Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-06T17:48:07.370266Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 9.73, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-01T19:12:54.370272Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 3.19, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-22T07:21:20.370278Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 4.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-15T18:06:59.370284Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 8.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-14T22:13:42.370290Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 8.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-06T12:34:32.370295Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 1.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-26T10:17:46.370303Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.8, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T12:17:12.370309Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 5.28, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-11T01:47:26.370315Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 8.22, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-25T17:36:20.370320Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 0.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-12T19:46:46.370326Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 8.8, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-02T23:40:20.370332Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 2.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-26T11:50:46.370338Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-04T11:09:25.370343Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.16, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-14T04:28:08.370349Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-27T23:36:47.370355Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 8.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T04:19:42.370361Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-15T00:05:42.370367Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 2.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-01T12:08:52.370372Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 3.97, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-30T04:11:56.370378Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.2, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-10T01:39:56.370384Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 7.12, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-13T00:06:47.370390Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-25T13:29:51.370396Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.75, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-02T21:37:11.370401Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-20T18:12:04.370407Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-23T04:20:05.370413Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 0.7, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-10T15:16:18.370419Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-23T08:21:10.370425Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.29, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-12T00:35:28.370431Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 9.15, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-09T10:27:13.370436Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 4.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-24T08:36:54.370442Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 8.51, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-25T11:24:02.370448Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T08:49:08.370454Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 3.47, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-10T23:48:55.370460Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-26T21:38:48.370465Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 7.39, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-06T17:04:34.370471Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.79, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-11T09:34:44.370477Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 4.87, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-31T07:24:29.370485Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 2.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-22T23:44:12.370491Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 1.95, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-06T21:01:32.370497Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 7.58, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-03T20:04:22.370503Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 2.37, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-07T15:39:11.370509Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 5.82, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-16T06:49:12.370515Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 2.18, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-26T20:05:39.370521Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 9.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-09T03:54:38.370527Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.83, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-25T20:41:28.370533Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 1.91, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-18T00:38:31.370538Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 0.89, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-21T21:24:02.370544Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 9.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-02T22:34:38.370550Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 8.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-11T23:26:36.370555Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 0.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-10T17:58:07.370561Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 7.76, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-27T11:26:19.370567Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 2.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-17T22:37:57.370573Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 0.73, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-29T12:58:28.370578Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.84, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-26T05:40:14.370584Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 3.07, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-07T18:59:30.370590Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.26, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-09T18:23:01.370596Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 7.08, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-14T06:21:18.370601Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-28T12:37:56.370607Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 7.85, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-14T17:43:35.370612Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 8.26, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-19T03:29:16.370618Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.45, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-13T20:46:04.370624Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 0.97, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-12T19:49:04.370629Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 5.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-02T21:14:40.370635Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 1.06, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T13:07:00.370641Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-15T15:18:06.370647Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.01, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-06T06:53:39.370652Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 2.53, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-28T15:47:34.370658Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 0.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-22T07:53:54.370664Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-18T11:15:18.370670Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 9.59, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-11T09:53:48.370676Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 2.56, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-07T16:47:12.370684Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.48, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-19T19:41:41.370690Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.45, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-18T15:04:51.370696Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 8.13, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-03T22:07:47.370702Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 0.66, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-04T12:45:25.370708Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.64, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-22T16:54:59.370713Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 4.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-22T09:10:07.370719Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 7.33, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-19T01:51:09.370725Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.86, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-03T13:15:32.370731Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-11T21:24:54.370737Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 3.51, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-09T14:48:04.370743Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.4, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-01T13:26:31.370748Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 2.94, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-10T09:13:12.370754Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 9.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-08T00:11:43.370760Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 0.53, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-04T19:14:19.370765Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.67, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-02T08:34:19.370771Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 6.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-02T13:19:38.370777Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 9.21, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-07T06:01:17.370783Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 3.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-26T22:34:30.370789Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.35, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-25T10:32:19.370794Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 7.55, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-16T09:38:14.370800Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.05, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-24T06:11:14.370806Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 8.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-28T10:28:57.370811Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 1.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-22T03:48:24.370817Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 8.4, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-03T14:11:02.370823Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 4.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-18T23:34:49.370829Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-18T06:20:41.370834Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 8.44, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-13T03:41:34.370840Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.62, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-19T16:30:05.370846Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 3, + "type": "BUY", + "unitPrice": 7.92, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-29T14:54:49.370853Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.72, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-14T19:29:00.370859Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.49, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-04-22T08:07:30.370864Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 4.11, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-24T10:16:35.370870Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-04T23:15:11.370875Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 8.82, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-03T11:27:59.370881Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 8.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-13T15:16:08.370887Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 1.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-02T01:13:02.370893Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 0.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-28T04:22:14.370898Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 6.39, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-12-25T05:48:24.370904Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 5.38, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-27T12:26:17.370909Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 4.23, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-30T22:09:03.370914Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 7.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-29T04:27:48.370920Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 8, + "type": "BUY", + "unitPrice": 9.46, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-10T07:01:25.370925Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 6.65, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-28T17:24:19.370930Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 1.99, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-22T06:31:54.370936Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 7, + "type": "BUY", + "unitPrice": 4.3, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-02-21T02:50:25.370941Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 1.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-09T16:49:56.370947Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.54, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-07T00:03:42.370952Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 5.98, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-21T07:23:30.370957Z", + "symbol": "NFLX" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 5, + "type": "BUY", + "unitPrice": 3.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-03-04T08:10:35.370962Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 5.42, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-02T21:13:05.370968Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 9, + "type": "BUY", + "unitPrice": 5.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-07-17T18:09:10.370973Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 3.56, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-10-25T09:18:14.370979Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 9.81, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T19:43:34.370984Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 2.57, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-31T22:28:34.370989Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 6.4, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-11-05T20:04:43.370995Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 9.41, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-03T15:37:08.371000Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 1.6, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-06-26T01:53:31.371005Z", + "symbol": "AAPL" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 9.14, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-29T23:17:38.371011Z", + "symbol": "AMZN" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 2, + "type": "BUY", + "unitPrice": 5.64, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-10T18:10:15.371016Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 1, + "type": "BUY", + "unitPrice": 9.69, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T17:33:29.371021Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 3.09, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-02-08T01:30:13.371027Z", + "symbol": "MSFT" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 3.0, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-08-06T22:03:04.371032Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 3.78, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-24T17:28:55.371038Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 2.24, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T14:56:02.371043Z", + "symbol": "META" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 10, + "type": "BUY", + "unitPrice": 2.52, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2023-01-11T19:50:48.371049Z", + "symbol": "GOOG" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 6, + "type": "BUY", + "unitPrice": 0.63, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-09-15T23:14:46.371054Z", + "symbol": "TSLA" + }, + { + "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", + "comment": null, + "fee": 0, + "quantity": 4, + "type": "BUY", + "unitPrice": 9.03, + "currency": "USD", + "dataSource": "YAHOO", + "date": "2022-05-06T03:16:21.371059Z", + "symbol": "AAPL" + } + ] +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 8192881f4..5fa255777 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5932,7 +5932,7 @@ resolved "https://registry.yarnpkg.com/@types/big.js/-/big.js-6.1.6.tgz#3d417e758483d55345a03a087f7e0c87137ca444" integrity sha512-0r9J+Zz9rYm2hOTwiMAVkm3XFQ4u5uTK37xrQMhc9bysn/sf/okzovWMYYIBMFTn/yrEZ11pusgLEaoarTlQbA== -"@types/body-parser@*": +"@types/body-parser@*", "@types/body-parser@1.19.2": version "1.19.2" resolved "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz" integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== @@ -8045,6 +8045,24 @@ body-parser@1.20.0: type-is "~1.6.18" unpipe "1.0.0" +body-parser@1.20.1: + version "1.20.1" + resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" + integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw== + dependencies: + bytes "3.1.2" + content-type "~1.0.4" + debug "2.6.9" + depd "2.0.0" + destroy "1.2.0" + http-errors "2.0.0" + iconv-lite "0.4.24" + on-finished "2.4.1" + qs "6.11.0" + raw-body "2.5.1" + type-is "~1.6.18" + unpipe "1.0.0" + bonjour-service@^1.0.11: version "1.0.13" resolved "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.13.tgz" @@ -18250,6 +18268,13 @@ qs@6.10.3: dependencies: side-channel "^1.0.4" +qs@6.11.0: + version "6.11.0" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" + integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== + dependencies: + side-channel "^1.0.4" + qs@^6.10.0, qs@^6.4.0, qs@^6.6.0: version "6.10.5" resolved "https://registry.npmjs.org/qs/-/qs-6.10.5.tgz"