I am looking at the fundamental data being returned for some mutual funds, that are money market funds. For example, SNSXX, it returns the following json.
a few questions.
- it’s missing information, such as fund family, etc.
- It’s returning an exchange of NMFQS, but when I put that into the exchange api, it returns “Exchange Not Found.”
- Is there a way to classify this Mutual Fund correctly, that it is a Money market fund?
-Thank you.
{
"Code": "SNSXX",
"Type": "FUND",
"Name": "The Charles Schwab Family of Funds - Schwab U.S. Treasury Money Fund",
"Exchange": "NMFQS",
"CurrencyCode": "USD",
"CurrencyName": "US Dollar",
"CurrencySymbol": "$",
"CountryName": "USA",
"CountryISO": "US",
"OpenFigi": "BBG00JRGYT75",
"ISIN": null,
"CUSIP": null,
"Fund_Summary": null,
"Fund_Family": null,
"Fund_Category": null,
"Fund_Style": null,
"Fiscal_Year_End": null,
"MarketCapitalization": null
}