{
  "_id": "6a1167b2acfb0bcc41cf142f",
  "Package": "etfdata",
  "Title": "European UCITS ETF Data Collection",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"John\", \"Gavin\", email = \"john@example.com\", role = c(\"aut\", \"cre\"))",
  "Description": "Tools to fetch, clean, and store historical and metadata\nfor European bond and equity index ETFs (UCITS) listed on the\nLondon Stock Exchange.",
  "License": "MIT + file LICENSE",
  "URL": "https://johngavin.github.io/etf-data",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr, quarto",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libssl-dev libx11-dev",
  "Repository": "https://johngavin.r-universe.dev",
  "Date/Publication": "2026-02-22 11:19:36 UTC",
  "RemoteUrl": "https://github.com/JohnGavin/etf-data",
  "RemoteRef": "HEAD",
  "RemoteSha": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
  "RemoteSubdir": "etfdata",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-23 08:35:02 UTC",
    "User": "root"
  },
  "Author": "John Gavin [aut, cre]",
  "Maintainer": "John Gavin <john@example.com>",
  "MD5sum": "b6bc75c472362a545c247502aad22897",
  "_user": "johngavin",
  "_type": "src",
  "_file": "etfdata_0.0.0.9000.tar.gz",
  "_fileid": "d93aa07bf4426f900a881e28183f3ed84392a6ca2bfa6e9fcd4d97dc4136c869",
  "_filesize": 56594187,
  "_sha256": "d93aa07bf4426f900a881e28183f3ed84392a6ca2bfa6e9fcd4d97dc4136c869",
  "_created": "2026-05-23T08:35:02.000Z",
  "_published": "2026-05-23T08:39:14.591Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77509755452,
      "time": 198,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175686319"
    },
    {
      "job": 77509755444,
      "time": 173,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175684273"
    },
    {
      "job": 77509755459,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175680009"
    },
    {
      "job": 77509755466,
      "time": 131,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175680813"
    },
    {
      "job": 77509498258,
      "time": 299,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175669543"
    },
    {
      "job": 77509755453,
      "time": 184,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175685026"
    },
    {
      "job": 77509755450,
      "time": 164,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7175683564"
    },
    {
      "job": 77509755462,
      "time": 134,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7175681090"
    },
    {
      "job": 77509755460,
      "time": 145,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7175681916"
    }
  ],
  "_buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/JohnGavin/etf-data",
  "_commit": {
    "id": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
    "author": "jg <JohnGavin@users.noreply.github.com>",
    "committer": "jg <JohnGavin@users.noreply.github.com>",
    "message": "ci: Add R-universe test workflow",
    "time": 1771759176
  },
  "_maintainer": {
    "name": "John Gavin",
    "email": "john@example.com",
    "login": "johnzzw",
    "description": "",
    "uuid": 4934949
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "logger",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "quantmod",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utf8",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "targets",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "visNetwork",
      "role": "Suggests"
    },
    {
      "package": "DiagrammeR",
      "role": "Suggests"
    },
    {
      "package": "shinylive",
      "role": "Suggests"
    },
    {
      "package": "DT",
      "role": "Suggests"
    },
    {
      "package": "htmltools",
      "role": "Suggests"
    },
    {
      "package": "tidyquant",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    }
  ],
  "_owner": "johngavin",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-50",
      "n": 42
    },
    {
      "week": "2025-51",
      "n": 55
    },
    {
      "week": "2025-52",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "johngavin",
      "count": 159,
      "uuid": 110918
    }
  ],
  "_userbio": {
    "uuid": 110918,
    "type": "user",
    "name": "jg"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/etfdata"
  },
  "_devurl": "https://github.com/johngavin/etf-data",
  "_pkgdown": "https://johngavin.github.io/etf-data",
  "_searchresults": 0,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/etfdata.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "fetch_etf_holdings",
    "fetch_etf_metadata",
    "fetch_justetf_metadata",
    "fetch_justetf_screener",
    "fetch_price_history",
    "get_etf_universe",
    "parse_aum"
  ],
  "_help": [
    {
      "page": "fetch_etf_holdings",
      "title": "Fetch ETF Holdings from Yahoo Finance",
      "topics": [
        "fetch_etf_holdings"
      ]
    },
    {
      "page": "fetch_etf_metadata",
      "title": "Fetch ETF Metadata from Yahoo Finance API",
      "topics": [
        "fetch_etf_metadata"
      ]
    },
    {
      "page": "fetch_justetf_metadata",
      "title": "Fetch ETF Metadata from JustETF",
      "topics": [
        "fetch_justetf_metadata"
      ]
    },
    {
      "page": "fetch_justetf_screener",
      "title": "Fetch ETF Data from JustETF",
      "topics": [
        "fetch_justetf_screener"
      ]
    },
    {
      "page": "fetch_price_history",
      "title": "Fetch Price History from Yahoo Finance",
      "topics": [
        "fetch_price_history"
      ]
    },
    {
      "page": "get_etf_universe",
      "title": "Get ETF Universe",
      "topics": [
        "get_etf_universe"
      ]
    },
    {
      "page": "parse_aum",
      "title": "Parse AUM Text",
      "topics": [
        "parse_aum"
      ]
    }
  ],
  "_readme": "https://github.com/JohnGavin/etf-data/raw/HEAD/etfdata/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "hms",
    "httr",
    "httr2",
    "janitor",
    "jsonlite",
    "lattice",
    "lifecycle",
    "logger",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "quantmod",
    "R6",
    "rappdirs",
    "readr",
    "rlang",
    "rvest",
    "selectr",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "TTR",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr",
    "xml2",
    "xts",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "data_snapshot.qmd",
      "filename": "data_snapshot.html",
      "title": "Data Snapshot Report",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-12-22 21:04:26",
      "modified": "2025-12-22 21:04:26",
      "commits": 1
    },
    {
      "source": "analysis.qmd",
      "filename": "analysis.html",
      "title": "ETF Data Analysis",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-12-12 23:12:05",
      "modified": "2025-12-22 21:04:26",
      "commits": 32
    },
    {
      "source": "etfdata-wasm.qmd",
      "filename": "etfdata-wasm.html",
      "title": "etfdata in WebAssembly (WASM)",
      "engine": "quarto::html",
      "headings": [],
      "created": "2025-12-15 16:26:59",
      "modified": "2025-12-22 21:04:26",
      "commits": 16
    }
  ],
  "_score": 3.778151250383644,
  "_indexed": true,
  "_nocasepkg": "etfdata",
  "_universes": [
    "johngavin",
    "johnzzw"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:38:20.000Z",
      "distro": "noble",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "1b3b151d2f1ff4ca4949f577dd3de4fa2e564bd2a7259f7092edc61fb202577f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:59.000Z",
      "distro": "noble",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "ab8ecb6b9f6ad026c4553aacd41eec2b30db48e191b46864cbd916204a8dca4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:19.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "035ef03fc319534fa96e233c35889f236d0f8a88e3420500042287649505e59f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:27.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "350e9494521e76f44039f2b7efe7390a650bfc9b777505468a351a18cdf82897",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:38:33.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "a8cb0179a1b26133bc88a4fed1ebd8fe4b4b97f895ea37b48f28741f2598f9cd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:43.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "829ae6aadd2d1cf74e4f48d12e3cc2150d8d705e9db600056b1f2ea3ae6cfdbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:18.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "75972a98ba964cda7709a5d0faf8613ff2602ec3153b82ac36bc87dd9653ea5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-23T08:37:29.000Z",
      "commit": "1ac4f23df24eff47ab6e8d675d135bb130cf67ef",
      "fileid": "b1495eedb5ed85c0dad956bc7afa7a337b5c89e7d22b204de1421217768720e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johngavin/actions/runs/26328150986"
    }
  ]
}