sync_local_alphavantage_data: Synchronize One Alpha Vantage Daily Series

View source: R/alphavantage_data.R

sync_local_alphavantage_dataR Documentation

Synchronize One Alpha Vantage Daily Series

Description

Synchronize One Alpha Vantage Daily Series

Usage

sync_local_alphavantage_data(
  symbol,
  mode = NULL,
  config = NULL,
  local_path = NULL
)

Arguments

symbol

A character string for the stock ticker symbol (e.g., "AAPL", "TSLA").

mode

Character string; either "compact" (latest 100 days) or "full" (full history). Defaults to "compact".

config

A list of AlphaVantage API settings, typically retrieved via tool_set_config("alphavantage").

local_path

Optional Alpha Vantage storage directory.

Value

A standard synchronization result.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.