Thomas Kaul
f2de941146
Improve symbol lookup for EXCHANGE:SYMBOL pattern
2 months ago
Thomas Kaul
168a679535
Feature/extend trackinsight data enhancer by cusip ( #4362 )
* Extend Trackinsight data enhancer by cusip
* Update changelog
2 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>
3 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
3 months ago
Szymon Łągiewka
7a602ea2d6
Feature/remove got in favor of using fetch ( #4154 )
* Remove got in favor of using fetch
* Update changelog
4 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>
4 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
4 months ago
Thomas Kaul
51b68e561f
Feature/add support for mutual funds in eod historical data service ( #3970 )
* Add support for mutual funds
* Update changelog
6 months ago
dw-0
a14c10bad2
Feature/Enable unused compiler options in tsconfig ( #3895 )
* Enable noUnusedLocals noUnusedParameters in compiler options of tsconfig
* Update changelog
7 months ago
dw-0
fc5ed887ff
Feature/Set prefer-const to error in eslint configuration ( #3888 )
* Set prefer-const to error in eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
7 months ago
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ( #3887 )
* Switch @typescript-eslint/no-unused-vars to error
7 months ago
Thomas Kaul
23e4d5454d
Feature/improve allocations by etf holding ( #3467 )
* Improve allocations by ETF holding
* Update changelog
11 months ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
11 months ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
1 year ago
Thomas Kaul
d32dd5e860
Feature/upgrade countries list to version 3.1.0 ( #3131 )
* Upgrade countries-list to version 3.1.0
* Update changelog
1 year ago
Søren Bjergmark
68e558f198
Feature/Improve activities import by ISIN number ( #3051 )
* Improve activities import by ISIN number
* Update changelog
1 year ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
1 year ago
Thomas Kaul
f83e75df44
Feature/harmonize env variables of various api keys ( #2980 )
* Harmonize env variables of various API keys
* Update changelog
1 year ago
Francisco Silva
3df8810412
Feature/Add support to grant private access with permissions ( #2870 )
* Add support to grant private access with permissions
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
8f5f4c5875
Feature/format name in eod historical data service ( #2922 )
* Format name
* Update changelog
1 year ago
Thomas Kaul
ba3cf82c6e
Feature/increase robustness of exchange rates by always getting quotes ( #2875 )
* Always get quotes (with fallback to historical data)
* Update changelog
1 year ago
miles
34b02210df
Feature/expose the environment variable `REQUEST_TIMEOUT` ( #2792 )
* Expose the environment variable `REQUEST_TIMEOUT`
* Update changelog
1 year ago
Thomas Kaul
0e94112dc7
Feature/adjust holdings weight threshold in trackinsight data enhancer ( #2742 )
* Adjust holdings weight threshold
* Update changelog
1 year 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
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
Thomas Kaul
4e7b7375a9
Feature/setup open figi ( #2526 )
* Setup OpenFIGI
* Update changelog
2 years ago
Thomas Kaul
8fc5676443
Feature/improve timeout of data source requests ( #2330 )
* Improve timeout
* 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
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
Thomas Kaul
da6591fca0
Bugfix/fix base url in trackinsight data enhancer ( #2258 )
* Fix base url
* Update changelog
2 years ago
Thomas Kaul
b5f01c0d15
Feature/migrate requests from bent to got ( #2231 )
* Migrate requests from bent to got
* Update changelog
2 years ago
Thomas Kaul
73b6784e9f
Feature/beautify ampersand in asset profile names ( #2138 )
* Beautify ampersand
* Update changelog
2 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
2 years ago
Thomas Kaul
922876a893
Feature/add yahoo finance data enhancer ( #1865 )
* Add Yahoo Finance data enhancer
* Update changelog
2 years ago
Thomas Kaul
7ec033577f
Feature/extend trackinsight data enhancer by isin ( #1793 )
* Extend data enhancer by isin
* Update changelog
2 years ago
Thomas Kaul
977c5a9544
Feature/skip data enhancement if data is inaccurate ( #935 )
* Skip data enhancer if data is inaccurate
* Update changelog
3 years ago
Thomas Kaul
c02bcd9bd8
Feature/migrate to yahoo finance2 ( #722 )
* Migrate to yahoo-finance2
* Add support for mutual funds
* Add url to symbol profile
* Clean up
3 years ago
Thomas Kaul
1e526852a7
Bugfix/fix mapping for russia in trackinsight data enhancer ( #610 )
* Fix mapping for Russia
* Update changelog
3 years ago
Thomas Kaul
678544748a
Add symbol mapping ( #452 )
* Add symbol mapping
* Update changelog
4 years ago
Thomas Kaul
1296f95602
Feature/move data enhancer from data provider to data gathering ( #437 )
* Move data enhancers from data provider to data enhancer module
* Update changelog
4 years ago
Valentin Zickner
f308ae7a13
add sectors and countries for ETFs ( #410 )
* Update changelog
Co-Authored-By: Valentin Zickner <valentin@coderworks.de>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 years ago