Uses the token from https://eodhd.com/cp/dashboard to authenticate your R session. You can find your own eodhd token from the website.
Alternatively, a demo token is also available for testing purposes, with a limited supply of data.
Usage
set_token(token = get_demo_token())
Value
Nothing
Arguments
token
the token from eodhd. The default value is a demo token "demo", which allows for partial access to the data.
See get_demo_token() for using a demo token.