investfly.api.InvestflyApiClient
class
InvestflyApiClient:
Investfly API Client. This class should be used as the entry point to make all API calls. After authentication, access marketApi or portfolioApi to make calls to /market or /portfolio endpoints
marketApi
Class used to make calls to /marketdata and /symbol endpoint to get market and symbol data
portfolioApi
Class used to make calls to /portfolio endpoint to get portfolio and brokerage account data
Login to investfly backend.
Parameters
- username: Username
- password: Password
Returns
Session object representing authenticated session