{
  "_id": "6a0f6348acfb0bcc41c5c6da",
  "Package": "quantmod",
  "Type": "Package",
  "Title": "Quantitative Financial Modelling Framework",
  "Version": "0.4.29",
  "Authors@R": "c(\nperson(given=c(\"Jeffrey\",\"A.\"), family=\"Ryan\", role=c(\"aut\",\"cph\")),\nperson(given=c(\"Joshua\",\"M.\"), family=\"Ulrich\", role=c(\"cre\",\"aut\"), email=\"josh.m.ulrich@gmail.com\"),\nperson(given=c(\"Ethan\",\"B.\"), family=\"Smith\", role=\"ctb\"),\nperson(given=\"Wouter\", family=\"Thielen\", role=\"ctb\"),\nperson(given=\"Paul\", family=\"Teetor\", role=\"ctb\"),\nperson(given=\"Steve\", family=\"Bronder\", role=\"ctb\")\n)",
  "Description": "Specify, build, trade, and analyse quantitative financial\ntrading strategies.",
  "LazyLoad": "yes",
  "License": "GPL-3",
  "URL": "https://www.quantmod.com/,\nhttps://github.com/joshuaulrich/quantmod",
  "BugReports": "https://github.com/joshuaulrich/quantmod/issues",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://joshuaulrich.r-universe.dev",
  "Date/Publication": "2025-08-07 20:58:41 UTC",
  "RemoteUrl": "https://github.com/joshuaulrich/quantmod",
  "RemoteRef": "HEAD",
  "RemoteSha": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 10:33:46 UTC",
    "User": "root"
  },
  "Author": "Jeffrey A. Ryan [aut, cph],\nJoshua M. Ulrich [cre, aut],\nEthan B. Smith [ctb],\nWouter Thielen [ctb],\nPaul Teetor [ctb],\nSteve Bronder [ctb]",
  "Maintainer": "Joshua M. Ulrich <josh.m.ulrich@gmail.com>",
  "MD5sum": "30bbe73cf2fbe2ed00a0a26a4d39a6a2",
  "_user": "joshuaulrich",
  "_type": "src",
  "_file": "quantmod_0.4.29.tar.gz",
  "_fileid": "88dfa61ce877c310bcddd5f5d4761d8d98f8e6458ed153738722cfb62294353a",
  "_filesize": 519474,
  "_sha256": "88dfa61ce877c310bcddd5f5d4761d8d98f8e6458ed153738722cfb62294353a",
  "_created": "2026-05-21T10:33:46.000Z",
  "_published": "2026-05-21T19:55:51.974Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77256799769,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133499943"
    },
    {
      "job": 77256799732,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133497623"
    },
    {
      "job": 77256799796,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133491533"
    },
    {
      "job": 77256799627,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133495010"
    },
    {
      "job": 77256799397,
      "time": 168,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133455294"
    },
    {
      "job": 77256798923,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145800937"
    },
    {
      "job": 77256799744,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133486315"
    },
    {
      "job": 77256799566,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133483746"
    },
    {
      "job": 77256799558,
      "time": 94,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133485999"
    }
  ],
  "_buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/joshuaulrich/quantmod",
  "_commit": {
    "id": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
    "author": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "committer": "Joshua Ulrich <josh.m.ulrich@gmail.com>",
    "message": "Improve error message when 'x' has no observations\n\nThis was causing a crash (caused by endpoints()) when 'subset' was\nspecified and `x[subset,]` contained no observations. After endpoints()\nwas fixed, the code gave uninformative warnings and errors:\n\n    Error in seq.default(x@yrange[1], x@yrange[2], length.out = length(x.range)) :\n    'from' must be a finite number\n    In addition: Warning messages:\n    1: In periodicity(x) : can not calculate periodicity of empty object\n    2: In periodicity(x) : can not calculate periodicity of empty object\n    3: In min(Lo(x), na.rm = TRUE) :\n    no non-missing arguments to min; returning Inf\n    4: In max(Hi(x), na.rm = TRUE) :\n    no non-missing arguments to max; returning -Inf\n\nSee #442.\n",
    "time": 1754600321
  },
  "_maintainer": {
    "name": "Joshua M. Ulrich",
    "email": "josh.m.ulrich@gmail.com",
    "login": "joshuaulrich",
    "description": "",
    "uuid": 1023193
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "xts",
      "version": ">= 0.9-0",
      "role": "Depends"
    },
    {
      "package": "zoo",
      "role": "Depends"
    },
    {
      "package": "TTR",
      "version": ">= 0.2",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Suggests"
    },
    {
      "package": "RMySQL",
      "role": "Suggests"
    },
    {
      "package": "RSQLite",
      "role": "Suggests"
    },
    {
      "package": "timeSeries",
      "role": "Suggests"
    },
    {
      "package": "xml2",
      "role": "Suggests"
    },
    {
      "package": "downloader",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "joshuaulrich",
  "_selfowned": true,
  "_usedby": 158,
  "_updates": [
    {
      "week": "2025-21",
      "n": 2
    },
    {
      "week": "2025-25",
      "n": 3
    },
    {
      "week": "2025-32",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.4.28",
      "date": "2025-06-18"
    }
  ],
  "_topics": [
    "algorithmic-trading",
    "charting",
    "data-import",
    "finance",
    "time-series"
  ],
  "_stars": 894,
  "_contributors": [
    {
      "user": "jaryan",
      "count": 579,
      "uuid": 879808
    },
    {
      "user": "joshuaulrich",
      "count": 332,
      "uuid": 1023193
    },
    {
      "user": "ethanbsmith",
      "count": 17,
      "uuid": 24379655
    },
    {
      "user": "braverock",
      "count": 7,
      "uuid": 1668391
    },
    {
      "user": "stevebronder",
      "count": 4,
      "uuid": 5857231
    },
    {
      "user": "michaelchirico",
      "count": 3,
      "uuid": 7606389
    },
    {
      "user": "jrburl",
      "count": 2,
      "uuid": 61259420
    },
    {
      "user": "semiographics",
      "count": 1,
      "uuid": 6034536
    },
    {
      "user": "gabrielkaiserqfin",
      "count": 1,
      "uuid": 36151539
    },
    {
      "user": "pteetor",
      "count": 1,
      "uuid": 1176689
    },
    {
      "user": "wthielen",
      "count": 1,
      "uuid": 2882876
    },
    {
      "user": "faceka",
      "count": 1,
      "uuid": 11553770
    },
    {
      "user": "kapsner",
      "count": 1,
      "uuid": 44973495
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    },
    {
      "user": "pverspeelt",
      "count": 1,
      "uuid": 7279863
    }
  ],
  "_userbio": {
    "uuid": 1023193,
    "type": "user",
    "name": "Joshua Ulrich"
  },
  "_downloads": {
    "count": 219964,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/quantmod"
  },
  "_mentions": 3,
  "_devurl": "https://github.com/joshuaulrich/quantmod",
  "_searchresults": 10240,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/quantmod.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/joshuaulrich/quantmod",
  "_realowner": "joshuaulrich",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1-0",
      "date": "2007-08-02"
    },
    {
      "version": "0.2-1",
      "date": "2007-09-01"
    },
    {
      "version": "0.2-5",
      "date": "2007-10-19"
    },
    {
      "version": "0.3-0",
      "date": "2007-12-30"
    },
    {
      "version": "0.3-1",
      "date": "2008-01-13"
    },
    {
      "version": "0.3-2",
      "date": "2008-02-24"
    },
    {
      "version": "0.3-3",
      "date": "2008-03-05"
    },
    {
      "version": "0.3-4",
      "date": "2008-04-14"
    },
    {
      "version": "0.3-6",
      "date": "2008-06-11"
    },
    {
      "version": "0.3-7",
      "date": "2008-11-18"
    },
    {
      "version": "0.3-9",
      "date": "2009-06-08"
    },
    {
      "version": "0.3-10",
      "date": "2009-06-14"
    },
    {
      "version": "0.3-11",
      "date": "2009-07-22"
    },
    {
      "version": "0.3-12",
      "date": "2009-10-03"
    },
    {
      "version": "0.3-13",
      "date": "2009-11-01"
    },
    {
      "version": "0.3-14",
      "date": "2010-11-10"
    },
    {
      "version": "0.3-15",
      "date": "2010-12-01"
    },
    {
      "version": "0.3-17",
      "date": "2011-08-09"
    },
    {
      "version": "0.4-0",
      "date": "2013-01-20"
    },
    {
      "version": "0.4-1",
      "date": "2014-10-03"
    },
    {
      "version": "0.4-2",
      "date": "2014-10-07"
    },
    {
      "version": "0.4-3",
      "date": "2014-12-15"
    },
    {
      "version": "0.4-4",
      "date": "2015-03-08"
    },
    {
      "version": "0.4-5",
      "date": "2015-07-24"
    },
    {
      "version": "0.4-6",
      "date": "2016-08-28"
    },
    {
      "version": "0.4-7",
      "date": "2016-10-24"
    },
    {
      "version": "0.4-8",
      "date": "2017-04-19"
    },
    {
      "version": "0.4-9",
      "date": "2017-05-29"
    },
    {
      "version": "0.4-10",
      "date": "2017-06-20"
    },
    {
      "version": "0.4-11",
      "date": "2017-10-06"
    },
    {
      "version": "0.4-12",
      "date": "2017-12-10"
    },
    {
      "version": "0.4-13",
      "date": "2018-04-13"
    },
    {
      "version": "0.4-14",
      "date": "2019-03-24"
    },
    {
      "version": "0.4-15",
      "date": "2019-06-17"
    },
    {
      "version": "0.4-16",
      "date": "2020-03-08"
    },
    {
      "version": "0.4.17",
      "date": "2020-03-31"
    },
    {
      "version": "0.4.18",
      "date": "2020-12-09"
    },
    {
      "version": "0.4.20",
      "date": "2022-04-30"
    },
    {
      "version": "0.4.21",
      "date": "2023-04-03"
    },
    {
      "version": "0.4.22",
      "date": "2023-04-07"
    },
    {
      "version": "0.4.23",
      "date": "2023-06-15"
    },
    {
      "version": "0.4.24",
      "date": "2023-07-17"
    },
    {
      "version": "0.4.25",
      "date": "2023-08-22"
    },
    {
      "version": "0.4.26",
      "date": "2024-02-14"
    },
    {
      "version": "0.4.27",
      "date": "2025-04-06"
    },
    {
      "version": "0.4.28",
      "date": "2025-06-19"
    }
  ],
  "_exports": [
    ".chart.theme",
    ".chob",
    ".quantmodEnv",
    "Ad",
    "add_ADX",
    "add_axis",
    "add_BBands",
    "add_DEMA",
    "add_EMA",
    "add_EVWMA",
    "add_GMMA",
    "add_MACD",
    "add_RSI",
    "add_Series",
    "add_SMA",
    "add_SMI",
    "add_TA",
    "add_Vo",
    "add_VWAP",
    "add_WMA",
    "addADX",
    "addAroon",
    "addAroonOsc",
    "addATR",
    "addBBands",
    "addCCI",
    "addChAD",
    "addChVol",
    "addCLV",
    "addCMF",
    "addCMO",
    "addDEMA",
    "addDPO",
    "addEMA",
    "addEMV",
    "addEnvelope",
    "addEVWMA",
    "addExpiry",
    "addKST",
    "addLines",
    "addMACD",
    "addMFI",
    "addMomentum",
    "addOBV",
    "addPoints",
    "addROC",
    "addRSI",
    "addSAR",
    "addShading",
    "addSMA",
    "addSMI",
    "addTA",
    "addTDI",
    "addTRIX",
    "addVo",
    "addVolatility",
    "addWMA",
    "addWPR",
    "addZigZag",
    "addZLEMA",
    "adjustOHLC",
    "allReturns",
    "annualReturn",
    "as.quantmod.OHLC",
    "attachSymbols",
    "axTicksByTime2",
    "axTicksByValue",
    "barChart",
    "buildData",
    "buildModel",
    "candleChart",
    "chart_pars",
    "chart_Series",
    "chart_theme",
    "chartSeries",
    "chartShading",
    "chartTA",
    "chartTheme",
    "Cl",
    "ClCl",
    "ClOp",
    "current.chob",
    "dailyReturn",
    "Delt",
    "dropTA",
    "findPeaks",
    "findValleys",
    "fittedModel",
    "fittedModel<-",
    "flushSymbols",
    "futures.expiry",
    "getDefaults",
    "getDividends",
    "getFin",
    "getFinancials",
    "getFX",
    "getMetals",
    "getModelData",
    "getOptionChain",
    "getPrice",
    "getQuote",
    "getSplits",
    "getSymbolLookup",
    "getSymbols",
    "getSymbols.alphavantage",
    "getSymbols.av",
    "getSymbols.csv",
    "getSymbols.FRED",
    "getSymbols.google",
    "getSymbols.mysql",
    "getSymbols.MySQL",
    "getSymbols.oanda",
    "getSymbols.rda",
    "getSymbols.RData",
    "getSymbols.SQLite",
    "getSymbols.tiingo",
    "getSymbols.yahoo",
    "getSymbols.yahooj",
    "has.Ad",
    "has.Ask",
    "has.Bid",
    "has.Cl",
    "has.Hi",
    "has.HL",
    "has.HLC",
    "has.Lo",
    "has.OHLC",
    "has.OHLCV",
    "has.Op",
    "has.Price",
    "has.Qty",
    "has.Trade",
    "has.Vo",
    "Hi",
    "HiCl",
    "HL",
    "HLC",
    "importDefaults",
    "is.BBO",
    "is.HL",
    "is.HLC",
    "is.OHLC",
    "is.OHLCV",
    "is.quantmod",
    "is.quantmodResults",
    "is.TBBO",
    "Lag",
    "lineChart",
    "listTA",
    "Lo",
    "loadSymbolLookup",
    "loadSymbols",
    "LoCl",
    "LoHi",
    "matchChart",
    "modelData",
    "modelSignal",
    "monthlyReturn",
    "moveTA",
    "new.replot",
    "newTA",
    "Next",
    "oanda.currencies",
    "OHLC",
    "OHLCV",
    "Op",
    "OpCl",
    "OpHi",
    "OpLo",
    "OpOp",
    "options.expiry",
    "peak",
    "periodReturn",
    "quantmodenv",
    "quarterlyReturn",
    "reChart",
    "removeSymbols",
    "saveChart",
    "saveSymbolLookup",
    "saveSymbols",
    "seriesAccel",
    "seriesDecel",
    "seriesDecr",
    "seriesHi",
    "seriesIncr",
    "seriesLo",
    "setDefaults",
    "setSymbolLookup",
    "setTA",
    "show",
    "showSymbols",
    "specifyModel",
    "standardQuote",
    "summary",
    "swapTA",
    "tradeModel",
    "unsetDefaults",
    "unsetTA",
    "valley",
    "viewFin",
    "viewFinancials",
    "Vo",
    "weeklyReturn",
    "yahooQF",
    "yahooQuote.EOD",
    "yearlyReturn",
    "zoom_Chart",
    "zoomChart",
    "zooom"
  ],
  "_help": [
    {
      "page": "quantmod-package",
      "title": "Quantitative Financial Modelling Framework",
      "topics": [
        "quantmod-package",
        "quantmod",
        "quantmodenv"
      ]
    },
    {
      "page": "addADX",
      "title": "Add Directional Movement Index",
      "topics": [
        "addADX"
      ]
    },
    {
      "page": "addBBands",
      "title": "Add Bollinger Bands to Chart",
      "topics": [
        "addBBands"
      ]
    },
    {
      "page": "addCCI",
      "title": "Add Commodity Channel Index",
      "topics": [
        "addCCI"
      ]
    },
    {
      "page": "addExpiry",
      "title": "Add Contract Expiration Bars to Chart",
      "topics": [
        "addExpiry"
      ]
    },
    {
      "page": "addMA",
      "title": "Add Moving Average to Chart",
      "topics": [
        "addDEMA",
        "addEMA",
        "addEVWMA",
        "addMA",
        "addSMA",
        "addWMA",
        "addZLEMA",
        "add_DEMA",
        "add_EMA",
        "add_EVWMA",
        "add_GMMA",
        "add_SMA",
        "add_VWAP",
        "add_WMA"
      ]
    },
    {
      "page": "addMACD",
      "title": "Add Moving Average Convergence Divergence to Chart",
      "topics": [
        "addMACD"
      ]
    },
    {
      "page": "addROC",
      "title": "Add Rate Of Change to Chart",
      "topics": [
        "addROC"
      ]
    },
    {
      "page": "addRSI",
      "title": "Add Relative Strength Index to Chart",
      "topics": [
        "addRSI"
      ]
    },
    {
      "page": "addSAR",
      "title": "Add Parabolic Stop and Reversal to Chart",
      "topics": [
        "addSAR"
      ]
    },
    {
      "page": "addSMI",
      "title": "Add Stochastic Momentum Indicator to Chart",
      "topics": [
        "addSMI"
      ]
    },
    {
      "page": "addVo",
      "title": "Add Volume to Chart",
      "topics": [
        "addVo"
      ]
    },
    {
      "page": "addWPR",
      "title": "Add William's Percent R to Chart",
      "topics": [
        "addWPR"
      ]
    },
    {
      "page": "adjustOHLC",
      "title": "Adjust Open,High,Low,Close Prices For Splits and Dividends",
      "topics": [
        "adjustOHLC"
      ]
    },
    {
      "page": "attachSymbols",
      "title": "Attach and Flush DDB",
      "topics": [
        "attachSymbols",
        "flushSymbols"
      ]
    },
    {
      "page": "buildData",
      "title": "Create Data Object for Modelling",
      "topics": [
        "buildData"
      ]
    },
    {
      "page": "buildModel",
      "title": "Build quantmod model given specified fitting method",
      "topics": [
        "buildModel"
      ]
    },
    {
      "page": "chart_Series",
      "title": "Experimental Charting Version 2",
      "topics": [
        "add_ADX",
        "add_axis",
        "add_BBands",
        "add_MACD",
        "add_RSI",
        "add_Series",
        "add_SMI",
        "add_TA",
        "add_Vo",
        "axTicksByTime2",
        "axTicksByValue",
        "chart_pars",
        "chart_Series",
        "chart_theme",
        "new.replot",
        "zoom_Chart"
      ]
    },
    {
      "page": "chartSeries",
      "title": "Create Financial Charts",
      "topics": [
        ".chob",
        "barChart",
        "candleChart",
        "chartSeries",
        "current.chob",
        "lineChart",
        "matchChart",
        "reChart"
      ]
    },
    {
      "page": "chartTheme",
      "title": "Create A Chart Theme",
      "topics": [
        ".chart.theme",
        "chartTheme"
      ]
    },
    {
      "page": "chob-class",
      "title": "A Chart Object Class",
      "topics": [
        "chob-class"
      ]
    },
    {
      "page": "chobTA-class",
      "title": "A Technical Analysis Chart Object",
      "topics": [
        "chobTA-class",
        "show,chobTA-method"
      ]
    },
    {
      "page": "create.binding",
      "title": "Create DDB Bindings",
      "topics": [
        "create.binding"
      ]
    },
    {
      "page": "Defaults",
      "title": "Manage Default Argument Values for quantmod Functions",
      "topics": [
        "getDefaults",
        "importDefaults",
        "setDefaults",
        "unsetDefaults"
      ]
    },
    {
      "page": "Delt",
      "title": "Calculate Percent Change",
      "topics": [
        "Delt"
      ]
    },
    {
      "page": "peak",
      "title": "Find Peaks and Valleys In A Series",
      "topics": [
        "findPeaks",
        "findValleys",
        "peak",
        "valley"
      ]
    },
    {
      "page": "fittedModel",
      "title": "quantmod Fitted Objects",
      "topics": [
        "anova.quantmod",
        "coef.quantmod",
        "coefficients.quantmod",
        "fitted.quantmod",
        "fitted.values.quantmod",
        "fittedModel",
        "fittedModel<-",
        "formula.quantmod",
        "logLik.quantmod",
        "plot.quantmod",
        "resid.quantmod",
        "residuals.quantmod",
        "vcov.quantmod"
      ]
    },
    {
      "page": "getDividends",
      "title": "Load Financial Dividend Data",
      "topics": [
        "getDividends"
      ]
    },
    {
      "page": "getFinancials",
      "title": "Download and View Financial Statements",
      "topics": [
        "getFin",
        "getFinancials",
        "viewFin",
        "viewFinancials"
      ]
    },
    {
      "page": "getFX",
      "title": "Download Exchange Rates",
      "topics": [
        "getFX"
      ]
    },
    {
      "page": "getMetals",
      "title": "Download Daily Metals Prices",
      "topics": [
        "getMetals"
      ]
    },
    {
      "page": "getModelData",
      "title": "Update model's dataset",
      "topics": [
        "getModelData"
      ]
    },
    {
      "page": "getOptionChain",
      "title": "Download Option Chains",
      "topics": [
        "getOptionChain"
      ]
    },
    {
      "page": "getOptionChain.orats",
      "title": "Download Option Chain Data from orats",
      "topics": [
        "getOptionChain.orats"
      ]
    },
    {
      "page": "getQuote",
      "title": "Download Current Stock Quote",
      "topics": [
        "getQuote",
        "standardQuote",
        "yahooQF",
        "yahooQuote.EOD"
      ]
    },
    {
      "page": "getSplits",
      "title": "Load Financial Split Data",
      "topics": [
        "getSplits"
      ]
    },
    {
      "page": "getSymbols",
      "title": "Load and Manage Data from Multiple Sources",
      "topics": [
        "getSymbols",
        "getSymbols.Bloomberg",
        "loadSymbols",
        "removeSymbols",
        "saveSymbols",
        "showSymbols"
      ]
    },
    {
      "page": "getSymbols.av",
      "title": "Download OHLC Data from Alpha Vantage",
      "topics": [
        "getSymbols.Alphavantage",
        "getSymbols.alphavantage",
        "getSymbols.AlphVantage",
        "getSymbols.alphVantage",
        "getSymbols.av"
      ]
    },
    {
      "page": "getSymbols.csv",
      "title": "Load Data from csv File",
      "topics": [
        "getSymbols.csv"
      ]
    },
    {
      "page": "getSymbols.FRED",
      "title": "Download Federal Reserve Economic Data - FRED(R)",
      "topics": [
        "getSymbols.FRED"
      ]
    },
    {
      "page": "getSymbols.MySQL",
      "title": "Retrieve Data from MySQL Database",
      "topics": [
        "getSymbols.MySQL",
        "getSymbols.mysql"
      ]
    },
    {
      "page": "getSymbols.oanda",
      "title": "Download Currency and Metals Data from Oanda.com",
      "topics": [
        "getSymbols.oanda",
        "oanda.currencies"
      ]
    },
    {
      "page": "getSymbols.rda",
      "title": "Load Data from R Binary File",
      "topics": [
        "getSymbols.rda",
        "getSymbols.RData"
      ]
    },
    {
      "page": "getSymbols.SQLite",
      "title": "Retrieve Data from SQLite Database",
      "topics": [
        "getSymbols.SQLite"
      ]
    },
    {
      "page": "getSymbols.tiingo",
      "title": "Download OHLC Data from Tiingo",
      "topics": [
        "getSymbols.tiingo"
      ]
    },
    {
      "page": "getSymbols.yahoo",
      "title": "Download OHLC Data From Yahoo Finance",
      "topics": [
        "getSymbols.yahoo"
      ]
    },
    {
      "page": "getSymbols.yahooj",
      "title": "Download OHLC Data From Yahoo! Japan Finance",
      "topics": [
        "getSymbols.yahooj"
      ]
    },
    {
      "page": "has",
      "title": "Check For OHLC Data",
      "topics": [
        "has.Ad",
        "has.Ask",
        "has.Bid",
        "has.Cl",
        "has.Hi",
        "has.HL",
        "has.HLC",
        "has.Lo",
        "has.OHLC",
        "has.OHLCV",
        "has.Op",
        "has.Price",
        "has.Qty",
        "has.Trade",
        "has.Vo",
        "is.BBO",
        "is.HL",
        "is.HLC",
        "is.OHLC",
        "is.OHLCV",
        "is.TBBO"
      ]
    },
    {
      "page": "internal-quantmod",
      "title": "Internal quantmod Objects",
      "topics": [
        ".quantmodEnv",
        "addShading",
        "chartShading"
      ]
    },
    {
      "page": "is.quantmod",
      "title": "Test If Object of Type quantmod",
      "topics": [
        "is.quantmod",
        "is.quantmodResults"
      ]
    },
    {
      "page": "Lag",
      "title": "Lag a Time Series",
      "concept": [
        "trading"
      ],
      "topics": [
        "Lag",
        "Lag.data.frame",
        "Lag.numeric",
        "Lag.quantmod.OHLC",
        "Lag.zoo"
      ]
    },
    {
      "page": "modelData",
      "title": "Extract Dataset Created by specifyModel",
      "topics": [
        "modelData"
      ]
    },
    {
      "page": "modelSignal",
      "title": "Extract Model Signal Object",
      "topics": [
        "modelSignal"
      ]
    },
    {
      "page": "newTA",
      "title": "Create A New TA Indicator For chartSeries",
      "topics": [
        "addTA",
        "chartTA",
        "newTA"
      ]
    },
    {
      "page": "Next",
      "title": "Advance a Time Series",
      "topics": [
        "Next",
        "Next.data.frame",
        "Next.numeric",
        "Next.quantmod.OHLC",
        "Next.zoo"
      ]
    },
    {
      "page": "OHLC.Transformations",
      "title": "Extract and Transform OHLC Time-Series Columns",
      "topics": [
        "Ad",
        "Cl",
        "ClCl",
        "ClOp",
        "getPrice",
        "Hi",
        "HiCl",
        "HL",
        "HLC",
        "Lo",
        "LoCl",
        "LoHi",
        "OHLC",
        "OHLC.Transformations",
        "OHLCV",
        "Op",
        "OpCl",
        "OpHi",
        "OpLo",
        "OpOp",
        "seriesAccel",
        "seriesDecel",
        "seriesDecr",
        "seriesHi",
        "seriesIncr",
        "seriesLo",
        "Vo"
      ]
    },
    {
      "page": "options.expiry",
      "title": "Calculate Contract Expirations",
      "topics": [
        "futures.expiry",
        "options.expiry"
      ]
    },
    {
      "page": "periodReturn",
      "title": "Calculate Periodic Returns",
      "topics": [
        "allReturns",
        "annualReturn",
        "dailyReturn",
        "monthlyReturn",
        "periodReturn",
        "quarterlyReturn",
        "weeklyReturn",
        "yearlyReturn"
      ]
    },
    {
      "page": "quantmod-class",
      "title": "Class \"quantmod\"",
      "topics": [
        "fittedModel<-,quantmod-method",
        "fittedModel<--methods",
        "quantmod-class",
        "quantmodResults-class",
        "quantmodReturn-class",
        "show,quantmod-method",
        "show,quantmodResults-method",
        "show,tradeLog-method",
        "summary,quantmod-method",
        "tradeLog-class"
      ]
    },
    {
      "page": "quantmod.OHLC",
      "title": "Create Open High Low Close Object",
      "topics": [
        "as.quantmod.OHLC",
        "quantmod.OHLC"
      ]
    },
    {
      "page": "saveChart",
      "title": "Save Chart to External File",
      "topics": [
        "saveChart"
      ]
    },
    {
      "page": "setSymbolLookup",
      "title": "Manage Symbol Lookup Table",
      "topics": [
        "getSymbolLookup",
        "loadSymbolLookup",
        "saveSymbolLookup",
        "setSymbolLookup"
      ]
    },
    {
      "page": "setTA",
      "title": "Manage TA Argument Lists",
      "topics": [
        "listTA",
        "setTA",
        "unsetTA"
      ]
    },
    {
      "page": "specifyModel",
      "title": "Specify Model Formula For quantmod Process",
      "topics": [
        "specifyModel"
      ]
    },
    {
      "page": "TA",
      "title": "Add Technical Indicator to Chart",
      "topics": [
        "addAroon",
        "addAroonOsc",
        "addATR",
        "addChAD",
        "addChVol",
        "addCLV",
        "addCMF",
        "addCMO",
        "addDPO",
        "addEMV",
        "addEnvelope",
        "addKST",
        "addLines",
        "addMFI",
        "addMomentum",
        "addOBV",
        "addPoints",
        "addTDI",
        "addTRIX",
        "addVolatility",
        "addZigZag",
        "dropTA",
        "moveTA",
        "swapTA",
        "TA"
      ]
    },
    {
      "page": "tradeModel",
      "title": "Simulate Trading of Fitted quantmod Object",
      "topics": [
        "tradeModel"
      ]
    },
    {
      "page": "zoomChart",
      "title": "Change Zoom Level Of Current Chart",
      "topics": [
        "zoom",
        "zoomChart",
        "zooom"
      ]
    }
  ],
  "_readme": "https://github.com/joshuaulrich/quantmod/raw/HEAD/README.md",
  "_rundeps": [
    "curl",
    "jsonlite",
    "lattice",
    "TTR",
    "xts",
    "zoo"
  ],
  "_score": 15.779107975200683,
  "_indexed": true,
  "_nocasepkg": "quantmod",
  "_universes": [
    "joshuaulrich"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:56.000Z",
      "distro": "noble",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "17086a214b07d5c6c312ba1e591144420ec4fe08cd263b3b2053367e494092cf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:51.000Z",
      "distro": "noble",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "b619fcbc71bbca2cb31229a2df08889ab9a4a2844572d00500373ad39a209669",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:37.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "6b6ec6871f616840cd1abe3baf440165290be9fe6e61738cbb0c0eaaa145993e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:44.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "a9257f5198166516fd43f0a7f0552e0ac5876e634c17f4c5e5b93e4ea29b256b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.29",
      "date": "2026-05-21T19:55:37.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "20f52c91766bf948ec77faf339fbecd8411eae21f347c020b4250f6b316abc10",
      "status": "success",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:06.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "5dc5c37adc907702dbfcf06f35491b6f0e3243db557747cc888036b2917af3d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.29",
      "date": "2026-05-21T10:34:58.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "387a15434dd63f36b03d8ac269bae1252e4e53f913cfdf96adad3251ca15f42f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.29",
      "date": "2026-05-21T10:35:06.000Z",
      "commit": "3e650ed0486822b6f5da91d73b74d107a9a29d68",
      "fileid": "816626c6fc415b4845109ce29fd99d2f0da04185935c2f901e740b5b7572920e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/joshuaulrich/actions/runs/26220564909"
    }
  ]
}