fmp_list: List Available Securities

Description Usage Details Value After Arguments and Value sections Examples

Description

Group of functions for listing available securities

Usage

 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

Details

Group of functions Details paragraph.

Value

a tibble of quotes of requested securities

After Arguments and Value sections

Despite its location, this actually comes after the Arguments and Value sections. Also, don't need to use null, could annotate first function, and then using function name as the groupBy name is more intuitive.

Examples

1
2
3
4
5
6
library(fmpapi)

# all available stocks
df_stocks <- fmp_list_stocks()

df_etfs <- fmp_list_etfs()

jpiburn/fmpapi documentation built on Aug. 20, 2021, 12:51 a.m.