``` r library(yahoofinancer) aapl <- Ticker$new('aapl') aapl$quote #> Yahoo Finance API request failed #> Status: 401 #> Type: Client error #> Mesage: #> Description: #> #> NULL ``` <sup>Created on 2024-11-12 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>