Thomas Kaul
e62989c981
Feature/copy logic of ghostfolio scraper api service to manual service ( #1691 )
* Copy logic of GhostfolioScraperApiService to ManualService
* Update changelog
2 years ago
Thomas Kaul
a850e8ca22
Import dividend ( #1560 )
* Import dividend
* Update changelog
2 years ago
Thomas Kaul
408bdbd187
Bugfix/fix GitHub contributors count ( #1219 )
* Fix GitHub contributors count
* Update changelog
3 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
3 years ago
Thomas Kaul
f1e06347d3
Feature/add data source eod historical data ( #974 )
* Add EOD Historical Data as a data source
* Update changelog
3 years ago
Thomas Kaul
2c4c16ec99
Feature/extend markets overview by benchmarks ( #953 )
* Add benchmarks to markets overview
* Update changelog
3 years ago
Thomas Kaul
ea3a9d3b79
Feature/eliminate circular dependencies in common library ( #896 )
* Eliminate circular dependencies
* Update changelog
3 years ago
Thomas Kaul
32fb3551dc
Feature/add default market price to scraper configuration ( #762 )
* Add default market price to scraper configuration
* Update changelog
3 years ago
Thomas Kaul
402d73a12c
Bugfix/fix get quotes for multiple ghostfolio symbols ( #758 )
* Support multiple symbols in getQuotes()
* Update changelog
3 years ago
Thomas Kaul
4826a51199
Feature/improve handling of scraper configuration ( #757 )
* Improve handling of missing scraper configuration
* Update changelog
3 years ago
Thomas Kaul
e4908b51aa
Feature/add context to logger ( #745 )
* Add contexts
* Update changelog
3 years ago
Thomas Kaul
c216ab1d76
Eliminate data source from order model ( #730 )
* Eliminate currency, data source and symbol from order model
* Remove prefix for symbols with data source GHOSTFOLIO
* 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
075431d868
Feature/add google sheets as data source ( #620 )
* Add google sheets as data source
* Update changelog
3 years ago
Thomas Kaul
d60b444324
Release/1.71.0 ( #458 )
* Refactor logger
* Fix exception
* Update changelog
3 years ago
Thomas Kaul
d999a27159
Feature/move scraper configuration to symbol profile ( #456 )
* Move scraper configuration
* Update changelog
3 years ago
Valentin Zickner
099ad18aaf
refactor data-provider.service.ts to have dynamic list of services ( #429 )
* Refactor data-provider.service.ts to have dynamic list of services
* Update changelog
Co-authored-by: Valentin Zickner <ghostfolio@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
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
Valentin Zickner
308b218487
introduce basic module structure for data provider ( #278 )
* introduce basic module structure for data provider
* introduce DataGatheringModule
* introduce ExchangeRateDataModule
* introduce ImpersonationModule
* move RulesService
* cleanup portfolio module
* Sort imports
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago
Thomas
b898c0678d
Feature/refactor exchange rate service ( #289 )
* Refactor exchange rate service
* Update changelog
4 years ago
Thomas
8ac1272a9d
Feature/eliminate name from scraper config ( #277 )
* Eliminate name from scraper config
* Update changelog
4 years ago
Thomas
3589e72aea
Harmonize prisma service ( #266 )
4 years ago
Thomas
cbdb68e2f8
Refactoring
4 years ago
Thomas
11b2379d98
Feature/respect data source in data gathering ( #107 )
* Respect data source in data gathering
* Update changelog
* optimize fetching from multiple data sources (#123 )
* optimize fetching from multiple data sources
* improve performance by executing data gathering promises in parallel
* removed unused imports
* rename hasHistoricalData to canHandle
* Sort imports
* Clean up
Co-authored-by: Valentin Zickner <3200232+vzickner@users.noreply.github.com>
4 years ago
Thomas
200a7d2d65
Feature/refactor search functionality ( #105 )
* Refactor search functionality
* Update changelog
* Improvements after code review
4 years ago
Thomas
abd0e08566
Introduce @ghostfolio/common lib ( #102 )
4 years ago
Thomas
c973ffd3ba
Feature/reorganize helper lib ( #100 )
Reorganize helper lib (Move interfaces and types)
* InfoItem
* PortfolioItem
* PortfolioOverview
* PortfolioPerformance
* Position
* PortfolioPosition
* PortfolioReport
* PortfolioReportRule
* User
* UserSettings
* DateRange
* AdminData
* AccessWithGranteeUser
* OrderWithAccount
* Granularity
* UserWithSettings
* RequestWithUser
4 years ago
Thomas
c70eb7793e
Feature/migration to accounts ( #58 )
* Migrate transaction table
* Add accounts page
* Add account page logic
4 years ago
Thomas
40c95a541d
Add data source to transaction model ( #53 )
4 years ago
Thomas
94e0feac68
Add scraper symbols to symbol lookup results ( #51 )
4 years ago
Thomas
125956eb3e
Refactor number extraction from string ( #41 )
4 years ago
Thomas
5cb69291f5
Introduce market states ( #38 )
* closed
* delayed (no live data)
* open
4 years ago
Thomas
069006145a
Improve scraper ( #28 )
4 years ago
Thomas
a2687eacbc
Feature/implement scraper ( #25 )
* Clean up imports
* Implement scraper
* Sort imports
4 years ago