get_demo_token          Returns token for demonstration
get_dividends           Retrieves dividend data from the api
get_exchanges           Retrieves the list of available exchanges
get_fundamentals        Retrieves and parses fundamental and financial
                        data from eodhd api
get_intraday            Retrieves instraday data for a given ticker and
                        exchange
get_ipos                Retrieves IPO (Initial Public Offering) data
                        for a given time period
get_news                Retrieves news for a given ticker and exchange
get_prices              Retrieves adjusted and unadjusted stock prices
get_splits              Retrieves splits data from eodhd
get_tickers             Retrieves a list of tickers for a particular
                        exchange
parse_financials        Parses financial data from the API
set_token               Sets up authentication for eodhd
