fmpc_financial_zip {fmpcloudr}R Documentation

Get a list of Financial ZIP file locations

Description

Get location to download ZIP file for all symbols. This function will not download the file. Use a 'wget' command or enter the link into a browser.

Usage

fmpc_financial_zip()

Value

a data frame of symbols with zip file location

Examples


## Not run: 

# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_financial_zip()


## End(Not run)

[Package fmpcloudr version 0.1.5 Index]