YahooFinanceAPI icon indicating copy to clipboard operation
YahooFinanceAPI copied to clipboard

.NET Yahoo Finance API (which uses cookie and crumb)

Results 6 YahooFinanceAPI issues
Sort by recently updated
recently updated
newest added

Hi there, I got the following error: FlurlHttpException: GET https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL&fields=regularMarketOpen%2CregularMarketDayHigh%2CregularMarketDayLow%2CregularMarketPrice failed with status code 401 (Unauthorized). Response body: {"finance":{"result":null,"error":{"code":"Unauthorized","description":"Invalid Cookie"}}} It seems it requires cookies. Could you pls help me?...

``` pip3 install -r requirements.txt Requirement already satisfied: certifi==2019.6.16 in c:\python36\lib\site-packages (from -r requirements.txt (line 1)) (2019.6.16) Requirement already satisfied: chardet==3.0.4 in c:\python36\lib\site-packages (from -r requirements.txt (line 2)) (3.0.4) Requirement...

Hi, First of all, thanks for the work. I'm currently using the project for a finance app of mine. I'm facing an issue while using Mono : it loops without...

I'm getting the following errors when trying to run the bat file. I've tried re-installing package using nugget but still no luck. In VS2017 the code seems fine and doesn't...

HI, First of all great work and it help me a lot, but i think that i found an issue. You are only assuming that the decimal symbol is '.'...

Hi Dennis, Thanks for your work. The only correction is needed in description (README). As I have selectively checked, OHLC prices are not adjusted for dividends (but still adjusted for...