Thomas Kaul
1d796a9597
Bugfix/change intraday data gathering to operate synchronously ( #2705 )
* Change intraday data gathering to operate synchronously
* Update changelog
2 years ago
Thomas Kaul
6f4fd0826c
Feature/respect with excluded accounts flag in get account balances ( #2697 )
* Respect withExcludedAccounts in getAccountBalances()
* Update changelog
2 years ago
Thomas Kaul
2b491dc732
Extend performance endpoint by net worth per day ( #2574 )
* Extend performance endpoint by net worth per day
* Update changelog
2 years ago
Thomas Kaul
0a83bcd697
Feature/improve error log for data source request timeout ( #2688 )
* Improve error log for timeouts
* Update changelog
2 years ago
Thomas Kaul
781496383b
Bugfix/improve get range query in market data service ( #2659 )
* Attempt to fix "too many bind variables in prepared statement, expected maximum of 32767"
* Update changelog
2 years ago
Dan
613fcbd9b3
Data Gathering fix
2 years ago
Dan
3a1d5c1aaf
Added Market Data upsert locks
2 years ago
Dan
e741ce79da
Handle Error if only free stocks + removed lock
2 years ago
Thomas Kaul
1586cd3a59
Feature/change twitter to x ( #2654 )
* Change Twitter to X
* Update changelog
2 years ago
Aldrin
aa72287d54
Extend benchmarks in the markets overview by 50-Day and 200-Day trends ( #2575 )
* Extend benchmarks in the markets overview by 50-Day and 200-Day trends
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Dan
375e305c66
Data Gathering fix
2 years ago
Dan
98db33553c
Added Market Data upsert locks
2 years ago
Dan
21955f3c09
Fix too many bind Parameters
2 years ago
Daniel Devaud
321602928f
Added Chunk Todos
2 years ago
Dan
ca722d7c28
Create Symbol Overwrite
- on editing non-Manual Asset Class
2 years ago
Thomas Kaul
93b6011ddc
Feature/refactor get range in market data service ( #2631 )
* Refactor to unique asset in getRange()
* Update changelog
2 years ago
Thomas Kaul
6a722d1bb7
Bugfix/fix get quotes in financial modeling prep service ( #2627 )
* Fix get quotes
* Update changelog
2 years ago
Thomas Kaul
dec1d89c5c
Feature/increase timeout in data provider and enhancer health check endpoint ( #2621 )
* Increase timeout in health check endpoint (data enhancer and provider)
* Update changelog
2 years ago
Dan
a6880e1aff
First try adding tag to portfolio performance analysis
2 years ago
Thomas Kaul
fcef0a72d5
Bugfix/improve handling of derived currencies ( #2604 )
* Improve handling of derived currencies
* Update changelog
2 years ago
Dan
fd62153407
Further Work on Holdings on tags
2 years ago
Lukas Möller
e8e1bb83bf
Fix get quotes in CoinGecko service ( #2595 )
* Fix get quotes in CoinGecko service
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
1b7e3a1e47
Feature/support activities import by isin for yahoo finance ( #2597 )
* Add support to import activities by isin
* Update changelog
2 years ago
Dan
65abae14e6
First Implementation of tags on holdings
2 years ago
Thomas Kaul
a704378702
Refactor interface of getQuotes() to object ( #2570 )
2 years ago
Aldrin
0af37ca1d7
Extend asset profile dialog form ( #2535 )
* Extend asset profile dialog form
* Update changelog
2 years ago
Thomas Kaul
4e7b7375a9
Feature/setup open figi ( #2526 )
* Setup OpenFIGI
* Update changelog
2 years ago
Thomas Kaul
1666486940
Bugfix/trim text in i18n service ( #2520 )
* Trim text
* Update changelog
2 years ago
Aldrin
29028a81f5
Add i18n service to query XML files ( #2503 )
* Add i18n service to query XML files
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
74278073b3
Bugfix/fix query to get asset profiles matching data source and symbol ( #2504 )
* Match dataSource and symbol
* Update changelog
2 years ago
Thomas Kaul
30e561c06f
Feature/extend assistant with search for asset profile ( #2499 )
* Extend assistant with search for asset profile
* Extend search results by currency, symbol and asset sub class
* Update changelog
2 years ago
Pavol Kolcun
7ae49eb839
Add endpoint for account balances ( #2484 )
* Add endpoint for account balances
* Update changelog
---------
Co-authored-by: Pavol Kolcun <pavol.kolcun@student.tuke.sk>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Kevin
6c66033eb4
Add date to markets overview by benchmarks ( #2436 )
* Add date
* Update changelog
2 years ago
Thomas Kaul
45f385a483
Feature/improve symbol conversion in eod historical data service ( #2457 )
* Improve conversion of currency symbols
* Update changelog
2 years ago
Dan
caf1aa059a
Fix format
2 years ago
Dan
f887da5df0
Fix format
2 years ago
Thomas Kaul
8236091477
Feature/add support for search query in portfolio position endpoint ( #2443 )
* Introduce search query filter
* Update changelog
2 years ago
Thomas Kaul
e2e4c9be3c
Feature/skip data gathering for manual data source ( #2379 )
* Skip data gathering
* Update changelog
2 years ago
Rafael
e23bf62859
Fix Memory Leak on Data Gathering when server TZ is behind UTC ( #2332 )
* Fix for timezones behind UTC (the previous code converted the date to one day before (in local time) then added a day, which resulted in the same day after converting back to UTC and thus generating an infinite loop)
* Update changelog
---------
Co-authored-by: Rafael Claudio <rafacla@github.com>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
7f25066f0f
Remove ALPHA_VANTAGE_API_KEY ( #2345 )
2 years ago
Thomas Kaul
8fc5676443
Feature/improve timeout of data source requests ( #2330 )
* Improve timeout
* Update changelog
2 years ago
Thomas Kaul
b21884eb66
Feature/harmonize logger output ( #2321 )
* Harmonize logger output
* Update changelog
2 years ago
Thomas Kaul
bc33e5f147
Feature/remove deprecated environment variable base currency ( #2255 )
* Remove the deprecated environment variable BASE_CURRENCY
* Update changelog
2 years ago
Thomas Kaul
0f8bc7db32
Bugfix/do not remove countries and sectors in yahoo finance data enhancer ( #2297 )
* Do not remove countries and sectors
* Update changelog
2 years ago
Thomas Kaul
1f46a6b6f3
Clean up ( #2291 )
2 years ago
Daniel Devaud
29bdbf3451
Fix Format
2 years ago
Daniel Devaud
5cd36caf18
Remove unused import
2 years ago
Daniel Devaud
f14959e6ab
Better trackinsight inaccuracy handling
2 years ago
Thomas Kaul
0b59fc639d
Feature/upgrade prettier to version 3 ( #2163 )
* Upgrade prettier to version 3.0.2
* Prettify code
* Update changelog
2 years ago
Thomas Kaul
c2fd31f5e5
Feature/add health check endpoints for data enhancers ( #2265 )
* Add health check for data enhancers
* Update changelog
2 years ago