{
  "_id": "6a153fb7acfb0bcc41d555ca",
  "Package": "edgarfundamentals",
  "Title": "Retrieve Fundamental Financial Data from SEC 'EDGAR'",
  "Version": "0.1.2",
  "Authors@R": "person(\ngiven   = \"Robert P\",\nfamily  = \"Schumaker\",\nrole    = c(\"aut\", \"cre\"),\nemail   = \"rob.schumaker@gmail.com\",\ncomment = c(ORCID = \"0000-0003-2977-1856\"))",
  "Description": "Provides a simple, ticker-based interface for retrieving\nfundamental financial data from the United States Securities\nand Exchange Commission's 'EDGAR' 'XBRL' API\n<https://www.sec.gov/edgar/sec-api-documentation>. Functions\nreturn key financial ratios including earnings per share,\nreturn on equity, return on assets, debt-to-equity, current\nratio, gross margin, operating margin, net margin,\nprice-to-earnings, price-to-book, and dividend yield for any\npublicly traded U.S. company. Data is sourced directly from\ncompany 10-K annual filings, requiring no API key or paid\nsubscription. Designed for use in quantitative finance courses\nand research workflows.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "URL": "https://github.com/robschumaker/edgarfundamentals",
  "BugReports": "https://github.com/robschumaker/edgarfundamentals/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev\nlibx11-dev",
  "Repository": "https://robschumaker.r-universe.dev",
  "Date/Publication": "2026-03-26 17:34:19 UTC",
  "RemoteUrl": "https://github.com/robschumaker/edgarfundamentals",
  "RemoteRef": "HEAD",
  "RemoteSha": "3263af9ee199e783a0859d1042b6c0b7b129086c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-26 06:34:02 UTC",
    "User": "root"
  },
  "Author": "Robert P Schumaker [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-2977-1856>)",
  "Maintainer": "Robert P Schumaker <rob.schumaker@gmail.com>",
  "MD5sum": "f88c4353a45088c6b0b6c3b6c11a3f11",
  "_user": "robschumaker",
  "_type": "src",
  "_file": "edgarfundamentals_0.1.2.tar.gz",
  "_fileid": "e17a8926f1a06eef1fdda82d734ad141eb9e9c6d9c621de1f4de7ae79bf6b671",
  "_filesize": 116814,
  "_sha256": "e17a8926f1a06eef1fdda82d734ad141eb9e9c6d9c621de1f4de7ae79bf6b671",
  "_created": "2026-05-26T06:34:02.000Z",
  "_published": "2026-05-26T06:37:43.444Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77820163018,
      "time": 176,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210418732"
    },
    {
      "job": 77820163011,
      "time": 191,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210422273"
    },
    {
      "job": 77820163021,
      "time": 183,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210413265"
    },
    {
      "job": 77820163008,
      "time": 136,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210404242"
    },
    {
      "job": 77819707453,
      "time": 230,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210376434"
    },
    {
      "job": 77820163003,
      "time": 157,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210414029"
    },
    {
      "job": 77820163023,
      "time": 126,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7210406607"
    },
    {
      "job": 77820163036,
      "time": 112,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7210403327"
    },
    {
      "job": 77820163038,
      "time": 110,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7210402881"
    }
  ],
  "_buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/robschumaker/edgarfundamentals",
  "_commit": {
    "id": "3263af9ee199e783a0859d1042b6c0b7b129086c",
    "author": "Robert Schumaker <rob.schumaker@gmail.com>",
    "committer": "Robert Schumaker <rob.schumaker@gmail.com>",
    "message": "GoogleDrive decided to zero out the Description file for lolz.\n",
    "time": 1774546459
  },
  "_maintainer": {
    "name": "Robert P Schumaker",
    "email": "rob.schumaker@gmail.com",
    "login": "robschumaker",
    "description": "",
    "uuid": 61285189,
    "orcid": "0000-0003-2977-1856"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tidyquant",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "robschumaker",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-12",
      "n": 9
    },
    {
      "week": "2026-13",
      "n": 13
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "robschumaker",
      "count": 22,
      "uuid": 61285189
    }
  ],
  "_userbio": {
    "uuid": 61285189,
    "type": "user",
    "name": "Rob Schumaker"
  },
  "_downloads": {
    "count": 184,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/edgarfundamentals"
  },
  "_devurl": "https://github.com/robschumaker/edgarfundamentals",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/edgarfundamentals.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/robschumaker/edgarfundamentals",
  "_realowner": "robschumaker",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-03-26"
    },
    {
      "version": "0.1.2",
      "date": "2026-03-27"
    }
  ],
  "_exports": [
    "get_cik",
    "get_filing_history",
    "get_fundamentals",
    "get_fundamentals_batch"
  ],
  "_help": [
    {
      "page": "get_cik",
      "title": "Look up a company's SEC Central Index Key from its ticker symbol",
      "topics": [
        "get_cik"
      ]
    },
    {
      "page": "get_filing_history",
      "title": "Retrieve recent SEC filing history for a company",
      "topics": [
        "get_filing_history"
      ]
    },
    {
      "page": "get_fundamentals",
      "title": "Retrieve key fundamental financial ratios for a single stock",
      "topics": [
        "get_fundamentals"
      ]
    },
    {
      "page": "get_fundamentals_batch",
      "title": "Retrieve fundamental financial ratios for a portfolio of stocks",
      "topics": [
        "get_fundamentals_batch"
      ]
    }
  ],
  "_readme": "https://github.com/robschumaker/edgarfundamentals/raw/HEAD/README.md",
  "_rundeps": [
    "anytime",
    "askpass",
    "base64enc",
    "BH",
    "bit",
    "bit64",
    "bslib",
    "cachem",
    "cellranger",
    "class",
    "cli",
    "clipr",
    "clock",
    "codetools",
    "colorspace",
    "cpp11",
    "crayon",
    "crosstalk",
    "curl",
    "data.table",
    "DEoptimR",
    "diagram",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "forecast",
    "fracdiff",
    "fs",
    "furrr",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gower",
    "gtable",
    "hardhat",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httr",
    "httr2",
    "ipred",
    "isoband",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lava",
    "lazyeval",
    "lifecycle",
    "listenv",
    "lmtest",
    "lubridate",
    "magrittr",
    "MASS",
    "Matrix",
    "memoise",
    "mime",
    "mvtnorm",
    "nlme",
    "nnet",
    "numDeriv",
    "openssl",
    "otel",
    "padr",
    "parallelly",
    "pcaPP",
    "PerformanceAnalytics",
    "pillar",
    "pkgconfig",
    "plotly",
    "prettyunits",
    "prodlim",
    "progress",
    "progressr",
    "promises",
    "purrr",
    "pyinit",
    "quadprog",
    "quantmod",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppRoll",
    "readr",
    "readxl",
    "recipes",
    "rematch",
    "rlang",
    "rmarkdown",
    "RobStatTM",
    "robustbase",
    "rpart",
    "rrcov",
    "rsample",
    "S7",
    "sass",
    "scales",
    "shape",
    "slider",
    "sparsevctrs",
    "SQUAREM",
    "stringi",
    "stringr",
    "survival",
    "sys",
    "tibble",
    "tidyquant",
    "tidyr",
    "tidyselect",
    "timechange",
    "timeDate",
    "timetk",
    "tinytex",
    "tseries",
    "tsfeatures",
    "TTR",
    "tzdb",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "vroom",
    "warp",
    "withr",
    "xfun",
    "xts",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "edgarfundamentals.Rmd",
      "filename": "edgarfundamentals.html",
      "title": "Fundamental Analysis with edgarfundamentals",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Setup",
        "Looking Up a CIK",
        "Fundamentals for a Single Stock",
        "Fundamentals for a Portfolio",
        "Screening by Fundamental Criteria",
        "Checking Filing History",
        "A Note on Data Limitations"
      ],
      "created": "2026-03-21 00:20:54",
      "modified": "2026-03-21 22:56:51",
      "commits": 2
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "edgarfundamentals",
  "_universes": [
    "robschumaker"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-26T06:36:44.000Z",
      "distro": "noble",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "b052d85e99b8856fd3e4b1c49feeaa24102fd11993698e7757fb42ccece4aa5f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-26T06:36:55.000Z",
      "distro": "noble",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "76a261db91da176df7f455e8830a75bc124f6f505a476a6d82469a26aadf4e8c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-26T06:36:28.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "a6b58dd28a59a89e212171a917c56a5c67bfc32ce2a42a34a507b34259226011",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-26T06:35:53.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "bb616aa3eaca96ab8bd99f8357403163eb7d5995aed3cd9adc04d8374a11d33e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-05-26T06:36:54.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "c2c05f16f3fd3ca5dcc473d6d5e951dad0f9992175a1a453a16f3e6c3bc06a78",
      "status": "success",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-26T06:35:47.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "7699f3f0cf9738d638206274c017703fe6be3ff0c5a4549289f014f9824cd71a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-26T06:35:35.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "0af99eebbcf23abb2a91af9874dc74e31991548eea53ae3b8347a30edbad6ab4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-26T06:35:37.000Z",
      "commit": "3263af9ee199e783a0859d1042b6c0b7b129086c",
      "fileid": "dad8d93371543460917ea1ab3c268d0da61b647f44d4b3c2b4c36742f4cda8dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/robschumaker/actions/runs/26436251486"
    }
  ]
}