An open API service indexing awesome lists of open source software.

https://github.com/samgozman/valuation

WIP! Golang stocks valuation library (DCF, PE, DuPont etc)
https://github.com/samgozman/valuation

golang stocks valuation

Last synced: 6 months ago
JSON representation

WIP! Golang stocks valuation library (DCF, PE, DuPont etc)

Awesome Lists containing this project

README

          

# valuation

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C1DI4VL)

![GitHub release (release name instead of tag name)](https://img.shields.io/github/v/release/samgozman/valuation?include_prereleases) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/samgozman/valuation/Test%20valuation%20module) [![Go Report Card](https://goreportcard.com/badge/github.com/samgozman/valuation)](https://goreportcard.com/report/github.com/samgozman/valuation) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=samgozman_valuation&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=samgozman_valuation)

**Warning**: Work in progress. Currently in draft state without any review.

Golang stocks valuation library (DCF, PE, DuPont etc)

Read full documentation:

- DCF valuation: [dcf/README.md](dcf/README.md)
- Internal metrics calculations : [pkg/metrics/README.md](pkg/metrics/README.md)
- ROE DuPont analysis: [roe/README.md](roe/README.md)