Thomas Kaul
b4e8a4090d
Task/simplify recent market data gathering ( #7714 )
* Simplify recent market data gathering
* Update changelog
3 days ago
Thomas Kaul
0d0ed97227
Bugfix/response of historical market data gathering for a specific date ( #7717 )
* Fix response of historical market data gathering for a specific date
* Update changelog
3 days ago
Thomas Kaul
712a7a7e11
Bugfix/repeated historical market data gathering on weekends ( #7710 )
* Fix repeated historical market data gathering on weekends
* Update changelog
4 days ago
Thomas Kaul
a55b9f212b
Bugfix/missing close price in historical market data ( #7694 )
* Fix missing close price in historical market data of Yahoo Finance service
* Discard market prices carried forward beyond the data of the data provider
* Update changelog
6 days ago
Thomas Kaul
87cb77a8fd
Feature/merge asset profile into existing asset profile ( #7654 )
* Merge asset profile into existing asset profile
* Update changelog
1 week ago
David Requeno
9d2e4b732c
Feature/add stock splits logic ( #7568 )
* Add business logic and tests for stock splits
* Update changelog
2 weeks ago
Thomas Kaul
92475c0b8b
Task/improve error log output of data provider and queue services ( #7622 )
* Improve error log output of data provider and queue services by omitting stack trace
* Update changelog
2 weeks ago
Thomas Kaul
46d740e381
Task/consolidate exchange rates gathering together with hourly market data ( #7095 )
* Consolidate exchange rates gathering with hourly market data
* Update changelog
2 months ago
Thomas Kaul
af9889f0ff
Bugfix/missing asset profiles and historical data for symbols across data sources ( #7089 )
* Fix missing asset profiles and historical data
* Update changelog
2 months ago
Thomas Kaul
2f96b42107
Task/reuse asset profile identifier (part 2) ( #7087 )
Reuse AssetProfileIdentifier
2 months ago
Thomas Kaul
1587206e67
Bugfix/missing quotes for symbols across data sources ( #7085 )
* Fix missing quotes
* Update changelog
2 months ago
Thomas Kaul
7d779d8461
Feature/add data gathering frequency to symbol profile ( #7083 )
* Add data gathering frequency to symbol profile and gather hourly
* Update changelog
2 months ago
Thomas Kaul
be874f62e3
Task/centralize asset profile override logic ( #6991 )
* Centralize asset profile logic
* Update changelog
3 months ago
Thomas Kaul
d830e0f6f4
Task/migrate backend logger to instance pattern ( #6966 )
* Refactor backend logging to use instance-based Logger
* Update changelog
3 months ago
Thomas Kaul
d341c4804a
Feature/improve asset profile data gathering ( #5997 )
* Improve asset profile data gathering
* Update changelog
9 months ago
Sven Günther
96cad6ad7a
Feature/atomic data replacement during historical market data gathering ( #5858 )
* Atomic data replacement during historical market data gathering
* Update changelog
10 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
10 months ago
Thomas Kaul
180e0f3c81
Feature/add date range query parameter to data gathering endpoint ( #5684 )
* Add date range
* Update changelog
11 months ago
csehatt741
8b9b1c7f11
Feature/refactor getByKey() in PropertyService ( #5065 )
* Refactor getByKey() in PropertyService
* Update changelog
1 year ago
Thomas Kaul
67db1b0de4
Feature/rename Order to activities in SymbolProfile database schema ( #4661 )
* Rename Order to activities
* Update changelog
1 year ago
Thomas Kaul
31be526c11
Feature/restrict historical market data gathering to active asset profiles ( #4483 )
* Restrict historical market data gathering to active asset profiles
* Update changelog
1 year ago
Thomas Kaul
168a679535
Feature/extend trackinsight data enhancer by cusip ( #4362 )
* Extend Trackinsight data enhancer by cusip
* Update changelog
2 years ago
Thomas Kaul
190bb4b6fb
Feature/refactor data gathering items ( #4032 )
* Refactoring
2 years ago
Thomas Kaul
403ee2741d
Feature/set up portfolio snapshot queue ( #3725 )
* Set up portfolio snapshot queue
* Update changelog
2 years ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
2 years ago
Thomas Kaul
d5c56fb16c
Feature/optimize 7d data gathering by prioritization ( #3575 )
* Optimize 7d data gathering by prioritization
* Update changelog
2 years ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
2 years ago
Thomas Kaul
15857118fe
Feature/let data gathering queue jobs fail by throwing errors ( #3281 )
* Let data gathering queue jobs fail by throwing errors
* Update changelog
2 years ago
Thomas Kaul
4e7d93db13
Feature/adapt priorities of data gathering jobs ( #3262 )
* Adapt priorities of data gathering jobs
* Update changelog
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
3 years ago
Thomas Kaul
4e7b7375a9
Feature/setup open figi ( #2526 )
* Setup OpenFIGI
* Update changelog
3 years ago
Thomas Kaul
e2e4c9be3c
Feature/skip data gathering for manual data source ( #2379 )
* Skip data gathering
* Update changelog
3 years ago
Thomas Kaul
b21884eb66
Feature/harmonize logger output ( #2321 )
* Harmonize logger output
* Update changelog
3 years ago
Thomas Kaul
0b59fc639d
Feature/upgrade prettier to version 3 ( #2163 )
* Upgrade prettier to version 3.0.2
* Prettify code
* Update changelog
3 years ago
Thomas Kaul
928f6f0c45
Bugfix/fix historical data gathering interval for benchmarks with activity ( #2221 )
* Fix historical data gathering interval for asset profiles used as benchmarks having activities
* Update changelog
3 years ago
Thomas Kaul
286e41eb21
Feature/optimize import validation by reducing to unique asset profiles ( #2198 )
* Optimize activities validation
* Optimize data gathering in import
* Update changelog
3 years ago
Thomas Kaul
e61b3b34a7
Eliminate getSymbolProfilesBySymbols() ( #1912 )
3 years ago
Thomas Kaul
7b77dc044a
Feature/add state to market data database schema ( #1893 )
* Add state (CLOSE / INTRADAY) to MarketData
* Update changelog
3 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
3 years ago
Thomas Kaul
cddea0401f
Feature/add data source as unique constraint to market data schema ( #1889 )
* Add dataSource as unique constraint to MarketData schema
* Update changelog
3 years ago
Thomas Kaul
e23ff33e6f
Feature/skip job creation for manual data source without scraper configuration ( #1857 )
* Skip job creation for MANUAL data source without scraper configuration
* Update changelog
3 years ago
Thomas Kaul
1ed5690b33
Feature/improve queue jobs implementation ( #1855 )
* Improve queue jobs implementation
* Update changelog
3 years ago
Thomas Kaul
9bce57894e
Feature/increase historical market data gathering to 10 years ( #1830 )
* Increase historical market data gathering of currency pairs to 10+ years
* Update changelog
3 years ago
Thomas Kaul
c8ca82b803
Feature/extend data source eod historical data by asset class and isin ( #1791 )
* Extend EodHistoricalDataService
* asset and asset sub class
* isin
* Update changelog
3 years ago
Thomas Kaul
684c1e55b0
Bugfix/do not skip manual data source part 2 ( #1732 )
* Do not skip MANUAL data source
* Update changelog
4 years ago
Thomas Kaul
9d9b805b0e
Bugfix/do not skip manual data source ( #1718 )
* Do not skip MANUAL data source
* Update changelog
4 years ago
Thomas Kaul
0cbf275a2e
Feature/eliminate ghostfolio scraper api service ( #1706 )
* Eliminate GhostfolioScraperApiService
* Update changelog
4 years ago
Thomas Kaul
538c8947cd
Feature/rename data source from rakuten to rapid api ( #1350 )
* Rename Rakuten to Rapid API
* Update changelog
4 years ago
Thomas Kaul
eb059a024a
Feature/delete data in data gathering by symbol ( #1039 )
* Delete market data
* Update changelog
4 years ago
Thomas Kaul
557e3a0676
Feature/migrate historical market data gathering to queue design pattern ( #991 )
* Migrate historical market data gathering to queue
* Filter and delete jobs
* Detect duplicate jobs
* Update changelog
4 years ago