fmpc_price_batch_eod: Pull all EOD pricing data for a specific date

View source: R/pricing.R

fmpc_price_batch_eodR Documentation

Pull all EOD pricing data for a specific date

Description

Returns 10,000 or more symbols for a specific date. This generates one API call for each date. Dates must be entered one at a time.

Usage

fmpc_price_batch_eod(priceDate = Sys.Date() - 1)

Arguments

priceDate

price date to pull all securities. Use format yyyy-mm-dd

Value

data frame of a single days prices

Examples

## Not run: 

fmpc_set_token('FMPAPIKEY')
allSymbs = fmpc_price_batch_eod('2020-06-24')


## End(Not run)

exploringfinance/fmpcloudr documentation built on Feb. 5, 2024, 11:02 a.m.