Commit Graph

54 Commits (main)

Author SHA1 Message Date
Ricardo Prins 274f309052 Bump requests to 2.31 and removes cryptography. 2023-07-20 17:17:44 -06:00
ValueRaider aba81eedc2
Emphasise API on Wiki
More emphasis that user should review the Wiki for the full API for download() and Ticker.history()
2023-07-06 21:15:41 +01:00
ValueRaider 9268fcfa76
Merge pull request #1545 from SnoozeFreddo/main
fix: Readme cache-ratelimit. Limiter parenthesis was never closed
2023-06-27 13:54:08 +01:00
ValueRaider 1cb0b215c4
Merge branch 'main' into dev 2023-06-21 23:13:12 +01:00
ValueRaider 1ce9ce2784 Fix financials ; Remove broken decryption & scraping 2023-06-21 14:49:16 +01:00
ValueRaider 080834e3ce Update README#logging ; remove 'info fixed' message 2023-06-19 23:25:36 +01:00
ValueRaider d18cd6f42f
Merge pull request #1549 from ranaroussi/dev
dev -> main
2023-06-07 13:23:39 +01:00
Konstantinos Ftikas 762abd8bba
fix: Readme cache-ratelimit. Limiter parenthesis was never closed
The example in the docs will not work out of the box due to a syntax error.
2023-06-03 14:19:31 +02:00
ValueRaider 83b177b7fb
README.md - note on installing betas 2023-05-12 12:11:14 +01:00
ValueRaider d30a2a0915
README.md: update 'News' 2023-04-16 21:29:57 +01:00
ValueRaider 4937c933a2 Deprecate 'debug' arg, improve 'logging' use 2023-04-15 16:47:39 +01:00
ValueRaider fc4350e463
Merge pull request #1480 from kennykos/get_full_info
'info' fetch now gets same data as scrape
2023-04-09 21:01:34 +01:00
ValueRaider 13556afd90
README.md: reorganise & link to 'How to contribute' 2023-04-07 12:21:01 +01:00
Value Raider 6a63ce9e15 Demote 'fast_info'
Demote 'fast_info':
- inform user can revert to 'info'
- remove from README
- relocate class from base.py -> quote.py
2023-04-06 12:21:57 +01:00
ValueRaider 7b95f554bd
README: fix rate-limiting example 2023-02-21 12:24:35 +00:00
ValueRaider e96248dec7
README: fix narrative ordering 2023-01-29 13:52:13 +00:00
ValueRaider 7d0045f03c
README: simplify API overview with link to Wiki 2023-01-29 13:49:01 +00:00
ValueRaider a97db0aac6
README: add how-to for requests rate-limiting 2023-01-28 23:10:38 +00:00
ValueRaider af39855e28 README: comment on instability, tidy Ticker 'Quick start' 2023-01-27 17:36:25 +00:00
ValueRaider fb77d35863 Update README 2023-01-19 22:33:54 +00:00
ValueRaider 677bbfed8b Add Ticker.market_cap helper ; Tidy info[] blacklist 2023-01-16 11:23:35 +00:00
ValueRaider db8a00edae get_shares_full(): remove caching, tidy API 2023-01-14 17:11:57 +00:00
Deyao Chen de8c0bdcdd
Change default value to ignore_tz to False
Bring the behavior of download() to be the same as 0.1.77.
2023-01-08 11:47:13 +08:00
ValueRaider beb494b67e
README: add small section on version 0.2 2022-12-20 11:37:16 +00:00
ValueRaider 85783da515
README: update 'repair' doc 2022-12-19 23:30:29 +00:00
ValueRaider f398f46509 Switch 'pycryptodome' -> 'cryptography' 2022-12-19 12:28:51 +00:00
ValueRaider 097c76aa46 Add 'pycryptodome' requirement 2022-12-18 13:26:12 +00:00
ValueRaider df7af507f0
Merge pull request #1233 from ranaroussi/revise-reqs
Raise reqs min versions (lxml, pandas)
2022-12-13 18:12:48 +00:00
ValueRaider 11a3a9d457 Raise min lxml & pandas, sync all reqs lists 2022-12-13 15:25:34 +00:00
ymyke 6f60a78262 Add `history_metadata` property
Including test and README mention.

See also https://github.com/ranaroussi/yfinance/issues/1195.
2022-12-12 17:16:05 +01:00
ValueRaider aeea23229f
Merge branch 'dev' into feature/old-financials-backup 2022-12-10 21:12:06 +00:00
ValueRaider e91ffe4844 Replace 'fallback' with 'legacy' arg 2022-12-10 21:05:42 +00:00
ValueRaider 762d446661 Default enable 'pretty' financials, explain in README 2022-12-01 18:49:43 +00:00
ymyke 2eae33bd33 Fix a couple of minor issues in README
- Typos in variable name
- `Ticker` doesn't support several tickers
- `Tickers` doesn't return named tuple
- "1m" in `download` would produce an error for longer timeframes, so
  changing the example to "5d"
2022-11-29 23:28:16 +01:00
ValueRaider 96e4532a9d
Merge pull request #1183 from fredrik-corneliusson/dev
Made fetching earnings_dates faster
2022-11-21 17:11:33 +00:00
Fredrik Corneliusson 20680b0e38 Lowered get earnings_dates limit and removed earnings_history API.
earnings_history/get_earnings_history was redundant as it was an incomplete implementation of get_earnings_dates().
2022-11-21 17:48:20 +01:00
Thirumalai Raj R 80c659be71 Addressing PR comments 2022-11-21 17:12:15 +05:30
Thirumalai Raj R e188c7e41f
Merge branch 'dev' into feature/add_capital_gains 2022-11-14 14:08:08 +05:30
Thirumalai Raj R 1ed4b4b65d For ETFs & Mutual Funds, add capitalGains 2022-11-11 20:57:39 +05:30
ValueRaider 028334de92
Merge pull request #1058 from PlanetNamekTech/patch-1
Update README.md with new notation
2022-11-02 15:16:55 +00:00
ValueRaider e83cc74800
Merge branch 'dev' into fix/financials-data 2022-10-28 14:26:07 +01:00
ValueRaider f5973b2c89
Merge branch 'main' into dev 2022-10-25 17:49:02 +01:00
ValueRaider f525ee2f5e Add README section on tz-cache ; Add set_tz_cache_location() 2022-10-23 19:47:22 +01:00
ValueRaider 3c51687351 Add arg history(repair=False) to fix $/cents £/p mixups 2022-10-22 23:58:20 +01:00
ValueRaider ff42a3ac87 Add 'ignore_tz' arg to download() 2022-10-18 12:22:43 +01:00
ValueRaider 6e96a1a8e6 Refactor properly ; Rename some new properties 2022-10-17 16:40:12 +01:00
Stephen Hogg d65391b798 Merged (refactored). Quarterlies updates. Multi-Index Inlcluded. 2022-10-16 17:34:23 +10:00
ValueRaider e8ca256c10 Add new dep 'appdirs' for recent tz-fixes PR 2022-10-01 13:49:02 +01:00
PlanetNamekTech 2ff2c57dcf
Update README.md with new notation
Multiple ticker objects section doesn't seem to work with dot notation when accessing ticker.
2022-09-09 18:38:24 -07:00
Value Raider 77f3810cdd Add feature get_earnings_dates() 2022-06-15 17:42:22 +01:00