Package: eodhdR2 0.6
eodhdR2: Official R API for Fetching Data from 'EODHD'
Second and backward-incompatible version of R package 'eodhd' <https://eodhd.com/>, extended with a cache and quota system, also offering functions for cleaning and aggregating the financial data.
Authors:
eodhdR2_0.6.tar.gz
eodhdR2_0.6.zip(r-4.7)eodhdR2_0.6.zip(r-4.6)eodhdR2_0.6.zip(r-4.5)
eodhdR2_0.6.tgz(r-4.6-any)eodhdR2_0.6.tgz(r-4.5-any)
eodhdR2_0.6.tar.gz(r-4.7-any)eodhdR2_0.6.tar.gz(r-4.6-any)
eodhdR2_0.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
eodhdR2/json (API)
NEWS
| # Install 'eodhdR2' in R: |
| install.packages('eodhdR2', repos = c('https://eodhistoricaldata.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/eodhistoricaldata/r-library-for-financial-data-2024/issues
Last updated from:0f90dd42a6. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 177 | ||
| source / vignettes | OK | 164 | ||
| linux-release-x86_64 | NOTE | 158 | ||
| macos-release-arm64 | NOTE | 141 | ||
| macos-oldrel-arm64 | NOTE | 211 | ||
| windows-devel | NOTE | 75 | ||
| windows-release | NOTE | 67 | ||
| windows-oldrel | NOTE | 61 | ||
| wasm-release | OK | 97 |
Exports:get_demo_tokenget_dividendsget_exchangesget_fundamentalsget_index_compositionget_intradayget_iposget_newsget_pricesget_splitsget_tickersparse_financialsset_token
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Returns token for demonstration | get_demo_token |
| Retrieves dividend data from the api | get_dividends |
| Retrieves the list of available exchanges | get_exchanges |
| Retrieves and parses fundamental and financial data from eodhd api | get_fundamentals |
| Get Index Composition | get_index_composition |
| Retrieves instraday data for a given ticker and exchange | get_intraday |
| Retrieves IPO (Initial Public Offering) data for a given time period | get_ipos |
| Retrieves news for a given ticker and exchange | get_news |
| Retrieves adjusted and unadjusted stock prices | get_prices |
| Retrieves splits data from eodhd | get_splits |
| Retrieves a list of tickers for a particular exchange | get_tickers |
| Parses financial data from the API | parse_financials |
| Sets up authentication for eodhd | set_token |
