| fmpc_rss_sec | R Documentation |
RSS feed of latest submissions to SEC that includes 6-k, 10-Q, 13F
fmpc_rss_sec(limit = 100)
limit |
limit output to a specific number of results |
a data frame of title, data, link to submission, cik, and submission type
## Not run: # Demo offers AAON as an example fmpc_set_token() fmpc_rss_sec() ## End(Not run)