diff --git a/apps/api/src/app/frontend.middleware.ts b/apps/api/src/app/frontend.middleware.ts index 5d355d19c..baf1953b0 100644 --- a/apps/api/src/app/frontend.middleware.ts +++ b/apps/api/src/app/frontend.middleware.ts @@ -104,6 +104,11 @@ export class FrontendMiddleware implements NestMiddleware { ) { featureGraphicPath = 'assets/images/blog/20230520.jpg'; title = `Unlock your Financial Potential with Ghostfolio - ${title}`; + } else if ( + request.path.startsWith('/en/blog/2023/07/exploring-the-path-to-fire') + ) { + featureGraphicPath = 'assets/images/blog/20230701.jpg'; + title = `Exploring the Path to FIRE - ${title}`; } if ( diff --git a/apps/client/src/app/app-routing.module.ts b/apps/client/src/app/app-routing.module.ts index 39fb5952c..175a70822 100644 --- a/apps/client/src/app/app-routing.module.ts +++ b/apps/client/src/app/app-routing.module.ts @@ -138,6 +138,13 @@ const routes: Routes = [ './pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.module' ).then((m) => m.UnlockYourFinancialPotentialWithGhostfolioPageModule) }, + { + path: 'blog/2023/07/exploring-the-path-to-fire', + loadChildren: () => + import( + './pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.module' + ).then((m) => m.ExploringThePathToFirePageModule) + }, { path: 'demo', loadChildren: () => diff --git a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html index d6226dafe..7a515794f 100644 --- a/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html +++ b/apps/client/src/app/pages/blog/2023/05/unlock-your-financial-potential-with-ghostfolio/unlock-your-financial-potential-with-ghostfolio-page.html @@ -92,12 +92,14 @@

Achieving financial independence - including early retirement (FIRE) requires careful planning, - monitoring, and forecasting. Ghostfolio’s robust features equip - individuals with tools to analyze, optimize and simulate investment - strategies. By providing insights, performance tracking, and - portfolio analysis, Ghostfolio serves as a valuable companion in the - pursuit of financial freedom. + including early retirement (FIRE) requires careful planning, monitoring, and forecasting. + Ghostfolio’s robust features equip individuals with tools to + analyze, optimize and simulate investment strategies. By providing + insights, performance tracking, and portfolio analysis, Ghostfolio + serves as a valuable companion in the pursuit of financial freedom.

diff --git a/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page-routing.module.ts b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page-routing.module.ts new file mode 100644 index 000000000..eb113f1f5 --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page-routing.module.ts @@ -0,0 +1,20 @@ +import { NgModule } from '@angular/core'; +import { RouterModule, Routes } from '@angular/router'; +import { AuthGuard } from '@ghostfolio/client/core/auth.guard'; + +import { ExploringThePathToFirePageComponent } from './exploring-the-path-to-fire-page.component'; + +const routes: Routes = [ + { + canActivate: [AuthGuard], + component: ExploringThePathToFirePageComponent, + path: '', + title: 'Exploring the Path to FIRE' + } +]; + +@NgModule({ + imports: [RouterModule.forChild(routes)], + exports: [RouterModule] +}) +export class ExploringThePathToFireRoutingModule {} diff --git a/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component.ts b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component.ts new file mode 100644 index 000000000..4726582e8 --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.component.ts @@ -0,0 +1,9 @@ +import { Component } from '@angular/core'; + +@Component({ + host: { class: 'page' }, + selector: 'gf-exploring-the-path-to-fire-page-page', + styleUrls: ['./exploring-the-path-to-fire-page.scss'], + templateUrl: './exploring-the-path-to-fire-page.html' +}) +export class ExploringThePathToFirePageComponent {} diff --git a/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html new file mode 100644 index 000000000..ca8ccdc8c --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.html @@ -0,0 +1,257 @@ +
+
+
+
+
+

+ Exploring the Path to Financial Independence and Retiring Early + (FIRE) +

+
2023-07-01
+ Exploring the Path to Financial Independence and Retiring Early (FIRE) Teaser +
+
+

+ In this article, we will explore the concept behind FIRE and + thoroughly discuss the pros and cons of this increasingly popular + movement. +

+
+
+

The Idea behind FIRE

+

+ FIRE, short for Financial Independence and Retiring Early, is + a movement that promotes the idea of saving and investing a + significant portion of one’s income in order to achieve financial + independence and retire at a young age. The core principle of FIRE + is not unconditionally quitting work, but rather attaining the + freedom to pursue meaningful activities and experiences without + relying on traditional employment. +

+

+ At the heart of FIRE lies the famous 4% rule, originated in the + Trinity study. This rule suggests that if you withdraw 4% of your investment + portfolio (usually based on low-cost index funds) in the first year + of retirement and adjust that amount for inflation in subsequent + years, your savings have a high likelihood of lasting for a 30-year + retirement period. The 4% rule serves as a guide to determine the + amount that can be safely withdrawn from a retirement portfolio each + year without depleting savings prematurely, allowing individuals to + sustain their desired lifestyle throughout retirement. +

+

+ By multiplying your anticipated annual expenses by 25, you obtain an + estimate of the total retirement savings required to sustain your + lifestyle, assuming a 4% withdrawal rate. +

+
+
+

The power of FIRE

+

+ FIRE grants individuals the freedom to make choices based on their + personal values, liberated from financial constraints. By achieving + financial independence, individuals gain control over their time and + resources, enabling them to live life on their terms. +

+

+ One of the primary benefits of FIRE is the ability to retire early, + affording individuals the opportunity to pursue their passions, + spend quality time with loved ones, engage in meaningful projects, + and prioritize personal growth. Early retirement promotes a more + balanced lifestyle and allows individuals to savor life while they + are still young and full of energy. +

+

+ FIRE encourages adopting a frugal mindset and intentional spending, + resulting in reduced financial stress. By living within their means + and focusing on what truly brings them joy, individuals experience + greater peace of mind, improved well-being, and a stronger sense of + financial security. +

+

+ FIRE grants individuals a higher level of autonomy and empowerment + over their schedules and the activities they choose to pursue. + Whether it involves exploring new career paths, starting a business, + or embarking on extensive travel, FIRE provides the flexibility to + determine how time is spent and how life is shaped. +

+
+
+

The challenges of FIRE

+

+ Achieving FIRE often demands strict budgeting, aggressive saving, + and making sacrifices for years to secure a financially independent + future. This may involve cutting back on discretionary expenses, + deferring major purchases, or adopting a simpler lifestyle to + achieve long-term goals. +

+

+ FIRE heavily relies on investments and the performance of financial + markets. Economic downturns or unexpected market fluctuations can + impact investment portfolios and potentially delay or jeopardize + early retirement plans. Developing a robust financial plan, + diversifying investments, and periodically reassessing your + withdrawal strategy is crucial. +

+

+ This particular aspect of FIRE requires thoughtful deliberation and + strategic planning to ensure a consistent and reliable stream of + retirement income throughout one’s lifespan. +

+

+ Retiring early often means stepping away from a career and + potentially losing the professional identity and social connections + associated with it. Giving careful thought to how early retirement + might influence one’s sense of purpose is crucial, as it prompts the + exploration of alternative avenues to stay engaged and fulfilled. +

+
+
+

Achieving FIRE for a fulfilling future

+

+ Financial Independence and Retiring Early (FIRE) is a fascinating + concept that has gained significant traction in recent years. It + offers individuals the opportunity to break free from financial + constraints, pursue their passions, and gain control over their time + and resources. While FIRE comes with its own set of challenges, the + potential benefits are substantial. Whether you choose to fully + embrace FIRE or adapt its principles to suit your personal goals, + it’s crucial to approach it with careful planning and a clear + understanding of the advantages and disadvantages. +

+

+ Knowing your financial situation and tracking it diligently is vital + on your journey to FIRE. This is where the power of + Ghostfolio, a comprehensive open + source wealth management software, comes into play. By leveraging + Ghostfolio, you can gain deep insights into your financial health, + track your investments, and make informed decisions to accelerate + your progress towards financial independence. Ghostfolio also + provides a dedicated + FIRE calculator, allowing you to + simulate your customized plan to achieve FIRE. You get the tools to + optimize your financial journey and confidently strive for a future + that is both personally fulfilling and financially secure. +

+
+
+

+ Are you ready for your journey towards + FIRE? +

+

+ Ghostfolio accompanies you on your path to financial independence. +

+ +
+
+
    +
  • + App +
  • +
  • + Budgeting +
  • +
  • + Calculator +
  • +
  • + FIRE +
  • +
  • + Frugality +
  • +
  • + Ghostfolio +
  • +
  • + Health +
  • +
  • + Independence +
  • +
  • + Index Fund +
  • +
  • + Investment +
  • +
  • + Lifestyle +
  • +
  • + Management +
  • +
  • + Movement +
  • +
  • + Open Source +
  • +
  • + Personal Finance +
  • +
  • + Planning +
  • +
  • + Portfolio +
  • +
  • + Retirement +
  • +
  • + Savings +
  • +
  • + Simulation +
  • +
  • + Software +
  • +
  • + Strategy +
  • +
  • + Trinity Study +
  • +
  • + Wealth +
  • +
  • + Withdrawal +
  • +
  • + Work-Life Balance +
  • +
+
+ +
+
+
+
diff --git a/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.module.ts b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.module.ts new file mode 100644 index 000000000..6d3dae44a --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.module.ts @@ -0,0 +1,19 @@ +import { CommonModule } from '@angular/common'; +import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core'; +import { MatButtonModule } from '@angular/material/button'; +import { RouterModule } from '@angular/router'; + +import { ExploringThePathToFireRoutingModule } from './exploring-the-path-to-fire-page-routing.module'; +import { ExploringThePathToFirePageComponent } from './exploring-the-path-to-fire-page.component'; + +@NgModule({ + declarations: [ExploringThePathToFirePageComponent], + imports: [ + CommonModule, + ExploringThePathToFireRoutingModule, + MatButtonModule, + RouterModule + ], + schemas: [CUSTOM_ELEMENTS_SCHEMA] +}) +export class ExploringThePathToFirePageModule {} diff --git a/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.scss b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.scss new file mode 100644 index 000000000..5d4e87f30 --- /dev/null +++ b/apps/client/src/app/pages/blog/2023/07/exploring-the-path-to-fire/exploring-the-path-to-fire-page.scss @@ -0,0 +1,3 @@ +:host { + display: block; +} diff --git a/apps/client/src/app/pages/blog/blog-page.html b/apps/client/src/app/pages/blog/blog-page.html index dd663fe05..6314e62ce 100644 --- a/apps/client/src/app/pages/blog/blog-page.html +++ b/apps/client/src/app/pages/blog/blog-page.html @@ -2,6 +2,33 @@

Blog

+ + + + +
diff --git a/apps/client/src/app/pages/resources/resources-page.html b/apps/client/src/app/pages/resources/resources-page.html index 86d97f8af..35e5d5fce 100644 --- a/apps/client/src/app/pages/resources/resources-page.html +++ b/apps/client/src/app/pages/resources/resources-page.html @@ -142,6 +142,18 @@
+
+
+

FIRE

+
+ FIRE is a movement that promotes saving and investing to achieve + financial independence and early retirement. +
+
+ FIRE → +
+
+

Inflation

diff --git a/apps/client/src/assets/images/blog/20230701.jpg b/apps/client/src/assets/images/blog/20230701.jpg new file mode 100644 index 000000000..fccc5ffa5 Binary files /dev/null and b/apps/client/src/assets/images/blog/20230701.jpg differ diff --git a/apps/client/src/assets/sitemap.xml b/apps/client/src/assets/sitemap.xml index 7189ae5b1..7ab2ba2a7 100644 --- a/apps/client/src/assets/sitemap.xml +++ b/apps/client/src/assets/sitemap.xml @@ -6,406 +6,410 @@ http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> https://ghostfol.io/de - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/blog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/blog/2021/07/hallo-ghostfolio - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/blog/2023/01/ghostfolio-auf-sackgeld-vorgestellt - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/features - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/haeufig-gestellte-fragen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/maerkte daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/preise - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/registrierung - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/ressourcen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/ueber-uns - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/ueber-uns/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/ueber-uns/datenschutzbestimmungen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/de/ueber-uns/lizenz - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/about - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/about/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/about/license - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2021/07/hello-ghostfolio - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/01/ghostfolio-first-months-in-open-source - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/07/ghostfolio-meets-internet-identity - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/07/how-do-i-get-my-finances-in-order - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/08/500-stars-on-github - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/10/hacktoberfest-2022 - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/11/black-friday-2022 - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2022/12/the-importance-of-tracking-your-personal-finances - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2023/02/ghostfolio-meets-umbrel - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2023/03/ghostfolio-reaches-1000-stars-on-github - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/blog/2023/05/unlock-your-financial-potential-with-ghostfolio - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 + + + https://ghostfol.io/en/blog/2023/07/exploring-the-path-to-fire + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/faq - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/features - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/markets daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/pricing - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/register - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/en/resources - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/funcionalidades - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/mercados daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/precios - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/preguntas-mas-frecuentes - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/recursos - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/registro - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/sobre - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/sobre/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/sobre/licencia - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/es/sobre/politica-de-privacidad - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/a-propos - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/a-propos/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/a-propos/licence - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/a-propos/politique-de-confidentialite - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/enregistrement - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/fonctionnalites - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/foire-aux-questions - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/marches daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/prix - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/fr/ressources - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/domande-piu-frequenti - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/funzionalita - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/informazioni-su - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/informazioni-su/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/informazioni-su/licenza - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/informazioni-su/informativa-sulla-privacy - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/iscrizione - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/mercati daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/prezzi - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/it/risorse - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/bronnen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/kenmerken - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/markten daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/open daily - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/over - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/over/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/over/licentie - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/over/privacybeleid - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/prijzen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/registratie - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/nl/vaak-gestelde-vragen - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/blog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/funcionalidades - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/mercados - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/open - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/perguntas-mais-frequentes - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/precos - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/recursos - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/registo - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/sobre - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/sobre/changelog - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/sobre/licenca - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00 https://ghostfol.io/pt/sobre/politica-de-privacidade - 2023-06-01T00:00:00+00:00 + 2023-07-01T00:00:00+00:00