-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 984 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: fmpcloudr
Title: R Access to the 'FMP Cloud' and 'Financial Modeling Prep' API
Version: 0.1.6
Authors@R:
person(given = "Anthony",
family = "Balentine",
role = c("aut", "cre"),
email = "exploringfinance1@gmail.com")
Maintainer: Anthony Balentine <exploringfinance1@gmail.com>
URL: https://exploringfinance.github.io/fmpcloudr/
BugReports: https://github.com/exploringfinance/fmpcloudr/issues
Description: Use R to access to the 'FMP Cloud' API <https://fmpcloud.io/> and
'Financial Modeling Prep' API <https://financialmodelingprep.com/developer/docs/>.
Data available includes stock prices, market indexes, company fundamentals,
13F holdings data, and much more. A valid API token must be set to enable
functions.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
jsonlite,
httr,
dplyr,
magrittr,
tidyr,
lubridate
Suggests:
testthat