Skip to content

All columns in valuation measures have same values #13

@aravindhebbali

Description

@aravindhebbali
library(yahoofinancer)
aapl <- Ticker$new('aapl')
aapl$valuation_measures
#>         date enterprise_value enterprise_value_ebitda_ratio
#> 1 2023-09-30     2.723535e+12                  2.723535e+12
#> 2 2023-12-31     3.056746e+12                  3.056746e+12
#> 3 2024-03-31     2.682914e+12                  2.682914e+12
#> 4 2024-06-30     3.267104e+12                  3.267104e+12
#> 5 2024-09-30     3.561714e+12                  3.561714e+12
#>   enterprise_value_revenue_ratio forward_pe_ratio   market_cap     pb_ratio
#> 1                   2.723535e+12     2.723535e+12 2.723535e+12 2.723535e+12
#> 2                   3.056746e+12     3.056746e+12 3.056746e+12 3.056746e+12
#> 3                   2.682914e+12     2.682914e+12 2.682914e+12 2.682914e+12
#> 4                   3.267104e+12     3.267104e+12 3.267104e+12 3.267104e+12
#> 5                   3.561714e+12     3.561714e+12 3.561714e+12 3.561714e+12
#>       pe_ratio    peg_ratio     ps_ratio
#> 1 2.723535e+12 2.723535e+12 2.723535e+12
#> 2 3.056746e+12 3.056746e+12 3.056746e+12
#> 3 2.682914e+12 2.682914e+12 2.682914e+12
#> 4 3.267104e+12 3.267104e+12 3.267104e+12
#> 5 3.561714e+12 3.561714e+12 3.561714e+12

Created on 2024-11-12 with reprex v2.1.1

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions