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
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
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
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
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
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
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
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
Thomas Kaul
5783497a66
Feature/improve symbol validation in Yahoo Finance service ( #4445 )
* Improve symbol validation
* Update changelog
7 months ago
Thomas Kaul
755ab15755
Feature/format name in financial modeling prep service ( #4441 )
* Format name
* Update changelog
7 months ago
Thomas Kaul
70cd1a89b5
Feature/extend Ghostfolio data provider ( #4420 )
* Extend Ghostfolio data provider
7 months ago
Thomas Kaul
6bdfd8984f
Bugfix/fix fetching dividend and historical market data in Financial Modeling Prep service ( #4416 )
* Add default values
* Update changelog
8 months ago
Thomas Kaul
a8d1248461
Feature/improve symbol lookup in Trackinsight service ( #4377 )
* Improve symbol lookup for EXCHANGE:SYMBOL pattern
* Update changelog
8 months ago
Thomas Kaul
168a679535
Feature/extend trackinsight data enhancer by cusip ( #4362 )
* Extend Trackinsight data enhancer by cusip
* Update changelog
8 months ago
Guillermo Tomás Fernández Martín
4f76ee6758
Feature/improve symbol lookup in Trackinsight data enhancer ( #4296 )
* Feature: enhance Trackinsight data fetching with symbol search fallback
* Feature: refactor Trackinsight symbol search for improved clarity and error handling
* Fixed style concerns and removed code duplication
* Minor improvements
* Update changelog
* Update changelog
* Clean up
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
8 months ago
Thomas Kaul
5b786ba143
Feature/improve error handling in CoinGecko service ( #4287 )
* Improve error handling
* Update changelog
9 months ago
Guillermo Tomás Fernández Martín
d4f28e2759
Feature/add support for ETF sector data in YahooFinanceDataEnhancer ( #4258 )
* Add support for ETF sector data in YahooFinanceDataEnhancer
* Update changelog
9 months ago
Thomas Kaul
cca26040bf
Feature/extend get asset profile in financial modeling prep service ( #4230 )
* Extend get asset profile by ETF website
9 months ago
Miguel Borges de Freitas
553c10ac91
Bugfix/fix issue with MIME type detection in scraper configuration ( #4237 )
* Fix issue with MIME type detection in scraper configuration
* Update changelog
9 months ago
Thomas Kaul
39ac6f352f
Feature/extend get historical in financial modeling prep service ( #4229 )
* Extend get historical
* Update changelog
9 months ago
Thomas Kaul
4e51a973c7
Feature/refactor is cryptocurrency check ( #4215 )
* Refactoring
9 months ago
Thomas Kaul
4d201acdbe
Feature/extend get dividends in financial modeling prep service ( #4210 )
* Extend get dividends
* Update changelog
9 months ago
Thomas Kaul
511a2d6d0d
Feature/extend asset profile data in financial modeling prep service ( #4206 )
* Extend asset profile data
* Update changelog
9 months ago
Thomas Kaul
40b628e0e7
Feature/extend search by isin in financial modeling prep service ( #4204 )
* Extend search by ISIN
* Update changelog
9 months ago
Thomas Kaul
ec79a9efb6
Bugfix/fix exception in scraper configuration ( #4196 )
* Fix exception in scraper configuration
* Update changelog
9 months ago
Szymon Łągiewka
7a602ea2d6
Feature/remove got in favor of using fetch ( #4154 )
* Remove got in favor of using fetch
* Update changelog
10 months ago
Szymon Łągiewka
74bc8222d6
Feature/Refactored `got` calls to use `AbortSignal.timeout()` without `AbortController()` ( #4153 )
* Feature/refactor got calls to use AbortSignal.timeout
Instead of manually creating AbortController and controlling the abort
with setTimeout.
Feature available since node v16.14.0 and v17.3.0[^1] and is built to
replace the exact scenario that all these requests have.
[^1]:https://nodejs.org/docs/latest-v22.x/api/globals.html#static-method-abortsignaltimeoutdelay
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
10 months ago
Thomas Kaul
f2638614d4
Feature/improve search for asset profiles with manual data source in create or update activity dialog ( #4142 )
* Improve search for asset profiles with MANUAL data source
* Update changelog
10 months ago
Thomas Kaul
7a19fc53b0
Feature/improve activities import by isin for yahoo finance ( #4140 )
* Allow activities import by isin even if multiple quotes found
* Update changelog
10 months ago
Ed
febb4119c6
Bugfix/fix jsonpath import ( #4115 )
* Fix jsonpath import
* Update changelog
10 months ago
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ( #4093 )
* Setup API keys for Ghostfolio data provider
11 months ago
Thomas Kaul
2067e8ea40
Feature/add support for dividends in Ghostfolio data provider ( #4081 )
* Add support for dividends
11 months ago
Thomas Kaul
66bbbc2cb8
Feature/improve error handling in Ghostfolio data provider ( #4079 )
* Improve error handling
11 months ago
Thomas Kaul
9ca901f6e6
Feature/improve api key management of ghostfolio data provider ( #4069 )
* Improve API key management
* Add fallback for language code
11 months ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
11 months ago
Thomas Kaul
0bc52fd80e
Feature/harmonize log messages in data provider services ( #4064 )
* Harmonize log messages
11 months ago
Thomas Kaul
a8ea8a4599
Feature/refactor types in EOD historical data service ( #4063 )
* Refactor types
11 months ago
Thomas Kaul
190bb4b6fb
Feature/refactor data gathering items ( #4032 )
* Refactoring
12 months ago
Thomas Kaul
9c27fb70aa
Feature/minor improvements in data provider service ( #4017 )
* Refactoring
12 months ago
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
* Introduce lookup response interface
* Refactor lookup item interface
12 months ago