Wrapper for financial datasets API.
FinancialDatasetsAPIWrapper(
self,
**data: Any = {},
)Get the income statements for a stock ticker over a period of time.
:param ticker: the stock ticker :param period: the period of time to get the balance sheets for. Possible values are: annual, quarterly, ttm. :param limit: the number of results to return, default is 10 :return: a list of income statements
Get the balance sheets for a stock ticker over a period of time.
:param ticker: the stock ticker :param period: the period of time to get the balance sheets for. Possible values are: annual, quarterly, ttm. :param limit: the number of results to return, default is 10 :return: a list of balance sheets
Get the cash flow statements for a stock ticker over a period of time.
:param ticker: the stock ticker :param period: the period of time to get the balance sheets for. Possible values are: annual, quarterly, ttm. :param limit: the number of results to return, default is 10 :return: a list of cash flow statements