Import | R Documentation |
Help class that imports all relevant data from sources (for now onlz FMP).
findata::DataAbstract
-> Import
fmp
Help field to hold FMP class.
new()
Create a new Import object.
Import$new()
A new 'Import' object.
get_data_fmp()
Function imports all relevant data for USA stocks from FMP Prep.
Import$get_data_fmp( symbols, uri_market_cap = "F:/equity/usa/fundamentals/market_cap.parquet", uri_earning_announcements = "F:/data/equity/us/fundamentals/earning_announcements.parquet", uri_fundamentals = "F:/data/equity/us/fundamentals/fundamentals.parquet", uri_prices = "F:/data/equity/daily_fmp_all.csv", uri_dividends = "F:/equity/usa/fundamentals/dividends.parquet", first_date = NA )
symbols
Securities symbols.
uri_market_cap
Tiledb uri for market capitalization.
uri_earning_announcements
Tiledb uri for earning announcements.
uri_fundamentals
to fundamentals data.
uri_prices
Tiledb uri for daily OHLCV prices.
uri_dividends
Tiledb uri for dividends data.
first_date
if NA, keep all. Otherwise, keep only data from first_date.
Data.table with factors.
clone()
The objects of this class are cloneable with this method.
Import$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.