spacecodewor / fmpcloud-go

Go API client for Financial Modeling Prep (fmpcloud.io)
MIT License
24 stars 14 forks source link

float64 for fundamentals #1

Closed mariusgrigoriu closed 3 years ago

mariusgrigoriu commented 3 years ago

The API often returns 0.0 for a host of fundamentals, which causes an error when unmarshaling into an int64. This patch turns the int64 into float64 to prevent errors.