Offer an standardarized Go client for Financial Modeling Prep API.
go get github.com/zhoub/go-financialmodelingprep// Create client with API key.
c := MustClient(&ClientOptions{APIKey: apiKey})
// Call API to get data.
c.GetCompanyProfile(context.Background(), &ProfileGetParams{Symbol: "AAPL"})