Send the following request:
api.GetFundamentalDataAsync("AAPL.US", "Financials")
All properties in the returned FundamentalData object are null.
Send the request without filtering:
api.GetFundamentalDataAsync("AAPL.US")
All properties in the returned FundamentalData object, including Financials, are populated.
package version: 1.3.4.5
Send the following request:
All properties in the returned
FundamentalDataobject arenull.Send the request without filtering:
All properties in the returned
FundamentalDataobject, includingFinancials, are populated.package version: 1.3.4.5