Feature/add and update historical data in bulk (#1904)

* Upsert historical data in bulk

* Update changelog
This commit is contained in:
Thomas Kaul
2023-04-29 10:12:50 +02:00
committed by GitHub
parent f79c36edbb
commit 623a284ba4
3 changed files with 69 additions and 21 deletions

View File

@ -0,0 +1,38 @@
{
"meta": {
"date": "2023-04-29T00:00:00.000Z",
"version": "dev"
},
"activities": [
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 65.31,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2012-01-02T22:00:00.000Z",
"symbol": "VTI"
},
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 65.40,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2011-01-02T22:00:00.000Z",
"symbol": "VTI"
},
{
"fee": 0,
"quantity": 10,
"type": "BUY",
"unitPrice": 57.05,
"currency": "USD",
"dataSource": "YAHOO",
"date": "2010-01-03T22:00:00.000Z",
"symbol": "VTI"
}
]
}