Package: eodhdR2 0.5.1
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.5.1.tar.gz
eodhdR2_0.5.1.zip(r-4.5)eodhdR2_0.5.1.zip(r-4.4)eodhdR2_0.5.1.zip(r-4.3)
eodhdR2_0.5.1.tgz(r-4.4-any)eodhdR2_0.5.1.tgz(r-4.3-any)
eodhdR2_0.5.1.tar.gz(r-4.5-noble)eodhdR2_0.5.1.tar.gz(r-4.4-noble)
eodhdR2_0.5.1.tgz(r-4.4-emscripten)eodhdR2_0.5.1.tgz(r-4.3-emscripten)
eodhdR2.pdf |eodhdR2.html✨
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 2 months agofrom:5c6af14f45. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-win | OK | Oct 12 2024 |
R-4.5-linux | OK | Oct 12 2024 |
R-4.4-win | OK | Oct 12 2024 |
R-4.4-mac | OK | Oct 12 2024 |
R-4.3-win | OK | Oct 12 2024 |
R-4.3-mac | OK | Oct 12 2024 |
Exports:get_demo_tokenget_dividendsget_exchangesget_fundamentalsget_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 |
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 |