Ljupch0 / yfinance

Tidy Financial Statement Data in R. Via the Yahoo Finance API.
31 stars 7 forks source link

Implement possibly() for the API calls #2

Closed Ljupch0 closed 3 years ago

Ljupch0 commented 3 years ago

When API calls fail, it should still return all tickers that worked and a warning message listing everything that failed.

Ljupch0 commented 3 years ago

Implemented with safely().