{
  "_id": "6a4790f58b9f0d9747cf196c",
  "Package": "yahoofinancer",
  "Type": "Package",
  "Title": "Fetch Data from Yahoo Finance API",
  "Version": "0.5.0.9000",
  "Authors@R": "person(\"Aravind\", \"Hebbali\", email = \"hebbali.aravind@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Obtain historical and near real time data related to\nstocks, index and currencies from the Yahoo Finance API. This\npackage is community maintained and is not officially supported\nby 'Yahoo'. The accuracy of data is only as correct as provided\non <https://finance.yahoo.com/>.",
  "Config/testthat/edition": "3",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "URL": "https://yahoofinancer.rsquaredacademy.com/,\nhttps://github.com/rsquaredacademy/yahoofinancer",
  "BugReports": "https://github.com/rsquaredacademy/yahoofinancer/issues",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://rsquaredacademy.r-universe.dev",
  "Date/Publication": "2026-06-02 07:27:25 UTC",
  "RemoteUrl": "https://github.com/rsquaredacademy/yahoofinancer",
  "RemoteRef": "HEAD",
  "RemoteSha": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-02 09:09:40 UTC",
    "User": "root"
  },
  "Author": "Aravind Hebbali [aut, cre]",
  "Maintainer": "Aravind Hebbali <hebbali.aravind@gmail.com>",
  "_user": "rsquaredacademy",
  "_type": "src",
  "_file": "yahoofinancer_0.5.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/47afa0dc213e019ce50a2ac5dafb9ecac0b20f36145b195ad835b74637f1eb17",
  "_filesize": 334005,
  "_sha256": "47afa0dc213e019ce50a2ac5dafb9ecac0b20f36145b195ad835b74637f1eb17",
  "_expires": "2026-10-11T10:37:40.000Z",
  "_created": "2026-07-02T09:09:40.000Z",
  "_published": "2026-07-03T10:37:41.572Z",
  "_jobs": [
    {
      "job": 84982176586,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8034104749"
    },
    {
      "job": 84982176707,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8034106320"
    },
    {
      "job": 84982176500,
      "time": 135,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8034098235"
    },
    {
      "job": 84982176545,
      "time": 138,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8034100189"
    },
    {
      "job": 84982175923,
      "time": 178,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8034041606"
    },
    {
      "job": 84982176648,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8034085530"
    },
    {
      "job": 84982176547,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8034078338"
    },
    {
      "job": 84982176621,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8034081802"
    },
    {
      "job": 84982176619,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8034077681"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654",
  "_status": "success",
  "_upstream": "https://github.com/rsquaredacademy/yahoofinancer",
  "_commit": {
    "id": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
    "author": "aravindhebbali <hebbali.aravind@gmail.com>",
    "committer": "aravindhebbali <hebbali.aravind@gmail.com>",
    "message": "Increment version number to 0.5.0.9000\n",
    "time": 1780385245
  },
  "_maintainer": {
    "name": "Aravind Hebbali",
    "email": "hebbali.aravind@gmail.com",
    "login": "aravindhebbali",
    "twitter": "@rsquaredacademy",
    "description": "#rstats #economics",
    "uuid": 8706536
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "httptest",
      "role": "Suggests"
    },
    {
      "package": "httptest2",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "rsquaredacademy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 3
    },
    {
      "week": "2026-17",
      "n": 4
    },
    {
      "week": "2026-21",
      "n": 6
    },
    {
      "week": "2026-23",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.5.0",
      "date": "2026-05-19"
    }
  ],
  "_topics": [
    "api",
    "api-wrapper",
    "finance",
    "market-data",
    "stock-market",
    "yahoo-finance",
    "yahoo-finance-api"
  ],
  "_stars": 18,
  "_contributors": [
    {
      "user": "aravindhebbali",
      "count": 200,
      "uuid": 8706536
    }
  ],
  "_userbio": {
    "uuid": 23705610,
    "type": "organization",
    "name": "Rsquared Academy",
    "followers": 25
  },
  "_downloads": {
    "count": 805,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/yahoofinancer"
  },
  "_devurl": "https://github.com/rsquaredacademy/yahoofinancer",
  "_pkgdown": "https://yahoofinancer.rsquaredacademy.com/",
  "_searchresults": 50,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/yahoofinancer.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rsquaredacademy/yahoofinancer",
  "_realowner": "rsquaredacademy",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2022-09-13"
    },
    {
      "version": "0.2.0",
      "date": "2023-08-09"
    },
    {
      "version": "0.3.0",
      "date": "2024-02-03"
    },
    {
      "version": "0.4.0",
      "date": "2024-11-14"
    },
    {
      "version": "0.5.0",
      "date": "2026-05-21"
    }
  ],
  "_exports": [
    "currency_converter",
    "get_currencies",
    "get_market_summary",
    "get_trending",
    "Index",
    "Ticker",
    "Tickers",
    "validate"
  ],
  "_help": [
    {
      "page": "currency_converter",
      "title": "Currency converter",
      "topics": [
        "currency_converter"
      ]
    },
    {
      "page": "get_currencies",
      "title": "Currencies",
      "topics": [
        "get_currencies"
      ]
    },
    {
      "page": "get_market_summary",
      "title": "Market Summary",
      "topics": [
        "get_market_summary"
      ]
    },
    {
      "page": "get_trending",
      "title": "Trending securities",
      "topics": [
        "get_trending"
      ]
    },
    {
      "page": "Indice-class",
      "title": "R6 Class Representing an Index",
      "topics": [
        "Index",
        "Indice-class"
      ]
    },
    {
      "page": "Ticker-class",
      "title": "R6 Class Representing a Ticker",
      "topics": [
        "Ticker",
        "Ticker-class"
      ]
    },
    {
      "page": "Tickers",
      "title": "Multi-Symbol Ticker Data Aggregator",
      "topics": [
        "Tickers"
      ]
    },
    {
      "page": "validate",
      "title": "Symbol validation",
      "topics": [
        "validate"
      ]
    }
  ],
  "_readme": "https://github.com/rsquaredacademy/yahoofinancer/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 5.2552725051033065,
  "_indexed": true,
  "_nocasepkg": "yahoofinancer",
  "_universes": [
    "rsquaredacademy",
    "aravindhebbali"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:12:02.000Z",
      "distro": "resolute",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/21eb0de049c4b081cbe2ae1ebbe75e35d30c36ccf597c309a51e745bdb889a32",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:12:04.000Z",
      "distro": "resolute",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/7e9e33ee2ccabfe761f6f12dbafbc52a1ce2dae77ab2080ef9ad124fe650ccce",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:11:42.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/769efde871e242a16586c791e254d50c853e495b5aff4e5f90f27c556ba2ae00",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:11:48.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/d939bf637319a70755d3c41708411eff53586468085be9bf613a07f62fe77f69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:11:37.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/2288a3cd8c45f5c5fd59025a84438c633fcff0a809fdcfe1df94c20d0983457e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:10:52.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/a965501ce05fee3972e7ad1f63fcef647a1cfcf6f29adc4543bee64402f8ff6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:11:02.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/6f840037dcfb3779f260b7615d22fbd674d88f7f842a158d2dc6fd5235c706db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-07-02T09:10:50.000Z",
      "commit": "2725e533afea8c30eda56b0d8a3aa8cfbbe6483a",
      "fileid": "https://r2.ropensci.org/7803db0c77cc2cf64ce538741c672cfa96d5c8f32ed9c568947c1965bda02338",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rsquaredacademy/actions/runs/28578544654"
    }
  ]
}