In order to use the FMP Cloud API, an account must be created at
FMP Cloud. There is a free account option
that but sets a cap at 250 calls. There are different subscription levels. To
use this package, the free subscription can be used up to the limit.
Please note that most functions will make an individual API call for each
symbol passed. If running a function on multiple symbols, be aware this could
quickly hit API call limits. When running in an interactive environment, a
warning will appear asking to confirm running bulk requests. This can be
suppressed for a session using the options. You can also suppress when using
the option noBulkWarn = TRUE in this function. When running in a non
interactive environment like CRON, the bulk request will be processed without
a warning regardless.