spacecodewor / fmpcloud-go

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

add date parameter to EODBatchPrices and fix EODBatchPrices unmarshal #14

Closed mariusgrigoriu closed 1 year ago

mariusgrigoriu commented 1 year ago

The v4 batch price endpoint takes a date parameter. This change lets us pass in a date.

Additionally, the v4 batch price endpoint returns data in CSV format. This unmarshals using the correct format.

spacecodewor commented 1 year ago

Thanks, did not notice when I added =) All filled in, in the near future, I will run through all api requests and begin to update all the information.