Releases: tidy-finance/r-fmpapi
Releases · tidy-finance/r-fmpapi
fmpapi 1.0.1
Bug fixes
- Allow
paramsto 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
Improvements
- Add support for and default to stable API version.
fmpapi 0.2.1
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
Improvements
- Refactored core data retrieval functions to a single flexible interface:
fmp_get()