get_daily_prices: Get Daily prices

Description Usage Arguments Value

View source: R/get_daily_prices.R

Description

Get daily prices for specified stocks

Usage

1
2
3
4
5
6
7
get_daily_prices(
  symbols,
  start_date = Sys.Date() - 30,
  end_date = Sys.Date(),
  blob_file = NA,
  blob_cont = "fundamentals"
)

Arguments

symbols

Start date

start_date

End dateevents

end_date

End date

blob_file

Name of blob file. If NA, the file wan't be saved on Azure Store blob.

blob_cont

Azure storage blob container

Value

Result of GET request


MislavSag/equityData documentation built on Dec. 17, 2021, 4:18 a.m.