Skip to content

Releases: tidy-finance/r-fmpapi

fmpapi 1.0.1

09 Apr 17:06

Choose a tag to compare

Bug fixes

  • Allow params to handle vectors of length > 1.
  • Handle empty and invalid date strings.
  • Switch to warning in response body validation to avoid unfriendly errors.

fmpapi 1.0.0

18 Oct 17:47
ad803cc

Choose a tag to compare

Improvements

  • Add support for and default to stable API version.

fmpapi 0.2.1

07 May 19:19

Choose a tag to compare

Improvements

  • Added error message in case of missing API key.
  • Pruned documentation of internal functions.

Bug fixes

  • Fixed parsing of error messages for missing API keys.

fmpapi 0.2.0

19 Dec 23:12

Choose a tag to compare

Improvements

  • Refactored core data retrieval functions to a single flexible interface: fmp_get()