Thomas Kaul
Thomas Kaul
**Description** Support the import of a `csv` file from _Yahoo Finance_ in the following format: ``` Symbol,Current Price,Date,Time,Change,Open,High,Low,Volume,Trade Date,Purchase Price,Quantity,Commission,High Limit,Low Limit,Comment IUS2.F,3.703,2023/06/30,15:11 CEST,0.11400008,3.6775,3.719,3.6775,971,20230404,3.77,500.0,,,, ``` **Tasks** - [ ] Extend...
Hello everyone I'm using this library for handling environment variables in a project. I have come across a scenario where it would be great to support [_Docker_ secrets](https://docs.docker.com/compose/use-secrets) (environment variables...
For this template ``` ``` it would be handy if the plugin automatically sorts the value of the attribute `class`: ``` ```
Is it possible to add the currency field to the snapshot? I think the yahoo API also provides the currency (e.g _USD_). Kind regards, Thomas
We still have an issue after upgrading `ngx-custom-validators` from `8.0.0` to `10.0.0` using Angular 10. **HTML** ``` ``` **Error in console** ``` zone-evergreen.js:171 Uncaught TypeError: Cannot read property 'firstCreatePass' of...
Add support for filters (`@Query`) to the `DELETE /api/v1/order` [endpoint](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/order/order.controller.ts#L56): - `filterByAccounts` - `filterByAssetClasses` - `filterByTags` Example: https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/order/order.controller.ts#L87