{
  "_id": "6a25401a4b233be198399aa5",
  "Type": "Package",
  "Package": "riingo",
  "Title": "An R Interface to the 'Tiingo' Stock Price API",
  "Version": "0.3.1.9000",
  "Authors@R": "c(person(given = \"Davis\",\nfamily = \"Vaughan\",\nrole = c(\"aut\", \"cre\"),\nemail = \"davis@rstudio.com\"),\nperson(given = \"Matt\",\nfamily = \"Dancho\",\nrole = \"aut\",\nemail = \"mdancho@business-science.io\"))",
  "Maintainer": "Davis Vaughan <davis@rstudio.com>",
  "Description": "Functionality to download stock prices, cryptocurrency\ndata, and more from the 'Tiingo' API <https://api.tiingo.com/>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/business-science/riingo",
  "BugReports": "https://github.com/business-science/riingo/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://business-science.r-universe.dev",
  "Date/Publication": "2020-09-14 12:18:50 UTC",
  "RemoteUrl": "https://github.com/business-science/riingo",
  "RemoteRef": "HEAD",
  "RemoteSha": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-07 09:53:18 UTC",
    "User": "root"
  },
  "Author": "Davis Vaughan [aut, cre],\nMatt Dancho [aut]",
  "MD5sum": "b50b0117e565ec340ca77c74b090e62a",
  "_user": "business-science",
  "_type": "src",
  "_file": "riingo_0.3.1.9000.tar.gz",
  "_fileid": "e815d711f0ab6ba05a69a008dfcdde262d78af072e88ab2249d4925eda9e1c00",
  "_filesize": 177724,
  "_sha256": "e815d711f0ab6ba05a69a008dfcdde262d78af072e88ab2249d4925eda9e1c00",
  "_created": "2026-06-07T09:53:18.000Z",
  "_published": "2026-06-07T09:55:38.097Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79949386876,
      "time": 112,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463011698"
    },
    {
      "job": 79949386872,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463010326"
    },
    {
      "job": 79949386880,
      "time": 70,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463007189"
    },
    {
      "job": 79949386869,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463010966"
    },
    {
      "job": 79949245118,
      "time": 149,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7462999058"
    },
    {
      "job": 79949386867,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463010376"
    },
    {
      "job": 79949386881,
      "time": 60,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7463006158"
    },
    {
      "job": 79949386882,
      "time": 62,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7463006331"
    },
    {
      "job": 79949386875,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7463009878"
    }
  ],
  "_buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/business-science/riingo",
  "_commit": {
    "id": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
    "author": "DavisVaughan <davis@rstudio.com>",
    "committer": "DavisVaughan <davis@rstudio.com>",
    "message": "Increment version number\n",
    "time": 1600085930
  },
  "_maintainer": {
    "name": "Davis Vaughan",
    "email": "davis@rstudio.com",
    "login": "davisvaughan",
    "bluesky": "@davisvaughan.bsky.social",
    "description": "Working on all things @tidyverse and @r-lib to make data analysis more fun",
    "uuid": 19150088
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "crayon",
      "version": ">= 1.3.4",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 0.2.4",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 1.4.2",
      "role": "Imports"
    },
    {
      "package": "vctrs",
      "version": ">= 0.3.0",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "business-science",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 52,
  "_contributors": [
    {
      "user": "davisvaughan",
      "count": 75,
      "uuid": 19150088
    }
  ],
  "_userbio": {
    "uuid": 26503379,
    "type": "organization",
    "name": "Business Science",
    "description": "Applying data science to business & financial analysis, tw: @bizScienc"
  },
  "_downloads": {
    "count": 2550,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/riingo"
  },
  "_devurl": "https://github.com/business-science/riingo",
  "_searchresults": 55,
  "_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/readme.html",
    "extra/readme.md",
    "extra/riingo.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/business-science/riingo",
  "_realowner": "business-science",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-04-16"
    },
    {
      "version": "0.2.0",
      "date": "2019-05-11"
    },
    {
      "version": "0.3.0",
      "date": "2020-07-23"
    },
    {
      "version": "0.3.1",
      "date": "2020-09-12"
    }
  ],
  "_exports": [
    "convert_to_local_time",
    "is_supported_ticker",
    "riingo_browse_documentation",
    "riingo_browse_signup",
    "riingo_browse_token",
    "riingo_browse_usage",
    "riingo_crypto_latest",
    "riingo_crypto_meta",
    "riingo_crypto_prices",
    "riingo_crypto_quote",
    "riingo_fundamentals_definitions",
    "riingo_fundamentals_meta",
    "riingo_fundamentals_metrics",
    "riingo_fundamentals_statements",
    "riingo_fx_prices",
    "riingo_fx_quote",
    "riingo_get_token",
    "riingo_iex_latest",
    "riingo_iex_prices",
    "riingo_iex_quote",
    "riingo_latest",
    "riingo_meta",
    "riingo_news",
    "riingo_prices",
    "riingo_set_token",
    "supported_tickers"
  ],
  "_help": [
    {
      "page": "convert_to_local_time",
      "title": "Convert the 'POSIXct' columns of a data frame to the local time zone",
      "topics": [
        "convert_to_local_time"
      ]
    },
    {
      "page": "ticker_info",
      "title": "Ticker information",
      "topics": [
        "is_supported_ticker",
        "supported_tickers"
      ]
    },
    {
      "page": "riingo_browse",
      "title": "Browse various pages of the Tiingo site",
      "topics": [
        "riingo_browse_documentation",
        "riingo_browse_signup",
        "riingo_browse_token",
        "riingo_browse_usage"
      ]
    },
    {
      "page": "riingo_crypto_latest",
      "title": "The latest day's worth of intraday data for a given cryptocurrency",
      "topics": [
        "riingo_crypto_latest"
      ]
    },
    {
      "page": "riingo_crypto_meta",
      "title": "Get meta data about a cryptocurrency on Tiingo",
      "topics": [
        "riingo_crypto_meta"
      ]
    },
    {
      "page": "riingo_crypto_prices",
      "title": "Get cryptocurrency prices aggregated through Tiingo",
      "topics": [
        "riingo_crypto_prices"
      ]
    },
    {
      "page": "riingo_crypto_quote",
      "title": "Quote and Top of Book data for a given cryptocurrency",
      "topics": [
        "riingo_crypto_quote"
      ]
    },
    {
      "page": "riingo_fundamentals_definitions",
      "title": "Fundamentals - Definitions",
      "concept": [
        "fundamentals"
      ],
      "topics": [
        "riingo_fundamentals_definitions"
      ]
    },
    {
      "page": "riingo_fundamentals_meta",
      "title": "Fundamentals - Meta",
      "concept": [
        "fundamentals"
      ],
      "topics": [
        "riingo_fundamentals_meta"
      ]
    },
    {
      "page": "riingo_fundamentals_metrics",
      "title": "Fundamentals - Metrics",
      "concept": [
        "fundamentals"
      ],
      "topics": [
        "riingo_fundamentals_metrics"
      ]
    },
    {
      "page": "riingo_fundamentals_statements",
      "title": "Fundamentals - Statements",
      "concept": [
        "fundamentals"
      ],
      "topics": [
        "riingo_fundamentals_statements"
      ]
    },
    {
      "page": "riingo_fx_prices",
      "title": "Forex - Prices",
      "topics": [
        "riingo_fx_prices"
      ]
    },
    {
      "page": "riingo_fx_quote",
      "title": "Quote and Top of Book data for a given forex ticker",
      "topics": [
        "riingo_fx_quote"
      ]
    },
    {
      "page": "riingo_iex_latest",
      "title": "The latest day's worth of intraday data for a given ticker",
      "topics": [
        "riingo_iex_latest"
      ]
    },
    {
      "page": "riingo_iex_prices",
      "title": "Get stock or ETF prices from IEX through Tiingo",
      "topics": [
        "riingo_iex_prices"
      ]
    },
    {
      "page": "riingo_iex_quote",
      "title": "Quote and Top of Book data for a given ticker",
      "topics": [
        "riingo_iex_quote"
      ]
    },
    {
      "page": "riingo_latest",
      "title": "The latest day's worth of data for a given ticker",
      "topics": [
        "riingo_latest"
      ]
    },
    {
      "page": "riingo_meta",
      "title": "Get meta data about a ticker available on Tiingo",
      "topics": [
        "riingo_meta"
      ]
    },
    {
      "page": "riingo_news",
      "title": "Get news articles cultivated by Tiingo",
      "topics": [
        "riingo_news"
      ]
    },
    {
      "page": "riingo_prices",
      "title": "Get stock or ETF prices from the Tiingo API",
      "topics": [
        "riingo_prices"
      ]
    },
    {
      "page": "riingo_token",
      "title": "Set and get your Tiingo API token",
      "topics": [
        "riingo_get_token",
        "riingo_set_token"
      ]
    }
  ],
  "_readme": "https://github.com/business-science/riingo/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "crayon",
    "curl",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rlang",
    "sys",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_score": 5.561876217899017,
  "_indexed": true,
  "_nocasepkg": "riingo",
  "_universes": [
    "business-science",
    "davisvaughan"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:55:13.000Z",
      "distro": "noble",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "1abd2ac257e72f10a8f645fff6b9a5cd034f8fbf555641ef0b6cff002abb05be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:55:00.000Z",
      "distro": "noble",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "7f78665976c93f6ebf7ee610ac6e0bef621c7f6639e414409677a6e12be62ef7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:54:35.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "a1f6e5cf60bc5e40838a8b3d49ff6d2a2b6c0cff838afc516775c3ae36544a0a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:55:03.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "97bd775491b09fb7916c090a72796d777079aae3d5699576285edc6098c220e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:55:12.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "4d9ed87972f1015fc7eae84a6542ade120d52bb3e54656968da1877d92e717c6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:54:17.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "1b128630cebfc224ad2970d7ae5a3af43529c5281c6f1032fcf657d07759867c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:54:19.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "99887510fcf866242d9fb0b84d2043e48eccb23c9de4578737e9b73bd2ab1715",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.1.9000",
      "date": "2026-06-07T09:54:51.000Z",
      "commit": "a2e343baf32f946600f972dd1b3dd2746e1c709c",
      "fileid": "a1c4f02d5d1852d86282bba1ca0f9c2ef6400ece696ec8e2701431b741938c73",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/business-science/actions/runs/27089114784"
    }
  ]
}