yahoo_tick_grabber

Crates.ioyahoo_tick_grabber
lib.rsyahoo_tick_grabber
version0.1.7
sourcesrc
created_at2024-05-25 07:07:55.48524
updated_at2024-07-14 06:29:43.116879
descriptionA wrapper API around reqwest library that as of currently returns a string containing the information about a ticker off Yahoo Finance
homepagehttps://github.com/marcusasdgg
repositoryhttps://github.com/marcusasdgg/yahoo_test
max_upload_size
id1251772
size52,763
(marcusasdgg)

documentation

README

This is a package meant to simplify the grabbing of data off a given ticker. Written using the Reqwest library. It provides a struct object called YahooConnect which is a thread safe object which stores the cookie and "crumb" needed to access the Yahoo website and grab the data off it. the get_ticker method with argument &str will return a struct containing all fields of the JSON that yahoo provides. the implementation of the struct is an array of JSONS which each refer to a single stock request, allowing you to combine multiple stock requests into a single YAHOOCONNECT request by separating with a Comma, i.e AAPL,TSLA.

Commit count: 50

cargo fmt