Package: yfscreen 0.1.2

yfscreen: Yahoo Finance 'screener' API

Simple and efficient access to Yahoo Finance's 'screener' API <https://finance.yahoo.com/research-hub/screener/> for querying and retrieval of financial data. The core functionality abstracts the complexities of interacting with Yahoo Finance APIs, such as session management, crumb and cookie handling, query construction, pagination, and JSON payload generation. This abstraction allows users to focus on filtering and retrieving data rather than managing API details. Use cases include screening across a range of security types including equities, mutual funds, ETFs, indices, and futures. The package supports advanced query capabilities, including logical operators, nested filters, and customizable payloads. It automatically handles pagination to ensure efficient retrieval of large datasets by fetching results in batches of up to 250 entries per request. Filters can be dynamically defined to accommodate a wide range of screening needs. The implementation leverages standard HTTP libraries to handle API interactions efficiently and provides support for both R and 'Python' to ensure accessibility for a broad audience.

Authors:Jason Foster [aut, cre]

yfscreen_0.1.2.tar.gz
yfscreen_0.1.2.zip(r-4.6)yfscreen_0.1.2.zip(r-4.5)
yfscreen_0.1.2.tgz(r-4.6-any)yfscreen_0.1.2.tgz(r-4.5-any)
yfscreen_0.1.2.tar.gz(r-4.6-any)yfscreen_0.1.2.tar.gz(r-4.5-any)
yfscreen_0.1.2.tgz(r-4.5-emscripten)
yfscreen.pdf |yfscreen.html
yfscreen/json (API)

# Install 'yfscreen' in R:
install.packages('yfscreen', repos = c('https://jasonjfoster.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jasonjfoster/screen/issues

Datasets:

On CRAN:

Conda:

datapython

5.07 score 18 stars 4 scripts 565 downloads 4 exports 2 dependencies

Last updated from:6e5d7a6c77. Checks:8 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK237
source / vignettesOK179
linux-release-x86_64OK275
macos-devel-arm64OK210
macos-release-arm64OK207
windows-develOK202
windows-releaseOK240
wasm-releaseOK106

Exports:create_payloadcreate_queryget_dataget_session

Dependencies:curljsonlite