Description Usage Arguments Value Examples
View source: R/get_markt_equities.R
Get market data from FMP cloud API.
1 2 3 4 5 6 7 8 | get_market_equities(
symbol,
multiply = 1,
time = "hour",
from = as.character(Sys.Date() - 7),
to = as.character(Sys.Date()),
api_key
)
|
symbol |
Stock symbol |
multiply |
Multiply time yo get final frequency |
time |
Time frequency |
from |
Start date, character |
to |
End date, character |
api_key |
FMP cloud API key |
Data table of OHLCV prices
1 | get_market_equities("AAPL", api_key = Sys.getenv("APIKEY"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.