Thomas Kaul
f3fb123309
Feature/improve various functions of data providers ( #5418 )
* Improve various functions of data providers
* Reuse request timeout
* Handle exception in getQuotes() of FinancialModelingPrepService
* Update changelog
2 months ago
Thomas Kaul
af903321a2
Feature/improve error handling in data providers (part 2) ( #5413 )
* Improve error handling
* Update changelog
2 months ago
Thomas Kaul
b2867b1955
Feature/randomize minutes of hourly data gathering cron job ( #5403 )
* Randomize minutes of hourly data gathering
* Update changelog
2 months ago
Thomas Kaul
dad3c27ad9
Feature/remove DATA_SOURCES_LEGACY ( #5396 )
* Remove DATA_SOURCES_LEGACY
2 months ago
Thomas Kaul
b0f770e50a
Feature/improve error handling in data providers ( #5387 )
* Improve error handling
* Update changelog
2 months ago
Thomas Kaul
4844a5b1ad
Feature/refactor tag handling for exclude from analysis ( #5306 )
* Refactoring
3 months ago
Thomas Kaul
7a5927592d
Feature/add support to exclude activity from analysis via tag ( #5297 )
* Add support to exclude activity from analysis via tag
* Update changelog
3 months ago
Thomas Kaul
c8c5842cec
Feature/migrate various requests to its stable API version in Financial Modeling Prep service ( #5253 )
* Migrate to stable API version
* Update changelog
3 months ago
Thomas Kaul
51f067e454
Bugfix/fix issue with currency detection in Yahoo Finance service ( #5250 )
* Improve currency detection
* Extend tests
* Update changelog
3 months ago
Thomas Kaul
cf8eac3d44
Feature/rename Settings to settings in User database schema ( #5100 )
* Rename Settings to settings in User database schema
* Update changelog
4 months ago
Thomas Kaul
64b392fa02
Feature/upgrade yahoo-finance2 to version 3.4.1 ( #5072 )
* Upgrade yahoo-finance2 to version 3.4.1
* Suppress survey notice
* Update changelog
4 months ago
Thomas Kaul
70f7d4b119
Bugfix/extend getHistorical() and getQuotes() in RapidApiService ( #5080 )
* Extend getHistorical()
* Extend getQuotes()
4 months ago
Thomas Kaul
53127340f4
Feature/extend markets ( #5076 )
* Extend markets
* Clean up
4 months ago
csehatt741
8b9b1c7f11
Feature/refactor getByKey() in PropertyService ( #5065 )
* Refactor getByKey() in PropertyService
* Update changelog
4 months ago
Thomas Kaul
f936c69a7f
Feature/refactor scraper in manual service ( #5048 )
* Refactoring
4 months ago
Thomas Kaul
3fcd611e29
Feature/extend selector handling of scraper for more use cases ( #5047 )
* Extend selector handling for more use cases
* Update changelog
4 months ago
Thomas Kaul
a7a33eeb56
Bugfix/fix locale in scraper configuration ( #5011 )
* Fix locale in scraper configuration
* Update changelog
4 months ago
Thomas Kaul
d5d74eb4db
Feature/rename GranteeUser to granteeUser in Access database schema ( #4979 )
* Rename GranteeUser to granteeUser in Access database schema
* Update changelog
4 months ago
Renegade Solutions
b92eff5b72
Feature/switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once ( #4944 )
* Switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once
* Update changelog
4 months ago
Thomas Kaul
be3be20604
Feature/set market state of exchange rate symbols to open in FMP service ( #4915 )
* Set market state of exchange rate symbols to open
* Update changelog
4 months ago
Thomas Kaul
20070d76bc
Feature/rename User to user in database schema ( #4899 )
* Rename User to user in database schema
* Update changelog
4 months ago
Tobias Kugel
3bcb19af14
Feature/migrate i18n service to injectable service ( #4829 )
* Migrate i18n service to injectable service
* Update changelog
5 months ago
Thomas Kaul
b3ec353074
Feature/change interpolation syntax in i18n service ( #4849 )
* Change interpolation syntax from {var} to ${var}
5 months ago
Tobias Kugel
fde8ff4bb6
Feature/localize X-ray rule FeeRatioInitialInvestment ( #4779 )
* Localize X-ray rule FeeRatioInitialInvestment
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
5 months ago
Thomas Kaul
cb7434a8b2
Feature/sync demo account activities based on tags ( #4797 )
* Sync demo account activities based on tags
* Update changelog
5 months ago
Thomas Kaul
fda9cc71f7
Feature/modularize cron service ( #4795 )
* Modularize cron service
* Update changelog
5 months ago
Thomas Kaul
9e74eec04d
Feature/rename orders to activities in Tag database schema ( #4783 )
* Rename orders to activities in Tag database schema
* Update changelog
5 months ago
Thomas Kaul
1a247d6e97
Feature/improve handling of schema validation errors in search of Yahoo Finance service ( #4744 )
* Improve handling of schema validation errors
* Update changelog
5 months ago
Thomas Kaul
90385157d7
Feature/improve Ghostfolio data provider integration ( #4743 )
* Improve Ghostfolio data provider integration
5 months ago
Thomas Kaul
0ea588315a
Feature/improve symbol lookup results by removing currency from name of cryptocurrencies ( #4702 )
* Improve symbol lookup results by removing currency from name of cryptocurrencies
* Update changelog
5 months ago
Thomas Kaul
1697b7e1e0
Feature/remove unused Order model ( #4690 )
* Remove unused Order model
5 months ago
Kenrick Tandrian
4adc9dc9b1
Feature/upgrade to node-yahoo-finance2 version 3 ( #4695 )
* Upgrade node-yahoo-finance2 from version 2.11.3 to 3.3.1
* Update changelog
5 months ago
Thomas Kaul
67db1b0de4
Feature/rename Order to activities in SymbolProfile database schema ( #4661 )
* Rename Order to activities
* Update changelog
6 months ago
Kenrick Tandrian
770b322137
Feature/extend watchlist endpoint by name, performances and market condition ( #4634 )
* Extend watchlist endpoint by name, performances and market condition
* Update changelog
6 months ago
Thomas Kaul
b90bfc3d6e
Feature/extend data providers management of admin control panel ( #4615 )
* Extend data providers management
* Update changelog
6 months ago
Thomas Kaul
56fcafaa12
Feature/improve premium data provider handling in getQuotes() ( #4590 )
* Improve premium data provider handling in getQuotes()
6 months ago
Thomas Kaul
71fc3906c7
Feature/add performance calculation type to user settings ( #4567 )
* Add performance calculation type to user settings
* Update changelog
6 months ago
Thomas Kaul
3091c3f080
Feature/rename Subscription to subscriptions in user database schema ( #4575 )
* Rename Subscription to subscriptions
* Update changelog
6 months ago
Thomas Kaul
d6e0b499d9
Feature/migrate lookup by ISIN in Financial Modeling Prep service to stable API version ( #4573 )
* Migrate lookup by ISIN to stable API version
* Update changelog
6 months ago
Thomas Kaul
1ae5ba7f8a
Feature/parallelize asset profile requests in get quotes functionality of Financial Modeling Prep service ( #4569 )
* Parallelize asset profile requests
* Update changelog
6 months ago
Thomas Kaul
b6f87e46a7
Bugfix/fix asset class parsing in Financial Modeling Prep service for exchange rates ( #4559 )
* Fix the asset class parsing
* Update changelog
6 months ago
Thomas Kaul
6122da3f14
Feature/optimize get range query in market data service ( #4527 )
* Optimize query in getRange()
* Update changelog
6 months ago
csehatt741
42734dff75
Feature/deactivate asset profile on delisting (Yahoo Finance) ( #4524 )
* Deactivate asset profile on delisting (Yahoo Finance)
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
6 months ago
Thomas Kaul
d1a4cb5037
Feature/improve financial modeling prep service ( #4528 )
* Improve service
* Set maximum number of symbols per request
* Migrate getQuotes to stable API version
* Update changelog
6 months ago
Tobias Kugel
91394160b9
Feature/Allow to edit identifier in asset profile dialog ( #4469 )
* Allow to edit identifier in asset profile dialog
* Update changelog
7 months 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
7 months ago
Thomas Kaul
c467c946d4
Bugfix/fix symbol validation in Yahoo Finance service ( #4472 )
* Fix symbol validation
* Add test cases
7 months ago
Thomas Kaul
a6952a0e37
Feature/extend get data sources in data provider service ( #4473 )
* Extend data sources
7 months ago
Ronnie Alsop
a9c3224856
Feature/add endpoint to localize site.webmanifest ( #4450 )
* Add endpoint to localize site.webmanifest
* Refactor rootUrl
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
7 months ago
Szymon Łągiewka
795e4582a8
Feature/replace lodash.uniq with Array.from + Set ( #4387 )
* Replace lodash.uniq with Array.from + Set
* Update chagnelog
7 months ago