Compare commits

...

338 Commits
0.2.47 ... main

Author SHA1 Message Date
ValueRaider
fa755363dc Version 1.1.0 2026-01-24 16:01:54 +00:00
ValueRaider
7874a45e3b Merge pull request #2682 from ranaroussi/dev
sync dev -> main
2026-01-24 15:57:45 +00:00
ValueRaider
9e6d00c674 Merge pull request #2683 from ctasada/ctasada/issue-2679
Upgrade to Pandas 3.0 (Fixes #2679)
2026-01-24 12:08:09 +00:00
Carlos-Tasada
04cd07eb6a Timestamp.now(tz) already exists in Pandas since 9 years ago, so there's no need to upgrade Pandas right now.
Keeping the change removes the deprecation warning, achieving the goal of this PR
2026-01-23 14:09:03 +01:00
Carlos-Tasada
25bf12cb92 Upgrade to Pandas 3.0 (Fixes #2679)
Pandas 3.0 introduced many changes. One of them is a noisy deprecation warning `Pandas4Warning: Timestamp.utcnow is deprecated and will be removed in a future version. Use Timestamp.now('UTC') instead.`

This PR upgrades YFinance to use the latest Pandas 3.0.0 version, removing the warning
2026-01-23 08:44:47 +01:00
ValueRaider
27cb8aa2a2 Docs for capital-gains repair; Fix warnings in price-repair 2026-01-22 19:36:37 +00:00
ValueRaider
947cd4420c Merge pull request #2671 from sd416/main
Add GitHub Actions to Dependabot configuration
2026-01-20 19:18:43 +00:00
sd416
fd3965ad92 Add GitHub Actions to Dependabot configuration and updating actions
Add GitHub Actions to Dependabot configuration

Add GitHub Actions to Dependabot configuration

Bump actions/checkout from 2 to 6

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/setup-python from 4 to 6

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump actions/github-script from 7 to 8

Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 05:04:51 +00:00
ValueRaider
bf94ae937b Merge pull request #2668 from ranaroussi/fix/price-split-repair-false-positives
Improve stock-split repair false-positives
2026-01-19 23:11:02 +00:00
ValueRaider
496d238bfa Merge pull request #2667 from ranaroussi/feature/price-repair-capital-gains-double-count
New price repair: capital gains double-counting
2026-01-19 23:10:49 +00:00
ValueRaider
ce4c07be1f New price repair: capital gains double-counting 2026-01-19 23:10:05 +00:00
ValueRaider
f984876b35 Improve stock-split repair false-positives 2026-01-19 23:09:16 +00:00
ValueRaider
8d6188c926 Merge pull request #2674 from orionnelson/hotfix/py39-compat-regression-2672
Fix Python 3.9 compatibility regression in calendars.py
2026-01-19 23:06:40 +00:00
Orion Nelson
12e1951f80 Fix Python 3.9 compatibility regression in calendars.py
Fixes #2673

syntax issue
2026-01-18 16:05:43 -05:00
ValueRaider
47a8f64ff7 Merge pull request #2673 from kbluck/fix/config-init-all
Add config to __all__
2026-01-17 22:32:39 +00:00
Kevin Bluck
0f1d091ac8 Add config to __all__ 2026-01-17 13:08:24 -08:00
ValueRaider
42411d44df Merge pull request #2669 from ranaroussi/main
sync main -> dev
2026-01-11 12:58:34 +00:00
ValueRaider
b0e855e7ec Merge pull request #2661 from peter199711/fix-pypi-link
Fix broken contributing link in PyPI documentation
2026-01-10 12:20:11 +00:00
ValueRaider
ea455c16a5 Merge pull request #2664 from Timour-Ilyas/fix-license-link
Fix broken LICENSE.txt link in PyPI documentation
2026-01-10 12:19:47 +00:00
ValueRaider
3e33a75230 Merge pull request #2665 from salsugair/fix-Saudi-Arabia-MIC-Code
Fix Saudi Arabia MIC Code
2026-01-10 12:19:21 +00:00
salsugair
0df671b566 Fix Saudi Arabia MIC Code
fix Saudi Arabia mic code XSAU and yahoo finance suffix SR
2026-01-08 19:53:01 +03:00
Ilyas Timour
03ec05d286 Fix broken LICENSE.txt link in PyPI documentation
The relative link works on GitHub but is broken on PyPI.
Replaced it with an absolute GitHub URL.
2026-01-07 14:42:03 +01:00
Peter
5c7b41d510 Fix broken contributing link in PyPI documentation 2026-01-05 11:01:15 +08:00
ValueRaider
d12c4b3c8c Version 1.0 2025-12-22 18:09:22 +00:00
ValueRaider
d1c69e1d38 Merge pull request #2637 from ranaroussi/dev
sync dev -> main
2025-12-22 18:06:49 +00:00
ValueRaider
6d07669ba1 Merge pull request #2653 from ranaroussi/fix/curl-cffi-0.14-breaking
Block curl_cffi version 0.14
2025-12-22 18:05:39 +00:00
ValueRaider
bed8959381 Merge pull request #2642 from biplavbarua/fix/issue-1436-nsei-30m
Fix: Correct 30m interval alignment and filtering for NSE/early-open markets
2025-12-22 18:05:06 +00:00
biplavbarua
7fba9cff58 fix: correct 30m interval alignment and filtering for NSE/early-open markets 2025-12-22 19:17:07 +05:30
ValueRaider
b0cae4dce1 Block curl_cffi version 0.14 2025-12-21 19:14:10 +00:00
ValueRaider
a6e26a8802 Merge pull request #2648 from ericpien/screener_const_update_2025
fix: Screener's sector industry mapping
2025-12-21 18:41:14 +00:00
Eric Pien
906d6f12c3 update Screener's querying logic and sector industry mapping 2025-12-21 08:16:29 -08:00
ValueRaider
d1aa6befe2 Merge pull request #2650 from evanreynolds9/fix/tickers-history-start-end
Fix: Set period default to None in multi
2025-12-20 19:17:32 +00:00
ValueRaider
7ce5bab562 ruff action: ignore E702 2025-12-20 19:16:41 +00:00
evanreynolds9
fcb951bf71 Set period default to None in Tickers.history and multi 2025-12-20 12:50:29 -05:00
ValueRaider
0e157d5928 Merge pull request #2651 from ranaroussi/fix/price-div-repair-dropping-nan-rows
Fix price-div-repair dropping NaN rows
2025-12-20 17:05:00 +00:00
ValueRaider
50bf706ce8 ruff action: ignore E702 2025-12-20 17:04:44 +00:00
ValueRaider
5d9f73222f Fix price-div-repair dropping NaN rows 2025-12-20 17:01:48 +00:00
ValueRaider
4f38ecfea0 Redesign YfConfig + small fixes
Fixes:
- earnings_dates caching
- _resample on period=ytd

New deprecations:
- yf.set_config()
- move enable_debug_mode() to YfConfig

Complete deprecations:
- proxy arguments
- download(auto_adjust)

Small test fixes
2025-12-20 16:23:20 +00:00
ValueRaider
d2ebd0e642 Refine issue-auto-close action. 2025-12-15 21:47:40 +00:00
ValueRaider
39c2f76c1a Merge pull request #2615 from ianmihura/feature/earnings-calendar
Feature: Earning Calendar (& other calendars)
2025-12-10 21:52:45 +00:00
Ian Mihura
428919b701 earning calendar and other calendars 2025-12-10 17:55:42 +01:00
ValueRaider
70d9b44af9 Merge pull request #2627 from axisrow/feature/retry-mechanism
Add optional retry mechanism for transient network errors
2025-12-02 20:58:34 +00:00
aivibe
ec5f1c2470 Add optional retry mechanism for transient network errors 2025-12-02 06:23:26 +07:00
ValueRaider
ebdfbb7d18 Remove 2x unnecessary exception raises in history() 2025-12-01 19:25:09 +00:00
ValueRaider
3d92f04f47 Merge pull request #2524 from ranaroussi/feature/expose-exceptions-v2
Improve exception handling
2025-11-23 12:05:37 +00:00
ValueRaider
f484539920 Merge branch 'dev' into feature/expose-exceptions-v2 2025-11-19 20:34:23 +00:00
ValueRaider
01c9bd13d8 Add missing class YfConfig 2025-11-19 20:31:03 +00:00
ValueRaider
d48230938d Merge pull request #2613 from danchev/main
fix: Correct column names
2025-10-26 11:41:10 +00:00
D. Danchev
146a2a3957 fix(industry): correct typo in column names
Fix incorrect column names in Industry._parse_top_growth_companies by removing an accidental leading space from 'growth estimate' and 'last price'
2025-10-25 10:14:23 -05:00
ValueRaider
fc0bde214a Issue auto-close: Improve message 2025-09-18 20:05:18 +01:00
ValueRaider
173ab2d811 Version 0.2.66 2025-09-17 12:20:05 +01:00
ValueRaider
8cca819fd6 Merge pull request #2597 from ranaroussi/dev
dev -> main
2025-09-17 12:16:50 +01:00
ValueRaider
bc67252d4b Screener: EquityQuery add industry field
And update docs to support
- fix duplication of class attributes in methods block
- repurpose 'SECTOR_INDUSTY_MAPPING' to back new EquityQuery field 'industry'
2025-09-17 12:02:43 +01:00
ValueRaider
f2d617b948 Merge pull request #2599 from Phil997/fix/missing-log-message
fix: add missing logging message
2025-09-16 22:04:34 +01:00
Philipp Jaschke
4e4b0af3ef fix: add missing logging message
Add the missing reson text from the response when logging the error of the request
2025-09-16 21:32:36 +02:00
ValueRaider
04ba66083e Merge pull request #2595 from ranaroussi/fix/prices-intraday-merge
Prices: bugfix for merging intraday with divs/splits
2025-09-12 23:45:00 +01:00
ValueRaider
bd327694c5 Prices: bugfix for merging intraday with divs/splits 2025-09-12 23:43:49 +01:00
ValueRaider
99b2db69e0 Merge pull request #2591 from hjlgood/new_get_earnings_dates
Add Ticker.get_earnings_dates_using_scrape() to fix ISSUE:#2566
2025-09-10 20:37:54 +01:00
ValueRaider
5a6efdf773 earnings_dates: Improve fix
Fix parsing
Fix function name
Restore original error when no earnings dates found
YfData: move consent-page check to get()
2025-09-10 20:27:57 +01:00
Ran Aroussi
4ff80a57d4 Update PyPi downloads badge refresh rate 2025-09-10 18:33:37 +01:00
jeong
441ae8d677 Add Ticker.get_earnings_dates() to fix ISSUE:#2566 2025-09-07 18:15:20 +09:00
ValueRaider
8b71e6cc05 Merge pull request #2585 from roberttidball/patch-1
Update index.rst - duplicate market reference
2025-08-23 13:34:22 +01:00
Robert Tidball
bc40e84461 Update index.rst
Also removing duplicate markets in table of contents tree so that the navbar on the left does not contain duplicates
2025-08-21 14:27:10 +10:00
Robert Tidball
ead4ed7ee7 Update index.rst - duplicate market reference
The market reference in the documentation (https://ranaroussi.github.io/yfinance/reference/api/yfinance.Market.html#) is duplicated.
2025-08-20 17:10:44 +10:00
ValueRaider
2e0ad642c1 Merge pull request #2579 from mxdev88/main
feat: add market_suffix
2025-08-17 16:20:16 +01:00
ValueRaider
54b37a403c reduce code diff 2025-08-17 16:09:00 +01:00
mxdev88
a04a4ea475 feat: add market_suffix 2025-08-06 09:56:39 +02:00
ValueRaider
9f0d3fd12d Merge pull request #2580 from skyblue6688/bug-fix-2576
Fix test_ticker unit test failure due to NEPT delisting
2025-08-04 19:02:06 +01:00
ValueRaider
3596924fe2 Merge pull request #2573 from jdmcclain47/fix/user-parse-epoch
Fix/user parse epoch
2025-08-04 19:00:25 +01:00
jdmcclain47
4259760bea Fix internal parsing of epochs and add tests 2025-08-03 21:19:08 -05:00
Shi Qin
9a6c82aea6 Fix test_ticker unit test failure due to NEPT delisting 2025-08-03 14:52:50 -07:00
ValueRaider
bdb2fecf1e Price repair: add a nan guard 2025-07-11 22:15:34 +01:00
ValueRaider
0b0b60e535 Screener: add Swiss exchange 2025-07-11 21:59:14 +01:00
ValueRaider
733091ad6c Merge pull request #2565 from ranaroussi/main
sync main -> dev
2025-07-06 17:25:30 +01:00
ValueRaider
ea4dc2d22a Version 0.2.65 2025-07-06 17:18:39 +01:00
ValueRaider
b29cc269c6 Merge pull request #2564 from ranaroussi/dev
sync dev -> main
2025-07-06 17:17:19 +01:00
ValueRaider
8db46f2b12 Fix a test 2025-07-06 17:16:37 +01:00
ValueRaider
f8e75b3aaf Merge pull request #2563 from ranaroussi/fix/financials-dtype
Financials: ensure dtype float
2025-07-06 16:36:44 +01:00
ValueRaider
8f04f91e2b Financials: ensure dtype float 2025-07-05 16:03:49 +01:00
ValueRaider
4a1e1a9fb2 Merge pull request #2562 from ranaroussi/fix/prices-period-mix-with-start-end
Prices: handle mixing period with start/end
2025-07-05 13:32:56 +01:00
ValueRaider
a05a759852 Merge pull request #2558 from ranaroussi/fix/price-repair-fx
Price repair: when changing FX, update metadata
2025-07-05 13:32:47 +01:00
ValueRaider
9b7f53689b Prices: handle mixing period with start/end 2025-07-03 21:48:58 +01:00
ValueRaider
31109b2a2a Merge pull request #2561 from ranaroussi/fix/prices-start-with-end-none
Prices: fix behaviour change on end=None
2025-07-02 21:39:10 +01:00
ValueRaider
8e88aec77d Prices: fix behaviour change on end=None 2025-07-02 21:37:27 +01:00
ValueRaider
068e6b04db Bug form: emphasise not affiliated with Yahoo, add reporting link 2025-06-27 21:05:34 +01:00
ValueRaider
90575a029f Price repair: when changing FX, update metadata 2025-06-27 19:31:22 +01:00
ValueRaider
5dbc2950e8 Version 0.2.64 2025-06-27 17:15:06 +01:00
ValueRaider
4707bc035e Merge pull request #2556 from ranaroussi/dev
sync dev -> main
2025-06-27 17:13:58 +01:00
ValueRaider
81011a7a75 Prices: fix 'period' when start/end set - extend to download() 2025-06-27 17:10:49 +01:00
ValueRaider
14ec3df9a4 Merge pull request #2555 from ranaroussi/fix/earnings-dates-type
earnings_dates: handle 'Event Type' properly
2025-06-27 16:57:38 +01:00
ValueRaider
1056487183 earnings_dates: handle 'Event Type' properly 2025-06-27 16:56:57 +01:00
ValueRaider
b7a425d683 Merge pull request #2550 from ranaroussi/fix/history-period-with-start-end
Prices: fix 'period' arg when start or end set
2025-06-26 19:24:25 +01:00
ValueRaider
a61e0a07b5 Merge pull request #2549 from ranaroussi/fix/dividends-with-currency
Handle dividends with FX, convert if repair=True
2025-06-26 19:24:21 +01:00
ValueRaider
e2150daf18 Prices: fix 'period' when start/end set, improve YFInvalidPeriodError 2025-06-26 11:09:46 +01:00
ValueRaider
69dbf74292 Handle dividends with FX, convert if repair=True 2025-06-26 10:55:34 +01:00
ValueRaider
b5c2160837 Merge pull request #2551 from ranaroussi/docs/price-repair
Add price repair to doc
2025-06-25 21:11:55 +01:00
ValueRaider
b8ab067caa Add price repair to doc 2025-06-25 21:10:21 +01:00
ValueRaider
c6429482ab Action to auto-close default issues 2025-06-24 10:23:29 +01:00
ValueRaider
4f9b6d6e9f Merge pull request #2540 from ranaroussi/main
sync main -> dev
2025-06-14 14:29:13 +01:00
ValueRaider
5812aa6a69 Version 0.2.63 2025-06-12 09:41:44 +01:00
ValueRaider
ea810b4b35 Merge pull request #2531 from ranaroussi/hotfix/download-isin
Fix download()+ISIN
2025-06-12 09:41:00 +01:00
ValueRaider
53bce46929 Fix download()+ISIN 2025-06-12 08:54:57 +01:00
ValueRaider
0eb11c56b0 Version 0.2.62 2025-06-08 16:08:37 +01:00
ValueRaider
2981893f30 Merge pull request #2525 from ranaroussi/dev
sync dev -> main
2025-06-08 16:02:33 +01:00
ValueRaider
3250386136 Merge pull request #2402 from cclauss/patch-1
GitHub Action: Replace archived ruff action with official action
2025-06-08 14:58:43 +01:00
ValueRaider
aa606642c0 Merge branch 'main' into patch-1 2025-06-08 14:58:10 +01:00
ValueRaider
cc0b03efd1 Merge pull request #2509 from cole-st-john/adjusting_max_period_logic2
adjusting for processing time in max period (reduced)
2025-06-08 12:52:55 +01:00
ValueRaider
5bbd3d096c fix ruff 2025-06-07 23:16:56 +01:00
ValueRaider
b8b04b5345 Add new config 'hide_exceptions 2025-06-07 23:14:04 +01:00
ValueRaider
39dd87080d Merge pull request #2523 from ranaroussi/feature/print_once_replace_with_warnings
Replace 'print_once' with warnings.
2025-06-07 22:27:18 +01:00
ValueRaider
72a2fd8955 Merge pull request #2516 from ranaroussi/feature/isin-cache
Feature: ISIN cache
2025-06-07 21:21:09 +01:00
ValueRaider
dd62ce510e Replace 'print_once' with warnings. Remove 'basic_info'. 2025-06-07 21:19:38 +01:00
ValueRaider
61ceb2b1a8 Merge branch 'dev' into feature/isin-cache 2025-06-07 18:03:47 +01:00
ValueRaider
5d7a298239 Merge pull request #2514 from ranaroussi/fix/isin-proxy-msg
Fix ISIN proxy
2025-05-27 21:05:46 +01:00
ValueRaider
0192d2e194 Prune old ISINs from cache, because Yahoo won't serve 2025-05-25 12:27:57 +01:00
ValueRaider
8c6eb1afeb ISIN->symbol cache 2025-05-25 12:09:51 +01:00
ValueRaider
ef60663bc2 Fix ISIN proxy 2025-05-25 11:48:42 +01:00
cole-st-john
d15cf378a1 Fix 'max' period
- add 5 sec buffer for processing time
- add '2m' interval
- increase '1m' max to 8 days
2025-05-21 20:28:15 +01:00
ValueRaider
a9282e5739 Fix ruff 2025-05-17 11:25:10 +01:00
ValueRaider
a506838c3c Merge pull request #2504 from ranaroussi/main
sync main -> dev
2025-05-17 11:19:36 +01:00
ValueRaider
f716eec5fe Little fixes for tests & proxy msg 2025-05-14 21:41:17 +01:00
ValueRaider
e769570f33 Tidy CONTRIBUTING.md 2025-05-14 21:15:16 +01:00
ValueRaider
3bc6bacf56 Replace requests.HTTPError with curl_cffi 2025-05-13 21:25:25 +01:00
ValueRaider
7db82f3496 Merge pull request #2491 from vsukhoml/crumb
Fix for rate limit during getting crumb.
2025-05-13 20:52:00 +01:00
ValueRaider
4ac5cd87b3 Docs: simplify dev guide 2025-05-13 20:48:33 +01:00
Vadim Sukhomlinov
4a91008c09 Fix for rate limit during getting crumb.
Address #2441, #2480
Don't check for cached crumb to be wrong since this shall not happen with a new flow.
2025-05-13 12:34:23 -07:00
ValueRaider
de0760eec8 Version 0.2.61 2025-05-12 09:21:21 +01:00
ValueRaider
55bc1bdced Merge pull request #2493 from ranaroussi/hotfix/live-type-hints-again
Fix ALL type hints in live.py
2025-05-12 09:19:39 +01:00
ValueRaider
b509dc9551 Fix ALL type hints in live.py 2025-05-12 09:17:16 +01:00
ValueRaider
bb6ebb4b84 Version 0.2.60 2025-05-11 21:06:20 +01:00
ValueRaider
d08afa21fc Merge pull request #2489 from ranaroussi/dev
sync dev -> main
2025-05-11 20:57:40 +01:00
ValueRaider
5bd805b3f6 Merge pull request #2488 from ranaroussi/fix/live-type-hints
Fix type hints in live.py
2025-05-11 20:39:16 +01:00
ValueRaider
54c6ac3ed7 Fix type hints in live.py 2025-05-11 19:52:10 +01:00
ValueRaider
68b7c16162 Merge pull request #2487 from ranaroussi/feature/deprecate-requests-cache
Deprecate using requests_cache etc, only curl_cffi works
2025-05-11 15:16:56 +01:00
ValueRaider
78ad990371 Enforce session be curl_cffi 2025-05-11 15:15:57 +01:00
ValueRaider
81d8737a25 Merge pull request #2440 from ranaroussi/fix/screen-offset
Fix screen + offset
2025-05-11 13:25:53 +01:00
ValueRaider
946a84bf20 Screen: fix predefined+offset by switching endpoint 2025-05-11 13:24:54 +01:00
ValueRaider
890026c862 Change docs trigger to main ; Improve contribute docs 2025-05-11 12:14:24 +01:00
ValueRaider
22e4219ec7 Remove 'Smarter Scraping' from docs 2025-05-11 11:07:53 +01:00
ValueRaider
ac9184bf18 Merge pull request #2485 from dhruvan2006/fix/live
Fix: Protobuf & Websockeets Requirement
2025-05-11 10:06:04 +01:00
ValueRaider
745d554aae Merge pull request #2483 from ranaroussi/fix/cookie-reuse
Fix cookie reuse/caching + logging
2025-05-11 10:05:40 +01:00
ValueRaider
ec5548bd85 Fix cookie reuse ; Handle DNS blocking fc.yahoo.com 2025-05-11 10:04:37 +01:00
Dhruvan Gnanadhandayuthapani
63b56a799a Relax protobuf version requirements 2025-05-11 00:12:41 +02:00
ValueRaider
d1dde1814d Merge pull request #2466 from ranaroussi/main
sync main -> dev
2025-05-08 19:05:42 +01:00
ValueRaider
4c23d339bc Version 0.2.59 2025-05-07 09:45:35 +01:00
ValueRaider
3b36df048b Merge pull request #2452 from ranaroussi/fix/user-agent
Disable setting user-agent, curl_cffi does that
2025-05-07 09:43:37 +01:00
ValueRaider
6f0f408880 Disable setting user-agent, curl_cffi does that 2025-05-06 19:28:17 +01:00
ValueRaider
9158d3c119 Merge pull request #2446 from ranaroussi/main
sync main -> dev
2025-05-05 14:20:33 +01:00
ValueRaider
2608f3660c Merge pull request #2445 from R5dan/contributing
Fix contributing.md
2025-05-05 14:19:47 +01:00
R5dan
e614e6b8ff Fix contributing.md 2025-05-04 19:39:24 +01:00
ValueRaider
75510557ea fix typo in setup.py 2025-05-03 12:16:09 +01:00
ValueRaider
4c609b42c6 fix typo in setup.py 2025-05-03 12:14:48 +01:00
ValueRaider
c5209cad3b Merge pull request #2435 from ranaroussi/main
sync main -> dev
2025-05-03 11:20:10 +01:00
ValueRaider
8ad7b89a9a fix ruff 2025-05-03 11:19:43 +01:00
ValueRaider
615db18a96 Merge branch 'dev' into main 2025-05-03 11:18:20 +01:00
ValueRaider
537dd468f2 Version 0.2.58 2025-05-02 23:18:26 +01:00
ValueRaider
5fd0d0f66f Merge pull request #2430 from bretsky/fix/curl-cffi-cookies
Incorporate curl_cffi to avoid rate limiting and cookie errors
2025-05-02 22:47:14 +01:00
ValueRaider
fcecf2aa59 Merge pull request #2433 from R5dan/contributing
Contributing
2025-05-02 21:40:41 +01:00
ValueRaider
ad33ab9b77 Reduce curl_cffi min version 2025-05-02 21:36:07 +01:00
bretsky
5a3ab9c044 Use curl_cffi impersonate for requests 2025-05-02 21:28:58 +01:00
R5dan
7db2572799 Update docs url 2025-05-02 19:30:43 +01:00
R5dan
11ef919e88 Add how to run 2025-05-02 10:18:40 +01:00
R5dan
0e5fb9614f Contributing 2025-05-02 10:10:54 +01:00
ValueRaider
af87fbbd53 Merge pull request #2425 from R5dan/fix-screener
Fix Screener
2025-05-01 22:52:53 +01:00
R5dan
d07e2061a3 Fix screener size/count for predefined. 2025-05-01 22:51:38 +01:00
ValueRaider
40aa002867 Version 0.2.57 2025-04-28 21:54:13 +01:00
ValueRaider
71e692a268 Merge pull request #2418 from ranaroussi/hotfix/proxy-deprecation-msg
Fix 'proxy deprecation' msg
2025-04-28 21:49:14 +01:00
ValueRaider
45e8d6f6f7 Also fix Tickers proxy pass-thru 2025-04-28 21:11:09 +01:00
ValueRaider
1fcf8ad57e Fix 'proxy deprecation' msg 2025-04-28 20:16:24 +01:00
ValueRaider
2c93db3a79 Merge pull request #2201 from dhruvan2006/feature/websocket
Feature: WebSocket Client for Live Data Streaming
2025-04-27 21:36:56 +01:00
Dhruvan Gnanadhandayuthapani
fc5d29558b Add WebSocket support 2025-04-27 20:39:20 +02:00
Dhruvan Gnanadhandayuthapani
290bf9b7cf Add protobuf files 2025-04-27 20:35:05 +02:00
ValueRaider
13b26a99d0 README: fix docs url 2025-04-23 22:31:56 +01:00
ValueRaider
c399feabe6 Version 0.2.56 2025-04-23 22:20:32 +01:00
ValueRaider
e0fdd5823f Merge pull request #2410 from ranaroussi/dev
sync dev -> main
2025-04-23 22:18:43 +01:00
ValueRaider
1ed7c39e94 Prices fix: improve handling empty data 2025-04-23 21:48:40 +01:00
ValueRaider
fee9af07ce Fix tests and a typo 2025-04-23 21:46:36 +01:00
ValueRaider
d64777c6e7 Add new config to RST docs 2025-04-23 19:15:35 +01:00
Christian Clauss
b8ae8f317f GitHub Action: Replace archived ruff action with official action
https://github.com/ChartBoost/ruff-action has been archived so replace it with the official https://github.com/astral-sh/ruff-action from the creators of ruff.
2025-04-15 17:16:22 +02:00
ValueRaider
cfc7142c56 Merge pull request #2391 from ranaroussi/feature/config
Config
2025-04-01 19:36:44 +01:00
ValueRaider
89f1934bd6 Config 1st version: just proxy 2025-03-31 19:06:43 +01:00
ValueRaider
07651ed2f4 Merge pull request #2389 from ranaroussi/fix/prices-live-combine
Fix fix_Yahoo_returning_live_separate()
2025-03-31 19:06:06 +01:00
ValueRaider
b1bb75113c Merge pull request #2364 from dhruvan2006/feature/lookup
Feature: Ticker lookups
2025-03-30 21:26:57 +01:00
ValueRaider
a358c8848f Merge pull request #2388 from JanMkl/fix-issue-2301
Fixes issues 2301 and 2383 AttributeError: module 'requests.cookies' has no attribute 'update'
2025-03-30 21:20:05 +01:00
ValueRaider
fbe9f8f119 Fix fix_Yahoo_returning_live_separate()
Was not handling live row on/just-after New Years.
Also fixed prepost interval being merged, incorrectly.
2025-03-30 20:38:11 +01:00
Jan Melen
00fec80f63 Merge branch 'dev' into fix-issue-2301 2025-03-30 09:02:59 +03:00
Jan Melen
81c6b2d2e6 Fixes issues 2301 and 2383 AttributeError
- In utils.py line 165 if the session is None then _requests is
  mistakenly passed to as session to data.py which causes attribute
  error: module 'requests.cookies' has no attribute 'update'
- The above condition happens only when searching tickers with ISIN
  numbers
- Added tests with ISIN numbers
- Added tickerBase to raise an ValueError if an empty tickername is
  passed or isin search results in to empty ticker. This is to have
  consistent behaviour with utils.get_all_by_isin()
- Corrected ruff check failures
- Rebasing to latest upstream/dev
- Updated the value error to contain the ISIN number that wasn't found
2025-03-26 23:57:00 +02:00
ValueRaider
29162bdd01 Merge pull request #2382 from JanMkl/fix-issue-2343
Fixes issue 2343 and 2363 Empty result and QuoteResponse
2025-03-26 21:03:02 +00:00
Jan Melen
587fdd032b Fixes issue 2343 and 2363 Empty result and QuoteResponse
- Check that if result from _fetch was None and either update the result
  with additional info or set the result as the additional info.
- Added test_empty_info test case to protect if the behavior in Yahoo
  changes.
- Fixed typo on line 1024
2025-03-26 06:26:28 +02:00
ValueRaider
8cc002ecbf Merge pull request #2378 from ranaroussi/fix/prices-end
Fix converting end epoch to localized dt
2025-03-23 16:08:16 +00:00
ValueRaider
092a0c8193 Fix converting end epoch to localized dt 2025-03-23 16:07:22 +00:00
Dhruvan Gnanadhandayuthapani
8908724f3c Add Lookup module documentation and examples 2025-03-23 15:06:17 +01:00
Ran Aroussi
4ecd6a67cf Updated link 2025-03-22 13:21:44 +00:00
ValueRaider
f3f6739153 README: fix docs link 2025-03-22 11:09:55 +00:00
ValueRaider
9c9f305b0a Merge pull request #2375 from ranaroussi/main
sync main -> dev
2025-03-20 20:44:18 +00:00
ValueRaider
509a33b71d Merge pull request #2374 from ranaroussi/dev-documented
sync Sphinx docs -> dev
2025-03-20 20:42:20 +00:00
ValueRaider
6af17db77d Merge pull request #2373 from ranaroussi/dev
sync dev -> Sphinx docs
2025-03-20 20:39:07 +00:00
ValueRaider
5cc1197c5f Version 0.2.55 2025-03-20 20:31:28 +00:00
ValueRaider
21a80ec719 Merge pull request #2372 from ranaroussi/dev
sync dev -> main
2025-03-20 20:27:45 +00:00
ValueRaider
ca011b0738 Merge pull request #2369 from ranaroussi/fix/prices-tz-fetch-backup
In very rare case _fetch_ticker_tz() fails, get TZ from info
2025-03-19 21:15:39 +00:00
ValueRaider
f26b436e0a In very rare case _fetch_ticker_tz() fails, get TZ from info 2025-03-19 21:11:59 +00:00
ValueRaider
f208f09336 Merge pull request #2345 from dhruvan2006/fix/history-cache
Fix: History caching
2025-03-19 19:49:32 +00:00
Dhruvan Gnanadhandayuthapani
f831ac2c1b Fix history caching and allow period in data retrieval 2025-03-19 12:54:30 +01:00
ValueRaider
e195f2c6c5 Merge pull request #2368 from ranaroussi/fix/price-repair-various
Price repair tweaks & fixes
2025-03-17 21:41:19 +00:00
ValueRaider
db5d0c9207 Price repair tweaks & fixes
Div repair
- new check for div-too-big AND adjust-too-small
- improve handling div_too_big_and_pre_split

_fix_prices_sudden_change
- fix divide-by-zero error
- special handling for comparing 'relativedelta' with another

Tests
- remove delisted tickers
- update intraday test data so fetches work
- fix intraday div-merge tests
2025-03-17 21:40:29 +00:00
ValueRaider
918eb31583 Merge pull request #2366 from ranaroussi/fix/earnings-dates-tz
Fix earnings dates tz
2025-03-17 21:37:24 +00:00
ValueRaider
390422fe6b Yahoo now returning earnings dates in UTC, stop assuming it's in exchange TZ 2025-03-16 15:55:40 +00:00
Dhruvan Gnanadhandayuthapani
3a7b802b20 Add unit tests for Lookup functionality 2025-03-16 03:07:57 +01:00
Dhruvan Gnanadhandayuthapani
287536ad15 Add Lookup class for Yahoo Finance ticker lookups 2025-03-16 02:57:27 +01:00
ValueRaider
25035a0ff3 Merge pull request #2354 from JanMkl/fix-issue-2343
Fixes issue 2343
2025-03-12 18:29:02 +00:00
Jan Melen
383b60d349 Fixes issue 2343
- Check that result is not zero length before appending it to query_info
2025-03-12 06:31:02 +02:00
ValueRaider
f28284a42d Merge pull request #2321 from JanMkl/dev
Direct TTM Financial Data Retrieval Feature
2025-03-02 19:38:10 +00:00
ValueRaider
fa3094daed Bug report formatting 2025-03-01 18:02:38 +00:00
Jan Melen
102e266eab Direct TTM Financial Data Retrieval Feature
- Fetches the TTM values for cash flow and income statement from Yahoo.
- Added tests test_ttm_income_statement and test_ttm_cash_flow.
- When trailing 12 months income statement is fetched Yahoo returns
  income statement for last 5 quarters out of which only the latest is
  fully populated. Rest have NaN values and can be ignored.
- get_financials_time_series when called with timescale trailing removes
  from data frame the extra columns.
- Added quarterly_income_stmt to financials documentation
- Added ttm_income_stmt to financials documentation
- Added quarterly_cashflow to financials documentation
- Added ttm_cashflow to financials documentation
2025-02-27 18:33:32 +02:00
ValueRaider
31cc2439f7 Merge pull request #2326 from dhruvan2006/refactor/log-user-agent
Log user agent
2025-02-24 19:54:03 +00:00
Dhruvan Gnanadhandayuthapani
9b74b4e11f Add debug log for user-agent header 2025-02-24 20:40:49 +01:00
Ran Aroussi
41426f6678 added star history :) 2025-02-23 21:33:26 +00:00
Ran Aroussi
f09bc07ecc Update conf.py with logo 2025-02-22 22:35:52 +00:00
Ran Aroussi
dba0cba00b yfinance logos 2025-02-22 22:34:35 +00:00
Ran Aroussi
eeb2d483d3 Update conf.py 2025-02-22 22:21:27 +00:00
Ran Aroussi
9a6f147de5 Update conf.py 2025-02-22 22:17:21 +00:00
Ran Aroussi
7be3069b6f Added docs logo 2025-02-22 22:16:13 +00:00
Ran Aroussi
70c84a3482 Set docs domain to yfinance-python.org 2025-02-22 22:10:50 +00:00
Ran Aroussi
ae8720f007 Delete .DS_Store 2025-02-22 19:26:14 +00:00
Ran Aroussi
c388ca73e8 Minor design changes to readme file 2025-02-22 19:25:06 +00:00
Ran Aroussi
7709bc6ae3 yfinance "logo" 2025-02-22 19:06:11 +00:00
Ran Aroussi
9b33910a98 yfinance "logo" 2025-02-22 18:57:12 +00:00
ValueRaider
0ed941c2f5 Merge pull request #2268 from sshcli/PR1
Update README.md
2025-02-22 17:23:44 +00:00
ValueRaider
f2a8d01a13 Merge pull request #2313 from ranaroussi/main
sync main -> dev
2025-02-22 13:02:49 +00:00
ValueRaider
403607c721 Version 0.2.54 2025-02-18 22:16:14 +00:00
ValueRaider
604f74ea5e Merge pull request #2277 from dhruvan2006/fix/user-agent
Fix: Change user-agent headers to resolve yfinance download issues
2025-02-18 22:14:43 +00:00
Dhruvan Gnanadhandayuthapani
95b59a7d53 Randomly pick User-Agent header on startup 2025-02-18 23:07:04 +01:00
sshcli
0b8ae726cb Update README.md 2025-02-17 01:16:52 +00:00
ValueRaider
1ddc38c04f Version 0.2.53 2025-02-15 18:16:37 +00:00
ValueRaider
fcab4ea37e Merge pull request #2264 from ranaroussi/dev
sync dev -> main
2025-02-15 18:14:44 +00:00
ValueRaider
90053ab7c3 Merge pull request #2265 from ranaroussi/dev
sync dev -> Sphinx docs
2025-02-15 18:14:33 +00:00
ValueRaider
d40ad6282a Merge pull request #2260 from ranaroussi/fix/price-div-repair-tweaks
Improve prices div repair
2025-02-15 17:25:21 +00:00
ValueRaider
c95c02fdfc Improve prices div repair
Extend div-repair to intraday
Increase lookbacks for 'div date wrong' and 'phantom div'
Slightly loosen default 'false threshold' for cluster of mixed False/True
Fix bugs in:
- detect 'phantom div'
- handle div-too-big-and-missing-split

Stop checking for down-changes after negative adj-close
Handle avg-volume=0%
2025-02-15 17:10:07 +00:00
ValueRaider
5fb9cab817 Disable pytest.yml, need to mock all GETs to restore 2025-02-15 17:00:38 +00:00
ValueRaider
1c39ca4762 Merge pull request #2256 from dhruvan2006/fix/multi-bugs
Fix: Interval check and error message formatting in `multi.py`
2025-02-02 17:32:47 +00:00
Dhruvan Gnanadhandayuthapani
27868a4677 Fix interval check and error message formatting in multi.py 2025-02-02 14:15:50 +01:00
ValueRaider
0da75493dc Merge pull request #2233 from dhruvan2006/fix/tests
Add GitHub Actions workflow and fix failing tests
2025-02-01 14:59:14 +00:00
ValueRaider
14c6d05854 Merge pull request #2253 from dhruvan2006/fix/doc-see-also-links
Fix: Broken "See also" links in documentation
2025-02-01 13:31:23 +00:00
ValueRaider
8e369a2736 Merge pull request #2250 from R5dan/fix-market-doc
Fix Market Docs
2025-02-01 13:25:38 +00:00
R5dan
e09f77eb06 Fix 2025-01-31 22:45:08 +00:00
R5dan
7db798e900 Fix docs 2025-01-31 22:45:08 +00:00
ValueRaider
3b7758b3ab Version 0.2.52 2025-01-31 22:42:19 +00:00
Dhruvan Gnanadhandayuthapani
b729bcb1df Fix broken 'See also' links in docs 2025-01-31 15:12:36 +01:00
ValueRaider
6d7c5b6f4c Merge pull request #2249 from ranaroussi/fix/cookie-csrf-exception
Stop CSRF-cookie-fetch fail killing yfinance
2025-01-30 20:25:32 +00:00
ValueRaider
45568fd765 Stop CSRF-cookie-fetch fail killing yfinance 2025-01-30 20:20:43 +00:00
ValueRaider
fc020d953a Merge pull request #2247 from dhruvan2006/refactor/earnings-dates
Refactor: Earnings Dates – Switch to API Fetching
2025-01-29 21:55:27 +00:00
Dhruvan Gnanadhandayuthapani
bc645bb7dd Refactor earnings dates to use API instead of HTML 2025-01-29 21:53:58 +01:00
Dhruvan Gnanadhandayuthapani
74198aeed4 Add new test workflow 2025-01-27 23:53:36 +01:00
Dhruvan Gnanadhandayuthapani
890922f68b Fix tests 2025-01-27 23:53:29 +01:00
ValueRaider
44ef4a73ac Merge pull request #2244 from dhruvan2006/fix/holders-bad-data
Fix: Bad data in Holders
2025-01-26 21:23:19 +00:00
ValueRaider
c745df183a Merge pull request #2212 from ocp1006/ocp1006/fix_pre_post_fetch
Add pre- / post-stock prices (and other useful information)
2025-01-26 21:19:54 +00:00
Dhruvan Gnanadhandayuthapani
0e069dbbff Fix bad data in Holders 2025-01-26 21:27:43 +01:00
ValueRaider
25144351a4 Merge pull request #2230 from ranaroussi/feature/download-warn-autoadjust
Warn user when use download() without specifying auto_adjust
2025-01-25 20:59:14 +00:00
ValueRaider
3dd7e40df2 Merge pull request #2234 from dhruvan2006/fix/holders
Fix: Failed to parse holders JSON data
2025-01-22 21:50:05 +00:00
Dhruvan Gnanadhandayuthapani
5bbcedfe2e Fix failed to parse holders JSON data 2025-01-22 19:31:16 +01:00
ValueRaider
fc049e1e0d Warn user when use download() without specifying auto_adjust 2025-01-19 20:30:35 +00:00
ValueRaider
92c3b9066a Merge pull request #2229 from ranaroussi/dev
sync dev -> Sphinx docs #3
2025-01-18 16:29:12 +00:00
ValueRaider
00a44a8132 Fix dead links in docs API index.rst 2025-01-18 16:28:23 +00:00
ValueRaider
4ec93d90f1 Version 0.2.52 2025-01-18 16:14:36 +00:00
ValueRaider
1081f1e809 Merge pull request #2226 from ranaroussi/dev
sync dev -> main
2025-01-18 16:09:49 +00:00
ValueRaider
94327906df Merge pull request #2228 from ranaroussi/dev
sync dev -> Sphinx docs #2
2025-01-18 16:09:40 +00:00
ValueRaider
fed35b175f Fix typo in screener RST doc file 2025-01-18 16:08:48 +00:00
ValueRaider
07474123a2 Merge pull request #2227 from ranaroussi/dev
sync dev -> Sphinx docs
2025-01-18 16:01:19 +00:00
ValueRaider
3f6a46d77d Merge pull request #2207 from ranaroussi/feature/improve-screener-docs
Improve Screener docs
2025-01-18 11:02:35 +00:00
ValueRaider
dee9a55e43 Simplify Screener & improve its docs
- screener now just a function, not a class
- add 'FundQuery' query class
- add 'IS-IN' operator
- fix 'GTE' & 'LTE' operators
- more exchanges
Predefined tweaks:
- convert predefined query strings to use EquityQuery (better docs)
- send predefined queries to Yahoo's predefined endpoint
- expose PREDEFINED_SCREENER_QUERIES via __init__.py
- screen() argument defaults don't apply to predefineds
2025-01-17 22:15:18 +00:00
ValueRaider
20b3b438e2 Merge pull request #2211 from dhruvan2006/fix/custom-period
Fix: Restore dev branch regression with Ticker.history()
2025-01-11 20:57:26 +00:00
ocp1006
0be2ce1fd5 Add pre- / post-stock prices (and other useful information) 2025-01-08 20:11:26 +02:00
Dhruvan Gnanadhandayuthapani
2d60f9ad2a Fix custom periods 2025-01-07 13:54:50 +01:00
Dhruvan Gnanadhandayuthapani
2919ccb732 Add utils method for validating period 2025-01-07 13:52:40 +01:00
ValueRaider
ffa697cea1 Merge pull request #2202 from dhruvan2006/fix/search-quotes
Fix: Extra key in Search quotes
2025-01-05 15:09:31 +00:00
Dhruvan Gnanadhandayuthapani
e3aae8a8ba Expand Search test suite 2025-01-03 00:35:53 +01:00
Dhruvan Gnanadhandayuthapani
4ded15740e Fix extra row in search quotes 2025-01-03 00:33:50 +01:00
ValueRaider
506f792772 Merge pull request #2199 from dhruvan2006/fix/requirements
Added missing extra dependencies to requirements.txt
2025-01-02 21:23:27 +00:00
Dhruvan Gnanadhandayuthapani
5a342cf8b0 Add missing dependencies to requirements.txt 2025-01-02 15:06:22 +01:00
ValueRaider
52f6462d20 Merge pull request #2194 from dhruvan2006/fix/eps-revisions
Fix: Remove hardcoded keys in Analysis
2025-01-01 21:00:33 +00:00
ValueRaider
508afcae23 Analysis: refactor some fetchers, fix tests
Refactor some fetch functions (duplicate logic).
Fix failing unit tests.
2025-01-01 20:57:55 +00:00
Dhruvan Gnanadhandayuthapani
a9859e2f9f Remove hardcoded keys in Analysis 2024-12-31 17:42:03 +01:00
ValueRaider
d0e59203cc Merge pull request #2191 from R5dan/Update-Search
Update Search class to allow more options
2024-12-30 15:09:08 +00:00
R5dan
b94173bddf Update Search class to allow more options 2024-12-30 15:08:19 +00:00
ValueRaider
a928eb45fd Merge pull request #2192 from R5dan/custom-period
Custom period
2024-12-30 15:03:54 +00:00
R5dan
60c7477a03 Custom period 2024-12-30 15:02:37 +00:00
ValueRaider
42d946cee1 Fix TZ-fetch hiding 429 rate-limit error 2024-12-29 18:34:41 +00:00
ValueRaider
24958d5442 Merge pull request #2175 from R5dan/market-summary-v2
Add market Summary
2024-12-29 17:49:05 +00:00
R5dan
966473f7c7 Add Market summary & status 2024-12-29 17:33:51 +00:00
ValueRaider
ae7f371ada Merge pull request #2180 from dhruvan2006/rate-limit-exception
Raise Exception if Rate Limited
2024-12-22 13:12:11 +00:00
Dhruvan Gnanadhandayuthapani
af7806640f Raise error if rate limited 2024-12-22 11:12:19 +01:00
ValueRaider
64b4726c4e Merge pull request #2184 from ranaroussi/main
sync main -> dev
2024-12-20 21:39:14 +00:00
ValueRaider
5adddf3e88 Version 0.2.51 2024-12-19 22:46:16 +00:00
ValueRaider
5bbe358ad7 Merge pull request #2182 from ranaroussi/dev
dev -> main
2024-12-19 22:42:48 +00:00
ValueRaider
38c1323313 Merge pull request #2169 from hjlgood/main
Fix get_earnings_dates method
2024-12-19 22:42:36 +00:00
ValueRaider
70243657a7 Earnings dates: fix time-shift, remove 'add_cokies' 2024-12-18 21:07:30 +00:00
jeong
e242617237 Fix Ticker.earnings_dates 2024-12-18 21:04:21 +00:00
ValueRaider
59d0974773 Merge pull request #2173 from dhruvan2006/feature/full-news
Feature: Fetch upto 200 news articles
2024-12-14 22:05:59 +00:00
Dhruvan Gnanadhandayuthapani
5bc3ec01d0 Refactor get_news() to fetch more articles 2024-12-14 18:21:15 +01:00
ValueRaider
3f911745c4 Merge pull request #2171 from R5dan/remove-mkdocs
Remove mkdocs
2024-12-08 18:23:22 +00:00
R5dan
f95eef6489 Remove mkdocs 2024-12-08 17:28:41 +00:00
ValueRaider
2fc0907217 Merge pull request #2170 from ranaroussi/dev
trigger doc update
2024-12-08 11:13:28 +00:00
ValueRaider
3ac85397cb Merge pull request #2160 from dhruvan2006/feature/search
Feature: Add search feature
2024-12-06 19:44:02 +00:00
Dhruvan Gnanadhandayuthapani
873ab0f574 Added new search feature
Refactor Search

Added unittest for Search

Documentation for Search

Fix unused import
2024-12-05 23:53:33 +01:00
ValueRaider
f5264649b9 Merge pull request #2168 from ericpien/screener_return_self
Update Screener
2024-12-05 22:36:20 +00:00
Eric Pien
90731511ed Update Screener
- Setting Body to Screener returns the Screener Object to enable method chaining. (i.e. `r = yf.Screener().set_predefined_body("day_gainers").response`)
- Limit query size to 250 and raise error if larger. This also avoids unnecessary network calls and makes the issue clearer.
2024-12-04 12:45:14 -08:00
ValueRaider
a8f0998ab8 Merge pull request #2147 from dhruvan2006/fix/price-auto-adjust
Default yf.download() to auto adjust prices
2024-11-23 19:57:22 +00:00
Dhruvan Gnanadhandayuthapani
02785d61a1 Default yf.download() to auto adjust prices 2024-11-23 19:50:51 +01:00
ValueRaider
0c89fcd8f7 Version 0.2.50 2024-11-19 21:41:42 +00:00
ValueRaider
e797a30012 Merge pull request #2140 from ranaroussi/dev
dev -> main
2024-11-19 21:38:56 +00:00
ValueRaider
2167fb380f Merge pull request #2139 from ranaroussi/fix/price-repair-missing-some
Prices dividend repair: fixes
2024-11-19 21:38:13 +00:00
ValueRaider
006649d800 Prices dividend repair: fixes
Fix blind spot (regresssion)
Improve fixing div-too-big
2024-11-19 21:36:24 +00:00
ValueRaider
b1d9f54291 Merge pull request #2134 from ranaroussi/dev
dev -> main
2024-11-17 21:02:14 +00:00
ValueRaider
d3ec9c63ff Merge branch 'main' into dev 2024-11-17 15:13:14 +00:00
ValueRaider
1d27b56b80 Merge pull request #2132 from ranaroussi/dev-documented
New Sphinx docs
2024-11-17 11:50:20 +00:00
ValueRaider
fffe89e691 README: simplify a little 2024-11-17 11:49:05 +00:00
ValueRaider
a9e70b42c0 Merge pull request #2120 from ValueRaider/dev-documented
Improve Sphinx docs
2024-11-16 19:01:51 +00:00
ValueRaider
ce8f8a0b30 Reorganise documentation
Add minimal quick-start to root
Simplify examples/ticker.py
Separate Ticker API into more groups in reference/index.rst
Fix some duplicate labels
2024-11-16 18:57:07 +00:00
ValueRaider
9f517a77ea Merge pull request #2127 from ericpien/fix_growth_estimate
Fix growth_estimates for new key `LTG`
2024-11-16 16:55:04 +00:00
Eric Pien
0a3f9c74bb Fix growth_esitmates for new key LTG
- LTG (long-term growth ?) is new to the API but its meaning is not shown on yahoo yet.
- Support for 5 year numbers seem to have been removed. so commenting it out.
- Amend unit test
2024-11-15 10:19:05 -08:00
ValueRaider
c535c44fd3 Merge pull request #2099 from DamienDuv/bugfix-get-by-isin
fixed a bug throwing an error when trying to get a ticker from certain isin
2024-11-12 18:54:33 +00:00
DamienDuv
272b6f6453 fixed a bug throwing an error when trying to get a ticker from certain isin 2024-11-12 12:22:12 +01:00
ValueRaider
dfe3ec8df7 Version 0.2.49 2024-11-10 21:37:06 +00:00
ValueRaider
bc52389135 Merge pull request #2122 from ranaroussi/hotfix/prices-missing-latest-day
Fix prices-clean discarding both duplicate last rows instead of 1/2
2024-11-10 21:32:22 +00:00
ValueRaider
e077a2b50c Fix prices-clean discarding both duplicate last rows instead of 1/2 2024-11-10 11:14:49 +00:00
ValueRaider
5d8b444281 Action deploy_doc: enable manual trigger 2024-11-05 22:05:45 +00:00
ValueRaider
e27b90d875 Merge pull request #2113 from ericpien/docs
Add Sphinx Documentation
2024-11-05 18:56:01 +00:00
Eric Pien
deafc88520 Add Sphinx Documentation
- Initial draft of Sphinx documentation using rst
    - update docstrings
    - add deploy_doc.yml for automated deployment through GitHub Actions
2024-11-04 13:59:35 -08:00
ValueRaider
c012ceac01 Merge pull request #2111 from ranaroussi/fix/price-repair-fx
Price repair: when fix currency, update metadata
2024-11-03 18:25:25 +00:00
ValueRaider
13d006827f Merge pull request #2109 from ranaroussi/fix/download-tz
Fix times appearing in output from yf.download(ignore_tz=True)
2024-11-03 18:24:46 +00:00
ValueRaider
2d5d752b87 Price repair: when fix currency, update metadata 2024-11-03 18:23:36 +00:00
ValueRaider
f05f99c2b8 Merge pull request #2110 from dhruvan2006/fix/multi-level-index-typo
Fix typo in multi.py download() docs
2024-11-03 12:04:30 +00:00
Dhruvan Gnanadhandayuthapani
ca7f11bb41 Fix typo in multi.py download() 2024-11-03 12:45:42 +01:00
ValueRaider
4157b9e170 Fix times appearing in output from yf.download(ignore_tz=True) 2024-11-02 12:53:14 +00:00
ValueRaider
0bc22f82bb Merge pull request #2108 from ranaroussi/main
sync main -> dev
2024-11-02 12:38:00 +00:00
Ran Aroussi
5e942fdec4 Refactor multi.py to handle single tickers and rename columns 2024-10-25 19:02:07 +01:00
Ran Aroussi
16072e87df Bump version to 0.2.48 2024-10-25 18:59:19 +01:00
Ran Aroussi
6946f99e30 Refactor multi.py to handle single tickers and rename columns 2024-10-25 18:59:03 +01:00
134 changed files with 14329 additions and 6728 deletions

View File

@@ -18,7 +18,15 @@ body:
Are you spelling symbol *exactly* same as Yahoo?
Then visit `finance.yahoo.com` and confirm they have the data you want. Maybe your symbol was delisted, or your expectations of `yfinance` are wrong.
Then visit `finance.yahoo.com` and confirm they have the data you want. Maybe your symbol was delisted.
### Data is wrong
**yfinance is not affiliated with Yahoo**. If Yahoo Finance website data is bad, tell Yahoo: https://help.yahoo.com/kb/finance-for-web/report-problems-feedback-ideas-yahoo-finance-sln28397.html.
But if yfinance is creating error during processing, then finish this form.
For price errors, try price repair: https://ranaroussi.github.io/yfinance/advanced/price_repair.html
### Are you spamming Yahoo?
@@ -54,7 +62,7 @@ body:
- type: textarea
id: debug-log
attributes:
label: "Debug log"
label: "Debug log from yf.enable_debug_mode()"
description: "Run code with debug logging enabled - `yf.enable_debug_mode()` - and post the full output. Context: https://github.com/ranaroussi/yfinance/tree/main#logging"
validations:
required: true
@@ -63,7 +71,7 @@ body:
id: bad-data-proof
attributes:
label: "Bad data proof"
description: "If `yfinance` returning bad data, show proof here. Best is screenshot of finance.yahoo.com"
description: "If yfinance returning bad data, show proof of good data on Yahoo Finance website here."
validations:
required: false

View File

@@ -1,7 +1,13 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@@ -0,0 +1,42 @@
name: Auto-close issues using default template
on:
issues:
types: [opened]
jobs:
check-template:
runs-on: ubuntu-latest
steps:
- name: Check if issue uses custom template
uses: actions/github-script@v8
with:
script: |
const issue = context.payload.issue;
const body = issue.body || '';
const title = issue.title || '';
const textToCheck = (title + ' ' + body).toLowerCase();
// Check for specific fields from your custom form
const hasCustomFields = body.includes('### Describe bug') ||
body.includes('### Simple code that reproduces');
// Check for bug-related keywords
const bugKeywords = ['bug', 'problem', 'broken'];
const looksBugReport = bugKeywords.some(keyword => textToCheck.includes(keyword));
// Only close if it looks like a bug report but doesn't use the template
if (!hasCustomFields && looksBugReport) {
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
body: 'This issue appears to be a bug report but doesn\'t use our bug report template. Resubmit with our custom bug report form..'
});
await github.rest.issues.update({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
state: 'closed'
});
}

View File

@@ -1,18 +0,0 @@
name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: pip install mkdocstrings==0.14.0
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force

44
.github/workflows/deploy_doc.yml vendored Normal file
View File

@@ -0,0 +1,44 @@
name: Build and Deploy Sphinx Docs
on:
push:
branches:
- main
# - dev-documented
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install Sphinx==8.0.2 pydata-sphinx-theme==0.15.4 Jinja2==3.1.4 sphinx-copybutton==0.5.2
- name: Build Sphinx documentation
run: |
sphinx-build -b html doc/source doc/_build/html -v
- name: List generated HTML files
run: |
ls -l -R doc/_build/html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: documentation
publish_dir: doc/_build/html
destination_dir: docs
enable_jekyll: false

View File

@@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
- name: Install dependencies
run: |

35
.github/workflows/pytest.yml.disabled vendored Normal file
View File

@@ -0,0 +1,35 @@
name: Pytest
on:
pull_request:
branches:
- master
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt pytest
- name: Run non-cache tests
run: pytest tests/ --ignore tests/test_cache.py --ignore tests/test_price_repair.py
- name: Run cache tests
run: |
pytest tests/test_cache.py::TestCache
pytest tests/test_cache.py::TestCacheNoPermission

View File

@@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies

View File

@@ -9,5 +9,7 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: check --ignore E702 . --exclude yfinance/pricing_pb2.py

8
.gitignore vendored
View File

@@ -9,7 +9,6 @@ yfinance.egg-info
build/
*.html
*.css
*.png
test.ipynb
# Environments
@@ -18,3 +17,10 @@ test.ipynb
env/
venv/
ENV/
# Documentation
/doc/build/
/doc/_build/
/doc/source/reference/api
!yfinance.css
!/doc/source/development/assets/branches.png

View File

@@ -1,6 +1,189 @@
Change Log
===========
1.1.0
-----
Features:
- New price repair: capital gains double-counting #2667
Fixes:
- Fix Saudi Arabia MIC Code #2665 @salsugair
- Add config to __all__ #2673 @kbluck
- Fix Python 3.9 compatibility regression in calendars.py #2674 @orionnelson
- Improve stock-split repair false-positives #2668
- Docs for capital-gains repair; Fix warnings in price-repair 27cb8aa
Already in main:
- Upgrade to Pandas 3.0 (Fixes #2679) #2683
1.0
---
yfinance been stable a long time now, time to grow up
No breaking changes, but some deprecation warnings.
Features:
- New config class yf.config / Improve exception handling #2524
- Feature: Earning Calendar (& other calendars) #2615 @ianmihura
- Add optional retry mechanism for transient network errors #2627 @axisrow
Fixes:
- 'Industry' column names #2613 @danchev
- Correct 30m interval alignment and filtering for NSE/early-open markets #2642 @biplavbarua
- Screener's sector industry mapping #2648 @ericpien
- Set period default to None in multi #2650 @evanreynolds9
- price-div-repair dropping NaN rows #2651
- Block curl_cffi version 0.14 #2653
0.2.66
------
Screener: add Swiss exchange and industry field
Support MIC #2579
Fixes:
- parse epoch dt #2573
- earnings_dates #2591
- merge intraday prices with divs/splits #2595
- exceptions missing detail #2599
0.2.65
------
Financials: ensure dtype float #2563
Prices: fix handling arguments start/end/period #2561 #2562
Price repair: when changing FX, update metadata #2558
0.2.64
------
Prices:
- handle dividends with FX, convert if repair=True #2549
- fix 'period' arg when start or end set #2550
earnings_dates: handle 'Event Type' properly #2555
0.2.63
------
Fix download(ISIN) # 2531
0.2.62
------
Fix prices 'period=max' sometimes failing # 2509
ISIN cache #2516
Proxy:
- fix false 'proxy deprecated' messages
- fix ISIN + proxy #2514
- replace print_once with warnings #2523
Error handling:
- detect rate-limit during crumb fetch #2491
- replace requests.HTTPError with curl_cffi
0.2.61
------
Fix ALL type hints in websocket #2493
0.2.60
------
Fix cookie reuse, and handle DNS blocking fc.yahoo.com #2483
Fixes for websocket:
- relax protobuf version #2485
- increase websockets version #2485
- fix type hints #2488
Fix predefined screen offset #2440
0.2.59
------
Fix the fix for rate-limit #2452
Feature: live price data websocket #2201
0.2.58
------
Fix false rate-limit problem #2430
Fix predefined screen size/count #2425
0.2.57
------
Fix proxy msg & pass-thru #2418
0.2.56
------
Features:
- Ticker lookups #2364
- Config #2391
Fixes:
- converting end epoch to localized dt #2378
- info IndexError #2382
- AttributeError: module 'requests.cookies' has no attribute 'update' #2388
- fix_Yahoo_returning_live_separate() #2389
0.2.55
------
Features
- TTM financials #2321
Fixes
- info IndexError #2354
- earnings dates TZ #2366
- price repair tweaks & fixes #2368
- history caching #2345
- backup fetch TZ from info #2369
Maintenance
- log user agent #2326
0.2.54
------
Hotfix user-agent #2277
0.2.53
------
Fixes:
- Fix: Failed to parse holders JSON data #2234
- Fix: Bad data in Holders #2244
- Stop CSRF-cookie-fetch fail killing yfinance #2249
- Fix Market Docs #2250
- Fix: Broken "See also" links in documentation #2253
- Fix: Interval check and error message formatting in multi.py #2256
Improve:
- Add pre- / post-stock prices (and other useful information) #2212
- Warn user when use download() without specifying auto_adjust #2230
- Refactor: Earnings Dates Switch to API Fetching #2247
- Improve prices div repair #2260
Maintenance:
- Add GitHub Actions workflow and fix failing tests #2233
0.2.52
------
Features:
- Improve Screener & docs #2207
- Add Market summary & status #2175
- Support custom period in Ticker.history() #2192
- raise YfRateLimitError if rate limited #2108
- add more options to Search #2191
Fixes:
- remove hardcoded keys in Analysis #2194
- handle Yahoo changed Search response #2202
Maintenance:
- add optional dependencies to requirements.txt #2199
0.2.51
------
Features:
- Screener tweaks #2168
- Search #2160
- get_news() expose count #2173
Fixes:
- earnings_dates #2169
0.2.50
------
Fixes:
- price repair #2111 #2139
- download() appearance 2109
- isin() error #2099
- growth_estimates #2127
Also new docs #2132
0.2.49
------
Fix prices-clean rarely discarding good data #2122
0.2.47 and 0.2.48
-----------------
Add yf.download(multi_level_index)
0.2.46
------
Fix regression in 0.2.45 #2094

60
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,60 @@
# Contributing
yfinance relies on the community to investigate bugs and contribute code.
This is a quick short guide, full guide at https://ranaroussi.github.io/yfinance/development/index.html
## Branches
YFinance uses a two-layer branch model:
* **dev**: new features & most bug-fixes merged here, tested together, conflicts fixed, etc.
* **main**: stable branch where PIP releases are created.
## Running a branch
```bash
pip install git+ranaroussi/yfinance.git@dev # <- dev branch
```
https://ranaroussi.github.io/yfinance/development/running.html
### I'm a GitHub newbie, how do I contribute code?
1. Fork this project. If already forked, remember to `Sync fork`
2. Implement your change in your fork, ideally in a specific branch
3. Create a [Pull Request](https://github.com/ranaroussi/yfinance/pulls), from your fork to this project. If addressing an Issue, link to it
https://ranaroussi.github.io/yfinance/development/code.html
## Documentation website
The new docs website is generated automatically from code. https://ranaroussi.github.io/yfinance/index.html
Remember to updates docs when you change code, and check docs locally.
https://ranaroussi.github.io/yfinance/development/documentation.html
## Git tricks
Help keep the Git commit history and [network graph](https://github.com/ranaroussi/yfinance/network) compact:
* got a long descriptive commit message? `git commit -m "short sentence summary" -m "full commit message"`
* combine multiple commits into 1 with `git squash`
* `git rebase` is your friend: change base branch, or "merge in" updates
https://ranaroussi.github.io/yfinance/development/code.html#git-stuff
## Unit tests
Tests have been written using the built-in Python module `unittest`. Examples:
* Run all tests: `python -m unittest discover -s tests`
https://ranaroussi.github.io/yfinance/development/testing.html
> See the [Developer Guide](https://ranaroussi.github.io/yfinance/development/contributing.html#GIT-STUFF) for more information.

374
README.md
View File

@@ -1,367 +1,70 @@
<img src="./doc/yfinance-gh-logo-dark.webp#gh-dark-mode-only" height="100">
<img src="./doc/yfinance-gh-logo-light.webp#gh-light-mode-only" height="100">
# Download market data from Yahoo! Finance's API
<table border=1 cellpadding=10><tr><td>
#### \*\*\* IMPORTANT LEGAL DISCLAIMER \*\*\*
---
**Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of
Yahoo, Inc.**
yfinance is **not** affiliated, endorsed, or vetted by Yahoo, Inc. It's
an open-source tool that uses Yahoo's publicly available APIs, and is
intended for research and educational purposes.
**You should refer to Yahoo!'s terms of use**
([here](https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm),
[here](https://legal.yahoo.com/us/en/yahoo/terms/otos/index.html), and
[here](https://policies.yahoo.com/us/en/yahoo/terms/index.htm)) **for
details on your rights to use the actual data downloaded. Remember - the
Yahoo! finance API is intended for personal use only.**
</td></tr></table>
---
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/badge/python-2.7,%203.6+-blue.svg?style=flat" alt="Python version"></a>
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/v/yfinance.svg?maxAge=60%" alt="PyPi version"></a>
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/status/yfinance.svg?maxAge=60" alt="PyPi status"></a>
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/dm/yfinance.svg?maxAge=2592000&label=installs&color=%2327B1FF" alt="PyPi downloads"></a>
<a target="new" href="https://www.codefactor.io/repository/github/ranaroussi/yfinance"><img border=0 src="https://www.codefactor.io/repository/github/ranaroussi/yfinance/badge" alt="CodeFactor"></a>
<a target="new" href="https://pypi.python.org/pypi/yfinance"><img border=0 src="https://img.shields.io/pypi/dm/yfinance.svg?maxAge=86400&label=installs&color=%2327B1FF" alt="PyPi downloads"></a>
<a target="new" href="https://github.com/ranaroussi/yfinance"><img border=0 src="https://img.shields.io/github/stars/ranaroussi/yfinance.svg?style=social&label=Star&maxAge=60" alt="Star this repo"></a>
<a target="new" href="https://twitter.com/aroussi"><img border=0 src="https://img.shields.io/twitter/follow/aroussi.svg?style=social&label=Follow&maxAge=60" alt="Follow me on twitter"></a>
<a target="new" href="https://x.com/intent/follow?screen_name=aroussi"><img border=0 src="https://img.shields.io/twitter/follow/aroussi.svg?style=social&label=Follow&maxAge=60" alt="Follow me on twitter"></a>
<a href="https://trendshift.io/repositories/4578" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4578" alt="ranaroussi%2Fyfinance | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
**yfinance** offers a threaded and Pythonic way to download market data from [Yahoo!Ⓡ finance](https://finance.yahoo.com).
→ Check out this [Blog post](https://aroussi.com/#post/python-yahoo-finance) for a detailed tutorial with code examples.
[Changelog »](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst)
**yfinance** offers a Pythonic way to fetch financial & market data from [Yahoo!Ⓡ finance](https://finance.yahoo.com).
---
- [Installation](#installation)
- [Quick start](#quick-start)
- [Advanced](#logging)
- [Wiki](https://github.com/ranaroussi/yfinance/wiki)
- [Contribute](#developers-want-to-contribute)
> [!IMPORTANT]
> **Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of Yahoo, Inc.**
>
> yfinance is **not** affiliated, endorsed, or vetted by Yahoo, Inc. It's an open-source tool that uses Yahoo's publicly available APIs, and is intended for research and educational purposes.
>
> **You should refer to Yahoo!'s terms of use** ([here](https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm), [here](https://legal.yahoo.com/us/en/yahoo/terms/otos/index.html), and [here](https://policies.yahoo.com/us/en/yahoo/terms/index.htm)) **for details on your rights to use the actual data downloaded.
>
> Remember - the Yahoo! finance API is intended for personal use only.**
---
> [!TIP]
> THE NEW DOCUMENTATION WEBSITE IS NOW LIVE! 🤘
>
> Visit [**ranaroussi.github.io/yfinance**](https://ranaroussi.github.io/yfinance)
---
## Main components
- `Ticker`: single ticker data
- `Tickers`: multiple tickers' data
- `download`: download market data for multiple tickers
- `Market`: get information about a market
- `WebSocket` and `AsyncWebSocket`: live streaming data
- `Search`: quotes and news from search
- `Sector` and `Industry`: sector and industry information
- `EquityQuery` and `Screener`: build query to screen market
## Installation
Install `yfinance` using `pip`:
Install `yfinance` from PYPI using `pip`:
``` {.sourceCode .bash}
$ pip install yfinance --upgrade --no-cache-dir
$ pip install yfinance
```
[With Conda](https://anaconda.org/ranaroussi/yfinance).
To install with optional dependencies, replace `optional` with: `nospam` for [caching-requests](#smarter-scraping), `repair` for [price repair](https://github.com/ranaroussi/yfinance/wiki/Price-repair), or `nospam,repair` for both:
``` {.sourceCode .bash}
$ pip install "yfinance[optional]"
```
[Required dependencies](./requirements.txt) , [all dependencies](./setup.py#L62).
### [yfinance relies on the community to investigate bugs and contribute code. Here's how you can help.](https://github.com/ranaroussi/yfinance/blob/main/CONTRIBUTING.md)
---
## Quick Start
### The Ticker module
The `Ticker` module, which allows you to access ticker data in a more Pythonic way:
```python
import yfinance as yf
msft = yf.Ticker("MSFT")
# get all stock info
msft.info
# get historical market data
hist = msft.history(period="1mo")
# show meta information about the history (requires history() to be called first)
msft.history_metadata
# show actions (dividends, splits, capital gains)
msft.actions
msft.dividends
msft.splits
msft.capital_gains # only for mutual funds & etfs
# show share count
msft.get_shares_full(start="2022-01-01", end=None)
# show financials:
msft.calendar
msft.sec_filings
# - income statement
msft.income_stmt
msft.quarterly_income_stmt
# - balance sheet
msft.balance_sheet
msft.quarterly_balance_sheet
# - cash flow statement
msft.cashflow
msft.quarterly_cashflow
# see `Ticker.get_income_stmt()` for more options
# show holders
msft.major_holders
msft.institutional_holders
msft.mutualfund_holders
msft.insider_transactions
msft.insider_purchases
msft.insider_roster_holders
msft.sustainability
# show recommendations
msft.recommendations
msft.recommendations_summary
msft.upgrades_downgrades
# show analysts data
msft.analyst_price_targets
msft.earnings_estimate
msft.revenue_estimate
msft.earnings_history
msft.eps_trend
msft.eps_revisions
msft.growth_estimates
# Show future and historic earnings dates, returns at most next 4 quarters and last 8 quarters by default.
# Note: If more are needed use msft.get_earnings_dates(limit=XX) with increased limit argument.
msft.earnings_dates
# show ISIN code - *experimental*
# ISIN = International Securities Identification Number
msft.isin
# show options expirations
msft.options
# show news
msft.news
# get option chain for specific expiration
opt = msft.option_chain('YYYY-MM-DD')
# data available via: opt.calls, opt.puts
```
For tickers that are ETFs/Mutual Funds, `Ticker.funds_data` provides access to fund related data.
Funds' Top Holdings and other data with category average is returned as `pd.DataFrame`.
```python
import yfinance as yf
spy = yf.Ticker('SPY')
data = spy.funds_data
# show fund description
data.description
# show operational information
data.fund_overview
data.fund_operations
# show holdings related information
data.asset_classes
data.top_holdings
data.equity_holdings
data.bond_holdings
data.bond_ratings
data.sector_weightings
```
If you want to use a proxy server for downloading data, use:
```python
import yfinance as yf
msft = yf.Ticker("MSFT")
msft.history(..., proxy="PROXY_SERVER")
msft.get_actions(proxy="PROXY_SERVER")
msft.get_dividends(proxy="PROXY_SERVER")
msft.get_splits(proxy="PROXY_SERVER")
msft.get_capital_gains(proxy="PROXY_SERVER")
msft.get_balance_sheet(proxy="PROXY_SERVER")
msft.get_cashflow(proxy="PROXY_SERVER")
msft.option_chain(..., proxy="PROXY_SERVER")
...
```
### Multiple tickers
To initialize multiple `Ticker` objects, use
```python
import yfinance as yf
tickers = yf.Tickers('msft aapl goog')
# access each ticker using (example)
tickers.tickers['MSFT'].info
tickers.tickers['AAPL'].history(period="1mo")
tickers.tickers['GOOG'].actions
```
To download price history into one table:
```python
import yfinance as yf
data = yf.download("SPY AAPL", period="1mo")
```
#### `yf.download()` and `Ticker.history()` have many options for configuring fetching and processing. [Review the Wiki](https://github.com/ranaroussi/yfinance/wiki) for more options and detail.
### Sector and Industry
The `Sector` and `Industry` modules allow you to access the US market information.
To initialize, use the relevant sector or industry key as below. (Complete mapping of the keys is available in `const.py`.)
```python
import yfinance as yf
tech = yf.Sector('technology')
software = yf.Industry('software-infrastructure')
# Common information
tech.key
tech.name
tech.symbol
tech.ticker
tech.overview
tech.top_companies
tech.research_reports
# Sector information
tech.top_etfs
tech.top_mutual_funds
tech.industries
# Industry information
software.sector_key
software.sector_name
software.top_performing_companies
software.top_growth_companies
```
The modules can be chained with Ticker as below.
```python
import yfinance as yf
# Ticker to Sector and Industry
msft = yf.Ticker('MSFT')
tech = yf.Sector(msft.info.get('sectorKey'))
software = yf.Industry(msft.info.get('industryKey'))
# Sector and Industry to Ticker
tech_ticker = tech.ticker
tech_ticker.info
software_ticker = software.ticker
software_ticker.history()
```
### Market Screener
The `Screener` module allows you to screen the market based on specified queries.
#### Query Construction
To create a query, you can use the `EquityQuery` class to construct your filters step by step. The queries support operators: `GT` (greater than), `LT` (less than), `BTWN` (between), `EQ` (equals), and logical operators `AND` and `OR` for combining multiple conditions.
#### Screener
The `Screener` class is used to execute the queries and return the filtered results. You can set a custom body for the screener or use predefined configurations.
<!-- TODO: link to Github Pages for more including list of predefined bodies, supported fields, operands, and sample code -->
### Logging
`yfinance` now uses the `logging` module to handle messages, default behaviour is only print errors. If debugging, use `yf.enable_debug_mode()` to switch logging to debug with custom formatting.
### Smarter scraping
Install the `nospam` packages for smarter scraping using `pip` (see [Installation](#installation)). These packages help cache calls such that Yahoo is not spammed with requests.
To use a custom `requests` session, pass a `session=` argument to
the Ticker constructor. This allows for caching calls to the API as well as a custom way to modify requests via the `User-agent` header.
```python
import requests_cache
session = requests_cache.CachedSession('yfinance.cache')
session.headers['User-agent'] = 'my-program/1.0'
ticker = yf.Ticker('msft', session=session)
# The scraped response will be stored in the cache
ticker.actions
```
Combine `requests_cache` with rate-limiting to avoid triggering Yahoo's rate-limiter/blocker that can corrupt data.
```python
from requests import Session
from requests_cache import CacheMixin, SQLiteCache
from requests_ratelimiter import LimiterMixin, MemoryQueueBucket
from pyrate_limiter import Duration, RequestRate, Limiter
class CachedLimiterSession(CacheMixin, LimiterMixin, Session):
pass
session = CachedLimiterSession(
limiter=Limiter(RequestRate(2, Duration.SECOND*5)), # max 2 requests per 5 seconds
bucket_class=MemoryQueueBucket,
backend=SQLiteCache("yfinance.cache"),
)
```
### Managing Multi-Level Columns
The following answer on Stack Overflow is for [How to deal with
multi-level column names downloaded with
yfinance?](https://stackoverflow.com/questions/63107801)
- `yfinance` returns a `pandas.DataFrame` with multi-level column
names, with a level for the ticker and a level for the stock price
data
- The answer discusses:
- How to correctly read the the multi-level columns after
saving the dataframe to a csv with `pandas.DataFrame.to_csv`
- How to download single or multiple tickers into a single
dataframe with single level column names and a ticker column
### Persistent cache store
To reduce Yahoo, yfinance store some data locally: timezones to localize dates, and cookie. Cache location is:
- Windows = C:/Users/\<USER\>/AppData/Local/py-yfinance
- Linux = /home/\<USER\>/.cache/py-yfinance
- MacOS = /Users/\<USER\>/Library/Caches/py-yfinance
You can direct cache to use a different location with `set_tz_cache_location()`:
```python
import yfinance as yf
yf.set_tz_cache_location("custom/cache/location")
...
```
---
## Developers: want to contribute?
`yfinance` relies on community to investigate bugs and contribute code. Developer guide: https://github.com/ranaroussi/yfinance/discussions/1084
![Star History Chart](https://api.star-history.com/svg?repos=ranaroussi/yfinance)
---
### Legal Stuff
**yfinance** is distributed under the **Apache Software License**. See
the [LICENSE.txt](./LICENSE.txt) file in the release for details.
the [LICENSE.txt](https://github.com/ranaroussi/yfinance/blob/main/LICENSE.txt) file in the release for details.
AGAIN - yfinance is **not** affiliated, endorsed, or vetted by Yahoo, Inc. It's
an open-source tool that uses Yahoo's publicly available APIs, and is
@@ -378,3 +81,4 @@ details on your rights to use the actual data downloaded.
Please drop me a note with any feedback you have.
**Ran Aroussi**

20
doc/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

35
doc/make.bat Normal file
View File

@@ -0,0 +1,35 @@
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.https://www.sphinx-doc.org/
exit /b 1
)
if "%1" == "" goto help
%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
goto end
:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
:end
popd

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,4 @@
/* Hide the "Section Navigation" title */
p.bd-links__title {
display: none;
}

View File

@@ -0,0 +1,30 @@
:orphan:
{{ objname | escape | underline }}
.. currentmodule:: {{ module }}
.. autoclass:: {{ objname }}
:exclude-members: {% for item in attributes %}{{ item }}{% if not loop.last %}, {% endif %}{% endfor %}
{% block attributes %}
{% if attributes %}
.. rubric:: Attributes
{% for item in attributes %}
.. autoattribute:: {{ item }}
:noindex:
{%- endfor %}
{% endif %}
{% endblock attributes %}
{% block methods %}
{% if methods %}
.. rubric:: Methods
{% for item in methods %}
.. automethod:: {{ item }}
:noindex:
{%- endfor %}
{% endif %}
{% endblock methods %}

View File

@@ -0,0 +1,18 @@
Caching
=======
Persistent Cache
----------------
To reduce Yahoo, yfinance store some data locally: timezones to localize dates, and cookie. Cache location is:
- Windows = C:/Users/\<USER\>/AppData/Local/py-yfinance
- Linux = /home/\<USER\>/.cache/py-yfinance
- MacOS = /Users/\<USER\>/Library/Caches/py-yfinance
You can direct cache to use a different location with :attr:`set_tz_cache_location <yfinance.set_tz_cache_location>`:
.. code-block:: python
import yfinance as yf
yf.set_tz_cache_location("custom/cache/location")

View File

@@ -0,0 +1,56 @@
******
Config
******
`yfinance` has a new global config for sharing common values:
.. code-block:: python
>>> import yfinance as yf
>>> yf.config
{
"network": {
"proxy": null,
"retries": 0
},
"debug": {
"hide_exceptions": true,
"logging": false
}
}
>>> yf.config.network
{
"proxy": null,
"retries": 0
}
Network
-------
* **proxy** - Set proxy for all yfinance data fetches.
.. code-block:: python
yf.config.network.proxy = "PROXY_SERVER"
* **retries** - Configure automatic retry for transient network errors. The retry mechanism uses exponential backoff (1s, 2s, 4s...).
.. code-block:: python
yf.config.network.retries = 2
Debug
-----
* **hide_exceptions** - Set to `False` to stop yfinance hiding exceptions.
.. code-block:: python
yf.config.debug.hide_exceptions = False
* **logging** - Set to `True` to enable verbose debug logging.
.. code-block:: python
yf.config.debug.logging = True

View File

@@ -0,0 +1,12 @@
========
Advanced
========
.. toctree::
:maxdepth: 2
logging
config
caching
multi_level_columns
price_repair

View File

@@ -0,0 +1,11 @@
Logging
=======
`yfinance` uses the `logging` module to handle messages. By default, only errors are logged.
If debugging, you can switch to debug mode with custom formatting using:
.. code-block:: python
import yfinance as yf
yf.enable_debug_mode()

View File

@@ -0,0 +1,13 @@
************************
Multi-Level Column Index
************************
The following answer on Stack Overflow is for `How to deal with
multi-level column names downloaded with yfinance? <https://stackoverflow.com/questions/63107801>`_
- `yfinance` returns a `pandas.DataFrame` with multi-level column names, with a level for the ticker and a level for the stock price data
The answer discusses:
- How to correctly read the the multi-level columns after saving the dataframe to a csv with `pandas.DataFrame.to_csv`
- How to download single or multiple tickers into a singledataframe with single level column names and a ticker column

View File

@@ -0,0 +1,302 @@
************
Price Repair
************
The new argument ``repair=True`` in ``history()`` and ``download()`` will attempt to fix a variety of price errors caused by Yahoo. Only US market data appears perfect, I guess Yahoo doesn't care much about rest of world?
The returned table will have a new column ``Repaired?`` that specifies if row was repaired.
Price repair
============
Missing dividend adjustment
---------------------------
If dividend in data but preceding ``Adj Close`` = ``Close``, then manually apply dividend-adjustment to ``Adj Close``.
Note: ``Repaired?`` is NOT set to ``True`` because fix only changes ``Adj Close``
.. figure:: /_static/images/repair-prices-missing-div-adjust.png
:alt: 8TRA.DE: repair missing dividend adjustment
:width: 80%
:align: left
8TRA.DE
.. container:: clearer
..
Missing split adjustment
------------------------
If stock split in data but preceding price data is not adjusted, then manually apply stock split.
Requires date range include 1 day after stock split for calibration - sometimes Yahoo fails to adjust prices on stock split day.
.. figure:: /_static/images/repair-prices-missing-split-adjust.png
:alt: MOB.ST: repair missing split adjustment
:width: 80%
:align: left
MOB.ST
.. container:: clearer
..
Missing data
------------
If price data is clearly missing or corrupt, then reconstructed using smaller interval e.g. ``1h`` to fix ``1d`` data.
.. figure:: /_static/images/repair-prices-missing-row.png
:alt: 1COV.DE: repair missing row
:width: 80%
:align: left
1COV.DE missing row
.. container:: clearer
..
.. figure:: /_static/images/repair-prices-missing-volume-intraday.png
:alt: 1COV.DE: repair missing Volume, but intraday price changed
:width: 80%
:align: left
1COV.DE missing Volume, but intraday price changed
.. container:: clearer
..
.. figure:: /_static/images/repair-prices-missing-volume-daily.png
:alt: 0316.HK: repair missing Volume, but daily price changed
:width: 80%
:align: left
0316.HK missing Volume, but daily price changed
.. container:: clearer
..
100x errors
-----------
Sometimes Yahoo mixes up currencies e.g. $/cents or £/pence. So some prices are 100x wrong.
Sometimes they are spread randomly through data - these detected with ``scipy`` module.
Other times they are in a block, because Yahoo decided one day to permanently switch currency.
.. figure:: /_static/images/repair-prices-100x.png
:alt: AET.L: repair 100x
:width: 80%
:align: left
AET.L
Price reconstruction - algorithm notes
--------------------------------------
Spam minimised by grouping fetches. Tries to be aware of data limits e.g. ``1h`` cannot be fetched beyond 2 years.
If Yahoo eventually does fix the bad data that required reconstruction, you will see it's slightly different to reconstructed prices and volume often significantly different. Best I can do, and beats missing data.
Dividend repair (new)
=====================
Fix errors in dividends:
1. adjustment missing or 100x too small/big for the dividend
2. duplicate dividend (within 7 days)
3. dividend 100x too big/small for the ex-dividend price drop
4. ex-div date wrong (price drop is few days/weeks after)
5. **NEW: capital gains double-counted**
Most errors I've seen are on London stock exchange (£/pence mixup), but no exchange is safe.
IMPORTANT - false positives
---------------------------
Because fixing (3) relies on price action, there is a chance of a "false positive" (FP) - thinking an error exists when data is good.
FP rate increases with longer intervals, so only 1d intervals are repaired. If you request repair on multiday intervals (weekly etc), then: 1d is fetched from Yahoo, repaired, then resampled - **this has nice side-effect of solving Yahoo's flawed way of div-adjusting multiday intervals.**
FP rate on 1d is tiny. They tend to happen with tiny dividends e.g. 0.5%, mistaking normal price volatility for an ex-div drop 100x bigger than the dividend, causing repair of the "too small" dividend (repair logic already tries to account for normal volatility by subtracting median). Either accept the risk, or fetch 6-12 months of prices with at least 2 dividends - then can analyse the dividends together to identify false positives.
Adjustment missing
------------------
1398.HK
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends
2024-07-08 00:00:00+08:00 4.33 4.33 0.335715
2024-07-04 00:00:00+08:00 4.83 4.83 0.000000
.. code-block:: text
# REPAIRED:
Close Adj Close Dividends
2024-07-08 00:00:00+08:00 4.33 4.330000 0.335715
2024-07-04 00:00:00+08:00 4.83 4.494285 0.000000
Adjustment too small
--------------------
3IN.L
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends
2024-06-13 00:00:00+01:00 3.185 3.185000 0.05950
2024-06-12 00:00:00+01:00 3.270 3.269405 0.00000
.. code-block:: text
# REPAIRED:
Close Adj Close Dividends
2024-06-13 00:00:00+01:00 3.185 3.185000 0.05950
2024-06-12 00:00:00+01:00 3.270 3.210500 0.00000
Duplicate (within 7 days)
-------------------------
ALC.SW
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends
2023-05-10 00:00:00+02:00 70.580002 70.352142 0.21
2023-05-09 00:00:00+02:00 65.739998 65.318443 0.21
2023-05-08 00:00:00+02:00 66.379997 65.745682 0.00
.. code-block:: text
# REPAIRED:
Close Adj Close Dividends
2023-05-10 00:00:00+02:00 70.580002 70.352142 0.00
2023-05-09 00:00:00+02:00 65.739998 65.527764 0.21
2023-05-08 00:00:00+02:00 66.379997 65.956371 0.00
Dividend too big
----------------
HLCL.L
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends
2024-06-27 00:00:00+01:00 2.360 2.3600 1.78
2024-06-26 00:00:00+01:00 2.375 2.3572 0.00
# REPAIRED:
Close Adj Close Dividends
2024-06-27 00:00:00+01:00 2.360 2.3600 0.0178
2024-06-26 00:00:00+01:00 2.375 2.3572 0.0000
Dividend & adjust too big
-------------------------
LTI.L
.. code-block:: text
# ORIGINAL:
Close Adj Close Adj Dividends
2024-08-08 00:00:00+01:00 768.0 768.0 1.0000 5150.0
2024-08-07 00:00:00+01:00 819.0 -4331.0 -5.2882 0.0
Close Adj Close Adj Dividends
2024-08-08 00:00:00+01:00 768.0 768.0 1.0000 51.5
2024-08-07 00:00:00+01:00 819.0 767.5 0.9371 0.0
Dividend too small
------------------
BVT.L
.. code-block:: text
# ORIGINAL:
Close Adj Close Adj Dividends
2022-02-03 00:00:00+00:00 0.7534 0.675197 0.8962 0.00001
2022-02-01 00:00:00+00:00 0.7844 0.702970 0.8962 0.00000
.. code-block:: text
# REPAIRED:
Close Adj Close Adj Dividends
2022-02-03 00:00:00+00:00 0.7534 0.675197 0.8962 0.001
2022-02-01 00:00:00+00:00 0.7844 0.702075 0.8950 0.000
Adjusted 2x on day before
-------------------------
clue: Close < Low
2020.OL
.. code-block:: text
# ORIGINAL:
Low Close Adj Close Dividends
2023-12-21 00:00:00+01:00 120.199997 121.099998 118.868782 0.18
2023-12-20 00:00:00+01:00 122.000000 121.900002 119.477371 0.00
.. code-block:: text
# REPAIRED:
Low Close Adj Close Dividends
2023-12-21 00:00:00+01:00 120.199997 121.099998 118.868782 0.18
2023-12-20 00:00:00+01:00 122.000000 122.080002 119.654045 0.00
ex-div date wrong
-----------------
TETY.ST
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends
2022-06-22 00:00:00+02:00 66.699997 60.085415 0.0
2022-06-21 00:00:00+02:00 71.599998 64.499489 0.0
2022-06-20 00:00:00+02:00 71.800003 64.679657 5.0
2022-06-17 00:00:00+02:00 71.000000 59.454838 0.0
.. code-block:: text
# REPAIRED:
Close Adj Close Dividends
2022-06-22 00:00:00+02:00 66.699997 60.085415 5.0
2022-06-21 00:00:00+02:00 71.599998 60.007881 0.0
2022-06-20 00:00:00+02:00 71.800003 60.175503 0.0
2022-06-17 00:00:00+02:00 71.000000 59.505021 0.0
Capital-gains double-counted
----------------------------
Clue: price drop matches dividend better than dividend+capital gains.
DODFX
.. code-block:: text
# ORIGINAL:
Close Adj Close Dividends Capital Gains
Date
2025-12-18 00:00:00-05:00 16.219999 16.219999 0.837 0.417
2025-12-17 00:00:00-05:00 16.920000 15.665999 0.000 0.000
.. code-block:: text
# REPAIRED:
Close Adj Close Dividends Capital Gains
Date
2025-12-18 00:00:00-05:00 16.219999 16.219999 0.42 0.417
2025-12-17 00:00:00-05:00 16.920000 16.083000 0.00 0.000

50
doc/source/conf.py Normal file
View File

@@ -0,0 +1,50 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
# Configuration file for the Sphinx documentation builder.
#
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = 'yfinance / Pythonic access to market data'
copyright = '2017-2025 Ran Aroussi'
author = 'Ran Aroussi'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.napoleon',
"sphinx.ext.githubpages",
"sphinx.ext.autosectionlabel",
"sphinx.ext.autosummary",
"sphinx_copybutton"]
templates_path = ['_templates']
exclude_patterns = []
autoclass_content = 'both'
autosummary_generate = True
autodoc_default_options = {
'exclude-members': '__init__',
'members': True,
}
# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
html_title = 'yfinance'
html_theme = 'pydata_sphinx_theme'
html_theme_options = {
"github_url": "https://github.com/ranaroussi/yfinance",
"navbar_align": "left",
"logo": {
"image_light": "_static/logo-light.webp",
"image_dark": "_static/logo-dark.webp"
}
}
html_static_path = ['_static']
html_css_files = ['yfinance.css']

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@@ -0,0 +1,90 @@
****
Code
****
To support rapid development without breaking stable versions, this project uses a two-layer branch model:
.. image:: assets/branches.png
:alt: Branching Model
`Inspiration <https://miro.medium.com/max/700/1*2YagIpX6LuauC3ASpwHekg.png>`_
- **dev**: New features and some bug fixes are merged here. This branch allows collective testing, conflict resolution, and further stabilization before merging into the stable branch.
- **main**: Stable branch where PIP releases are created.
By default, branches target **main**, but most contributions should target **dev**.
**Exceptions**:
Direct merges to **main** are allowed if:
- `yfinance` is massively broken
- Part of `yfinance` is broken, and the fix is simple and isolated
- Not updating the code (e.g. docs)
Creating your branch
--------------------
1. Fork the repository on GitHub. If already forked, remember to ``Sync fork``
2. Clone your forked repository:
.. code-block:: bash
git clone https://github.com/{user}/{repo}.git
3. Create a new branch for your feature or bug fix, from appropriate base branch:
.. code-block:: bash
git checkout {base e.g. dev}
git pull
git checkout -b {your branch}
4. Make your changes, commit them, and push your branch to GitHub. To keep the commit history and `network graph <https://github.com/ranaroussi/yfinance/network>`_ compact, give your commits a very short summary then description:
.. code-block:: bash
git commit -m "short sentence summary" -m "full commit message"
# Long message can be multiple lines (tip: copy-paste)
6. `Open a pull request on Github <https://github.com/ranaroussi/yfinance/pulls>`_.
Running a branch
----------------
Please see `this page </development/running>`_.
Git stuff
---------
- You might be asked to move your branch from ``main`` to ``dev``. This is a ``git rebase``. Remember to update **all** branches involved.
.. code-block:: bash
# update all branches:
git checkout main
git pull
git checkout dev
git pull
# rebase from main to dev:
git checkout {your branch}
git pull
git rebase --onto dev main {your branch}
git push --force-with-lease origin {your branch}
- ``git rebase`` can also be used to update your branch with new commits from base, but without adding a commit to your branch history like git merge does. This keeps history clean and avoids future merge problems.
.. code-block:: bash
git checkout {base branch e.g. dev}
git pull
git checkout {your branch}
git rebase {base}
git push --force-with-lease origin {your branch}
- ``git squash`` tiny or negligible commits with meaningful ones, or to combine successive related commits. `git squash guide <https://docs.gitlab.com/ee/topics/git/git_rebase.html#interactive-rebase>`_
.. code-block:: bash
git rebase -i HEAD~2
git push --force-with-lease origin {your branch}

View File

@@ -0,0 +1,54 @@
*************
Documentation
*************
.. contents:: Documentation:
:local:
About documentation
-------------------
* yfinance documentation is written in reStructuredText (rst) and built using Sphinx.
* The documentation file is in ``doc/source/..``.
* Most of the notes under API References read from class and methods docstrings. These documentations, found in ``doc/source/reference/api`` is autogenerated by Sphinx and not included in git.
Building documentation locally
-------------------------------
To build the documentation locally, follow these steps:
1. **Install Required Dependencies**:
* Make sure ``Sphinx`` and any other dependencies are installed. If a ``requirements.txt`` file is available, you can install dependencies by running:
.. code-block:: bash
pip install -r requirements.txt
pip install Sphinx==8.0.2 pydata-sphinx-theme==0.15.4 Jinja2==3.1.4 sphinx-copybutton==0.5.2
2. **Build with Sphinx**:
* After dependencies are installed, use the sphinx-build command to generate HTML documentation.
* Go to ``doc/`` directory Run:
.. code-block:: bash
sphinx-build -b html doc/source doc/_build/html
3. **View Documentation Locally**:
.. code-block:: bash
python -m http.server -d ./doc/_build/html
Then open "localhost:8000" in browser
Publishing documentation
------------------------
Merge into ``main`` branch triggers auto-generating documentation by action ``.github/workflows/deploy_doc.yml``.
This publishes the generated HTML into branch ``documentation``.
1. Review the changes locally and push to ``dev``.
2. When ``dev`` gets merged to ``main``, GitHub Actions workflow is automated to build documentation.

View File

@@ -0,0 +1,13 @@
===========
Development
===========
yfinance relies on the community to investigate bugs and contribute code. Here's how you can help:
.. toctree::
:maxdepth: 1
code
running
documentation
testing

View File

@@ -0,0 +1,62 @@
Running a branch
================
With PIP
--------
.. code-block:: bash
pip install git+https://github.com/{user}/{repo}.git@{branch}
E.g.:
.. code-block:: bash
pip install git+https://github.com/ranaroussi/yfinance.git@feature/name
With Git
--------
1: Download from GitHub:
.. code-block:: bash
git clone https://github.com/{user}/{repo}.git
pip install -r ./yfinance/requirements.txt
Or if a specific branch:
.. code-block:: bash
git clone -b {branch} https://github.com/{user}/{repo}.git
pip install -r ./yfinance/requirements.txt
.. NOTE::
Only do the next part if you are installing globally
If you are installing for 1 specific project, then you can skip this step
and just `git clone` in the project directory
2. Add download location to Python search path
Two different ways, choose one:
1) Add path to ``PYTHONPATH`` environment variable
2) Add to top of Python file:
.. code-block:: python
import sys
sys.path.insert(0, "path/to/downloaded/yfinance")
3: Verify
.. code-block:: python
import yfinance
print(yfinance)
Output should be:
`<module 'yfinance' from 'path/to/downloaded/yfinance/yfinance/__init__.py'>`
If output looks like this then you did step 2 wrong
`<module 'yfinance' from '.../lib/python3.10/site-packages/yfinance/__init__.py'>`

View File

@@ -0,0 +1,50 @@
Unit Tests
----------
Tests are written using Python&apos;s `unittest` module. Here are some ways to run tests:
- **Run all price tests**:
.. code-block:: bash
python -m unittest tests.test_prices
- **Run a subset of price tests**:
.. code-block:: bash
python -m unittest tests.test_prices.TestPriceRepair
- **Run a specific test**:
.. code-block:: bash
python -m unittest tests.test_prices_repair.TestPriceRepair.test_ticker_missing
- **General command**:
..code-block:: bash
python -m unittest tests.{file}.{class}.{method}
- **Run all tests**:
.. code-block:: bash
python -m unittest discover -s tests
.. note::
The tests are currently failing already
Standard result:
**Failures:** 11
**Errors:** 93
**Skipped:** 1
.. seealso::
See the ` ``unittest`` module <https://docs.python.org/3/library/unittest.html>`_ for more information.

74
doc/source/index.rst Normal file
View File

@@ -0,0 +1,74 @@
yfinance documentation
======================
Download Market Data from Yahoo! Finance's API
----------------------------------------------
.. admonition:: IMPORTANT LEGAL DISCLAIMER
**Yahoo!, Y!Finance, and Yahoo! finance are registered trademarks of Yahoo, Inc.**
yfinance is **not** affiliated, endorsed, or vetted by Yahoo, Inc. It's
an open-source tool that uses Yahoo's publicly available APIs, and is
intended for research and educational purposes.
**You should refer to Yahoo!'s terms of use**
(`here <https://policies.yahoo.com/us/en/yahoo/terms/product-atos/apiforydn/index.htm>`__),
(`here <https://legal.yahoo.com/us/en/yahoo/terms/otos/index.html>`__),
and (`here <https://policies.yahoo.com/us/en/yahoo/terms/index.htm>`__)
for details on your rights to use the actual data downloaded.
Remember - the Yahoo! finance API is intended for personal use only.
Install
-------
.. code-block:: bash
$ pip install yfinance
Quick start
-----------
Showing a small sample of yfinance API, the full API is much bigger and covered in :doc:`reference/index`.
.. code-block:: python
import yfinance as yf
dat = yf.Ticker("MSFT")
One ticker symbol
.. code-block:: python
dat = yf.Ticker("MSFT")
dat.info
dat.calendar
dat.analyst_price_targets
dat.quarterly_income_stmt
dat.history(period='1mo')
dat.option_chain(dat.options[0]).calls
Multiple ticker symbols
.. code-block:: python
tickers = yf.Tickers('MSFT AAPL GOOG')
tickers.tickers['MSFT'].info
yf.download(['MSFT', 'AAPL', 'GOOG'], period='1mo')
Funds
.. code-block:: python
spy = yf.Ticker('SPY').funds_data
spy.description
spy.top_holdings
.. toctree::
:maxdepth: 1
:titlesonly:
advanced/index
reference/index
development/index

View File

@@ -0,0 +1,38 @@
import yfinance as yf
from datetime import datetime, timedelta
# Default init (today + 7 days)
calendar = yf.Calendars()
# Today's events: calendar of 1 day
tomorrow = datetime.now() + timedelta(days=1)
calendar = yf.Calendars(end=tomorrow)
# Default calendar queries - accessing the properties will fetch the data from YF
calendar.earnings_calendar
calendar.ipo_info_calendar
calendar.splits_calendar
calendar.economic_events_calendar
# Manual queries
calendar.get_earnings_calendar()
calendar.get_ipo_info_calendar()
calendar.get_splits_calendar()
calendar.get_economic_events_calendar()
# Earnings calendar custom filters
calendar.get_earnings_calendar(
market_cap=100_000_000, # filter out small-cap
filter_most_active=True, # show only actively traded. Uses: `screen(query="MOST_ACTIVES")`
)
# Example of real use case:
# Get inminent unreported earnings events
today = datetime.now()
is_friday = today.weekday() == 4
day_after_tomorrow = today + timedelta(days=4 if is_friday else 2)
calendar = yf.Calendars(today, day_after_tomorrow)
df = calendar.get_earnings_calendar(limit=100)
unreported_df = df[df["Reported EPS"].isnull()]

View File

@@ -0,0 +1,2 @@
import yfinance as yf
data = yf.download("SPY AAPL", period="1mo")

View File

@@ -0,0 +1,18 @@
import yfinance as yf
spy = yf.Ticker('SPY')
data = spy.funds_data
# show fund description
data.description
# show operational information
data.fund_overview
data.fund_operations
# show holdings related information
data.asset_classes
data.top_holdings
data.equity_holdings
data.bond_holdings
data.bond_ratings
data.sector_weightings

View File

@@ -0,0 +1,23 @@
import asyncio
import yfinance as yf
# define your message callback
def message_handler(message):
print("Received message:", message)
async def main():
# =======================
# With Context Manager
# =======================
async with yf.AsyncWebSocket() as ws:
await ws.subscribe(["AAPL", "BTC-USD"])
await ws.listen()
# =======================
# Without Context Manager
# =======================
ws = yf.AsyncWebSocket()
await ws.subscribe(["AAPL", "BTC-USD"])
await ws.listen()
asyncio.run(main())

View File

@@ -0,0 +1,19 @@
import yfinance as yf
# define your message callback
def message_handler(message):
print("Received message:", message)
# =======================
# With Context Manager
# =======================
with yf.WebSocket() as ws:
ws.subscribe(["AAPL", "BTC-USD"])
ws.listen(message_handler)
# =======================
# Without Context Manager
# =======================
ws = yf.WebSocket()
ws.subscribe(["AAPL", "BTC-USD"])
ws.listen(message_handler)

View File

@@ -0,0 +1,33 @@
import yfinance as yf
# Get All
all = yf.Lookup("AAPL").all
all = yf.Lookup("AAPL").get_all(count=100)
# Get Stocks
stock = yf.Lookup("AAPL").stock
stock = yf.Lookup("AAPL").get_stock(count=100)
# Get Mutual Funds
mutualfund = yf.Lookup("AAPL").mutualfund
mutualfund = yf.Lookup("AAPL").get_mutualfund(count=100)
# Get ETFs
etf = yf.Lookup("AAPL").etf
etf = yf.Lookup("AAPL").get_etf(count=100)
# Get Indices
index = yf.Lookup("AAPL").index
index = yf.Lookup("AAPL").get_index(count=100)
# Get Futures
future = yf.Lookup("AAPL").future
future = yf.Lookup("AAPL").get_future(count=100)
# Get Currencies
currency = yf.Lookup("AAPL").currency
currency = yf.Lookup("AAPL").get_currency(count=100)
# Get Cryptocurrencies
cryptocurrency = yf.Lookup("AAPL").cryptocurrency
cryptocurrency = yf.Lookup("AAPL").get_cryptocurrency(count=100)

View File

@@ -0,0 +1,6 @@
import yfinance as yf
EUROPE = yf.Market("EUROPE")
status = EUROPE.status
summary = EUROPE.summary

View File

@@ -0,0 +1,13 @@
import yfinance as yf
msft = yf.Ticker("MSFT")
msft.history(..., proxy="PROXY_SERVER")
msft.get_actions(proxy="PROXY_SERVER")
msft.get_dividends(proxy="PROXY_SERVER")
msft.get_splits(proxy="PROXY_SERVER")
msft.get_capital_gains(proxy="PROXY_SERVER")
msft.get_balance_sheet(proxy="PROXY_SERVER")
msft.get_cashflow(proxy="PROXY_SERVER")
msft.option_chain(..., proxy="PROXY_SERVER")
...

View File

@@ -0,0 +1,10 @@
import yfinance as yf
# get list of quotes
quotes = yf.Search("AAPL", max_results=10).quotes
# get list of news
news = yf.Search("Google", news_count=10).news
# get list of related research
research = yf.Search("apple", include_research=True).research

View File

@@ -0,0 +1,25 @@
import yfinance as yf
tech = yf.Sector('technology')
software = yf.Industry('software-infrastructure')
# Common information
tech.key
tech.name
tech.symbol
tech.ticker
tech.overview
tech.top_companies
tech.research_reports
# Sector information
tech.top_etfs
tech.top_mutual_funds
tech.industries
# Industry information
software.sector_key
software.sector_name
software.top_performing_companies
software.top_growth_companies

View File

@@ -0,0 +1,11 @@
import yfinance as yf
# Ticker to Sector and Industry
msft = yf.Ticker('MSFT')
tech = yf.Sector(msft.info.get('sectorKey'))
software = yf.Industry(msft.info.get('industryKey'))
# Sector and Industry to Ticker
tech_ticker = tech.ticker
tech_ticker.info
software_ticker = software.ticker
software_ticker.history()

View File

@@ -0,0 +1,25 @@
import yfinance as yf
dat = yf.Ticker("MSFT")
# get historical market data
dat.history(period='1mo')
# options
dat.option_chain(dat.options[0]).calls
# get financials
dat.balance_sheet
dat.quarterly_income_stmt
# dates
dat.calendar
# general info
dat.info
# analysis
dat.analyst_price_targets
# websocket
dat.live()

View File

@@ -0,0 +1,11 @@
import yfinance as yf
tickers = yf.Tickers('msft aapl goog')
# access each ticker using (example)
tickers.tickers['MSFT'].info
tickers.tickers['AAPL'].history(period="1mo")
tickers.tickers['GOOG'].actions
# websocket
tickers.live()

View File

@@ -0,0 +1,52 @@
=============
API Reference
=============
Overview
--------
The `yfinance` package provides easy access to Yahoo! Finance's API to retrieve market data. It includes classes and functions for downloading historical market data, accessing ticker information, managing cache, and more.
Public API
==========
The following are the publicly available classes, and functions exposed by the `yfinance` package:
- :attr:`Ticker <yfinance.Ticker>`: Class for accessing single ticker data.
- :attr:`Tickers <yfinance.Tickers>`: Class for handling multiple tickers.
- :attr:`Market <yfinance.Market>`: Class for accessing market summary.
- :attr:`Calendars <yfinance.Calendars>`: Class for accessing calendar events data.
- :attr:`download <yfinance.download>`: Function to download market data for multiple tickers.
- :attr:`Search <yfinance.Search>`: Class for accessing search results.
- :attr:`Lookup <yfinance.Lookup>`: Class for looking up tickers.
- :class:`WebSocket <yfinance.WebSocket>`: Class for synchronously streaming live market data.
- :class:`AsyncWebSocket <yfinance.AsyncWebSocket>`: Class for asynchronously streaming live market data.
- :attr:`Sector <yfinance.Sector>`: Domain class for accessing sector information.
- :attr:`Industry <yfinance.Industry>`: Domain class for accessing industry information.
- :attr:`EquityQuery <yfinance.EquityQuery>`: Class to build equity query filters.
- :attr:`FundQuery <yfinance.FundQuery>`: Class to build fund query filters.
- :attr:`screen <yfinance.screen>`: Run equity/fund queries.
- :attr:`enable_debug_mode <yfinance.enable_debug_mode>`: Function to enable debug mode for logging.
- :attr:`set_tz_cache_location <yfinance.set_tz_cache_location>`: Function to set the timezone cache location.
.. toctree::
:maxdepth: 1
:hidden:
yfinance.ticker_tickers
yfinance.stock
yfinance.market
yfinance.calendars
yfinance.financials
yfinance.analysis
yfinance.search
yfinance.lookup
yfinance.websocket
yfinance.sector_industry
yfinance.screener
yfinance.functions
yfinance.funds_data
yfinance.price_history

View File

@@ -0,0 +1,81 @@
===================
Analysis & Holdings
===================
.. currentmodule:: yfinance.Ticker
Analysis
--------
.. autosummary::
:toctree: api/
:recursive:
get_recommendations
recommendations
get_recommendations_summary
recommendations_summary
get_upgrades_downgrades
upgrades_downgrades
get_sustainability
sustainability
get_analyst_price_targets
analyst_price_targets
get_earnings_estimate
earnings_estimate
get_revenue_estimate
revenue_estimate
get_earnings_history
earnings_history
get_eps_trend
eps_trend
get_eps_revisions
eps_revisions
get_growth_estimates
growth_estimates
Holdings
--------
.. autosummary::
:toctree: api/
:recursive:
get_funds_data
funds_data
.. seealso::
:meth:`yfinance.scrapers.funds.FundsData`
.. autosummary::
:toctree: api/
:recursive:
get_insider_purchases
insider_purchases
get_insider_transactions
insider_transactions
get_insider_roster_holders
insider_roster_holders
get_major_holders
major_holders
get_institutional_holders
institutional_holders
get_mutualfund_holders
mutualfund_holders

View File

@@ -0,0 +1,21 @@
=====================
Calendars
=====================
.. currentmodule:: yfinance
Class
------------
The `Calendars` class allows you to get information about upcoming events, for example, earning events.
.. autosummary::
:toctree: api/
Calendars
Sample Code
------------------
.. literalinclude:: examples/calendars.py
:language: python

View File

@@ -0,0 +1,33 @@
==========
Financials
==========
.. currentmodule:: yfinance.Ticker
.. autosummary::
:toctree: api/
:recursive:
get_income_stmt
income_stmt
quarterly_income_stmt
ttm_income_stmt
get_balance_sheet
balance_sheet
get_cashflow
cashflow
quarterly_cashflow
ttm_cashflow
get_earnings
earnings
calendar
get_earnings_dates
earnings_dates
get_sec_filings
sec_filings

View File

@@ -0,0 +1,32 @@
=========================
Functions and Utilities
=========================
.. currentmodule:: yfinance
Download Market Data
~~~~~~~~~~~~~~~~~~~~~
The `download` function allows you to retrieve market data for multiple tickers at once.
.. autosummary::
:toctree: api/
download
Enable Debug Mode
~~~~~~~~~~~~~~~~~
Enables logging of debug information for the `yfinance` package.
.. autosummary::
:toctree: api/
enable_debug_mode
Set Timezone Cache Location
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sets the cache location for timezone data.
.. autosummary::
:toctree: api/
set_tz_cache_location

View File

@@ -0,0 +1,11 @@
====================
`FundsData` class
====================
.. currentmodule:: yfinance.scrapers.funds
.. autosummary::
:toctree: api/
:recursive:
FundsData

View File

@@ -0,0 +1,41 @@
=====================
Market
=====================
.. currentmodule:: yfinance
Class
------------
The `Market` class, allows you to access market data in a Pythonic way.
.. autosummary::
:toctree: api/
Market
Market Sample Code
------------------
.. literalinclude:: examples/market.py
:language: python
Markets
------------
There are 8 different markets available in Yahoo Finance.
* US
* GB
\
* ASIA
* EUROPE
\
* RATES
* COMMODITIES
* CURRENCIES
* CRYPTOCURRENCIES

View File

@@ -0,0 +1,9 @@
====================
`PriceHistory` class
====================
.. currentmodule:: yfinance.scrapers.history
.. autoclass:: PriceHistory
:members:
:undoc-members:

View File

@@ -0,0 +1,27 @@
=========================
Screener & Query
=========================
.. currentmodule:: yfinance
Query Market Data
~~~~~~~~~~~~~~~~~~~~~
The `Sector` and `Industry` modules allow you to access the sector and industry information.
.. autosummary::
:toctree: api/
EquityQuery
FundQuery
screen
.. seealso::
:attr:`EquityQuery.valid_fields <yfinance.EquityQuery.valid_fields>`
supported operand values for query
:attr:`EquityQuery.valid_values <yfinance.EquityQuery.valid_values>`
supported `EQ query operand parameters`
:attr:`FundQuery.valid_fields <yfinance.FundQuery.valid_fields>`
supported operand values for query
:attr:`FundQuery.valid_values <yfinance.FundQuery.valid_values>`
supported `EQ query operand parameters`

View File

@@ -0,0 +1,34 @@
=====================
Search & Lookup
=====================
.. currentmodule:: yfinance
Class
------------
The `Search` module, allows you to access search data in a Pythonic way.
.. autosummary::
:toctree: api/
Search
The `Lookup` module, allows you to look up tickers in a Pythonic way.
.. autosummary::
:toctree: api/
Lookup
Sample Code
------------------
The `Search` module, allows you to access search data in a Pythonic way.
.. literalinclude:: examples/search.py
:language: python
The `Lookup` module, allows you to look up tickers in a Pythonic way.
.. literalinclude:: examples/lookup.py
:language: python

View File

@@ -0,0 +1,32 @@
=======================
Sector and Industry
=======================
.. currentmodule:: yfinance
Sector class
--------------
The `Sector` and `Industry` modules provide access to the Sector and Industry information.
.. autosummary::
:toctree: api/
:recursive:
Sector
Industry
.. seealso::
:attr:`Sector.industries <yfinance.Sector.industries>`
Map of sector and industry
Sample Code
---------------------
To initialize, use the relevant sector or industry key as below.
.. literalinclude:: examples/sector_industry.py
:language: python
The modules can be chained with Ticker as below.
.. literalinclude:: examples/sector_industry_ticker.py
:language: python

View File

@@ -0,0 +1,53 @@
=====
Stock
=====
.. currentmodule:: yfinance.Ticker
Ticker stock methods
--------------------
.. autosummary::
:toctree: api/
:recursive:
get_isin
isin
history
.. seealso::
:meth:`yfinance.scrapers.history.PriceHistory.history`
Documentation for history
:doc:`../advanced/price_repair`
Documentation for price repair
.. autosummary::
:toctree: api/
:recursive:
get_history_metadata
get_dividends
dividends
get_splits
splits
get_actions
actions
get_capital_gains
capital_gains
get_shares_full
get_info
info
get_fast_info
fast_info
get_news
news

View File

@@ -0,0 +1,46 @@
=====================
Ticker and Tickers
=====================
.. currentmodule:: yfinance
Class
------------
The `Ticker` module, allows you to access ticker data in a Pythonic way.
.. autosummary::
:toctree: api/
Ticker
Tickers
Ticker Sample Code
------------------
The `Ticker` module, allows you to access ticker data in a Pythonic way.
.. literalinclude:: examples/ticker.py
:language: python
To initialize multiple `Ticker` objects, use
.. literalinclude:: examples/tickers.py
:language: python
For tickers that are ETFs/Mutual Funds, `Ticker.funds_data` provides access to fund related data.
Funds' Top Holdings and other data with category average is returned as `pd.DataFrame`.
.. literalinclude:: examples/funds_data.py
:language: python
If you want to use a proxy server for downloading data, use:
.. literalinclude:: examples/proxy.py
:language: python
To initialize multiple `Ticker` objects, use `Tickers` module
.. literalinclude:: examples/tickers.py
:language: python

View File

@@ -0,0 +1,46 @@
=====================
WebSocket
=====================
.. currentmodule:: yfinance
The `WebSocket` module allows you to stream live price data from Yahoo Finance using both synchronous and asynchronous clients.
Classes
------------
.. autosummary::
:toctree: api/
WebSocket
AsyncWebSocket
Synchronous WebSocket
----------------------
The `WebSocket` class provides a synchronous interface for subscribing to price updates.
Sample Code:
.. literalinclude:: examples/live_sync.py
:language: python
Asynchronous WebSocket
-----------------------
The `AsyncWebSocket` class provides an asynchronous interface for subscribing to price updates.
Sample Code:
.. literalinclude:: examples/live_async.py
:language: python
.. note::
If you're running asynchronous code in a Jupyter notebook, you may encounter issues with event loops. To resolve this, you need to import and apply `nest_asyncio` to allow nested event loops.
Add the following code before running asynchronous operations:
.. code-block:: python
import nest_asyncio
nest_asyncio.apply()

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.46" %}
{% set version = "1.1.0" %}
package:
name: "{{ name|lower }}"
@@ -15,6 +15,7 @@ build:
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
# curl_cffi 0.14 has major problems, see their Github
host:
- pandas >=1.3.0
- numpy >=1.16.5
@@ -26,8 +27,8 @@ requirements:
- frozendict >=2.3.4
- beautifulsoup4 >=4.11.1
- html5lib >=1.1
- curl_cffi >=0.7,<0.14
- peewee >=3.16.2
# - pycryptodome >=3.6.6
- pip
- python
@@ -42,8 +43,8 @@ requirements:
- frozendict >=2.3.4
- beautifulsoup4 >=4.11.1
- html5lib >=1.1
- curl_cffi >=0.7,<0.14
- peewee >=3.16.2
# - pycryptodome >=3.6.6
- python
test:

View File

@@ -1,19 +0,0 @@
# site_name: My Docs
# # mkdocs.yml
# theme:
# name: "material"
# plugins:
# - search
# - mkdocstrings
# nav:
# - Introduction: 'index.md'
# - Installation: 'installation.md'
# - Quick Start: 'quickstart.md'
# # - Ticker: 'Ticker.md'
# - TickerBase: 'TickerBase.md'
# # - Tickers: 'Tickers.md'
# - utils: 'utils.md'
# - multi: 'multi.md'

View File

@@ -2,10 +2,15 @@ pandas>=1.3.0
numpy>=1.16.5
requests>=2.31
multitasking>=0.0.7
lxml>=4.9.1
platformdirs>=2.0.0
pytz>=2022.5
frozendict>=2.3.4
beautifulsoup4>=4.11.1
html5lib>=1.1
peewee>=3.16.2
requests_cache>=1.0
requests_ratelimiter>=0.3.1
scipy>=1.6.3
# curl_cffi 0.14 has major problems, see their Github
curl_cffi>=0.7,<0.14
protobuf>=3.19.0
websockets>=13.0

View File

@@ -59,15 +59,22 @@ setup(
platforms=['any'],
keywords='pandas, yahoo finance, pandas datareader',
packages=find_packages(exclude=['contrib', 'docs', 'tests', 'examples']),
# curl_cffi 0.14 has major problems, see their Github
install_requires=['pandas>=1.3.0', 'numpy>=1.16.5',
'requests>=2.31', 'multitasking>=0.0.7',
'lxml>=4.9.1', 'platformdirs>=2.0.0', 'pytz>=2022.5',
'platformdirs>=2.0.0', 'pytz>=2022.5',
'frozendict>=2.3.4', 'peewee>=3.16.2',
'beautifulsoup4>=4.11.1', 'html5lib>=1.1'],
'beautifulsoup4>=4.11.1', 'curl_cffi>=0.7,<0.14',
'protobuf>=3.19.0', 'websockets>=13.0'],
extras_require={
'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'],
'repair': ['scipy>=1.6.3'],
},
# Include protobuf files for websocket support
package_data={
'yfinance': ['pricing.proto', 'pricing_pb2.py'],
},
include_package_data=True,
# Note: Pandas.read_html() needs html5lib & beautifulsoup4
entry_points={
'console_scripts': [

View File

@@ -5,10 +5,8 @@ import datetime as _dt
import sys
import os
import yfinance
from requests import Session
from requests_cache import CacheMixin, SQLiteCache
from requests_ratelimiter import LimiterMixin, MemoryQueueBucket
from pyrate_limiter import Duration, RequestRate, Limiter
# from requests_ratelimiter import LimiterSession
# from pyrate_limiter import Duration, RequestRate, Limiter
_parent_dp = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
_src_dp = _parent_dp
@@ -27,19 +25,24 @@ if os.path.isdir(testing_cache_dirpath):
import shutil
shutil.rmtree(testing_cache_dirpath)
# Since switching to curl_cffi, the requests_ratelimiter|cache won't work.
session_gbl = None
# Setup a session to rate-limit and cache persistently:
class CachedLimiterSession(CacheMixin, LimiterMixin, Session):
pass
history_rate = RequestRate(1, Duration.SECOND*2)
limiter = Limiter(history_rate)
cache_fp = os.path.join(testing_cache_dirpath, "unittests-cache")
session_gbl = CachedLimiterSession(
limiter=limiter,
bucket_class=MemoryQueueBucket,
backend=SQLiteCache(cache_fp, expire_after=_dt.timedelta(hours=1)),
)
# Use this instead if only want rate-limiting:
# from requests_ratelimiter import LimiterSession
# # Setup a session to only rate-limit
# history_rate = RequestRate(1, Duration.SECOND)
# limiter = Limiter(history_rate)
# session_gbl = LimiterSession(limiter=limiter)
# # Use this instead if you also want caching:
# from requests_cache import CacheMixin, SQLiteCache
# from requests_ratelimiter import LimiterMixin
# from requests import Session
# from pyrate_limiter import MemoryQueueBucket
# class CachedLimiterSession(CacheMixin, LimiterMixin, Session):
# pass
# cache_fp = os.path.join(testing_cache_dirpath, "unittests-cache")
# session_gbl = CachedLimiterSession(
# limiter=limiter,
# bucket_class=MemoryQueueBucket,
# backend=SQLiteCache(cache_fp, expire_after=_dt.timedelta(hours=1)),
# )

View File

@@ -1,37 +0,0 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-05-30 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-05-23 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-05-16 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,532454,0,0
2022-05-09 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-05-02 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-04-25 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-04-18 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-04-11 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-04-04 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-03-28 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-03-21 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-03-14 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-03-07 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-02-28 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-02-21 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-02-14 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-02-07 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-01-31 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-01-24 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-01-17 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-01-10 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2022-01-03 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-12-27 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-12-20 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-12-13 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-12-06 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-11-29 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-11-22 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-11-15 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-11-08 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-11-01 00:00:00+00:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-10-25 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-10-18 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-10-11 00:00:00+01:00,14.5500,14.5500,14.5500,14.5500,14.5500,0,0,0
2021-10-04 00:00:00+01:00,14.8000,15.3400,14.4000,14.5500,14.5500,2171373,0,0
2021-09-27 00:00:00+01:00,15.6000,16.0000,14.9000,15.0500,15.0500,3860549,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-05-30 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
3 2022-05-23 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
4 2022-05-16 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 532454 0 0
5 2022-05-09 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
6 2022-05-02 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
7 2022-04-25 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
8 2022-04-18 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
9 2022-04-11 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
10 2022-04-04 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
11 2022-03-28 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
12 2022-03-21 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
13 2022-03-14 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
14 2022-03-07 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
15 2022-02-28 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
16 2022-02-21 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
17 2022-02-14 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
18 2022-02-07 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
19 2022-01-31 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
20 2022-01-24 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
21 2022-01-17 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
22 2022-01-10 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
23 2022-01-03 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
24 2021-12-27 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
25 2021-12-20 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
26 2021-12-13 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
27 2021-12-06 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
28 2021-11-29 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
29 2021-11-22 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
30 2021-11-15 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
31 2021-11-08 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
32 2021-11-01 00:00:00+00:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
33 2021-10-25 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
34 2021-10-18 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
35 2021-10-11 00:00:00+01:00 14.5500 14.5500 14.5500 14.5500 14.5500 0 0 0
36 2021-10-04 00:00:00+01:00 14.8000 15.3400 14.4000 14.5500 14.5500 2171373 0 0
37 2021-09-27 00:00:00+01:00 15.6000 16.0000 14.9000 15.0500 15.0500 3860549 0 0

View File

@@ -1,37 +0,0 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-05-30 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-23 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-16 00:00:00+01:00,14.550000190734863,14.550000190734863,0.14550000429153442,0.14550000429153442,0.14550000429153442,532454,0.0,0.0
2022-05-09 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-02 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-04-25 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-04-18 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-04-11 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-04-04 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-03-28 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-03-21 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-03-14 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-03-07 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-02-28 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-02-21 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-02-14 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-02-07 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-01-31 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-01-24 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-01-17 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-01-10 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-01-03 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-12-27 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-12-20 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-12-13 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-12-06 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-11-29 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-11-22 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-11-15 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-11-08 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-11-01 00:00:00+00:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-10-25 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-10-18 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-10-11 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2021-10-04 00:00:00+01:00,14.800000190734863,15.34000015258789,0.14399999380111694,0.14550000429153442,0.14550000429153442,2171373,0.0,0.0
2021-09-27 00:00:00+01:00,15.600000381469727,16.0,14.899999618530273,15.050000190734863,15.050000190734863,3860549,0.0,0.0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-05-30 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
3 2022-05-23 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
4 2022-05-16 00:00:00+01:00 14.550000190734863 14.550000190734863 0.14550000429153442 0.14550000429153442 0.14550000429153442 532454 0.0 0.0
5 2022-05-09 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
6 2022-05-02 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
7 2022-04-25 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
8 2022-04-18 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
9 2022-04-11 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
10 2022-04-04 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
11 2022-03-28 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
12 2022-03-21 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
13 2022-03-14 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
14 2022-03-07 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
15 2022-02-28 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
16 2022-02-21 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
17 2022-02-14 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
18 2022-02-07 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
19 2022-01-31 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
20 2022-01-24 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
21 2022-01-17 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
22 2022-01-10 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
23 2022-01-03 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
24 2021-12-27 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
25 2021-12-20 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
26 2021-12-13 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
27 2021-12-06 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
28 2021-11-29 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
29 2021-11-22 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
30 2021-11-15 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
31 2021-11-08 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
32 2021-11-01 00:00:00+00:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
33 2021-10-25 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
34 2021-10-18 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
35 2021-10-11 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
36 2021-10-04 00:00:00+01:00 14.800000190734863 15.34000015258789 0.14399999380111694 0.14550000429153442 0.14550000429153442 2171373 0.0 0.0
37 2021-09-27 00:00:00+01:00 15.600000381469727 16.0 14.899999618530273 15.050000190734863 15.050000190734863 3860549 0.0 0.0

View File

@@ -0,0 +1,503 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains
2024-01-10 00:00:00-05:00,12.147500038147,12.147500038147,12.147500038147,12.147500038147,11.2976727169889,0,0,0,0
2024-01-11 00:00:00-05:00,12.1350002288818,12.1350002288818,12.1350002288818,12.1350002288818,11.2860473822568,0,0,0,0
2024-01-12 00:00:00-05:00,12.1400003433228,12.1400003433228,12.1400003433228,12.1400003433228,11.2906976935409,0,0,0,0
2024-01-16 00:00:00-05:00,11.9300003051758,11.9300003051758,11.9300003051758,11.9300003051758,11.0953890543897,0,0,0,0
2024-01-17 00:00:00-05:00,11.7924995422363,11.7924995422363,11.7924995422363,11.7924995422363,10.9675077114674,0,0,0,0
2024-01-18 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,11.0116852251883,0,0,0,0
2024-01-19 00:00:00-05:00,11.9025001525879,11.9025001525879,11.9025001525879,11.9025001525879,11.0698127858052,0,0,0,0
2024-01-22 00:00:00-05:00,11.9075002670288,11.9075002670288,11.9075002670288,11.9075002670288,11.0744630970893,0,0,0,0
2024-01-23 00:00:00-05:00,11.9224996566772,11.9224996566772,11.9224996566772,11.9224996566772,11.0884131439854,0,0,0,0
2024-01-24 00:00:00-05:00,11.9925003051758,11.9925003051758,11.9925003051758,11.9925003051758,11.1535166150066,0,0,0,0
2024-01-25 00:00:00-05:00,11.9575004577637,11.9575004577637,11.9575004577637,11.9575004577637,11.1209653229741,0,0,0,0
2024-01-26 00:00:00-05:00,12.0325002670288,12.0325002670288,12.0325002670288,12.0325002670288,11.1907182183232,0,0,0,0
2024-01-29 00:00:00-05:00,12.0749998092651,12.0749998092651,12.0749998092651,12.0749998092651,11.2302445338038,0,0,0,0
2024-01-30 00:00:00-05:00,12.0299997329712,12.0299997329712,12.0299997329712,12.0299997329712,11.1883926192031,0,0,0,0
2024-01-31 00:00:00-05:00,11.9324998855591,11.9324998855591,11.9324998855591,11.9324998855591,11.0977137665536,0,0,0,0
2024-02-01 00:00:00-05:00,11.9825000762939,11.9825000762939,11.9825000762939,11.9825000762939,11.1442159924384,0,0,0,0
2024-02-02 00:00:00-05:00,11.9125003814697,11.9125003814697,11.9125003814697,11.9125003814697,11.0791134083734,0,0,0,0
2024-02-05 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,11.0116852251883,0,0,0,0
2024-02-06 00:00:00-05:00,11.9274997711182,11.9274997711182,11.9274997711182,11.9274997711182,11.0930634552695,0,0,0,0
2024-02-07 00:00:00-05:00,11.8699998855591,11.8699998855591,11.8699998855591,11.8699998855591,11.0395862059367,0,0,0,0
2024-02-08 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.9721580227515,0,0,0,0
2024-02-09 00:00:00-05:00,11.8050003051758,11.8050003051758,11.8050003051758,11.8050003051758,10.9791339331558,0,0,0,0
2024-02-12 00:00:00-05:00,11.875,11.875,11.875,11.875,11.0442365172208,0,0,0,0
2024-02-13 00:00:00-05:00,11.727499961853,11.727499961853,11.727499961853,11.727499961853,10.9070554386865,0,0,0,0
2024-02-14 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.9721580227515,0,0,0,0
2024-02-15 00:00:00-05:00,11.9049997329712,11.9049997329712,11.9049997329712,11.9049997329712,11.0721374979692,0,0,0,0
2024-02-16 00:00:00-05:00,11.9624996185303,11.9624996185303,11.9624996185303,11.9624996185303,11.125614747302,0,0,0,0
2024-02-20 00:00:00-05:00,12.0349998474121,12.0349998474121,12.0349998474121,12.0349998474121,11.1930429304872,0,0,0,0
2024-02-21 00:00:00-05:00,12.0550003051758,12.0550003051758,12.0550003051758,12.0550003051758,11.2116441756236,0,0,0,0
2024-02-22 00:00:00-05:00,12.1800003051758,12.1800003051758,12.1800003051758,12.1800003051758,11.3278992968575,0,0,0,0
2024-02-23 00:00:00-05:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.3255736977373,0,0,0,0
2024-02-26 00:00:00-05:00,12.1525001525879,12.1525001525879,12.1525001525879,12.1525001525879,11.302323028273,0,0,0,0
2024-02-27 00:00:00-05:00,12.1724996566772,12.1724996566772,12.1724996566772,12.1724996566772,11.3209233864532,0,0,0,0
2024-02-28 00:00:00-05:00,12.1175003051758,12.1175003051758,12.1175003051758,12.1175003051758,11.2697717362405,0,0,0,0
2024-02-29 00:00:00-05:00,12.0900001525879,12.0900001525879,12.0900001525879,12.0900001525879,11.2441954676561,0,0,0,0
2024-03-01 00:00:00-05:00,12.2150001525879,12.2150001525879,12.2150001525879,12.2150001525879,11.36045058889,0,0,0,0
2024-03-04 00:00:00-05:00,12.1549997329712,12.1549997329712,12.1549997329712,12.1549997329712,11.304647740437,0,0,0,0
2024-03-05 00:00:00-05:00,12.1374998092651,12.1374998092651,12.1374998092651,12.1374998092651,11.2883720944207,0,0,0,0
2024-03-06 00:00:00-05:00,12.2674999237061,12.2674999237061,12.2674999237061,12.2674999237061,11.4092775269387,0,0,0,0
2024-03-07 00:00:00-05:00,12.3699998855591,12.3699998855591,12.3699998855591,12.3699998855591,11.5046066908723,0,0,0,0
2024-03-08 00:00:00-05:00,12.3874998092651,12.3874998092651,12.3874998092651,12.3874998092651,11.5208823368885,0,0,0,0
2024-03-11 00:00:00-04:00,12.4174995422363,12.4174995422363,12.4174995422363,12.4174995422363,11.5487833176369,0,0,0,0
2024-03-12 00:00:00-04:00,12.5299997329712,12.5299997329712,12.5299997329712,12.5299997329712,11.6534131041387,0,0,0,0
2024-03-13 00:00:00-04:00,12.5775003433228,12.5775003433228,12.5775003433228,12.5775003433228,11.6975906178595,0,0,0,0
2024-03-14 00:00:00-04:00,12.4875001907349,12.4875001907349,12.4875001907349,12.4875001907349,11.6138867886581,0,0,0,0
2024-03-15 00:00:00-04:00,12.4549999237061,12.4549999237061,12.4549999237061,12.4549999237061,11.5836602087896,0,0,0,0
2024-03-18 00:00:00-04:00,12.4700002670288,12.4700002670288,12.4700002670288,12.4700002670288,11.5976111426419,0,0,0,0
2024-03-19 00:00:00-04:00,12.477499961853,12.477499961853,12.477499961853,12.477499961853,11.6045861660899,0,0,0,0
2024-03-20 00:00:00-04:00,12.5825004577637,12.5825004577637,12.5825004577637,12.5825004577637,11.7022409291436,0,0,0,0
2024-03-21 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.6952650187394,0,0,0,0
2024-03-22 00:00:00-04:00,12.5325002670288,12.5325002670288,12.5325002670288,12.5325002670288,11.6557387032588,0,0,0,0
2024-03-25 00:00:00-04:00,12.5524997711182,12.5524997711182,12.5524997711182,12.5524997711182,11.674339061439,0,0,0,0
2024-03-26 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.6952650187394,0,0,0,0
2024-03-27 00:00:00-04:00,12.6800003051758,12.6800003051758,12.6800003051758,12.6800003051758,11.7929197817931,0,0,0,0
2024-03-28 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.788269470509,0,0,0,0
2024-04-01 00:00:00-04:00,12.625,12.625,12.625,12.625,11.7417672446242,0,0,0,0
2024-04-02 00:00:00-04:00,12.5874996185303,12.5874996185303,12.5874996185303,12.5874996185303,11.7068903534715,0,0,0,0
2024-04-03 00:00:00-04:00,12.6724996566772,12.6724996566772,12.6724996566772,12.6724996566772,11.7859438713888,0,0,0,0
2024-04-04 00:00:00-04:00,12.6199998855591,12.6199998855591,12.6199998855591,12.6199998855591,11.7371169333401,0,0,0,0
2024-04-05 00:00:00-04:00,12.6225004196167,12.6225004196167,12.6225004196167,12.6225004196167,11.7394425324602,0,0,0,0
2024-04-08 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.788269470509,0,0,0,0
2024-04-09 00:00:00-04:00,12.7124996185303,12.7124996185303,12.7124996185303,12.7124996185303,11.8231454747054,0,0,0,0
2024-04-10 00:00:00-04:00,12.5900001525879,12.5900001525879,12.5900001525879,12.5900001525879,11.7092159525917,0,0,0,0
2024-04-11 00:00:00-04:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.6789893727231,0,0,0,0
2024-04-12 00:00:00-04:00,12.3474998474121,12.3474998474121,12.3474998474121,12.3474998474121,11.4836807335719,0,0,0,0
2024-04-15 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.4209028616709,0,0,0,0
2024-04-16 00:00:00-04:00,12.1625003814697,12.1625003814697,12.1625003814697,12.1625003814697,11.3116236508412,0,0,0,0
2024-04-17 00:00:00-04:00,12.1850004196167,12.1850004196167,12.1850004196167,12.1850004196167,11.3325496081416,0,0,0,0
2024-04-18 00:00:00-04:00,12.1999998092651,12.1999998092651,12.1999998092651,12.1999998092651,11.3464996550377,0,0,0,0
2024-04-19 00:00:00-04:00,12.2349996566772,12.2349996566772,12.2349996566772,12.2349996566772,11.3790509470702,0,0,0,0
2024-04-22 00:00:00-04:00,12.4125003814697,12.4125003814697,12.4125003814697,12.4125003814697,11.544133893309,0,0,0,0
2024-04-23 00:00:00-04:00,12.5124998092651,12.5124998092651,12.5124998092651,12.5124998092651,11.6371374581224,0,0,0,0
2024-04-24 00:00:00-04:00,12.5074996948242,12.5074996948242,12.5074996948242,12.5074996948242,11.6324871468383,0,0,0,0
2024-04-25 00:00:00-04:00,12.5699996948242,12.5699996948242,12.5699996948242,12.5699996948242,11.6906147074553,0,0,0,0
2024-04-26 00:00:00-04:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.732466622056,0,0,0,0
2024-04-29 00:00:00-04:00,12.6999998092651,12.6999998092651,12.6999998092651,12.6999998092651,11.8115201399733,0,0,0,0
2024-04-30 00:00:00-04:00,12.5050001144409,12.5050001144409,12.5050001144409,12.5050001144409,11.6301624346744,0,0,0,0
2024-05-01 00:00:00-04:00,12.4949998855591,12.4949998855591,12.4949998855591,12.4949998855591,11.6208618121062,0,0,0,0
2024-05-02 00:00:00-04:00,12.6674995422363,12.6674995422363,12.6674995422363,12.6674995422363,11.7812935601047,0,0,0,0
2024-05-03 00:00:00-04:00,12.7524995803833,12.7524995803833,12.7524995803833,12.7524995803833,11.860347078022,0,0,0,0
2024-05-06 00:00:00-04:00,12.852499961853,12.852499961853,12.852499961853,12.852499961853,11.9533515297916,0,0,0,0
2024-05-07 00:00:00-04:00,12.914999961853,12.914999961853,12.914999961853,12.914999961853,12.0114790904086,0,0,0,0
2024-05-08 00:00:00-04:00,12.9350004196167,12.9350004196167,12.9350004196167,12.9350004196167,12.030080335545,0,0,0,0
2024-05-09 00:00:00-04:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.1137832777902,0,0,0,0
2024-05-10 00:00:00-04:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,12.1905120835435,0,0,0,0
2024-05-13 00:00:00-04:00,13.1824998855591,13.1824998855591,13.1824998855591,13.1824998855591,12.2602649788926,0,0,0,0
2024-05-14 00:00:00-04:00,13.2399997711182,13.2399997711182,13.2399997711182,13.2399997711182,12.3137422282255,0,0,0,0
2024-05-15 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0
2024-05-16 00:00:00-04:00,13.3500003814697,13.3500003814697,13.3500003814697,13.3500003814697,12.4160473025633,0,0,0,0
2024-05-17 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.4323229485795,0,0,0,0
2024-05-20 00:00:00-04:00,13.397500038147,13.397500038147,13.397500038147,13.397500038147,12.4602239293279,0,0,0,0
2024-05-21 00:00:00-04:00,13.3474998474121,13.3474998474121,13.3474998474121,13.3474998474121,12.4137217034432,0,0,0,0
2024-05-22 00:00:00-04:00,13.2224998474121,13.2224998474121,13.2224998474121,13.2224998474121,12.2974665822092,0,0,0,0
2024-05-23 00:00:00-04:00,13.125,13.125,13.125,13.125,12.2067877295598,0,0,0,0
2024-05-24 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0
2024-05-28 00:00:00-04:00,13.1899995803833,13.1899995803833,13.1899995803833,13.1899995803833,12.2672400023407,0,0,0,0
2024-05-29 00:00:00-04:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.0603060284573,0,0,0,0
2024-05-30 00:00:00-04:00,13.0699996948242,13.0699996948242,13.0699996948242,13.0699996948242,12.1556351923909,0,0,0,0
2024-05-31 00:00:00-04:00,13.1925001144409,13.1925001144409,13.1925001144409,13.1925001144409,12.2695656014608,0,0,0,0
2024-06-03 00:00:00-04:00,13.1774997711182,13.1774997711182,13.1774997711182,13.1774997711182,12.2556146676085,0,0,0,0
2024-06-04 00:00:00-04:00,13.0550003051758,13.0550003051758,13.0550003051758,13.0550003051758,12.1416851454948,0,0,0,0
2024-06-05 00:00:00-04:00,13.1549997329712,13.1549997329712,13.1549997329712,13.1549997329712,12.2346887103082,0,0,0,0
2024-06-06 00:00:00-04:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,12.2742159127449,0,0,0,0
2024-06-07 00:00:00-04:00,13.085000038147,13.085000038147,13.085000038147,13.085000038147,12.1695861262432,0,0,0,0
2024-06-10 00:00:00-04:00,13.039999961853,13.039999961853,13.039999961853,13.039999961853,12.1277342116425,0,0,0,0
2024-06-11 00:00:00-04:00,12.9025001525879,12.9025001525879,12.9025001525879,12.9025001525879,11.9998537556764,0,0,0,0
2024-06-12 00:00:00-04:00,13.0074996948242,13.0074996948242,13.0074996948242,13.0074996948242,12.0975076317739,0,0,0,0
2024-06-13 00:00:00-04:00,12.8275003433228,12.8275003433228,12.8275003433228,12.8275003433228,11.9301008603273,0,0,0,0
2024-06-14 00:00:00-04:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.8161704512574,0,0,0,0
2024-06-17 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.8649973893061,0,0,0,0
2024-06-18 00:00:00-04:00,12.7849998474121,12.7849998474121,12.7849998474121,12.7849998474121,11.8905736578906,0,0,0,0
2024-06-20 00:00:00-04:00,12.8325004577637,12.8325004577637,12.8325004577637,12.8325004577637,11.9347511716114,0,0,0,0
2024-06-21 00:00:00-04:00,12.7200002670288,12.7200002670288,12.7200002670288,12.7200002670288,11.8301213851097,0,0,0,0
2024-06-24 00:00:00-04:00,12.8675003051758,12.8675003051758,12.8675003051758,12.8675003051758,11.9673024636439,0,0,0,0
2024-06-25 00:00:00-04:00,12.8249998092651,12.8249998092651,12.8249998092651,12.8249998092651,11.9277752612072,0,0,0,0
2024-06-26 00:00:00-04:00,12.7399997711182,12.7399997711182,12.7399997711182,12.7399997711182,11.8487217432899,0,0,0,0
2024-06-27 00:00:00-04:00,12.7025003433228,12.7025003433228,12.7025003433228,12.7025003433228,11.8138457390934,0,0,0,0
2024-06-28 00:00:00-04:00,12.6774997711182,12.6774997711182,12.6774997711182,12.6774997711182,11.7905941826729,0,0,0,0
2024-07-01 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.8370964085577,0,0,0,0
2024-07-02 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.8370964085577,0,0,0,0
2024-07-03 00:00:00-04:00,12.8999996185303,12.8999996185303,12.8999996185303,12.8999996185303,11.9975281565563,0,0,0,0
2024-07-05 00:00:00-04:00,12.960000038147,12.960000038147,12.960000038147,12.960000038147,12.0533310050093,0,0,0,0
2024-07-08 00:00:00-04:00,12.9499998092651,12.9499998092651,12.9499998092651,12.9499998092651,12.0440303824411,0,0,0,0
2024-07-09 00:00:00-04:00,12.9075002670288,12.9075002670288,12.9075002670288,12.9075002670288,12.0045040669605,0,0,0,0
2024-07-10 00:00:00-04:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.1509848811068,0,0,0,0
2024-07-11 00:00:00-04:00,13.1724996566772,13.1724996566772,13.1724996566772,13.1724996566772,12.2509643563244,0,0,0,0
2024-07-12 00:00:00-04:00,13.2950000762939,13.2950000762939,13.2950000762939,13.2950000762939,12.3648947653944,0,0,0,0
2024-07-15 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0
2024-07-16 00:00:00-04:00,13.2200002670288,13.2200002670288,13.2200002670288,13.2200002670288,12.2951418700453,0,0,0,0
2024-07-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.3602444541103,0,0,0,0
2024-07-18 00:00:00-04:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,12.2300383990241,0,0,0,0
2024-07-19 00:00:00-04:00,13.0500001907349,13.0500001907349,13.0500001907349,13.0500001907349,12.1370348342107,0,0,0,0
2024-07-22 00:00:00-04:00,13.1949996948242,13.1949996948242,13.1949996948242,13.1949996948242,12.2718903136248,0,0,0,0
2024-07-23 00:00:00-04:00,13.0874996185303,13.0874996185303,13.0874996185303,13.0874996185303,12.1719108384071,0,0,0,0
2024-07-24 00:00:00-04:00,12.9624996185303,12.9624996185303,12.9624996185303,12.9624996185303,12.0556557171732,0,0,0,0
2024-07-25 00:00:00-04:00,12.9300003051758,12.9300003051758,12.9300003051758,12.9300003051758,12.0254300242609,0,0,0,0
2024-07-26 00:00:00-04:00,13.0325002670288,13.0325002670288,13.0325002670288,13.0325002670288,12.1207591881944,0,0,0,0
2024-07-29 00:00:00-04:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.1044835421782,0,0,0,0
2024-07-30 00:00:00-04:00,12.9825000762939,12.9825000762939,12.9825000762939,12.9825000762939,12.0742569623096,0,0,0,0
2024-07-31 00:00:00-04:00,13.0799999237061,13.0799999237061,13.0799999237061,13.0799999237061,12.1649358149591,0,0,0,0
2024-08-01 00:00:00-04:00,12.8299999237061,12.8299999237061,12.8299999237061,12.8299999237061,11.9324255724913,0,0,0,0
2024-08-02 00:00:00-04:00,12.6400003433228,12.6400003433228,12.6400003433228,12.6400003433228,11.7557181784765,0,0,0,0
2024-08-05 00:00:00-04:00,12.3599996566772,12.3599996566772,12.3599996566772,12.3599996566772,11.4953060683041,0,0,0,0
2024-08-06 00:00:00-04:00,12.3649997711182,12.3649997711182,12.3649997711182,12.3649997711182,11.4999563795882,0,0,0,0
2024-08-07 00:00:00-04:00,12.4475002288818,12.4475002288818,12.4475002288818,12.4475002288818,11.5766851853415,0,0,0,0
2024-08-08 00:00:00-04:00,12.6575002670288,12.6575002670288,12.6575002670288,12.6575002670288,11.7719938244927,0,0,0,0
2024-08-09 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.8022195174051,0,0,0,0
2024-08-12 00:00:00-04:00,12.6949996948242,12.6949996948242,12.6949996948242,12.6949996948242,11.8068698286892,0,0,0,0
2024-08-13 00:00:00-04:00,12.8474998474121,12.8474998474121,12.8474998474121,12.8474998474121,11.9487012185075,0,0,0,0
2024-08-14 00:00:00-04:00,12.875,12.875,12.875,12.875,11.974277487092,0,0,0,0
2024-08-15 00:00:00-04:00,13.0450000762939,13.0450000762939,13.0450000762939,13.0450000762939,12.1323845229266,0,0,0,0
2024-08-16 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.216088352128,0,0,0,0
2024-08-19 00:00:00-04:00,13.2849998474121,13.2849998474121,13.2849998474121,13.2849998474121,12.3555941428262,0,0,0,0
2024-08-20 00:00:00-04:00,13.2124996185303,13.2124996185303,13.2124996185303,13.2124996185303,12.2881659596411,0,0,0,0
2024-08-21 00:00:00-04:00,13.2749996185303,13.2749996185303,13.2749996185303,13.2749996185303,12.346293520258,0,0,0,0
2024-08-22 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,12.281190936193,0,0,0,0
2024-08-23 00:00:00-04:00,13.4025001525879,13.4025001525879,13.4025001525879,13.4025001525879,12.464874240612,0,0,0,0
2024-08-26 00:00:00-04:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.4416226841916,0,0,0,0
2024-08-27 00:00:00-04:00,13.4449996948242,13.4449996948242,13.4449996948242,13.4449996948242,12.5044005560926,0,0,0,0
2024-08-28 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0
2024-08-29 00:00:00-04:00,13.4049997329712,13.4049997329712,13.4049997329712,13.4049997329712,12.467198952776,0,0,0,0
2024-08-30 00:00:00-04:00,13.4650001525879,13.4650001525879,13.4650001525879,13.4650001525879,12.523001801229,0,0,0,0
2024-09-03 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.3276931620778,0,0,0,0
2024-09-04 00:00:00-04:00,13.2700004577637,13.2700004577637,13.2700004577637,13.2700004577637,12.3416440959301,0,0,0,0
2024-09-05 00:00:00-04:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.3718697888425,0,0,0,0
2024-09-06 00:00:00-04:00,13.0924997329712,13.0924997329712,13.0924997329712,13.0924997329712,12.1765611496912,0,0,0,0
2024-09-09 00:00:00-04:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,12.2625905780128,0,0,0,0
2024-09-10 00:00:00-04:00,13.1324996948242,13.1324996948242,13.1324996948242,13.1324996948242,12.2137627530078,0,0,0,0
2024-09-11 00:00:00-04:00,13.1599998474121,13.1599998474121,13.1599998474121,13.1599998474121,12.2393390215923,0,0,0,0
2024-09-12 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.3276931620778,0,0,0,0
2024-09-13 00:00:00-04:00,13.3249998092651,13.3249998092651,13.3249998092651,13.3249998092651,12.3927957461428,0,0,0,0
2024-09-16 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.4323229485795,0,0,0,0
2024-09-17 00:00:00-04:00,13.4300003051758,13.4300003051758,13.4300003051758,13.4300003051758,12.4904505091965,0,0,0,0
2024-09-18 00:00:00-04:00,13.4075002670288,13.4075002670288,13.4075002670288,13.4075002670288,12.4695245518961,0,0,0,0
2024-09-19 00:00:00-04:00,13.625,13.625,13.625,13.625,12.6718082144954,0,0,0,0
2024-09-20 00:00:00-04:00,13.5150003433228,13.5150003433228,13.5150003433228,13.5150003433228,12.5695040271138,0,0,0,0
2024-09-23 00:00:00-04:00,13.5574998855591,13.5574998855591,13.5574998855591,13.5574998855591,12.6090303425944,0,0,0,0
2024-09-24 00:00:00-04:00,13.7600002288818,13.7600002288818,13.7600002288818,13.7600002288818,12.7973639582975,0,0,0,0
2024-09-25 00:00:00-04:00,13.6949996948242,13.6949996948242,13.6949996948242,13.6949996948242,12.7369107985604,0,0,0,0
2024-09-26 00:00:00-04:00,14.0024995803833,14.0024995803833,14.0024995803833,14.0024995803833,13.0228982903611,0,0,0,0
2024-09-27 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1763550149116,0,0,0,0
2024-09-30 00:00:00-04:00,13.9425001144409,13.9425001144409,13.9425001144409,13.9425001144409,12.9670963288643,0,0,0,0
2024-10-01 00:00:00-04:00,13.9174995422363,13.9174995422363,13.9174995422363,13.9174995422363,12.9438447724438,0,0,0,0
2024-10-02 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.9787216635964,0,0,0,0
2024-10-03 00:00:00-04:00,13.7950000762939,13.7950000762939,13.7950000762939,13.7950000762939,12.82991525033,0,0,0,0
2024-10-04 00:00:00-04:00,13.9274997711182,13.9274997711182,13.9274997711182,13.9274997711182,12.953145395012,0,0,0,0
2024-10-07 00:00:00-04:00,13.8924999237061,13.8924999237061,13.8924999237061,13.8924999237061,12.9205941029795,0,0,0,0
2024-10-08 00:00:00-04:00,13.7749996185303,13.7749996185303,13.7749996185303,13.7749996185303,12.8113140051936,0,0,0,0
2024-10-09 00:00:00-04:00,13.8125,13.8125,13.8125,13.8125,12.8461908963463,0,0,0,0
2024-10-10 00:00:00-04:00,13.789999961853,13.789999961853,13.789999961853,13.789999961853,12.8252649390459,0,0,0,0
2024-10-11 00:00:00-04:00,13.8199996948242,13.8199996948242,13.8199996948242,13.8199996948242,12.8531659197943,0,0,0,0
2024-10-14 00:00:00-04:00,13.8249998092651,13.8249998092651,13.8249998092651,13.8249998092651,12.8578162310784,0,0,0,0
2024-10-15 00:00:00-04:00,13.6274995803833,13.6274995803833,13.6274995803833,13.6274995803833,12.6741329266594,0,0,0,0
2024-10-16 00:00:00-04:00,13.6674995422363,13.6674995422363,13.6674995422363,13.6674995422363,12.711334529976,0,0,0,0
2024-10-17 00:00:00-04:00,13.6975002288818,13.6975002288818,13.6975002288818,13.6975002288818,12.7392363976806,0,0,0,0
2024-10-18 00:00:00-04:00,13.7875003814697,13.7875003814697,13.7875003814697,13.7875003814697,12.822940226882,0,0,0,0
2024-10-21 00:00:00-04:00,13.664999961853,13.664999961853,13.664999961853,13.664999961853,12.709009817812,0,0,0,0
2024-10-22 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.6601828797633,0,0,0,0
2024-10-23 00:00:00-04:00,13.5299997329712,13.5299997329712,13.5299997329712,13.5299997329712,12.5834540740099,0,0,0,0
2024-10-24 00:00:00-04:00,13.585000038147,13.585000038147,13.585000038147,13.585000038147,12.6346066111788,0,0,0,0
2024-10-25 00:00:00-04:00,13.5625,13.5625,13.5625,13.5625,12.6136806538785,0,0,0,0
2024-10-28 00:00:00-04:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.7159848412601,0,0,0,0
2024-10-29 00:00:00-04:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.6392569224629,0,0,0,0
2024-10-30 00:00:00-04:00,13.4875001907349,13.4875001907349,13.4875001907349,13.4875001907349,12.5439277585293,0,0,0,0
2024-10-31 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.4299973494594,0,0,0,0
2024-11-01 00:00:00-04:00,13.4274997711182,13.4274997711182,13.4274997711182,13.4274997711182,12.4881249100764,0,0,0,0
2024-11-04 00:00:00-05:00,13.4700002670288,13.4700002670288,13.4700002670288,13.4700002670288,12.5276521125131,0,0,0,0
2024-11-05 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.6508822571951,0,0,0,0
2024-11-06 00:00:00-05:00,13.5074996948242,13.5074996948242,13.5074996948242,13.5074996948242,12.5625281167096,0,0,0,0
2024-11-07 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.6508822571951,0,0,0,0
2024-11-08 00:00:00-05:00,13.4525003433228,13.4525003433228,13.4525003433228,13.4525003433228,12.5113764664968,0,0,0,0
2024-11-11 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.5346271359612,0,0,0,0
2024-11-12 00:00:00-05:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,12.2625905780128,0,0,0,0
2024-11-13 00:00:00-05:00,13.1199998855591,13.1199998855591,13.1199998855591,13.1199998855591,12.2021374182757,0,0,0,0
2024-11-14 00:00:00-05:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,12.2300383990241,0,0,0,0
2024-11-15 00:00:00-05:00,13.1175003051758,13.1175003051758,13.1175003051758,13.1175003051758,12.1998127061117,0,0,0,0
2024-11-18 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,12.2835165353131,0,0,0,0
2024-11-19 00:00:00-05:00,13.1625003814697,13.1625003814697,13.1625003814697,13.1625003814697,12.2416646207124,0,0,0,0
2024-11-20 00:00:00-05:00,13.125,13.125,13.125,13.125,12.2067877295598,0,0,0,0
2024-11-21 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,12.2044630173958,0,0,0,0
2024-11-22 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,12.2044630173958,0,0,0,0
2024-11-25 00:00:00-05:00,13.210000038147,13.210000038147,13.210000038147,13.210000038147,12.2858412474771,0,0,0,0
2024-11-26 00:00:00-05:00,13.1099996566772,13.1099996566772,13.1099996566772,13.1099996566772,12.1928367957075,0,0,0,0
2024-11-27 00:00:00-05:00,13.164999961853,13.164999961853,13.164999961853,13.164999961853,12.2439893328764,0,0,0,0
2024-11-29 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,12.2835165353131,0,0,0,0
2024-12-02 00:00:00-05:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,12.2742159127449,0,0,0,0
2024-12-03 00:00:00-05:00,13.2650003433228,13.2650003433228,13.2650003433228,13.2650003433228,12.336993784646,0,0,0,0
2024-12-04 00:00:00-05:00,13.25,13.25,13.25,13.25,12.3230428507937,0,0,0,0
2024-12-05 00:00:00-05:00,13.3824996948242,13.3824996948242,13.3824996948242,13.3824996948242,12.4462729954757,0,0,0,0
2024-12-06 00:00:00-05:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.4416226841916,0,0,0,0
2024-12-09 00:00:00-05:00,13.4425001144409,13.4425001144409,13.4425001144409,13.4425001144409,12.5020758439286,0,0,0,0
2024-12-10 00:00:00-05:00,13.3175001144409,13.3175001144409,13.3175001144409,13.3175001144409,12.3858207226947,0,0,0,0
2024-12-11 00:00:00-05:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.3718697888425,0,0,0,0
2024-12-12 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.3346681855259,0,0,0,0
2024-12-13 00:00:00-05:00,13.1875,13.1875,13.1875,13.1875,12.2649152901767,0,0,0,0
2024-12-16 00:00:00-05:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,12.1905120835435,0,0,0,0
2024-12-17 00:00:00-05:00,13.0349998474121,13.0349998474121,13.0349998474121,13.0349998474121,12.1230839003584,0,0,0,0
2024-12-18 00:00:00-05:00,12.4525003433228,12.4525003433228,12.4525003433228,12.4525003433228,11.8364989993296,0,0.281,0,0
2024-12-19 00:00:00-05:00,12.3850002288818,12.3850002288818,12.3850002288818,12.3850002288818,11.7723379862795,0,0,0,0
2024-12-20 00:00:00-05:00,12.4250001907349,12.4250001907349,12.4250001907349,12.4250001907349,11.8103592266242,0,0,0,0
2024-12-23 00:00:00-05:00,12.5024995803833,12.5024995803833,12.5024995803833,12.5024995803833,11.8840248698871,0,0,0,0
2024-12-24 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.9149174109478,0,0,0,0
2024-12-26 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.9149174109478,0,0,0,0
2024-12-27 00:00:00-05:00,12.5450000762939,12.5450000762939,12.5450000762939,12.5450000762939,11.9244229476585,0,0,0,0
2024-12-30 00:00:00-05:00,12.4825000762939,12.4825000762939,12.4825000762939,12.4825000762939,11.8650147029637,0,0,0,0
2024-12-31 00:00:00-05:00,12.4750003814697,12.4750003814697,12.4750003814697,12.4750003814697,11.8578860036797,0,0,0,0
2025-01-02 00:00:00-05:00,12.4300003051758,12.4300003051758,12.4300003051758,12.4300003051758,11.8151119949796,0,0,0,0
2025-01-03 00:00:00-05:00,12.4624996185303,12.4624996185303,12.4624996185303,12.4624996185303,11.8460036295424,0,0,0,0
2025-01-06 00:00:00-05:00,12.602499961853,12.602499961853,12.602499961853,12.602499961853,11.979078423998,0,0,0,0
2025-01-07 00:00:00-05:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.9909598916373,0,0,0,0
2025-01-08 00:00:00-05:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.9363044152979,0,0,0,0
2025-01-10 00:00:00-05:00,12.3299999237061,12.3299999237061,12.3299999237061,12.3299999237061,11.7200584408688,0,0,0,0
2025-01-13 00:00:00-05:00,12.3024997711182,12.3024997711182,12.3024997711182,12.3024997711182,11.6939186681634,0,0,0,0
2025-01-14 00:00:00-05:00,12.3800001144409,12.3800001144409,12.3800001144409,12.3800001144409,11.7675852179242,0,0,0,0
2025-01-15 00:00:00-05:00,12.539999961853,12.539999961853,12.539999961853,12.539999961853,11.9196701793032,0,0,0,0
2025-01-16 00:00:00-05:00,12.6125001907349,12.6125001907349,12.6125001907349,12.6125001907349,11.9885839607086,0,0,0,0
2025-01-17 00:00:00-05:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,12.0765079090375,0,0,0,0
2025-01-21 00:00:00-05:00,12.8625001907349,12.8625001907349,12.8625001907349,12.8625001907349,12.2262169394878,0,0,0,0
2025-01-22 00:00:00-05:00,12.8725004196167,12.8725004196167,12.8725004196167,12.8725004196167,12.2357224761984,0,0,0,0
2025-01-23 00:00:00-05:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.3260223554561,0,0,0,0
2025-01-24 00:00:00-05:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.3806778317955,0,0,0,0
2025-01-27 00:00:00-05:00,13.0024995803833,13.0024995803833,13.0024995803833,13.0024995803833,12.3592908274455,0,0,0,0
2025-01-28 00:00:00-05:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.3711732015827,0,0,0,0
2025-01-29 00:00:00-05:00,13.0200004577637,13.0200004577637,13.0200004577637,13.0200004577637,12.3759259699381,0,0,0,0
2025-01-30 00:00:00-05:00,13.1525001525879,13.1525001525879,13.1525001525879,13.1525001525879,12.5018711586117,0,0,0,0
2025-01-31 00:00:00-05:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.4186990721403,0,0,0,0
2025-02-03 00:00:00-05:00,12.8924999237061,12.8924999237061,12.8924999237061,12.8924999237061,12.2547326431219,0,0,0,0
2025-02-04 00:00:00-05:00,13.0600004196167,13.0600004196167,13.0600004196167,13.0600004196167,12.4139472102828,0,0,0,0
2025-02-05 00:00:00-05:00,13.1999998092651,13.1999998092651,13.1999998092651,13.1999998092651,12.5470210982405,0,0,0,0
2025-02-06 00:00:00-05:00,13.352499961853,13.352499961853,13.352499961853,13.352499961853,12.6919773603355,0,0,0,0
2025-02-07 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.6064293429353,0,0,0,0
2025-02-10 00:00:00-05:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.7062356654015,0,0,0,0
2025-02-11 00:00:00-05:00,13.3950004577637,13.3950004577637,13.3950004577637,13.3950004577637,12.7323754381068,0,0,0,0
2025-02-12 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.8107938497251,0,0,0,0
2025-02-13 00:00:00-05:00,13.5924997329712,13.5924997329712,13.5924997329712,13.5924997329712,12.920104802404,0,0,0,0
2025-02-14 00:00:00-05:00,13.6374998092651,13.6374998092651,13.6374998092651,13.6374998092651,12.9628788111041,0,0,0,0
2025-02-18 00:00:00-05:00,13.7425003051758,13.7425003051758,13.7425003051758,13.7425003051758,13.0626851335702,0,0,0,0
2025-02-19 00:00:00-05:00,13.6049995422363,13.6049995422363,13.6049995422363,13.6049995422363,12.9319862700434,0,0,0,0
2025-02-20 00:00:00-05:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.9961472830935,0,0,0,0
2025-02-21 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.9723843478147,0,0,0,0
2025-02-24 00:00:00-05:00,13.5349998474121,13.5349998474121,13.5349998474121,13.5349998474121,12.8654493260645,0,0,0,0
2025-02-25 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.9723843478147,0,0,0,0
2025-02-26 00:00:00-05:00,13.7299995422363,13.7299995422363,13.7299995422363,13.7299995422363,13.0508027594329,0,0,0,0
2025-02-27 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.9177288714753,0,0,0,0
2025-02-28 00:00:00-05:00,13.6549997329712,13.6549997329712,13.6549997329712,13.6549997329712,12.9795130470988,0,0,0,0
2025-03-03 00:00:00-05:00,13.6700000762939,13.6700000762939,13.6700000762939,13.6700000762939,12.9937713521648,0,0,0,0
2025-03-04 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.9177288714753,0,0,0,0
2025-03-05 00:00:00-05:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0
2025-03-06 00:00:00-05:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,13.274178339644,0,0,0,0
2025-03-07 00:00:00-05:00,14.0675001144409,14.0675001144409,14.0675001144409,14.0675001144409,13.3716078246835,0,0,0,0
2025-03-10 00:00:00-04:00,13.7775001525879,13.7775001525879,13.7775001525879,13.7775001525879,13.0959536055596,0,0,0,0
2025-03-11 00:00:00-04:00,13.710000038147,13.710000038147,13.710000038147,13.710000038147,13.0317925925095,0,0,0,0
2025-03-12 00:00:00-04:00,13.7674999237061,13.7674999237061,13.7674999237061,13.7674999237061,13.086448068849,0,0,0,0
2025-03-13 00:00:00-04:00,13.6875,13.6875,13.6875,13.6875,13.0104055881595,0,0,0,0
2025-03-14 00:00:00-04:00,13.9350004196167,13.9350004196167,13.9350004196167,13.9350004196167,13.2456626360099,0,0,0,0
2025-03-17 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.4666604722965,0,0,0,0
2025-03-18 00:00:00-04:00,14.2124996185303,14.2124996185303,14.2124996185303,14.2124996185303,13.5094344809966,0,0,0,0
2025-03-19 00:00:00-04:00,14.227499961853,14.227499961853,14.227499961853,14.227499961853,13.5236927860626,0,0,0,0
2025-03-20 00:00:00-04:00,14.1149997711182,14.1149997711182,14.1149997711182,14.1149997711182,13.4167577643124,0,0,0,0
2025-03-21 00:00:00-04:00,14.0124998092651,14.0124998092651,14.0124998092651,14.0124998092651,13.3193282792728,0,0,0,0
2025-03-24 00:00:00-04:00,14.0150003433228,14.0150003433228,14.0150003433228,14.0150003433228,13.3217051166994,0,0,0,0
2025-03-25 00:00:00-04:00,14.0775003433228,14.0775003433228,14.0775003433228,14.0775003433228,13.3811133613942,0,0,0,0
2025-03-26 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0
2025-03-27 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,13.2646728029333,0,0,0,0
2025-03-28 00:00:00-04:00,13.8000001907349,13.8000001907349,13.8000001907349,13.8000001907349,13.1173406099097,0,0,0,0
2025-03-31 00:00:00-04:00,13.6824998855591,13.6824998855591,13.6824998855591,13.6824998855591,13.0056528198041,0,0,0,0
2025-04-01 00:00:00-04:00,13.727499961853,13.727499961853,13.727499961853,13.727499961853,13.0484268285042,0,0,0,0
2025-04-02 00:00:00-04:00,13.7475004196167,13.7475004196167,13.7475004196167,13.7475004196167,13.0674379019255,0,0,0,0
2025-04-03 00:00:00-04:00,13.4674997329712,13.4674997329712,13.4674997329712,13.4674997329712,12.8012883130144,0,0,0,0
2025-04-04 00:00:00-04:00,12.6424999237061,12.6424999237061,12.6424999237061,12.6424999237061,12.0170996643427,0,0,0,0
2025-04-07 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.6725316638133,0,0,0,0
2025-04-08 00:00:00-04:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.5751021787738,0,0,0,0
2025-04-09 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,12.1264106170216,0,0,0,0
2025-04-10 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,12.0622496039715,0,0,0,0
2025-04-11 00:00:00-04:00,12.9399995803833,12.9399995803833,12.9399995803833,12.9399995803833,12.2998825827507,0,0,0,0
2025-04-14 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.485236922617,0,0,0,0
2025-04-15 00:00:00-04:00,13.2425003051758,13.2425003051758,13.2425003051758,13.2425003051758,12.5874191760119,0,0,0,0
2025-04-16 00:00:00-04:00,13.1674995422363,13.1674995422363,13.1674995422363,13.1674995422363,12.5161285571798,0,0,0,0
2025-04-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.6325691156407,0,0,0,0
2025-04-21 00:00:00-04:00,13.2174997329712,13.2174997329712,13.2174997329712,13.2174997329712,12.5636553342352,0,0,0,0
2025-04-22 00:00:00-04:00,13.4949998855591,13.4949998855591,13.4949998855591,13.4949998855591,12.8274280857198,0,0,0,0
2025-04-23 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.9391158758253,0,0,0,0
2025-04-24 00:00:00-04:00,13.7924995422363,13.7924995422363,13.7924995422363,13.7924995422363,13.1102110041277,0,0,0,0
2025-04-25 00:00:00-04:00,13.835000038147,13.835000038147,13.835000038147,13.835000038147,13.1506090818991,0,0,0,0
2025-04-28 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,13.26704964036,0,0,0,0
2025-04-29 00:00:00-04:00,13.9624996185303,13.9624996185303,13.9624996185303,13.9624996185303,13.2718015022174,0,0,0,0
2025-04-30 00:00:00-04:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,13.274178339644,0,0,0,0
2025-05-01 00:00:00-04:00,13.9399995803833,13.9399995803833,13.9399995803833,13.9399995803833,13.2504144978674,0,0,0,0
2025-05-02 00:00:00-04:00,14.1549997329712,14.1549997329712,14.1549997329712,14.1549997329712,13.4547790046571,0,0,0,0
2025-05-05 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.4666604722965,0,0,0,0
2025-05-06 00:00:00-04:00,14.2049999237061,14.2049999237061,14.2049999237061,14.2049999237061,13.5023057817125,0,0,0,0
2025-05-07 00:00:00-04:00,14.1125001907349,14.1125001907349,14.1125001907349,14.1125001907349,13.4143818333836,0,0,0,0
2025-05-08 00:00:00-04:00,14.1199998855591,14.1199998855591,14.1199998855591,14.1199998855591,13.4215105326677,0,0,0,0
2025-05-09 00:00:00-04:00,14.2399997711182,14.2399997711182,14.2399997711182,14.2399997711182,13.5355742537019,0,0,0,0
2025-05-12 00:00:00-04:00,14.4324998855591,14.4324998855591,14.4324998855591,14.4324998855591,13.7185517561416,0,0,0,0
2025-05-13 00:00:00-04:00,14.4849996566772,14.4849996566772,14.4849996566772,14.4849996566772,13.7684544641258,0,0,0,0
2025-05-14 00:00:00-04:00,14.4700002670288,14.4700002670288,14.4700002670288,14.4700002670288,13.7541970655577,0,0,0,0
2025-05-15 00:00:00-04:00,14.5524997711182,14.5524997711182,14.5524997711182,14.5524997711182,13.8326154771759,0,0,0,0
2025-05-16 00:00:00-04:00,14.6000003814697,14.6000003814697,14.6000003814697,14.6000003814697,13.8777663233026,0,0,0,0
2025-05-19 00:00:00-04:00,14.710000038147,14.710000038147,14.710000038147,14.710000038147,13.9823245076262,0,0,0,0
2025-05-20 00:00:00-04:00,14.772500038147,14.772500038147,14.772500038147,14.772500038147,14.041732752321,0,0,0,0
2025-05-21 00:00:00-04:00,14.6925001144409,14.6925001144409,14.6925001144409,14.6925001144409,13.9656902716315,0,0,0,0
2025-05-22 00:00:00-04:00,14.6899995803833,14.6899995803833,14.6899995803833,14.6899995803833,13.9633134342049,0,0,0,0
2025-05-23 00:00:00-04:00,14.7075004577637,14.7075004577637,14.7075004577637,14.7075004577637,13.9799485766975,0,0,0,0
2025-05-27 00:00:00-04:00,14.8649997711182,14.8649997711182,14.8649997711182,14.8649997711182,14.1296567006499,0,0,0,0
2025-05-28 00:00:00-04:00,14.7174997329712,14.7174997329712,14.7174997329712,14.7174997329712,13.9894532069102,0,0,0,0
2025-05-29 00:00:00-04:00,14.8199996948242,14.8199996948242,14.8199996948242,14.8199996948242,14.0868826919498,0,0,0,0
2025-05-30 00:00:00-04:00,14.7799997329712,14.7799997329712,14.7799997329712,14.7799997329712,14.048861451605,0,0,0,0
2025-06-02 00:00:00-04:00,14.8950004577637,14.8950004577637,14.8950004577637,14.8950004577637,14.1581733107818,0,0,0,0
2025-06-03 00:00:00-04:00,14.8450002670288,14.8450002670288,14.8450002670288,14.8450002670288,14.1106465337264,0,0,0,0
2025-06-04 00:00:00-04:00,14.9300003051758,14.9300003051758,14.9300003051758,14.9300003051758,14.1914417827713,0,0,0,0
2025-06-05 00:00:00-04:00,14.9700002670288,14.9700002670288,14.9700002670288,14.9700002670288,14.229463023116,0,0,0,0
2025-06-06 00:00:00-04:00,15.0275001525879,15.0275001525879,15.0275001525879,15.0275001525879,14.2841184994555,0,0,0,0
2025-06-09 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,14.3316452765109,0,0,0,0
2025-06-10 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,14.3316452765109,0,0,0,0
2025-06-11 00:00:00-04:00,15.1300001144409,15.1300001144409,15.1300001144409,15.1300001144409,14.381547984495,0,0,0,0
2025-06-12 00:00:00-04:00,15.1925001144409,15.1925001144409,15.1925001144409,15.1925001144409,14.4409562291898,0,0,0,0
2025-06-13 00:00:00-04:00,14.9899997711182,14.9899997711182,14.9899997711182,14.9899997711182,14.2484731900394,0,0,0,0
2025-06-16 00:00:00-04:00,15.1149997711182,15.1149997711182,15.1149997711182,15.1149997711182,14.367289679429,0,0,0,0
2025-06-17 00:00:00-04:00,14.960000038147,14.960000038147,14.960000038147,14.960000038147,14.2199574864054,0,0,0,0
2025-06-18 00:00:00-04:00,14.897500038147,14.897500038147,14.897500038147,14.897500038147,14.1605492417106,0,0,0,0
2025-06-20 00:00:00-04:00,14.7974996566772,14.7974996566772,14.7974996566772,14.7974996566772,14.0654956875997,0,0,0,0
2025-06-23 00:00:00-04:00,14.8675003051758,14.8675003051758,14.8675003051758,14.8675003051758,14.1320335380765,0,0,0,0
2025-06-24 00:00:00-04:00,15.0900001525879,15.0900001525879,15.0900001525879,15.0900001525879,14.3435267441503,0,0,0,0
2025-06-25 00:00:00-04:00,15.0249996185303,15.0249996185303,15.0249996185303,15.0249996185303,14.2817416620289,0,0,0,0
2025-06-26 00:00:00-04:00,15.1424999237061,15.1424999237061,15.1424999237061,15.1424999237061,14.3934294521344,0,0,0,0
2025-06-27 00:00:00-04:00,15.2650003433228,15.2650003433228,15.2650003433228,15.2650003433228,14.5098700105953,0,0,0,0
2025-06-30 00:00:00-04:00,15.2674999237061,15.2674999237061,15.2674999237061,15.2674999237061,14.512245941524,0,0,0,0
2025-07-01 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.5573958811528,0,0,0,0
2025-07-02 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.6239337316295,0,0,0,0
2025-07-03 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.6239337316295,0,0,0,0
2025-07-07 00:00:00-04:00,15.2600002288818,15.2600002288818,15.2600002288818,15.2600002288818,14.5051172422399,0,0,0,0
2025-07-08 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.5787828855028,0,0,0,0
2025-07-09 00:00:00-04:00,15.3800001144409,15.3800001144409,15.3800001144409,15.3800001144409,14.6191809632742,0,0,0,0
2025-07-10 00:00:00-04:00,15.4300003051758,15.4300003051758,15.4300003051758,15.4300003051758,14.6667077403296,0,0,0,0
2025-07-11 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.5573958811528,0,0,0,0
2025-07-14 00:00:00-04:00,15.2875003814697,15.2875003814697,15.2875003814697,15.2875003814697,14.5312570149453,0,0,0,0
2025-07-15 00:00:00-04:00,15.2299995422363,15.2299995422363,15.2299995422363,15.2299995422363,14.476600632108,0,0,0,0
2025-07-16 00:00:00-04:00,15.2700004577637,15.2700004577637,15.2700004577637,15.2700004577637,14.5146227789506,0,0,0,0
2025-07-17 00:00:00-04:00,15.3125,15.3125,15.3125,15.3125,14.5550199502241,0,0,0,0
2025-07-18 00:00:00-04:00,15.3199996948242,15.3199996948242,15.3199996948242,15.3199996948242,14.5621486495081,0,0,0,0
2025-07-21 00:00:00-04:00,15.3774995803833,15.3774995803833,15.3774995803833,15.3774995803833,14.6168041258476,0,0,0,0
2025-07-22 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.6714605086849,0,0,0,0
2025-07-23 00:00:00-04:00,15.6975002288818,15.6975002288818,15.6975002288818,15.6975002288818,14.9209749551035,0,0,0,0
2025-07-24 00:00:00-04:00,15.7174997329712,15.7174997329712,15.7174997329712,15.7174997329712,14.9399851220269,0,0,0,0
2025-07-25 00:00:00-04:00,15.6674995422363,15.6674995422363,15.6674995422363,15.6674995422363,14.8924583449715,0,0,0,0
2025-07-28 00:00:00-04:00,15.539999961853,15.539999961853,15.539999961853,15.539999961853,14.7712659246532,0,0,0,0
2025-07-29 00:00:00-04:00,15.5200004577637,15.5200004577637,15.5200004577637,15.5200004577637,14.7522557577298,0,0,0,0
2025-07-30 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.6714605086849,0,0,0,0
2025-07-31 00:00:00-04:00,15.2624998092651,15.2624998092651,15.2624998092651,15.2624998092651,14.5074931731687,0,0,0,0
2025-08-01 00:00:00-04:00,15.1774997711182,15.1774997711182,15.1774997711182,15.1774997711182,14.4266979241238,0,0,0,0
2025-08-04 00:00:00-04:00,15.3424997329712,15.3424997329712,15.3424997329712,15.3424997329712,14.5835356538582,0,0,0,0
2025-08-05 00:00:00-04:00,15.352499961853,15.352499961853,15.352499961853,15.352499961853,14.5930411905688,0,0,0,0
2025-08-06 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.5787828855028,0,0,0,0
2025-08-07 00:00:00-04:00,15.4875001907349,15.4875001907349,15.4875001907349,15.4875001907349,14.7213632166691,0,0,0,0
2025-08-08 00:00:00-04:00,15.5299997329712,15.5299997329712,15.5299997329712,15.5299997329712,14.7617603879425,0,0,0,0
2025-08-11 00:00:00-04:00,15.5100002288818,15.5100002288818,15.5100002288818,15.5100002288818,14.7427502210191,0,0,0,0
2025-08-12 00:00:00-04:00,15.6925001144409,15.6925001144409,15.6925001144409,15.6925001144409,14.9162221867481,0,0,0,0
2025-08-13 00:00:00-04:00,15.8299999237061,15.8299999237061,15.8299999237061,15.8299999237061,15.0469201437771,0,0,0,0
2025-08-14 00:00:00-04:00,15.7775001525879,15.7775001525879,15.7775001525879,15.7775001525879,14.997017435793,0,0,0,0
2025-08-15 00:00:00-04:00,15.835000038147,15.835000038147,15.835000038147,15.835000038147,15.0516729121324,0,0,0,0
2025-08-18 00:00:00-04:00,15.8100004196167,15.8100004196167,15.8100004196167,15.8100004196167,15.0279099768537,0,0,0,0
2025-08-19 00:00:00-04:00,15.8575000762939,15.8575000762939,15.8575000762939,15.8575000762939,15.0730599164825,0,0,0,0
2025-08-20 00:00:00-04:00,15.8824996948242,15.8824996948242,15.8824996948242,15.8824996948242,15.0968228517612,0,0,0,0
2025-08-21 00:00:00-04:00,15.8549995422363,15.8549995422363,15.8549995422363,15.8549995422363,15.0706830790559,0,0,0,0
2025-08-22 00:00:00-04:00,16.0849990844727,16.0849990844727,16.0849990844727,16.0849990844727,15.2893049844137,0,0,0,0
2025-08-25 00:00:00-04:00,15.9624996185303,15.9624996185303,15.9624996185303,15.9624996185303,15.1728653324508,0,0,0,0
2025-08-26 00:00:00-04:00,15.8924999237061,15.8924999237061,15.8924999237061,15.8924999237061,15.1063283884719,0,0,0,0
2025-08-27 00:00:00-04:00,15.8800001144409,15.8800001144409,15.8800001144409,15.8800001144409,15.0944469208325,0,0,0,0
2025-08-28 00:00:00-04:00,15.9099998474121,15.9099998474121,15.9099998474121,15.9099998474121,15.1229626244666,0,0,0,0
2025-08-29 00:00:00-04:00,15.8900003433228,15.8900003433228,15.8900003433228,15.8900003433228,15.1039524575432,0,0,0,0
2025-09-02 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.9756304314429,0,0,0,0
2025-09-03 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.9756304314429,0,0,0,0
2025-09-04 00:00:00-04:00,15.7849998474121,15.7849998474121,15.7849998474121,15.7849998474121,15.004146135077,0,0,0,0
2025-09-05 00:00:00-04:00,15.9250001907349,15.9250001907349,15.9250001907349,15.9250001907349,15.1372209295326,0,0,0,0
2025-09-08 00:00:00-04:00,16.0249996185303,16.0249996185303,16.0249996185303,16.0249996185303,15.2322735771455,0,0,0,0
2025-09-09 00:00:00-04:00,16.0575008392334,16.0575008392334,16.0575008392334,16.0575008392334,15.2631670247041,0,0,0,0
2025-09-10 00:00:00-04:00,16.0750007629395,16.0750007629395,16.0750007629395,16.0750007629395,15.2798012606988,0,0,0,0
2025-09-11 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.4841657674886,0,0,0,0
2025-09-12 00:00:00-04:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.4271325472246,0,0,0,0
2025-09-15 00:00:00-04:00,16.3075008392334,16.3075008392334,16.3075008392334,16.3075008392334,15.5008000034833,0,0,0,0
2025-09-16 00:00:00-04:00,16.3024997711182,16.3024997711182,16.3024997711182,16.3024997711182,15.4960463286301,0,0,0,0
2025-09-17 00:00:00-04:00,16.3474998474121,16.3474998474121,16.3474998474121,16.3474998474121,15.5388203373302,0,0,0,0
2025-09-18 00:00:00-04:00,16.3125,16.3125,16.3125,16.3125,15.5055518653407,0,0,0,0
2025-09-19 00:00:00-04:00,16.2749996185303,16.2749996185303,16.2749996185303,16.2749996185303,15.4699065559247,0,0,0,0
2025-09-22 00:00:00-04:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.5126805646248,0,0,0,0
2025-09-23 00:00:00-04:00,16.3250007629395,16.3250007629395,16.3250007629395,16.3250007629395,15.517434239478,0,0,0,0
2025-09-24 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.4841657674886,0,0,0,0
2025-09-25 00:00:00-04:00,16.1324996948242,16.1324996948242,16.1324996948242,16.1324996948242,15.3344558305404,0,0,0,0
2025-09-26 00:00:00-04:00,16.2124996185303,16.2124996185303,16.2124996185303,16.2124996185303,15.4104983112299,0,0,0,0
2025-09-29 00:00:00-04:00,16.3274993896484,16.3274993896484,16.3274993896484,16.3274993896484,15.5198092639088,0,0,0,0
2025-09-30 00:00:00-04:00,16.4500007629395,16.4500007629395,16.4500007629395,16.4500007629395,15.6362507288676,0,0,0,0
2025-10-01 00:00:00-04:00,16.5550003051758,16.5550003051758,16.5550003051758,16.5550003051758,15.7360561448359,0,0,0,0
2025-10-02 00:00:00-04:00,16.5349998474121,16.5349998474121,16.5349998474121,16.5349998474121,15.7170450714145,0,0,0,0
2025-10-03 00:00:00-04:00,16.625,16.625,16.625,16.625,15.8025930888147,0,0,0,0
2025-10-06 00:00:00-04:00,16.6224994659424,16.6224994659424,16.6224994659424,16.6224994659424,15.8002162513881,0,0,0,0
2025-10-07 00:00:00-04:00,16.4825000762939,16.4825000762939,16.4825000762939,16.4825000762939,15.6671423634304,0,0,0,0
2025-10-08 00:00:00-04:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,15.7122932095571,0,0,0,0
2025-10-09 00:00:00-04:00,16.4274997711182,16.4274997711182,16.4274997711182,16.4274997711182,15.6148628180197,0,0,0,0
2025-10-10 00:00:00-04:00,16.1149997711182,16.1149997711182,16.1149997711182,16.1149997711182,15.3178215945457,0,0,0,0
2025-10-13 00:00:00-04:00,16.2775001525879,16.2775001525879,16.2775001525879,16.2775001525879,15.4722833933513,0,0,0,0
2025-10-14 00:00:00-04:00,16.2975006103516,16.2975006103516,16.2975006103516,16.2975006103516,15.4912944667726,0,0,0,0
2025-10-15 00:00:00-04:00,16.3675003051758,16.3675003051758,16.3675003051758,16.3675003051758,15.5578314107515,0,0,0,0
2025-10-16 00:00:00-04:00,16.3875007629395,16.3875007629395,16.3875007629395,16.3875007629395,15.5768424841728,0,0,0,0
2025-10-17 00:00:00-04:00,16.3999996185303,16.3999996185303,16.3999996185303,16.3999996185303,15.5887230453143,0,0,0,0
2025-10-20 00:00:00-04:00,16.4750003814697,16.4750003814697,16.4750003814697,16.4750003814697,15.6600136641463,0,0,0,0
2025-10-21 00:00:00-04:00,16.4099998474121,16.4099998474121,16.4099998474121,16.4099998474121,15.598228582025,0,0,0,0
2025-10-22 00:00:00-04:00,16.4074993133545,16.4074993133545,16.4074993133545,16.4074993133545,15.5958517445984,0,0,0,0
2025-10-23 00:00:00-04:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,15.6457544525825,0,0,0,0
2025-10-24 00:00:00-04:00,16.5025005340576,16.5025005340576,16.5025005340576,16.5025005340576,15.6861534368517,0,0,0,0
2025-10-27 00:00:00-04:00,16.6000003814697,16.6000003814697,16.6000003814697,16.6000003814697,15.7788301535359,0,0,4,0
2025-10-28 00:00:00-04:00,16.5599994659424,16.5599994659424,16.5599994659424,16.5599994659424,15.7408080066933,0,0,0,0
2025-10-29 00:00:00-04:00,16.5900001525879,16.5900001525879,16.5900001525879,16.5900001525879,15.7693246168253,0,0,0,0
2025-10-30 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0
2025-10-31 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0
2025-11-03 00:00:00-05:00,16.4300003051758,16.4300003051758,16.4300003051758,16.4300003051758,15.6172396554463,0,0,0,0
2025-11-04 00:00:00-05:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.5126805646248,0,0,0,0
2025-11-05 00:00:00-05:00,16.3899993896484,16.3899993896484,16.3899993896484,16.3899993896484,15.5792175086036,0,0,0,0
2025-11-06 00:00:00-05:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.6267451921569,0,0,0,0
2025-11-07 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.6742710627145,0,0,0,0
2025-11-10 00:00:00-05:00,16.6800003051758,16.6800003051758,16.6800003051758,16.6800003051758,15.8548726342254,0,0,0,0
2025-11-11 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,16.0069575956044,0,0,0,0
2025-11-12 00:00:00-05:00,16.9599990844727,16.9599990844727,16.9599990844727,16.9599990844727,16.1210204101408,0,0,0,0
2025-11-13 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.9879465221831,0,0,0,0
2025-11-14 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.8358615608041,0,0,0,0
2025-11-17 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.6742710627145,0,0,0,0
2025-11-18 00:00:00-05:00,16.3299999237061,16.3299999237061,16.3299999237061,16.3299999237061,15.5221861013354,0,0,0,0
2025-11-19 00:00:00-05:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.4271325472246,0,0,0,0
2025-11-20 00:00:00-05:00,16.0699996948242,16.0699996948242,16.0699996948242,16.0699996948242,15.2750475858456,0,0,0,0
2025-11-21 00:00:00-05:00,16.25,16.25,16.25,16.25,15.4461436206459,0,0,0,0
2025-11-24 00:00:00-05:00,16.3099994659424,16.3099994659424,16.3099994659424,16.3099994659424,15.5031750279141,0,0,0,0
2025-11-25 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,15.6932821361358,0,0,0,0
2025-11-26 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.8358615608041,0,0,0,0
2025-11-28 00:00:00-05:00,16.7299995422363,16.7299995422363,16.7299995422363,16.7299995422363,15.902398504783,0,0,0,0
2025-12-01 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,15.8643781709361,0,0,0,0
2025-12-02 00:00:00-05:00,16.7700004577637,16.7700004577637,16.7700004577637,16.7700004577637,15.9404206516256,0,0,0,0
2025-12-03 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.9879465221831,0,0,0,0
2025-12-04 00:00:00-05:00,16.8799991607666,16.8799991607666,16.8799991607666,16.8799991607666,16.0449779294513,0,0,0,0
2025-12-05 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,16.0069575956044,0,0,0,0
2025-12-08 00:00:00-05:00,16.8600006103516,16.8600006103516,16.8600006103516,16.8600006103516,16.0259686690258,0,0,0,0
2025-12-09 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,15.9974520588938,0,0,0,0
2025-12-10 00:00:00-05:00,16.9500007629395,16.9500007629395,16.9500007629395,16.9500007629395,16.1115166864259,0,0,0,0
2025-12-11 00:00:00-05:00,17.0799999237061,17.0799999237061,17.0799999237061,17.0799999237061,16.235085037673,0,0,0,0
2025-12-12 00:00:00-05:00,17.0200004577637,17.0200004577637,17.0200004577637,17.0200004577637,16.1780536304048,0,0,0,0
2025-12-15 00:00:00-05:00,17.0900001525879,17.0900001525879,17.0900001525879,17.0900001525879,16.2445905743836,0,0,0,0
2025-12-16 00:00:00-05:00,16.9899997711182,16.9899997711182,16.9899997711182,16.9899997711182,16.1495370202728,0,0,0,0
2025-12-17 00:00:00-05:00,16.9200000762939,16.9200000762939,16.9200000762939,16.9200000762939,16.0830000762939,0,0,0,0
2025-12-18 00:00:00-05:00,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,0,0.837,0,0.417
2025-12-19 00:00:00-05:00,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,0,0,0,0
2025-12-22 00:00:00-05:00,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,0,0,0,0
2025-12-23 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2025-12-24 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2025-12-26 00:00:00-05:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,0,0,0,0
2025-12-29 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,0,0,0,0
2025-12-30 00:00:00-05:00,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,0,0,0,0
2025-12-31 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2026-01-02 00:00:00-05:00,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,0,0,0,0
2026-01-05 00:00:00-05:00,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,0,0,0,0
2026-01-06 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,0,0,0,0
2026-01-07 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,0,0,0,0
2026-01-08 00:00:00-05:00,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,0,0,0,0
2026-01-09 00:00:00-05:00,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,0,0,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains
2 2024-01-10 00:00:00-05:00 12.147500038147 12.147500038147 12.147500038147 12.147500038147 11.2976727169889 0 0 0 0
3 2024-01-11 00:00:00-05:00 12.1350002288818 12.1350002288818 12.1350002288818 12.1350002288818 11.2860473822568 0 0 0 0
4 2024-01-12 00:00:00-05:00 12.1400003433228 12.1400003433228 12.1400003433228 12.1400003433228 11.2906976935409 0 0 0 0
5 2024-01-16 00:00:00-05:00 11.9300003051758 11.9300003051758 11.9300003051758 11.9300003051758 11.0953890543897 0 0 0 0
6 2024-01-17 00:00:00-05:00 11.7924995422363 11.7924995422363 11.7924995422363 11.7924995422363 10.9675077114674 0 0 0 0
7 2024-01-18 00:00:00-05:00 11.8400001525879 11.8400001525879 11.8400001525879 11.8400001525879 11.0116852251883 0 0 0 0
8 2024-01-19 00:00:00-05:00 11.9025001525879 11.9025001525879 11.9025001525879 11.9025001525879 11.0698127858052 0 0 0 0
9 2024-01-22 00:00:00-05:00 11.9075002670288 11.9075002670288 11.9075002670288 11.9075002670288 11.0744630970893 0 0 0 0
10 2024-01-23 00:00:00-05:00 11.9224996566772 11.9224996566772 11.9224996566772 11.9224996566772 11.0884131439854 0 0 0 0
11 2024-01-24 00:00:00-05:00 11.9925003051758 11.9925003051758 11.9925003051758 11.9925003051758 11.1535166150066 0 0 0 0
12 2024-01-25 00:00:00-05:00 11.9575004577637 11.9575004577637 11.9575004577637 11.9575004577637 11.1209653229741 0 0 0 0
13 2024-01-26 00:00:00-05:00 12.0325002670288 12.0325002670288 12.0325002670288 12.0325002670288 11.1907182183232 0 0 0 0
14 2024-01-29 00:00:00-05:00 12.0749998092651 12.0749998092651 12.0749998092651 12.0749998092651 11.2302445338038 0 0 0 0
15 2024-01-30 00:00:00-05:00 12.0299997329712 12.0299997329712 12.0299997329712 12.0299997329712 11.1883926192031 0 0 0 0
16 2024-01-31 00:00:00-05:00 11.9324998855591 11.9324998855591 11.9324998855591 11.9324998855591 11.0977137665536 0 0 0 0
17 2024-02-01 00:00:00-05:00 11.9825000762939 11.9825000762939 11.9825000762939 11.9825000762939 11.1442159924384 0 0 0 0
18 2024-02-02 00:00:00-05:00 11.9125003814697 11.9125003814697 11.9125003814697 11.9125003814697 11.0791134083734 0 0 0 0
19 2024-02-05 00:00:00-05:00 11.8400001525879 11.8400001525879 11.8400001525879 11.8400001525879 11.0116852251883 0 0 0 0
20 2024-02-06 00:00:00-05:00 11.9274997711182 11.9274997711182 11.9274997711182 11.9274997711182 11.0930634552695 0 0 0 0
21 2024-02-07 00:00:00-05:00 11.8699998855591 11.8699998855591 11.8699998855591 11.8699998855591 11.0395862059367 0 0 0 0
22 2024-02-08 00:00:00-05:00 11.7974996566772 11.7974996566772 11.7974996566772 11.7974996566772 10.9721580227515 0 0 0 0
23 2024-02-09 00:00:00-05:00 11.8050003051758 11.8050003051758 11.8050003051758 11.8050003051758 10.9791339331558 0 0 0 0
24 2024-02-12 00:00:00-05:00 11.875 11.875 11.875 11.875 11.0442365172208 0 0 0 0
25 2024-02-13 00:00:00-05:00 11.727499961853 11.727499961853 11.727499961853 11.727499961853 10.9070554386865 0 0 0 0
26 2024-02-14 00:00:00-05:00 11.7974996566772 11.7974996566772 11.7974996566772 11.7974996566772 10.9721580227515 0 0 0 0
27 2024-02-15 00:00:00-05:00 11.9049997329712 11.9049997329712 11.9049997329712 11.9049997329712 11.0721374979692 0 0 0 0
28 2024-02-16 00:00:00-05:00 11.9624996185303 11.9624996185303 11.9624996185303 11.9624996185303 11.125614747302 0 0 0 0
29 2024-02-20 00:00:00-05:00 12.0349998474121 12.0349998474121 12.0349998474121 12.0349998474121 11.1930429304872 0 0 0 0
30 2024-02-21 00:00:00-05:00 12.0550003051758 12.0550003051758 12.0550003051758 12.0550003051758 11.2116441756236 0 0 0 0
31 2024-02-22 00:00:00-05:00 12.1800003051758 12.1800003051758 12.1800003051758 12.1800003051758 11.3278992968575 0 0 0 0
32 2024-02-23 00:00:00-05:00 12.1774997711182 12.1774997711182 12.1774997711182 12.1774997711182 11.3255736977373 0 0 0 0
33 2024-02-26 00:00:00-05:00 12.1525001525879 12.1525001525879 12.1525001525879 12.1525001525879 11.302323028273 0 0 0 0
34 2024-02-27 00:00:00-05:00 12.1724996566772 12.1724996566772 12.1724996566772 12.1724996566772 11.3209233864532 0 0 0 0
35 2024-02-28 00:00:00-05:00 12.1175003051758 12.1175003051758 12.1175003051758 12.1175003051758 11.2697717362405 0 0 0 0
36 2024-02-29 00:00:00-05:00 12.0900001525879 12.0900001525879 12.0900001525879 12.0900001525879 11.2441954676561 0 0 0 0
37 2024-03-01 00:00:00-05:00 12.2150001525879 12.2150001525879 12.2150001525879 12.2150001525879 11.36045058889 0 0 0 0
38 2024-03-04 00:00:00-05:00 12.1549997329712 12.1549997329712 12.1549997329712 12.1549997329712 11.304647740437 0 0 0 0
39 2024-03-05 00:00:00-05:00 12.1374998092651 12.1374998092651 12.1374998092651 12.1374998092651 11.2883720944207 0 0 0 0
40 2024-03-06 00:00:00-05:00 12.2674999237061 12.2674999237061 12.2674999237061 12.2674999237061 11.4092775269387 0 0 0 0
41 2024-03-07 00:00:00-05:00 12.3699998855591 12.3699998855591 12.3699998855591 12.3699998855591 11.5046066908723 0 0 0 0
42 2024-03-08 00:00:00-05:00 12.3874998092651 12.3874998092651 12.3874998092651 12.3874998092651 11.5208823368885 0 0 0 0
43 2024-03-11 00:00:00-04:00 12.4174995422363 12.4174995422363 12.4174995422363 12.4174995422363 11.5487833176369 0 0 0 0
44 2024-03-12 00:00:00-04:00 12.5299997329712 12.5299997329712 12.5299997329712 12.5299997329712 11.6534131041387 0 0 0 0
45 2024-03-13 00:00:00-04:00 12.5775003433228 12.5775003433228 12.5775003433228 12.5775003433228 11.6975906178595 0 0 0 0
46 2024-03-14 00:00:00-04:00 12.4875001907349 12.4875001907349 12.4875001907349 12.4875001907349 11.6138867886581 0 0 0 0
47 2024-03-15 00:00:00-04:00 12.4549999237061 12.4549999237061 12.4549999237061 12.4549999237061 11.5836602087896 0 0 0 0
48 2024-03-18 00:00:00-04:00 12.4700002670288 12.4700002670288 12.4700002670288 12.4700002670288 11.5976111426419 0 0 0 0
49 2024-03-19 00:00:00-04:00 12.477499961853 12.477499961853 12.477499961853 12.477499961853 11.6045861660899 0 0 0 0
50 2024-03-20 00:00:00-04:00 12.5825004577637 12.5825004577637 12.5825004577637 12.5825004577637 11.7022409291436 0 0 0 0
51 2024-03-21 00:00:00-04:00 12.5749998092651 12.5749998092651 12.5749998092651 12.5749998092651 11.6952650187394 0 0 0 0
52 2024-03-22 00:00:00-04:00 12.5325002670288 12.5325002670288 12.5325002670288 12.5325002670288 11.6557387032588 0 0 0 0
53 2024-03-25 00:00:00-04:00 12.5524997711182 12.5524997711182 12.5524997711182 12.5524997711182 11.674339061439 0 0 0 0
54 2024-03-26 00:00:00-04:00 12.5749998092651 12.5749998092651 12.5749998092651 12.5749998092651 11.6952650187394 0 0 0 0
55 2024-03-27 00:00:00-04:00 12.6800003051758 12.6800003051758 12.6800003051758 12.6800003051758 11.7929197817931 0 0 0 0
56 2024-03-28 00:00:00-04:00 12.6750001907349 12.6750001907349 12.6750001907349 12.6750001907349 11.788269470509 0 0 0 0
57 2024-04-01 00:00:00-04:00 12.625 12.625 12.625 12.625 11.7417672446242 0 0 0 0
58 2024-04-02 00:00:00-04:00 12.5874996185303 12.5874996185303 12.5874996185303 12.5874996185303 11.7068903534715 0 0 0 0
59 2024-04-03 00:00:00-04:00 12.6724996566772 12.6724996566772 12.6724996566772 12.6724996566772 11.7859438713888 0 0 0 0
60 2024-04-04 00:00:00-04:00 12.6199998855591 12.6199998855591 12.6199998855591 12.6199998855591 11.7371169333401 0 0 0 0
61 2024-04-05 00:00:00-04:00 12.6225004196167 12.6225004196167 12.6225004196167 12.6225004196167 11.7394425324602 0 0 0 0
62 2024-04-08 00:00:00-04:00 12.6750001907349 12.6750001907349 12.6750001907349 12.6750001907349 11.788269470509 0 0 0 0
63 2024-04-09 00:00:00-04:00 12.7124996185303 12.7124996185303 12.7124996185303 12.7124996185303 11.8231454747054 0 0 0 0
64 2024-04-10 00:00:00-04:00 12.5900001525879 12.5900001525879 12.5900001525879 12.5900001525879 11.7092159525917 0 0 0 0
65 2024-04-11 00:00:00-04:00 12.5574998855591 12.5574998855591 12.5574998855591 12.5574998855591 11.6789893727231 0 0 0 0
66 2024-04-12 00:00:00-04:00 12.3474998474121 12.3474998474121 12.3474998474121 12.3474998474121 11.4836807335719 0 0 0 0
67 2024-04-15 00:00:00-04:00 12.2799997329712 12.2799997329712 12.2799997329712 12.2799997329712 11.4209028616709 0 0 0 0
68 2024-04-16 00:00:00-04:00 12.1625003814697 12.1625003814697 12.1625003814697 12.1625003814697 11.3116236508412 0 0 0 0
69 2024-04-17 00:00:00-04:00 12.1850004196167 12.1850004196167 12.1850004196167 12.1850004196167 11.3325496081416 0 0 0 0
70 2024-04-18 00:00:00-04:00 12.1999998092651 12.1999998092651 12.1999998092651 12.1999998092651 11.3464996550377 0 0 0 0
71 2024-04-19 00:00:00-04:00 12.2349996566772 12.2349996566772 12.2349996566772 12.2349996566772 11.3790509470702 0 0 0 0
72 2024-04-22 00:00:00-04:00 12.4125003814697 12.4125003814697 12.4125003814697 12.4125003814697 11.544133893309 0 0 0 0
73 2024-04-23 00:00:00-04:00 12.5124998092651 12.5124998092651 12.5124998092651 12.5124998092651 11.6371374581224 0 0 0 0
74 2024-04-24 00:00:00-04:00 12.5074996948242 12.5074996948242 12.5074996948242 12.5074996948242 11.6324871468383 0 0 0 0
75 2024-04-25 00:00:00-04:00 12.5699996948242 12.5699996948242 12.5699996948242 12.5699996948242 11.6906147074553 0 0 0 0
76 2024-04-26 00:00:00-04:00 12.6149997711182 12.6149997711182 12.6149997711182 12.6149997711182 11.732466622056 0 0 0 0
77 2024-04-29 00:00:00-04:00 12.6999998092651 12.6999998092651 12.6999998092651 12.6999998092651 11.8115201399733 0 0 0 0
78 2024-04-30 00:00:00-04:00 12.5050001144409 12.5050001144409 12.5050001144409 12.5050001144409 11.6301624346744 0 0 0 0
79 2024-05-01 00:00:00-04:00 12.4949998855591 12.4949998855591 12.4949998855591 12.4949998855591 11.6208618121062 0 0 0 0
80 2024-05-02 00:00:00-04:00 12.6674995422363 12.6674995422363 12.6674995422363 12.6674995422363 11.7812935601047 0 0 0 0
81 2024-05-03 00:00:00-04:00 12.7524995803833 12.7524995803833 12.7524995803833 12.7524995803833 11.860347078022 0 0 0 0
82 2024-05-06 00:00:00-04:00 12.852499961853 12.852499961853 12.852499961853 12.852499961853 11.9533515297916 0 0 0 0
83 2024-05-07 00:00:00-04:00 12.914999961853 12.914999961853 12.914999961853 12.914999961853 12.0114790904086 0 0 0 0
84 2024-05-08 00:00:00-04:00 12.9350004196167 12.9350004196167 12.9350004196167 12.9350004196167 12.030080335545 0 0 0 0
85 2024-05-09 00:00:00-04:00 13.0249996185303 13.0249996185303 13.0249996185303 13.0249996185303 12.1137832777902 0 0 0 0
86 2024-05-10 00:00:00-04:00 13.1075000762939 13.1075000762939 13.1075000762939 13.1075000762939 12.1905120835435 0 0 0 0
87 2024-05-13 00:00:00-04:00 13.1824998855591 13.1824998855591 13.1824998855591 13.1824998855591 12.2602649788926 0 0 0 0
88 2024-05-14 00:00:00-04:00 13.2399997711182 13.2399997711182 13.2399997711182 13.2399997711182 12.3137422282255 0 0 0 0
89 2024-05-15 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.4299973494594 0 0 0 0
90 2024-05-16 00:00:00-04:00 13.3500003814697 13.3500003814697 13.3500003814697 13.3500003814697 12.4160473025633 0 0 0 0
91 2024-05-17 00:00:00-04:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.4323229485795 0 0 0 0
92 2024-05-20 00:00:00-04:00 13.397500038147 13.397500038147 13.397500038147 13.397500038147 12.4602239293279 0 0 0 0
93 2024-05-21 00:00:00-04:00 13.3474998474121 13.3474998474121 13.3474998474121 13.3474998474121 12.4137217034432 0 0 0 0
94 2024-05-22 00:00:00-04:00 13.2224998474121 13.2224998474121 13.2224998474121 13.2224998474121 12.2974665822092 0 0 0 0
95 2024-05-23 00:00:00-04:00 13.125 13.125 13.125 13.125 12.2067877295598 0 0 0 0
96 2024-05-24 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 12.281190936193 0 0 0 0
97 2024-05-28 00:00:00-04:00 13.1899995803833 13.1899995803833 13.1899995803833 13.1899995803833 12.2672400023407 0 0 0 0
98 2024-05-29 00:00:00-04:00 12.9674997329712 12.9674997329712 12.9674997329712 12.9674997329712 12.0603060284573 0 0 0 0
99 2024-05-30 00:00:00-04:00 13.0699996948242 13.0699996948242 13.0699996948242 13.0699996948242 12.1556351923909 0 0 0 0
100 2024-05-31 00:00:00-04:00 13.1925001144409 13.1925001144409 13.1925001144409 13.1925001144409 12.2695656014608 0 0 0 0
101 2024-06-03 00:00:00-04:00 13.1774997711182 13.1774997711182 13.1774997711182 13.1774997711182 12.2556146676085 0 0 0 0
102 2024-06-04 00:00:00-04:00 13.0550003051758 13.0550003051758 13.0550003051758 13.0550003051758 12.1416851454948 0 0 0 0
103 2024-06-05 00:00:00-04:00 13.1549997329712 13.1549997329712 13.1549997329712 13.1549997329712 12.2346887103082 0 0 0 0
104 2024-06-06 00:00:00-04:00 13.1975002288818 13.1975002288818 13.1975002288818 13.1975002288818 12.2742159127449 0 0 0 0
105 2024-06-07 00:00:00-04:00 13.085000038147 13.085000038147 13.085000038147 13.085000038147 12.1695861262432 0 0 0 0
106 2024-06-10 00:00:00-04:00 13.039999961853 13.039999961853 13.039999961853 13.039999961853 12.1277342116425 0 0 0 0
107 2024-06-11 00:00:00-04:00 12.9025001525879 12.9025001525879 12.9025001525879 12.9025001525879 11.9998537556764 0 0 0 0
108 2024-06-12 00:00:00-04:00 13.0074996948242 13.0074996948242 13.0074996948242 13.0074996948242 12.0975076317739 0 0 0 0
109 2024-06-13 00:00:00-04:00 12.8275003433228 12.8275003433228 12.8275003433228 12.8275003433228 11.9301008603273 0 0 0 0
110 2024-06-14 00:00:00-04:00 12.7049999237061 12.7049999237061 12.7049999237061 12.7049999237061 11.8161704512574 0 0 0 0
111 2024-06-17 00:00:00-04:00 12.7574996948242 12.7574996948242 12.7574996948242 12.7574996948242 11.8649973893061 0 0 0 0
112 2024-06-18 00:00:00-04:00 12.7849998474121 12.7849998474121 12.7849998474121 12.7849998474121 11.8905736578906 0 0 0 0
113 2024-06-20 00:00:00-04:00 12.8325004577637 12.8325004577637 12.8325004577637 12.8325004577637 11.9347511716114 0 0 0 0
114 2024-06-21 00:00:00-04:00 12.7200002670288 12.7200002670288 12.7200002670288 12.7200002670288 11.8301213851097 0 0 0 0
115 2024-06-24 00:00:00-04:00 12.8675003051758 12.8675003051758 12.8675003051758 12.8675003051758 11.9673024636439 0 0 0 0
116 2024-06-25 00:00:00-04:00 12.8249998092651 12.8249998092651 12.8249998092651 12.8249998092651 11.9277752612072 0 0 0 0
117 2024-06-26 00:00:00-04:00 12.7399997711182 12.7399997711182 12.7399997711182 12.7399997711182 11.8487217432899 0 0 0 0
118 2024-06-27 00:00:00-04:00 12.7025003433228 12.7025003433228 12.7025003433228 12.7025003433228 11.8138457390934 0 0 0 0
119 2024-06-28 00:00:00-04:00 12.6774997711182 12.6774997711182 12.6774997711182 12.6774997711182 11.7905941826729 0 0 0 0
120 2024-07-01 00:00:00-04:00 12.727499961853 12.727499961853 12.727499961853 12.727499961853 11.8370964085577 0 0 0 0
121 2024-07-02 00:00:00-04:00 12.727499961853 12.727499961853 12.727499961853 12.727499961853 11.8370964085577 0 0 0 0
122 2024-07-03 00:00:00-04:00 12.8999996185303 12.8999996185303 12.8999996185303 12.8999996185303 11.9975281565563 0 0 0 0
123 2024-07-05 00:00:00-04:00 12.960000038147 12.960000038147 12.960000038147 12.960000038147 12.0533310050093 0 0 0 0
124 2024-07-08 00:00:00-04:00 12.9499998092651 12.9499998092651 12.9499998092651 12.9499998092651 12.0440303824411 0 0 0 0
125 2024-07-09 00:00:00-04:00 12.9075002670288 12.9075002670288 12.9075002670288 12.9075002670288 12.0045040669605 0 0 0 0
126 2024-07-10 00:00:00-04:00 13.0649995803833 13.0649995803833 13.0649995803833 13.0649995803833 12.1509848811068 0 0 0 0
127 2024-07-11 00:00:00-04:00 13.1724996566772 13.1724996566772 13.1724996566772 13.1724996566772 12.2509643563244 0 0 0 0
128 2024-07-12 00:00:00-04:00 13.2950000762939 13.2950000762939 13.2950000762939 13.2950000762939 12.3648947653944 0 0 0 0
129 2024-07-15 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 12.281190936193 0 0 0 0
130 2024-07-16 00:00:00-04:00 13.2200002670288 13.2200002670288 13.2200002670288 13.2200002670288 12.2951418700453 0 0 0 0
131 2024-07-17 00:00:00-04:00 13.289999961853 13.289999961853 13.289999961853 13.289999961853 12.3602444541103 0 0 0 0
132 2024-07-18 00:00:00-04:00 13.1499996185303 13.1499996185303 13.1499996185303 13.1499996185303 12.2300383990241 0 0 0 0
133 2024-07-19 00:00:00-04:00 13.0500001907349 13.0500001907349 13.0500001907349 13.0500001907349 12.1370348342107 0 0 0 0
134 2024-07-22 00:00:00-04:00 13.1949996948242 13.1949996948242 13.1949996948242 13.1949996948242 12.2718903136248 0 0 0 0
135 2024-07-23 00:00:00-04:00 13.0874996185303 13.0874996185303 13.0874996185303 13.0874996185303 12.1719108384071 0 0 0 0
136 2024-07-24 00:00:00-04:00 12.9624996185303 12.9624996185303 12.9624996185303 12.9624996185303 12.0556557171732 0 0 0 0
137 2024-07-25 00:00:00-04:00 12.9300003051758 12.9300003051758 12.9300003051758 12.9300003051758 12.0254300242609 0 0 0 0
138 2024-07-26 00:00:00-04:00 13.0325002670288 13.0325002670288 13.0325002670288 13.0325002670288 12.1207591881944 0 0 0 0
139 2024-07-29 00:00:00-04:00 13.0150003433228 13.0150003433228 13.0150003433228 13.0150003433228 12.1044835421782 0 0 0 0
140 2024-07-30 00:00:00-04:00 12.9825000762939 12.9825000762939 12.9825000762939 12.9825000762939 12.0742569623096 0 0 0 0
141 2024-07-31 00:00:00-04:00 13.0799999237061 13.0799999237061 13.0799999237061 13.0799999237061 12.1649358149591 0 0 0 0
142 2024-08-01 00:00:00-04:00 12.8299999237061 12.8299999237061 12.8299999237061 12.8299999237061 11.9324255724913 0 0 0 0
143 2024-08-02 00:00:00-04:00 12.6400003433228 12.6400003433228 12.6400003433228 12.6400003433228 11.7557181784765 0 0 0 0
144 2024-08-05 00:00:00-04:00 12.3599996566772 12.3599996566772 12.3599996566772 12.3599996566772 11.4953060683041 0 0 0 0
145 2024-08-06 00:00:00-04:00 12.3649997711182 12.3649997711182 12.3649997711182 12.3649997711182 11.4999563795882 0 0 0 0
146 2024-08-07 00:00:00-04:00 12.4475002288818 12.4475002288818 12.4475002288818 12.4475002288818 11.5766851853415 0 0 0 0
147 2024-08-08 00:00:00-04:00 12.6575002670288 12.6575002670288 12.6575002670288 12.6575002670288 11.7719938244927 0 0 0 0
148 2024-08-09 00:00:00-04:00 12.6899995803833 12.6899995803833 12.6899995803833 12.6899995803833 11.8022195174051 0 0 0 0
149 2024-08-12 00:00:00-04:00 12.6949996948242 12.6949996948242 12.6949996948242 12.6949996948242 11.8068698286892 0 0 0 0
150 2024-08-13 00:00:00-04:00 12.8474998474121 12.8474998474121 12.8474998474121 12.8474998474121 11.9487012185075 0 0 0 0
151 2024-08-14 00:00:00-04:00 12.875 12.875 12.875 12.875 11.974277487092 0 0 0 0
152 2024-08-15 00:00:00-04:00 13.0450000762939 13.0450000762939 13.0450000762939 13.0450000762939 12.1323845229266 0 0 0 0
153 2024-08-16 00:00:00-04:00 13.1350002288818 13.1350002288818 13.1350002288818 13.1350002288818 12.216088352128 0 0 0 0
154 2024-08-19 00:00:00-04:00 13.2849998474121 13.2849998474121 13.2849998474121 13.2849998474121 12.3555941428262 0 0 0 0
155 2024-08-20 00:00:00-04:00 13.2124996185303 13.2124996185303 13.2124996185303 13.2124996185303 12.2881659596411 0 0 0 0
156 2024-08-21 00:00:00-04:00 13.2749996185303 13.2749996185303 13.2749996185303 13.2749996185303 12.346293520258 0 0 0 0
157 2024-08-22 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 12.281190936193 0 0 0 0
158 2024-08-23 00:00:00-04:00 13.4025001525879 13.4025001525879 13.4025001525879 13.4025001525879 12.464874240612 0 0 0 0
159 2024-08-26 00:00:00-04:00 13.3774995803833 13.3774995803833 13.3774995803833 13.3774995803833 12.4416226841916 0 0 0 0
160 2024-08-27 00:00:00-04:00 13.4449996948242 13.4449996948242 13.4449996948242 13.4449996948242 12.5044005560926 0 0 0 0
161 2024-08-28 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.4299973494594 0 0 0 0
162 2024-08-29 00:00:00-04:00 13.4049997329712 13.4049997329712 13.4049997329712 13.4049997329712 12.467198952776 0 0 0 0
163 2024-08-30 00:00:00-04:00 13.4650001525879 13.4650001525879 13.4650001525879 13.4650001525879 12.523001801229 0 0 0 0
164 2024-09-03 00:00:00-04:00 13.2550001144409 13.2550001144409 13.2550001144409 13.2550001144409 12.3276931620778 0 0 0 0
165 2024-09-04 00:00:00-04:00 13.2700004577637 13.2700004577637 13.2700004577637 13.2700004577637 12.3416440959301 0 0 0 0
166 2024-09-05 00:00:00-04:00 13.3024997711182 13.3024997711182 13.3024997711182 13.3024997711182 12.3718697888425 0 0 0 0
167 2024-09-06 00:00:00-04:00 13.0924997329712 13.0924997329712 13.0924997329712 13.0924997329712 12.1765611496912 0 0 0 0
168 2024-09-09 00:00:00-04:00 13.1850004196167 13.1850004196167 13.1850004196167 13.1850004196167 12.2625905780128 0 0 0 0
169 2024-09-10 00:00:00-04:00 13.1324996948242 13.1324996948242 13.1324996948242 13.1324996948242 12.2137627530078 0 0 0 0
170 2024-09-11 00:00:00-04:00 13.1599998474121 13.1599998474121 13.1599998474121 13.1599998474121 12.2393390215923 0 0 0 0
171 2024-09-12 00:00:00-04:00 13.2550001144409 13.2550001144409 13.2550001144409 13.2550001144409 12.3276931620778 0 0 0 0
172 2024-09-13 00:00:00-04:00 13.3249998092651 13.3249998092651 13.3249998092651 13.3249998092651 12.3927957461428 0 0 0 0
173 2024-09-16 00:00:00-04:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.4323229485795 0 0 0 0
174 2024-09-17 00:00:00-04:00 13.4300003051758 13.4300003051758 13.4300003051758 13.4300003051758 12.4904505091965 0 0 0 0
175 2024-09-18 00:00:00-04:00 13.4075002670288 13.4075002670288 13.4075002670288 13.4075002670288 12.4695245518961 0 0 0 0
176 2024-09-19 00:00:00-04:00 13.625 13.625 13.625 13.625 12.6718082144954 0 0 0 0
177 2024-09-20 00:00:00-04:00 13.5150003433228 13.5150003433228 13.5150003433228 13.5150003433228 12.5695040271138 0 0 0 0
178 2024-09-23 00:00:00-04:00 13.5574998855591 13.5574998855591 13.5574998855591 13.5574998855591 12.6090303425944 0 0 0 0
179 2024-09-24 00:00:00-04:00 13.7600002288818 13.7600002288818 13.7600002288818 13.7600002288818 12.7973639582975 0 0 0 0
180 2024-09-25 00:00:00-04:00 13.6949996948242 13.6949996948242 13.6949996948242 13.6949996948242 12.7369107985604 0 0 0 0
181 2024-09-26 00:00:00-04:00 14.0024995803833 14.0024995803833 14.0024995803833 14.0024995803833 13.0228982903611 0 0 0 0
182 2024-09-27 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 13.1763550149116 0 0 0 0
183 2024-09-30 00:00:00-04:00 13.9425001144409 13.9425001144409 13.9425001144409 13.9425001144409 12.9670963288643 0 0 0 0
184 2024-10-01 00:00:00-04:00 13.9174995422363 13.9174995422363 13.9174995422363 13.9174995422363 12.9438447724438 0 0 0 0
185 2024-10-02 00:00:00-04:00 13.9549999237061 13.9549999237061 13.9549999237061 13.9549999237061 12.9787216635964 0 0 0 0
186 2024-10-03 00:00:00-04:00 13.7950000762939 13.7950000762939 13.7950000762939 13.7950000762939 12.82991525033 0 0 0 0
187 2024-10-04 00:00:00-04:00 13.9274997711182 13.9274997711182 13.9274997711182 13.9274997711182 12.953145395012 0 0 0 0
188 2024-10-07 00:00:00-04:00 13.8924999237061 13.8924999237061 13.8924999237061 13.8924999237061 12.9205941029795 0 0 0 0
189 2024-10-08 00:00:00-04:00 13.7749996185303 13.7749996185303 13.7749996185303 13.7749996185303 12.8113140051936 0 0 0 0
190 2024-10-09 00:00:00-04:00 13.8125 13.8125 13.8125 13.8125 12.8461908963463 0 0 0 0
191 2024-10-10 00:00:00-04:00 13.789999961853 13.789999961853 13.789999961853 13.789999961853 12.8252649390459 0 0 0 0
192 2024-10-11 00:00:00-04:00 13.8199996948242 13.8199996948242 13.8199996948242 13.8199996948242 12.8531659197943 0 0 0 0
193 2024-10-14 00:00:00-04:00 13.8249998092651 13.8249998092651 13.8249998092651 13.8249998092651 12.8578162310784 0 0 0 0
194 2024-10-15 00:00:00-04:00 13.6274995803833 13.6274995803833 13.6274995803833 13.6274995803833 12.6741329266594 0 0 0 0
195 2024-10-16 00:00:00-04:00 13.6674995422363 13.6674995422363 13.6674995422363 13.6674995422363 12.711334529976 0 0 0 0
196 2024-10-17 00:00:00-04:00 13.6975002288818 13.6975002288818 13.6975002288818 13.6975002288818 12.7392363976806 0 0 0 0
197 2024-10-18 00:00:00-04:00 13.7875003814697 13.7875003814697 13.7875003814697 13.7875003814697 12.822940226882 0 0 0 0
198 2024-10-21 00:00:00-04:00 13.664999961853 13.664999961853 13.664999961853 13.664999961853 12.709009817812 0 0 0 0
199 2024-10-22 00:00:00-04:00 13.6125001907349 13.6125001907349 13.6125001907349 13.6125001907349 12.6601828797633 0 0 0 0
200 2024-10-23 00:00:00-04:00 13.5299997329712 13.5299997329712 13.5299997329712 13.5299997329712 12.5834540740099 0 0 0 0
201 2024-10-24 00:00:00-04:00 13.585000038147 13.585000038147 13.585000038147 13.585000038147 12.6346066111788 0 0 0 0
202 2024-10-25 00:00:00-04:00 13.5625 13.5625 13.5625 13.5625 12.6136806538785 0 0 0 0
203 2024-10-28 00:00:00-04:00 13.6724996566772 13.6724996566772 13.6724996566772 13.6724996566772 12.7159848412601 0 0 0 0
204 2024-10-29 00:00:00-04:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.6392569224629 0 0 0 0
205 2024-10-30 00:00:00-04:00 13.4875001907349 13.4875001907349 13.4875001907349 13.4875001907349 12.5439277585293 0 0 0 0
206 2024-10-31 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.4299973494594 0 0 0 0
207 2024-11-01 00:00:00-04:00 13.4274997711182 13.4274997711182 13.4274997711182 13.4274997711182 12.4881249100764 0 0 0 0
208 2024-11-04 00:00:00-05:00 13.4700002670288 13.4700002670288 13.4700002670288 13.4700002670288 12.5276521125131 0 0 0 0
209 2024-11-05 00:00:00-05:00 13.602499961853 13.602499961853 13.602499961853 13.602499961853 12.6508822571951 0 0 0 0
210 2024-11-06 00:00:00-05:00 13.5074996948242 13.5074996948242 13.5074996948242 13.5074996948242 12.5625281167096 0 0 0 0
211 2024-11-07 00:00:00-05:00 13.602499961853 13.602499961853 13.602499961853 13.602499961853 12.6508822571951 0 0 0 0
212 2024-11-08 00:00:00-05:00 13.4525003433228 13.4525003433228 13.4525003433228 13.4525003433228 12.5113764664968 0 0 0 0
213 2024-11-11 00:00:00-05:00 13.477499961853 13.477499961853 13.477499961853 13.477499961853 12.5346271359612 0 0 0 0
214 2024-11-12 00:00:00-05:00 13.1850004196167 13.1850004196167 13.1850004196167 13.1850004196167 12.2625905780128 0 0 0 0
215 2024-11-13 00:00:00-05:00 13.1199998855591 13.1199998855591 13.1199998855591 13.1199998855591 12.2021374182757 0 0 0 0
216 2024-11-14 00:00:00-05:00 13.1499996185303 13.1499996185303 13.1499996185303 13.1499996185303 12.2300383990241 0 0 0 0
217 2024-11-15 00:00:00-05:00 13.1175003051758 13.1175003051758 13.1175003051758 13.1175003051758 12.1998127061117 0 0 0 0
218 2024-11-18 00:00:00-05:00 13.2075004577637 13.2075004577637 13.2075004577637 13.2075004577637 12.2835165353131 0 0 0 0
219 2024-11-19 00:00:00-05:00 13.1625003814697 13.1625003814697 13.1625003814697 13.1625003814697 12.2416646207124 0 0 0 0
220 2024-11-20 00:00:00-05:00 13.125 13.125 13.125 13.125 12.2067877295598 0 0 0 0
221 2024-11-21 00:00:00-05:00 13.1225004196167 13.1225004196167 13.1225004196167 13.1225004196167 12.2044630173958 0 0 0 0
222 2024-11-22 00:00:00-05:00 13.1225004196167 13.1225004196167 13.1225004196167 13.1225004196167 12.2044630173958 0 0 0 0
223 2024-11-25 00:00:00-05:00 13.210000038147 13.210000038147 13.210000038147 13.210000038147 12.2858412474771 0 0 0 0
224 2024-11-26 00:00:00-05:00 13.1099996566772 13.1099996566772 13.1099996566772 13.1099996566772 12.1928367957075 0 0 0 0
225 2024-11-27 00:00:00-05:00 13.164999961853 13.164999961853 13.164999961853 13.164999961853 12.2439893328764 0 0 0 0
226 2024-11-29 00:00:00-05:00 13.2075004577637 13.2075004577637 13.2075004577637 13.2075004577637 12.2835165353131 0 0 0 0
227 2024-12-02 00:00:00-05:00 13.1975002288818 13.1975002288818 13.1975002288818 13.1975002288818 12.2742159127449 0 0 0 0
228 2024-12-03 00:00:00-05:00 13.2650003433228 13.2650003433228 13.2650003433228 13.2650003433228 12.336993784646 0 0 0 0
229 2024-12-04 00:00:00-05:00 13.25 13.25 13.25 13.25 12.3230428507937 0 0 0 0
230 2024-12-05 00:00:00-05:00 13.3824996948242 13.3824996948242 13.3824996948242 13.3824996948242 12.4462729954757 0 0 0 0
231 2024-12-06 00:00:00-05:00 13.3774995803833 13.3774995803833 13.3774995803833 13.3774995803833 12.4416226841916 0 0 0 0
232 2024-12-09 00:00:00-05:00 13.4425001144409 13.4425001144409 13.4425001144409 13.4425001144409 12.5020758439286 0 0 0 0
233 2024-12-10 00:00:00-05:00 13.3175001144409 13.3175001144409 13.3175001144409 13.3175001144409 12.3858207226947 0 0 0 0
234 2024-12-11 00:00:00-05:00 13.3024997711182 13.3024997711182 13.3024997711182 13.3024997711182 12.3718697888425 0 0 0 0
235 2024-12-12 00:00:00-05:00 13.2624998092651 13.2624998092651 13.2624998092651 13.2624998092651 12.3346681855259 0 0 0 0
236 2024-12-13 00:00:00-05:00 13.1875 13.1875 13.1875 13.1875 12.2649152901767 0 0 0 0
237 2024-12-16 00:00:00-05:00 13.1075000762939 13.1075000762939 13.1075000762939 13.1075000762939 12.1905120835435 0 0 0 0
238 2024-12-17 00:00:00-05:00 13.0349998474121 13.0349998474121 13.0349998474121 13.0349998474121 12.1230839003584 0 0 0 0
239 2024-12-18 00:00:00-05:00 12.4525003433228 12.4525003433228 12.4525003433228 12.4525003433228 11.8364989993296 0 0.281 0 0
240 2024-12-19 00:00:00-05:00 12.3850002288818 12.3850002288818 12.3850002288818 12.3850002288818 11.7723379862795 0 0 0 0
241 2024-12-20 00:00:00-05:00 12.4250001907349 12.4250001907349 12.4250001907349 12.4250001907349 11.8103592266242 0 0 0 0
242 2024-12-23 00:00:00-05:00 12.5024995803833 12.5024995803833 12.5024995803833 12.5024995803833 11.8840248698871 0 0 0 0
243 2024-12-24 00:00:00-05:00 12.5349998474121 12.5349998474121 12.5349998474121 12.5349998474121 11.9149174109478 0 0 0 0
244 2024-12-26 00:00:00-05:00 12.5349998474121 12.5349998474121 12.5349998474121 12.5349998474121 11.9149174109478 0 0 0 0
245 2024-12-27 00:00:00-05:00 12.5450000762939 12.5450000762939 12.5450000762939 12.5450000762939 11.9244229476585 0 0 0 0
246 2024-12-30 00:00:00-05:00 12.4825000762939 12.4825000762939 12.4825000762939 12.4825000762939 11.8650147029637 0 0 0 0
247 2024-12-31 00:00:00-05:00 12.4750003814697 12.4750003814697 12.4750003814697 12.4750003814697 11.8578860036797 0 0 0 0
248 2025-01-02 00:00:00-05:00 12.4300003051758 12.4300003051758 12.4300003051758 12.4300003051758 11.8151119949796 0 0 0 0
249 2025-01-03 00:00:00-05:00 12.4624996185303 12.4624996185303 12.4624996185303 12.4624996185303 11.8460036295424 0 0 0 0
250 2025-01-06 00:00:00-05:00 12.602499961853 12.602499961853 12.602499961853 12.602499961853 11.979078423998 0 0 0 0
251 2025-01-07 00:00:00-05:00 12.6149997711182 12.6149997711182 12.6149997711182 12.6149997711182 11.9909598916373 0 0 0 0
252 2025-01-08 00:00:00-05:00 12.5574998855591 12.5574998855591 12.5574998855591 12.5574998855591 11.9363044152979 0 0 0 0
253 2025-01-10 00:00:00-05:00 12.3299999237061 12.3299999237061 12.3299999237061 12.3299999237061 11.7200584408688 0 0 0 0
254 2025-01-13 00:00:00-05:00 12.3024997711182 12.3024997711182 12.3024997711182 12.3024997711182 11.6939186681634 0 0 0 0
255 2025-01-14 00:00:00-05:00 12.3800001144409 12.3800001144409 12.3800001144409 12.3800001144409 11.7675852179242 0 0 0 0
256 2025-01-15 00:00:00-05:00 12.539999961853 12.539999961853 12.539999961853 12.539999961853 11.9196701793032 0 0 0 0
257 2025-01-16 00:00:00-05:00 12.6125001907349 12.6125001907349 12.6125001907349 12.6125001907349 11.9885839607086 0 0 0 0
258 2025-01-17 00:00:00-05:00 12.7049999237061 12.7049999237061 12.7049999237061 12.7049999237061 12.0765079090375 0 0 0 0
259 2025-01-21 00:00:00-05:00 12.8625001907349 12.8625001907349 12.8625001907349 12.8625001907349 12.2262169394878 0 0 0 0
260 2025-01-22 00:00:00-05:00 12.8725004196167 12.8725004196167 12.8725004196167 12.8725004196167 12.2357224761984 0 0 0 0
261 2025-01-23 00:00:00-05:00 12.9674997329712 12.9674997329712 12.9674997329712 12.9674997329712 12.3260223554561 0 0 0 0
262 2025-01-24 00:00:00-05:00 13.0249996185303 13.0249996185303 13.0249996185303 13.0249996185303 12.3806778317955 0 0 0 0
263 2025-01-27 00:00:00-05:00 13.0024995803833 13.0024995803833 13.0024995803833 13.0024995803833 12.3592908274455 0 0 0 0
264 2025-01-28 00:00:00-05:00 13.0150003433228 13.0150003433228 13.0150003433228 13.0150003433228 12.3711732015827 0 0 0 0
265 2025-01-29 00:00:00-05:00 13.0200004577637 13.0200004577637 13.0200004577637 13.0200004577637 12.3759259699381 0 0 0 0
266 2025-01-30 00:00:00-05:00 13.1525001525879 13.1525001525879 13.1525001525879 13.1525001525879 12.5018711586117 0 0 0 0
267 2025-01-31 00:00:00-05:00 13.0649995803833 13.0649995803833 13.0649995803833 13.0649995803833 12.4186990721403 0 0 0 0
268 2025-02-03 00:00:00-05:00 12.8924999237061 12.8924999237061 12.8924999237061 12.8924999237061 12.2547326431219 0 0 0 0
269 2025-02-04 00:00:00-05:00 13.0600004196167 13.0600004196167 13.0600004196167 13.0600004196167 12.4139472102828 0 0 0 0
270 2025-02-05 00:00:00-05:00 13.1999998092651 13.1999998092651 13.1999998092651 13.1999998092651 12.5470210982405 0 0 0 0
271 2025-02-06 00:00:00-05:00 13.352499961853 13.352499961853 13.352499961853 13.352499961853 12.6919773603355 0 0 0 0
272 2025-02-07 00:00:00-05:00 13.2624998092651 13.2624998092651 13.2624998092651 13.2624998092651 12.6064293429353 0 0 0 0
273 2025-02-10 00:00:00-05:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.7062356654015 0 0 0 0
274 2025-02-11 00:00:00-05:00 13.3950004577637 13.3950004577637 13.3950004577637 13.3950004577637 12.7323754381068 0 0 0 0
275 2025-02-12 00:00:00-05:00 13.477499961853 13.477499961853 13.477499961853 13.477499961853 12.8107938497251 0 0 0 0
276 2025-02-13 00:00:00-05:00 13.5924997329712 13.5924997329712 13.5924997329712 13.5924997329712 12.920104802404 0 0 0 0
277 2025-02-14 00:00:00-05:00 13.6374998092651 13.6374998092651 13.6374998092651 13.6374998092651 12.9628788111041 0 0 0 0
278 2025-02-18 00:00:00-05:00 13.7425003051758 13.7425003051758 13.7425003051758 13.7425003051758 13.0626851335702 0 0 0 0
279 2025-02-19 00:00:00-05:00 13.6049995422363 13.6049995422363 13.6049995422363 13.6049995422363 12.9319862700434 0 0 0 0
280 2025-02-20 00:00:00-05:00 13.6724996566772 13.6724996566772 13.6724996566772 13.6724996566772 12.9961472830935 0 0 0 0
281 2025-02-21 00:00:00-05:00 13.647500038147 13.647500038147 13.647500038147 13.647500038147 12.9723843478147 0 0 0 0
282 2025-02-24 00:00:00-05:00 13.5349998474121 13.5349998474121 13.5349998474121 13.5349998474121 12.8654493260645 0 0 0 0
283 2025-02-25 00:00:00-05:00 13.647500038147 13.647500038147 13.647500038147 13.647500038147 12.9723843478147 0 0 0 0
284 2025-02-26 00:00:00-05:00 13.7299995422363 13.7299995422363 13.7299995422363 13.7299995422363 13.0508027594329 0 0 0 0
285 2025-02-27 00:00:00-05:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.9177288714753 0 0 0 0
286 2025-02-28 00:00:00-05:00 13.6549997329712 13.6549997329712 13.6549997329712 13.6549997329712 12.9795130470988 0 0 0 0
287 2025-03-03 00:00:00-05:00 13.6700000762939 13.6700000762939 13.6700000762939 13.6700000762939 12.9937713521648 0 0 0 0
288 2025-03-04 00:00:00-05:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.9177288714753 0 0 0 0
289 2025-03-05 00:00:00-05:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 13.26704964036 0 0 0 0
290 2025-03-06 00:00:00-05:00 13.9650001525879 13.9650001525879 13.9650001525879 13.9650001525879 13.274178339644 0 0 0 0
291 2025-03-07 00:00:00-05:00 14.0675001144409 14.0675001144409 14.0675001144409 14.0675001144409 13.3716078246835 0 0 0 0
292 2025-03-10 00:00:00-04:00 13.7775001525879 13.7775001525879 13.7775001525879 13.7775001525879 13.0959536055596 0 0 0 0
293 2025-03-11 00:00:00-04:00 13.710000038147 13.710000038147 13.710000038147 13.710000038147 13.0317925925095 0 0 0 0
294 2025-03-12 00:00:00-04:00 13.7674999237061 13.7674999237061 13.7674999237061 13.7674999237061 13.086448068849 0 0 0 0
295 2025-03-13 00:00:00-04:00 13.6875 13.6875 13.6875 13.6875 13.0104055881595 0 0 0 0
296 2025-03-14 00:00:00-04:00 13.9350004196167 13.9350004196167 13.9350004196167 13.9350004196167 13.2456626360099 0 0 0 0
297 2025-03-17 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 13.4666604722965 0 0 0 0
298 2025-03-18 00:00:00-04:00 14.2124996185303 14.2124996185303 14.2124996185303 14.2124996185303 13.5094344809966 0 0 0 0
299 2025-03-19 00:00:00-04:00 14.227499961853 14.227499961853 14.227499961853 14.227499961853 13.5236927860626 0 0 0 0
300 2025-03-20 00:00:00-04:00 14.1149997711182 14.1149997711182 14.1149997711182 14.1149997711182 13.4167577643124 0 0 0 0
301 2025-03-21 00:00:00-04:00 14.0124998092651 14.0124998092651 14.0124998092651 14.0124998092651 13.3193282792728 0 0 0 0
302 2025-03-24 00:00:00-04:00 14.0150003433228 14.0150003433228 14.0150003433228 14.0150003433228 13.3217051166994 0 0 0 0
303 2025-03-25 00:00:00-04:00 14.0775003433228 14.0775003433228 14.0775003433228 14.0775003433228 13.3811133613942 0 0 0 0
304 2025-03-26 00:00:00-04:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 13.26704964036 0 0 0 0
305 2025-03-27 00:00:00-04:00 13.9549999237061 13.9549999237061 13.9549999237061 13.9549999237061 13.2646728029333 0 0 0 0
306 2025-03-28 00:00:00-04:00 13.8000001907349 13.8000001907349 13.8000001907349 13.8000001907349 13.1173406099097 0 0 0 0
307 2025-03-31 00:00:00-04:00 13.6824998855591 13.6824998855591 13.6824998855591 13.6824998855591 13.0056528198041 0 0 0 0
308 2025-04-01 00:00:00-04:00 13.727499961853 13.727499961853 13.727499961853 13.727499961853 13.0484268285042 0 0 0 0
309 2025-04-02 00:00:00-04:00 13.7475004196167 13.7475004196167 13.7475004196167 13.7475004196167 13.0674379019255 0 0 0 0
310 2025-04-03 00:00:00-04:00 13.4674997329712 13.4674997329712 13.4674997329712 13.4674997329712 12.8012883130144 0 0 0 0
311 2025-04-04 00:00:00-04:00 12.6424999237061 12.6424999237061 12.6424999237061 12.6424999237061 12.0170996643427 0 0 0 0
312 2025-04-07 00:00:00-04:00 12.2799997329712 12.2799997329712 12.2799997329712 12.2799997329712 11.6725316638133 0 0 0 0
313 2025-04-08 00:00:00-04:00 12.1774997711182 12.1774997711182 12.1774997711182 12.1774997711182 11.5751021787738 0 0 0 0
314 2025-04-09 00:00:00-04:00 12.7574996948242 12.7574996948242 12.7574996948242 12.7574996948242 12.1264106170216 0 0 0 0
315 2025-04-10 00:00:00-04:00 12.6899995803833 12.6899995803833 12.6899995803833 12.6899995803833 12.0622496039715 0 0 0 0
316 2025-04-11 00:00:00-04:00 12.9399995803833 12.9399995803833 12.9399995803833 12.9399995803833 12.2998825827507 0 0 0 0
317 2025-04-14 00:00:00-04:00 13.1350002288818 13.1350002288818 13.1350002288818 13.1350002288818 12.485236922617 0 0 0 0
318 2025-04-15 00:00:00-04:00 13.2425003051758 13.2425003051758 13.2425003051758 13.2425003051758 12.5874191760119 0 0 0 0
319 2025-04-16 00:00:00-04:00 13.1674995422363 13.1674995422363 13.1674995422363 13.1674995422363 12.5161285571798 0 0 0 0
320 2025-04-17 00:00:00-04:00 13.289999961853 13.289999961853 13.289999961853 13.289999961853 12.6325691156407 0 0 0 0
321 2025-04-21 00:00:00-04:00 13.2174997329712 13.2174997329712 13.2174997329712 13.2174997329712 12.5636553342352 0 0 0 0
322 2025-04-22 00:00:00-04:00 13.4949998855591 13.4949998855591 13.4949998855591 13.4949998855591 12.8274280857198 0 0 0 0
323 2025-04-23 00:00:00-04:00 13.6125001907349 13.6125001907349 13.6125001907349 13.6125001907349 12.9391158758253 0 0 0 0
324 2025-04-24 00:00:00-04:00 13.7924995422363 13.7924995422363 13.7924995422363 13.7924995422363 13.1102110041277 0 0 0 0
325 2025-04-25 00:00:00-04:00 13.835000038147 13.835000038147 13.835000038147 13.835000038147 13.1506090818991 0 0 0 0
326 2025-04-28 00:00:00-04:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 13.26704964036 0 0 0 0
327 2025-04-29 00:00:00-04:00 13.9624996185303 13.9624996185303 13.9624996185303 13.9624996185303 13.2718015022174 0 0 0 0
328 2025-04-30 00:00:00-04:00 13.9650001525879 13.9650001525879 13.9650001525879 13.9650001525879 13.274178339644 0 0 0 0
329 2025-05-01 00:00:00-04:00 13.9399995803833 13.9399995803833 13.9399995803833 13.9399995803833 13.2504144978674 0 0 0 0
330 2025-05-02 00:00:00-04:00 14.1549997329712 14.1549997329712 14.1549997329712 14.1549997329712 13.4547790046571 0 0 0 0
331 2025-05-05 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 13.4666604722965 0 0 0 0
332 2025-05-06 00:00:00-04:00 14.2049999237061 14.2049999237061 14.2049999237061 14.2049999237061 13.5023057817125 0 0 0 0
333 2025-05-07 00:00:00-04:00 14.1125001907349 14.1125001907349 14.1125001907349 14.1125001907349 13.4143818333836 0 0 0 0
334 2025-05-08 00:00:00-04:00 14.1199998855591 14.1199998855591 14.1199998855591 14.1199998855591 13.4215105326677 0 0 0 0
335 2025-05-09 00:00:00-04:00 14.2399997711182 14.2399997711182 14.2399997711182 14.2399997711182 13.5355742537019 0 0 0 0
336 2025-05-12 00:00:00-04:00 14.4324998855591 14.4324998855591 14.4324998855591 14.4324998855591 13.7185517561416 0 0 0 0
337 2025-05-13 00:00:00-04:00 14.4849996566772 14.4849996566772 14.4849996566772 14.4849996566772 13.7684544641258 0 0 0 0
338 2025-05-14 00:00:00-04:00 14.4700002670288 14.4700002670288 14.4700002670288 14.4700002670288 13.7541970655577 0 0 0 0
339 2025-05-15 00:00:00-04:00 14.5524997711182 14.5524997711182 14.5524997711182 14.5524997711182 13.8326154771759 0 0 0 0
340 2025-05-16 00:00:00-04:00 14.6000003814697 14.6000003814697 14.6000003814697 14.6000003814697 13.8777663233026 0 0 0 0
341 2025-05-19 00:00:00-04:00 14.710000038147 14.710000038147 14.710000038147 14.710000038147 13.9823245076262 0 0 0 0
342 2025-05-20 00:00:00-04:00 14.772500038147 14.772500038147 14.772500038147 14.772500038147 14.041732752321 0 0 0 0
343 2025-05-21 00:00:00-04:00 14.6925001144409 14.6925001144409 14.6925001144409 14.6925001144409 13.9656902716315 0 0 0 0
344 2025-05-22 00:00:00-04:00 14.6899995803833 14.6899995803833 14.6899995803833 14.6899995803833 13.9633134342049 0 0 0 0
345 2025-05-23 00:00:00-04:00 14.7075004577637 14.7075004577637 14.7075004577637 14.7075004577637 13.9799485766975 0 0 0 0
346 2025-05-27 00:00:00-04:00 14.8649997711182 14.8649997711182 14.8649997711182 14.8649997711182 14.1296567006499 0 0 0 0
347 2025-05-28 00:00:00-04:00 14.7174997329712 14.7174997329712 14.7174997329712 14.7174997329712 13.9894532069102 0 0 0 0
348 2025-05-29 00:00:00-04:00 14.8199996948242 14.8199996948242 14.8199996948242 14.8199996948242 14.0868826919498 0 0 0 0
349 2025-05-30 00:00:00-04:00 14.7799997329712 14.7799997329712 14.7799997329712 14.7799997329712 14.048861451605 0 0 0 0
350 2025-06-02 00:00:00-04:00 14.8950004577637 14.8950004577637 14.8950004577637 14.8950004577637 14.1581733107818 0 0 0 0
351 2025-06-03 00:00:00-04:00 14.8450002670288 14.8450002670288 14.8450002670288 14.8450002670288 14.1106465337264 0 0 0 0
352 2025-06-04 00:00:00-04:00 14.9300003051758 14.9300003051758 14.9300003051758 14.9300003051758 14.1914417827713 0 0 0 0
353 2025-06-05 00:00:00-04:00 14.9700002670288 14.9700002670288 14.9700002670288 14.9700002670288 14.229463023116 0 0 0 0
354 2025-06-06 00:00:00-04:00 15.0275001525879 15.0275001525879 15.0275001525879 15.0275001525879 14.2841184994555 0 0 0 0
355 2025-06-09 00:00:00-04:00 15.0775003433228 15.0775003433228 15.0775003433228 15.0775003433228 14.3316452765109 0 0 0 0
356 2025-06-10 00:00:00-04:00 15.0775003433228 15.0775003433228 15.0775003433228 15.0775003433228 14.3316452765109 0 0 0 0
357 2025-06-11 00:00:00-04:00 15.1300001144409 15.1300001144409 15.1300001144409 15.1300001144409 14.381547984495 0 0 0 0
358 2025-06-12 00:00:00-04:00 15.1925001144409 15.1925001144409 15.1925001144409 15.1925001144409 14.4409562291898 0 0 0 0
359 2025-06-13 00:00:00-04:00 14.9899997711182 14.9899997711182 14.9899997711182 14.9899997711182 14.2484731900394 0 0 0 0
360 2025-06-16 00:00:00-04:00 15.1149997711182 15.1149997711182 15.1149997711182 15.1149997711182 14.367289679429 0 0 0 0
361 2025-06-17 00:00:00-04:00 14.960000038147 14.960000038147 14.960000038147 14.960000038147 14.2199574864054 0 0 0 0
362 2025-06-18 00:00:00-04:00 14.897500038147 14.897500038147 14.897500038147 14.897500038147 14.1605492417106 0 0 0 0
363 2025-06-20 00:00:00-04:00 14.7974996566772 14.7974996566772 14.7974996566772 14.7974996566772 14.0654956875997 0 0 0 0
364 2025-06-23 00:00:00-04:00 14.8675003051758 14.8675003051758 14.8675003051758 14.8675003051758 14.1320335380765 0 0 0 0
365 2025-06-24 00:00:00-04:00 15.0900001525879 15.0900001525879 15.0900001525879 15.0900001525879 14.3435267441503 0 0 0 0
366 2025-06-25 00:00:00-04:00 15.0249996185303 15.0249996185303 15.0249996185303 15.0249996185303 14.2817416620289 0 0 0 0
367 2025-06-26 00:00:00-04:00 15.1424999237061 15.1424999237061 15.1424999237061 15.1424999237061 14.3934294521344 0 0 0 0
368 2025-06-27 00:00:00-04:00 15.2650003433228 15.2650003433228 15.2650003433228 15.2650003433228 14.5098700105953 0 0 0 0
369 2025-06-30 00:00:00-04:00 15.2674999237061 15.2674999237061 15.2674999237061 15.2674999237061 14.512245941524 0 0 0 0
370 2025-07-01 00:00:00-04:00 15.3149995803833 15.3149995803833 15.3149995803833 15.3149995803833 14.5573958811528 0 0 0 0
371 2025-07-02 00:00:00-04:00 15.3850002288818 15.3850002288818 15.3850002288818 15.3850002288818 14.6239337316295 0 0 0 0
372 2025-07-03 00:00:00-04:00 15.3850002288818 15.3850002288818 15.3850002288818 15.3850002288818 14.6239337316295 0 0 0 0
373 2025-07-07 00:00:00-04:00 15.2600002288818 15.2600002288818 15.2600002288818 15.2600002288818 14.5051172422399 0 0 0 0
374 2025-07-08 00:00:00-04:00 15.3374996185303 15.3374996185303 15.3374996185303 15.3374996185303 14.5787828855028 0 0 0 0
375 2025-07-09 00:00:00-04:00 15.3800001144409 15.3800001144409 15.3800001144409 15.3800001144409 14.6191809632742 0 0 0 0
376 2025-07-10 00:00:00-04:00 15.4300003051758 15.4300003051758 15.4300003051758 15.4300003051758 14.6667077403296 0 0 0 0
377 2025-07-11 00:00:00-04:00 15.3149995803833 15.3149995803833 15.3149995803833 15.3149995803833 14.5573958811528 0 0 0 0
378 2025-07-14 00:00:00-04:00 15.2875003814697 15.2875003814697 15.2875003814697 15.2875003814697 14.5312570149453 0 0 0 0
379 2025-07-15 00:00:00-04:00 15.2299995422363 15.2299995422363 15.2299995422363 15.2299995422363 14.476600632108 0 0 0 0
380 2025-07-16 00:00:00-04:00 15.2700004577637 15.2700004577637 15.2700004577637 15.2700004577637 14.5146227789506 0 0 0 0
381 2025-07-17 00:00:00-04:00 15.3125 15.3125 15.3125 15.3125 14.5550199502241 0 0 0 0
382 2025-07-18 00:00:00-04:00 15.3199996948242 15.3199996948242 15.3199996948242 15.3199996948242 14.5621486495081 0 0 0 0
383 2025-07-21 00:00:00-04:00 15.3774995803833 15.3774995803833 15.3774995803833 15.3774995803833 14.6168041258476 0 0 0 0
384 2025-07-22 00:00:00-04:00 15.4350004196167 15.4350004196167 15.4350004196167 15.4350004196167 14.6714605086849 0 0 0 0
385 2025-07-23 00:00:00-04:00 15.6975002288818 15.6975002288818 15.6975002288818 15.6975002288818 14.9209749551035 0 0 0 0
386 2025-07-24 00:00:00-04:00 15.7174997329712 15.7174997329712 15.7174997329712 15.7174997329712 14.9399851220269 0 0 0 0
387 2025-07-25 00:00:00-04:00 15.6674995422363 15.6674995422363 15.6674995422363 15.6674995422363 14.8924583449715 0 0 0 0
388 2025-07-28 00:00:00-04:00 15.539999961853 15.539999961853 15.539999961853 15.539999961853 14.7712659246532 0 0 0 0
389 2025-07-29 00:00:00-04:00 15.5200004577637 15.5200004577637 15.5200004577637 15.5200004577637 14.7522557577298 0 0 0 0
390 2025-07-30 00:00:00-04:00 15.4350004196167 15.4350004196167 15.4350004196167 15.4350004196167 14.6714605086849 0 0 0 0
391 2025-07-31 00:00:00-04:00 15.2624998092651 15.2624998092651 15.2624998092651 15.2624998092651 14.5074931731687 0 0 0 0
392 2025-08-01 00:00:00-04:00 15.1774997711182 15.1774997711182 15.1774997711182 15.1774997711182 14.4266979241238 0 0 0 0
393 2025-08-04 00:00:00-04:00 15.3424997329712 15.3424997329712 15.3424997329712 15.3424997329712 14.5835356538582 0 0 0 0
394 2025-08-05 00:00:00-04:00 15.352499961853 15.352499961853 15.352499961853 15.352499961853 14.5930411905688 0 0 0 0
395 2025-08-06 00:00:00-04:00 15.3374996185303 15.3374996185303 15.3374996185303 15.3374996185303 14.5787828855028 0 0 0 0
396 2025-08-07 00:00:00-04:00 15.4875001907349 15.4875001907349 15.4875001907349 15.4875001907349 14.7213632166691 0 0 0 0
397 2025-08-08 00:00:00-04:00 15.5299997329712 15.5299997329712 15.5299997329712 15.5299997329712 14.7617603879425 0 0 0 0
398 2025-08-11 00:00:00-04:00 15.5100002288818 15.5100002288818 15.5100002288818 15.5100002288818 14.7427502210191 0 0 0 0
399 2025-08-12 00:00:00-04:00 15.6925001144409 15.6925001144409 15.6925001144409 15.6925001144409 14.9162221867481 0 0 0 0
400 2025-08-13 00:00:00-04:00 15.8299999237061 15.8299999237061 15.8299999237061 15.8299999237061 15.0469201437771 0 0 0 0
401 2025-08-14 00:00:00-04:00 15.7775001525879 15.7775001525879 15.7775001525879 15.7775001525879 14.997017435793 0 0 0 0
402 2025-08-15 00:00:00-04:00 15.835000038147 15.835000038147 15.835000038147 15.835000038147 15.0516729121324 0 0 0 0
403 2025-08-18 00:00:00-04:00 15.8100004196167 15.8100004196167 15.8100004196167 15.8100004196167 15.0279099768537 0 0 0 0
404 2025-08-19 00:00:00-04:00 15.8575000762939 15.8575000762939 15.8575000762939 15.8575000762939 15.0730599164825 0 0 0 0
405 2025-08-20 00:00:00-04:00 15.8824996948242 15.8824996948242 15.8824996948242 15.8824996948242 15.0968228517612 0 0 0 0
406 2025-08-21 00:00:00-04:00 15.8549995422363 15.8549995422363 15.8549995422363 15.8549995422363 15.0706830790559 0 0 0 0
407 2025-08-22 00:00:00-04:00 16.0849990844727 16.0849990844727 16.0849990844727 16.0849990844727 15.2893049844137 0 0 0 0
408 2025-08-25 00:00:00-04:00 15.9624996185303 15.9624996185303 15.9624996185303 15.9624996185303 15.1728653324508 0 0 0 0
409 2025-08-26 00:00:00-04:00 15.8924999237061 15.8924999237061 15.8924999237061 15.8924999237061 15.1063283884719 0 0 0 0
410 2025-08-27 00:00:00-04:00 15.8800001144409 15.8800001144409 15.8800001144409 15.8800001144409 15.0944469208325 0 0 0 0
411 2025-08-28 00:00:00-04:00 15.9099998474121 15.9099998474121 15.9099998474121 15.9099998474121 15.1229626244666 0 0 0 0
412 2025-08-29 00:00:00-04:00 15.8900003433228 15.8900003433228 15.8900003433228 15.8900003433228 15.1039524575432 0 0 0 0
413 2025-09-02 00:00:00-04:00 15.7550001144409 15.7550001144409 15.7550001144409 15.7550001144409 14.9756304314429 0 0 0 0
414 2025-09-03 00:00:00-04:00 15.7550001144409 15.7550001144409 15.7550001144409 15.7550001144409 14.9756304314429 0 0 0 0
415 2025-09-04 00:00:00-04:00 15.7849998474121 15.7849998474121 15.7849998474121 15.7849998474121 15.004146135077 0 0 0 0
416 2025-09-05 00:00:00-04:00 15.9250001907349 15.9250001907349 15.9250001907349 15.9250001907349 15.1372209295326 0 0 0 0
417 2025-09-08 00:00:00-04:00 16.0249996185303 16.0249996185303 16.0249996185303 16.0249996185303 15.2322735771455 0 0 0 0
418 2025-09-09 00:00:00-04:00 16.0575008392334 16.0575008392334 16.0575008392334 16.0575008392334 15.2631670247041 0 0 0 0
419 2025-09-10 00:00:00-04:00 16.0750007629395 16.0750007629395 16.0750007629395 16.0750007629395 15.2798012606988 0 0 0 0
420 2025-09-11 00:00:00-04:00 16.2900009155273 16.2900009155273 16.2900009155273 16.2900009155273 15.4841657674886 0 0 0 0
421 2025-09-12 00:00:00-04:00 16.2299995422363 16.2299995422363 16.2299995422363 16.2299995422363 15.4271325472246 0 0 0 0
422 2025-09-15 00:00:00-04:00 16.3075008392334 16.3075008392334 16.3075008392334 16.3075008392334 15.5008000034833 0 0 0 0
423 2025-09-16 00:00:00-04:00 16.3024997711182 16.3024997711182 16.3024997711182 16.3024997711182 15.4960463286301 0 0 0 0
424 2025-09-17 00:00:00-04:00 16.3474998474121 16.3474998474121 16.3474998474121 16.3474998474121 15.5388203373302 0 0 0 0
425 2025-09-18 00:00:00-04:00 16.3125 16.3125 16.3125 16.3125 15.5055518653407 0 0 0 0
426 2025-09-19 00:00:00-04:00 16.2749996185303 16.2749996185303 16.2749996185303 16.2749996185303 15.4699065559247 0 0 0 0
427 2025-09-22 00:00:00-04:00 16.3199996948242 16.3199996948242 16.3199996948242 16.3199996948242 15.5126805646248 0 0 0 0
428 2025-09-23 00:00:00-04:00 16.3250007629395 16.3250007629395 16.3250007629395 16.3250007629395 15.517434239478 0 0 0 0
429 2025-09-24 00:00:00-04:00 16.2900009155273 16.2900009155273 16.2900009155273 16.2900009155273 15.4841657674886 0 0 0 0
430 2025-09-25 00:00:00-04:00 16.1324996948242 16.1324996948242 16.1324996948242 16.1324996948242 15.3344558305404 0 0 0 0
431 2025-09-26 00:00:00-04:00 16.2124996185303 16.2124996185303 16.2124996185303 16.2124996185303 15.4104983112299 0 0 0 0
432 2025-09-29 00:00:00-04:00 16.3274993896484 16.3274993896484 16.3274993896484 16.3274993896484 15.5198092639088 0 0 0 0
433 2025-09-30 00:00:00-04:00 16.4500007629395 16.4500007629395 16.4500007629395 16.4500007629395 15.6362507288676 0 0 0 0
434 2025-10-01 00:00:00-04:00 16.5550003051758 16.5550003051758 16.5550003051758 16.5550003051758 15.7360561448359 0 0 0 0
435 2025-10-02 00:00:00-04:00 16.5349998474121 16.5349998474121 16.5349998474121 16.5349998474121 15.7170450714145 0 0 0 0
436 2025-10-03 00:00:00-04:00 16.625 16.625 16.625 16.625 15.8025930888147 0 0 0 0
437 2025-10-06 00:00:00-04:00 16.6224994659424 16.6224994659424 16.6224994659424 16.6224994659424 15.8002162513881 0 0 0 0
438 2025-10-07 00:00:00-04:00 16.4825000762939 16.4825000762939 16.4825000762939 16.4825000762939 15.6671423634304 0 0 0 0
439 2025-10-08 00:00:00-04:00 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 15.7122932095571 0 0 0 0
440 2025-10-09 00:00:00-04:00 16.4274997711182 16.4274997711182 16.4274997711182 16.4274997711182 15.6148628180197 0 0 0 0
441 2025-10-10 00:00:00-04:00 16.1149997711182 16.1149997711182 16.1149997711182 16.1149997711182 15.3178215945457 0 0 0 0
442 2025-10-13 00:00:00-04:00 16.2775001525879 16.2775001525879 16.2775001525879 16.2775001525879 15.4722833933513 0 0 0 0
443 2025-10-14 00:00:00-04:00 16.2975006103516 16.2975006103516 16.2975006103516 16.2975006103516 15.4912944667726 0 0 0 0
444 2025-10-15 00:00:00-04:00 16.3675003051758 16.3675003051758 16.3675003051758 16.3675003051758 15.5578314107515 0 0 0 0
445 2025-10-16 00:00:00-04:00 16.3875007629395 16.3875007629395 16.3875007629395 16.3875007629395 15.5768424841728 0 0 0 0
446 2025-10-17 00:00:00-04:00 16.3999996185303 16.3999996185303 16.3999996185303 16.3999996185303 15.5887230453143 0 0 0 0
447 2025-10-20 00:00:00-04:00 16.4750003814697 16.4750003814697 16.4750003814697 16.4750003814697 15.6600136641463 0 0 0 0
448 2025-10-21 00:00:00-04:00 16.4099998474121 16.4099998474121 16.4099998474121 16.4099998474121 15.598228582025 0 0 0 0
449 2025-10-22 00:00:00-04:00 16.4074993133545 16.4074993133545 16.4074993133545 16.4074993133545 15.5958517445984 0 0 0 0
450 2025-10-23 00:00:00-04:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 15.6457544525825 0 0 0 0
451 2025-10-24 00:00:00-04:00 16.5025005340576 16.5025005340576 16.5025005340576 16.5025005340576 15.6861534368517 0 0 0 0
452 2025-10-27 00:00:00-04:00 16.6000003814697 16.6000003814697 16.6000003814697 16.6000003814697 15.7788301535359 0 0 4 0
453 2025-10-28 00:00:00-04:00 16.5599994659424 16.5599994659424 16.5599994659424 16.5599994659424 15.7408080066933 0 0 0 0
454 2025-10-29 00:00:00-04:00 16.5900001525879 16.5900001525879 16.5900001525879 16.5900001525879 15.7693246168253 0 0 0 0
455 2025-10-30 00:00:00-04:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.6267451921569 0 0 0 0
456 2025-10-31 00:00:00-04:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.6267451921569 0 0 0 0
457 2025-11-03 00:00:00-05:00 16.4300003051758 16.4300003051758 16.4300003051758 16.4300003051758 15.6172396554463 0 0 0 0
458 2025-11-04 00:00:00-05:00 16.3199996948242 16.3199996948242 16.3199996948242 16.3199996948242 15.5126805646248 0 0 0 0
459 2025-11-05 00:00:00-05:00 16.3899993896484 16.3899993896484 16.3899993896484 16.3899993896484 15.5792175086036 0 0 0 0
460 2025-11-06 00:00:00-05:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.6267451921569 0 0 0 0
461 2025-11-07 00:00:00-05:00 16.4899997711182 16.4899997711182 16.4899997711182 16.4899997711182 15.6742710627145 0 0 0 0
462 2025-11-10 00:00:00-05:00 16.6800003051758 16.6800003051758 16.6800003051758 16.6800003051758 15.8548726342254 0 0 0 0
463 2025-11-11 00:00:00-05:00 16.8400001525879 16.8400001525879 16.8400001525879 16.8400001525879 16.0069575956044 0 0 0 0
464 2025-11-12 00:00:00-05:00 16.9599990844727 16.9599990844727 16.9599990844727 16.9599990844727 16.1210204101408 0 0 0 0
465 2025-11-13 00:00:00-05:00 16.8199996948242 16.8199996948242 16.8199996948242 16.8199996948242 15.9879465221831 0 0 0 0
466 2025-11-14 00:00:00-05:00 16.6599998474121 16.6599998474121 16.6599998474121 16.6599998474121 15.8358615608041 0 0 0 0
467 2025-11-17 00:00:00-05:00 16.4899997711182 16.4899997711182 16.4899997711182 16.4899997711182 15.6742710627145 0 0 0 0
468 2025-11-18 00:00:00-05:00 16.3299999237061 16.3299999237061 16.3299999237061 16.3299999237061 15.5221861013354 0 0 0 0
469 2025-11-19 00:00:00-05:00 16.2299995422363 16.2299995422363 16.2299995422363 16.2299995422363 15.4271325472246 0 0 0 0
470 2025-11-20 00:00:00-05:00 16.0699996948242 16.0699996948242 16.0699996948242 16.0699996948242 15.2750475858456 0 0 0 0
471 2025-11-21 00:00:00-05:00 16.25 16.25 16.25 16.25 15.4461436206459 0 0 0 0
472 2025-11-24 00:00:00-05:00 16.3099994659424 16.3099994659424 16.3099994659424 16.3099994659424 15.5031750279141 0 0 0 0
473 2025-11-25 00:00:00-05:00 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 15.6932821361358 0 0 0 0
474 2025-11-26 00:00:00-05:00 16.6599998474121 16.6599998474121 16.6599998474121 16.6599998474121 15.8358615608041 0 0 0 0
475 2025-11-28 00:00:00-05:00 16.7299995422363 16.7299995422363 16.7299995422363 16.7299995422363 15.902398504783 0 0 0 0
476 2025-12-01 00:00:00-05:00 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 15.8643781709361 0 0 0 0
477 2025-12-02 00:00:00-05:00 16.7700004577637 16.7700004577637 16.7700004577637 16.7700004577637 15.9404206516256 0 0 0 0
478 2025-12-03 00:00:00-05:00 16.8199996948242 16.8199996948242 16.8199996948242 16.8199996948242 15.9879465221831 0 0 0 0
479 2025-12-04 00:00:00-05:00 16.8799991607666 16.8799991607666 16.8799991607666 16.8799991607666 16.0449779294513 0 0 0 0
480 2025-12-05 00:00:00-05:00 16.8400001525879 16.8400001525879 16.8400001525879 16.8400001525879 16.0069575956044 0 0 0 0
481 2025-12-08 00:00:00-05:00 16.8600006103516 16.8600006103516 16.8600006103516 16.8600006103516 16.0259686690258 0 0 0 0
482 2025-12-09 00:00:00-05:00 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 15.9974520588938 0 0 0 0
483 2025-12-10 00:00:00-05:00 16.9500007629395 16.9500007629395 16.9500007629395 16.9500007629395 16.1115166864259 0 0 0 0
484 2025-12-11 00:00:00-05:00 17.0799999237061 17.0799999237061 17.0799999237061 17.0799999237061 16.235085037673 0 0 0 0
485 2025-12-12 00:00:00-05:00 17.0200004577637 17.0200004577637 17.0200004577637 17.0200004577637 16.1780536304048 0 0 0 0
486 2025-12-15 00:00:00-05:00 17.0900001525879 17.0900001525879 17.0900001525879 17.0900001525879 16.2445905743836 0 0 0 0
487 2025-12-16 00:00:00-05:00 16.9899997711182 16.9899997711182 16.9899997711182 16.9899997711182 16.1495370202728 0 0 0 0
488 2025-12-17 00:00:00-05:00 16.9200000762939 16.9200000762939 16.9200000762939 16.9200000762939 16.0830000762939 0 0 0 0
489 2025-12-18 00:00:00-05:00 16.2199993133545 16.2199993133545 16.2199993133545 16.2199993133545 16.2199993133545 0 0.837 0 0.417
490 2025-12-19 00:00:00-05:00 16.2999992370605 16.2999992370605 16.2999992370605 16.2999992370605 16.2999992370605 0 0 0 0
491 2025-12-22 00:00:00-05:00 16.3700008392334 16.3700008392334 16.3700008392334 16.3700008392334 16.3700008392334 0 0 0 0
492 2025-12-23 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
493 2025-12-24 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
494 2025-12-26 00:00:00-05:00 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 0 0 0 0
495 2025-12-29 00:00:00-05:00 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 0 0 0 0
496 2025-12-30 00:00:00-05:00 16.5400009155273 16.5400009155273 16.5400009155273 16.5400009155273 16.5400009155273 0 0 0 0
497 2025-12-31 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
498 2026-01-02 00:00:00-05:00 16.6299991607666 16.6299991607666 16.6299991607666 16.6299991607666 16.6299991607666 0 0 0 0
499 2026-01-05 00:00:00-05:00 16.7900009155273 16.7900009155273 16.7900009155273 16.7900009155273 16.7900009155273 0 0 0 0
500 2026-01-06 00:00:00-05:00 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 0 0 0 0
501 2026-01-07 00:00:00-05:00 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 0 0 0 0
502 2026-01-08 00:00:00-05:00 16.7600002288818 16.7600002288818 16.7600002288818 16.7600002288818 16.7600002288818 0 0 0 0
503 2026-01-09 00:00:00-05:00 16.8099994659424 16.8099994659424 16.8099994659424 16.8099994659424 16.8099994659424 0 0 0 0

View File

@@ -0,0 +1,503 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains
2024-01-10 00:00:00-05:00,12.147500038147,12.147500038147,12.147500038147,12.147500038147,11.0047464370728,0,0,0,0
2024-01-11 00:00:00-05:00,12.1350002288818,12.1350002288818,12.1350002288818,12.1350002288818,10.9934225082397,0,0,0,0
2024-01-12 00:00:00-05:00,12.1400003433228,12.1400003433228,12.1400003433228,12.1400003433228,10.9979524612427,0,0,0,0
2024-01-16 00:00:00-05:00,11.9300003051758,11.9300003051758,11.9300003051758,11.9300003051758,10.8077077865601,0,0,0,0
2024-01-17 00:00:00-05:00,11.7924995422363,11.7924995422363,11.7924995422363,11.7924995422363,10.683141708374,0,0,0,0
2024-01-18 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,10.7261743545532,0,0,0,0
2024-01-19 00:00:00-05:00,11.9025001525879,11.9025001525879,11.9025001525879,11.9025001525879,10.7827949523926,0,0,0,0
2024-01-22 00:00:00-05:00,11.9075002670288,11.9075002670288,11.9075002670288,11.9075002670288,10.7873249053955,0,0,0,0
2024-01-23 00:00:00-05:00,11.9224996566772,11.9224996566772,11.9224996566772,11.9224996566772,10.8009128570557,0,0,0,0
2024-01-24 00:00:00-05:00,11.9925003051758,11.9925003051758,11.9925003051758,11.9925003051758,10.8643283843994,0,0,0,0
2024-01-25 00:00:00-05:00,11.9575004577637,11.9575004577637,11.9575004577637,11.9575004577637,10.8326215744019,0,0,0,0
2024-01-26 00:00:00-05:00,12.0325002670288,12.0325002670288,12.0325002670288,12.0325002670288,10.9005651473999,0,0,0,0
2024-01-29 00:00:00-05:00,12.0749998092651,12.0749998092651,12.0749998092651,12.0749998092651,10.9390668869019,0,0,0,0
2024-01-30 00:00:00-05:00,12.0299997329712,12.0299997329712,12.0299997329712,12.0299997329712,10.8983001708984,0,0,0,0
2024-01-31 00:00:00-05:00,11.9324998855591,11.9324998855591,11.9324998855591,11.9324998855591,10.8099727630615,0,0,0,0
2024-02-01 00:00:00-05:00,11.9825000762939,11.9825000762939,11.9825000762939,11.9825000762939,10.8552694320679,0,0,0,0
2024-02-02 00:00:00-05:00,11.9125003814697,11.9125003814697,11.9125003814697,11.9125003814697,10.7918539047241,0,0,0,0
2024-02-05 00:00:00-05:00,11.8400001525879,11.8400001525879,11.8400001525879,11.8400001525879,10.7261743545532,0,0,0,0
2024-02-06 00:00:00-05:00,11.9274997711182,11.9274997711182,11.9274997711182,11.9274997711182,10.8054428100586,0,0,0,0
2024-02-07 00:00:00-05:00,11.8699998855591,11.8699998855591,11.8699998855591,11.8699998855591,10.7533521652222,0,0,0,0
2024-02-08 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.687671661377,0,0,0,0
2024-02-09 00:00:00-05:00,11.8050003051758,11.8050003051758,11.8050003051758,11.8050003051758,10.6944675445557,0,0,0,0
2024-02-12 00:00:00-05:00,11.875,11.875,11.875,11.875,10.7578821182251,0,0,0,0
2024-02-13 00:00:00-05:00,11.727499961853,11.727499961853,11.727499961853,11.727499961853,10.6242580413818,0,0,0,0
2024-02-14 00:00:00-05:00,11.7974996566772,11.7974996566772,11.7974996566772,11.7974996566772,10.687671661377,0,0,0,0
2024-02-15 00:00:00-05:00,11.9049997329712,11.9049997329712,11.9049997329712,11.9049997329712,10.7850589752197,0,0,0,0
2024-02-16 00:00:00-05:00,11.9624996185303,11.9624996185303,11.9624996185303,11.9624996185303,10.8371505737305,0,0,0,0
2024-02-20 00:00:00-05:00,12.0349998474121,12.0349998474121,12.0349998474121,12.0349998474121,10.9028301239014,0,0,0,0
2024-02-21 00:00:00-05:00,12.0550003051758,12.0550003051758,12.0550003051758,12.0550003051758,10.9209489822388,0,0,0,0
2024-02-22 00:00:00-05:00,12.1800003051758,12.1800003051758,12.1800003051758,12.1800003051758,11.0341892242432,0,0,0,0
2024-02-23 00:00:00-05:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.0319242477417,0,0,0,0
2024-02-26 00:00:00-05:00,12.1525001525879,12.1525001525879,12.1525001525879,12.1525001525879,11.0092763900757,0,0,0,0
2024-02-27 00:00:00-05:00,12.1724996566772,12.1724996566772,12.1724996566772,12.1724996566772,11.0273942947388,0,0,0,0
2024-02-28 00:00:00-05:00,12.1175003051758,12.1175003051758,12.1175003051758,12.1175003051758,10.9775695800781,0,0,0,0
2024-02-29 00:00:00-05:00,12.0900001525879,12.0900001525879,12.0900001525879,12.0900001525879,10.9526567459106,0,0,0,0
2024-03-01 00:00:00-05:00,12.2150001525879,12.2150001525879,12.2150001525879,12.2150001525879,11.065896987915,0,0,0,0
2024-03-04 00:00:00-05:00,12.1549997329712,12.1549997329712,12.1549997329712,12.1549997329712,11.0115404129028,0,0,0,0
2024-03-05 00:00:00-05:00,12.1374998092651,12.1374998092651,12.1374998092651,12.1374998092651,10.9956874847412,0,0,0,0
2024-03-06 00:00:00-05:00,12.2674999237061,12.2674999237061,12.2674999237061,12.2674999237061,11.1134576797485,0,0,0,0
2024-03-07 00:00:00-05:00,12.3699998855591,12.3699998855591,12.3699998855591,12.3699998855591,11.2063150405884,0,0,0,0
2024-03-08 00:00:00-05:00,12.3874998092651,12.3874998092651,12.3874998092651,12.3874998092651,11.2221689224243,0,0,0,0
2024-03-11 00:00:00-04:00,12.4174995422363,12.4174995422363,12.4174995422363,12.4174995422363,11.2493467330933,0,0,0,0
2024-03-12 00:00:00-04:00,12.5299997329712,12.5299997329712,12.5299997329712,12.5299997329712,11.351263999939,0,0,0,0
2024-03-13 00:00:00-04:00,12.5775003433228,12.5775003433228,12.5775003433228,12.5775003433228,11.3942956924438,0,0,0,0
2024-03-14 00:00:00-04:00,12.4875001907349,12.4875001907349,12.4875001907349,12.4875001907349,11.3127613067627,0,0,0,0
2024-03-15 00:00:00-04:00,12.4549999237061,12.4549999237061,12.4549999237061,12.4549999237061,11.2833194732666,0,0,0,0
2024-03-18 00:00:00-04:00,12.4700002670288,12.4700002670288,12.4700002670288,12.4700002670288,11.2969083786011,0,0,0,0
2024-03-19 00:00:00-04:00,12.477499961853,12.477499961853,12.477499961853,12.477499961853,11.3037023544312,0,0,0,0
2024-03-20 00:00:00-04:00,12.5825004577637,12.5825004577637,12.5825004577637,12.5825004577637,11.3988256454468,0,0,0,0
2024-03-21 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.3920297622681,0,0,0,0
2024-03-22 00:00:00-04:00,12.5325002670288,12.5325002670288,12.5325002670288,12.5325002670288,11.3535289764404,0,0,0,0
2024-03-25 00:00:00-04:00,12.5524997711182,12.5524997711182,12.5524997711182,12.5524997711182,11.3716468811035,0,0,0,0
2024-03-26 00:00:00-04:00,12.5749998092651,12.5749998092651,12.5749998092651,12.5749998092651,11.3920297622681,0,0,0,0
2024-03-27 00:00:00-04:00,12.6800003051758,12.6800003051758,12.6800003051758,12.6800003051758,11.4871530532837,0,0,0,0
2024-03-28 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.4826231002808,0,0,0,0
2024-04-01 00:00:00-04:00,12.625,12.625,12.625,12.625,11.4373264312744,0,0,0,0
2024-04-02 00:00:00-04:00,12.5874996185303,12.5874996185303,12.5874996185303,12.5874996185303,11.4033546447754,0,0,0,0
2024-04-03 00:00:00-04:00,12.6724996566772,12.6724996566772,12.6724996566772,12.6724996566772,11.480357170105,0,0,0,0
2024-04-04 00:00:00-04:00,12.6199998855591,12.6199998855591,12.6199998855591,12.6199998855591,11.4327964782715,0,0,0,0
2024-04-05 00:00:00-04:00,12.6225004196167,12.6225004196167,12.6225004196167,12.6225004196167,11.4350624084473,0,0,0,0
2024-04-08 00:00:00-04:00,12.6750001907349,12.6750001907349,12.6750001907349,12.6750001907349,11.4826231002808,0,0,0,0
2024-04-09 00:00:00-04:00,12.7124996185303,12.7124996185303,12.7124996185303,12.7124996185303,11.5165948867798,0,0,0,0
2024-04-10 00:00:00-04:00,12.5900001525879,12.5900001525879,12.5900001525879,12.5900001525879,11.4056186676025,0,0,0,0
2024-04-11 00:00:00-04:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.3761768341064,0,0,0,0
2024-04-12 00:00:00-04:00,12.3474998474121,12.3474998474121,12.3474998474121,12.3474998474121,11.1859321594238,0,0,0,0
2024-04-15 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.1247816085815,0,0,0,0
2024-04-16 00:00:00-04:00,12.1625003814697,12.1625003814697,12.1625003814697,12.1625003814697,11.0183362960815,0,0,0,0
2024-04-17 00:00:00-04:00,12.1850004196167,12.1850004196167,12.1850004196167,12.1850004196167,11.0387191772461,0,0,0,0
2024-04-18 00:00:00-04:00,12.1999998092651,12.1999998092651,12.1999998092651,12.1999998092651,11.0523071289063,0,0,0,0
2024-04-19 00:00:00-04:00,12.2349996566772,12.2349996566772,12.2349996566772,12.2349996566772,11.0840148925781,0,0,0,0
2024-04-22 00:00:00-04:00,12.4125003814697,12.4125003814697,12.4125003814697,12.4125003814697,11.2448177337646,0,0,0,0
2024-04-23 00:00:00-04:00,12.5124998092651,12.5124998092651,12.5124998092651,12.5124998092651,11.3354091644287,0,0,0,0
2024-04-24 00:00:00-04:00,12.5074996948242,12.5074996948242,12.5074996948242,12.5074996948242,11.3308801651001,0,0,0,0
2024-04-25 00:00:00-04:00,12.5699996948242,12.5699996948242,12.5699996948242,12.5699996948242,11.3874998092651,0,0,0,0
2024-04-26 00:00:00-04:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.4282674789429,0,0,0,0
2024-04-29 00:00:00-04:00,12.6999998092651,12.6999998092651,12.6999998092651,12.6999998092651,11.5052709579468,0,0,0,0
2024-04-30 00:00:00-04:00,12.5050001144409,12.5050001144409,12.5050001144409,12.5050001144409,11.328616142273,0,0,0,0
2024-05-01 00:00:00-04:00,12.4949998855591,12.4949998855591,12.4949998855591,12.4949998855591,11.3195562362671,0,0,0,0
2024-05-02 00:00:00-04:00,12.6674995422363,12.6674995422363,12.6674995422363,12.6674995422363,11.4758281707764,0,0,0,0
2024-05-03 00:00:00-04:00,12.7524995803833,12.7524995803833,12.7524995803833,12.7524995803833,11.5528316497803,0,0,0,0
2024-05-06 00:00:00-04:00,12.852499961853,12.852499961853,12.852499961853,12.852499961853,11.643424987793,0,0,0,0
2024-05-07 00:00:00-04:00,12.914999961853,12.914999961853,12.914999961853,12.914999961853,11.7000455856323,0,0,0,0
2024-05-08 00:00:00-04:00,12.9350004196167,12.9350004196167,12.9350004196167,12.9350004196167,11.7181644439697,0,0,0,0
2024-05-09 00:00:00-04:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,11.7996969223022,0,0,0,0
2024-05-10 00:00:00-04:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,11.8744373321533,0,0,0,0
2024-05-13 00:00:00-04:00,13.1824998855591,13.1824998855591,13.1824998855591,13.1824998855591,11.9423809051514,0,0,0,0
2024-05-14 00:00:00-04:00,13.2399997711182,13.2399997711182,13.2399997711182,13.2399997711182,11.9944715499878,0,0,0,0
2024-05-15 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0
2024-05-16 00:00:00-04:00,13.3500003814697,13.3500003814697,13.3500003814697,13.3500003814697,12.094123840332,0,0,0,0
2024-05-17 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.109977722168,0,0,0,0
2024-05-20 00:00:00-04:00,13.397500038147,13.397500038147,13.397500038147,13.397500038147,12.1371555328369,0,0,0,0
2024-05-21 00:00:00-04:00,13.3474998474121,13.3474998474121,13.3474998474121,13.3474998474121,12.0918579101563,0,0,0,0
2024-05-22 00:00:00-04:00,13.2224998474121,13.2224998474121,13.2224998474121,13.2224998474121,11.9786176681519,0,0,0,0
2024-05-23 00:00:00-04:00,13.125,13.125,13.125,13.125,11.8902902603149,0,0,0,0
2024-05-24 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0
2024-05-28 00:00:00-04:00,13.1899995803833,13.1899995803833,13.1899995803833,13.1899995803833,11.9491748809814,0,0,0,0
2024-05-29 00:00:00-04:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,11.7476062774658,0,0,0,0
2024-05-30 00:00:00-04:00,13.0699996948242,13.0699996948242,13.0699996948242,13.0699996948242,11.8404636383057,0,0,0,0
2024-05-31 00:00:00-04:00,13.1925001144409,13.1925001144409,13.1925001144409,13.1925001144409,11.9514398574829,0,0,0,0
2024-06-03 00:00:00-04:00,13.1774997711182,13.1774997711182,13.1774997711182,13.1774997711182,11.9378509521484,0,0,0,0
2024-06-04 00:00:00-04:00,13.0550003051758,13.0550003051758,13.0550003051758,13.0550003051758,11.8268756866455,0,0,0,0
2024-06-05 00:00:00-04:00,13.1549997329712,13.1549997329712,13.1549997329712,13.1549997329712,11.9174680709839,0,0,0,0
2024-06-06 00:00:00-04:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,11.9559698104858,0,0,0,0
2024-06-07 00:00:00-04:00,13.085000038147,13.085000038147,13.085000038147,13.085000038147,11.8540534973145,0,0,0,0
2024-06-10 00:00:00-04:00,13.039999961853,13.039999961853,13.039999961853,13.039999961853,11.8132858276367,0,0,0,0
2024-06-11 00:00:00-04:00,12.9025001525879,12.9025001525879,12.9025001525879,12.9025001525879,11.6887216567993,0,0,0,0
2024-06-12 00:00:00-04:00,13.0074996948242,13.0074996948242,13.0074996948242,13.0074996948242,11.7838430404663,0,0,0,0
2024-06-13 00:00:00-04:00,12.8275003433228,12.8275003433228,12.8275003433228,12.8275003433228,11.620777130127,0,0,0,0
2024-06-14 00:00:00-04:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.5098009109497,0,0,0,0
2024-06-17 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.5573616027832,0,0,0,0
2024-06-18 00:00:00-04:00,12.7849998474121,12.7849998474121,12.7849998474121,12.7849998474121,11.5822744369507,0,0,0,0
2024-06-20 00:00:00-04:00,12.8325004577637,12.8325004577637,12.8325004577637,12.8325004577637,11.6253070831299,0,0,0,0
2024-06-21 00:00:00-04:00,12.7200002670288,12.7200002670288,12.7200002670288,12.7200002670288,11.5233898162842,0,0,0,0
2024-06-24 00:00:00-04:00,12.8675003051758,12.8675003051758,12.8675003051758,12.8675003051758,11.6570148468018,0,0,0,0
2024-06-25 00:00:00-04:00,12.8249998092651,12.8249998092651,12.8249998092651,12.8249998092651,11.6185111999512,0,0,0,0
2024-06-26 00:00:00-04:00,12.7399997711182,12.7399997711182,12.7399997711182,12.7399997711182,11.5415086746216,0,0,0,0
2024-06-27 00:00:00-04:00,12.7025003433228,12.7025003433228,12.7025003433228,12.7025003433228,11.5075359344482,0,0,0,0
2024-06-28 00:00:00-04:00,12.6774997711182,12.6774997711182,12.6774997711182,12.6774997711182,11.4848871231079,0,0,0,0
2024-07-01 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.5301837921143,0,0,0,0
2024-07-02 00:00:00-04:00,12.727499961853,12.727499961853,12.727499961853,12.727499961853,11.5301837921143,0,0,0,0
2024-07-03 00:00:00-04:00,12.8999996185303,12.8999996185303,12.8999996185303,12.8999996185303,11.6864566802979,0,0,0,0
2024-07-05 00:00:00-04:00,12.960000038147,12.960000038147,12.960000038147,12.960000038147,11.7408123016357,0,0,0,0
2024-07-08 00:00:00-04:00,12.9499998092651,12.9499998092651,12.9499998092651,12.9499998092651,11.7317533493042,0,0,0,0
2024-07-09 00:00:00-04:00,12.9075002670288,12.9075002670288,12.9075002670288,12.9075002670288,11.6932506561279,0,0,0,0
2024-07-10 00:00:00-04:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,11.8359336853027,0,0,0,0
2024-07-11 00:00:00-04:00,13.1724996566772,13.1724996566772,13.1724996566772,13.1724996566772,11.9333209991455,0,0,0,0
2024-07-12 00:00:00-04:00,13.2950000762939,13.2950000762939,13.2950000762939,13.2950000762939,12.0442972183228,0,0,0,0
2024-07-15 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0
2024-07-16 00:00:00-04:00,13.2200002670288,13.2200002670288,13.2200002670288,13.2200002670288,11.9763536453247,0,0,0,0
2024-07-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.0397682189941,0,0,0,0
2024-07-18 00:00:00-04:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,11.912938117981,0,0,0,0
2024-07-19 00:00:00-04:00,13.0500001907349,13.0500001907349,13.0500001907349,13.0500001907349,11.8223457336426,0,0,0,0
2024-07-22 00:00:00-04:00,13.1949996948242,13.1949996948242,13.1949996948242,13.1949996948242,11.9537048339844,0,0,0,0
2024-07-23 00:00:00-04:00,13.0874996185303,13.0874996185303,13.0874996185303,13.0874996185303,11.8563175201416,0,0,0,0
2024-07-24 00:00:00-04:00,12.9624996185303,12.9624996185303,12.9624996185303,12.9624996185303,11.7430763244629,0,0,0,0
2024-07-25 00:00:00-04:00,12.9300003051758,12.9300003051758,12.9300003051758,12.9300003051758,11.7136344909668,0,0,0,0
2024-07-26 00:00:00-04:00,13.0325002670288,13.0325002670288,13.0325002670288,13.0325002670288,11.8064918518066,0,0,0,0
2024-07-29 00:00:00-04:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,11.7906379699707,0,0,0,0
2024-07-30 00:00:00-04:00,12.9825000762939,12.9825000762939,12.9825000762939,12.9825000762939,11.7611951828003,0,0,0,0
2024-07-31 00:00:00-04:00,13.0799999237061,13.0799999237061,13.0799999237061,13.0799999237061,11.8495235443115,0,0,0,0
2024-08-01 00:00:00-04:00,12.8299999237061,12.8299999237061,12.8299999237061,12.8299999237061,11.6230411529541,0,0,0,0
2024-08-02 00:00:00-04:00,12.6400003433228,12.6400003433228,12.6400003433228,12.6400003433228,11.4509162902832,0,0,0,0
2024-08-05 00:00:00-04:00,12.3599996566772,12.3599996566772,12.3599996566772,12.3599996566772,11.1972551345825,0,0,0,0
2024-08-06 00:00:00-04:00,12.3649997711182,12.3649997711182,12.3649997711182,12.3649997711182,11.2017850875855,0,0,0,0
2024-08-07 00:00:00-04:00,12.4475002288818,12.4475002288818,12.4475002288818,12.4475002288818,11.2765245437622,0,0,0,0
2024-08-08 00:00:00-04:00,12.6575002670288,12.6575002670288,12.6575002670288,12.6575002670288,11.4667701721191,0,0,0,0
2024-08-09 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.4962120056152,0,0,0,0
2024-08-12 00:00:00-04:00,12.6949996948242,12.6949996948242,12.6949996948242,12.6949996948242,11.5007410049438,0,0,0,0
2024-08-13 00:00:00-04:00,12.8474998474121,12.8474998474121,12.8474998474121,12.8474998474121,11.6388959884644,0,0,0,0
2024-08-14 00:00:00-04:00,12.875,12.875,12.875,12.875,11.6638088226318,0,0,0,0
2024-08-15 00:00:00-04:00,13.0450000762939,13.0450000762939,13.0450000762939,13.0450000762939,11.8178157806396,0,0,0,0
2024-08-16 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,11.8993501663208,0,0,0,0
2024-08-19 00:00:00-04:00,13.2849998474121,13.2849998474121,13.2849998474121,13.2849998474121,12.0352382659912,0,0,0,0
2024-08-20 00:00:00-04:00,13.2124996185303,13.2124996185303,13.2124996185303,13.2124996185303,11.9695587158203,0,0,0,0
2024-08-21 00:00:00-04:00,13.2749996185303,13.2749996185303,13.2749996185303,13.2749996185303,12.0261783599854,0,0,0,0
2024-08-22 00:00:00-04:00,13.2049999237061,13.2049999237061,13.2049999237061,13.2049999237061,11.9627647399902,0,0,0,0
2024-08-23 00:00:00-04:00,13.4025001525879,13.4025001525879,13.4025001525879,13.4025001525879,12.1416845321655,0,0,0,0
2024-08-26 00:00:00-04:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.1190357208252,0,0,0,0
2024-08-27 00:00:00-04:00,13.4449996948242,13.4449996948242,13.4449996948242,13.4449996948242,12.1801872253418,0,0,0,0
2024-08-28 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0
2024-08-29 00:00:00-04:00,13.4049997329712,13.4049997329712,13.4049997329712,13.4049997329712,12.143949508667,0,0,0,0
2024-08-30 00:00:00-04:00,13.4650001525879,13.4650001525879,13.4650001525879,13.4650001525879,12.1983051300049,0,0,0,0
2024-09-03 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.0080604553223,0,0,0,0
2024-09-04 00:00:00-04:00,13.2700004577637,13.2700004577637,13.2700004577637,13.2700004577637,12.0216493606567,0,0,0,0
2024-09-05 00:00:00-04:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.0510921478271,0,0,0,0
2024-09-06 00:00:00-04:00,13.0924997329712,13.0924997329712,13.0924997329712,13.0924997329712,11.8608474731445,0,0,0,0
2024-09-09 00:00:00-04:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,11.9446468353271,0,0,0,0
2024-09-10 00:00:00-04:00,13.1324996948242,13.1324996948242,13.1324996948242,13.1324996948242,11.897084236145,0,0,0,0
2024-09-11 00:00:00-04:00,13.1599998474121,13.1599998474121,13.1599998474121,13.1599998474121,11.9219980239868,0,0,0,0
2024-09-12 00:00:00-04:00,13.2550001144409,13.2550001144409,13.2550001144409,13.2550001144409,12.0080604553223,0,0,0,0
2024-09-13 00:00:00-04:00,13.3249998092651,13.3249998092651,13.3249998092651,13.3249998092651,12.0714750289917,0,0,0,0
2024-09-16 00:00:00-04:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.109977722168,0,0,0,0
2024-09-17 00:00:00-04:00,13.4300003051758,13.4300003051758,13.4300003051758,13.4300003051758,12.1665983200073,0,0,0,0
2024-09-18 00:00:00-04:00,13.4075002670288,13.4075002670288,13.4075002670288,13.4075002670288,12.1462144851685,0,0,0,0
2024-09-19 00:00:00-04:00,13.625,13.625,13.625,13.625,12.3432540893555,0,0,0,0
2024-09-20 00:00:00-04:00,13.5150003433228,13.5150003433228,13.5150003433228,13.5150003433228,12.2436017990112,0,0,0,0
2024-09-23 00:00:00-04:00,13.5574998855591,13.5574998855591,13.5574998855591,13.5574998855591,12.2821025848389,0,0,0,0
2024-09-24 00:00:00-04:00,13.7600002288818,13.7600002288818,13.7600002288818,13.7600002288818,12.4655542373657,0,0,0,0
2024-09-25 00:00:00-04:00,13.6949996948242,13.6949996948242,13.6949996948242,13.6949996948242,12.4066677093506,0,0,0,0
2024-09-26 00:00:00-04:00,14.0024995803833,14.0024995803833,14.0024995803833,14.0024995803833,12.6852397918701,0,0,0,0
2024-09-27 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,12.8347187042236,0,0,0,0
2024-09-30 00:00:00-04:00,13.9425001144409,13.9425001144409,13.9425001144409,13.9425001144409,12.6308860778809,0,0,0,0
2024-10-01 00:00:00-04:00,13.9174995422363,13.9174995422363,13.9174995422363,13.9174995422363,12.6082372665405,0,0,0,0
2024-10-02 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.6422090530396,0,0,0,0
2024-10-03 00:00:00-04:00,13.7950000762939,13.7950000762939,13.7950000762939,13.7950000762939,12.4972610473633,0,0,0,0
2024-10-04 00:00:00-04:00,13.9274997711182,13.9274997711182,13.9274997711182,13.9274997711182,12.6172962188721,0,0,0,0
2024-10-07 00:00:00-04:00,13.8924999237061,13.8924999237061,13.8924999237061,13.8924999237061,12.5855894088745,0,0,0,0
2024-10-08 00:00:00-04:00,13.7749996185303,13.7749996185303,13.7749996185303,13.7749996185303,12.4791421890259,0,0,0,0
2024-10-09 00:00:00-04:00,13.8125,13.8125,13.8125,13.8125,12.5131149291992,0,0,0,0
2024-10-10 00:00:00-04:00,13.789999961853,13.789999961853,13.789999961853,13.789999961853,12.4927310943604,0,0,0,0
2024-10-11 00:00:00-04:00,13.8199996948242,13.8199996948242,13.8199996948242,13.8199996948242,12.5199089050293,0,0,0,0
2024-10-14 00:00:00-04:00,13.8249998092651,13.8249998092651,13.8249998092651,13.8249998092651,12.5244388580322,0,0,0,0
2024-10-15 00:00:00-04:00,13.6274995803833,13.6274995803833,13.6274995803833,13.6274995803833,12.3455181121826,0,0,0,0
2024-10-16 00:00:00-04:00,13.6674995422363,13.6674995422363,13.6674995422363,13.6674995422363,12.3817548751831,0,0,0,0
2024-10-17 00:00:00-04:00,13.6975002288818,13.6975002288818,13.6975002288818,13.6975002288818,12.4089336395264,0,0,0,0
2024-10-18 00:00:00-04:00,13.7875003814697,13.7875003814697,13.7875003814697,13.7875003814697,12.4904670715332,0,0,0,0
2024-10-21 00:00:00-04:00,13.664999961853,13.664999961853,13.664999961853,13.664999961853,12.379490852356,0,0,0,0
2024-10-22 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.3319292068481,0,0,0,0
2024-10-23 00:00:00-04:00,13.5299997329712,13.5299997329712,13.5299997329712,13.5299997329712,12.2571897506714,0,0,0,0
2024-10-24 00:00:00-04:00,13.585000038147,13.585000038147,13.585000038147,13.585000038147,12.3070163726807,0,0,0,0
2024-10-25 00:00:00-04:00,13.5625,13.5625,13.5625,13.5625,12.2866325378418,0,0,0,0
2024-10-28 00:00:00-04:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.386284828186,0,0,0,0
2024-10-29 00:00:00-04:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.3115463256836,0,0,0,0
2024-10-30 00:00:00-04:00,13.4875001907349,13.4875001907349,13.4875001907349,13.4875001907349,12.2186889648438,0,0,0,0
2024-10-31 00:00:00-04:00,13.3649997711182,13.3649997711182,13.3649997711182,13.3649997711182,12.1077127456665,0,0,0,0
2024-11-01 00:00:00-04:00,13.4274997711182,13.4274997711182,13.4274997711182,13.4274997711182,12.1643323898315,0,0,0,0
2024-11-04 00:00:00-05:00,13.4700002670288,13.4700002670288,13.4700002670288,13.4700002670288,12.2028350830078,0,0,0,0
2024-11-05 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.3228702545166,0,0,0,0
2024-11-06 00:00:00-05:00,13.5074996948242,13.5074996948242,13.5074996948242,13.5074996948242,12.2368068695068,0,0,0,0
2024-11-07 00:00:00-05:00,13.602499961853,13.602499961853,13.602499961853,13.602499961853,12.3228702545166,0,0,0,0
2024-11-08 00:00:00-05:00,13.4525003433228,13.4525003433228,13.4525003433228,13.4525003433228,12.1869812011719,0,0,0,0
2024-11-11 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.2096290588379,0,0,0,0
2024-11-12 00:00:00-05:00,13.1850004196167,13.1850004196167,13.1850004196167,13.1850004196167,11.9446468353271,0,0,0,0
2024-11-13 00:00:00-05:00,13.1199998855591,13.1199998855591,13.1199998855591,13.1199998855591,11.885760307312,0,0,0,0
2024-11-14 00:00:00-05:00,13.1499996185303,13.1499996185303,13.1499996185303,13.1499996185303,11.912938117981,0,0,0,0
2024-11-15 00:00:00-05:00,13.1175003051758,13.1175003051758,13.1175003051758,13.1175003051758,11.8834953308105,0,0,0,0
2024-11-18 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,11.9650297164917,0,0,0,0
2024-11-19 00:00:00-05:00,13.1625003814697,13.1625003814697,13.1625003814697,13.1625003814697,11.9242630004883,0,0,0,0
2024-11-20 00:00:00-05:00,13.125,13.125,13.125,13.125,11.8902902603149,0,0,0,0
2024-11-21 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,11.8880252838135,0,0,0,0
2024-11-22 00:00:00-05:00,13.1225004196167,13.1225004196167,13.1225004196167,13.1225004196167,11.8880252838135,0,0,0,0
2024-11-25 00:00:00-05:00,13.210000038147,13.210000038147,13.210000038147,13.210000038147,11.9672946929932,0,0,0,0
2024-11-26 00:00:00-05:00,13.1099996566772,13.1099996566772,13.1099996566772,13.1099996566772,11.8767013549805,0,0,0,0
2024-11-27 00:00:00-05:00,13.164999961853,13.164999961853,13.164999961853,13.164999961853,11.9265270233154,0,0,0,0
2024-11-29 00:00:00-05:00,13.2075004577637,13.2075004577637,13.2075004577637,13.2075004577637,11.9650297164917,0,0,0,0
2024-12-02 00:00:00-05:00,13.1975002288818,13.1975002288818,13.1975002288818,13.1975002288818,11.9559698104858,0,0,0,0
2024-12-03 00:00:00-05:00,13.2650003433228,13.2650003433228,13.2650003433228,13.2650003433228,12.0171203613281,0,0,0,0
2024-12-04 00:00:00-05:00,13.25,13.25,13.25,13.25,12.0035305023193,0,0,0,0
2024-12-05 00:00:00-05:00,13.3824996948242,13.3824996948242,13.3824996948242,13.3824996948242,12.1235656738281,0,0,0,0
2024-12-06 00:00:00-05:00,13.3774995803833,13.3774995803833,13.3774995803833,13.3774995803833,12.1190357208252,0,0,0,0
2024-12-09 00:00:00-05:00,13.4425001144409,13.4425001144409,13.4425001144409,13.4425001144409,12.1779222488403,0,0,0,0
2024-12-10 00:00:00-05:00,13.3175001144409,13.3175001144409,13.3175001144409,13.3175001144409,12.0646820068359,0,0,0,0
2024-12-11 00:00:00-05:00,13.3024997711182,13.3024997711182,13.3024997711182,13.3024997711182,12.0510921478271,0,0,0,0
2024-12-12 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.0148553848267,0,0,0,0
2024-12-13 00:00:00-05:00,13.1875,13.1875,13.1875,13.1875,11.9469108581543,0,0,0,0
2024-12-16 00:00:00-05:00,13.1075000762939,13.1075000762939,13.1075000762939,13.1075000762939,11.8744373321533,0,0,0,0
2024-12-17 00:00:00-05:00,13.0349998474121,13.0349998474121,13.0349998474121,13.0349998474121,11.8087558746338,0,0,0,0
2024-12-18 00:00:00-05:00,12.4525003433228,12.4525003433228,12.4525003433228,12.4525003433228,11.5296020507813,0,0.281,0,0
2024-12-19 00:00:00-05:00,12.3850002288818,12.3850002288818,12.3850002288818,12.3850002288818,11.4671049118042,0,0,0,0
2024-12-20 00:00:00-05:00,12.4250001907349,12.4250001907349,12.4250001907349,12.4250001907349,11.5041399002075,0,0,0,0
2024-12-23 00:00:00-05:00,12.5024995803833,12.5024995803833,12.5024995803833,12.5024995803833,11.5758953094482,0,0,0,0
2024-12-24 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.6059875488281,0,0,0,0
2024-12-26 00:00:00-05:00,12.5349998474121,12.5349998474121,12.5349998474121,12.5349998474121,11.6059875488281,0,0,0,0
2024-12-27 00:00:00-05:00,12.5450000762939,12.5450000762939,12.5450000762939,12.5450000762939,11.6152467727661,0,0,0,0
2024-12-30 00:00:00-05:00,12.4825000762939,12.4825000762939,12.4825000762939,12.4825000762939,11.5573787689209,0,0,0,0
2024-12-31 00:00:00-05:00,12.4750003814697,12.4750003814697,12.4750003814697,12.4750003814697,11.5504341125488,0,0,0,0
2025-01-02 00:00:00-05:00,12.4300003051758,12.4300003051758,12.4300003051758,12.4300003051758,11.5087699890137,0,0,0,0
2025-01-03 00:00:00-05:00,12.4624996185303,12.4624996185303,12.4624996185303,12.4624996185303,11.5388603210449,0,0,0,0
2025-01-06 00:00:00-05:00,12.602499961853,12.602499961853,12.602499961853,12.602499961853,11.6684846878052,0,0,0,0
2025-01-07 00:00:00-05:00,12.6149997711182,12.6149997711182,12.6149997711182,12.6149997711182,11.6800584793091,0,0,0,0
2025-01-08 00:00:00-05:00,12.5574998855591,12.5574998855591,12.5574998855591,12.5574998855591,11.6268196105957,0,0,0,0
2025-01-10 00:00:00-05:00,12.3299999237061,12.3299999237061,12.3299999237061,12.3299999237061,11.4161806106567,0,0,0,0
2025-01-13 00:00:00-05:00,12.3024997711182,12.3024997711182,12.3024997711182,12.3024997711182,11.390718460083,0,0,0,0
2025-01-14 00:00:00-05:00,12.3800001144409,12.3800001144409,12.3800001144409,12.3800001144409,11.462474822998,0,0,0,0
2025-01-15 00:00:00-05:00,12.539999961853,12.539999961853,12.539999961853,12.539999961853,11.61061668396,0,0,0,0
2025-01-16 00:00:00-05:00,12.6125001907349,12.6125001907349,12.6125001907349,12.6125001907349,11.6777439117432,0,0,0,0
2025-01-17 00:00:00-05:00,12.7049999237061,12.7049999237061,12.7049999237061,12.7049999237061,11.7633876800537,0,0,0,0
2025-01-21 00:00:00-05:00,12.8625001907349,12.8625001907349,12.8625001907349,12.8625001907349,11.9092149734497,0,0,0,0
2025-01-22 00:00:00-05:00,12.8725004196167,12.8725004196167,12.8725004196167,12.8725004196167,11.9184741973877,0,0,0,0
2025-01-23 00:00:00-05:00,12.9674997329712,12.9674997329712,12.9674997329712,12.9674997329712,12.0064334869385,0,0,0,0
2025-01-24 00:00:00-05:00,13.0249996185303,13.0249996185303,13.0249996185303,13.0249996185303,12.0596714019775,0,0,0,0
2025-01-27 00:00:00-05:00,13.0024995803833,13.0024995803833,13.0024995803833,13.0024995803833,12.03883934021,0,0,0,0
2025-01-28 00:00:00-05:00,13.0150003433228,13.0150003433228,13.0150003433228,13.0150003433228,12.0504131317139,0,0,0,0
2025-01-29 00:00:00-05:00,13.0200004577637,13.0200004577637,13.0200004577637,13.0200004577637,12.05504322052,0,0,0,0
2025-01-30 00:00:00-05:00,13.1525001525879,13.1525001525879,13.1525001525879,13.1525001525879,12.1777229309082,0,0,0,0
2025-01-31 00:00:00-05:00,13.0649995803833,13.0649995803833,13.0649995803833,13.0649995803833,12.0967073440552,0,0,0,0
2025-02-03 00:00:00-05:00,12.8924999237061,12.8924999237061,12.8924999237061,12.8924999237061,11.9369916915894,0,0,0,0
2025-02-04 00:00:00-05:00,13.0600004196167,13.0600004196167,13.0600004196167,13.0600004196167,12.0920782089233,0,0,0,0
2025-02-05 00:00:00-05:00,13.1999998092651,13.1999998092651,13.1999998092651,13.1999998092651,12.2217016220093,0,0,0,0
2025-02-06 00:00:00-05:00,13.352499961853,13.352499961853,13.352499961853,13.352499961853,12.3628997802734,0,0,0,0
2025-02-07 00:00:00-05:00,13.2624998092651,13.2624998092651,13.2624998092651,13.2624998092651,12.2795696258545,0,0,0,0
2025-02-10 00:00:00-05:00,13.3675003051758,13.3675003051758,13.3675003051758,13.3675003051758,12.3767881393433,0,0,0,0
2025-02-11 00:00:00-05:00,13.3950004577637,13.3950004577637,13.3950004577637,13.3950004577637,12.402250289917,0,0,0,0
2025-02-12 00:00:00-05:00,13.477499961853,13.477499961853,13.477499961853,13.477499961853,12.4786357879639,0,0,0,0
2025-02-13 00:00:00-05:00,13.5924997329712,13.5924997329712,13.5924997329712,13.5924997329712,12.5851125717163,0,0,0,0
2025-02-14 00:00:00-05:00,13.6374998092651,13.6374998092651,13.6374998092651,13.6374998092651,12.6267766952515,0,0,0,0
2025-02-18 00:00:00-05:00,13.7425003051758,13.7425003051758,13.7425003051758,13.7425003051758,12.7239952087402,0,0,0,0
2025-02-19 00:00:00-05:00,13.6049995422363,13.6049995422363,13.6049995422363,13.6049995422363,12.5966854095459,0,0,0,0
2025-02-20 00:00:00-05:00,13.6724996566772,13.6724996566772,13.6724996566772,13.6724996566772,12.659182548523,0,0,0,0
2025-02-21 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.6360359191895,0,0,0,0
2025-02-24 00:00:00-05:00,13.5349998474121,13.5349998474121,13.5349998474121,13.5349998474121,12.5318737030029,0,0,0,0
2025-02-25 00:00:00-05:00,13.647500038147,13.647500038147,13.647500038147,13.647500038147,12.6360359191895,0,0,0,0
2025-02-26 00:00:00-05:00,13.7299995422363,13.7299995422363,13.7299995422363,13.7299995422363,12.7124214172363,0,0,0,0
2025-02-27 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.5827980041504,0,0,0,0
2025-02-28 00:00:00-05:00,13.6549997329712,13.6549997329712,13.6549997329712,13.6549997329712,12.6429796218872,0,0,0,0
2025-03-03 00:00:00-05:00,13.6700000762939,13.6700000762939,13.6700000762939,13.6700000762939,12.6568689346313,0,0,0,0
2025-03-04 00:00:00-05:00,13.5900001525879,13.5900001525879,13.5900001525879,13.5900001525879,12.5827980041504,0,0,0,0
2025-03-05 00:00:00-05:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0
2025-03-06 00:00:00-05:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,12.9300050735474,0,0,0,0
2025-03-07 00:00:00-05:00,14.0675001144409,14.0675001144409,14.0675001144409,14.0675001144409,13.0249090194702,0,0,0,0
2025-03-10 00:00:00-04:00,13.7775001525879,13.7775001525879,13.7775001525879,13.7775001525879,12.756402015686,0,0,0,0
2025-03-11 00:00:00-04:00,13.710000038147,13.710000038147,13.710000038147,13.710000038147,12.6939039230347,0,0,0,0
2025-03-12 00:00:00-04:00,13.7674999237061,13.7674999237061,13.7674999237061,13.7674999237061,12.747142791748,0,0,0,0
2025-03-13 00:00:00-04:00,13.6875,13.6875,13.6875,13.6875,12.6730718612671,0,0,0,0
2025-03-14 00:00:00-04:00,13.9350004196167,13.9350004196167,13.9350004196167,13.9350004196167,12.902229309082,0,0,0,0
2025-03-17 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1174964904785,0,0,0,0
2025-03-18 00:00:00-04:00,14.2124996185303,14.2124996185303,14.2124996185303,14.2124996185303,13.159161567688,0,0,0,0
2025-03-19 00:00:00-04:00,14.227499961853,14.227499961853,14.227499961853,14.227499961853,13.1730499267578,0,0,0,0
2025-03-20 00:00:00-04:00,14.1149997711182,14.1149997711182,14.1149997711182,14.1149997711182,13.0688877105713,0,0,0,0
2025-03-21 00:00:00-04:00,14.0124998092651,14.0124998092651,14.0124998092651,14.0124998092651,12.9739847183228,0,0,0,0
2025-03-24 00:00:00-04:00,14.0150003433228,14.0150003433228,14.0150003433228,14.0150003433228,12.976300239563,0,0,0,0
2025-03-25 00:00:00-04:00,14.0775003433228,14.0775003433228,14.0775003433228,14.0775003433228,13.0341672897339,0,0,0,0
2025-03-26 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0
2025-03-27 00:00:00-04:00,13.9549999237061,13.9549999237061,13.9549999237061,13.9549999237061,12.9207458496094,0,0,0,0
2025-03-28 00:00:00-04:00,13.8000001907349,13.8000001907349,13.8000001907349,13.8000001907349,12.7772340774536,0,0,0,0
2025-03-31 00:00:00-04:00,13.6824998855591,13.6824998855591,13.6824998855591,13.6824998855591,12.6684417724609,0,0,0,0
2025-04-01 00:00:00-04:00,13.727499961853,13.727499961853,13.727499961853,13.727499961853,12.7101068496704,0,0,0,0
2025-04-02 00:00:00-04:00,13.7475004196167,13.7475004196167,13.7475004196167,13.7475004196167,12.7286252975464,0,0,0,0
2025-04-03 00:00:00-04:00,13.4674997329712,13.4674997329712,13.4674997329712,13.4674997329712,12.4693765640259,0,0,0,0
2025-04-04 00:00:00-04:00,12.6424999237061,12.6424999237061,12.6424999237061,12.6424999237061,11.7055206298828,0,0,0,0
2025-04-07 00:00:00-04:00,12.2799997329712,12.2799997329712,12.2799997329712,12.2799997329712,11.3698863983154,0,0,0,0
2025-04-08 00:00:00-04:00,12.1774997711182,12.1774997711182,12.1774997711182,12.1774997711182,11.2749824523926,0,0,0,0
2025-04-09 00:00:00-04:00,12.7574996948242,12.7574996948242,12.7574996948242,12.7574996948242,11.8119964599609,0,0,0,0
2025-04-10 00:00:00-04:00,12.6899995803833,12.6899995803833,12.6899995803833,12.6899995803833,11.7494993209839,0,0,0,0
2025-04-11 00:00:00-04:00,12.9399995803833,12.9399995803833,12.9399995803833,12.9399995803833,11.9809713363647,0,0,0,0
2025-04-14 00:00:00-04:00,13.1350002288818,13.1350002288818,13.1350002288818,13.1350002288818,12.1615200042725,0,0,0,0
2025-04-15 00:00:00-04:00,13.2425003051758,13.2425003051758,13.2425003051758,13.2425003051758,12.2610521316528,0,0,0,0
2025-04-16 00:00:00-04:00,13.1674995422363,13.1674995422363,13.1674995422363,13.1674995422363,12.1916103363037,0,0,0,0
2025-04-17 00:00:00-04:00,13.289999961853,13.289999961853,13.289999961853,13.289999961853,12.3050317764282,0,0,0,0
2025-04-21 00:00:00-04:00,13.2174997329712,13.2174997329712,13.2174997329712,13.2174997329712,12.237904548645,0,0,0,0
2025-04-22 00:00:00-04:00,13.4949998855591,13.4949998855591,13.4949998855591,13.4949998855591,12.4948387145996,0,0,0,0
2025-04-23 00:00:00-04:00,13.6125001907349,13.6125001907349,13.6125001907349,13.6125001907349,12.603630065918,0,0,0,0
2025-04-24 00:00:00-04:00,13.7924995422363,13.7924995422363,13.7924995422363,13.7924995422363,12.7702894210815,0,0,0,0
2025-04-25 00:00:00-04:00,13.835000038147,13.835000038147,13.835000038147,13.835000038147,12.8096399307251,0,0,0,0
2025-04-28 00:00:00-04:00,13.9575004577637,13.9575004577637,13.9575004577637,13.9575004577637,12.9230613708496,0,0,0,0
2025-04-29 00:00:00-04:00,13.9624996185303,13.9624996185303,13.9624996185303,13.9624996185303,12.9276905059814,0,0,0,0
2025-04-30 00:00:00-04:00,13.9650001525879,13.9650001525879,13.9650001525879,13.9650001525879,12.9300050735474,0,0,0,0
2025-05-01 00:00:00-04:00,13.9399995803833,13.9399995803833,13.9399995803833,13.9399995803833,12.9068574905396,0,0,0,0
2025-05-02 00:00:00-04:00,14.1549997329712,14.1549997329712,14.1549997329712,14.1549997329712,13.1059236526489,0,0,0,0
2025-05-05 00:00:00-04:00,14.1674995422363,14.1674995422363,14.1674995422363,14.1674995422363,13.1174964904785,0,0,0,0
2025-05-06 00:00:00-04:00,14.2049999237061,14.2049999237061,14.2049999237061,14.2049999237061,13.1522178649902,0,0,0,0
2025-05-07 00:00:00-04:00,14.1125001907349,14.1125001907349,14.1125001907349,14.1125001907349,13.0665731430054,0,0,0,0
2025-05-08 00:00:00-04:00,14.1199998855591,14.1199998855591,14.1199998855591,14.1199998855591,13.0735177993774,0,0,0,0
2025-05-09 00:00:00-04:00,14.2399997711182,14.2399997711182,14.2399997711182,14.2399997711182,13.1846237182617,0,0,0,0
2025-05-12 00:00:00-04:00,14.4324998855591,14.4324998855591,14.4324998855591,14.4324998855591,13.3628568649292,0,0,0,0
2025-05-13 00:00:00-04:00,14.4849996566772,14.4849996566772,14.4849996566772,14.4849996566772,13.4114656448364,0,0,0,0
2025-05-14 00:00:00-04:00,14.4700002670288,14.4700002670288,14.4700002670288,14.4700002670288,13.3975782394409,0,0,0,0
2025-05-15 00:00:00-04:00,14.5524997711182,14.5524997711182,14.5524997711182,14.5524997711182,13.4739627838135,0,0,0,0
2025-05-16 00:00:00-04:00,14.6000003814697,14.6000003814697,14.6000003814697,14.6000003814697,13.5179433822632,0,0,0,0
2025-05-19 00:00:00-04:00,14.710000038147,14.710000038147,14.710000038147,14.710000038147,13.6197910308838,0,0,0,0
2025-05-20 00:00:00-04:00,14.772500038147,14.772500038147,14.772500038147,14.772500038147,13.6776580810547,0,0,0,0
2025-05-21 00:00:00-04:00,14.6925001144409,14.6925001144409,14.6925001144409,14.6925001144409,13.603588104248,0,0,0,0
2025-05-22 00:00:00-04:00,14.6899995803833,14.6899995803833,14.6899995803833,14.6899995803833,13.6012725830078,0,0,0,0
2025-05-23 00:00:00-04:00,14.7075004577637,14.7075004577637,14.7075004577637,14.7075004577637,13.6174764633179,0,0,0,0
2025-05-27 00:00:00-04:00,14.8649997711182,14.8649997711182,14.8649997711182,14.8649997711182,13.7633028030396,0,0,0,0
2025-05-28 00:00:00-04:00,14.7174997329712,14.7174997329712,14.7174997329712,14.7174997329712,13.6267347335815,0,0,0,0
2025-05-29 00:00:00-04:00,14.8199996948242,14.8199996948242,14.8199996948242,14.8199996948242,13.7216377258301,0,0,0,0
2025-05-30 00:00:00-04:00,14.7799997329712,14.7799997329712,14.7799997329712,14.7799997329712,13.6846027374268,0,0,0,0
2025-06-02 00:00:00-04:00,14.8950004577637,14.8950004577637,14.8950004577637,14.8950004577637,13.7910804748535,0,0,0,0
2025-06-03 00:00:00-04:00,14.8450002670288,14.8450002670288,14.8450002670288,14.8450002670288,13.7447853088379,0,0,0,0
2025-06-04 00:00:00-04:00,14.9300003051758,14.9300003051758,14.9300003051758,14.9300003051758,13.823486328125,0,0,0,0
2025-06-05 00:00:00-04:00,14.9700002670288,14.9700002670288,14.9700002670288,14.9700002670288,13.8605213165283,0,0,0,0
2025-06-06 00:00:00-04:00,15.0275001525879,15.0275001525879,15.0275001525879,15.0275001525879,13.9137592315674,0,0,0,0
2025-06-09 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,13.960054397583,0,0,0,0
2025-06-10 00:00:00-04:00,15.0775003433228,15.0775003433228,15.0775003433228,15.0775003433228,13.960054397583,0,0,0,0
2025-06-11 00:00:00-04:00,15.1300001144409,15.1300001144409,15.1300001144409,15.1300001144409,14.0086631774902,0,0,0,0
2025-06-12 00:00:00-04:00,15.1925001144409,15.1925001144409,15.1925001144409,15.1925001144409,14.0665311813355,0,0,0,0
2025-06-13 00:00:00-04:00,14.9899997711182,14.9899997711182,14.9899997711182,14.9899997711182,13.87903881073,0,0,0,0
2025-06-16 00:00:00-04:00,15.1149997711182,15.1149997711182,15.1149997711182,15.1149997711182,13.9947748184204,0,0,0,0
2025-06-17 00:00:00-04:00,14.960000038147,14.960000038147,14.960000038147,14.960000038147,13.8512620925903,0,0,0,0
2025-06-18 00:00:00-04:00,14.897500038147,14.897500038147,14.897500038147,14.897500038147,13.7933940887451,0,0,0,0
2025-06-20 00:00:00-04:00,14.7974996566772,14.7974996566772,14.7974996566772,14.7974996566772,13.7008056640625,0,0,0,0
2025-06-23 00:00:00-04:00,14.8675003051758,14.8675003051758,14.8675003051758,14.8675003051758,13.7656183242798,0,0,0,0
2025-06-24 00:00:00-04:00,15.0900001525879,15.0900001525879,15.0900001525879,15.0900001525879,13.9716272354126,0,0,0,0
2025-06-25 00:00:00-04:00,15.0249996185303,15.0249996185303,15.0249996185303,15.0249996185303,13.9114446640015,0,0,0,0
2025-06-26 00:00:00-04:00,15.1424999237061,15.1424999237061,15.1424999237061,15.1424999237061,14.0202360153198,0,0,0,0
2025-06-27 00:00:00-04:00,15.2650003433228,15.2650003433228,15.2650003433228,15.2650003433228,14.1336574554443,0,0,0,0
2025-06-30 00:00:00-04:00,15.2674999237061,15.2674999237061,15.2674999237061,15.2674999237061,14.1359720230103,0,0,0,0
2025-07-01 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.1799516677856,0,0,0,0
2025-07-02 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.2447643280029,0,0,0,0
2025-07-03 00:00:00-04:00,15.3850002288818,15.3850002288818,15.3850002288818,15.3850002288818,14.2447643280029,0,0,0,0
2025-07-07 00:00:00-04:00,15.2600002288818,15.2600002288818,15.2600002288818,15.2600002288818,14.1290283203125,0,0,0,0
2025-07-08 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.2007837295532,0,0,0,0
2025-07-09 00:00:00-04:00,15.3800001144409,15.3800001144409,15.3800001144409,15.3800001144409,14.2401342391968,0,0,0,0
2025-07-10 00:00:00-04:00,15.4300003051758,15.4300003051758,15.4300003051758,15.4300003051758,14.2864294052124,0,0,0,0
2025-07-11 00:00:00-04:00,15.3149995803833,15.3149995803833,15.3149995803833,15.3149995803833,14.1799516677856,0,0,0,0
2025-07-14 00:00:00-04:00,15.2875003814697,15.2875003814697,15.2875003814697,15.2875003814697,14.1544904708862,0,0,0,0
2025-07-15 00:00:00-04:00,15.2299995422363,15.2299995422363,15.2299995422363,15.2299995422363,14.1012516021729,0,0,0,0
2025-07-16 00:00:00-04:00,15.2700004577637,15.2700004577637,15.2700004577637,15.2700004577637,14.1382875442505,0,0,0,0
2025-07-17 00:00:00-04:00,15.3125,15.3125,15.3125,15.3125,14.1776371002197,0,0,0,0
2025-07-18 00:00:00-04:00,15.3199996948242,15.3199996948242,15.3199996948242,15.3199996948242,14.1845808029175,0,0,0,0
2025-07-21 00:00:00-04:00,15.3774995803833,15.3774995803833,15.3774995803833,15.3774995803833,14.2378196716309,0,0,0,0
2025-07-22 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.2910585403442,0,0,0,0
2025-07-23 00:00:00-04:00,15.6975002288818,15.6975002288818,15.6975002288818,15.6975002288818,14.5341033935547,0,0,0,0
2025-07-24 00:00:00-04:00,15.7174997329712,15.7174997329712,15.7174997329712,15.7174997329712,14.5526208877563,0,0,0,0
2025-07-25 00:00:00-04:00,15.6674995422363,15.6674995422363,15.6674995422363,15.6674995422363,14.506326675415,0,0,0,0
2025-07-28 00:00:00-04:00,15.539999961853,15.539999961853,15.539999961853,15.539999961853,14.3882761001587,0,0,0,0
2025-07-29 00:00:00-04:00,15.5200004577637,15.5200004577637,15.5200004577637,15.5200004577637,14.3697595596313,0,0,0,0
2025-07-30 00:00:00-04:00,15.4350004196167,15.4350004196167,15.4350004196167,15.4350004196167,14.2910585403442,0,0,0,0
2025-07-31 00:00:00-04:00,15.2624998092651,15.2624998092651,15.2624998092651,15.2624998092651,14.1313428878784,0,0,0,0
2025-08-01 00:00:00-04:00,15.1774997711182,15.1774997711182,15.1774997711182,15.1774997711182,14.0526418685913,0,0,0,0
2025-08-04 00:00:00-04:00,15.3424997329712,15.3424997329712,15.3424997329712,15.3424997329712,14.2054138183594,0,0,0,0
2025-08-05 00:00:00-04:00,15.352499961853,15.352499961853,15.352499961853,15.352499961853,14.2146730422974,0,0,0,0
2025-08-06 00:00:00-04:00,15.3374996185303,15.3374996185303,15.3374996185303,15.3374996185303,14.2007837295532,0,0,0,0
2025-08-07 00:00:00-04:00,15.4875001907349,15.4875001907349,15.4875001907349,15.4875001907349,14.3396673202515,0,0,0,0
2025-08-08 00:00:00-04:00,15.5299997329712,15.5299997329712,15.5299997329712,15.5299997329712,14.3790168762207,0,0,0,0
2025-08-11 00:00:00-04:00,15.5100002288818,15.5100002288818,15.5100002288818,15.5100002288818,14.3605003356934,0,0,0,0
2025-08-12 00:00:00-04:00,15.6925001144409,15.6925001144409,15.6925001144409,15.6925001144409,14.5294742584229,0,0,0,0
2025-08-13 00:00:00-04:00,15.8299999237061,15.8299999237061,15.8299999237061,15.8299999237061,14.6567831039429,0,0,0,0
2025-08-14 00:00:00-04:00,15.7775001525879,15.7775001525879,15.7775001525879,15.7775001525879,14.6081743240356,0,0,0,0
2025-08-15 00:00:00-04:00,15.835000038147,15.835000038147,15.835000038147,15.835000038147,14.661413192749,0,0,0,0
2025-08-18 00:00:00-04:00,15.8100004196167,15.8100004196167,15.8100004196167,15.8100004196167,14.6382665634155,0,0,0,0
2025-08-19 00:00:00-04:00,15.8575000762939,15.8575000762939,15.8575000762939,15.8575000762939,14.6822452545166,0,0,0,0
2025-08-20 00:00:00-04:00,15.8824996948242,15.8824996948242,15.8824996948242,15.8824996948242,14.7053918838501,0,0,0,0
2025-08-21 00:00:00-04:00,15.8549995422363,15.8549995422363,15.8549995422363,15.8549995422363,14.6799306869507,0,0,0,0
2025-08-22 00:00:00-04:00,16.0849990844727,16.0849990844727,16.0849990844727,16.0849990844727,14.8928833007813,0,0,0,0
2025-08-25 00:00:00-04:00,15.9624996185303,15.9624996185303,15.9624996185303,15.9624996185303,14.7794628143311,0,0,0,0
2025-08-26 00:00:00-04:00,15.8924999237061,15.8924999237061,15.8924999237061,15.8924999237061,14.7146511077881,0,0,0,0
2025-08-27 00:00:00-04:00,15.8800001144409,15.8800001144409,15.8800001144409,15.8800001144409,14.7030782699585,0,0,0,0
2025-08-28 00:00:00-04:00,15.9099998474121,15.9099998474121,15.9099998474121,15.9099998474121,14.7308540344238,0,0,0,0
2025-08-29 00:00:00-04:00,15.8900003433228,15.8900003433228,15.8900003433228,15.8900003433228,14.7123365402222,0,0,0,0
2025-09-02 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.5873422622681,0,0,0,0
2025-09-03 00:00:00-04:00,15.7550001144409,15.7550001144409,15.7550001144409,15.7550001144409,14.5873422622681,0,0,0,0
2025-09-04 00:00:00-04:00,15.7849998474121,15.7849998474121,15.7849998474121,15.7849998474121,14.6151180267334,0,0,0,0
2025-09-05 00:00:00-04:00,15.9250001907349,15.9250001907349,15.9250001907349,15.9250001907349,14.744743347168,0,0,0,0
2025-09-08 00:00:00-04:00,16.0249996185303,16.0249996185303,16.0249996185303,16.0249996185303,14.8373308181763,0,0,0,0
2025-09-09 00:00:00-04:00,16.0575008392334,16.0575008392334,16.0575008392334,16.0575008392334,14.8674230575562,0,0,0,0
2025-09-10 00:00:00-04:00,16.0750007629395,16.0750007629395,16.0750007629395,16.0750007629395,14.8836259841919,0,0,0,0
2025-09-11 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.0826921463013,0,0,0,0
2025-09-12 00:00:00-04:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.0271377563477,0,0,0,0
2025-09-15 00:00:00-04:00,16.3075008392334,16.3075008392334,16.3075008392334,16.3075008392334,15.098895072937,0,0,0,0
2025-09-16 00:00:00-04:00,16.3024997711182,16.3024997711182,16.3024997711182,16.3024997711182,15.0942649841309,0,0,0,0
2025-09-17 00:00:00-04:00,16.3474998474121,16.3474998474121,16.3474998474121,16.3474998474121,15.1359300613403,0,0,0,0
2025-09-18 00:00:00-04:00,16.3125,16.3125,16.3125,16.3125,15.1035232543945,0,0,0,0
2025-09-19 00:00:00-04:00,16.2749996185303,16.2749996185303,16.2749996185303,16.2749996185303,15.0688028335571,0,0,0,0
2025-09-22 00:00:00-04:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.1104679107666,0,0,0,0
2025-09-23 00:00:00-04:00,16.3250007629395,16.3250007629395,16.3250007629395,16.3250007629395,15.1150979995728,0,0,0,0
2025-09-24 00:00:00-04:00,16.2900009155273,16.2900009155273,16.2900009155273,16.2900009155273,15.0826921463013,0,0,0,0
2025-09-25 00:00:00-04:00,16.1324996948242,16.1324996948242,16.1324996948242,16.1324996948242,14.936863899231,0,0,0,0
2025-09-26 00:00:00-04:00,16.2124996185303,16.2124996185303,16.2124996185303,16.2124996185303,15.0109348297119,0,0,0,0
2025-09-29 00:00:00-04:00,16.3274993896484,16.3274993896484,16.3274993896484,16.3274993896484,15.1174116134644,0,0,0,0
2025-09-30 00:00:00-04:00,16.4500007629395,16.4500007629395,16.4500007629395,16.4500007629395,15.2308340072632,0,0,0,0
2025-10-01 00:00:00-04:00,16.5550003051758,16.5550003051758,16.5550003051758,16.5550003051758,15.3280515670776,0,0,0,0
2025-10-02 00:00:00-04:00,16.5349998474121,16.5349998474121,16.5349998474121,16.5349998474121,15.3095331192017,0,0,0,0
2025-10-03 00:00:00-04:00,16.625,16.625,16.625,16.625,15.3928632736206,0,0,0,0
2025-10-06 00:00:00-04:00,16.6224994659424,16.6224994659424,16.6224994659424,16.6224994659424,15.3905477523804,0,0,0,0
2025-10-07 00:00:00-04:00,16.4825000762939,16.4825000762939,16.4825000762939,16.4825000762939,15.2609243392944,0,0,0,0
2025-10-08 00:00:00-04:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,15.3049049377441,0,0,0,0
2025-10-09 00:00:00-04:00,16.4274997711182,16.4274997711182,16.4274997711182,16.4274997711182,15.210000038147,0,0,0,0
2025-10-10 00:00:00-04:00,16.1149997711182,16.1149997711182,16.1149997711182,16.1149997711182,14.9206609725952,0,0,0,0
2025-10-13 00:00:00-04:00,16.2775001525879,16.2775001525879,16.2775001525879,16.2775001525879,15.071117401123,0,0,0,0
2025-10-14 00:00:00-04:00,16.2975006103516,16.2975006103516,16.2975006103516,16.2975006103516,15.089635848999,0,0,0,0
2025-10-15 00:00:00-04:00,16.3675003051758,16.3675003051758,16.3675003051758,16.3675003051758,15.154447555542,0,0,0,0
2025-10-16 00:00:00-04:00,16.3875007629395,16.3875007629395,16.3875007629395,16.3875007629395,15.172966003418,0,0,0,0
2025-10-17 00:00:00-04:00,16.3999996185303,16.3999996185303,16.3999996185303,16.3999996185303,15.1845388412476,0,0,0,0
2025-10-20 00:00:00-04:00,16.4750003814697,16.4750003814697,16.4750003814697,16.4750003814697,15.2539806365967,0,0,0,0
2025-10-21 00:00:00-04:00,16.4099998474121,16.4099998474121,16.4099998474121,16.4099998474121,15.1937971115112,0,0,0,0
2025-10-22 00:00:00-04:00,16.4074993133545,16.4074993133545,16.4074993133545,16.4074993133545,15.1914825439453,0,0,0,0
2025-10-23 00:00:00-04:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,15.2400913238525,0,0,0,0
2025-10-24 00:00:00-04:00,16.5025005340576,16.5025005340576,16.5025005340576,16.5025005340576,15.2794427871704,0,0,0,0
2025-10-27 00:00:00-04:00,16.6000003814697,16.6000003814697,16.6000003814697,16.6000003814697,15.3697166442871,0,0,4,0
2025-10-28 00:00:00-04:00,16.5599994659424,16.5599994659424,16.5599994659424,16.5599994659424,15.3326797485352,0,0,0,0
2025-10-29 00:00:00-04:00,16.5900001525879,16.5900001525879,16.5900001525879,16.5900001525879,15.3604574203491,0,0,0,0
2025-10-30 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0
2025-10-31 00:00:00-04:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0
2025-11-03 00:00:00-05:00,16.4300003051758,16.4300003051758,16.4300003051758,16.4300003051758,15.2123155593872,0,0,0,0
2025-11-04 00:00:00-05:00,16.3199996948242,16.3199996948242,16.3199996948242,16.3199996948242,15.1104679107666,0,0,0,0
2025-11-05 00:00:00-05:00,16.3899993896484,16.3899993896484,16.3899993896484,16.3899993896484,15.1752796173096,0,0,0,0
2025-11-06 00:00:00-05:00,16.4400005340576,16.4400005340576,16.4400005340576,16.4400005340576,15.2215747833252,0,0,0,0
2025-11-07 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.2678680419922,0,0,0,0
2025-11-10 00:00:00-05:00,16.6800003051758,16.6800003051758,16.6800003051758,16.6800003051758,15.4437875747681,0,0,0,0
2025-11-11 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,15.59192943573,0,0,0,0
2025-11-12 00:00:00-05:00,16.9599990844727,16.9599990844727,16.9599990844727,16.9599990844727,15.7030344009399,0,0,0,0
2025-11-13 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.573410987854,0,0,0,0
2025-11-14 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.4252691268921,0,0,0,0
2025-11-17 00:00:00-05:00,16.4899997711182,16.4899997711182,16.4899997711182,16.4899997711182,15.2678680419922,0,0,0,0
2025-11-18 00:00:00-05:00,16.3299999237061,16.3299999237061,16.3299999237061,16.3299999237061,15.1197271347046,0,0,0,0
2025-11-19 00:00:00-05:00,16.2299995422363,16.2299995422363,16.2299995422363,16.2299995422363,15.0271377563477,0,0,0,0
2025-11-20 00:00:00-05:00,16.0699996948242,16.0699996948242,16.0699996948242,16.0699996948242,14.8789958953857,0,0,0,0
2025-11-21 00:00:00-05:00,16.25,16.25,16.25,16.25,15.0456562042236,0,0,0,0
2025-11-24 00:00:00-05:00,16.3099994659424,16.3099994659424,16.3099994659424,16.3099994659424,15.1012086868286,0,0,0,0
2025-11-25 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,15.2863864898682,0,0,0,0
2025-11-26 00:00:00-05:00,16.6599998474121,16.6599998474121,16.6599998474121,16.6599998474121,15.4252691268921,0,0,0,0
2025-11-28 00:00:00-05:00,16.7299995422363,16.7299995422363,16.7299995422363,16.7299995422363,15.4900808334351,0,0,0,0
2025-12-01 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,15.4530467987061,0,0,0,0
2025-12-02 00:00:00-05:00,16.7700004577637,16.7700004577637,16.7700004577637,16.7700004577637,15.5271167755127,0,0,0,0
2025-12-03 00:00:00-05:00,16.8199996948242,16.8199996948242,16.8199996948242,16.8199996948242,15.573410987854,0,0,0,0
2025-12-04 00:00:00-05:00,16.8799991607666,16.8799991607666,16.8799991607666,16.8799991607666,15.628963470459,0,0,0,0
2025-12-05 00:00:00-05:00,16.8400001525879,16.8400001525879,16.8400001525879,16.8400001525879,15.59192943573,0,0,0,0
2025-12-08 00:00:00-05:00,16.8600006103516,16.8600006103516,16.8600006103516,16.8600006103516,15.6104469299316,0,0,0,0
2025-12-09 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,15.582670211792,0,0,0,0
2025-12-10 00:00:00-05:00,16.9500007629395,16.9500007629395,16.9500007629395,16.9500007629395,15.6937770843506,0,0,0,0
2025-12-11 00:00:00-05:00,17.0799999237061,17.0799999237061,17.0799999237061,17.0799999237061,15.8141412734985,0,0,0,0
2025-12-12 00:00:00-05:00,17.0200004577637,17.0200004577637,17.0200004577637,17.0200004577637,15.7585887908936,0,0,0,0
2025-12-15 00:00:00-05:00,17.0900001525879,17.0900001525879,17.0900001525879,17.0900001525879,15.8234004974365,0,0,0,0
2025-12-16 00:00:00-05:00,16.9899997711182,16.9899997711182,16.9899997711182,16.9899997711182,15.7308120727539,0,0,0,0
2025-12-17 00:00:00-05:00,16.9200000762939,16.9200000762939,16.9200000762939,16.9200000762939,15.6659994125366,0,0,0,0
2025-12-18 00:00:00-05:00,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,16.2199993133545,0,0.837,0,0.417
2025-12-19 00:00:00-05:00,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,16.2999992370605,0,0,0,0
2025-12-22 00:00:00-05:00,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,16.3700008392334,0,0,0,0
2025-12-23 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2025-12-24 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2025-12-26 00:00:00-05:00,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,16.5300006866455,0,0,0,0
2025-12-29 00:00:00-05:00,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,16.5100002288818,0,0,0,0
2025-12-30 00:00:00-05:00,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,16.5400009155273,0,0,0,0
2025-12-31 00:00:00-05:00,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,16.4599990844727,0,0,0,0
2026-01-02 00:00:00-05:00,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,16.6299991607666,0,0,0,0
2026-01-05 00:00:00-05:00,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,16.7900009155273,0,0,0,0
2026-01-06 00:00:00-05:00,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,16.8299999237061,0,0,0,0
2026-01-07 00:00:00-05:00,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,16.6900005340576,0,0,0,0
2026-01-08 00:00:00-05:00,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,16.7600002288818,0,0,0,0
2026-01-09 00:00:00-05:00,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,16.8099994659424,0,0,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains
2 2024-01-10 00:00:00-05:00 12.147500038147 12.147500038147 12.147500038147 12.147500038147 11.0047464370728 0 0 0 0
3 2024-01-11 00:00:00-05:00 12.1350002288818 12.1350002288818 12.1350002288818 12.1350002288818 10.9934225082397 0 0 0 0
4 2024-01-12 00:00:00-05:00 12.1400003433228 12.1400003433228 12.1400003433228 12.1400003433228 10.9979524612427 0 0 0 0
5 2024-01-16 00:00:00-05:00 11.9300003051758 11.9300003051758 11.9300003051758 11.9300003051758 10.8077077865601 0 0 0 0
6 2024-01-17 00:00:00-05:00 11.7924995422363 11.7924995422363 11.7924995422363 11.7924995422363 10.683141708374 0 0 0 0
7 2024-01-18 00:00:00-05:00 11.8400001525879 11.8400001525879 11.8400001525879 11.8400001525879 10.7261743545532 0 0 0 0
8 2024-01-19 00:00:00-05:00 11.9025001525879 11.9025001525879 11.9025001525879 11.9025001525879 10.7827949523926 0 0 0 0
9 2024-01-22 00:00:00-05:00 11.9075002670288 11.9075002670288 11.9075002670288 11.9075002670288 10.7873249053955 0 0 0 0
10 2024-01-23 00:00:00-05:00 11.9224996566772 11.9224996566772 11.9224996566772 11.9224996566772 10.8009128570557 0 0 0 0
11 2024-01-24 00:00:00-05:00 11.9925003051758 11.9925003051758 11.9925003051758 11.9925003051758 10.8643283843994 0 0 0 0
12 2024-01-25 00:00:00-05:00 11.9575004577637 11.9575004577637 11.9575004577637 11.9575004577637 10.8326215744019 0 0 0 0
13 2024-01-26 00:00:00-05:00 12.0325002670288 12.0325002670288 12.0325002670288 12.0325002670288 10.9005651473999 0 0 0 0
14 2024-01-29 00:00:00-05:00 12.0749998092651 12.0749998092651 12.0749998092651 12.0749998092651 10.9390668869019 0 0 0 0
15 2024-01-30 00:00:00-05:00 12.0299997329712 12.0299997329712 12.0299997329712 12.0299997329712 10.8983001708984 0 0 0 0
16 2024-01-31 00:00:00-05:00 11.9324998855591 11.9324998855591 11.9324998855591 11.9324998855591 10.8099727630615 0 0 0 0
17 2024-02-01 00:00:00-05:00 11.9825000762939 11.9825000762939 11.9825000762939 11.9825000762939 10.8552694320679 0 0 0 0
18 2024-02-02 00:00:00-05:00 11.9125003814697 11.9125003814697 11.9125003814697 11.9125003814697 10.7918539047241 0 0 0 0
19 2024-02-05 00:00:00-05:00 11.8400001525879 11.8400001525879 11.8400001525879 11.8400001525879 10.7261743545532 0 0 0 0
20 2024-02-06 00:00:00-05:00 11.9274997711182 11.9274997711182 11.9274997711182 11.9274997711182 10.8054428100586 0 0 0 0
21 2024-02-07 00:00:00-05:00 11.8699998855591 11.8699998855591 11.8699998855591 11.8699998855591 10.7533521652222 0 0 0 0
22 2024-02-08 00:00:00-05:00 11.7974996566772 11.7974996566772 11.7974996566772 11.7974996566772 10.687671661377 0 0 0 0
23 2024-02-09 00:00:00-05:00 11.8050003051758 11.8050003051758 11.8050003051758 11.8050003051758 10.6944675445557 0 0 0 0
24 2024-02-12 00:00:00-05:00 11.875 11.875 11.875 11.875 10.7578821182251 0 0 0 0
25 2024-02-13 00:00:00-05:00 11.727499961853 11.727499961853 11.727499961853 11.727499961853 10.6242580413818 0 0 0 0
26 2024-02-14 00:00:00-05:00 11.7974996566772 11.7974996566772 11.7974996566772 11.7974996566772 10.687671661377 0 0 0 0
27 2024-02-15 00:00:00-05:00 11.9049997329712 11.9049997329712 11.9049997329712 11.9049997329712 10.7850589752197 0 0 0 0
28 2024-02-16 00:00:00-05:00 11.9624996185303 11.9624996185303 11.9624996185303 11.9624996185303 10.8371505737305 0 0 0 0
29 2024-02-20 00:00:00-05:00 12.0349998474121 12.0349998474121 12.0349998474121 12.0349998474121 10.9028301239014 0 0 0 0
30 2024-02-21 00:00:00-05:00 12.0550003051758 12.0550003051758 12.0550003051758 12.0550003051758 10.9209489822388 0 0 0 0
31 2024-02-22 00:00:00-05:00 12.1800003051758 12.1800003051758 12.1800003051758 12.1800003051758 11.0341892242432 0 0 0 0
32 2024-02-23 00:00:00-05:00 12.1774997711182 12.1774997711182 12.1774997711182 12.1774997711182 11.0319242477417 0 0 0 0
33 2024-02-26 00:00:00-05:00 12.1525001525879 12.1525001525879 12.1525001525879 12.1525001525879 11.0092763900757 0 0 0 0
34 2024-02-27 00:00:00-05:00 12.1724996566772 12.1724996566772 12.1724996566772 12.1724996566772 11.0273942947388 0 0 0 0
35 2024-02-28 00:00:00-05:00 12.1175003051758 12.1175003051758 12.1175003051758 12.1175003051758 10.9775695800781 0 0 0 0
36 2024-02-29 00:00:00-05:00 12.0900001525879 12.0900001525879 12.0900001525879 12.0900001525879 10.9526567459106 0 0 0 0
37 2024-03-01 00:00:00-05:00 12.2150001525879 12.2150001525879 12.2150001525879 12.2150001525879 11.065896987915 0 0 0 0
38 2024-03-04 00:00:00-05:00 12.1549997329712 12.1549997329712 12.1549997329712 12.1549997329712 11.0115404129028 0 0 0 0
39 2024-03-05 00:00:00-05:00 12.1374998092651 12.1374998092651 12.1374998092651 12.1374998092651 10.9956874847412 0 0 0 0
40 2024-03-06 00:00:00-05:00 12.2674999237061 12.2674999237061 12.2674999237061 12.2674999237061 11.1134576797485 0 0 0 0
41 2024-03-07 00:00:00-05:00 12.3699998855591 12.3699998855591 12.3699998855591 12.3699998855591 11.2063150405884 0 0 0 0
42 2024-03-08 00:00:00-05:00 12.3874998092651 12.3874998092651 12.3874998092651 12.3874998092651 11.2221689224243 0 0 0 0
43 2024-03-11 00:00:00-04:00 12.4174995422363 12.4174995422363 12.4174995422363 12.4174995422363 11.2493467330933 0 0 0 0
44 2024-03-12 00:00:00-04:00 12.5299997329712 12.5299997329712 12.5299997329712 12.5299997329712 11.351263999939 0 0 0 0
45 2024-03-13 00:00:00-04:00 12.5775003433228 12.5775003433228 12.5775003433228 12.5775003433228 11.3942956924438 0 0 0 0
46 2024-03-14 00:00:00-04:00 12.4875001907349 12.4875001907349 12.4875001907349 12.4875001907349 11.3127613067627 0 0 0 0
47 2024-03-15 00:00:00-04:00 12.4549999237061 12.4549999237061 12.4549999237061 12.4549999237061 11.2833194732666 0 0 0 0
48 2024-03-18 00:00:00-04:00 12.4700002670288 12.4700002670288 12.4700002670288 12.4700002670288 11.2969083786011 0 0 0 0
49 2024-03-19 00:00:00-04:00 12.477499961853 12.477499961853 12.477499961853 12.477499961853 11.3037023544312 0 0 0 0
50 2024-03-20 00:00:00-04:00 12.5825004577637 12.5825004577637 12.5825004577637 12.5825004577637 11.3988256454468 0 0 0 0
51 2024-03-21 00:00:00-04:00 12.5749998092651 12.5749998092651 12.5749998092651 12.5749998092651 11.3920297622681 0 0 0 0
52 2024-03-22 00:00:00-04:00 12.5325002670288 12.5325002670288 12.5325002670288 12.5325002670288 11.3535289764404 0 0 0 0
53 2024-03-25 00:00:00-04:00 12.5524997711182 12.5524997711182 12.5524997711182 12.5524997711182 11.3716468811035 0 0 0 0
54 2024-03-26 00:00:00-04:00 12.5749998092651 12.5749998092651 12.5749998092651 12.5749998092651 11.3920297622681 0 0 0 0
55 2024-03-27 00:00:00-04:00 12.6800003051758 12.6800003051758 12.6800003051758 12.6800003051758 11.4871530532837 0 0 0 0
56 2024-03-28 00:00:00-04:00 12.6750001907349 12.6750001907349 12.6750001907349 12.6750001907349 11.4826231002808 0 0 0 0
57 2024-04-01 00:00:00-04:00 12.625 12.625 12.625 12.625 11.4373264312744 0 0 0 0
58 2024-04-02 00:00:00-04:00 12.5874996185303 12.5874996185303 12.5874996185303 12.5874996185303 11.4033546447754 0 0 0 0
59 2024-04-03 00:00:00-04:00 12.6724996566772 12.6724996566772 12.6724996566772 12.6724996566772 11.480357170105 0 0 0 0
60 2024-04-04 00:00:00-04:00 12.6199998855591 12.6199998855591 12.6199998855591 12.6199998855591 11.4327964782715 0 0 0 0
61 2024-04-05 00:00:00-04:00 12.6225004196167 12.6225004196167 12.6225004196167 12.6225004196167 11.4350624084473 0 0 0 0
62 2024-04-08 00:00:00-04:00 12.6750001907349 12.6750001907349 12.6750001907349 12.6750001907349 11.4826231002808 0 0 0 0
63 2024-04-09 00:00:00-04:00 12.7124996185303 12.7124996185303 12.7124996185303 12.7124996185303 11.5165948867798 0 0 0 0
64 2024-04-10 00:00:00-04:00 12.5900001525879 12.5900001525879 12.5900001525879 12.5900001525879 11.4056186676025 0 0 0 0
65 2024-04-11 00:00:00-04:00 12.5574998855591 12.5574998855591 12.5574998855591 12.5574998855591 11.3761768341064 0 0 0 0
66 2024-04-12 00:00:00-04:00 12.3474998474121 12.3474998474121 12.3474998474121 12.3474998474121 11.1859321594238 0 0 0 0
67 2024-04-15 00:00:00-04:00 12.2799997329712 12.2799997329712 12.2799997329712 12.2799997329712 11.1247816085815 0 0 0 0
68 2024-04-16 00:00:00-04:00 12.1625003814697 12.1625003814697 12.1625003814697 12.1625003814697 11.0183362960815 0 0 0 0
69 2024-04-17 00:00:00-04:00 12.1850004196167 12.1850004196167 12.1850004196167 12.1850004196167 11.0387191772461 0 0 0 0
70 2024-04-18 00:00:00-04:00 12.1999998092651 12.1999998092651 12.1999998092651 12.1999998092651 11.0523071289063 0 0 0 0
71 2024-04-19 00:00:00-04:00 12.2349996566772 12.2349996566772 12.2349996566772 12.2349996566772 11.0840148925781 0 0 0 0
72 2024-04-22 00:00:00-04:00 12.4125003814697 12.4125003814697 12.4125003814697 12.4125003814697 11.2448177337646 0 0 0 0
73 2024-04-23 00:00:00-04:00 12.5124998092651 12.5124998092651 12.5124998092651 12.5124998092651 11.3354091644287 0 0 0 0
74 2024-04-24 00:00:00-04:00 12.5074996948242 12.5074996948242 12.5074996948242 12.5074996948242 11.3308801651001 0 0 0 0
75 2024-04-25 00:00:00-04:00 12.5699996948242 12.5699996948242 12.5699996948242 12.5699996948242 11.3874998092651 0 0 0 0
76 2024-04-26 00:00:00-04:00 12.6149997711182 12.6149997711182 12.6149997711182 12.6149997711182 11.4282674789429 0 0 0 0
77 2024-04-29 00:00:00-04:00 12.6999998092651 12.6999998092651 12.6999998092651 12.6999998092651 11.5052709579468 0 0 0 0
78 2024-04-30 00:00:00-04:00 12.5050001144409 12.5050001144409 12.5050001144409 12.5050001144409 11.328616142273 0 0 0 0
79 2024-05-01 00:00:00-04:00 12.4949998855591 12.4949998855591 12.4949998855591 12.4949998855591 11.3195562362671 0 0 0 0
80 2024-05-02 00:00:00-04:00 12.6674995422363 12.6674995422363 12.6674995422363 12.6674995422363 11.4758281707764 0 0 0 0
81 2024-05-03 00:00:00-04:00 12.7524995803833 12.7524995803833 12.7524995803833 12.7524995803833 11.5528316497803 0 0 0 0
82 2024-05-06 00:00:00-04:00 12.852499961853 12.852499961853 12.852499961853 12.852499961853 11.643424987793 0 0 0 0
83 2024-05-07 00:00:00-04:00 12.914999961853 12.914999961853 12.914999961853 12.914999961853 11.7000455856323 0 0 0 0
84 2024-05-08 00:00:00-04:00 12.9350004196167 12.9350004196167 12.9350004196167 12.9350004196167 11.7181644439697 0 0 0 0
85 2024-05-09 00:00:00-04:00 13.0249996185303 13.0249996185303 13.0249996185303 13.0249996185303 11.7996969223022 0 0 0 0
86 2024-05-10 00:00:00-04:00 13.1075000762939 13.1075000762939 13.1075000762939 13.1075000762939 11.8744373321533 0 0 0 0
87 2024-05-13 00:00:00-04:00 13.1824998855591 13.1824998855591 13.1824998855591 13.1824998855591 11.9423809051514 0 0 0 0
88 2024-05-14 00:00:00-04:00 13.2399997711182 13.2399997711182 13.2399997711182 13.2399997711182 11.9944715499878 0 0 0 0
89 2024-05-15 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.1077127456665 0 0 0 0
90 2024-05-16 00:00:00-04:00 13.3500003814697 13.3500003814697 13.3500003814697 13.3500003814697 12.094123840332 0 0 0 0
91 2024-05-17 00:00:00-04:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.109977722168 0 0 0 0
92 2024-05-20 00:00:00-04:00 13.397500038147 13.397500038147 13.397500038147 13.397500038147 12.1371555328369 0 0 0 0
93 2024-05-21 00:00:00-04:00 13.3474998474121 13.3474998474121 13.3474998474121 13.3474998474121 12.0918579101563 0 0 0 0
94 2024-05-22 00:00:00-04:00 13.2224998474121 13.2224998474121 13.2224998474121 13.2224998474121 11.9786176681519 0 0 0 0
95 2024-05-23 00:00:00-04:00 13.125 13.125 13.125 13.125 11.8902902603149 0 0 0 0
96 2024-05-24 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 11.9627647399902 0 0 0 0
97 2024-05-28 00:00:00-04:00 13.1899995803833 13.1899995803833 13.1899995803833 13.1899995803833 11.9491748809814 0 0 0 0
98 2024-05-29 00:00:00-04:00 12.9674997329712 12.9674997329712 12.9674997329712 12.9674997329712 11.7476062774658 0 0 0 0
99 2024-05-30 00:00:00-04:00 13.0699996948242 13.0699996948242 13.0699996948242 13.0699996948242 11.8404636383057 0 0 0 0
100 2024-05-31 00:00:00-04:00 13.1925001144409 13.1925001144409 13.1925001144409 13.1925001144409 11.9514398574829 0 0 0 0
101 2024-06-03 00:00:00-04:00 13.1774997711182 13.1774997711182 13.1774997711182 13.1774997711182 11.9378509521484 0 0 0 0
102 2024-06-04 00:00:00-04:00 13.0550003051758 13.0550003051758 13.0550003051758 13.0550003051758 11.8268756866455 0 0 0 0
103 2024-06-05 00:00:00-04:00 13.1549997329712 13.1549997329712 13.1549997329712 13.1549997329712 11.9174680709839 0 0 0 0
104 2024-06-06 00:00:00-04:00 13.1975002288818 13.1975002288818 13.1975002288818 13.1975002288818 11.9559698104858 0 0 0 0
105 2024-06-07 00:00:00-04:00 13.085000038147 13.085000038147 13.085000038147 13.085000038147 11.8540534973145 0 0 0 0
106 2024-06-10 00:00:00-04:00 13.039999961853 13.039999961853 13.039999961853 13.039999961853 11.8132858276367 0 0 0 0
107 2024-06-11 00:00:00-04:00 12.9025001525879 12.9025001525879 12.9025001525879 12.9025001525879 11.6887216567993 0 0 0 0
108 2024-06-12 00:00:00-04:00 13.0074996948242 13.0074996948242 13.0074996948242 13.0074996948242 11.7838430404663 0 0 0 0
109 2024-06-13 00:00:00-04:00 12.8275003433228 12.8275003433228 12.8275003433228 12.8275003433228 11.620777130127 0 0 0 0
110 2024-06-14 00:00:00-04:00 12.7049999237061 12.7049999237061 12.7049999237061 12.7049999237061 11.5098009109497 0 0 0 0
111 2024-06-17 00:00:00-04:00 12.7574996948242 12.7574996948242 12.7574996948242 12.7574996948242 11.5573616027832 0 0 0 0
112 2024-06-18 00:00:00-04:00 12.7849998474121 12.7849998474121 12.7849998474121 12.7849998474121 11.5822744369507 0 0 0 0
113 2024-06-20 00:00:00-04:00 12.8325004577637 12.8325004577637 12.8325004577637 12.8325004577637 11.6253070831299 0 0 0 0
114 2024-06-21 00:00:00-04:00 12.7200002670288 12.7200002670288 12.7200002670288 12.7200002670288 11.5233898162842 0 0 0 0
115 2024-06-24 00:00:00-04:00 12.8675003051758 12.8675003051758 12.8675003051758 12.8675003051758 11.6570148468018 0 0 0 0
116 2024-06-25 00:00:00-04:00 12.8249998092651 12.8249998092651 12.8249998092651 12.8249998092651 11.6185111999512 0 0 0 0
117 2024-06-26 00:00:00-04:00 12.7399997711182 12.7399997711182 12.7399997711182 12.7399997711182 11.5415086746216 0 0 0 0
118 2024-06-27 00:00:00-04:00 12.7025003433228 12.7025003433228 12.7025003433228 12.7025003433228 11.5075359344482 0 0 0 0
119 2024-06-28 00:00:00-04:00 12.6774997711182 12.6774997711182 12.6774997711182 12.6774997711182 11.4848871231079 0 0 0 0
120 2024-07-01 00:00:00-04:00 12.727499961853 12.727499961853 12.727499961853 12.727499961853 11.5301837921143 0 0 0 0
121 2024-07-02 00:00:00-04:00 12.727499961853 12.727499961853 12.727499961853 12.727499961853 11.5301837921143 0 0 0 0
122 2024-07-03 00:00:00-04:00 12.8999996185303 12.8999996185303 12.8999996185303 12.8999996185303 11.6864566802979 0 0 0 0
123 2024-07-05 00:00:00-04:00 12.960000038147 12.960000038147 12.960000038147 12.960000038147 11.7408123016357 0 0 0 0
124 2024-07-08 00:00:00-04:00 12.9499998092651 12.9499998092651 12.9499998092651 12.9499998092651 11.7317533493042 0 0 0 0
125 2024-07-09 00:00:00-04:00 12.9075002670288 12.9075002670288 12.9075002670288 12.9075002670288 11.6932506561279 0 0 0 0
126 2024-07-10 00:00:00-04:00 13.0649995803833 13.0649995803833 13.0649995803833 13.0649995803833 11.8359336853027 0 0 0 0
127 2024-07-11 00:00:00-04:00 13.1724996566772 13.1724996566772 13.1724996566772 13.1724996566772 11.9333209991455 0 0 0 0
128 2024-07-12 00:00:00-04:00 13.2950000762939 13.2950000762939 13.2950000762939 13.2950000762939 12.0442972183228 0 0 0 0
129 2024-07-15 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 11.9627647399902 0 0 0 0
130 2024-07-16 00:00:00-04:00 13.2200002670288 13.2200002670288 13.2200002670288 13.2200002670288 11.9763536453247 0 0 0 0
131 2024-07-17 00:00:00-04:00 13.289999961853 13.289999961853 13.289999961853 13.289999961853 12.0397682189941 0 0 0 0
132 2024-07-18 00:00:00-04:00 13.1499996185303 13.1499996185303 13.1499996185303 13.1499996185303 11.912938117981 0 0 0 0
133 2024-07-19 00:00:00-04:00 13.0500001907349 13.0500001907349 13.0500001907349 13.0500001907349 11.8223457336426 0 0 0 0
134 2024-07-22 00:00:00-04:00 13.1949996948242 13.1949996948242 13.1949996948242 13.1949996948242 11.9537048339844 0 0 0 0
135 2024-07-23 00:00:00-04:00 13.0874996185303 13.0874996185303 13.0874996185303 13.0874996185303 11.8563175201416 0 0 0 0
136 2024-07-24 00:00:00-04:00 12.9624996185303 12.9624996185303 12.9624996185303 12.9624996185303 11.7430763244629 0 0 0 0
137 2024-07-25 00:00:00-04:00 12.9300003051758 12.9300003051758 12.9300003051758 12.9300003051758 11.7136344909668 0 0 0 0
138 2024-07-26 00:00:00-04:00 13.0325002670288 13.0325002670288 13.0325002670288 13.0325002670288 11.8064918518066 0 0 0 0
139 2024-07-29 00:00:00-04:00 13.0150003433228 13.0150003433228 13.0150003433228 13.0150003433228 11.7906379699707 0 0 0 0
140 2024-07-30 00:00:00-04:00 12.9825000762939 12.9825000762939 12.9825000762939 12.9825000762939 11.7611951828003 0 0 0 0
141 2024-07-31 00:00:00-04:00 13.0799999237061 13.0799999237061 13.0799999237061 13.0799999237061 11.8495235443115 0 0 0 0
142 2024-08-01 00:00:00-04:00 12.8299999237061 12.8299999237061 12.8299999237061 12.8299999237061 11.6230411529541 0 0 0 0
143 2024-08-02 00:00:00-04:00 12.6400003433228 12.6400003433228 12.6400003433228 12.6400003433228 11.4509162902832 0 0 0 0
144 2024-08-05 00:00:00-04:00 12.3599996566772 12.3599996566772 12.3599996566772 12.3599996566772 11.1972551345825 0 0 0 0
145 2024-08-06 00:00:00-04:00 12.3649997711182 12.3649997711182 12.3649997711182 12.3649997711182 11.2017850875855 0 0 0 0
146 2024-08-07 00:00:00-04:00 12.4475002288818 12.4475002288818 12.4475002288818 12.4475002288818 11.2765245437622 0 0 0 0
147 2024-08-08 00:00:00-04:00 12.6575002670288 12.6575002670288 12.6575002670288 12.6575002670288 11.4667701721191 0 0 0 0
148 2024-08-09 00:00:00-04:00 12.6899995803833 12.6899995803833 12.6899995803833 12.6899995803833 11.4962120056152 0 0 0 0
149 2024-08-12 00:00:00-04:00 12.6949996948242 12.6949996948242 12.6949996948242 12.6949996948242 11.5007410049438 0 0 0 0
150 2024-08-13 00:00:00-04:00 12.8474998474121 12.8474998474121 12.8474998474121 12.8474998474121 11.6388959884644 0 0 0 0
151 2024-08-14 00:00:00-04:00 12.875 12.875 12.875 12.875 11.6638088226318 0 0 0 0
152 2024-08-15 00:00:00-04:00 13.0450000762939 13.0450000762939 13.0450000762939 13.0450000762939 11.8178157806396 0 0 0 0
153 2024-08-16 00:00:00-04:00 13.1350002288818 13.1350002288818 13.1350002288818 13.1350002288818 11.8993501663208 0 0 0 0
154 2024-08-19 00:00:00-04:00 13.2849998474121 13.2849998474121 13.2849998474121 13.2849998474121 12.0352382659912 0 0 0 0
155 2024-08-20 00:00:00-04:00 13.2124996185303 13.2124996185303 13.2124996185303 13.2124996185303 11.9695587158203 0 0 0 0
156 2024-08-21 00:00:00-04:00 13.2749996185303 13.2749996185303 13.2749996185303 13.2749996185303 12.0261783599854 0 0 0 0
157 2024-08-22 00:00:00-04:00 13.2049999237061 13.2049999237061 13.2049999237061 13.2049999237061 11.9627647399902 0 0 0 0
158 2024-08-23 00:00:00-04:00 13.4025001525879 13.4025001525879 13.4025001525879 13.4025001525879 12.1416845321655 0 0 0 0
159 2024-08-26 00:00:00-04:00 13.3774995803833 13.3774995803833 13.3774995803833 13.3774995803833 12.1190357208252 0 0 0 0
160 2024-08-27 00:00:00-04:00 13.4449996948242 13.4449996948242 13.4449996948242 13.4449996948242 12.1801872253418 0 0 0 0
161 2024-08-28 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.1077127456665 0 0 0 0
162 2024-08-29 00:00:00-04:00 13.4049997329712 13.4049997329712 13.4049997329712 13.4049997329712 12.143949508667 0 0 0 0
163 2024-08-30 00:00:00-04:00 13.4650001525879 13.4650001525879 13.4650001525879 13.4650001525879 12.1983051300049 0 0 0 0
164 2024-09-03 00:00:00-04:00 13.2550001144409 13.2550001144409 13.2550001144409 13.2550001144409 12.0080604553223 0 0 0 0
165 2024-09-04 00:00:00-04:00 13.2700004577637 13.2700004577637 13.2700004577637 13.2700004577637 12.0216493606567 0 0 0 0
166 2024-09-05 00:00:00-04:00 13.3024997711182 13.3024997711182 13.3024997711182 13.3024997711182 12.0510921478271 0 0 0 0
167 2024-09-06 00:00:00-04:00 13.0924997329712 13.0924997329712 13.0924997329712 13.0924997329712 11.8608474731445 0 0 0 0
168 2024-09-09 00:00:00-04:00 13.1850004196167 13.1850004196167 13.1850004196167 13.1850004196167 11.9446468353271 0 0 0 0
169 2024-09-10 00:00:00-04:00 13.1324996948242 13.1324996948242 13.1324996948242 13.1324996948242 11.897084236145 0 0 0 0
170 2024-09-11 00:00:00-04:00 13.1599998474121 13.1599998474121 13.1599998474121 13.1599998474121 11.9219980239868 0 0 0 0
171 2024-09-12 00:00:00-04:00 13.2550001144409 13.2550001144409 13.2550001144409 13.2550001144409 12.0080604553223 0 0 0 0
172 2024-09-13 00:00:00-04:00 13.3249998092651 13.3249998092651 13.3249998092651 13.3249998092651 12.0714750289917 0 0 0 0
173 2024-09-16 00:00:00-04:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.109977722168 0 0 0 0
174 2024-09-17 00:00:00-04:00 13.4300003051758 13.4300003051758 13.4300003051758 13.4300003051758 12.1665983200073 0 0 0 0
175 2024-09-18 00:00:00-04:00 13.4075002670288 13.4075002670288 13.4075002670288 13.4075002670288 12.1462144851685 0 0 0 0
176 2024-09-19 00:00:00-04:00 13.625 13.625 13.625 13.625 12.3432540893555 0 0 0 0
177 2024-09-20 00:00:00-04:00 13.5150003433228 13.5150003433228 13.5150003433228 13.5150003433228 12.2436017990112 0 0 0 0
178 2024-09-23 00:00:00-04:00 13.5574998855591 13.5574998855591 13.5574998855591 13.5574998855591 12.2821025848389 0 0 0 0
179 2024-09-24 00:00:00-04:00 13.7600002288818 13.7600002288818 13.7600002288818 13.7600002288818 12.4655542373657 0 0 0 0
180 2024-09-25 00:00:00-04:00 13.6949996948242 13.6949996948242 13.6949996948242 13.6949996948242 12.4066677093506 0 0 0 0
181 2024-09-26 00:00:00-04:00 14.0024995803833 14.0024995803833 14.0024995803833 14.0024995803833 12.6852397918701 0 0 0 0
182 2024-09-27 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 12.8347187042236 0 0 0 0
183 2024-09-30 00:00:00-04:00 13.9425001144409 13.9425001144409 13.9425001144409 13.9425001144409 12.6308860778809 0 0 0 0
184 2024-10-01 00:00:00-04:00 13.9174995422363 13.9174995422363 13.9174995422363 13.9174995422363 12.6082372665405 0 0 0 0
185 2024-10-02 00:00:00-04:00 13.9549999237061 13.9549999237061 13.9549999237061 13.9549999237061 12.6422090530396 0 0 0 0
186 2024-10-03 00:00:00-04:00 13.7950000762939 13.7950000762939 13.7950000762939 13.7950000762939 12.4972610473633 0 0 0 0
187 2024-10-04 00:00:00-04:00 13.9274997711182 13.9274997711182 13.9274997711182 13.9274997711182 12.6172962188721 0 0 0 0
188 2024-10-07 00:00:00-04:00 13.8924999237061 13.8924999237061 13.8924999237061 13.8924999237061 12.5855894088745 0 0 0 0
189 2024-10-08 00:00:00-04:00 13.7749996185303 13.7749996185303 13.7749996185303 13.7749996185303 12.4791421890259 0 0 0 0
190 2024-10-09 00:00:00-04:00 13.8125 13.8125 13.8125 13.8125 12.5131149291992 0 0 0 0
191 2024-10-10 00:00:00-04:00 13.789999961853 13.789999961853 13.789999961853 13.789999961853 12.4927310943604 0 0 0 0
192 2024-10-11 00:00:00-04:00 13.8199996948242 13.8199996948242 13.8199996948242 13.8199996948242 12.5199089050293 0 0 0 0
193 2024-10-14 00:00:00-04:00 13.8249998092651 13.8249998092651 13.8249998092651 13.8249998092651 12.5244388580322 0 0 0 0
194 2024-10-15 00:00:00-04:00 13.6274995803833 13.6274995803833 13.6274995803833 13.6274995803833 12.3455181121826 0 0 0 0
195 2024-10-16 00:00:00-04:00 13.6674995422363 13.6674995422363 13.6674995422363 13.6674995422363 12.3817548751831 0 0 0 0
196 2024-10-17 00:00:00-04:00 13.6975002288818 13.6975002288818 13.6975002288818 13.6975002288818 12.4089336395264 0 0 0 0
197 2024-10-18 00:00:00-04:00 13.7875003814697 13.7875003814697 13.7875003814697 13.7875003814697 12.4904670715332 0 0 0 0
198 2024-10-21 00:00:00-04:00 13.664999961853 13.664999961853 13.664999961853 13.664999961853 12.379490852356 0 0 0 0
199 2024-10-22 00:00:00-04:00 13.6125001907349 13.6125001907349 13.6125001907349 13.6125001907349 12.3319292068481 0 0 0 0
200 2024-10-23 00:00:00-04:00 13.5299997329712 13.5299997329712 13.5299997329712 13.5299997329712 12.2571897506714 0 0 0 0
201 2024-10-24 00:00:00-04:00 13.585000038147 13.585000038147 13.585000038147 13.585000038147 12.3070163726807 0 0 0 0
202 2024-10-25 00:00:00-04:00 13.5625 13.5625 13.5625 13.5625 12.2866325378418 0 0 0 0
203 2024-10-28 00:00:00-04:00 13.6724996566772 13.6724996566772 13.6724996566772 13.6724996566772 12.386284828186 0 0 0 0
204 2024-10-29 00:00:00-04:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.3115463256836 0 0 0 0
205 2024-10-30 00:00:00-04:00 13.4875001907349 13.4875001907349 13.4875001907349 13.4875001907349 12.2186889648438 0 0 0 0
206 2024-10-31 00:00:00-04:00 13.3649997711182 13.3649997711182 13.3649997711182 13.3649997711182 12.1077127456665 0 0 0 0
207 2024-11-01 00:00:00-04:00 13.4274997711182 13.4274997711182 13.4274997711182 13.4274997711182 12.1643323898315 0 0 0 0
208 2024-11-04 00:00:00-05:00 13.4700002670288 13.4700002670288 13.4700002670288 13.4700002670288 12.2028350830078 0 0 0 0
209 2024-11-05 00:00:00-05:00 13.602499961853 13.602499961853 13.602499961853 13.602499961853 12.3228702545166 0 0 0 0
210 2024-11-06 00:00:00-05:00 13.5074996948242 13.5074996948242 13.5074996948242 13.5074996948242 12.2368068695068 0 0 0 0
211 2024-11-07 00:00:00-05:00 13.602499961853 13.602499961853 13.602499961853 13.602499961853 12.3228702545166 0 0 0 0
212 2024-11-08 00:00:00-05:00 13.4525003433228 13.4525003433228 13.4525003433228 13.4525003433228 12.1869812011719 0 0 0 0
213 2024-11-11 00:00:00-05:00 13.477499961853 13.477499961853 13.477499961853 13.477499961853 12.2096290588379 0 0 0 0
214 2024-11-12 00:00:00-05:00 13.1850004196167 13.1850004196167 13.1850004196167 13.1850004196167 11.9446468353271 0 0 0 0
215 2024-11-13 00:00:00-05:00 13.1199998855591 13.1199998855591 13.1199998855591 13.1199998855591 11.885760307312 0 0 0 0
216 2024-11-14 00:00:00-05:00 13.1499996185303 13.1499996185303 13.1499996185303 13.1499996185303 11.912938117981 0 0 0 0
217 2024-11-15 00:00:00-05:00 13.1175003051758 13.1175003051758 13.1175003051758 13.1175003051758 11.8834953308105 0 0 0 0
218 2024-11-18 00:00:00-05:00 13.2075004577637 13.2075004577637 13.2075004577637 13.2075004577637 11.9650297164917 0 0 0 0
219 2024-11-19 00:00:00-05:00 13.1625003814697 13.1625003814697 13.1625003814697 13.1625003814697 11.9242630004883 0 0 0 0
220 2024-11-20 00:00:00-05:00 13.125 13.125 13.125 13.125 11.8902902603149 0 0 0 0
221 2024-11-21 00:00:00-05:00 13.1225004196167 13.1225004196167 13.1225004196167 13.1225004196167 11.8880252838135 0 0 0 0
222 2024-11-22 00:00:00-05:00 13.1225004196167 13.1225004196167 13.1225004196167 13.1225004196167 11.8880252838135 0 0 0 0
223 2024-11-25 00:00:00-05:00 13.210000038147 13.210000038147 13.210000038147 13.210000038147 11.9672946929932 0 0 0 0
224 2024-11-26 00:00:00-05:00 13.1099996566772 13.1099996566772 13.1099996566772 13.1099996566772 11.8767013549805 0 0 0 0
225 2024-11-27 00:00:00-05:00 13.164999961853 13.164999961853 13.164999961853 13.164999961853 11.9265270233154 0 0 0 0
226 2024-11-29 00:00:00-05:00 13.2075004577637 13.2075004577637 13.2075004577637 13.2075004577637 11.9650297164917 0 0 0 0
227 2024-12-02 00:00:00-05:00 13.1975002288818 13.1975002288818 13.1975002288818 13.1975002288818 11.9559698104858 0 0 0 0
228 2024-12-03 00:00:00-05:00 13.2650003433228 13.2650003433228 13.2650003433228 13.2650003433228 12.0171203613281 0 0 0 0
229 2024-12-04 00:00:00-05:00 13.25 13.25 13.25 13.25 12.0035305023193 0 0 0 0
230 2024-12-05 00:00:00-05:00 13.3824996948242 13.3824996948242 13.3824996948242 13.3824996948242 12.1235656738281 0 0 0 0
231 2024-12-06 00:00:00-05:00 13.3774995803833 13.3774995803833 13.3774995803833 13.3774995803833 12.1190357208252 0 0 0 0
232 2024-12-09 00:00:00-05:00 13.4425001144409 13.4425001144409 13.4425001144409 13.4425001144409 12.1779222488403 0 0 0 0
233 2024-12-10 00:00:00-05:00 13.3175001144409 13.3175001144409 13.3175001144409 13.3175001144409 12.0646820068359 0 0 0 0
234 2024-12-11 00:00:00-05:00 13.3024997711182 13.3024997711182 13.3024997711182 13.3024997711182 12.0510921478271 0 0 0 0
235 2024-12-12 00:00:00-05:00 13.2624998092651 13.2624998092651 13.2624998092651 13.2624998092651 12.0148553848267 0 0 0 0
236 2024-12-13 00:00:00-05:00 13.1875 13.1875 13.1875 13.1875 11.9469108581543 0 0 0 0
237 2024-12-16 00:00:00-05:00 13.1075000762939 13.1075000762939 13.1075000762939 13.1075000762939 11.8744373321533 0 0 0 0
238 2024-12-17 00:00:00-05:00 13.0349998474121 13.0349998474121 13.0349998474121 13.0349998474121 11.8087558746338 0 0 0 0
239 2024-12-18 00:00:00-05:00 12.4525003433228 12.4525003433228 12.4525003433228 12.4525003433228 11.5296020507813 0 0.281 0 0
240 2024-12-19 00:00:00-05:00 12.3850002288818 12.3850002288818 12.3850002288818 12.3850002288818 11.4671049118042 0 0 0 0
241 2024-12-20 00:00:00-05:00 12.4250001907349 12.4250001907349 12.4250001907349 12.4250001907349 11.5041399002075 0 0 0 0
242 2024-12-23 00:00:00-05:00 12.5024995803833 12.5024995803833 12.5024995803833 12.5024995803833 11.5758953094482 0 0 0 0
243 2024-12-24 00:00:00-05:00 12.5349998474121 12.5349998474121 12.5349998474121 12.5349998474121 11.6059875488281 0 0 0 0
244 2024-12-26 00:00:00-05:00 12.5349998474121 12.5349998474121 12.5349998474121 12.5349998474121 11.6059875488281 0 0 0 0
245 2024-12-27 00:00:00-05:00 12.5450000762939 12.5450000762939 12.5450000762939 12.5450000762939 11.6152467727661 0 0 0 0
246 2024-12-30 00:00:00-05:00 12.4825000762939 12.4825000762939 12.4825000762939 12.4825000762939 11.5573787689209 0 0 0 0
247 2024-12-31 00:00:00-05:00 12.4750003814697 12.4750003814697 12.4750003814697 12.4750003814697 11.5504341125488 0 0 0 0
248 2025-01-02 00:00:00-05:00 12.4300003051758 12.4300003051758 12.4300003051758 12.4300003051758 11.5087699890137 0 0 0 0
249 2025-01-03 00:00:00-05:00 12.4624996185303 12.4624996185303 12.4624996185303 12.4624996185303 11.5388603210449 0 0 0 0
250 2025-01-06 00:00:00-05:00 12.602499961853 12.602499961853 12.602499961853 12.602499961853 11.6684846878052 0 0 0 0
251 2025-01-07 00:00:00-05:00 12.6149997711182 12.6149997711182 12.6149997711182 12.6149997711182 11.6800584793091 0 0 0 0
252 2025-01-08 00:00:00-05:00 12.5574998855591 12.5574998855591 12.5574998855591 12.5574998855591 11.6268196105957 0 0 0 0
253 2025-01-10 00:00:00-05:00 12.3299999237061 12.3299999237061 12.3299999237061 12.3299999237061 11.4161806106567 0 0 0 0
254 2025-01-13 00:00:00-05:00 12.3024997711182 12.3024997711182 12.3024997711182 12.3024997711182 11.390718460083 0 0 0 0
255 2025-01-14 00:00:00-05:00 12.3800001144409 12.3800001144409 12.3800001144409 12.3800001144409 11.462474822998 0 0 0 0
256 2025-01-15 00:00:00-05:00 12.539999961853 12.539999961853 12.539999961853 12.539999961853 11.61061668396 0 0 0 0
257 2025-01-16 00:00:00-05:00 12.6125001907349 12.6125001907349 12.6125001907349 12.6125001907349 11.6777439117432 0 0 0 0
258 2025-01-17 00:00:00-05:00 12.7049999237061 12.7049999237061 12.7049999237061 12.7049999237061 11.7633876800537 0 0 0 0
259 2025-01-21 00:00:00-05:00 12.8625001907349 12.8625001907349 12.8625001907349 12.8625001907349 11.9092149734497 0 0 0 0
260 2025-01-22 00:00:00-05:00 12.8725004196167 12.8725004196167 12.8725004196167 12.8725004196167 11.9184741973877 0 0 0 0
261 2025-01-23 00:00:00-05:00 12.9674997329712 12.9674997329712 12.9674997329712 12.9674997329712 12.0064334869385 0 0 0 0
262 2025-01-24 00:00:00-05:00 13.0249996185303 13.0249996185303 13.0249996185303 13.0249996185303 12.0596714019775 0 0 0 0
263 2025-01-27 00:00:00-05:00 13.0024995803833 13.0024995803833 13.0024995803833 13.0024995803833 12.03883934021 0 0 0 0
264 2025-01-28 00:00:00-05:00 13.0150003433228 13.0150003433228 13.0150003433228 13.0150003433228 12.0504131317139 0 0 0 0
265 2025-01-29 00:00:00-05:00 13.0200004577637 13.0200004577637 13.0200004577637 13.0200004577637 12.05504322052 0 0 0 0
266 2025-01-30 00:00:00-05:00 13.1525001525879 13.1525001525879 13.1525001525879 13.1525001525879 12.1777229309082 0 0 0 0
267 2025-01-31 00:00:00-05:00 13.0649995803833 13.0649995803833 13.0649995803833 13.0649995803833 12.0967073440552 0 0 0 0
268 2025-02-03 00:00:00-05:00 12.8924999237061 12.8924999237061 12.8924999237061 12.8924999237061 11.9369916915894 0 0 0 0
269 2025-02-04 00:00:00-05:00 13.0600004196167 13.0600004196167 13.0600004196167 13.0600004196167 12.0920782089233 0 0 0 0
270 2025-02-05 00:00:00-05:00 13.1999998092651 13.1999998092651 13.1999998092651 13.1999998092651 12.2217016220093 0 0 0 0
271 2025-02-06 00:00:00-05:00 13.352499961853 13.352499961853 13.352499961853 13.352499961853 12.3628997802734 0 0 0 0
272 2025-02-07 00:00:00-05:00 13.2624998092651 13.2624998092651 13.2624998092651 13.2624998092651 12.2795696258545 0 0 0 0
273 2025-02-10 00:00:00-05:00 13.3675003051758 13.3675003051758 13.3675003051758 13.3675003051758 12.3767881393433 0 0 0 0
274 2025-02-11 00:00:00-05:00 13.3950004577637 13.3950004577637 13.3950004577637 13.3950004577637 12.402250289917 0 0 0 0
275 2025-02-12 00:00:00-05:00 13.477499961853 13.477499961853 13.477499961853 13.477499961853 12.4786357879639 0 0 0 0
276 2025-02-13 00:00:00-05:00 13.5924997329712 13.5924997329712 13.5924997329712 13.5924997329712 12.5851125717163 0 0 0 0
277 2025-02-14 00:00:00-05:00 13.6374998092651 13.6374998092651 13.6374998092651 13.6374998092651 12.6267766952515 0 0 0 0
278 2025-02-18 00:00:00-05:00 13.7425003051758 13.7425003051758 13.7425003051758 13.7425003051758 12.7239952087402 0 0 0 0
279 2025-02-19 00:00:00-05:00 13.6049995422363 13.6049995422363 13.6049995422363 13.6049995422363 12.5966854095459 0 0 0 0
280 2025-02-20 00:00:00-05:00 13.6724996566772 13.6724996566772 13.6724996566772 13.6724996566772 12.659182548523 0 0 0 0
281 2025-02-21 00:00:00-05:00 13.647500038147 13.647500038147 13.647500038147 13.647500038147 12.6360359191895 0 0 0 0
282 2025-02-24 00:00:00-05:00 13.5349998474121 13.5349998474121 13.5349998474121 13.5349998474121 12.5318737030029 0 0 0 0
283 2025-02-25 00:00:00-05:00 13.647500038147 13.647500038147 13.647500038147 13.647500038147 12.6360359191895 0 0 0 0
284 2025-02-26 00:00:00-05:00 13.7299995422363 13.7299995422363 13.7299995422363 13.7299995422363 12.7124214172363 0 0 0 0
285 2025-02-27 00:00:00-05:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.5827980041504 0 0 0 0
286 2025-02-28 00:00:00-05:00 13.6549997329712 13.6549997329712 13.6549997329712 13.6549997329712 12.6429796218872 0 0 0 0
287 2025-03-03 00:00:00-05:00 13.6700000762939 13.6700000762939 13.6700000762939 13.6700000762939 12.6568689346313 0 0 0 0
288 2025-03-04 00:00:00-05:00 13.5900001525879 13.5900001525879 13.5900001525879 13.5900001525879 12.5827980041504 0 0 0 0
289 2025-03-05 00:00:00-05:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 12.9230613708496 0 0 0 0
290 2025-03-06 00:00:00-05:00 13.9650001525879 13.9650001525879 13.9650001525879 13.9650001525879 12.9300050735474 0 0 0 0
291 2025-03-07 00:00:00-05:00 14.0675001144409 14.0675001144409 14.0675001144409 14.0675001144409 13.0249090194702 0 0 0 0
292 2025-03-10 00:00:00-04:00 13.7775001525879 13.7775001525879 13.7775001525879 13.7775001525879 12.756402015686 0 0 0 0
293 2025-03-11 00:00:00-04:00 13.710000038147 13.710000038147 13.710000038147 13.710000038147 12.6939039230347 0 0 0 0
294 2025-03-12 00:00:00-04:00 13.7674999237061 13.7674999237061 13.7674999237061 13.7674999237061 12.747142791748 0 0 0 0
295 2025-03-13 00:00:00-04:00 13.6875 13.6875 13.6875 13.6875 12.6730718612671 0 0 0 0
296 2025-03-14 00:00:00-04:00 13.9350004196167 13.9350004196167 13.9350004196167 13.9350004196167 12.902229309082 0 0 0 0
297 2025-03-17 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 13.1174964904785 0 0 0 0
298 2025-03-18 00:00:00-04:00 14.2124996185303 14.2124996185303 14.2124996185303 14.2124996185303 13.159161567688 0 0 0 0
299 2025-03-19 00:00:00-04:00 14.227499961853 14.227499961853 14.227499961853 14.227499961853 13.1730499267578 0 0 0 0
300 2025-03-20 00:00:00-04:00 14.1149997711182 14.1149997711182 14.1149997711182 14.1149997711182 13.0688877105713 0 0 0 0
301 2025-03-21 00:00:00-04:00 14.0124998092651 14.0124998092651 14.0124998092651 14.0124998092651 12.9739847183228 0 0 0 0
302 2025-03-24 00:00:00-04:00 14.0150003433228 14.0150003433228 14.0150003433228 14.0150003433228 12.976300239563 0 0 0 0
303 2025-03-25 00:00:00-04:00 14.0775003433228 14.0775003433228 14.0775003433228 14.0775003433228 13.0341672897339 0 0 0 0
304 2025-03-26 00:00:00-04:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 12.9230613708496 0 0 0 0
305 2025-03-27 00:00:00-04:00 13.9549999237061 13.9549999237061 13.9549999237061 13.9549999237061 12.9207458496094 0 0 0 0
306 2025-03-28 00:00:00-04:00 13.8000001907349 13.8000001907349 13.8000001907349 13.8000001907349 12.7772340774536 0 0 0 0
307 2025-03-31 00:00:00-04:00 13.6824998855591 13.6824998855591 13.6824998855591 13.6824998855591 12.6684417724609 0 0 0 0
308 2025-04-01 00:00:00-04:00 13.727499961853 13.727499961853 13.727499961853 13.727499961853 12.7101068496704 0 0 0 0
309 2025-04-02 00:00:00-04:00 13.7475004196167 13.7475004196167 13.7475004196167 13.7475004196167 12.7286252975464 0 0 0 0
310 2025-04-03 00:00:00-04:00 13.4674997329712 13.4674997329712 13.4674997329712 13.4674997329712 12.4693765640259 0 0 0 0
311 2025-04-04 00:00:00-04:00 12.6424999237061 12.6424999237061 12.6424999237061 12.6424999237061 11.7055206298828 0 0 0 0
312 2025-04-07 00:00:00-04:00 12.2799997329712 12.2799997329712 12.2799997329712 12.2799997329712 11.3698863983154 0 0 0 0
313 2025-04-08 00:00:00-04:00 12.1774997711182 12.1774997711182 12.1774997711182 12.1774997711182 11.2749824523926 0 0 0 0
314 2025-04-09 00:00:00-04:00 12.7574996948242 12.7574996948242 12.7574996948242 12.7574996948242 11.8119964599609 0 0 0 0
315 2025-04-10 00:00:00-04:00 12.6899995803833 12.6899995803833 12.6899995803833 12.6899995803833 11.7494993209839 0 0 0 0
316 2025-04-11 00:00:00-04:00 12.9399995803833 12.9399995803833 12.9399995803833 12.9399995803833 11.9809713363647 0 0 0 0
317 2025-04-14 00:00:00-04:00 13.1350002288818 13.1350002288818 13.1350002288818 13.1350002288818 12.1615200042725 0 0 0 0
318 2025-04-15 00:00:00-04:00 13.2425003051758 13.2425003051758 13.2425003051758 13.2425003051758 12.2610521316528 0 0 0 0
319 2025-04-16 00:00:00-04:00 13.1674995422363 13.1674995422363 13.1674995422363 13.1674995422363 12.1916103363037 0 0 0 0
320 2025-04-17 00:00:00-04:00 13.289999961853 13.289999961853 13.289999961853 13.289999961853 12.3050317764282 0 0 0 0
321 2025-04-21 00:00:00-04:00 13.2174997329712 13.2174997329712 13.2174997329712 13.2174997329712 12.237904548645 0 0 0 0
322 2025-04-22 00:00:00-04:00 13.4949998855591 13.4949998855591 13.4949998855591 13.4949998855591 12.4948387145996 0 0 0 0
323 2025-04-23 00:00:00-04:00 13.6125001907349 13.6125001907349 13.6125001907349 13.6125001907349 12.603630065918 0 0 0 0
324 2025-04-24 00:00:00-04:00 13.7924995422363 13.7924995422363 13.7924995422363 13.7924995422363 12.7702894210815 0 0 0 0
325 2025-04-25 00:00:00-04:00 13.835000038147 13.835000038147 13.835000038147 13.835000038147 12.8096399307251 0 0 0 0
326 2025-04-28 00:00:00-04:00 13.9575004577637 13.9575004577637 13.9575004577637 13.9575004577637 12.9230613708496 0 0 0 0
327 2025-04-29 00:00:00-04:00 13.9624996185303 13.9624996185303 13.9624996185303 13.9624996185303 12.9276905059814 0 0 0 0
328 2025-04-30 00:00:00-04:00 13.9650001525879 13.9650001525879 13.9650001525879 13.9650001525879 12.9300050735474 0 0 0 0
329 2025-05-01 00:00:00-04:00 13.9399995803833 13.9399995803833 13.9399995803833 13.9399995803833 12.9068574905396 0 0 0 0
330 2025-05-02 00:00:00-04:00 14.1549997329712 14.1549997329712 14.1549997329712 14.1549997329712 13.1059236526489 0 0 0 0
331 2025-05-05 00:00:00-04:00 14.1674995422363 14.1674995422363 14.1674995422363 14.1674995422363 13.1174964904785 0 0 0 0
332 2025-05-06 00:00:00-04:00 14.2049999237061 14.2049999237061 14.2049999237061 14.2049999237061 13.1522178649902 0 0 0 0
333 2025-05-07 00:00:00-04:00 14.1125001907349 14.1125001907349 14.1125001907349 14.1125001907349 13.0665731430054 0 0 0 0
334 2025-05-08 00:00:00-04:00 14.1199998855591 14.1199998855591 14.1199998855591 14.1199998855591 13.0735177993774 0 0 0 0
335 2025-05-09 00:00:00-04:00 14.2399997711182 14.2399997711182 14.2399997711182 14.2399997711182 13.1846237182617 0 0 0 0
336 2025-05-12 00:00:00-04:00 14.4324998855591 14.4324998855591 14.4324998855591 14.4324998855591 13.3628568649292 0 0 0 0
337 2025-05-13 00:00:00-04:00 14.4849996566772 14.4849996566772 14.4849996566772 14.4849996566772 13.4114656448364 0 0 0 0
338 2025-05-14 00:00:00-04:00 14.4700002670288 14.4700002670288 14.4700002670288 14.4700002670288 13.3975782394409 0 0 0 0
339 2025-05-15 00:00:00-04:00 14.5524997711182 14.5524997711182 14.5524997711182 14.5524997711182 13.4739627838135 0 0 0 0
340 2025-05-16 00:00:00-04:00 14.6000003814697 14.6000003814697 14.6000003814697 14.6000003814697 13.5179433822632 0 0 0 0
341 2025-05-19 00:00:00-04:00 14.710000038147 14.710000038147 14.710000038147 14.710000038147 13.6197910308838 0 0 0 0
342 2025-05-20 00:00:00-04:00 14.772500038147 14.772500038147 14.772500038147 14.772500038147 13.6776580810547 0 0 0 0
343 2025-05-21 00:00:00-04:00 14.6925001144409 14.6925001144409 14.6925001144409 14.6925001144409 13.603588104248 0 0 0 0
344 2025-05-22 00:00:00-04:00 14.6899995803833 14.6899995803833 14.6899995803833 14.6899995803833 13.6012725830078 0 0 0 0
345 2025-05-23 00:00:00-04:00 14.7075004577637 14.7075004577637 14.7075004577637 14.7075004577637 13.6174764633179 0 0 0 0
346 2025-05-27 00:00:00-04:00 14.8649997711182 14.8649997711182 14.8649997711182 14.8649997711182 13.7633028030396 0 0 0 0
347 2025-05-28 00:00:00-04:00 14.7174997329712 14.7174997329712 14.7174997329712 14.7174997329712 13.6267347335815 0 0 0 0
348 2025-05-29 00:00:00-04:00 14.8199996948242 14.8199996948242 14.8199996948242 14.8199996948242 13.7216377258301 0 0 0 0
349 2025-05-30 00:00:00-04:00 14.7799997329712 14.7799997329712 14.7799997329712 14.7799997329712 13.6846027374268 0 0 0 0
350 2025-06-02 00:00:00-04:00 14.8950004577637 14.8950004577637 14.8950004577637 14.8950004577637 13.7910804748535 0 0 0 0
351 2025-06-03 00:00:00-04:00 14.8450002670288 14.8450002670288 14.8450002670288 14.8450002670288 13.7447853088379 0 0 0 0
352 2025-06-04 00:00:00-04:00 14.9300003051758 14.9300003051758 14.9300003051758 14.9300003051758 13.823486328125 0 0 0 0
353 2025-06-05 00:00:00-04:00 14.9700002670288 14.9700002670288 14.9700002670288 14.9700002670288 13.8605213165283 0 0 0 0
354 2025-06-06 00:00:00-04:00 15.0275001525879 15.0275001525879 15.0275001525879 15.0275001525879 13.9137592315674 0 0 0 0
355 2025-06-09 00:00:00-04:00 15.0775003433228 15.0775003433228 15.0775003433228 15.0775003433228 13.960054397583 0 0 0 0
356 2025-06-10 00:00:00-04:00 15.0775003433228 15.0775003433228 15.0775003433228 15.0775003433228 13.960054397583 0 0 0 0
357 2025-06-11 00:00:00-04:00 15.1300001144409 15.1300001144409 15.1300001144409 15.1300001144409 14.0086631774902 0 0 0 0
358 2025-06-12 00:00:00-04:00 15.1925001144409 15.1925001144409 15.1925001144409 15.1925001144409 14.0665311813355 0 0 0 0
359 2025-06-13 00:00:00-04:00 14.9899997711182 14.9899997711182 14.9899997711182 14.9899997711182 13.87903881073 0 0 0 0
360 2025-06-16 00:00:00-04:00 15.1149997711182 15.1149997711182 15.1149997711182 15.1149997711182 13.9947748184204 0 0 0 0
361 2025-06-17 00:00:00-04:00 14.960000038147 14.960000038147 14.960000038147 14.960000038147 13.8512620925903 0 0 0 0
362 2025-06-18 00:00:00-04:00 14.897500038147 14.897500038147 14.897500038147 14.897500038147 13.7933940887451 0 0 0 0
363 2025-06-20 00:00:00-04:00 14.7974996566772 14.7974996566772 14.7974996566772 14.7974996566772 13.7008056640625 0 0 0 0
364 2025-06-23 00:00:00-04:00 14.8675003051758 14.8675003051758 14.8675003051758 14.8675003051758 13.7656183242798 0 0 0 0
365 2025-06-24 00:00:00-04:00 15.0900001525879 15.0900001525879 15.0900001525879 15.0900001525879 13.9716272354126 0 0 0 0
366 2025-06-25 00:00:00-04:00 15.0249996185303 15.0249996185303 15.0249996185303 15.0249996185303 13.9114446640015 0 0 0 0
367 2025-06-26 00:00:00-04:00 15.1424999237061 15.1424999237061 15.1424999237061 15.1424999237061 14.0202360153198 0 0 0 0
368 2025-06-27 00:00:00-04:00 15.2650003433228 15.2650003433228 15.2650003433228 15.2650003433228 14.1336574554443 0 0 0 0
369 2025-06-30 00:00:00-04:00 15.2674999237061 15.2674999237061 15.2674999237061 15.2674999237061 14.1359720230103 0 0 0 0
370 2025-07-01 00:00:00-04:00 15.3149995803833 15.3149995803833 15.3149995803833 15.3149995803833 14.1799516677856 0 0 0 0
371 2025-07-02 00:00:00-04:00 15.3850002288818 15.3850002288818 15.3850002288818 15.3850002288818 14.2447643280029 0 0 0 0
372 2025-07-03 00:00:00-04:00 15.3850002288818 15.3850002288818 15.3850002288818 15.3850002288818 14.2447643280029 0 0 0 0
373 2025-07-07 00:00:00-04:00 15.2600002288818 15.2600002288818 15.2600002288818 15.2600002288818 14.1290283203125 0 0 0 0
374 2025-07-08 00:00:00-04:00 15.3374996185303 15.3374996185303 15.3374996185303 15.3374996185303 14.2007837295532 0 0 0 0
375 2025-07-09 00:00:00-04:00 15.3800001144409 15.3800001144409 15.3800001144409 15.3800001144409 14.2401342391968 0 0 0 0
376 2025-07-10 00:00:00-04:00 15.4300003051758 15.4300003051758 15.4300003051758 15.4300003051758 14.2864294052124 0 0 0 0
377 2025-07-11 00:00:00-04:00 15.3149995803833 15.3149995803833 15.3149995803833 15.3149995803833 14.1799516677856 0 0 0 0
378 2025-07-14 00:00:00-04:00 15.2875003814697 15.2875003814697 15.2875003814697 15.2875003814697 14.1544904708862 0 0 0 0
379 2025-07-15 00:00:00-04:00 15.2299995422363 15.2299995422363 15.2299995422363 15.2299995422363 14.1012516021729 0 0 0 0
380 2025-07-16 00:00:00-04:00 15.2700004577637 15.2700004577637 15.2700004577637 15.2700004577637 14.1382875442505 0 0 0 0
381 2025-07-17 00:00:00-04:00 15.3125 15.3125 15.3125 15.3125 14.1776371002197 0 0 0 0
382 2025-07-18 00:00:00-04:00 15.3199996948242 15.3199996948242 15.3199996948242 15.3199996948242 14.1845808029175 0 0 0 0
383 2025-07-21 00:00:00-04:00 15.3774995803833 15.3774995803833 15.3774995803833 15.3774995803833 14.2378196716309 0 0 0 0
384 2025-07-22 00:00:00-04:00 15.4350004196167 15.4350004196167 15.4350004196167 15.4350004196167 14.2910585403442 0 0 0 0
385 2025-07-23 00:00:00-04:00 15.6975002288818 15.6975002288818 15.6975002288818 15.6975002288818 14.5341033935547 0 0 0 0
386 2025-07-24 00:00:00-04:00 15.7174997329712 15.7174997329712 15.7174997329712 15.7174997329712 14.5526208877563 0 0 0 0
387 2025-07-25 00:00:00-04:00 15.6674995422363 15.6674995422363 15.6674995422363 15.6674995422363 14.506326675415 0 0 0 0
388 2025-07-28 00:00:00-04:00 15.539999961853 15.539999961853 15.539999961853 15.539999961853 14.3882761001587 0 0 0 0
389 2025-07-29 00:00:00-04:00 15.5200004577637 15.5200004577637 15.5200004577637 15.5200004577637 14.3697595596313 0 0 0 0
390 2025-07-30 00:00:00-04:00 15.4350004196167 15.4350004196167 15.4350004196167 15.4350004196167 14.2910585403442 0 0 0 0
391 2025-07-31 00:00:00-04:00 15.2624998092651 15.2624998092651 15.2624998092651 15.2624998092651 14.1313428878784 0 0 0 0
392 2025-08-01 00:00:00-04:00 15.1774997711182 15.1774997711182 15.1774997711182 15.1774997711182 14.0526418685913 0 0 0 0
393 2025-08-04 00:00:00-04:00 15.3424997329712 15.3424997329712 15.3424997329712 15.3424997329712 14.2054138183594 0 0 0 0
394 2025-08-05 00:00:00-04:00 15.352499961853 15.352499961853 15.352499961853 15.352499961853 14.2146730422974 0 0 0 0
395 2025-08-06 00:00:00-04:00 15.3374996185303 15.3374996185303 15.3374996185303 15.3374996185303 14.2007837295532 0 0 0 0
396 2025-08-07 00:00:00-04:00 15.4875001907349 15.4875001907349 15.4875001907349 15.4875001907349 14.3396673202515 0 0 0 0
397 2025-08-08 00:00:00-04:00 15.5299997329712 15.5299997329712 15.5299997329712 15.5299997329712 14.3790168762207 0 0 0 0
398 2025-08-11 00:00:00-04:00 15.5100002288818 15.5100002288818 15.5100002288818 15.5100002288818 14.3605003356934 0 0 0 0
399 2025-08-12 00:00:00-04:00 15.6925001144409 15.6925001144409 15.6925001144409 15.6925001144409 14.5294742584229 0 0 0 0
400 2025-08-13 00:00:00-04:00 15.8299999237061 15.8299999237061 15.8299999237061 15.8299999237061 14.6567831039429 0 0 0 0
401 2025-08-14 00:00:00-04:00 15.7775001525879 15.7775001525879 15.7775001525879 15.7775001525879 14.6081743240356 0 0 0 0
402 2025-08-15 00:00:00-04:00 15.835000038147 15.835000038147 15.835000038147 15.835000038147 14.661413192749 0 0 0 0
403 2025-08-18 00:00:00-04:00 15.8100004196167 15.8100004196167 15.8100004196167 15.8100004196167 14.6382665634155 0 0 0 0
404 2025-08-19 00:00:00-04:00 15.8575000762939 15.8575000762939 15.8575000762939 15.8575000762939 14.6822452545166 0 0 0 0
405 2025-08-20 00:00:00-04:00 15.8824996948242 15.8824996948242 15.8824996948242 15.8824996948242 14.7053918838501 0 0 0 0
406 2025-08-21 00:00:00-04:00 15.8549995422363 15.8549995422363 15.8549995422363 15.8549995422363 14.6799306869507 0 0 0 0
407 2025-08-22 00:00:00-04:00 16.0849990844727 16.0849990844727 16.0849990844727 16.0849990844727 14.8928833007813 0 0 0 0
408 2025-08-25 00:00:00-04:00 15.9624996185303 15.9624996185303 15.9624996185303 15.9624996185303 14.7794628143311 0 0 0 0
409 2025-08-26 00:00:00-04:00 15.8924999237061 15.8924999237061 15.8924999237061 15.8924999237061 14.7146511077881 0 0 0 0
410 2025-08-27 00:00:00-04:00 15.8800001144409 15.8800001144409 15.8800001144409 15.8800001144409 14.7030782699585 0 0 0 0
411 2025-08-28 00:00:00-04:00 15.9099998474121 15.9099998474121 15.9099998474121 15.9099998474121 14.7308540344238 0 0 0 0
412 2025-08-29 00:00:00-04:00 15.8900003433228 15.8900003433228 15.8900003433228 15.8900003433228 14.7123365402222 0 0 0 0
413 2025-09-02 00:00:00-04:00 15.7550001144409 15.7550001144409 15.7550001144409 15.7550001144409 14.5873422622681 0 0 0 0
414 2025-09-03 00:00:00-04:00 15.7550001144409 15.7550001144409 15.7550001144409 15.7550001144409 14.5873422622681 0 0 0 0
415 2025-09-04 00:00:00-04:00 15.7849998474121 15.7849998474121 15.7849998474121 15.7849998474121 14.6151180267334 0 0 0 0
416 2025-09-05 00:00:00-04:00 15.9250001907349 15.9250001907349 15.9250001907349 15.9250001907349 14.744743347168 0 0 0 0
417 2025-09-08 00:00:00-04:00 16.0249996185303 16.0249996185303 16.0249996185303 16.0249996185303 14.8373308181763 0 0 0 0
418 2025-09-09 00:00:00-04:00 16.0575008392334 16.0575008392334 16.0575008392334 16.0575008392334 14.8674230575562 0 0 0 0
419 2025-09-10 00:00:00-04:00 16.0750007629395 16.0750007629395 16.0750007629395 16.0750007629395 14.8836259841919 0 0 0 0
420 2025-09-11 00:00:00-04:00 16.2900009155273 16.2900009155273 16.2900009155273 16.2900009155273 15.0826921463013 0 0 0 0
421 2025-09-12 00:00:00-04:00 16.2299995422363 16.2299995422363 16.2299995422363 16.2299995422363 15.0271377563477 0 0 0 0
422 2025-09-15 00:00:00-04:00 16.3075008392334 16.3075008392334 16.3075008392334 16.3075008392334 15.098895072937 0 0 0 0
423 2025-09-16 00:00:00-04:00 16.3024997711182 16.3024997711182 16.3024997711182 16.3024997711182 15.0942649841309 0 0 0 0
424 2025-09-17 00:00:00-04:00 16.3474998474121 16.3474998474121 16.3474998474121 16.3474998474121 15.1359300613403 0 0 0 0
425 2025-09-18 00:00:00-04:00 16.3125 16.3125 16.3125 16.3125 15.1035232543945 0 0 0 0
426 2025-09-19 00:00:00-04:00 16.2749996185303 16.2749996185303 16.2749996185303 16.2749996185303 15.0688028335571 0 0 0 0
427 2025-09-22 00:00:00-04:00 16.3199996948242 16.3199996948242 16.3199996948242 16.3199996948242 15.1104679107666 0 0 0 0
428 2025-09-23 00:00:00-04:00 16.3250007629395 16.3250007629395 16.3250007629395 16.3250007629395 15.1150979995728 0 0 0 0
429 2025-09-24 00:00:00-04:00 16.2900009155273 16.2900009155273 16.2900009155273 16.2900009155273 15.0826921463013 0 0 0 0
430 2025-09-25 00:00:00-04:00 16.1324996948242 16.1324996948242 16.1324996948242 16.1324996948242 14.936863899231 0 0 0 0
431 2025-09-26 00:00:00-04:00 16.2124996185303 16.2124996185303 16.2124996185303 16.2124996185303 15.0109348297119 0 0 0 0
432 2025-09-29 00:00:00-04:00 16.3274993896484 16.3274993896484 16.3274993896484 16.3274993896484 15.1174116134644 0 0 0 0
433 2025-09-30 00:00:00-04:00 16.4500007629395 16.4500007629395 16.4500007629395 16.4500007629395 15.2308340072632 0 0 0 0
434 2025-10-01 00:00:00-04:00 16.5550003051758 16.5550003051758 16.5550003051758 16.5550003051758 15.3280515670776 0 0 0 0
435 2025-10-02 00:00:00-04:00 16.5349998474121 16.5349998474121 16.5349998474121 16.5349998474121 15.3095331192017 0 0 0 0
436 2025-10-03 00:00:00-04:00 16.625 16.625 16.625 16.625 15.3928632736206 0 0 0 0
437 2025-10-06 00:00:00-04:00 16.6224994659424 16.6224994659424 16.6224994659424 16.6224994659424 15.3905477523804 0 0 0 0
438 2025-10-07 00:00:00-04:00 16.4825000762939 16.4825000762939 16.4825000762939 16.4825000762939 15.2609243392944 0 0 0 0
439 2025-10-08 00:00:00-04:00 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 15.3049049377441 0 0 0 0
440 2025-10-09 00:00:00-04:00 16.4274997711182 16.4274997711182 16.4274997711182 16.4274997711182 15.210000038147 0 0 0 0
441 2025-10-10 00:00:00-04:00 16.1149997711182 16.1149997711182 16.1149997711182 16.1149997711182 14.9206609725952 0 0 0 0
442 2025-10-13 00:00:00-04:00 16.2775001525879 16.2775001525879 16.2775001525879 16.2775001525879 15.071117401123 0 0 0 0
443 2025-10-14 00:00:00-04:00 16.2975006103516 16.2975006103516 16.2975006103516 16.2975006103516 15.089635848999 0 0 0 0
444 2025-10-15 00:00:00-04:00 16.3675003051758 16.3675003051758 16.3675003051758 16.3675003051758 15.154447555542 0 0 0 0
445 2025-10-16 00:00:00-04:00 16.3875007629395 16.3875007629395 16.3875007629395 16.3875007629395 15.172966003418 0 0 0 0
446 2025-10-17 00:00:00-04:00 16.3999996185303 16.3999996185303 16.3999996185303 16.3999996185303 15.1845388412476 0 0 0 0
447 2025-10-20 00:00:00-04:00 16.4750003814697 16.4750003814697 16.4750003814697 16.4750003814697 15.2539806365967 0 0 0 0
448 2025-10-21 00:00:00-04:00 16.4099998474121 16.4099998474121 16.4099998474121 16.4099998474121 15.1937971115112 0 0 0 0
449 2025-10-22 00:00:00-04:00 16.4074993133545 16.4074993133545 16.4074993133545 16.4074993133545 15.1914825439453 0 0 0 0
450 2025-10-23 00:00:00-04:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 15.2400913238525 0 0 0 0
451 2025-10-24 00:00:00-04:00 16.5025005340576 16.5025005340576 16.5025005340576 16.5025005340576 15.2794427871704 0 0 0 0
452 2025-10-27 00:00:00-04:00 16.6000003814697 16.6000003814697 16.6000003814697 16.6000003814697 15.3697166442871 0 0 4 0
453 2025-10-28 00:00:00-04:00 16.5599994659424 16.5599994659424 16.5599994659424 16.5599994659424 15.3326797485352 0 0 0 0
454 2025-10-29 00:00:00-04:00 16.5900001525879 16.5900001525879 16.5900001525879 16.5900001525879 15.3604574203491 0 0 0 0
455 2025-10-30 00:00:00-04:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.2215747833252 0 0 0 0
456 2025-10-31 00:00:00-04:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.2215747833252 0 0 0 0
457 2025-11-03 00:00:00-05:00 16.4300003051758 16.4300003051758 16.4300003051758 16.4300003051758 15.2123155593872 0 0 0 0
458 2025-11-04 00:00:00-05:00 16.3199996948242 16.3199996948242 16.3199996948242 16.3199996948242 15.1104679107666 0 0 0 0
459 2025-11-05 00:00:00-05:00 16.3899993896484 16.3899993896484 16.3899993896484 16.3899993896484 15.1752796173096 0 0 0 0
460 2025-11-06 00:00:00-05:00 16.4400005340576 16.4400005340576 16.4400005340576 16.4400005340576 15.2215747833252 0 0 0 0
461 2025-11-07 00:00:00-05:00 16.4899997711182 16.4899997711182 16.4899997711182 16.4899997711182 15.2678680419922 0 0 0 0
462 2025-11-10 00:00:00-05:00 16.6800003051758 16.6800003051758 16.6800003051758 16.6800003051758 15.4437875747681 0 0 0 0
463 2025-11-11 00:00:00-05:00 16.8400001525879 16.8400001525879 16.8400001525879 16.8400001525879 15.59192943573 0 0 0 0
464 2025-11-12 00:00:00-05:00 16.9599990844727 16.9599990844727 16.9599990844727 16.9599990844727 15.7030344009399 0 0 0 0
465 2025-11-13 00:00:00-05:00 16.8199996948242 16.8199996948242 16.8199996948242 16.8199996948242 15.573410987854 0 0 0 0
466 2025-11-14 00:00:00-05:00 16.6599998474121 16.6599998474121 16.6599998474121 16.6599998474121 15.4252691268921 0 0 0 0
467 2025-11-17 00:00:00-05:00 16.4899997711182 16.4899997711182 16.4899997711182 16.4899997711182 15.2678680419922 0 0 0 0
468 2025-11-18 00:00:00-05:00 16.3299999237061 16.3299999237061 16.3299999237061 16.3299999237061 15.1197271347046 0 0 0 0
469 2025-11-19 00:00:00-05:00 16.2299995422363 16.2299995422363 16.2299995422363 16.2299995422363 15.0271377563477 0 0 0 0
470 2025-11-20 00:00:00-05:00 16.0699996948242 16.0699996948242 16.0699996948242 16.0699996948242 14.8789958953857 0 0 0 0
471 2025-11-21 00:00:00-05:00 16.25 16.25 16.25 16.25 15.0456562042236 0 0 0 0
472 2025-11-24 00:00:00-05:00 16.3099994659424 16.3099994659424 16.3099994659424 16.3099994659424 15.1012086868286 0 0 0 0
473 2025-11-25 00:00:00-05:00 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 15.2863864898682 0 0 0 0
474 2025-11-26 00:00:00-05:00 16.6599998474121 16.6599998474121 16.6599998474121 16.6599998474121 15.4252691268921 0 0 0 0
475 2025-11-28 00:00:00-05:00 16.7299995422363 16.7299995422363 16.7299995422363 16.7299995422363 15.4900808334351 0 0 0 0
476 2025-12-01 00:00:00-05:00 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 15.4530467987061 0 0 0 0
477 2025-12-02 00:00:00-05:00 16.7700004577637 16.7700004577637 16.7700004577637 16.7700004577637 15.5271167755127 0 0 0 0
478 2025-12-03 00:00:00-05:00 16.8199996948242 16.8199996948242 16.8199996948242 16.8199996948242 15.573410987854 0 0 0 0
479 2025-12-04 00:00:00-05:00 16.8799991607666 16.8799991607666 16.8799991607666 16.8799991607666 15.628963470459 0 0 0 0
480 2025-12-05 00:00:00-05:00 16.8400001525879 16.8400001525879 16.8400001525879 16.8400001525879 15.59192943573 0 0 0 0
481 2025-12-08 00:00:00-05:00 16.8600006103516 16.8600006103516 16.8600006103516 16.8600006103516 15.6104469299316 0 0 0 0
482 2025-12-09 00:00:00-05:00 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 15.582670211792 0 0 0 0
483 2025-12-10 00:00:00-05:00 16.9500007629395 16.9500007629395 16.9500007629395 16.9500007629395 15.6937770843506 0 0 0 0
484 2025-12-11 00:00:00-05:00 17.0799999237061 17.0799999237061 17.0799999237061 17.0799999237061 15.8141412734985 0 0 0 0
485 2025-12-12 00:00:00-05:00 17.0200004577637 17.0200004577637 17.0200004577637 17.0200004577637 15.7585887908936 0 0 0 0
486 2025-12-15 00:00:00-05:00 17.0900001525879 17.0900001525879 17.0900001525879 17.0900001525879 15.8234004974365 0 0 0 0
487 2025-12-16 00:00:00-05:00 16.9899997711182 16.9899997711182 16.9899997711182 16.9899997711182 15.7308120727539 0 0 0 0
488 2025-12-17 00:00:00-05:00 16.9200000762939 16.9200000762939 16.9200000762939 16.9200000762939 15.6659994125366 0 0 0 0
489 2025-12-18 00:00:00-05:00 16.2199993133545 16.2199993133545 16.2199993133545 16.2199993133545 16.2199993133545 0 0.837 0 0.417
490 2025-12-19 00:00:00-05:00 16.2999992370605 16.2999992370605 16.2999992370605 16.2999992370605 16.2999992370605 0 0 0 0
491 2025-12-22 00:00:00-05:00 16.3700008392334 16.3700008392334 16.3700008392334 16.3700008392334 16.3700008392334 0 0 0 0
492 2025-12-23 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
493 2025-12-24 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
494 2025-12-26 00:00:00-05:00 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 16.5300006866455 0 0 0 0
495 2025-12-29 00:00:00-05:00 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 16.5100002288818 0 0 0 0
496 2025-12-30 00:00:00-05:00 16.5400009155273 16.5400009155273 16.5400009155273 16.5400009155273 16.5400009155273 0 0 0 0
497 2025-12-31 00:00:00-05:00 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 16.4599990844727 0 0 0 0
498 2026-01-02 00:00:00-05:00 16.6299991607666 16.6299991607666 16.6299991607666 16.6299991607666 16.6299991607666 0 0 0 0
499 2026-01-05 00:00:00-05:00 16.7900009155273 16.7900009155273 16.7900009155273 16.7900009155273 16.7900009155273 0 0 0 0
500 2026-01-06 00:00:00-05:00 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 16.8299999237061 0 0 0 0
501 2026-01-07 00:00:00-05:00 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 16.6900005340576 0 0 0 0
502 2026-01-08 00:00:00-05:00 16.7600002288818 16.7600002288818 16.7600002288818 16.7600002288818 16.7600002288818 0 0 0 0
503 2026-01-09 00:00:00-05:00 16.8099994659424 16.8099994659424 16.8099994659424 16.8099994659424 16.8099994659424 0 0 0 0

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,666 +0,0 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-04 00:00:00+00:00,29.46,29.98,28.52,28.66,28.567705078125,169521,0.0,0.0,False
2022-01-05 00:00:00+00:00,30.0,30.0,28.46,28.900000000000002,28.80693115234375,128698,0.0,0.0,False
2022-01-06 00:00:00+00:00,28.2,28.560000000000002,27.5,27.82,27.730410156250002,374659,0.0,0.0,False
2022-01-07 00:00:00+00:00,28.3,28.3,27.400000000000002,27.46,27.3715673828125,80410,0.0,0.0,False
2022-01-10 00:00:00+00:00,28.16,28.240000000000002,26.2,26.580000000000002,26.49440185546875,135881,0.0,0.0,False
2022-01-11 00:00:00+00:00,25.92,27.060000000000002,25.92,26.72,26.6339501953125,71414,0.0,0.0,False
2022-01-12 00:00:00+00:00,26.72,26.96,26.060000000000002,26.8,26.7136962890625,68611,0.0,0.0,False
2022-01-13 00:00:00+00:00,26.72,27.3239990234375,26.6,27.2,27.1124072265625,155917,0.0,0.0,False
2022-01-14 00:00:00+00:00,27.52,27.52,26.36,26.560000000000002,26.4744677734375,66402,0.0,0.0,False
2022-01-17 00:00:00+00:00,27.02,27.22,26.28,27.22,27.13234130859375,60092,0.0,0.0,False
2022-01-18 00:00:00+00:00,27.66,27.66,26.0,26.86,26.773500976562502,128385,0.0,0.0,False
2022-01-19 00:00:00+00:00,27.0,27.46,26.7,27.2,27.1124072265625,75141,0.0,0.0,False
2022-01-20 00:00:00+00:00,26.900000000000002,27.7,26.81172119140625,27.54,27.45131103515625,99304,0.0,0.0,False
2022-01-21 00:00:00+00:00,27.26,27.88,26.214208984375002,26.38,26.295048828125,123570,0.0,0.0,False
2022-01-24 00:00:00+00:00,26.14,26.261599121093752,24.72,24.88,24.7998779296875,148794,0.0,0.0,False
2022-01-25 00:00:00+00:00,24.92,25.2,24.580000000000002,24.580000000000002,24.50084228515625,94318,0.0,0.0,False
2022-01-26 00:00:00+00:00,25.52,25.52,24.400000000000002,24.66,24.58058837890625,265198,0.0,0.0,False
2022-01-27 00:00:00+00:00,24.66,25.12669921875,24.400000000000002,24.82,24.74007080078125,248811,0.0,0.0,False
2022-01-28 00:00:00+00:00,24.7,24.88,24.1,24.32,24.241682128906252,146209,0.0,0.0,False
2022-01-31 00:00:00+00:00,25.3,25.46,24.3,25.2,25.118845214843752,495745,0.0,0.0,False
2022-02-01 00:00:00+00:00,25.580000000000002,26.78,25.580000000000002,26.7,26.614016113281252,426366,0.0,0.0,False
2022-02-02 00:00:00+00:00,25.5,27.28,25.5,26.38,26.295048828125,134118,0.0,0.0,False
2022-02-03 00:00:00+00:00,26.28,26.3639990234375,24.82,24.88,24.7998779296875,168782,0.0,0.0,False
2022-02-04 00:00:00+00:00,24.6,25.14,24.400000000000002,24.76,24.680263671875,110543,0.0,0.0,False
2022-02-07 00:00:00+00:00,25.04,25.04,24.54,24.54,24.4609716796875,163853,0.0,0.0,False
2022-02-08 00:00:00+00:00,24.64,24.64,23.8,24.12,24.04232421875,146007,0.0,0.0,False
2022-02-09 00:00:00+00:00,24.5,24.98,24.3,24.7,24.62045654296875,130747,0.0,0.0,False
2022-02-10 00:00:00+00:00,24.52,24.7,24.080000000000002,24.46,24.38123046875,113862,0.0,0.0,False
2022-02-11 00:00:00+00:00,24.5,24.72,24.1,24.42,24.341357421875,87108,0.0,0.0,False
2022-02-14 00:00:00+00:00,24.42,24.42,23.34,23.98,23.9027783203125,79188,0.0,0.0,False
2022-02-15 00:00:00+00:00,23.86,24.560000000000002,23.54,24.22,24.142004394531252,175846,0.0,0.0,False
2022-02-16 00:00:00+00:00,24.580000000000002,24.580000000000002,23.76,23.98,23.9027783203125,62392,0.0,0.0,False
2022-02-17 00:00:00+00:00,24.78,24.78,23.86,23.86,23.78316162109375,111791,0.0,0.0,False
2022-02-18 00:00:00+00:00,23.84,23.94760009765625,23.36,23.48,23.4043896484375,61467,0.0,0.0,False
2022-02-21 00:00:00+00:00,23.46,23.64919921875,22.82,23.080000000000002,23.005673828125,71820,0.0,0.0,False
2022-02-22 00:00:00+00:00,24.18,24.18,22.54,23.38,23.30470703125,75721,0.0,0.0,False
2022-02-23 00:00:00+00:00,23.78,24.04,23.02,23.02,22.945869140625,122317,0.0,0.0,False
2022-02-24 00:00:00+00:00,23.3,23.3,21.96,22.52,22.44747802734375,241118,0.0,0.0,False
2022-02-25 00:00:00+00:00,23.0,23.56,22.66,23.32,23.24490234375,147148,0.0,0.0,False
2022-02-28 00:00:00+00:00,22.36,24.14,22.36,24.14,24.0622607421875,226698,0.0,0.0,False
2022-03-01 00:00:00+00:00,24.080000000000002,24.22,23.5,23.5,23.4243212890625,218356,0.0,0.0,False
2022-03-02 00:00:00+00:00,23.7,23.900000000000002,23.26,23.62,23.543935546875,87219,0.0,0.0,False
2022-03-03 00:00:00+00:00,23.26,23.8,22.14,22.14,22.06870361328125,137377,0.0,0.0,False
2022-03-04 00:00:00+00:00,22.3,22.92,20.740000000000002,20.740000000000002,20.6732080078125,173972,0.0,0.0,False
2022-03-07 00:00:00+00:00,20.740000000000002,21.14,19.5,20.3,20.23462646484375,282380,0.0,0.0,False
2022-03-08 00:00:00+00:00,20.3,20.82,19.52,19.52,19.457138671875,268763,0.0,0.0,False
2022-03-09 00:00:00+00:00,20.0,21.02,19.73,21.02,20.9523095703125,624876,0.0,0.0,False
2022-03-10 00:00:00+00:00,21.22,21.22,20.38,20.44,20.374176025390625,266261,0.0,0.0,False
2022-03-11 00:00:00+00:00,20.66,21.52,20.46,20.900000000000002,20.8326953125,139879,0.0,0.0,False
2022-03-14 00:00:00+00:00,21.5,21.88,21.1,21.580000000000002,21.51050537109375,87051,0.0,0.0,False
2022-03-15 00:00:00+00:00,20.72,21.48,20.72,20.96,20.89250244140625,86783,0.0,0.0,False
2022-03-16 00:00:00+00:00,21.580000000000002,22.72,21.36,22.48,22.40760498046875,118783,0.0,0.0,False
2022-03-17 00:00:00+00:00,21.68,22.7,21.68,22.46,22.387670898437502,86717,0.0,0.0,False
2022-03-18 00:00:00+00:00,21.76,23.32,21.76,23.18,23.10535400390625,147084,0.0,0.0,False
2022-03-21 00:00:00+00:00,23.400000000000002,23.400000000000002,22.26,22.62,22.547155761718752,290436,0.0,0.0,False
2022-03-22 00:00:00+00:00,23.22,23.22,21.94,22.0,21.92915283203125,89172,0.0,0.0,False
2022-03-23 00:00:00+00:00,21.68,22.7,21.68,22.56,22.487348632812502,83842,0.0,0.0,False
2022-03-24 00:00:00+00:00,21.42,22.64,21.400000000000002,22.400000000000002,22.327863769531252,121267,0.0,0.0,False
2022-03-25 00:00:00+00:00,22.5,23.1,21.92,22.66,22.58702880859375,192618,0.0,0.0,False
2022-03-28 00:00:00+01:00,22.14,23.32,22.14,22.86,22.7863818359375,109333,0.0,0.0,False
2022-03-29 00:00:00+01:00,23.02,23.511201171875,22.8360009765625,23.38,23.30470703125,85895,0.0,0.0,False
2022-03-30 00:00:00+01:00,23.82,25.740000000000002,23.82,25.740000000000002,25.657106933593752,571137,0.0,0.0,False
2022-03-31 00:00:00+01:00,25.68,26.2,25.0,26.2,26.115625,458165,0.0,0.0,False
2022-04-01 00:00:00+01:00,26.32,26.34,25.580000000000002,25.580000000000002,25.497622070312502,206616,0.0,0.0,False
2022-04-04 00:00:00+01:00,26.400000000000002,26.400000000000002,25.2,25.92,25.836530761718752,150039,0.0,0.0,False
2022-04-05 00:00:00+01:00,25.94,26.92,25.900000000000002,26.46,26.37478759765625,2241719,0.0,0.0,False
2022-04-06 00:00:00+01:00,26.62,26.98,26.32,26.52,26.4345947265625,178598,0.0,0.0,False
2022-04-07 00:00:00+01:00,26.86,27.62,26.44,27.18,27.092470703125002,191304,0.0,0.0,False
2022-04-08 00:00:00+01:00,27.52,27.72489990234375,26.52,26.62,26.5342724609375,131026,0.0,0.0,False
2022-04-11 00:00:00+01:00,26.560000000000002,26.692480468750002,25.88,26.0,25.916269531250002,106445,0.0,0.0,False
2022-04-12 00:00:00+01:00,26.0,26.580000000000002,26.0,26.28,26.19536865234375,134222,0.0,0.0,False
2022-04-13 00:00:00+01:00,26.62,26.62,25.92,26.3,26.215307617187502,151567,0.0,0.0,False
2022-04-14 00:00:00+01:00,26.240000000000002,26.52,25.79534912109375,26.0,25.916269531250002,203268,0.0,0.0,False
2022-04-19 00:00:00+01:00,25.8,26.060000000000002,24.96,25.54,25.45775146484375,202763,0.0,0.0,False
2022-04-20 00:00:00+01:00,25.740000000000002,25.740000000000002,25.12,25.12,25.03910400390625,133972,0.0,0.0,False
2022-04-21 00:00:00+01:00,25.22,25.62,25.1,25.2,25.118845214843752,134423,0.0,0.0,False
2022-04-22 00:00:00+01:00,24.62,25.38,24.62,25.02,24.93942626953125,148749,0.0,0.0,False
2022-04-25 00:00:00+01:00,24.38,24.86,24.18,24.400000000000002,24.32142333984375,283575,0.0,0.0,False
2022-04-26 00:00:00+01:00,24.3,24.82,24.22,24.3,24.221748046875,271554,0.0,0.0,False
2022-04-27 00:00:00+01:00,24.0,24.94,23.2,23.46,23.38445068359375,147954,0.0,0.0,False
2022-04-28 00:00:00+01:00,23.48,23.90139892578125,23.42,23.76,23.68348388671875,98816,0.0,0.0,False
2022-04-29 00:00:00+01:00,23.22,24.16,23.2,24.04,23.9625830078125,139578,0.0,0.0,False
2022-05-03 00:00:00+01:00,23.6,24.3,23.18,23.48,23.4043896484375,181511,0.0,0.0,False
2022-05-04 00:00:00+01:00,23.16,23.26,22.24698974609375,22.44,22.36773681640625,199215,0.0,0.0,False
2022-05-05 00:00:00+01:00,23.52,23.52,22.18,22.26,22.18831298828125,468283,0.0,0.0,False
2022-05-06 00:00:00+01:00,21.900000000000002,22.06,21.5,22.0,21.92915283203125,119246,0.0,0.0,False
2022-05-09 00:00:00+01:00,21.88,21.89320068359375,20.8,21.14,21.071923828125,216918,0.0,0.0,False
2022-05-10 00:00:00+01:00,21.3,22.02,21.14,21.52,21.45069580078125,175912,0.0,0.0,False
2022-05-11 00:00:00+01:00,22.080000000000002,22.6,21.48,21.92,21.84941162109375,161619,0.0,0.0,False
2022-05-12 00:00:00+01:00,21.54,22.0,21.0,21.96,21.88927978515625,162789,0.0,0.0,False
2022-05-13 00:00:00+01:00,22.0,22.580000000000002,21.88,22.400000000000002,22.327863769531252,136027,0.0,0.0,False
2022-05-16 00:00:00+01:00,22.28,22.32,21.66,21.88,21.80953857421875,169593,0.0,0.0,False
2022-05-17 00:00:00+01:00,21.94,22.1,21.580000000000002,21.8,21.729794921875,230442,0.0,0.0,False
2022-05-18 00:00:00+01:00,22.76,22.76,21.34,21.36,21.29121337890625,218130,0.0,0.0,False
2022-05-19 00:00:00+01:00,21.56,21.900000000000002,20.82,21.82,21.74972900390625,161985,0.0,0.0,False
2022-05-20 00:00:00+01:00,21.88,22.5,21.7,21.76,21.689924316406252,108143,0.0,0.0,False
2022-05-23 00:00:00+01:00,21.7,22.26,21.68,21.84,21.76966796875,114671,0.0,0.0,False
2022-05-24 00:00:00+01:00,22.0,22.0,21.22,21.34,21.271276855468752,80311,0.0,0.0,False
2022-05-25 00:00:00+01:00,21.44,22.240000000000002,21.3510009765625,21.94,21.869345703125,108379,0.0,0.0,False
2022-05-26 00:00:00+01:00,22.240000000000002,22.240000000000002,21.66,22.080000000000002,22.02344970703125,54302,0.014499999999999999,0.0,True
2022-05-27 00:00:00+01:00,22.14,22.68,22.04,22.5,22.44237548828125,84161,0.0,0.0,False
2022-05-30 00:00:00+01:00,22.8,23.1,22.5,22.68,22.62191162109375,92952,0.0,0.0,False
2022-05-31 00:00:00+01:00,22.0,23.56,22.0,23.42,23.36001953125,260541,0.0,0.0,False
2022-06-01 00:00:00+01:00,23.52,23.76,22.96,23.48,23.4198681640625,169299,0.0,0.0,False
2022-06-06 00:00:00+01:00,23.52,23.76,23.080000000000002,23.56,23.49966064453125,62642,0.0,0.0,False
2022-06-07 00:00:00+01:00,22.62,23.92,22.62,23.8,23.73904541015625,131089,0.0,0.0,False
2022-06-08 00:00:00+01:00,23.88,24.22,23.88,24.060000000000002,23.99837646484375,144324,0.0,0.0,False
2022-06-09 00:00:00+01:00,23.72,24.740000000000002,23.48300048828125,24.32,24.25771484375,197024,0.0,0.0,False
2022-06-10 00:00:00+01:00,24.18,24.5,23.68,23.900000000000002,23.838789062500002,391211,0.0,0.0,False
2022-06-13 00:00:00+01:00,23.78,24.0,22.88,23.2,23.1405810546875,389306,0.0,0.0,False
2022-06-14 00:00:00+01:00,23.18,23.34,22.92,23.04,22.9809912109375,168973,0.0,0.0,False
2022-06-15 00:00:00+01:00,22.6,23.18,21.580000000000002,22.26,22.20298828125,159033,0.0,0.0,False
2022-06-16 00:00:00+01:00,22.54,22.54,21.82,21.92,21.86385986328125,154582,0.0,0.0,False
2022-06-17 00:00:00+01:00,22.02,22.62,22.0,22.56,22.50221923828125,162701,0.0,0.0,False
2022-06-20 00:00:00+01:00,22.54,22.7643994140625,22.3,22.46,22.402475585937502,48492,0.0,0.0,False
2022-06-21 00:00:00+01:00,22.52,23.1,22.34,22.740000000000002,22.68176025390625,131960,0.0,0.0,False
2022-06-22 00:00:00+01:00,22.94,23.12,22.03,22.96,22.90119873046875,67403,0.0,0.0,False
2022-06-23 00:00:00+01:00,23.5,23.5,21.88,22.240000000000002,22.18303955078125,191595,0.0,0.0,False
2022-06-24 00:00:00+01:00,22.8,23.34,22.580000000000002,23.1,23.04083740234375,186503,0.0,0.0,False
2022-06-27 00:00:00+01:00,23.080000000000002,23.34,22.78,22.900000000000002,22.84135009765625,75108,0.0,0.0,False
2022-06-28 00:00:00+01:00,22.84,23.14,22.42,22.6,22.542119140625,95713,0.0,0.0,False
2022-06-29 00:00:00+01:00,22.44,22.580000000000002,21.76,21.8,21.7441650390625,143179,0.0,0.0,False
2022-06-30 00:00:00+01:00,21.38,22.0,21.38,21.94,21.88380859375,143371,0.0,0.0,False
2022-07-01 00:00:00+01:00,21.0,22.3,21.0,22.14,22.08329833984375,151912,0.0,0.0,False
2022-07-04 00:00:00+01:00,22.96,23.12,21.76,21.86,21.80401123046875,163031,0.0,0.0,False
2022-07-05 00:00:00+01:00,21.8,22.26,21.1,21.54,21.484833984375,87873,0.0,0.0,False
2022-07-06 00:00:00+01:00,21.8,22.54,21.8,22.5,22.44237548828125,192002,0.0,0.0,False
2022-07-07 00:00:00+01:00,22.740000000000002,22.86,22.44739990234375,22.68,22.62191162109375,44045,0.0,0.0,False
2022-07-08 00:00:00+01:00,22.7,23.1,22.38,23.0,22.94109375,54169,0.0,0.0,False
2022-07-11 00:00:00+01:00,23.0,23.240000000000002,22.68,23.02,22.961042480468752,28404,0.0,0.0,False
2022-07-12 00:00:00+01:00,23.48,23.48,22.38,22.400000000000002,22.34262939453125,58069,0.0,0.0,False
2022-07-13 00:00:00+01:00,21.98,22.42,21.54,22.2,22.14314208984375,171315,0.0,0.0,False
2022-07-14 00:00:00+01:00,21.6,22.28739990234375,21.42,21.8,21.7441650390625,69105,0.0,0.0,False
2022-07-15 00:00:00+01:00,22.240000000000002,22.46,21.42,22.38,22.3226806640625,37962,0.0,0.0,False
2022-07-18 00:00:00+01:00,22.52,23.26,22.52,23.1,23.04083740234375,57375,0.0,0.0,False
2022-07-19 00:00:00+01:00,22.86,23.240000000000002,22.86,23.080000000000002,23.020888671875,111888,0.0,0.0,False
2022-07-20 00:00:00+01:00,23.32,23.7,23.27,23.64,23.579453125,101102,0.0,0.0,False
2022-07-21 00:00:00+01:00,23.6,24.3,23.52,24.3,24.23776123046875,94675,0.0,0.0,False
2022-07-22 00:00:00+01:00,24.22,24.66,24.14,24.28,24.21781494140625,106841,0.0,0.0,False
2022-07-25 00:00:00+01:00,24.26,24.42,23.96,24.04,23.978430175781252,156132,0.0,0.0,False
2022-07-26 00:00:00+01:00,24.1,24.1,23.56,23.56,23.49966064453125,100895,0.0,0.0,False
2022-07-27 00:00:00+01:00,23.48,23.94,23.44,23.580000000000002,23.51960693359375,147619,0.0,0.0,False
2022-07-28 00:00:00+01:00,24.32,24.400000000000002,23.84,24.400000000000002,24.337509765625,68667,0.0,0.0,False
2022-07-29 00:00:00+01:00,24.28,25.48,24.26,25.14,25.075615234375,215529,0.0,0.0,False
2022-08-01 00:00:00+01:00,26.0,26.0,24.6,24.900000000000002,24.83622802734375,67096,0.0,0.0,False
2022-08-02 00:00:00+01:00,24.86,24.900000000000002,24.3,24.52,24.45719970703125,44575,0.0,0.0,False
2022-08-03 00:00:00+01:00,25.400000000000002,27.664499511718752,24.740000000000002,27.0,26.93084716796875,363560,0.0,0.0,False
2022-08-04 00:00:00+01:00,26.96,27.06300048828125,25.98,26.42,26.35233642578125,390933,0.0,0.0,False
2022-08-05 00:00:00+01:00,26.28,27.1,26.22,26.54,26.4720263671875,281941,0.0,0.0,False
2022-08-08 00:00:00+01:00,26.26,26.84,25.740000000000002,26.02,25.953359375,119579,0.0,0.0,False
2022-08-09 00:00:00+01:00,26.0,26.12,25.400000000000002,25.42,25.354895019531252,81157,0.0,0.0,False
2022-08-10 00:00:00+01:00,26.0,26.361459960937502,24.84,26.240000000000002,26.17279541015625,236333,0.0,0.0,False
2022-08-11 00:00:00+01:00,26.22,26.52,25.94,26.26,26.192744140625,202521,0.0,0.0,False
2022-08-12 00:00:00+01:00,26.740000000000002,26.76,26.12,26.68,26.611669921875002,94373,0.0,0.0,False
2022-08-15 00:00:00+01:00,26.0,26.92,25.66,26.68,26.611669921875002,130154,0.0,0.0,False
2022-08-16 00:00:00+01:00,26.1,26.86,25.34,25.580000000000002,25.51448486328125,220905,0.0,0.0,False
2022-08-17 00:00:00+01:00,25.66,26.2,25.32,25.740000000000002,25.6740771484375,194549,0.0,0.0,False
2022-08-18 00:00:00+01:00,25.740000000000002,25.8,25.42,25.8,25.733923339843752,73907,0.0,0.0,False
2022-08-19 00:00:00+01:00,25.64,25.7,24.38,24.38,24.31755859375,161331,0.0,0.0,False
2022-08-22 00:00:00+01:00,24.2,24.42,23.84,24.14,24.078173828125,309805,0.0,0.0,False
2022-08-23 00:00:00+01:00,24.2,24.2,23.34,23.42,23.36001953125,169026,0.0,0.0,False
2022-08-24 00:00:00+01:00,24.44,24.44,23.240000000000002,24.080000000000002,24.01832763671875,213735,0.0,0.0,False
2022-08-25 00:00:00+01:00,24.34,24.76,24.14,24.560000000000002,24.49709716796875,103565,0.0,0.0,False
2022-08-26 00:00:00+01:00,24.68,25.84,24.418798828125002,24.48,24.41730224609375,111767,0.0,0.0,False
2022-08-30 00:00:00+01:00,25.0,25.32,24.28,24.64,24.57689208984375,114667,0.0,0.0,False
2022-08-31 00:00:00+01:00,24.3,25.14,24.26,24.86,24.79633056640625,159278,0.0,0.0,False
2022-09-01 00:00:00+01:00,24.84,24.84,23.28,23.5,23.439814453125,75741,0.0,0.0,False
2022-09-02 00:00:00+01:00,23.8,23.900000000000002,23.32,23.86,23.7988916015625,161878,0.0,0.0,False
2022-09-05 00:00:00+01:00,23.54,24.04,23.19093994140625,23.5,23.439814453125,89772,0.0,0.0,False
2022-09-06 00:00:00+01:00,23.54,24.02,23.31,23.580000000000002,23.51960693359375,71477,0.0,0.0,False
2022-09-07 00:00:00+01:00,23.0,23.72,23.0,23.48,23.4198681640625,97993,0.0,0.0,False
2022-09-08 00:00:00+01:00,23.400000000000002,23.86,23.12,23.86,23.7988916015625,192900,0.0,0.0,False
2022-09-09 00:00:00+01:00,23.7,24.240000000000002,23.67845947265625,24.16,24.09812255859375,59221,0.0,0.0,False
2022-09-12 00:00:00+01:00,24.400000000000002,24.400000000000002,23.82,24.04,23.978430175781252,76307,0.0,0.0,False
2022-09-13 00:00:00+01:00,24.0,24.76,23.66,23.66,23.599404296875,155869,0.0,0.0,False
2022-09-14 00:00:00+01:00,23.66,24.34,23.54,23.84,23.77894287109375,120233,0.0,0.0,False
2022-09-15 00:00:00+01:00,23.22,23.88,23.18,23.34,23.280222167968752,297665,0.0,0.0,False
2022-09-16 00:00:00+01:00,23.26,23.32,22.900000000000002,22.92,22.861298828125,144960,0.0,0.0,False
2022-09-20 00:00:00+01:00,22.94,24.04,22.6,23.5,23.439814453125,317042,0.0,0.0,False
2022-09-21 00:00:00+01:00,23.84,24.36,21.86,23.12,23.0607861328125,273104,0.0,0.0,False
2022-09-22 00:00:00+01:00,23.02,23.46,22.8,23.240000000000002,23.180478515625,330760,0.0,0.0,False
2022-09-23 00:00:00+01:00,23.02,23.14,21.900000000000002,22.56,22.50221923828125,152226,0.0,0.0,False
2022-09-26 00:00:00+01:00,22.1,22.98,22.1,22.68,22.62191162109375,160292,0.0,0.0,False
2022-09-27 00:00:00+01:00,22.92,23.52,22.82,22.82,22.761552734375,170562,0.0,0.0,False
2022-09-28 00:00:00+01:00,22.1,23.06,21.98,22.86,22.8014501953125,115333,0.0,0.0,False
2022-09-29 00:00:00+01:00,22.84,22.900000000000002,22.04,22.36,22.302734375,131444,0.0,0.0,False
2022-09-30 00:00:00+01:00,22.7,23.18,22.0,22.98,22.92114501953125,721076,0.0,0.0,False
2022-10-03 00:00:00+01:00,22.0,23.740000000000002,22.0,23.6,23.5395556640625,411048,0.0,0.0,False
2022-10-04 00:00:00+01:00,23.14,24.82,23.14,24.48,24.41730224609375,359955,0.0,0.0,False
2022-10-05 00:00:00+01:00,24.6,24.6,23.38,23.66,23.599404296875,787207,0.0,0.0,False
2022-10-06 00:00:00+01:00,23.3,24.36,23.3,24.16,24.105966796875002,179826,0.0077,0.0,True
2022-10-07 00:00:00+01:00,24.32,24.32,23.12,23.28,23.2279345703125,182711,0.0,0.0,False
2022-10-10 00:00:00+01:00,23.0,23.28,22.240000000000002,22.44,22.389814453125002,138462,0.0,0.0,False
2022-10-11 00:00:00+01:00,22.38,22.72,22.1,22.18,22.13039306640625,148515,0.0,0.0,False
2022-10-12 00:00:00+01:00,23.12,23.12,21.88,22.16,22.110439453125,162450,0.0,0.0,False
2022-10-13 00:00:00+01:00,22.740000000000002,22.740000000000002,21.12,21.900000000000002,21.851022949218752,326778,0.0,0.0,False
2022-10-14 00:00:00+01:00,22.0,22.76,21.82,22.5,22.449682617187502,161983,0.0,0.0,False
2022-10-17 00:00:00+01:00,22.86,23.01260009765625,22.2,22.94,22.8886962890625,116551,0.0,0.0,False
2022-10-18 00:00:00+01:00,22.26,23.38,22.26,23.12,23.06829345703125,141461,0.0,0.0,False
2022-10-19 00:00:00+01:00,23.0,23.16,22.240000000000002,22.36,22.30999267578125,104562,0.0,0.0,False
2022-10-20 00:00:00+01:00,22.38,22.72,21.82,22.5,22.449682617187502,152158,0.0,0.0,False
2022-10-21 00:00:00+01:00,22.5,23.1,22.28,23.0,22.94856201171875,104972,0.0,0.0,False
2022-10-24 00:00:00+01:00,23.02,23.900000000000002,23.0,23.38,23.32771240234375,159898,0.0,0.0,False
2022-10-25 00:00:00+01:00,23.72,24.46,23.42,24.16,24.105966796875002,85381,0.0,0.0,False
2022-10-26 00:00:00+01:00,24.16,24.2,23.66,24.14,24.0860107421875,117490,0.0,0.0,False
2022-10-27 00:00:00+01:00,24.080000000000002,24.54,23.88,24.34,24.285566406250002,238792,0.0,0.0,False
2022-10-28 00:00:00+01:00,24.1,24.22,23.719599609375,24.080000000000002,24.0261474609375,122712,0.0,0.0,False
2022-10-31 00:00:00+00:00,24.26,24.46,23.66,24.1,24.04610107421875,102273,0.0,0.0,False
2022-11-01 00:00:00+00:00,24.5,24.94,24.02,24.22,24.16583251953125,72028,0.0,0.0,False
2022-11-02 00:00:00+00:00,24.1,25.0,23.92,24.64,24.584892578125,145464,0.0,0.0,False
2022-11-03 00:00:00+00:00,24.28,24.72,23.88,24.04,23.98623779296875,73546,0.0,0.0,False
2022-11-04 00:00:00+00:00,24.240000000000002,25.080000000000002,23.60639892578125,24.28,24.2256982421875,69077,0.0,0.0,False
2022-11-07 00:00:00+00:00,24.22,25.080000000000002,24.02,24.900000000000002,24.8443115234375,124283,0.0,0.0,False
2022-11-08 00:00:00+00:00,24.580000000000002,25.22,24.580000000000002,25.22,25.1635986328125,153287,0.0,0.0,False
2022-11-09 00:00:00+00:00,24.98,25.22,24.88,24.98,24.92413330078125,100019,0.0,0.0,False
2022-11-10 00:00:00+00:00,24.82,26.54,24.64,26.2,26.14140625,132777,0.0,0.0,False
2022-11-11 00:00:00+00:00,26.36,26.86,26.16,26.580000000000002,26.520556640625,219220,0.0,0.0,False
2022-11-14 00:00:00+00:00,26.3,27.1,26.26,26.96,26.89970458984375,128692,0.0,0.0,False
2022-11-15 00:00:00+00:00,26.48,27.16,26.14,26.92,26.85979248046875,186824,0.0,0.0,False
2022-11-16 00:00:00+00:00,27.02,27.04,26.38,26.52,26.4606884765625,107714,0.0,0.0,False
2022-11-17 00:00:00+00:00,26.76,26.76,25.8,26.7,26.64028564453125,111413,0.0,0.0,False
2022-11-18 00:00:00+00:00,26.88,27.1,26.32,27.1,27.03939208984375,127583,0.0,0.0,False
2022-11-21 00:00:00+00:00,27.96,29.15199951171875,27.43699951171875,27.740000000000002,27.677961425781252,517109,0.0,0.0,False
2022-11-22 00:00:00+00:00,28.0,28.0,26.86,27.66,27.5981396484375,209083,0.0,0.0,False
2022-11-23 00:00:00+00:00,27.6,28.34,27.5,28.34,28.27661865234375,458322,0.0,0.0,False
2022-11-24 00:00:00+00:00,29.0,29.26,27.6,28.8,28.7355908203125,189652,0.0,0.0,False
2022-11-25 00:00:00+00:00,28.400000000000002,29.03300048828125,28.400000000000002,28.900000000000002,28.8353662109375,146017,0.0,0.0,False
2022-11-28 00:00:00+00:00,28.7,29.1,28.0,29.1,29.03491943359375,255817,0.0,0.0,False
2022-11-29 00:00:00+00:00,29.080000000000002,29.14,28.8,28.900000000000002,28.8353662109375,204232,0.0,0.0,False
2022-11-30 00:00:00+00:00,28.76,29.62,28.76,29.5,29.434023437500002,538520,0.0,0.0,False
2022-12-01 00:00:00+00:00,29.68,29.900000000000002,29.060000000000002,29.76,29.69344482421875,188618,0.0,0.0,False
2022-12-02 00:00:00+00:00,29.88,30.560000000000002,29.3,29.48,29.41406982421875,384388,0.0,0.0,False
2022-12-05 00:00:00+00:00,29.36,29.92,28.26,28.28,28.2167529296875,225089,0.0,0.0,False
2022-12-06 00:00:00+00:00,28.1,28.48,27.78,27.94,27.8775146484375,320011,0.0,0.0,False
2022-12-07 00:00:00+00:00,27.92,28.2,27.64,27.94,27.8775146484375,341034,0.0,0.0,False
2022-12-08 00:00:00+00:00,27.78,28.080000000000002,27.72,27.92,27.85755615234375,219670,0.0,0.0,False
2022-12-09 00:00:00+00:00,27.400000000000002,28.0,27.400000000000002,28.0,27.937380371093752,138547,0.0,0.0,False
2022-12-12 00:00:00+00:00,28.400000000000002,28.76300048828125,27.72,28.240000000000002,28.17684326171875,128168,0.0,0.0,False
2022-12-13 00:00:00+00:00,28.34,29.1,27.86,28.38,28.316530761718752,263580,0.0,0.0,False
2022-12-14 00:00:00+00:00,28.0,28.36,27.86,28.22,28.15688720703125,62627,0.0,0.0,False
2022-12-15 00:00:00+00:00,27.900000000000002,28.18,27.54,27.54,27.478408203125,256065,0.0,0.0,False
2022-12-16 00:00:00+00:00,27.5,27.96,27.080000000000002,27.400000000000002,27.338720703125002,147966,0.0,0.0,False
2022-12-19 00:00:00+00:00,27.52,27.9739990234375,27.38,27.52,27.4584521484375,62241,0.0,0.0,False
2022-12-20 00:00:00+00:00,27.5,27.62,26.8,27.38,27.31876708984375,116737,0.0,0.0,False
2022-12-21 00:00:00+00:00,27.64,28.1,27.24030029296875,27.86,27.7976953125,47330,0.0,0.0,False
2022-12-22 00:00:00+00:00,27.86,28.26,27.3,27.48,27.41854248046875,59975,0.0,0.0,False
2022-12-23 00:00:00+00:00,28.26,28.26,27.240000000000002,27.46,27.39858642578125,37424,0.0,0.0,False
2022-12-28 00:00:00+00:00,27.44,27.7,27.22,27.42,27.3586767578125,39217,0.0,0.0,False
2022-12-29 00:00:00+00:00,27.04,27.66,27.02,27.62,27.5582275390625,96876,0.0,0.0,False
2022-12-30 00:00:00+00:00,26.96,27.66,26.96,27.240000000000002,27.179079589843752,23796,0.0,0.0,False
2023-01-03 00:00:00+00:00,27.2,28.22,26.64,27.66,27.5981396484375,68033,0.0,0.0,False
2023-01-04 00:00:00+00:00,27.54,27.98,27.1572998046875,27.88,27.817646484375,68241,0.0,0.0,False
2023-01-05 00:00:00+00:00,27.76,28.3,27.562900390625,28.04,27.9772900390625,99643,0.0,0.0,False
2023-01-06 00:00:00+00:00,27.68,28.72,27.68,28.6,28.53603759765625,132308,0.0,0.0,False
2023-01-09 00:00:00+00:00,27.0,28.72,26.529279785156252,28.0,27.937380371093752,144894,0.0,0.0,False
2023-01-10 00:00:00+00:00,29.0,29.0,27.42,27.560000000000002,27.4983642578125,108914,0.0,0.0,False
2023-01-11 00:00:00+00:00,28.8,28.8,27.36,28.32,28.2566650390625,117605,0.0,0.0,False
2023-01-12 00:00:00+00:00,28.0,28.16,26.67,26.98,26.919660644531252,394851,0.0,0.0,False
2023-01-13 00:00:00+00:00,26.76,27.0839990234375,25.400000000000002,25.6,25.54274658203125,356966,0.0,0.0,False
2023-01-16 00:00:00+00:00,25.0,26.080000000000002,24.86,25.18,25.1236865234375,336471,0.0,0.0,False
2023-01-17 00:00:00+00:00,25.22,25.400000000000002,24.92,25.3,25.243417968750002,221386,0.0,0.0,False
2023-01-18 00:00:00+00:00,25.66,26.78,25.37659912109375,26.240000000000002,26.18131591796875,1025972,0.0,0.0,False
2023-01-19 00:00:00+00:00,27.0,27.0,25.98,26.62,26.56046630859375,102617,0.0,0.0,False
2023-01-20 00:00:00+00:00,26.72,27.0,26.34,26.44,26.38086669921875,192758,0.0,0.0,False
2023-01-23 00:00:00+00:00,26.48,26.650000000000002,25.86,26.12,26.06158447265625,159375,0.0,0.0,False
2023-01-24 00:00:00+00:00,26.3,26.44,25.88,26.060000000000002,26.001718750000002,285494,0.0,0.0,False
2023-01-25 00:00:00+00:00,26.5,28.04,26.18,27.740000000000002,27.677961425781252,379047,0.0,0.0,False
2023-01-26 00:00:00+00:00,27.86,28.26,27.66,27.740000000000002,27.677961425781252,234863,0.0,0.0,False
2023-01-27 00:00:00+00:00,27.900000000000002,28.48,27.44,28.44,28.37639404296875,96625,0.0,0.0,False
2023-01-30 00:00:00+00:00,28.14,28.68,27.88,28.16,28.09702392578125,169732,0.0,0.0,False
2023-01-31 00:00:00+00:00,28.060000000000002,28.400000000000002,27.84,28.400000000000002,28.336484375,250688,0.0,0.0,False
2023-02-01 00:00:00+00:00,28.2,28.72,27.400000000000002,28.34,28.27661865234375,97416,0.0,0.0,False
2023-02-02 00:00:00+00:00,28.68,29.560000000000002,28.1,29.2,29.13469482421875,245261,0.0,0.0,False
2023-02-03 00:00:00+00:00,29.66,29.7,28.8,29.28,29.21451904296875,211695,0.0,0.0,False
2023-02-06 00:00:00+00:00,29.02,29.48,28.92597900390625,29.04,28.9750537109375,78978,0.0,0.0,False
2023-02-07 00:00:00+00:00,28.2,28.98,27.7,28.26,28.19679931640625,327488,0.0,0.0,False
2023-02-08 00:00:00+00:00,28.7,28.7,28.0,28.36,28.296572265625002,88715,0.0,0.0,False
2023-02-09 00:00:00+00:00,29.0,29.0,28.44,28.7,28.6358154296875,113023,0.0,0.0,False
2023-02-10 00:00:00+00:00,28.8,28.89,28.02,28.02,27.957333984375,169490,0.0,0.0,False
2023-02-13 00:00:00+00:00,27.900000000000002,28.38,27.36,28.38,28.316530761718752,140602,0.0,0.0,False
2023-02-14 00:00:00+00:00,27.060000000000002,28.560000000000002,27.060000000000002,28.0,27.937380371093752,107333,0.0,0.0,False
2023-02-15 00:00:00+00:00,28.18,28.900000000000002,27.724599609375,28.84,28.77550048828125,129853,0.0,0.0,False
2023-02-16 00:00:00+00:00,27.3,29.240000000000002,27.3,29.12,29.05487548828125,63977,0.0,0.0,False
2023-02-17 00:00:00+00:00,29.96,29.96,28.5,28.5,28.436259765625,75842,0.0,0.0,False
2023-02-20 00:00:00+00:00,28.400000000000002,28.92,28.3,28.900000000000002,28.8353662109375,44533,0.0,0.0,False
2023-02-21 00:00:00+00:00,28.580000000000002,29.14,28.580000000000002,28.8,28.7355908203125,176561,0.0,0.0,False
2023-02-22 00:00:00+00:00,28.900000000000002,28.900000000000002,28.48,28.76,28.695681152343752,146264,0.0,0.0,False
2023-02-23 00:00:00+00:00,28.82,29.34,28.66,28.88,28.81541015625,86655,0.0,0.0,False
2023-02-24 00:00:00+00:00,28.98,28.98,28.240000000000002,28.42,28.3564404296875,69783,0.0,0.0,False
2023-02-27 00:00:00+00:00,28.68,29.060000000000002,28.1,28.84,28.77550048828125,78772,0.0,0.0,False
2023-02-28 00:00:00+00:00,28.62,29.1,28.580000000000002,28.92,28.855322265625002,386853,0.0,0.0,False
2023-03-01 00:00:00+00:00,28.92,29.72,28.86,29.36,29.29433837890625,106416,0.0,0.0,False
2023-03-02 00:00:00+00:00,29.8,29.82,28.92,29.62,29.55375732421875,60874,0.0,0.0,False
2023-03-03 00:00:00+00:00,29.8,29.92,29.22,29.44,29.37416015625,59389,0.0,0.0,False
2023-03-06 00:00:00+00:00,29.46,29.54,29.02,29.240000000000002,29.17460693359375,68220,0.0,0.0,False
2023-03-07 00:00:00+00:00,28.5,29.6,28.5,29.400000000000002,29.334248046875,69588,0.0,0.0,False
2023-03-08 00:00:00+00:00,28.92,29.900000000000002,28.68280029296875,29.64,29.5737109375,57394,0.0,0.0,False
2023-03-09 00:00:00+00:00,29.400000000000002,30.0,29.283999023437502,29.92,29.8530859375,85081,0.0,0.0,False
2023-03-10 00:00:00+00:00,30.0,30.0,29.0,29.560000000000002,29.4938916015625,121079,0.0,0.0,False
2023-03-13 00:00:00+00:00,29.26,29.48,28.48,28.48,28.41630615234375,451156,0.0,0.0,False
2023-03-14 00:00:00+00:00,28.5,29.02,28.28,29.02,28.95509765625,173562,0.0,0.0,False
2023-03-15 00:00:00+00:00,28.900000000000002,28.9418505859375,25.46,26.46,26.40082275390625,646146,0.0,0.0,False
2023-03-16 00:00:00+00:00,26.14,26.88,26.14,26.48,26.4207763671875,240692,0.0,0.0,False
2023-03-17 00:00:00+00:00,26.72,27.580000000000002,26.42,26.42,26.36091552734375,145813,0.0,0.0,False
2023-03-20 00:00:00+00:00,26.02,27.28,25.82,26.88,26.81988525390625,156224,0.0,0.0,False
2023-03-21 00:00:00+00:00,27.12,27.26,26.6,27.2,27.139169921875002,101085,0.0,0.0,False
2023-03-22 00:00:00+00:00,27.04,27.28,26.68,27.060000000000002,26.999482421875,61646,0.0,0.0,False
2023-03-23 00:00:00+00:00,27.46,27.84,27.0,27.76,27.69791748046875,238904,0.0,0.0,False
2023-03-24 00:00:00+00:00,27.66,27.8639990234375,27.18,27.7,27.6380517578125,151064,0.0,0.0,False
2023-03-27 00:00:00+01:00,27.98,28.14,27.0,27.060000000000002,26.999482421875,242115,0.0,0.0,False
2023-03-28 00:00:00+01:00,27.12,27.12,26.34,26.6,26.540510253906252,162045,0.0,0.0,False
2023-03-29 00:00:00+01:00,26.64,27.46,26.38,27.240000000000002,27.179079589843752,219929,0.0,0.0,False
2023-03-30 00:00:00+01:00,27.76,29.080000000000002,27.650000000000002,28.080000000000002,28.0172021484375,285091,0.0,0.0,False
2023-03-31 00:00:00+01:00,28.1,28.14,27.400000000000002,27.580000000000002,27.51831787109375,143041,0.0,0.0,False
2023-04-03 00:00:00+01:00,27.580000000000002,27.580000000000002,27.14,27.26,27.19903564453125,100038,0.0,0.0,False
2023-04-04 00:00:00+01:00,27.14,27.5535400390625,27.04,27.14,27.0793017578125,89315,0.0,0.0,False
2023-04-05 00:00:00+01:00,27.6,27.8,25.48,25.5,25.442968750000002,174325,0.0,0.0,False
2023-04-06 00:00:00+01:00,25.6,26.03199951171875,25.46,26.0,25.9418505859375,163437,0.0,0.0,False
2023-04-11 00:00:00+01:00,26.0,26.580000000000002,25.86,26.22,26.161359863281252,148621,0.0,0.0,False
2023-04-12 00:00:00+01:00,26.68,27.0,26.02,26.64,26.580419921875002,118071,0.0,0.0,False
2023-04-13 00:00:00+01:00,26.96,27.400000000000002,26.68,27.18,27.1192138671875,338659,0.0,0.0,False
2023-04-14 00:00:00+01:00,27.5,27.86,26.72,26.72,26.660244140625,188709,0.0,0.0,False
2023-04-17 00:00:00+01:00,26.78,27.060000000000002,26.0356005859375,26.98,26.919660644531252,260010,0.0,0.0,False
2023-04-18 00:00:00+01:00,28.0,28.0,26.86,27.2,27.139169921875002,110566,0.0,0.0,False
2023-04-19 00:00:00+01:00,26.8,27.38,26.72,27.240000000000002,27.179079589843752,238055,0.0,0.0,False
2023-04-20 00:00:00+01:00,27.78,27.78,26.66,26.66,26.6003759765625,136925,0.0,0.0,False
2023-04-21 00:00:00+01:00,26.5,27.400000000000002,26.48,27.02,26.95957275390625,102818,0.0,0.0,False
2023-04-24 00:00:00+01:00,26.400000000000002,27.36,26.400000000000002,27.0,26.9396142578125,53770,0.0,0.0,False
2023-04-25 00:00:00+01:00,26.78,27.34,26.7,26.96,26.89970458984375,584252,0.0,0.0,False
2023-04-26 00:00:00+01:00,26.78,26.82,26.32,26.64,26.580419921875002,82215,0.0,0.0,False
2023-04-27 00:00:00+01:00,26.14,26.78,26.14,26.76,26.70015380859375,72994,0.0,0.0,False
2023-04-28 00:00:00+01:00,27.18,27.18,26.62,27.0,26.9396142578125,63114,0.0,0.0,False
2023-05-02 00:00:00+01:00,26.400000000000002,27.095419921875,26.34,26.34,26.28109375,142978,0.0,0.0,False
2023-05-03 00:00:00+01:00,26.42,26.5,24.96,25.1,25.04386474609375,350646,0.0,0.0,False
2023-05-04 00:00:00+01:00,25.0,25.080000000000002,22.68,22.68,22.62927734375,1493890,0.0,0.0,False
2023-05-05 00:00:00+01:00,22.6,22.7,21.92,22.0,21.95079833984375,582476,0.0,0.0,False
2023-05-09 00:00:00+01:00,22.5,22.84,21.75010009765625,22.5,22.449682617187502,529565,0.0,0.0,False
2023-05-10 00:00:00+01:00,22.5,22.8,21.78,21.8,21.7512451171875,315844,0.0,0.0,False
2023-05-11 00:00:00+01:00,21.7,23.38,21.7,23.06,23.008427734375,489035,0.0,0.0,False
2023-05-12 00:00:00+01:00,23.34,23.38,22.72,23.38,23.32771240234375,283610,0.0,0.0,False
2023-05-15 00:00:00+01:00,23.04,23.62,23.04,23.5,23.44744384765625,388932,0.0,0.0,False
2023-05-16 00:00:00+01:00,23.36,23.54,23.02,23.3,23.247890625,395998,0.0,0.0,False
2023-05-17 00:00:00+01:00,23.56,23.580000000000002,22.68,22.84,22.78891845703125,423318,0.0,0.0,False
2023-05-18 00:00:00+01:00,22.96,23.240000000000002,22.42,22.72,22.66918701171875,319457,0.0,0.0,False
2023-05-19 00:00:00+01:00,22.5,22.9019091796875,22.04,22.46,22.4097705078125,421569,0.0,0.0,False
2023-05-22 00:00:00+01:00,22.78,22.84,22.38,22.8,22.74901123046875,166747,0.0,0.0,False
2023-05-23 00:00:00+01:00,23.2,23.22,22.38,22.38,22.32994873046875,309329,0.0,0.0,False
2023-05-24 00:00:00+01:00,22.02,22.33969970703125,20.56,20.94,20.8931689453125,512827,0.0,0.0,False
2023-05-25 00:00:00+01:00,20.52,21.0,20.32,20.32,20.2745556640625,729567,0.0,0.0,False
2023-05-26 00:00:00+01:00,20.88,20.88,19.72,19.78,19.735762939453124,492367,0.0,0.0,False
2023-05-30 00:00:00+01:00,19.92,20.0152001953125,19.35,19.41,19.366590576171877,690501,0.0,0.0,False
2023-05-31 00:00:00+01:00,20.2,20.2,19.19,19.45,19.406500244140627,317942,0.0,0.0,False
2023-06-01 00:00:00+01:00,19.66,19.740000000000002,19.150000000000002,19.47,19.442449951171877,304732,0.016,0.0,True
2023-06-02 00:00:00+01:00,20.22,20.22,19.37,19.82,19.79195556640625,278304,0.0,0.0,False
2023-06-05 00:00:00+01:00,19.62,19.72,17.92,18.17,18.14428955078125,461315,0.0,0.0,False
2023-06-06 00:00:00+01:00,18.07,18.18,17.29,17.45,17.425308837890626,828912,0.0,0.0,False
2023-06-07 00:00:00+01:00,17.73,18.41,17.73,18.32,18.294077148437502,554274,0.0,0.0,False
2023-06-08 00:00:00+01:00,17.61,18.6747998046875,17.61,18.22,18.194217529296875,270247,0.0,0.0,False
2023-06-09 00:00:00+01:00,18.330000000000002,18.63,17.93,18.52,18.4937939453125,341997,0.0,0.0,False
2023-06-12 00:00:00+01:00,18.19,19.12,18.143199462890625,19.12,19.092945556640625,357760,0.0,0.0,False
2023-06-13 00:00:00+01:00,19.2,19.77,18.94,19.400000000000002,19.372550048828124,648503,0.0,0.0,False
2023-06-14 00:00:00+01:00,19.740000000000002,19.92,19.27,19.6,19.572266845703126,362355,0.0,0.0,False
2023-06-15 00:00:00+01:00,19.6,19.775000000000002,18.96,19.18,19.152860107421876,437837,0.0,0.0,False
2023-06-16 00:00:00+01:00,19.87,19.87,19.065,19.41,19.3825341796875,635867,0.0,0.0,False
2023-06-19 00:00:00+01:00,19.37,19.37,18.93,18.95,18.923184814453126,343892,0.0,0.0,False
2023-06-20 00:00:00+01:00,19.39,19.39,18.61,18.67,18.643582763671876,240994,0.0,0.0,False
2023-06-21 00:00:00+01:00,19.45,19.469520263671875,18.36,18.91,18.883243408203125,276880,0.0,0.0,False
2023-06-22 00:00:00+01:00,18.95,19.162230224609374,18.37,18.8,18.7733984375,186330,0.0,0.0,False
2023-06-23 00:00:00+01:00,18.6,19.04,18.6,18.87,18.843299560546875,189003,0.0,0.0,False
2023-06-26 00:00:00+01:00,19.0,19.04719970703125,18.32,18.57,18.54372314453125,411820,0.0,0.0,False
2023-06-27 00:00:00+01:00,18.650000000000002,18.77,17.669100341796874,18.03,18.0044873046875,538190,0.0,0.0,False
2023-06-28 00:00:00+01:00,18.0,18.2,17.92,18.2,18.174248046875,210732,0.0,0.0,False
2023-06-29 00:00:00+01:00,18.7,18.7,17.54,17.59,17.56510986328125,253575,0.0,0.0,False
2023-06-30 00:00:00+01:00,17.67,18.11,17.43,18.1,18.074388427734377,150826,0.0,0.0,False
2023-07-03 00:00:00+01:00,17.900000000000002,18.36,17.88,18.330000000000002,18.3040625,791780,0.0,0.0,False
2023-07-04 00:00:00+01:00,18.400000000000002,18.522430419921875,18.12,18.42,18.393935546875,287173,0.0,0.0,False
2023-07-05 00:00:00+01:00,18.56,18.580000000000002,18.255999755859374,18.36,18.334020996093752,160679,0.0,0.0,False
2023-07-06 00:00:00+01:00,18.5,18.54,17.240000000000002,17.51,17.485223388671876,281127,0.0,0.0,False
2023-07-07 00:00:00+01:00,17.51,17.51,16.69,17.1,17.07580322265625,290241,0.0,0.0,False
2023-07-10 00:00:00+01:00,17.240000000000002,17.77,16.87,16.95,16.926015625,339775,0.0,0.0,False
2023-07-11 00:00:00+01:00,17.5,17.5,16.12,16.14,16.117161865234376,371758,0.0,0.0,False
2023-07-12 00:00:00+01:00,16.15,17.14,16.12,16.88,16.856114501953126,494734,0.0,0.0,False
2023-07-13 00:00:00+01:00,17.0,17.330000000000002,16.85,16.89,16.86610107421875,155535,0.0,0.0,False
2023-07-14 00:00:00+01:00,16.8,17.55,16.62,17.12,17.095775146484375,208870,0.0,0.0,False
2023-07-17 00:00:00+01:00,17.0,17.17,16.740000000000002,16.9,16.87608642578125,155692,0.0,0.0,False
2023-07-18 00:00:00+01:00,17.72,17.72,16.64,16.68,16.656397705078124,132785,0.0,0.0,False
2023-07-19 00:00:00+01:00,17.1,17.62,16.87530029296875,17.62,17.595067138671876,396633,0.0,0.0,False
2023-07-20 00:00:00+01:00,17.82,17.97,17.59,17.63,17.6050537109375,372626,0.0,0.0,False
2023-07-21 00:00:00+01:00,17.86,18.063800048828124,17.6,17.88,17.85469970703125,257740,0.0,0.0,False
2023-07-24 00:00:00+01:00,17.6,18.041500244140625,17.48,17.71,17.68494140625,360104,0.0,0.0,False
2023-07-25 00:00:00+01:00,17.740000000000002,18.22,17.57154052734375,17.86,17.834727783203125,209875,0.0,0.0,False
2023-07-26 00:00:00+01:00,17.77,18.13,17.71,17.78,17.75484130859375,282136,0.0,0.0,False
2023-07-27 00:00:00+01:00,17.78,18.19,17.7,18.06,18.034444580078127,198157,0.0,0.0,False
2023-07-28 00:00:00+01:00,18.25,18.25,17.900000000000002,18.0,17.974530029296876,134365,0.0,0.0,False
2023-07-31 00:00:00+01:00,17.990000000000002,18.0,17.448499755859377,17.62,17.595067138671876,266973,0.0,0.0,False
2023-08-01 00:00:00+01:00,17.44,17.44,14.77,15.8,15.77764404296875,1707985,0.0,0.0,False
2023-08-02 00:00:00+01:00,15.700000000000001,16.15,15.700000000000001,15.860000000000001,15.837557373046875,597276,0.0,0.0,False
2023-08-03 00:00:00+01:00,15.700000000000001,15.875,15.56,15.66,15.637840576171875,720097,0.0,0.0,False
2023-08-04 00:00:00+01:00,15.89,15.89,15.2875,15.450000000000001,15.428138427734375,130835,0.0,0.0,False
2023-08-07 00:00:00+01:00,15.23,15.73,14.88,14.98,14.9588037109375,133228,0.0,0.0,False
2023-08-08 00:00:00+01:00,14.8,15.18,14.65,14.93,14.908873291015626,187614,0.0,0.0,False
2023-08-09 00:00:00+01:00,15.72,15.9,14.955999755859375,15.06,15.038690185546875,384876,0.0,0.0,False
2023-08-10 00:00:00+01:00,15.06,15.11,14.450000000000001,14.5,14.479482421875,509873,0.0,0.0,False
2023-08-11 00:00:00+01:00,15.0,15.07,14.6,14.75,14.72912841796875,498841,0.0,0.0,False
2023-08-14 00:00:00+01:00,14.75,15.32,14.75,15.11,15.088619384765625,202173,0.0,0.0,False
2023-08-15 00:00:00+01:00,15.120000000000001,15.18,14.68,14.84,14.819001464843751,167723,0.0,0.0,False
2023-08-16 00:00:00+01:00,14.89,15.08,14.51,14.790000000000001,14.769072265625,172976,0.0,0.0,False
2023-08-17 00:00:00+01:00,14.790000000000001,15.32,14.47,14.950000000000001,14.92884521484375,145057,0.0,0.0,False
2023-08-18 00:00:00+01:00,14.4,14.96,14.4,14.85,14.828988037109376,246954,0.0,0.0,False
2023-08-21 00:00:00+01:00,15.16,15.16,14.73,14.85,14.828988037109376,208997,0.0,0.0,False
2023-08-22 00:00:00+01:00,14.82,15.17,14.75,14.85,14.828988037109376,89056,0.0,0.0,False
2023-08-23 00:00:00+01:00,14.56,15.05,14.56,14.71,14.6891845703125,494801,0.0,0.0,False
2023-08-24 00:00:00+01:00,14.98,14.993909912109375,14.71,14.71,14.6891845703125,102654,0.0,0.0,False
2023-08-25 00:00:00+01:00,15.44,15.44,14.700000000000001,14.77,14.749100341796876,136975,0.0,0.0,False
2023-08-29 00:00:00+01:00,14.96,15.52,14.85,15.49,15.468082275390625,146752,0.0,0.0,False
2023-08-30 00:00:00+01:00,15.49,15.624000244140625,15.18,15.38,15.358237304687501,259486,0.0,0.0,False
2023-08-31 00:00:00+01:00,15.35,15.51,15.18,15.25,15.228421630859375,312027,0.0,0.0,False
2023-09-01 00:00:00+01:00,15.38,15.41,14.950000000000001,14.99,14.9687890625,122627,0.0,0.0,False
2023-09-04 00:00:00+01:00,14.99,15.1,14.83,14.83,14.80901611328125,138450,0.0,0.0,False
2023-09-05 00:00:00+01:00,14.8,14.83199951171875,14.42,14.66,14.63925537109375,173206,0.0,0.0,False
2023-09-06 00:00:00+01:00,15.0,15.040000000000001,14.44,14.81,14.789044189453126,194887,0.0,0.0,False
2023-09-07 00:00:00+01:00,14.83,15.6,14.46,15.530000000000001,15.50802490234375,243553,0.0,0.0,False
2023-09-08 00:00:00+01:00,15.0,15.89,15.0,15.89,15.867515869140625,339473,0.0,0.0,False
2023-09-11 00:00:00+01:00,16.22,16.32,14.68,14.73,14.709156494140625,274162,0.0,0.0,False
2023-09-12 00:00:00+01:00,14.4,14.55,12.620000000000001,14.05,14.03011962890625,695308,0.0,0.0,False
2023-09-13 00:00:00+01:00,14.09,15.47,13.790000000000001,15.44,15.41815185546875,359608,0.0,0.0,False
2023-09-14 00:00:00+01:00,15.5,16.126199951171877,15.5,16.07,16.047261962890627,818615,0.0,0.0,False
2023-09-15 00:00:00+01:00,16.31,16.32,15.57,15.63,15.60788330078125,470826,0.0,0.0,False
2023-09-18 00:00:00+01:00,15.44,15.85,15.169410400390625,15.22,15.198463134765625,388020,0.0,0.0,False
2023-09-19 00:00:00+01:00,15.11,15.58,14.9039599609375,15.32,15.29832275390625,244500,0.0,0.0,False
2023-09-20 00:00:00+01:00,15.44,16.02,15.44,15.88,15.857529296875,260949,0.0,0.0,False
2023-09-21 00:00:00+01:00,15.610000000000001,15.83,15.0,15.19,15.168505859375001,380456,0.0,0.0,False
2023-09-22 00:00:00+01:00,15.1,15.48,15.1,15.35,15.328280029296875,144967,0.0,0.0,False
2023-09-25 00:00:00+01:00,15.35,15.6,14.960999755859376,15.19,15.168505859375001,326513,0.0,0.0,False
2023-09-26 00:00:00+01:00,15.58,15.58,14.58,14.63,14.60929931640625,139051,0.0,0.0,False
2023-09-27 00:00:00+01:00,14.58,15.34,14.48,15.13,15.108590087890626,140879,0.0,0.0,False
2023-09-28 00:00:00+01:00,15.120000000000001,15.19,14.83,15.0,14.9787744140625,345116,0.0,0.0,False
2023-09-29 00:00:00+01:00,15.0,15.610000000000001,15.0,15.47,15.4481103515625,256397,0.0,0.0,False
2023-10-02 00:00:00+01:00,15.46,15.67,14.870000000000001,15.040000000000001,15.01871826171875,291241,0.0,0.0,False
2023-10-03 00:00:00+01:00,14.71,14.89,14.0,14.05,14.03011962890625,179006,0.0,0.0,False
2023-10-04 00:00:00+01:00,13.83,14.290000000000001,13.77,13.81,13.790458984375,237634,0.0,0.0,False
2023-10-05 00:00:00+01:00,13.92,14.17,13.85,13.85,13.838919677734376,180284,0.0085,0.0,True
2023-10-06 00:00:00+01:00,14.450000000000001,14.450000000000001,13.55,13.99,13.978807373046875,116485,0.0,0.0,False
2023-10-09 00:00:00+01:00,13.52,14.030000000000001,13.41,13.620000000000001,13.60910400390625,136545,0.0,0.0,False
2023-10-10 00:00:00+01:00,13.89,14.55,13.72,14.55,14.538359375,245926,0.0,0.0,False
2023-10-11 00:00:00+01:00,14.32,14.52,13.450000000000001,13.52,13.509183349609375,134243,0.0,0.0,False
2023-10-12 00:00:00+01:00,14.0,14.0,13.38,13.51,13.49919189453125,112363,0.0,0.0,False
2023-10-13 00:00:00+01:00,13.46,13.75,13.1,13.1,13.089520263671876,264982,0.0,0.0,False
2023-10-16 00:00:00+01:00,13.1,13.42699951171875,12.69,13.31,13.299351806640626,142869,0.0,0.0,False
2023-10-17 00:00:00+01:00,13.21,13.479949951171875,13.09300048828125,13.370000000000001,13.35930419921875,103846,0.0,0.0,False
2023-10-18 00:00:00+01:00,13.5,13.5,12.69,12.75,12.7397998046875,586500,0.0,0.0,False
2023-10-19 00:00:00+01:00,12.52,13.213499755859376,12.52,13.11,13.09951171875,200672,0.0,0.0,False
2023-10-20 00:00:00+01:00,13.07,13.41,12.83,13.18,13.169455566406251,592696,0.0,0.0,False
2023-10-23 00:00:00+01:00,13.25,13.4,13.0,13.33,13.3193359375,121413,0.0,0.0,False
2023-10-24 00:00:00+01:00,13.42,13.64,13.0,13.1,13.089520263671876,173527,0.0,0.0,False
2023-10-25 00:00:00+01:00,13.09,13.34,12.96,13.14,13.129487304687501,113657,0.0,0.0,False
2023-10-26 00:00:00+01:00,13.0,13.280000000000001,12.96,13.1,13.089520263671876,162088,0.0,0.0,False
2023-10-27 00:00:00+01:00,13.1,13.16,12.85,13.0,12.989599609375,172121,0.0,0.0,False
2023-10-30 00:00:00+00:00,13.09,13.200000000000001,12.99,13.06,13.049552001953126,351486,0.0,0.0,False
2023-10-31 00:00:00+00:00,13.01,13.3,13.0,13.05,13.039559326171876,380834,0.0,0.0,False
2023-11-01 00:00:00+00:00,12.950000000000001,13.120000000000001,12.77843994140625,13.02,13.009583740234376,199402,0.0,0.0,False
2023-11-02 00:00:00+00:00,13.1,13.46,13.040000000000001,13.34,13.329327392578126,414055,0.0,0.0,False
2023-11-03 00:00:00+00:00,13.6,14.415000000000001,13.52384033203125,14.0,13.988800048828125,348357,0.0,0.0,False
2023-11-06 00:00:00+00:00,14.13,14.48,13.530000000000001,13.66,13.649072265625,95127,0.0,0.0,False
2023-11-07 00:00:00+00:00,13.5,13.93,13.5,13.84,13.82892822265625,164937,0.0,0.0,False
2023-11-08 00:00:00+00:00,13.74,14.0456005859375,13.69,13.8,13.7889599609375,275526,0.0,0.0,False
2023-11-09 00:00:00+00:00,13.950000000000001,14.19,13.71550048828125,13.85,13.838919677734376,308199,0.0,0.0,False
2023-11-10 00:00:00+00:00,13.73,13.834399414062501,13.22,13.620000000000001,13.60910400390625,211940,0.0,0.0,False
2023-11-13 00:00:00+00:00,13.5,13.72,13.4,13.55,13.53916015625,206951,0.0,0.0,False
2023-11-14 00:00:00+00:00,13.5,14.41,13.42,14.14,14.128687744140626,714971,0.0,0.0,False
2023-11-15 00:00:00+00:00,14.290000000000001,14.99,14.030000000000001,14.52,14.508383789062501,430958,0.0,0.0,False
2023-11-16 00:00:00+00:00,14.08,14.505,14.08,14.23,14.218615722656251,193252,0.0,0.0,False
2023-11-17 00:00:00+00:00,14.11,14.99,14.11,14.82,14.808143310546875,474070,0.0,0.0,False
2023-11-20 00:00:00+00:00,14.77,15.120000000000001,14.77,14.98,14.968016357421876,127160,0.0,0.0,False
2023-11-21 00:00:00+00:00,14.98,15.31,14.85,14.88,14.868095703125,312023,0.0,0.0,False
2023-11-22 00:00:00+00:00,14.84,15.19,14.8,14.94,14.928048095703126,93813,0.0,0.0,False
2023-11-23 00:00:00+00:00,14.96,15.055,14.67,14.88,14.868095703125,89248,0.0,0.0,False
2023-11-24 00:00:00+00:00,14.76,14.9,14.67,14.85,14.8381201171875,118893,0.0,0.0,False
2023-11-27 00:00:00+00:00,14.530000000000001,14.86,13.98,13.98,13.968815917968751,129900,0.0,0.0,False
2023-11-28 00:00:00+00:00,13.84,14.14,13.19,13.34,13.329327392578126,377366,0.0,0.0,False
2023-11-29 00:00:00+00:00,13.200000000000001,14.35,13.200000000000001,13.950000000000001,13.93884033203125,471577,0.0,0.0,False
2023-11-30 00:00:00+00:00,13.8,14.11800048828125,13.44,13.68,13.669056396484375,348127,0.0,0.0,False
2023-12-01 00:00:00+00:00,13.700000000000001,13.84,13.576400146484374,13.73,13.719016113281251,352771,0.0,0.0,False
2023-12-04 00:00:00+00:00,14.0,14.0,13.120000000000001,13.16,13.149471435546875,104065,0.0,0.0,False
2023-12-05 00:00:00+00:00,13.07,13.200000000000001,12.6,13.0,12.989599609375,303748,0.0,0.0,False
2023-12-06 00:00:00+00:00,12.9,13.26,12.9,13.02,13.009583740234376,681974,0.0,0.0,False
2023-12-07 00:00:00+00:00,13.4,13.4,12.56,12.82,12.80974365234375,193151,0.0,0.0,False
2023-12-08 00:00:00+00:00,12.85,12.98,12.64,12.76,12.749791259765626,169002,0.0,0.0,False
2023-12-11 00:00:00+00:00,12.700000000000001,13.530000000000001,12.700000000000001,13.36,13.3493115234375,316496,0.0,0.0,False
2023-12-12 00:00:00+00:00,13.33,13.36,12.948399658203126,13.26,13.24939208984375,279752,0.0,0.0,False
2023-12-13 00:00:00+00:00,13.4,13.48,13.16,13.41,13.399271240234375,223452,0.0,0.0,False
2023-12-14 00:00:00+00:00,13.8,14.59,13.74,14.3,14.2885595703125,258358,0.0,0.0,False
2023-12-15 00:00:00+00:00,13.71,14.31,13.71,14.13,14.1186962890625,433550,0.0,0.0,False
2023-12-18 00:00:00+00:00,14.38,15.33740966796875,13.89,15.290000000000001,15.277767333984375,256957,0.0,0.0,False
2023-12-19 00:00:00+00:00,15.290000000000001,15.700000000000001,15.040000000000001,15.46,15.4476318359375,152997,0.0,0.0,False
2023-12-20 00:00:00+00:00,15.75,15.92,15.33,15.83,15.817335205078125,258981,0.0,0.0,False
2023-12-21 00:00:00+00:00,15.73,16.03,15.34,16.02,16.007183837890626,160788,0.0,0.0,False
2023-12-22 00:00:00+00:00,16.0,16.543089599609374,15.73,16.35,16.336920166015624,183509,0.0,0.0,False
2023-12-27 00:00:00+00:00,16.1,16.95,16.0,16.69,16.67664794921875,332319,0.0,0.0,False
2023-12-28 00:00:00+00:00,16.29,16.95,16.0,16.6,16.586719970703125,129658,0.0,0.0,False
2023-12-29 00:00:00+00:00,16.66,16.77678955078125,16.606290283203126,16.62,16.6067041015625,54474,0.0,0.0,False
2024-01-02 00:00:00+00:00,16.9,16.93,15.950000000000001,15.98,15.967215576171876,433331,0.0,0.0,False
2024-01-03 00:00:00+00:00,16.45,16.45,15.583499755859375,15.8,15.787359619140625,212305,0.0,0.0,False
2024-01-04 00:00:00+00:00,16.18,16.2,15.32,15.5,15.48760009765625,145849,0.0,0.0,False
2024-01-05 00:00:00+00:00,15.43,15.63,14.84,15.34,15.327728271484375,178331,0.0,0.0,False
2024-01-08 00:00:00+00:00,15.200000000000001,15.88,15.08,15.3,15.287760009765625,93619,0.0,0.0,False
2024-01-09 00:00:00+00:00,15.450000000000001,15.32,15.21,15.280000000000001,15.26777587890625,236053,0.0,0.0,False
2024-01-10 00:00:00+00:00,15.21,15.51,15.120000000000001,15.16,15.147872314453124,203338,0.0,0.0,False
2024-01-11 00:00:00+00:00,15.21,15.44,14.73,14.73,14.71821533203125,128350,0.0,0.0,False
2024-01-12 00:00:00+00:00,14.81,15.3,14.81,15.280000000000001,15.26777587890625,126422,0.0,0.0,False
2024-01-15 00:00:00+00:00,15.085,15.32,14.86,14.86,14.848111572265625,86831,0.0,0.0,False
2024-01-16 00:00:00+00:00,15.08,15.66,14.91,15.39,15.37768798828125,253055,0.0,0.0,False
2024-01-17 00:00:00+00:00,15.040000000000001,15.5,14.450000000000001,14.540000000000001,14.528367919921875,114336,0.0,0.0,False
2024-01-18 00:00:00+00:00,14.9,15.22,14.59,15.22,15.207823486328126,175262,0.0,0.0,False
2024-01-19 00:00:00+00:00,15.450000000000001,15.450000000000001,14.89,14.89,14.87808837890625,93241,0.0,0.0,False
2024-01-22 00:00:00+00:00,15.11,15.15,14.835,15.05,15.037960205078125,92117,0.0,0.0,False
2024-01-23 00:00:00+00:00,14.51,15.63,14.51,15.3,15.287760009765625,96389,0.0,0.0,False
2024-01-24 00:00:00+00:00,15.530000000000001,15.74,15.200000000000001,15.74,15.7274072265625,278489,0.0,0.0,False
2024-01-25 00:00:00+00:00,15.32,15.84550048828125,15.030000000000001,15.55,15.537559814453125,476735,0.0,0.0,False
2024-01-26 00:00:00+00:00,15.66,16.11,15.26,15.99,15.977208251953126,417225,0.0,0.0,False
2024-01-29 00:00:00+00:00,15.91,16.240000000000002,15.69,16.240000000000002,16.227008056640624,112434,0.0,0.0,False
2024-01-30 00:00:00+00:00,16.1,16.740000000000002,16.080000000000002,16.65,16.6366796875,156730,0.0,0.0,False
2024-01-31 00:00:00+00:00,15.99,16.84,15.99,16.6,16.586719970703125,249055,0.0,0.0,False
2024-02-01 00:00:00+00:00,16.55,16.89,16.44,16.78,16.766575927734376,230759,0.0,0.0,False
2024-02-02 00:00:00+00:00,16.69,17.0,16.46,16.46,16.446832275390626,170565,0.0,0.0,False
2024-02-05 00:00:00+00:00,16.26,16.79,16.175,16.31,16.296951904296876,130266,0.0,0.0,False
2024-02-06 00:00:00+00:00,16.4,17.07,16.38,16.78,16.766575927734376,391036,0.0,0.0,False
2024-02-07 00:00:00+00:00,16.7,17.16,16.55,17.09,17.076328125,215847,0.0,0.0,False
2024-02-08 00:00:00+00:00,17.150000000000002,17.91,17.150000000000002,17.44,17.42604736328125,450151,0.0,0.0,False
2024-02-09 00:00:00+00:00,17.46,17.80198974609375,17.07,17.18,17.166256103515625,242803,0.0,0.0,False
2024-02-12 00:00:00+00:00,17.25,17.84,16.96,16.990000000000002,16.976407470703126,563881,0.0,0.0,False
2024-02-13 00:00:00+00:00,16.85,16.885140380859376,16.330000000000002,16.51,16.4967919921875,68119,0.0,0.0,False
2024-02-14 00:00:00+00:00,16.37,17.17,16.18530029296875,17.03,17.016375732421874,98220,0.0,0.0,False
2024-02-15 00:00:00+00:00,16.51,17.39,16.51,16.96,16.946431884765627,102797,0.0,0.0,False
2024-02-16 00:00:00+00:00,16.990000000000002,17.330000000000002,16.990000000000002,17.07,17.056343994140626,47249,0.0,0.0,False
2024-02-19 00:00:00+00:00,17.07,17.271500244140626,16.82,17.14,17.126287841796877,465791,0.0,0.0,False
2024-02-20 00:00:00+00:00,17.0,17.0,16.12,16.12,16.107103271484377,117840,0.0,0.0,False
2024-02-21 00:00:00+00:00,16.44,16.52,16.09,16.18,16.1670556640625,616655,0.0,0.0,False
2024-02-22 00:00:00+00:00,15.99,16.69,15.5,16.59,16.576727294921874,71029,0.0,0.0,False
2024-02-23 00:00:00+00:00,16.61,16.66,15.9,16.2,16.187039794921876,616927,0.0,0.0,False
2024-02-26 00:00:00+00:00,15.9,16.24449951171875,15.56,15.700000000000001,15.687440185546876,125089,0.0,0.0,False
2024-02-27 00:00:00+00:00,15.5,15.88,15.34,15.57,15.557543945312501,506414,0.0,0.0,False
2024-02-28 00:00:00+00:00,15.0,15.6,13.540000000000001,14.46,14.448431396484375,1617451,0.0,0.0,False
2024-02-29 00:00:00+00:00,14.700000000000001,14.99,14.27,14.34,14.32852783203125,131744,0.0,0.0,False
2024-03-01 00:00:00+00:00,14.52,14.83,14.0,14.68,14.668255615234376,710016,0.0,0.0,False
2024-03-04 00:00:00+00:00,14.3,14.790000000000001,14.3,14.450000000000001,14.43843994140625,128631,0.0,0.0,False
2024-03-05 00:00:00+00:00,14.43,14.5,14.13,14.3,14.2885595703125,226847,0.0,0.0,False
2024-03-06 00:00:00+00:00,14.35,14.6,14.13,14.13,14.1186962890625,245345,0.0,0.0,False
2024-03-07 00:00:00+00:00,14.36,14.36,13.55,13.55,13.53916015625,169908,0.0,0.0,False
2024-03-08 00:00:00+00:00,13.55,13.84,13.26,13.3,13.2893603515625,591778,0.0,0.0,False
2024-03-11 00:00:00+00:00,13.450000000000001,13.6,13.15,13.25,13.2393994140625,537344,0.0,0.0,False
2024-03-12 00:00:00+00:00,13.0,13.74,13.0,13.700000000000001,13.689039306640625,652597,0.0,0.0,False
2024-03-13 00:00:00+00:00,14.5,15.65,13.521639404296875,13.72,13.7090234375,1195682,0.0,0.0,False
2024-03-14 00:00:00+00:00,13.82,14.59,13.34,14.32,14.308543701171875,1126694,0.0,0.0,False
2024-03-15 00:00:00+00:00,14.3,14.56,14.02,14.26,14.24859130859375,1525658,0.0,0.0,False
2024-03-18 00:00:00+00:00,14.34,14.620000000000001,14.02,14.24,14.228608398437501,462513,0.0,0.0,False
2024-03-19 00:00:00+00:00,14.24,14.48,13.81,13.81,13.798951416015626,496898,0.0,0.0,False
2024-03-20 00:00:00+00:00,13.83,14.02,12.780000000000001,13.33,13.3193359375,340715,0.0,0.0,False
2024-03-21 00:00:00+00:00,13.48,13.809000244140625,13.23,13.34,13.329327392578126,276189,0.0,0.0,False
2024-03-22 00:00:00+00:00,13.44,13.58,13.120000000000001,13.13,13.119495849609375,477630,0.0,0.0,False
2024-03-25 00:00:00+00:00,13.5,13.5,12.64,12.64,12.629887695312501,437124,0.0,0.0,False
2024-03-26 00:00:00+00:00,12.64,13.0,12.410699462890625,12.56,12.549952392578126,1102700,0.0,0.0,False
2024-03-27 00:00:00+00:00,12.5,12.77,12.38,12.58,12.569935302734375,1158042,0.0,0.0,False
2024-03-28 00:00:00+00:00,12.68,13.32,12.455,13.02,13.009583740234376,672275,0.0,0.0,False
2024-04-02 00:00:00+01:00,12.9,13.13,12.38,12.46,12.45003173828125,420287,0.0,0.0,False
2024-04-03 00:00:00+01:00,12.280000000000001,12.49,11.99,12.22,12.210223388671876,460217,0.0,0.0,False
2024-04-04 00:00:00+01:00,12.200000000000001,12.17,12.0,12.0,11.990400390625,293870,0.0,0.0,False
2024-04-05 00:00:00+01:00,11.98,12.037879638671875,11.6,11.65,11.640679931640625,395059,0.0,0.0,False
2024-04-08 00:00:00+01:00,11.61,12.120000000000001,11.495000000000001,12.06,12.0503515625,810772,0.0,0.0,False
2024-04-09 00:00:00+01:00,12.0,12.15,11.790000000000001,11.91,11.900472412109375,413918,0.0,0.0,False
2024-04-10 00:00:00+01:00,11.950000000000001,12.33,11.8725,12.01,12.000391845703126,680979,0.0,0.0,False
2024-04-11 00:00:00+01:00,12.08,12.31,11.868509521484375,11.94,11.930447998046875,280220,0.0,0.0,False
2024-04-12 00:00:00+01:00,12.06,12.290000000000001,11.4,11.450000000000001,11.44083984375,359653,0.0,0.0,False
2024-04-15 00:00:00+01:00,11.41,11.57,11.01,11.4,11.390880126953125,489256,0.0,0.0,False
2024-04-16 00:00:00+01:00,11.200000000000001,11.78,11.07,11.51,11.500792236328126,294117,0.0,0.0,False
2024-04-17 00:00:00+01:00,11.5,11.81050048828125,11.4,11.620000000000001,11.610704345703125,446216,0.0,0.0,False
2024-04-18 00:00:00+01:00,11.43,11.83,11.43,11.71,11.70063232421875,280345,0.0,0.0,False
2024-04-19 00:00:00+01:00,11.8,11.8,11.56,11.68,11.670655517578124,187448,0.0,0.0,False
2024-04-22 00:00:00+01:00,11.5,12.06,11.5,11.72,11.710623779296876,233273,0.0,0.0,False
2024-04-23 00:00:00+01:00,11.870000000000001,11.89,11.72,11.72,11.710623779296876,164436,0.0,0.0,False
2024-04-24 00:00:00+01:00,12.08,12.08,11.370000000000001,11.51,11.500792236328126,185184,0.0,0.0,False
2024-04-25 00:00:00+01:00,11.700000000000001,11.700000000000001,11.1,11.36,11.350911865234375,295818,0.0,0.0,False
2024-04-26 00:00:00+01:00,11.31,11.64,11.230880126953124,11.39,11.380887451171875,144819,0.0,0.0,False
2024-04-29 00:00:00+01:00,11.15,11.82,11.15,11.82,11.81054443359375,119071,0.0,0.0,False
2024-04-30 00:00:00+01:00,11.98,11.99,11.42,11.5,11.490799560546876,199939,0.0,0.0,False
2024-05-01 00:00:00+01:00,12.01,12.01,11.32,11.59,11.5807275390625,165171,0.0,0.0,False
2024-05-02 00:00:00+01:00,11.57,11.66,11.3,11.66,11.65067138671875,305855,0.0,0.0,False
2024-05-03 00:00:00+01:00,11.85,11.96,11.6,11.75,11.740599365234376,158727,0.0,0.0,False
2024-05-07 00:00:00+01:00,12.13,12.19,11.57,11.790000000000001,11.780567626953125,116963,0.0,0.0,False
2024-05-08 00:00:00+01:00,12.15,12.804000244140624,11.99,12.67,12.65986328125,362985,0.0,0.0,False
2024-05-09 00:00:00+01:00,12.65,12.71,12.18,12.66,12.649871826171875,261229,0.0,0.0,False
2024-05-10 00:00:00+01:00,12.47,12.97,12.47,12.89,12.879687500000001,187666,0.0,0.0,False
2024-05-13 00:00:00+01:00,12.8,13.120000000000001,12.58,12.8,12.789759521484376,164449,0.0,0.0,False
2024-05-14 00:00:00+01:00,12.6,13.237950439453126,12.6,13.08,13.0695361328125,166908,0.0,0.0,False
2024-05-15 00:00:00+01:00,13.36,13.48,13.030000000000001,13.450000000000001,13.439239501953125,178857,0.0,0.0,False
2024-05-16 00:00:00+01:00,13.450000000000001,14.0,13.450000000000001,14.0,13.988800048828125,314200,0.0,0.0,False
2024-05-17 00:00:00+01:00,14.13,14.8,13.780000000000001,14.700000000000001,14.68823974609375,558689,0.0,0.0,False
2024-05-20 00:00:00+01:00,24.5,24.98,22.82,22.82,22.8017431640625,8292215,0.0,0.0,False
2024-05-21 00:00:00+01:00,23.02,23.44,22.400000000000002,22.56,22.54195068359375,1407097,0.0,0.0,False
2024-05-22 00:00:00+01:00,22.46,22.64,22.0,22.0,21.98239990234375,723017,0.0,0.0,False
2024-05-23 00:00:00+01:00,21.98,22.47597900390625,21.62,22.3,22.3,1522184,0.0176,0.0,True
2024-05-24 00:00:00+01:00,22.240000000000002,22.3,21.68,22.14,22.14,644971,0.0,0.0,False
2024-05-28 00:00:00+01:00,22.2,22.6,22.06,22.5,22.5,311246,0.0,0.0,False
2024-05-29 00:00:00+01:00,22.48,22.6010009765625,22.16,22.3,22.3,1482854,0.0,0.0,False
2024-05-30 00:00:00+01:00,22.5,22.62,22.3,22.32,22.32,138373,0.0,0.0,False
2024-05-31 00:00:00+01:00,22.0,22.48,22.0,22.34,22.34,695505,0.0,0.0,False
2024-06-03 00:00:00+01:00,22.2,22.48,22.1,22.36,22.36,148218,0.0,0.0,False
2024-06-04 00:00:00+01:00,22.36,22.36,21.75,22.0,22.0,1289764,0.0,0.0,False
2024-06-05 00:00:00+01:00,22.36,22.36,21.8,22.02,22.02,295325,0.0,0.0,False
2024-06-06 00:00:00+01:00,22.02,22.145700683593752,21.78,22.04,22.04,463598,0.0,0.0,False
2024-06-07 00:00:00+01:00,22.1,22.2,21.740000000000002,21.98,21.98,799873,0.0,0.0,False
2024-06-10 00:00:00+01:00,21.900000000000002,22.02,21.64,21.64,21.64,588812,0.0,0.0,False
2024-06-11 00:00:00+01:00,21.84,22.1,21.400000000000002,21.42,21.42,323278,0.0,0.0,False
2024-06-12 00:00:00+01:00,21.72,21.72,21.2,21.5,21.5,961776,0.0,0.0,False
2024-06-13 00:00:00+01:00,21.7,21.7,21.0,21.36,21.36,731949,0.0,0.0,False
2024-06-14 00:00:00+01:00,21.72,22.62,21.435,22.62,22.62,1564845,0.0,0.0,False
2024-06-17 00:00:00+01:00,22.42,22.60555908203125,22.05300048828125,22.3,22.3,543001,0.0,0.0,False
2024-06-18 00:00:00+01:00,22.5,22.5,22.011999511718752,22.28,22.28,302283,0.0,0.0,False
2024-06-19 00:00:00+01:00,22.0,22.36,21.94,22.0,22.0,261639,0.0,0.0,False
2024-06-20 00:00:00+01:00,22.5,22.5,21.900000000000002,22.400000000000002,22.400000000000002,298140,0.0,0.0,False
2024-06-21 00:00:00+01:00,22.5,22.900000000000002,22.22,22.38,22.38,374718,0.0,0.0,False
2024-06-24 00:00:00+01:00,22.400000000000002,22.62,22.2,22.38,22.38,182607,0.0,0.0,False
2024-06-25 00:00:00+01:00,22.3,22.32,21.32049072265625,21.92,21.92,1156786,0.0,0.0,False
2024-06-26 00:00:00+01:00,22.0,22.0,21.44,21.740000000000002,21.740000000000002,1321707,0.0,0.0,False
2024-06-27 00:00:00+01:00,21.86,21.92,21.6,21.78,21.78,1192605,0.0,0.0,False
2024-06-28 00:00:00+01:00,23.1,23.21093994140625,22.88800048828125,23.12,23.12,5166863,0.0,0.0,False
2024-07-01 00:00:00+01:00,23.26,23.26,23.06,23.080000000000002,23.080000000000002,904708,0.0,0.0,False
2024-07-02 00:00:00+01:00,23.080000000000002,23.240000000000002,23.06,23.18,23.18,800296,0.0,0.0,False
2024-07-03 00:00:00+01:00,23.84,23.900000000000002,23.78333984375,23.900000000000002,23.900000000000002,8961383,0.0,0.0,False
2024-07-04 00:00:00+01:00,23.92,23.94,23.83340087890625,23.86,23.86,1175939,0.0,0.0,False
2024-07-05 00:00:00+01:00,23.900000000000002,23.96,23.86,23.88,23.88,969052,0.0,0.0,False
2024-07-08 00:00:00+01:00,23.88,24.060000000000002,23.88,23.88,23.88,420214,0.0,0.0,False
2024-07-09 00:00:00+01:00,23.92,23.96,23.86,23.900000000000002,23.900000000000002,1264139,0.0,0.0,False
2024-07-10 00:00:00+01:00,23.88,23.94,23.88,23.900000000000002,23.900000000000002,371085,0.0,0.0,False
2024-07-11 00:00:00+01:00,23.84,23.92,23.82,23.82,23.82,458586,0.0,0.0,False
2024-07-12 00:00:00+01:00,23.82,23.88,23.82,23.88,23.88,681277,0.0,0.0,False
2024-07-15 00:00:00+01:00,23.84,23.88,23.84,23.86,23.86,739304,0.0,0.0,False
2024-07-16 00:00:00+01:00,23.88,23.883859863281252,23.84,23.86,23.86,1130090,0.0,0.0,False
2024-07-17 00:00:00+01:00,23.88,23.88,23.86,23.86,23.86,755831,0.0,0.0,False
2024-07-18 00:00:00+01:00,23.88,23.900000000000002,23.86,23.900000000000002,23.900000000000002,960170,0.0,0.0,False
2024-07-19 00:00:00+01:00,23.900000000000002,23.94,23.86,23.94,23.94,195271,0.0,0.0,False
2024-07-22 00:00:00+01:00,23.88,23.92,23.8,23.84,23.84,3036352,0.0,0.0,False
2024-07-23 00:00:00+01:00,23.82,23.86,23.8,23.82,23.82,1083480,0.0,0.0,False
2024-07-24 00:00:00+01:00,23.84,23.88,23.8,23.8,23.8,1445489,0.0,0.0,False
2024-07-25 00:00:00+01:00,23.84,23.900000000000002,23.8,23.8,23.8,582850,0.0,0.0,False
2024-07-26 00:00:00+01:00,23.96,23.96,23.8,23.8,23.8,675264,0.0,0.0,False
2024-07-29 00:00:00+01:00,23.84,23.88,23.5783203125,23.84,23.84,1403210,0.0,0.0,False
2024-07-30 00:00:00+01:00,23.84,23.88,23.82,23.84,23.84,1286201,0.0,0.0,False
2024-07-31 00:00:00+01:00,23.86,23.88,23.82,23.88,23.88,308556,0.0,0.0,False
2024-08-01 00:00:00+01:00,23.900000000000002,23.900000000000002,23.84,23.84,23.84,139383,0.0,0.0,False
2024-08-02 00:00:00+01:00,24.2,24.2,23.84,23.84,23.84,402227,0.0,0.0,False
2024-08-05 00:00:00+01:00,23.84,23.88,23.8,23.88,23.88,2543161,0.0,0.0,False
2024-08-06 00:00:00+01:00,23.900000000000002,24.060000000000002,23.82,23.88,23.88,805371,0.0,0.0,False
2024-08-07 00:00:00+01:00,23.900000000000002,23.92,23.84,23.86,23.86,1753790,0.0,0.0,False
2024-08-08 00:00:00+01:00,23.86,23.92,23.86,23.88,23.88,191998,0.0,0.0,False
2024-08-09 00:00:00+01:00,23.900000000000002,23.98,23.86,23.98,23.98,289215,0.0,0.0,False
2024-08-12 00:00:00+01:00,23.96,24.0,23.92,24.0,24.0,513766,0.0,0.0,False
2024-08-13 00:00:00+01:00,24.0,24.04,23.94,24.04,24.04,185320,0.0,0.0,False
2024-08-14 00:00:00+01:00,24.0,24.3,23.96,24.3,24.3,300442,0.0,0.0,False
2024-08-15 00:00:00+01:00,24.1,24.12,24.0,24.02,24.02,222740,0.0,0.0,False
2024-08-16 00:00:00+01:00,24.1,24.1,23.98,23.98,23.98,255770,0.0,0.0,False
2024-08-19 00:00:00+01:00,24.080000000000002,24.080000000000002,23.96,24.0,24.0,229725,0.0,0.0,False
2024-08-20 00:00:00+01:00,24.0,24.04,23.98,24.0,24.0,261084,0.0,0.0,False
2024-08-21 00:00:00+01:00,24.080000000000002,24.080000000000002,23.98,24.060000000000002,24.060000000000002,1086506,0.0,0.0,False
2024-08-22 00:00:00+01:00,24.080000000000002,24.080000000000002,24.02,24.04,24.04,106190,0.0,0.0,False
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits Repaired?
2 2022-01-04 00:00:00+00:00 29.46 29.98 28.52 28.66 28.567705078125 169521 0.0 0.0 False
3 2022-01-05 00:00:00+00:00 30.0 30.0 28.46 28.900000000000002 28.80693115234375 128698 0.0 0.0 False
4 2022-01-06 00:00:00+00:00 28.2 28.560000000000002 27.5 27.82 27.730410156250002 374659 0.0 0.0 False
5 2022-01-07 00:00:00+00:00 28.3 28.3 27.400000000000002 27.46 27.3715673828125 80410 0.0 0.0 False
6 2022-01-10 00:00:00+00:00 28.16 28.240000000000002 26.2 26.580000000000002 26.49440185546875 135881 0.0 0.0 False
7 2022-01-11 00:00:00+00:00 25.92 27.060000000000002 25.92 26.72 26.6339501953125 71414 0.0 0.0 False
8 2022-01-12 00:00:00+00:00 26.72 26.96 26.060000000000002 26.8 26.7136962890625 68611 0.0 0.0 False
9 2022-01-13 00:00:00+00:00 26.72 27.3239990234375 26.6 27.2 27.1124072265625 155917 0.0 0.0 False
10 2022-01-14 00:00:00+00:00 27.52 27.52 26.36 26.560000000000002 26.4744677734375 66402 0.0 0.0 False
11 2022-01-17 00:00:00+00:00 27.02 27.22 26.28 27.22 27.13234130859375 60092 0.0 0.0 False
12 2022-01-18 00:00:00+00:00 27.66 27.66 26.0 26.86 26.773500976562502 128385 0.0 0.0 False
13 2022-01-19 00:00:00+00:00 27.0 27.46 26.7 27.2 27.1124072265625 75141 0.0 0.0 False
14 2022-01-20 00:00:00+00:00 26.900000000000002 27.7 26.81172119140625 27.54 27.45131103515625 99304 0.0 0.0 False
15 2022-01-21 00:00:00+00:00 27.26 27.88 26.214208984375002 26.38 26.295048828125 123570 0.0 0.0 False
16 2022-01-24 00:00:00+00:00 26.14 26.261599121093752 24.72 24.88 24.7998779296875 148794 0.0 0.0 False
17 2022-01-25 00:00:00+00:00 24.92 25.2 24.580000000000002 24.580000000000002 24.50084228515625 94318 0.0 0.0 False
18 2022-01-26 00:00:00+00:00 25.52 25.52 24.400000000000002 24.66 24.58058837890625 265198 0.0 0.0 False
19 2022-01-27 00:00:00+00:00 24.66 25.12669921875 24.400000000000002 24.82 24.74007080078125 248811 0.0 0.0 False
20 2022-01-28 00:00:00+00:00 24.7 24.88 24.1 24.32 24.241682128906252 146209 0.0 0.0 False
21 2022-01-31 00:00:00+00:00 25.3 25.46 24.3 25.2 25.118845214843752 495745 0.0 0.0 False
22 2022-02-01 00:00:00+00:00 25.580000000000002 26.78 25.580000000000002 26.7 26.614016113281252 426366 0.0 0.0 False
23 2022-02-02 00:00:00+00:00 25.5 27.28 25.5 26.38 26.295048828125 134118 0.0 0.0 False
24 2022-02-03 00:00:00+00:00 26.28 26.3639990234375 24.82 24.88 24.7998779296875 168782 0.0 0.0 False
25 2022-02-04 00:00:00+00:00 24.6 25.14 24.400000000000002 24.76 24.680263671875 110543 0.0 0.0 False
26 2022-02-07 00:00:00+00:00 25.04 25.04 24.54 24.54 24.4609716796875 163853 0.0 0.0 False
27 2022-02-08 00:00:00+00:00 24.64 24.64 23.8 24.12 24.04232421875 146007 0.0 0.0 False
28 2022-02-09 00:00:00+00:00 24.5 24.98 24.3 24.7 24.62045654296875 130747 0.0 0.0 False
29 2022-02-10 00:00:00+00:00 24.52 24.7 24.080000000000002 24.46 24.38123046875 113862 0.0 0.0 False
30 2022-02-11 00:00:00+00:00 24.5 24.72 24.1 24.42 24.341357421875 87108 0.0 0.0 False
31 2022-02-14 00:00:00+00:00 24.42 24.42 23.34 23.98 23.9027783203125 79188 0.0 0.0 False
32 2022-02-15 00:00:00+00:00 23.86 24.560000000000002 23.54 24.22 24.142004394531252 175846 0.0 0.0 False
33 2022-02-16 00:00:00+00:00 24.580000000000002 24.580000000000002 23.76 23.98 23.9027783203125 62392 0.0 0.0 False
34 2022-02-17 00:00:00+00:00 24.78 24.78 23.86 23.86 23.78316162109375 111791 0.0 0.0 False
35 2022-02-18 00:00:00+00:00 23.84 23.94760009765625 23.36 23.48 23.4043896484375 61467 0.0 0.0 False
36 2022-02-21 00:00:00+00:00 23.46 23.64919921875 22.82 23.080000000000002 23.005673828125 71820 0.0 0.0 False
37 2022-02-22 00:00:00+00:00 24.18 24.18 22.54 23.38 23.30470703125 75721 0.0 0.0 False
38 2022-02-23 00:00:00+00:00 23.78 24.04 23.02 23.02 22.945869140625 122317 0.0 0.0 False
39 2022-02-24 00:00:00+00:00 23.3 23.3 21.96 22.52 22.44747802734375 241118 0.0 0.0 False
40 2022-02-25 00:00:00+00:00 23.0 23.56 22.66 23.32 23.24490234375 147148 0.0 0.0 False
41 2022-02-28 00:00:00+00:00 22.36 24.14 22.36 24.14 24.0622607421875 226698 0.0 0.0 False
42 2022-03-01 00:00:00+00:00 24.080000000000002 24.22 23.5 23.5 23.4243212890625 218356 0.0 0.0 False
43 2022-03-02 00:00:00+00:00 23.7 23.900000000000002 23.26 23.62 23.543935546875 87219 0.0 0.0 False
44 2022-03-03 00:00:00+00:00 23.26 23.8 22.14 22.14 22.06870361328125 137377 0.0 0.0 False
45 2022-03-04 00:00:00+00:00 22.3 22.92 20.740000000000002 20.740000000000002 20.6732080078125 173972 0.0 0.0 False
46 2022-03-07 00:00:00+00:00 20.740000000000002 21.14 19.5 20.3 20.23462646484375 282380 0.0 0.0 False
47 2022-03-08 00:00:00+00:00 20.3 20.82 19.52 19.52 19.457138671875 268763 0.0 0.0 False
48 2022-03-09 00:00:00+00:00 20.0 21.02 19.73 21.02 20.9523095703125 624876 0.0 0.0 False
49 2022-03-10 00:00:00+00:00 21.22 21.22 20.38 20.44 20.374176025390625 266261 0.0 0.0 False
50 2022-03-11 00:00:00+00:00 20.66 21.52 20.46 20.900000000000002 20.8326953125 139879 0.0 0.0 False
51 2022-03-14 00:00:00+00:00 21.5 21.88 21.1 21.580000000000002 21.51050537109375 87051 0.0 0.0 False
52 2022-03-15 00:00:00+00:00 20.72 21.48 20.72 20.96 20.89250244140625 86783 0.0 0.0 False
53 2022-03-16 00:00:00+00:00 21.580000000000002 22.72 21.36 22.48 22.40760498046875 118783 0.0 0.0 False
54 2022-03-17 00:00:00+00:00 21.68 22.7 21.68 22.46 22.387670898437502 86717 0.0 0.0 False
55 2022-03-18 00:00:00+00:00 21.76 23.32 21.76 23.18 23.10535400390625 147084 0.0 0.0 False
56 2022-03-21 00:00:00+00:00 23.400000000000002 23.400000000000002 22.26 22.62 22.547155761718752 290436 0.0 0.0 False
57 2022-03-22 00:00:00+00:00 23.22 23.22 21.94 22.0 21.92915283203125 89172 0.0 0.0 False
58 2022-03-23 00:00:00+00:00 21.68 22.7 21.68 22.56 22.487348632812502 83842 0.0 0.0 False
59 2022-03-24 00:00:00+00:00 21.42 22.64 21.400000000000002 22.400000000000002 22.327863769531252 121267 0.0 0.0 False
60 2022-03-25 00:00:00+00:00 22.5 23.1 21.92 22.66 22.58702880859375 192618 0.0 0.0 False
61 2022-03-28 00:00:00+01:00 22.14 23.32 22.14 22.86 22.7863818359375 109333 0.0 0.0 False
62 2022-03-29 00:00:00+01:00 23.02 23.511201171875 22.8360009765625 23.38 23.30470703125 85895 0.0 0.0 False
63 2022-03-30 00:00:00+01:00 23.82 25.740000000000002 23.82 25.740000000000002 25.657106933593752 571137 0.0 0.0 False
64 2022-03-31 00:00:00+01:00 25.68 26.2 25.0 26.2 26.115625 458165 0.0 0.0 False
65 2022-04-01 00:00:00+01:00 26.32 26.34 25.580000000000002 25.580000000000002 25.497622070312502 206616 0.0 0.0 False
66 2022-04-04 00:00:00+01:00 26.400000000000002 26.400000000000002 25.2 25.92 25.836530761718752 150039 0.0 0.0 False
67 2022-04-05 00:00:00+01:00 25.94 26.92 25.900000000000002 26.46 26.37478759765625 2241719 0.0 0.0 False
68 2022-04-06 00:00:00+01:00 26.62 26.98 26.32 26.52 26.4345947265625 178598 0.0 0.0 False
69 2022-04-07 00:00:00+01:00 26.86 27.62 26.44 27.18 27.092470703125002 191304 0.0 0.0 False
70 2022-04-08 00:00:00+01:00 27.52 27.72489990234375 26.52 26.62 26.5342724609375 131026 0.0 0.0 False
71 2022-04-11 00:00:00+01:00 26.560000000000002 26.692480468750002 25.88 26.0 25.916269531250002 106445 0.0 0.0 False
72 2022-04-12 00:00:00+01:00 26.0 26.580000000000002 26.0 26.28 26.19536865234375 134222 0.0 0.0 False
73 2022-04-13 00:00:00+01:00 26.62 26.62 25.92 26.3 26.215307617187502 151567 0.0 0.0 False
74 2022-04-14 00:00:00+01:00 26.240000000000002 26.52 25.79534912109375 26.0 25.916269531250002 203268 0.0 0.0 False
75 2022-04-19 00:00:00+01:00 25.8 26.060000000000002 24.96 25.54 25.45775146484375 202763 0.0 0.0 False
76 2022-04-20 00:00:00+01:00 25.740000000000002 25.740000000000002 25.12 25.12 25.03910400390625 133972 0.0 0.0 False
77 2022-04-21 00:00:00+01:00 25.22 25.62 25.1 25.2 25.118845214843752 134423 0.0 0.0 False
78 2022-04-22 00:00:00+01:00 24.62 25.38 24.62 25.02 24.93942626953125 148749 0.0 0.0 False
79 2022-04-25 00:00:00+01:00 24.38 24.86 24.18 24.400000000000002 24.32142333984375 283575 0.0 0.0 False
80 2022-04-26 00:00:00+01:00 24.3 24.82 24.22 24.3 24.221748046875 271554 0.0 0.0 False
81 2022-04-27 00:00:00+01:00 24.0 24.94 23.2 23.46 23.38445068359375 147954 0.0 0.0 False
82 2022-04-28 00:00:00+01:00 23.48 23.90139892578125 23.42 23.76 23.68348388671875 98816 0.0 0.0 False
83 2022-04-29 00:00:00+01:00 23.22 24.16 23.2 24.04 23.9625830078125 139578 0.0 0.0 False
84 2022-05-03 00:00:00+01:00 23.6 24.3 23.18 23.48 23.4043896484375 181511 0.0 0.0 False
85 2022-05-04 00:00:00+01:00 23.16 23.26 22.24698974609375 22.44 22.36773681640625 199215 0.0 0.0 False
86 2022-05-05 00:00:00+01:00 23.52 23.52 22.18 22.26 22.18831298828125 468283 0.0 0.0 False
87 2022-05-06 00:00:00+01:00 21.900000000000002 22.06 21.5 22.0 21.92915283203125 119246 0.0 0.0 False
88 2022-05-09 00:00:00+01:00 21.88 21.89320068359375 20.8 21.14 21.071923828125 216918 0.0 0.0 False
89 2022-05-10 00:00:00+01:00 21.3 22.02 21.14 21.52 21.45069580078125 175912 0.0 0.0 False
90 2022-05-11 00:00:00+01:00 22.080000000000002 22.6 21.48 21.92 21.84941162109375 161619 0.0 0.0 False
91 2022-05-12 00:00:00+01:00 21.54 22.0 21.0 21.96 21.88927978515625 162789 0.0 0.0 False
92 2022-05-13 00:00:00+01:00 22.0 22.580000000000002 21.88 22.400000000000002 22.327863769531252 136027 0.0 0.0 False
93 2022-05-16 00:00:00+01:00 22.28 22.32 21.66 21.88 21.80953857421875 169593 0.0 0.0 False
94 2022-05-17 00:00:00+01:00 21.94 22.1 21.580000000000002 21.8 21.729794921875 230442 0.0 0.0 False
95 2022-05-18 00:00:00+01:00 22.76 22.76 21.34 21.36 21.29121337890625 218130 0.0 0.0 False
96 2022-05-19 00:00:00+01:00 21.56 21.900000000000002 20.82 21.82 21.74972900390625 161985 0.0 0.0 False
97 2022-05-20 00:00:00+01:00 21.88 22.5 21.7 21.76 21.689924316406252 108143 0.0 0.0 False
98 2022-05-23 00:00:00+01:00 21.7 22.26 21.68 21.84 21.76966796875 114671 0.0 0.0 False
99 2022-05-24 00:00:00+01:00 22.0 22.0 21.22 21.34 21.271276855468752 80311 0.0 0.0 False
100 2022-05-25 00:00:00+01:00 21.44 22.240000000000002 21.3510009765625 21.94 21.869345703125 108379 0.0 0.0 False
101 2022-05-26 00:00:00+01:00 22.240000000000002 22.240000000000002 21.66 22.080000000000002 22.02344970703125 54302 0.014499999999999999 0.0 True
102 2022-05-27 00:00:00+01:00 22.14 22.68 22.04 22.5 22.44237548828125 84161 0.0 0.0 False
103 2022-05-30 00:00:00+01:00 22.8 23.1 22.5 22.68 22.62191162109375 92952 0.0 0.0 False
104 2022-05-31 00:00:00+01:00 22.0 23.56 22.0 23.42 23.36001953125 260541 0.0 0.0 False
105 2022-06-01 00:00:00+01:00 23.52 23.76 22.96 23.48 23.4198681640625 169299 0.0 0.0 False
106 2022-06-06 00:00:00+01:00 23.52 23.76 23.080000000000002 23.56 23.49966064453125 62642 0.0 0.0 False
107 2022-06-07 00:00:00+01:00 22.62 23.92 22.62 23.8 23.73904541015625 131089 0.0 0.0 False
108 2022-06-08 00:00:00+01:00 23.88 24.22 23.88 24.060000000000002 23.99837646484375 144324 0.0 0.0 False
109 2022-06-09 00:00:00+01:00 23.72 24.740000000000002 23.48300048828125 24.32 24.25771484375 197024 0.0 0.0 False
110 2022-06-10 00:00:00+01:00 24.18 24.5 23.68 23.900000000000002 23.838789062500002 391211 0.0 0.0 False
111 2022-06-13 00:00:00+01:00 23.78 24.0 22.88 23.2 23.1405810546875 389306 0.0 0.0 False
112 2022-06-14 00:00:00+01:00 23.18 23.34 22.92 23.04 22.9809912109375 168973 0.0 0.0 False
113 2022-06-15 00:00:00+01:00 22.6 23.18 21.580000000000002 22.26 22.20298828125 159033 0.0 0.0 False
114 2022-06-16 00:00:00+01:00 22.54 22.54 21.82 21.92 21.86385986328125 154582 0.0 0.0 False
115 2022-06-17 00:00:00+01:00 22.02 22.62 22.0 22.56 22.50221923828125 162701 0.0 0.0 False
116 2022-06-20 00:00:00+01:00 22.54 22.7643994140625 22.3 22.46 22.402475585937502 48492 0.0 0.0 False
117 2022-06-21 00:00:00+01:00 22.52 23.1 22.34 22.740000000000002 22.68176025390625 131960 0.0 0.0 False
118 2022-06-22 00:00:00+01:00 22.94 23.12 22.03 22.96 22.90119873046875 67403 0.0 0.0 False
119 2022-06-23 00:00:00+01:00 23.5 23.5 21.88 22.240000000000002 22.18303955078125 191595 0.0 0.0 False
120 2022-06-24 00:00:00+01:00 22.8 23.34 22.580000000000002 23.1 23.04083740234375 186503 0.0 0.0 False
121 2022-06-27 00:00:00+01:00 23.080000000000002 23.34 22.78 22.900000000000002 22.84135009765625 75108 0.0 0.0 False
122 2022-06-28 00:00:00+01:00 22.84 23.14 22.42 22.6 22.542119140625 95713 0.0 0.0 False
123 2022-06-29 00:00:00+01:00 22.44 22.580000000000002 21.76 21.8 21.7441650390625 143179 0.0 0.0 False
124 2022-06-30 00:00:00+01:00 21.38 22.0 21.38 21.94 21.88380859375 143371 0.0 0.0 False
125 2022-07-01 00:00:00+01:00 21.0 22.3 21.0 22.14 22.08329833984375 151912 0.0 0.0 False
126 2022-07-04 00:00:00+01:00 22.96 23.12 21.76 21.86 21.80401123046875 163031 0.0 0.0 False
127 2022-07-05 00:00:00+01:00 21.8 22.26 21.1 21.54 21.484833984375 87873 0.0 0.0 False
128 2022-07-06 00:00:00+01:00 21.8 22.54 21.8 22.5 22.44237548828125 192002 0.0 0.0 False
129 2022-07-07 00:00:00+01:00 22.740000000000002 22.86 22.44739990234375 22.68 22.62191162109375 44045 0.0 0.0 False
130 2022-07-08 00:00:00+01:00 22.7 23.1 22.38 23.0 22.94109375 54169 0.0 0.0 False
131 2022-07-11 00:00:00+01:00 23.0 23.240000000000002 22.68 23.02 22.961042480468752 28404 0.0 0.0 False
132 2022-07-12 00:00:00+01:00 23.48 23.48 22.38 22.400000000000002 22.34262939453125 58069 0.0 0.0 False
133 2022-07-13 00:00:00+01:00 21.98 22.42 21.54 22.2 22.14314208984375 171315 0.0 0.0 False
134 2022-07-14 00:00:00+01:00 21.6 22.28739990234375 21.42 21.8 21.7441650390625 69105 0.0 0.0 False
135 2022-07-15 00:00:00+01:00 22.240000000000002 22.46 21.42 22.38 22.3226806640625 37962 0.0 0.0 False
136 2022-07-18 00:00:00+01:00 22.52 23.26 22.52 23.1 23.04083740234375 57375 0.0 0.0 False
137 2022-07-19 00:00:00+01:00 22.86 23.240000000000002 22.86 23.080000000000002 23.020888671875 111888 0.0 0.0 False
138 2022-07-20 00:00:00+01:00 23.32 23.7 23.27 23.64 23.579453125 101102 0.0 0.0 False
139 2022-07-21 00:00:00+01:00 23.6 24.3 23.52 24.3 24.23776123046875 94675 0.0 0.0 False
140 2022-07-22 00:00:00+01:00 24.22 24.66 24.14 24.28 24.21781494140625 106841 0.0 0.0 False
141 2022-07-25 00:00:00+01:00 24.26 24.42 23.96 24.04 23.978430175781252 156132 0.0 0.0 False
142 2022-07-26 00:00:00+01:00 24.1 24.1 23.56 23.56 23.49966064453125 100895 0.0 0.0 False
143 2022-07-27 00:00:00+01:00 23.48 23.94 23.44 23.580000000000002 23.51960693359375 147619 0.0 0.0 False
144 2022-07-28 00:00:00+01:00 24.32 24.400000000000002 23.84 24.400000000000002 24.337509765625 68667 0.0 0.0 False
145 2022-07-29 00:00:00+01:00 24.28 25.48 24.26 25.14 25.075615234375 215529 0.0 0.0 False
146 2022-08-01 00:00:00+01:00 26.0 26.0 24.6 24.900000000000002 24.83622802734375 67096 0.0 0.0 False
147 2022-08-02 00:00:00+01:00 24.86 24.900000000000002 24.3 24.52 24.45719970703125 44575 0.0 0.0 False
148 2022-08-03 00:00:00+01:00 25.400000000000002 27.664499511718752 24.740000000000002 27.0 26.93084716796875 363560 0.0 0.0 False
149 2022-08-04 00:00:00+01:00 26.96 27.06300048828125 25.98 26.42 26.35233642578125 390933 0.0 0.0 False
150 2022-08-05 00:00:00+01:00 26.28 27.1 26.22 26.54 26.4720263671875 281941 0.0 0.0 False
151 2022-08-08 00:00:00+01:00 26.26 26.84 25.740000000000002 26.02 25.953359375 119579 0.0 0.0 False
152 2022-08-09 00:00:00+01:00 26.0 26.12 25.400000000000002 25.42 25.354895019531252 81157 0.0 0.0 False
153 2022-08-10 00:00:00+01:00 26.0 26.361459960937502 24.84 26.240000000000002 26.17279541015625 236333 0.0 0.0 False
154 2022-08-11 00:00:00+01:00 26.22 26.52 25.94 26.26 26.192744140625 202521 0.0 0.0 False
155 2022-08-12 00:00:00+01:00 26.740000000000002 26.76 26.12 26.68 26.611669921875002 94373 0.0 0.0 False
156 2022-08-15 00:00:00+01:00 26.0 26.92 25.66 26.68 26.611669921875002 130154 0.0 0.0 False
157 2022-08-16 00:00:00+01:00 26.1 26.86 25.34 25.580000000000002 25.51448486328125 220905 0.0 0.0 False
158 2022-08-17 00:00:00+01:00 25.66 26.2 25.32 25.740000000000002 25.6740771484375 194549 0.0 0.0 False
159 2022-08-18 00:00:00+01:00 25.740000000000002 25.8 25.42 25.8 25.733923339843752 73907 0.0 0.0 False
160 2022-08-19 00:00:00+01:00 25.64 25.7 24.38 24.38 24.31755859375 161331 0.0 0.0 False
161 2022-08-22 00:00:00+01:00 24.2 24.42 23.84 24.14 24.078173828125 309805 0.0 0.0 False
162 2022-08-23 00:00:00+01:00 24.2 24.2 23.34 23.42 23.36001953125 169026 0.0 0.0 False
163 2022-08-24 00:00:00+01:00 24.44 24.44 23.240000000000002 24.080000000000002 24.01832763671875 213735 0.0 0.0 False
164 2022-08-25 00:00:00+01:00 24.34 24.76 24.14 24.560000000000002 24.49709716796875 103565 0.0 0.0 False
165 2022-08-26 00:00:00+01:00 24.68 25.84 24.418798828125002 24.48 24.41730224609375 111767 0.0 0.0 False
166 2022-08-30 00:00:00+01:00 25.0 25.32 24.28 24.64 24.57689208984375 114667 0.0 0.0 False
167 2022-08-31 00:00:00+01:00 24.3 25.14 24.26 24.86 24.79633056640625 159278 0.0 0.0 False
168 2022-09-01 00:00:00+01:00 24.84 24.84 23.28 23.5 23.439814453125 75741 0.0 0.0 False
169 2022-09-02 00:00:00+01:00 23.8 23.900000000000002 23.32 23.86 23.7988916015625 161878 0.0 0.0 False
170 2022-09-05 00:00:00+01:00 23.54 24.04 23.19093994140625 23.5 23.439814453125 89772 0.0 0.0 False
171 2022-09-06 00:00:00+01:00 23.54 24.02 23.31 23.580000000000002 23.51960693359375 71477 0.0 0.0 False
172 2022-09-07 00:00:00+01:00 23.0 23.72 23.0 23.48 23.4198681640625 97993 0.0 0.0 False
173 2022-09-08 00:00:00+01:00 23.400000000000002 23.86 23.12 23.86 23.7988916015625 192900 0.0 0.0 False
174 2022-09-09 00:00:00+01:00 23.7 24.240000000000002 23.67845947265625 24.16 24.09812255859375 59221 0.0 0.0 False
175 2022-09-12 00:00:00+01:00 24.400000000000002 24.400000000000002 23.82 24.04 23.978430175781252 76307 0.0 0.0 False
176 2022-09-13 00:00:00+01:00 24.0 24.76 23.66 23.66 23.599404296875 155869 0.0 0.0 False
177 2022-09-14 00:00:00+01:00 23.66 24.34 23.54 23.84 23.77894287109375 120233 0.0 0.0 False
178 2022-09-15 00:00:00+01:00 23.22 23.88 23.18 23.34 23.280222167968752 297665 0.0 0.0 False
179 2022-09-16 00:00:00+01:00 23.26 23.32 22.900000000000002 22.92 22.861298828125 144960 0.0 0.0 False
180 2022-09-20 00:00:00+01:00 22.94 24.04 22.6 23.5 23.439814453125 317042 0.0 0.0 False
181 2022-09-21 00:00:00+01:00 23.84 24.36 21.86 23.12 23.0607861328125 273104 0.0 0.0 False
182 2022-09-22 00:00:00+01:00 23.02 23.46 22.8 23.240000000000002 23.180478515625 330760 0.0 0.0 False
183 2022-09-23 00:00:00+01:00 23.02 23.14 21.900000000000002 22.56 22.50221923828125 152226 0.0 0.0 False
184 2022-09-26 00:00:00+01:00 22.1 22.98 22.1 22.68 22.62191162109375 160292 0.0 0.0 False
185 2022-09-27 00:00:00+01:00 22.92 23.52 22.82 22.82 22.761552734375 170562 0.0 0.0 False
186 2022-09-28 00:00:00+01:00 22.1 23.06 21.98 22.86 22.8014501953125 115333 0.0 0.0 False
187 2022-09-29 00:00:00+01:00 22.84 22.900000000000002 22.04 22.36 22.302734375 131444 0.0 0.0 False
188 2022-09-30 00:00:00+01:00 22.7 23.18 22.0 22.98 22.92114501953125 721076 0.0 0.0 False
189 2022-10-03 00:00:00+01:00 22.0 23.740000000000002 22.0 23.6 23.5395556640625 411048 0.0 0.0 False
190 2022-10-04 00:00:00+01:00 23.14 24.82 23.14 24.48 24.41730224609375 359955 0.0 0.0 False
191 2022-10-05 00:00:00+01:00 24.6 24.6 23.38 23.66 23.599404296875 787207 0.0 0.0 False
192 2022-10-06 00:00:00+01:00 23.3 24.36 23.3 24.16 24.105966796875002 179826 0.0077 0.0 True
193 2022-10-07 00:00:00+01:00 24.32 24.32 23.12 23.28 23.2279345703125 182711 0.0 0.0 False
194 2022-10-10 00:00:00+01:00 23.0 23.28 22.240000000000002 22.44 22.389814453125002 138462 0.0 0.0 False
195 2022-10-11 00:00:00+01:00 22.38 22.72 22.1 22.18 22.13039306640625 148515 0.0 0.0 False
196 2022-10-12 00:00:00+01:00 23.12 23.12 21.88 22.16 22.110439453125 162450 0.0 0.0 False
197 2022-10-13 00:00:00+01:00 22.740000000000002 22.740000000000002 21.12 21.900000000000002 21.851022949218752 326778 0.0 0.0 False
198 2022-10-14 00:00:00+01:00 22.0 22.76 21.82 22.5 22.449682617187502 161983 0.0 0.0 False
199 2022-10-17 00:00:00+01:00 22.86 23.01260009765625 22.2 22.94 22.8886962890625 116551 0.0 0.0 False
200 2022-10-18 00:00:00+01:00 22.26 23.38 22.26 23.12 23.06829345703125 141461 0.0 0.0 False
201 2022-10-19 00:00:00+01:00 23.0 23.16 22.240000000000002 22.36 22.30999267578125 104562 0.0 0.0 False
202 2022-10-20 00:00:00+01:00 22.38 22.72 21.82 22.5 22.449682617187502 152158 0.0 0.0 False
203 2022-10-21 00:00:00+01:00 22.5 23.1 22.28 23.0 22.94856201171875 104972 0.0 0.0 False
204 2022-10-24 00:00:00+01:00 23.02 23.900000000000002 23.0 23.38 23.32771240234375 159898 0.0 0.0 False
205 2022-10-25 00:00:00+01:00 23.72 24.46 23.42 24.16 24.105966796875002 85381 0.0 0.0 False
206 2022-10-26 00:00:00+01:00 24.16 24.2 23.66 24.14 24.0860107421875 117490 0.0 0.0 False
207 2022-10-27 00:00:00+01:00 24.080000000000002 24.54 23.88 24.34 24.285566406250002 238792 0.0 0.0 False
208 2022-10-28 00:00:00+01:00 24.1 24.22 23.719599609375 24.080000000000002 24.0261474609375 122712 0.0 0.0 False
209 2022-10-31 00:00:00+00:00 24.26 24.46 23.66 24.1 24.04610107421875 102273 0.0 0.0 False
210 2022-11-01 00:00:00+00:00 24.5 24.94 24.02 24.22 24.16583251953125 72028 0.0 0.0 False
211 2022-11-02 00:00:00+00:00 24.1 25.0 23.92 24.64 24.584892578125 145464 0.0 0.0 False
212 2022-11-03 00:00:00+00:00 24.28 24.72 23.88 24.04 23.98623779296875 73546 0.0 0.0 False
213 2022-11-04 00:00:00+00:00 24.240000000000002 25.080000000000002 23.60639892578125 24.28 24.2256982421875 69077 0.0 0.0 False
214 2022-11-07 00:00:00+00:00 24.22 25.080000000000002 24.02 24.900000000000002 24.8443115234375 124283 0.0 0.0 False
215 2022-11-08 00:00:00+00:00 24.580000000000002 25.22 24.580000000000002 25.22 25.1635986328125 153287 0.0 0.0 False
216 2022-11-09 00:00:00+00:00 24.98 25.22 24.88 24.98 24.92413330078125 100019 0.0 0.0 False
217 2022-11-10 00:00:00+00:00 24.82 26.54 24.64 26.2 26.14140625 132777 0.0 0.0 False
218 2022-11-11 00:00:00+00:00 26.36 26.86 26.16 26.580000000000002 26.520556640625 219220 0.0 0.0 False
219 2022-11-14 00:00:00+00:00 26.3 27.1 26.26 26.96 26.89970458984375 128692 0.0 0.0 False
220 2022-11-15 00:00:00+00:00 26.48 27.16 26.14 26.92 26.85979248046875 186824 0.0 0.0 False
221 2022-11-16 00:00:00+00:00 27.02 27.04 26.38 26.52 26.4606884765625 107714 0.0 0.0 False
222 2022-11-17 00:00:00+00:00 26.76 26.76 25.8 26.7 26.64028564453125 111413 0.0 0.0 False
223 2022-11-18 00:00:00+00:00 26.88 27.1 26.32 27.1 27.03939208984375 127583 0.0 0.0 False
224 2022-11-21 00:00:00+00:00 27.96 29.15199951171875 27.43699951171875 27.740000000000002 27.677961425781252 517109 0.0 0.0 False
225 2022-11-22 00:00:00+00:00 28.0 28.0 26.86 27.66 27.5981396484375 209083 0.0 0.0 False
226 2022-11-23 00:00:00+00:00 27.6 28.34 27.5 28.34 28.27661865234375 458322 0.0 0.0 False
227 2022-11-24 00:00:00+00:00 29.0 29.26 27.6 28.8 28.7355908203125 189652 0.0 0.0 False
228 2022-11-25 00:00:00+00:00 28.400000000000002 29.03300048828125 28.400000000000002 28.900000000000002 28.8353662109375 146017 0.0 0.0 False
229 2022-11-28 00:00:00+00:00 28.7 29.1 28.0 29.1 29.03491943359375 255817 0.0 0.0 False
230 2022-11-29 00:00:00+00:00 29.080000000000002 29.14 28.8 28.900000000000002 28.8353662109375 204232 0.0 0.0 False
231 2022-11-30 00:00:00+00:00 28.76 29.62 28.76 29.5 29.434023437500002 538520 0.0 0.0 False
232 2022-12-01 00:00:00+00:00 29.68 29.900000000000002 29.060000000000002 29.76 29.69344482421875 188618 0.0 0.0 False
233 2022-12-02 00:00:00+00:00 29.88 30.560000000000002 29.3 29.48 29.41406982421875 384388 0.0 0.0 False
234 2022-12-05 00:00:00+00:00 29.36 29.92 28.26 28.28 28.2167529296875 225089 0.0 0.0 False
235 2022-12-06 00:00:00+00:00 28.1 28.48 27.78 27.94 27.8775146484375 320011 0.0 0.0 False
236 2022-12-07 00:00:00+00:00 27.92 28.2 27.64 27.94 27.8775146484375 341034 0.0 0.0 False
237 2022-12-08 00:00:00+00:00 27.78 28.080000000000002 27.72 27.92 27.85755615234375 219670 0.0 0.0 False
238 2022-12-09 00:00:00+00:00 27.400000000000002 28.0 27.400000000000002 28.0 27.937380371093752 138547 0.0 0.0 False
239 2022-12-12 00:00:00+00:00 28.400000000000002 28.76300048828125 27.72 28.240000000000002 28.17684326171875 128168 0.0 0.0 False
240 2022-12-13 00:00:00+00:00 28.34 29.1 27.86 28.38 28.316530761718752 263580 0.0 0.0 False
241 2022-12-14 00:00:00+00:00 28.0 28.36 27.86 28.22 28.15688720703125 62627 0.0 0.0 False
242 2022-12-15 00:00:00+00:00 27.900000000000002 28.18 27.54 27.54 27.478408203125 256065 0.0 0.0 False
243 2022-12-16 00:00:00+00:00 27.5 27.96 27.080000000000002 27.400000000000002 27.338720703125002 147966 0.0 0.0 False
244 2022-12-19 00:00:00+00:00 27.52 27.9739990234375 27.38 27.52 27.4584521484375 62241 0.0 0.0 False
245 2022-12-20 00:00:00+00:00 27.5 27.62 26.8 27.38 27.31876708984375 116737 0.0 0.0 False
246 2022-12-21 00:00:00+00:00 27.64 28.1 27.24030029296875 27.86 27.7976953125 47330 0.0 0.0 False
247 2022-12-22 00:00:00+00:00 27.86 28.26 27.3 27.48 27.41854248046875 59975 0.0 0.0 False
248 2022-12-23 00:00:00+00:00 28.26 28.26 27.240000000000002 27.46 27.39858642578125 37424 0.0 0.0 False
249 2022-12-28 00:00:00+00:00 27.44 27.7 27.22 27.42 27.3586767578125 39217 0.0 0.0 False
250 2022-12-29 00:00:00+00:00 27.04 27.66 27.02 27.62 27.5582275390625 96876 0.0 0.0 False
251 2022-12-30 00:00:00+00:00 26.96 27.66 26.96 27.240000000000002 27.179079589843752 23796 0.0 0.0 False
252 2023-01-03 00:00:00+00:00 27.2 28.22 26.64 27.66 27.5981396484375 68033 0.0 0.0 False
253 2023-01-04 00:00:00+00:00 27.54 27.98 27.1572998046875 27.88 27.817646484375 68241 0.0 0.0 False
254 2023-01-05 00:00:00+00:00 27.76 28.3 27.562900390625 28.04 27.9772900390625 99643 0.0 0.0 False
255 2023-01-06 00:00:00+00:00 27.68 28.72 27.68 28.6 28.53603759765625 132308 0.0 0.0 False
256 2023-01-09 00:00:00+00:00 27.0 28.72 26.529279785156252 28.0 27.937380371093752 144894 0.0 0.0 False
257 2023-01-10 00:00:00+00:00 29.0 29.0 27.42 27.560000000000002 27.4983642578125 108914 0.0 0.0 False
258 2023-01-11 00:00:00+00:00 28.8 28.8 27.36 28.32 28.2566650390625 117605 0.0 0.0 False
259 2023-01-12 00:00:00+00:00 28.0 28.16 26.67 26.98 26.919660644531252 394851 0.0 0.0 False
260 2023-01-13 00:00:00+00:00 26.76 27.0839990234375 25.400000000000002 25.6 25.54274658203125 356966 0.0 0.0 False
261 2023-01-16 00:00:00+00:00 25.0 26.080000000000002 24.86 25.18 25.1236865234375 336471 0.0 0.0 False
262 2023-01-17 00:00:00+00:00 25.22 25.400000000000002 24.92 25.3 25.243417968750002 221386 0.0 0.0 False
263 2023-01-18 00:00:00+00:00 25.66 26.78 25.37659912109375 26.240000000000002 26.18131591796875 1025972 0.0 0.0 False
264 2023-01-19 00:00:00+00:00 27.0 27.0 25.98 26.62 26.56046630859375 102617 0.0 0.0 False
265 2023-01-20 00:00:00+00:00 26.72 27.0 26.34 26.44 26.38086669921875 192758 0.0 0.0 False
266 2023-01-23 00:00:00+00:00 26.48 26.650000000000002 25.86 26.12 26.06158447265625 159375 0.0 0.0 False
267 2023-01-24 00:00:00+00:00 26.3 26.44 25.88 26.060000000000002 26.001718750000002 285494 0.0 0.0 False
268 2023-01-25 00:00:00+00:00 26.5 28.04 26.18 27.740000000000002 27.677961425781252 379047 0.0 0.0 False
269 2023-01-26 00:00:00+00:00 27.86 28.26 27.66 27.740000000000002 27.677961425781252 234863 0.0 0.0 False
270 2023-01-27 00:00:00+00:00 27.900000000000002 28.48 27.44 28.44 28.37639404296875 96625 0.0 0.0 False
271 2023-01-30 00:00:00+00:00 28.14 28.68 27.88 28.16 28.09702392578125 169732 0.0 0.0 False
272 2023-01-31 00:00:00+00:00 28.060000000000002 28.400000000000002 27.84 28.400000000000002 28.336484375 250688 0.0 0.0 False
273 2023-02-01 00:00:00+00:00 28.2 28.72 27.400000000000002 28.34 28.27661865234375 97416 0.0 0.0 False
274 2023-02-02 00:00:00+00:00 28.68 29.560000000000002 28.1 29.2 29.13469482421875 245261 0.0 0.0 False
275 2023-02-03 00:00:00+00:00 29.66 29.7 28.8 29.28 29.21451904296875 211695 0.0 0.0 False
276 2023-02-06 00:00:00+00:00 29.02 29.48 28.92597900390625 29.04 28.9750537109375 78978 0.0 0.0 False
277 2023-02-07 00:00:00+00:00 28.2 28.98 27.7 28.26 28.19679931640625 327488 0.0 0.0 False
278 2023-02-08 00:00:00+00:00 28.7 28.7 28.0 28.36 28.296572265625002 88715 0.0 0.0 False
279 2023-02-09 00:00:00+00:00 29.0 29.0 28.44 28.7 28.6358154296875 113023 0.0 0.0 False
280 2023-02-10 00:00:00+00:00 28.8 28.89 28.02 28.02 27.957333984375 169490 0.0 0.0 False
281 2023-02-13 00:00:00+00:00 27.900000000000002 28.38 27.36 28.38 28.316530761718752 140602 0.0 0.0 False
282 2023-02-14 00:00:00+00:00 27.060000000000002 28.560000000000002 27.060000000000002 28.0 27.937380371093752 107333 0.0 0.0 False
283 2023-02-15 00:00:00+00:00 28.18 28.900000000000002 27.724599609375 28.84 28.77550048828125 129853 0.0 0.0 False
284 2023-02-16 00:00:00+00:00 27.3 29.240000000000002 27.3 29.12 29.05487548828125 63977 0.0 0.0 False
285 2023-02-17 00:00:00+00:00 29.96 29.96 28.5 28.5 28.436259765625 75842 0.0 0.0 False
286 2023-02-20 00:00:00+00:00 28.400000000000002 28.92 28.3 28.900000000000002 28.8353662109375 44533 0.0 0.0 False
287 2023-02-21 00:00:00+00:00 28.580000000000002 29.14 28.580000000000002 28.8 28.7355908203125 176561 0.0 0.0 False
288 2023-02-22 00:00:00+00:00 28.900000000000002 28.900000000000002 28.48 28.76 28.695681152343752 146264 0.0 0.0 False
289 2023-02-23 00:00:00+00:00 28.82 29.34 28.66 28.88 28.81541015625 86655 0.0 0.0 False
290 2023-02-24 00:00:00+00:00 28.98 28.98 28.240000000000002 28.42 28.3564404296875 69783 0.0 0.0 False
291 2023-02-27 00:00:00+00:00 28.68 29.060000000000002 28.1 28.84 28.77550048828125 78772 0.0 0.0 False
292 2023-02-28 00:00:00+00:00 28.62 29.1 28.580000000000002 28.92 28.855322265625002 386853 0.0 0.0 False
293 2023-03-01 00:00:00+00:00 28.92 29.72 28.86 29.36 29.29433837890625 106416 0.0 0.0 False
294 2023-03-02 00:00:00+00:00 29.8 29.82 28.92 29.62 29.55375732421875 60874 0.0 0.0 False
295 2023-03-03 00:00:00+00:00 29.8 29.92 29.22 29.44 29.37416015625 59389 0.0 0.0 False
296 2023-03-06 00:00:00+00:00 29.46 29.54 29.02 29.240000000000002 29.17460693359375 68220 0.0 0.0 False
297 2023-03-07 00:00:00+00:00 28.5 29.6 28.5 29.400000000000002 29.334248046875 69588 0.0 0.0 False
298 2023-03-08 00:00:00+00:00 28.92 29.900000000000002 28.68280029296875 29.64 29.5737109375 57394 0.0 0.0 False
299 2023-03-09 00:00:00+00:00 29.400000000000002 30.0 29.283999023437502 29.92 29.8530859375 85081 0.0 0.0 False
300 2023-03-10 00:00:00+00:00 30.0 30.0 29.0 29.560000000000002 29.4938916015625 121079 0.0 0.0 False
301 2023-03-13 00:00:00+00:00 29.26 29.48 28.48 28.48 28.41630615234375 451156 0.0 0.0 False
302 2023-03-14 00:00:00+00:00 28.5 29.02 28.28 29.02 28.95509765625 173562 0.0 0.0 False
303 2023-03-15 00:00:00+00:00 28.900000000000002 28.9418505859375 25.46 26.46 26.40082275390625 646146 0.0 0.0 False
304 2023-03-16 00:00:00+00:00 26.14 26.88 26.14 26.48 26.4207763671875 240692 0.0 0.0 False
305 2023-03-17 00:00:00+00:00 26.72 27.580000000000002 26.42 26.42 26.36091552734375 145813 0.0 0.0 False
306 2023-03-20 00:00:00+00:00 26.02 27.28 25.82 26.88 26.81988525390625 156224 0.0 0.0 False
307 2023-03-21 00:00:00+00:00 27.12 27.26 26.6 27.2 27.139169921875002 101085 0.0 0.0 False
308 2023-03-22 00:00:00+00:00 27.04 27.28 26.68 27.060000000000002 26.999482421875 61646 0.0 0.0 False
309 2023-03-23 00:00:00+00:00 27.46 27.84 27.0 27.76 27.69791748046875 238904 0.0 0.0 False
310 2023-03-24 00:00:00+00:00 27.66 27.8639990234375 27.18 27.7 27.6380517578125 151064 0.0 0.0 False
311 2023-03-27 00:00:00+01:00 27.98 28.14 27.0 27.060000000000002 26.999482421875 242115 0.0 0.0 False
312 2023-03-28 00:00:00+01:00 27.12 27.12 26.34 26.6 26.540510253906252 162045 0.0 0.0 False
313 2023-03-29 00:00:00+01:00 26.64 27.46 26.38 27.240000000000002 27.179079589843752 219929 0.0 0.0 False
314 2023-03-30 00:00:00+01:00 27.76 29.080000000000002 27.650000000000002 28.080000000000002 28.0172021484375 285091 0.0 0.0 False
315 2023-03-31 00:00:00+01:00 28.1 28.14 27.400000000000002 27.580000000000002 27.51831787109375 143041 0.0 0.0 False
316 2023-04-03 00:00:00+01:00 27.580000000000002 27.580000000000002 27.14 27.26 27.19903564453125 100038 0.0 0.0 False
317 2023-04-04 00:00:00+01:00 27.14 27.5535400390625 27.04 27.14 27.0793017578125 89315 0.0 0.0 False
318 2023-04-05 00:00:00+01:00 27.6 27.8 25.48 25.5 25.442968750000002 174325 0.0 0.0 False
319 2023-04-06 00:00:00+01:00 25.6 26.03199951171875 25.46 26.0 25.9418505859375 163437 0.0 0.0 False
320 2023-04-11 00:00:00+01:00 26.0 26.580000000000002 25.86 26.22 26.161359863281252 148621 0.0 0.0 False
321 2023-04-12 00:00:00+01:00 26.68 27.0 26.02 26.64 26.580419921875002 118071 0.0 0.0 False
322 2023-04-13 00:00:00+01:00 26.96 27.400000000000002 26.68 27.18 27.1192138671875 338659 0.0 0.0 False
323 2023-04-14 00:00:00+01:00 27.5 27.86 26.72 26.72 26.660244140625 188709 0.0 0.0 False
324 2023-04-17 00:00:00+01:00 26.78 27.060000000000002 26.0356005859375 26.98 26.919660644531252 260010 0.0 0.0 False
325 2023-04-18 00:00:00+01:00 28.0 28.0 26.86 27.2 27.139169921875002 110566 0.0 0.0 False
326 2023-04-19 00:00:00+01:00 26.8 27.38 26.72 27.240000000000002 27.179079589843752 238055 0.0 0.0 False
327 2023-04-20 00:00:00+01:00 27.78 27.78 26.66 26.66 26.6003759765625 136925 0.0 0.0 False
328 2023-04-21 00:00:00+01:00 26.5 27.400000000000002 26.48 27.02 26.95957275390625 102818 0.0 0.0 False
329 2023-04-24 00:00:00+01:00 26.400000000000002 27.36 26.400000000000002 27.0 26.9396142578125 53770 0.0 0.0 False
330 2023-04-25 00:00:00+01:00 26.78 27.34 26.7 26.96 26.89970458984375 584252 0.0 0.0 False
331 2023-04-26 00:00:00+01:00 26.78 26.82 26.32 26.64 26.580419921875002 82215 0.0 0.0 False
332 2023-04-27 00:00:00+01:00 26.14 26.78 26.14 26.76 26.70015380859375 72994 0.0 0.0 False
333 2023-04-28 00:00:00+01:00 27.18 27.18 26.62 27.0 26.9396142578125 63114 0.0 0.0 False
334 2023-05-02 00:00:00+01:00 26.400000000000002 27.095419921875 26.34 26.34 26.28109375 142978 0.0 0.0 False
335 2023-05-03 00:00:00+01:00 26.42 26.5 24.96 25.1 25.04386474609375 350646 0.0 0.0 False
336 2023-05-04 00:00:00+01:00 25.0 25.080000000000002 22.68 22.68 22.62927734375 1493890 0.0 0.0 False
337 2023-05-05 00:00:00+01:00 22.6 22.7 21.92 22.0 21.95079833984375 582476 0.0 0.0 False
338 2023-05-09 00:00:00+01:00 22.5 22.84 21.75010009765625 22.5 22.449682617187502 529565 0.0 0.0 False
339 2023-05-10 00:00:00+01:00 22.5 22.8 21.78 21.8 21.7512451171875 315844 0.0 0.0 False
340 2023-05-11 00:00:00+01:00 21.7 23.38 21.7 23.06 23.008427734375 489035 0.0 0.0 False
341 2023-05-12 00:00:00+01:00 23.34 23.38 22.72 23.38 23.32771240234375 283610 0.0 0.0 False
342 2023-05-15 00:00:00+01:00 23.04 23.62 23.04 23.5 23.44744384765625 388932 0.0 0.0 False
343 2023-05-16 00:00:00+01:00 23.36 23.54 23.02 23.3 23.247890625 395998 0.0 0.0 False
344 2023-05-17 00:00:00+01:00 23.56 23.580000000000002 22.68 22.84 22.78891845703125 423318 0.0 0.0 False
345 2023-05-18 00:00:00+01:00 22.96 23.240000000000002 22.42 22.72 22.66918701171875 319457 0.0 0.0 False
346 2023-05-19 00:00:00+01:00 22.5 22.9019091796875 22.04 22.46 22.4097705078125 421569 0.0 0.0 False
347 2023-05-22 00:00:00+01:00 22.78 22.84 22.38 22.8 22.74901123046875 166747 0.0 0.0 False
348 2023-05-23 00:00:00+01:00 23.2 23.22 22.38 22.38 22.32994873046875 309329 0.0 0.0 False
349 2023-05-24 00:00:00+01:00 22.02 22.33969970703125 20.56 20.94 20.8931689453125 512827 0.0 0.0 False
350 2023-05-25 00:00:00+01:00 20.52 21.0 20.32 20.32 20.2745556640625 729567 0.0 0.0 False
351 2023-05-26 00:00:00+01:00 20.88 20.88 19.72 19.78 19.735762939453124 492367 0.0 0.0 False
352 2023-05-30 00:00:00+01:00 19.92 20.0152001953125 19.35 19.41 19.366590576171877 690501 0.0 0.0 False
353 2023-05-31 00:00:00+01:00 20.2 20.2 19.19 19.45 19.406500244140627 317942 0.0 0.0 False
354 2023-06-01 00:00:00+01:00 19.66 19.740000000000002 19.150000000000002 19.47 19.442449951171877 304732 0.016 0.0 True
355 2023-06-02 00:00:00+01:00 20.22 20.22 19.37 19.82 19.79195556640625 278304 0.0 0.0 False
356 2023-06-05 00:00:00+01:00 19.62 19.72 17.92 18.17 18.14428955078125 461315 0.0 0.0 False
357 2023-06-06 00:00:00+01:00 18.07 18.18 17.29 17.45 17.425308837890626 828912 0.0 0.0 False
358 2023-06-07 00:00:00+01:00 17.73 18.41 17.73 18.32 18.294077148437502 554274 0.0 0.0 False
359 2023-06-08 00:00:00+01:00 17.61 18.6747998046875 17.61 18.22 18.194217529296875 270247 0.0 0.0 False
360 2023-06-09 00:00:00+01:00 18.330000000000002 18.63 17.93 18.52 18.4937939453125 341997 0.0 0.0 False
361 2023-06-12 00:00:00+01:00 18.19 19.12 18.143199462890625 19.12 19.092945556640625 357760 0.0 0.0 False
362 2023-06-13 00:00:00+01:00 19.2 19.77 18.94 19.400000000000002 19.372550048828124 648503 0.0 0.0 False
363 2023-06-14 00:00:00+01:00 19.740000000000002 19.92 19.27 19.6 19.572266845703126 362355 0.0 0.0 False
364 2023-06-15 00:00:00+01:00 19.6 19.775000000000002 18.96 19.18 19.152860107421876 437837 0.0 0.0 False
365 2023-06-16 00:00:00+01:00 19.87 19.87 19.065 19.41 19.3825341796875 635867 0.0 0.0 False
366 2023-06-19 00:00:00+01:00 19.37 19.37 18.93 18.95 18.923184814453126 343892 0.0 0.0 False
367 2023-06-20 00:00:00+01:00 19.39 19.39 18.61 18.67 18.643582763671876 240994 0.0 0.0 False
368 2023-06-21 00:00:00+01:00 19.45 19.469520263671875 18.36 18.91 18.883243408203125 276880 0.0 0.0 False
369 2023-06-22 00:00:00+01:00 18.95 19.162230224609374 18.37 18.8 18.7733984375 186330 0.0 0.0 False
370 2023-06-23 00:00:00+01:00 18.6 19.04 18.6 18.87 18.843299560546875 189003 0.0 0.0 False
371 2023-06-26 00:00:00+01:00 19.0 19.04719970703125 18.32 18.57 18.54372314453125 411820 0.0 0.0 False
372 2023-06-27 00:00:00+01:00 18.650000000000002 18.77 17.669100341796874 18.03 18.0044873046875 538190 0.0 0.0 False
373 2023-06-28 00:00:00+01:00 18.0 18.2 17.92 18.2 18.174248046875 210732 0.0 0.0 False
374 2023-06-29 00:00:00+01:00 18.7 18.7 17.54 17.59 17.56510986328125 253575 0.0 0.0 False
375 2023-06-30 00:00:00+01:00 17.67 18.11 17.43 18.1 18.074388427734377 150826 0.0 0.0 False
376 2023-07-03 00:00:00+01:00 17.900000000000002 18.36 17.88 18.330000000000002 18.3040625 791780 0.0 0.0 False
377 2023-07-04 00:00:00+01:00 18.400000000000002 18.522430419921875 18.12 18.42 18.393935546875 287173 0.0 0.0 False
378 2023-07-05 00:00:00+01:00 18.56 18.580000000000002 18.255999755859374 18.36 18.334020996093752 160679 0.0 0.0 False
379 2023-07-06 00:00:00+01:00 18.5 18.54 17.240000000000002 17.51 17.485223388671876 281127 0.0 0.0 False
380 2023-07-07 00:00:00+01:00 17.51 17.51 16.69 17.1 17.07580322265625 290241 0.0 0.0 False
381 2023-07-10 00:00:00+01:00 17.240000000000002 17.77 16.87 16.95 16.926015625 339775 0.0 0.0 False
382 2023-07-11 00:00:00+01:00 17.5 17.5 16.12 16.14 16.117161865234376 371758 0.0 0.0 False
383 2023-07-12 00:00:00+01:00 16.15 17.14 16.12 16.88 16.856114501953126 494734 0.0 0.0 False
384 2023-07-13 00:00:00+01:00 17.0 17.330000000000002 16.85 16.89 16.86610107421875 155535 0.0 0.0 False
385 2023-07-14 00:00:00+01:00 16.8 17.55 16.62 17.12 17.095775146484375 208870 0.0 0.0 False
386 2023-07-17 00:00:00+01:00 17.0 17.17 16.740000000000002 16.9 16.87608642578125 155692 0.0 0.0 False
387 2023-07-18 00:00:00+01:00 17.72 17.72 16.64 16.68 16.656397705078124 132785 0.0 0.0 False
388 2023-07-19 00:00:00+01:00 17.1 17.62 16.87530029296875 17.62 17.595067138671876 396633 0.0 0.0 False
389 2023-07-20 00:00:00+01:00 17.82 17.97 17.59 17.63 17.6050537109375 372626 0.0 0.0 False
390 2023-07-21 00:00:00+01:00 17.86 18.063800048828124 17.6 17.88 17.85469970703125 257740 0.0 0.0 False
391 2023-07-24 00:00:00+01:00 17.6 18.041500244140625 17.48 17.71 17.68494140625 360104 0.0 0.0 False
392 2023-07-25 00:00:00+01:00 17.740000000000002 18.22 17.57154052734375 17.86 17.834727783203125 209875 0.0 0.0 False
393 2023-07-26 00:00:00+01:00 17.77 18.13 17.71 17.78 17.75484130859375 282136 0.0 0.0 False
394 2023-07-27 00:00:00+01:00 17.78 18.19 17.7 18.06 18.034444580078127 198157 0.0 0.0 False
395 2023-07-28 00:00:00+01:00 18.25 18.25 17.900000000000002 18.0 17.974530029296876 134365 0.0 0.0 False
396 2023-07-31 00:00:00+01:00 17.990000000000002 18.0 17.448499755859377 17.62 17.595067138671876 266973 0.0 0.0 False
397 2023-08-01 00:00:00+01:00 17.44 17.44 14.77 15.8 15.77764404296875 1707985 0.0 0.0 False
398 2023-08-02 00:00:00+01:00 15.700000000000001 16.15 15.700000000000001 15.860000000000001 15.837557373046875 597276 0.0 0.0 False
399 2023-08-03 00:00:00+01:00 15.700000000000001 15.875 15.56 15.66 15.637840576171875 720097 0.0 0.0 False
400 2023-08-04 00:00:00+01:00 15.89 15.89 15.2875 15.450000000000001 15.428138427734375 130835 0.0 0.0 False
401 2023-08-07 00:00:00+01:00 15.23 15.73 14.88 14.98 14.9588037109375 133228 0.0 0.0 False
402 2023-08-08 00:00:00+01:00 14.8 15.18 14.65 14.93 14.908873291015626 187614 0.0 0.0 False
403 2023-08-09 00:00:00+01:00 15.72 15.9 14.955999755859375 15.06 15.038690185546875 384876 0.0 0.0 False
404 2023-08-10 00:00:00+01:00 15.06 15.11 14.450000000000001 14.5 14.479482421875 509873 0.0 0.0 False
405 2023-08-11 00:00:00+01:00 15.0 15.07 14.6 14.75 14.72912841796875 498841 0.0 0.0 False
406 2023-08-14 00:00:00+01:00 14.75 15.32 14.75 15.11 15.088619384765625 202173 0.0 0.0 False
407 2023-08-15 00:00:00+01:00 15.120000000000001 15.18 14.68 14.84 14.819001464843751 167723 0.0 0.0 False
408 2023-08-16 00:00:00+01:00 14.89 15.08 14.51 14.790000000000001 14.769072265625 172976 0.0 0.0 False
409 2023-08-17 00:00:00+01:00 14.790000000000001 15.32 14.47 14.950000000000001 14.92884521484375 145057 0.0 0.0 False
410 2023-08-18 00:00:00+01:00 14.4 14.96 14.4 14.85 14.828988037109376 246954 0.0 0.0 False
411 2023-08-21 00:00:00+01:00 15.16 15.16 14.73 14.85 14.828988037109376 208997 0.0 0.0 False
412 2023-08-22 00:00:00+01:00 14.82 15.17 14.75 14.85 14.828988037109376 89056 0.0 0.0 False
413 2023-08-23 00:00:00+01:00 14.56 15.05 14.56 14.71 14.6891845703125 494801 0.0 0.0 False
414 2023-08-24 00:00:00+01:00 14.98 14.993909912109375 14.71 14.71 14.6891845703125 102654 0.0 0.0 False
415 2023-08-25 00:00:00+01:00 15.44 15.44 14.700000000000001 14.77 14.749100341796876 136975 0.0 0.0 False
416 2023-08-29 00:00:00+01:00 14.96 15.52 14.85 15.49 15.468082275390625 146752 0.0 0.0 False
417 2023-08-30 00:00:00+01:00 15.49 15.624000244140625 15.18 15.38 15.358237304687501 259486 0.0 0.0 False
418 2023-08-31 00:00:00+01:00 15.35 15.51 15.18 15.25 15.228421630859375 312027 0.0 0.0 False
419 2023-09-01 00:00:00+01:00 15.38 15.41 14.950000000000001 14.99 14.9687890625 122627 0.0 0.0 False
420 2023-09-04 00:00:00+01:00 14.99 15.1 14.83 14.83 14.80901611328125 138450 0.0 0.0 False
421 2023-09-05 00:00:00+01:00 14.8 14.83199951171875 14.42 14.66 14.63925537109375 173206 0.0 0.0 False
422 2023-09-06 00:00:00+01:00 15.0 15.040000000000001 14.44 14.81 14.789044189453126 194887 0.0 0.0 False
423 2023-09-07 00:00:00+01:00 14.83 15.6 14.46 15.530000000000001 15.50802490234375 243553 0.0 0.0 False
424 2023-09-08 00:00:00+01:00 15.0 15.89 15.0 15.89 15.867515869140625 339473 0.0 0.0 False
425 2023-09-11 00:00:00+01:00 16.22 16.32 14.68 14.73 14.709156494140625 274162 0.0 0.0 False
426 2023-09-12 00:00:00+01:00 14.4 14.55 12.620000000000001 14.05 14.03011962890625 695308 0.0 0.0 False
427 2023-09-13 00:00:00+01:00 14.09 15.47 13.790000000000001 15.44 15.41815185546875 359608 0.0 0.0 False
428 2023-09-14 00:00:00+01:00 15.5 16.126199951171877 15.5 16.07 16.047261962890627 818615 0.0 0.0 False
429 2023-09-15 00:00:00+01:00 16.31 16.32 15.57 15.63 15.60788330078125 470826 0.0 0.0 False
430 2023-09-18 00:00:00+01:00 15.44 15.85 15.169410400390625 15.22 15.198463134765625 388020 0.0 0.0 False
431 2023-09-19 00:00:00+01:00 15.11 15.58 14.9039599609375 15.32 15.29832275390625 244500 0.0 0.0 False
432 2023-09-20 00:00:00+01:00 15.44 16.02 15.44 15.88 15.857529296875 260949 0.0 0.0 False
433 2023-09-21 00:00:00+01:00 15.610000000000001 15.83 15.0 15.19 15.168505859375001 380456 0.0 0.0 False
434 2023-09-22 00:00:00+01:00 15.1 15.48 15.1 15.35 15.328280029296875 144967 0.0 0.0 False
435 2023-09-25 00:00:00+01:00 15.35 15.6 14.960999755859376 15.19 15.168505859375001 326513 0.0 0.0 False
436 2023-09-26 00:00:00+01:00 15.58 15.58 14.58 14.63 14.60929931640625 139051 0.0 0.0 False
437 2023-09-27 00:00:00+01:00 14.58 15.34 14.48 15.13 15.108590087890626 140879 0.0 0.0 False
438 2023-09-28 00:00:00+01:00 15.120000000000001 15.19 14.83 15.0 14.9787744140625 345116 0.0 0.0 False
439 2023-09-29 00:00:00+01:00 15.0 15.610000000000001 15.0 15.47 15.4481103515625 256397 0.0 0.0 False
440 2023-10-02 00:00:00+01:00 15.46 15.67 14.870000000000001 15.040000000000001 15.01871826171875 291241 0.0 0.0 False
441 2023-10-03 00:00:00+01:00 14.71 14.89 14.0 14.05 14.03011962890625 179006 0.0 0.0 False
442 2023-10-04 00:00:00+01:00 13.83 14.290000000000001 13.77 13.81 13.790458984375 237634 0.0 0.0 False
443 2023-10-05 00:00:00+01:00 13.92 14.17 13.85 13.85 13.838919677734376 180284 0.0085 0.0 True
444 2023-10-06 00:00:00+01:00 14.450000000000001 14.450000000000001 13.55 13.99 13.978807373046875 116485 0.0 0.0 False
445 2023-10-09 00:00:00+01:00 13.52 14.030000000000001 13.41 13.620000000000001 13.60910400390625 136545 0.0 0.0 False
446 2023-10-10 00:00:00+01:00 13.89 14.55 13.72 14.55 14.538359375 245926 0.0 0.0 False
447 2023-10-11 00:00:00+01:00 14.32 14.52 13.450000000000001 13.52 13.509183349609375 134243 0.0 0.0 False
448 2023-10-12 00:00:00+01:00 14.0 14.0 13.38 13.51 13.49919189453125 112363 0.0 0.0 False
449 2023-10-13 00:00:00+01:00 13.46 13.75 13.1 13.1 13.089520263671876 264982 0.0 0.0 False
450 2023-10-16 00:00:00+01:00 13.1 13.42699951171875 12.69 13.31 13.299351806640626 142869 0.0 0.0 False
451 2023-10-17 00:00:00+01:00 13.21 13.479949951171875 13.09300048828125 13.370000000000001 13.35930419921875 103846 0.0 0.0 False
452 2023-10-18 00:00:00+01:00 13.5 13.5 12.69 12.75 12.7397998046875 586500 0.0 0.0 False
453 2023-10-19 00:00:00+01:00 12.52 13.213499755859376 12.52 13.11 13.09951171875 200672 0.0 0.0 False
454 2023-10-20 00:00:00+01:00 13.07 13.41 12.83 13.18 13.169455566406251 592696 0.0 0.0 False
455 2023-10-23 00:00:00+01:00 13.25 13.4 13.0 13.33 13.3193359375 121413 0.0 0.0 False
456 2023-10-24 00:00:00+01:00 13.42 13.64 13.0 13.1 13.089520263671876 173527 0.0 0.0 False
457 2023-10-25 00:00:00+01:00 13.09 13.34 12.96 13.14 13.129487304687501 113657 0.0 0.0 False
458 2023-10-26 00:00:00+01:00 13.0 13.280000000000001 12.96 13.1 13.089520263671876 162088 0.0 0.0 False
459 2023-10-27 00:00:00+01:00 13.1 13.16 12.85 13.0 12.989599609375 172121 0.0 0.0 False
460 2023-10-30 00:00:00+00:00 13.09 13.200000000000001 12.99 13.06 13.049552001953126 351486 0.0 0.0 False
461 2023-10-31 00:00:00+00:00 13.01 13.3 13.0 13.05 13.039559326171876 380834 0.0 0.0 False
462 2023-11-01 00:00:00+00:00 12.950000000000001 13.120000000000001 12.77843994140625 13.02 13.009583740234376 199402 0.0 0.0 False
463 2023-11-02 00:00:00+00:00 13.1 13.46 13.040000000000001 13.34 13.329327392578126 414055 0.0 0.0 False
464 2023-11-03 00:00:00+00:00 13.6 14.415000000000001 13.52384033203125 14.0 13.988800048828125 348357 0.0 0.0 False
465 2023-11-06 00:00:00+00:00 14.13 14.48 13.530000000000001 13.66 13.649072265625 95127 0.0 0.0 False
466 2023-11-07 00:00:00+00:00 13.5 13.93 13.5 13.84 13.82892822265625 164937 0.0 0.0 False
467 2023-11-08 00:00:00+00:00 13.74 14.0456005859375 13.69 13.8 13.7889599609375 275526 0.0 0.0 False
468 2023-11-09 00:00:00+00:00 13.950000000000001 14.19 13.71550048828125 13.85 13.838919677734376 308199 0.0 0.0 False
469 2023-11-10 00:00:00+00:00 13.73 13.834399414062501 13.22 13.620000000000001 13.60910400390625 211940 0.0 0.0 False
470 2023-11-13 00:00:00+00:00 13.5 13.72 13.4 13.55 13.53916015625 206951 0.0 0.0 False
471 2023-11-14 00:00:00+00:00 13.5 14.41 13.42 14.14 14.128687744140626 714971 0.0 0.0 False
472 2023-11-15 00:00:00+00:00 14.290000000000001 14.99 14.030000000000001 14.52 14.508383789062501 430958 0.0 0.0 False
473 2023-11-16 00:00:00+00:00 14.08 14.505 14.08 14.23 14.218615722656251 193252 0.0 0.0 False
474 2023-11-17 00:00:00+00:00 14.11 14.99 14.11 14.82 14.808143310546875 474070 0.0 0.0 False
475 2023-11-20 00:00:00+00:00 14.77 15.120000000000001 14.77 14.98 14.968016357421876 127160 0.0 0.0 False
476 2023-11-21 00:00:00+00:00 14.98 15.31 14.85 14.88 14.868095703125 312023 0.0 0.0 False
477 2023-11-22 00:00:00+00:00 14.84 15.19 14.8 14.94 14.928048095703126 93813 0.0 0.0 False
478 2023-11-23 00:00:00+00:00 14.96 15.055 14.67 14.88 14.868095703125 89248 0.0 0.0 False
479 2023-11-24 00:00:00+00:00 14.76 14.9 14.67 14.85 14.8381201171875 118893 0.0 0.0 False
480 2023-11-27 00:00:00+00:00 14.530000000000001 14.86 13.98 13.98 13.968815917968751 129900 0.0 0.0 False
481 2023-11-28 00:00:00+00:00 13.84 14.14 13.19 13.34 13.329327392578126 377366 0.0 0.0 False
482 2023-11-29 00:00:00+00:00 13.200000000000001 14.35 13.200000000000001 13.950000000000001 13.93884033203125 471577 0.0 0.0 False
483 2023-11-30 00:00:00+00:00 13.8 14.11800048828125 13.44 13.68 13.669056396484375 348127 0.0 0.0 False
484 2023-12-01 00:00:00+00:00 13.700000000000001 13.84 13.576400146484374 13.73 13.719016113281251 352771 0.0 0.0 False
485 2023-12-04 00:00:00+00:00 14.0 14.0 13.120000000000001 13.16 13.149471435546875 104065 0.0 0.0 False
486 2023-12-05 00:00:00+00:00 13.07 13.200000000000001 12.6 13.0 12.989599609375 303748 0.0 0.0 False
487 2023-12-06 00:00:00+00:00 12.9 13.26 12.9 13.02 13.009583740234376 681974 0.0 0.0 False
488 2023-12-07 00:00:00+00:00 13.4 13.4 12.56 12.82 12.80974365234375 193151 0.0 0.0 False
489 2023-12-08 00:00:00+00:00 12.85 12.98 12.64 12.76 12.749791259765626 169002 0.0 0.0 False
490 2023-12-11 00:00:00+00:00 12.700000000000001 13.530000000000001 12.700000000000001 13.36 13.3493115234375 316496 0.0 0.0 False
491 2023-12-12 00:00:00+00:00 13.33 13.36 12.948399658203126 13.26 13.24939208984375 279752 0.0 0.0 False
492 2023-12-13 00:00:00+00:00 13.4 13.48 13.16 13.41 13.399271240234375 223452 0.0 0.0 False
493 2023-12-14 00:00:00+00:00 13.8 14.59 13.74 14.3 14.2885595703125 258358 0.0 0.0 False
494 2023-12-15 00:00:00+00:00 13.71 14.31 13.71 14.13 14.1186962890625 433550 0.0 0.0 False
495 2023-12-18 00:00:00+00:00 14.38 15.33740966796875 13.89 15.290000000000001 15.277767333984375 256957 0.0 0.0 False
496 2023-12-19 00:00:00+00:00 15.290000000000001 15.700000000000001 15.040000000000001 15.46 15.4476318359375 152997 0.0 0.0 False
497 2023-12-20 00:00:00+00:00 15.75 15.92 15.33 15.83 15.817335205078125 258981 0.0 0.0 False
498 2023-12-21 00:00:00+00:00 15.73 16.03 15.34 16.02 16.007183837890626 160788 0.0 0.0 False
499 2023-12-22 00:00:00+00:00 16.0 16.543089599609374 15.73 16.35 16.336920166015624 183509 0.0 0.0 False
500 2023-12-27 00:00:00+00:00 16.1 16.95 16.0 16.69 16.67664794921875 332319 0.0 0.0 False
501 2023-12-28 00:00:00+00:00 16.29 16.95 16.0 16.6 16.586719970703125 129658 0.0 0.0 False
502 2023-12-29 00:00:00+00:00 16.66 16.77678955078125 16.606290283203126 16.62 16.6067041015625 54474 0.0 0.0 False
503 2024-01-02 00:00:00+00:00 16.9 16.93 15.950000000000001 15.98 15.967215576171876 433331 0.0 0.0 False
504 2024-01-03 00:00:00+00:00 16.45 16.45 15.583499755859375 15.8 15.787359619140625 212305 0.0 0.0 False
505 2024-01-04 00:00:00+00:00 16.18 16.2 15.32 15.5 15.48760009765625 145849 0.0 0.0 False
506 2024-01-05 00:00:00+00:00 15.43 15.63 14.84 15.34 15.327728271484375 178331 0.0 0.0 False
507 2024-01-08 00:00:00+00:00 15.200000000000001 15.88 15.08 15.3 15.287760009765625 93619 0.0 0.0 False
508 2024-01-09 00:00:00+00:00 15.450000000000001 15.32 15.21 15.280000000000001 15.26777587890625 236053 0.0 0.0 False
509 2024-01-10 00:00:00+00:00 15.21 15.51 15.120000000000001 15.16 15.147872314453124 203338 0.0 0.0 False
510 2024-01-11 00:00:00+00:00 15.21 15.44 14.73 14.73 14.71821533203125 128350 0.0 0.0 False
511 2024-01-12 00:00:00+00:00 14.81 15.3 14.81 15.280000000000001 15.26777587890625 126422 0.0 0.0 False
512 2024-01-15 00:00:00+00:00 15.085 15.32 14.86 14.86 14.848111572265625 86831 0.0 0.0 False
513 2024-01-16 00:00:00+00:00 15.08 15.66 14.91 15.39 15.37768798828125 253055 0.0 0.0 False
514 2024-01-17 00:00:00+00:00 15.040000000000001 15.5 14.450000000000001 14.540000000000001 14.528367919921875 114336 0.0 0.0 False
515 2024-01-18 00:00:00+00:00 14.9 15.22 14.59 15.22 15.207823486328126 175262 0.0 0.0 False
516 2024-01-19 00:00:00+00:00 15.450000000000001 15.450000000000001 14.89 14.89 14.87808837890625 93241 0.0 0.0 False
517 2024-01-22 00:00:00+00:00 15.11 15.15 14.835 15.05 15.037960205078125 92117 0.0 0.0 False
518 2024-01-23 00:00:00+00:00 14.51 15.63 14.51 15.3 15.287760009765625 96389 0.0 0.0 False
519 2024-01-24 00:00:00+00:00 15.530000000000001 15.74 15.200000000000001 15.74 15.7274072265625 278489 0.0 0.0 False
520 2024-01-25 00:00:00+00:00 15.32 15.84550048828125 15.030000000000001 15.55 15.537559814453125 476735 0.0 0.0 False
521 2024-01-26 00:00:00+00:00 15.66 16.11 15.26 15.99 15.977208251953126 417225 0.0 0.0 False
522 2024-01-29 00:00:00+00:00 15.91 16.240000000000002 15.69 16.240000000000002 16.227008056640624 112434 0.0 0.0 False
523 2024-01-30 00:00:00+00:00 16.1 16.740000000000002 16.080000000000002 16.65 16.6366796875 156730 0.0 0.0 False
524 2024-01-31 00:00:00+00:00 15.99 16.84 15.99 16.6 16.586719970703125 249055 0.0 0.0 False
525 2024-02-01 00:00:00+00:00 16.55 16.89 16.44 16.78 16.766575927734376 230759 0.0 0.0 False
526 2024-02-02 00:00:00+00:00 16.69 17.0 16.46 16.46 16.446832275390626 170565 0.0 0.0 False
527 2024-02-05 00:00:00+00:00 16.26 16.79 16.175 16.31 16.296951904296876 130266 0.0 0.0 False
528 2024-02-06 00:00:00+00:00 16.4 17.07 16.38 16.78 16.766575927734376 391036 0.0 0.0 False
529 2024-02-07 00:00:00+00:00 16.7 17.16 16.55 17.09 17.076328125 215847 0.0 0.0 False
530 2024-02-08 00:00:00+00:00 17.150000000000002 17.91 17.150000000000002 17.44 17.42604736328125 450151 0.0 0.0 False
531 2024-02-09 00:00:00+00:00 17.46 17.80198974609375 17.07 17.18 17.166256103515625 242803 0.0 0.0 False
532 2024-02-12 00:00:00+00:00 17.25 17.84 16.96 16.990000000000002 16.976407470703126 563881 0.0 0.0 False
533 2024-02-13 00:00:00+00:00 16.85 16.885140380859376 16.330000000000002 16.51 16.4967919921875 68119 0.0 0.0 False
534 2024-02-14 00:00:00+00:00 16.37 17.17 16.18530029296875 17.03 17.016375732421874 98220 0.0 0.0 False
535 2024-02-15 00:00:00+00:00 16.51 17.39 16.51 16.96 16.946431884765627 102797 0.0 0.0 False
536 2024-02-16 00:00:00+00:00 16.990000000000002 17.330000000000002 16.990000000000002 17.07 17.056343994140626 47249 0.0 0.0 False
537 2024-02-19 00:00:00+00:00 17.07 17.271500244140626 16.82 17.14 17.126287841796877 465791 0.0 0.0 False
538 2024-02-20 00:00:00+00:00 17.0 17.0 16.12 16.12 16.107103271484377 117840 0.0 0.0 False
539 2024-02-21 00:00:00+00:00 16.44 16.52 16.09 16.18 16.1670556640625 616655 0.0 0.0 False
540 2024-02-22 00:00:00+00:00 15.99 16.69 15.5 16.59 16.576727294921874 71029 0.0 0.0 False
541 2024-02-23 00:00:00+00:00 16.61 16.66 15.9 16.2 16.187039794921876 616927 0.0 0.0 False
542 2024-02-26 00:00:00+00:00 15.9 16.24449951171875 15.56 15.700000000000001 15.687440185546876 125089 0.0 0.0 False
543 2024-02-27 00:00:00+00:00 15.5 15.88 15.34 15.57 15.557543945312501 506414 0.0 0.0 False
544 2024-02-28 00:00:00+00:00 15.0 15.6 13.540000000000001 14.46 14.448431396484375 1617451 0.0 0.0 False
545 2024-02-29 00:00:00+00:00 14.700000000000001 14.99 14.27 14.34 14.32852783203125 131744 0.0 0.0 False
546 2024-03-01 00:00:00+00:00 14.52 14.83 14.0 14.68 14.668255615234376 710016 0.0 0.0 False
547 2024-03-04 00:00:00+00:00 14.3 14.790000000000001 14.3 14.450000000000001 14.43843994140625 128631 0.0 0.0 False
548 2024-03-05 00:00:00+00:00 14.43 14.5 14.13 14.3 14.2885595703125 226847 0.0 0.0 False
549 2024-03-06 00:00:00+00:00 14.35 14.6 14.13 14.13 14.1186962890625 245345 0.0 0.0 False
550 2024-03-07 00:00:00+00:00 14.36 14.36 13.55 13.55 13.53916015625 169908 0.0 0.0 False
551 2024-03-08 00:00:00+00:00 13.55 13.84 13.26 13.3 13.2893603515625 591778 0.0 0.0 False
552 2024-03-11 00:00:00+00:00 13.450000000000001 13.6 13.15 13.25 13.2393994140625 537344 0.0 0.0 False
553 2024-03-12 00:00:00+00:00 13.0 13.74 13.0 13.700000000000001 13.689039306640625 652597 0.0 0.0 False
554 2024-03-13 00:00:00+00:00 14.5 15.65 13.521639404296875 13.72 13.7090234375 1195682 0.0 0.0 False
555 2024-03-14 00:00:00+00:00 13.82 14.59 13.34 14.32 14.308543701171875 1126694 0.0 0.0 False
556 2024-03-15 00:00:00+00:00 14.3 14.56 14.02 14.26 14.24859130859375 1525658 0.0 0.0 False
557 2024-03-18 00:00:00+00:00 14.34 14.620000000000001 14.02 14.24 14.228608398437501 462513 0.0 0.0 False
558 2024-03-19 00:00:00+00:00 14.24 14.48 13.81 13.81 13.798951416015626 496898 0.0 0.0 False
559 2024-03-20 00:00:00+00:00 13.83 14.02 12.780000000000001 13.33 13.3193359375 340715 0.0 0.0 False
560 2024-03-21 00:00:00+00:00 13.48 13.809000244140625 13.23 13.34 13.329327392578126 276189 0.0 0.0 False
561 2024-03-22 00:00:00+00:00 13.44 13.58 13.120000000000001 13.13 13.119495849609375 477630 0.0 0.0 False
562 2024-03-25 00:00:00+00:00 13.5 13.5 12.64 12.64 12.629887695312501 437124 0.0 0.0 False
563 2024-03-26 00:00:00+00:00 12.64 13.0 12.410699462890625 12.56 12.549952392578126 1102700 0.0 0.0 False
564 2024-03-27 00:00:00+00:00 12.5 12.77 12.38 12.58 12.569935302734375 1158042 0.0 0.0 False
565 2024-03-28 00:00:00+00:00 12.68 13.32 12.455 13.02 13.009583740234376 672275 0.0 0.0 False
566 2024-04-02 00:00:00+01:00 12.9 13.13 12.38 12.46 12.45003173828125 420287 0.0 0.0 False
567 2024-04-03 00:00:00+01:00 12.280000000000001 12.49 11.99 12.22 12.210223388671876 460217 0.0 0.0 False
568 2024-04-04 00:00:00+01:00 12.200000000000001 12.17 12.0 12.0 11.990400390625 293870 0.0 0.0 False
569 2024-04-05 00:00:00+01:00 11.98 12.037879638671875 11.6 11.65 11.640679931640625 395059 0.0 0.0 False
570 2024-04-08 00:00:00+01:00 11.61 12.120000000000001 11.495000000000001 12.06 12.0503515625 810772 0.0 0.0 False
571 2024-04-09 00:00:00+01:00 12.0 12.15 11.790000000000001 11.91 11.900472412109375 413918 0.0 0.0 False
572 2024-04-10 00:00:00+01:00 11.950000000000001 12.33 11.8725 12.01 12.000391845703126 680979 0.0 0.0 False
573 2024-04-11 00:00:00+01:00 12.08 12.31 11.868509521484375 11.94 11.930447998046875 280220 0.0 0.0 False
574 2024-04-12 00:00:00+01:00 12.06 12.290000000000001 11.4 11.450000000000001 11.44083984375 359653 0.0 0.0 False
575 2024-04-15 00:00:00+01:00 11.41 11.57 11.01 11.4 11.390880126953125 489256 0.0 0.0 False
576 2024-04-16 00:00:00+01:00 11.200000000000001 11.78 11.07 11.51 11.500792236328126 294117 0.0 0.0 False
577 2024-04-17 00:00:00+01:00 11.5 11.81050048828125 11.4 11.620000000000001 11.610704345703125 446216 0.0 0.0 False
578 2024-04-18 00:00:00+01:00 11.43 11.83 11.43 11.71 11.70063232421875 280345 0.0 0.0 False
579 2024-04-19 00:00:00+01:00 11.8 11.8 11.56 11.68 11.670655517578124 187448 0.0 0.0 False
580 2024-04-22 00:00:00+01:00 11.5 12.06 11.5 11.72 11.710623779296876 233273 0.0 0.0 False
581 2024-04-23 00:00:00+01:00 11.870000000000001 11.89 11.72 11.72 11.710623779296876 164436 0.0 0.0 False
582 2024-04-24 00:00:00+01:00 12.08 12.08 11.370000000000001 11.51 11.500792236328126 185184 0.0 0.0 False
583 2024-04-25 00:00:00+01:00 11.700000000000001 11.700000000000001 11.1 11.36 11.350911865234375 295818 0.0 0.0 False
584 2024-04-26 00:00:00+01:00 11.31 11.64 11.230880126953124 11.39 11.380887451171875 144819 0.0 0.0 False
585 2024-04-29 00:00:00+01:00 11.15 11.82 11.15 11.82 11.81054443359375 119071 0.0 0.0 False
586 2024-04-30 00:00:00+01:00 11.98 11.99 11.42 11.5 11.490799560546876 199939 0.0 0.0 False
587 2024-05-01 00:00:00+01:00 12.01 12.01 11.32 11.59 11.5807275390625 165171 0.0 0.0 False
588 2024-05-02 00:00:00+01:00 11.57 11.66 11.3 11.66 11.65067138671875 305855 0.0 0.0 False
589 2024-05-03 00:00:00+01:00 11.85 11.96 11.6 11.75 11.740599365234376 158727 0.0 0.0 False
590 2024-05-07 00:00:00+01:00 12.13 12.19 11.57 11.790000000000001 11.780567626953125 116963 0.0 0.0 False
591 2024-05-08 00:00:00+01:00 12.15 12.804000244140624 11.99 12.67 12.65986328125 362985 0.0 0.0 False
592 2024-05-09 00:00:00+01:00 12.65 12.71 12.18 12.66 12.649871826171875 261229 0.0 0.0 False
593 2024-05-10 00:00:00+01:00 12.47 12.97 12.47 12.89 12.879687500000001 187666 0.0 0.0 False
594 2024-05-13 00:00:00+01:00 12.8 13.120000000000001 12.58 12.8 12.789759521484376 164449 0.0 0.0 False
595 2024-05-14 00:00:00+01:00 12.6 13.237950439453126 12.6 13.08 13.0695361328125 166908 0.0 0.0 False
596 2024-05-15 00:00:00+01:00 13.36 13.48 13.030000000000001 13.450000000000001 13.439239501953125 178857 0.0 0.0 False
597 2024-05-16 00:00:00+01:00 13.450000000000001 14.0 13.450000000000001 14.0 13.988800048828125 314200 0.0 0.0 False
598 2024-05-17 00:00:00+01:00 14.13 14.8 13.780000000000001 14.700000000000001 14.68823974609375 558689 0.0 0.0 False
599 2024-05-20 00:00:00+01:00 24.5 24.98 22.82 22.82 22.8017431640625 8292215 0.0 0.0 False
600 2024-05-21 00:00:00+01:00 23.02 23.44 22.400000000000002 22.56 22.54195068359375 1407097 0.0 0.0 False
601 2024-05-22 00:00:00+01:00 22.46 22.64 22.0 22.0 21.98239990234375 723017 0.0 0.0 False
602 2024-05-23 00:00:00+01:00 21.98 22.47597900390625 21.62 22.3 22.3 1522184 0.0176 0.0 True
603 2024-05-24 00:00:00+01:00 22.240000000000002 22.3 21.68 22.14 22.14 644971 0.0 0.0 False
604 2024-05-28 00:00:00+01:00 22.2 22.6 22.06 22.5 22.5 311246 0.0 0.0 False
605 2024-05-29 00:00:00+01:00 22.48 22.6010009765625 22.16 22.3 22.3 1482854 0.0 0.0 False
606 2024-05-30 00:00:00+01:00 22.5 22.62 22.3 22.32 22.32 138373 0.0 0.0 False
607 2024-05-31 00:00:00+01:00 22.0 22.48 22.0 22.34 22.34 695505 0.0 0.0 False
608 2024-06-03 00:00:00+01:00 22.2 22.48 22.1 22.36 22.36 148218 0.0 0.0 False
609 2024-06-04 00:00:00+01:00 22.36 22.36 21.75 22.0 22.0 1289764 0.0 0.0 False
610 2024-06-05 00:00:00+01:00 22.36 22.36 21.8 22.02 22.02 295325 0.0 0.0 False
611 2024-06-06 00:00:00+01:00 22.02 22.145700683593752 21.78 22.04 22.04 463598 0.0 0.0 False
612 2024-06-07 00:00:00+01:00 22.1 22.2 21.740000000000002 21.98 21.98 799873 0.0 0.0 False
613 2024-06-10 00:00:00+01:00 21.900000000000002 22.02 21.64 21.64 21.64 588812 0.0 0.0 False
614 2024-06-11 00:00:00+01:00 21.84 22.1 21.400000000000002 21.42 21.42 323278 0.0 0.0 False
615 2024-06-12 00:00:00+01:00 21.72 21.72 21.2 21.5 21.5 961776 0.0 0.0 False
616 2024-06-13 00:00:00+01:00 21.7 21.7 21.0 21.36 21.36 731949 0.0 0.0 False
617 2024-06-14 00:00:00+01:00 21.72 22.62 21.435 22.62 22.62 1564845 0.0 0.0 False
618 2024-06-17 00:00:00+01:00 22.42 22.60555908203125 22.05300048828125 22.3 22.3 543001 0.0 0.0 False
619 2024-06-18 00:00:00+01:00 22.5 22.5 22.011999511718752 22.28 22.28 302283 0.0 0.0 False
620 2024-06-19 00:00:00+01:00 22.0 22.36 21.94 22.0 22.0 261639 0.0 0.0 False
621 2024-06-20 00:00:00+01:00 22.5 22.5 21.900000000000002 22.400000000000002 22.400000000000002 298140 0.0 0.0 False
622 2024-06-21 00:00:00+01:00 22.5 22.900000000000002 22.22 22.38 22.38 374718 0.0 0.0 False
623 2024-06-24 00:00:00+01:00 22.400000000000002 22.62 22.2 22.38 22.38 182607 0.0 0.0 False
624 2024-06-25 00:00:00+01:00 22.3 22.32 21.32049072265625 21.92 21.92 1156786 0.0 0.0 False
625 2024-06-26 00:00:00+01:00 22.0 22.0 21.44 21.740000000000002 21.740000000000002 1321707 0.0 0.0 False
626 2024-06-27 00:00:00+01:00 21.86 21.92 21.6 21.78 21.78 1192605 0.0 0.0 False
627 2024-06-28 00:00:00+01:00 23.1 23.21093994140625 22.88800048828125 23.12 23.12 5166863 0.0 0.0 False
628 2024-07-01 00:00:00+01:00 23.26 23.26 23.06 23.080000000000002 23.080000000000002 904708 0.0 0.0 False
629 2024-07-02 00:00:00+01:00 23.080000000000002 23.240000000000002 23.06 23.18 23.18 800296 0.0 0.0 False
630 2024-07-03 00:00:00+01:00 23.84 23.900000000000002 23.78333984375 23.900000000000002 23.900000000000002 8961383 0.0 0.0 False
631 2024-07-04 00:00:00+01:00 23.92 23.94 23.83340087890625 23.86 23.86 1175939 0.0 0.0 False
632 2024-07-05 00:00:00+01:00 23.900000000000002 23.96 23.86 23.88 23.88 969052 0.0 0.0 False
633 2024-07-08 00:00:00+01:00 23.88 24.060000000000002 23.88 23.88 23.88 420214 0.0 0.0 False
634 2024-07-09 00:00:00+01:00 23.92 23.96 23.86 23.900000000000002 23.900000000000002 1264139 0.0 0.0 False
635 2024-07-10 00:00:00+01:00 23.88 23.94 23.88 23.900000000000002 23.900000000000002 371085 0.0 0.0 False
636 2024-07-11 00:00:00+01:00 23.84 23.92 23.82 23.82 23.82 458586 0.0 0.0 False
637 2024-07-12 00:00:00+01:00 23.82 23.88 23.82 23.88 23.88 681277 0.0 0.0 False
638 2024-07-15 00:00:00+01:00 23.84 23.88 23.84 23.86 23.86 739304 0.0 0.0 False
639 2024-07-16 00:00:00+01:00 23.88 23.883859863281252 23.84 23.86 23.86 1130090 0.0 0.0 False
640 2024-07-17 00:00:00+01:00 23.88 23.88 23.86 23.86 23.86 755831 0.0 0.0 False
641 2024-07-18 00:00:00+01:00 23.88 23.900000000000002 23.86 23.900000000000002 23.900000000000002 960170 0.0 0.0 False
642 2024-07-19 00:00:00+01:00 23.900000000000002 23.94 23.86 23.94 23.94 195271 0.0 0.0 False
643 2024-07-22 00:00:00+01:00 23.88 23.92 23.8 23.84 23.84 3036352 0.0 0.0 False
644 2024-07-23 00:00:00+01:00 23.82 23.86 23.8 23.82 23.82 1083480 0.0 0.0 False
645 2024-07-24 00:00:00+01:00 23.84 23.88 23.8 23.8 23.8 1445489 0.0 0.0 False
646 2024-07-25 00:00:00+01:00 23.84 23.900000000000002 23.8 23.8 23.8 582850 0.0 0.0 False
647 2024-07-26 00:00:00+01:00 23.96 23.96 23.8 23.8 23.8 675264 0.0 0.0 False
648 2024-07-29 00:00:00+01:00 23.84 23.88 23.5783203125 23.84 23.84 1403210 0.0 0.0 False
649 2024-07-30 00:00:00+01:00 23.84 23.88 23.82 23.84 23.84 1286201 0.0 0.0 False
650 2024-07-31 00:00:00+01:00 23.86 23.88 23.82 23.88 23.88 308556 0.0 0.0 False
651 2024-08-01 00:00:00+01:00 23.900000000000002 23.900000000000002 23.84 23.84 23.84 139383 0.0 0.0 False
652 2024-08-02 00:00:00+01:00 24.2 24.2 23.84 23.84 23.84 402227 0.0 0.0 False
653 2024-08-05 00:00:00+01:00 23.84 23.88 23.8 23.88 23.88 2543161 0.0 0.0 False
654 2024-08-06 00:00:00+01:00 23.900000000000002 24.060000000000002 23.82 23.88 23.88 805371 0.0 0.0 False
655 2024-08-07 00:00:00+01:00 23.900000000000002 23.92 23.84 23.86 23.86 1753790 0.0 0.0 False
656 2024-08-08 00:00:00+01:00 23.86 23.92 23.86 23.88 23.88 191998 0.0 0.0 False
657 2024-08-09 00:00:00+01:00 23.900000000000002 23.98 23.86 23.98 23.98 289215 0.0 0.0 False
658 2024-08-12 00:00:00+01:00 23.96 24.0 23.92 24.0 24.0 513766 0.0 0.0 False
659 2024-08-13 00:00:00+01:00 24.0 24.04 23.94 24.04 24.04 185320 0.0 0.0 False
660 2024-08-14 00:00:00+01:00 24.0 24.3 23.96 24.3 24.3 300442 0.0 0.0 False
661 2024-08-15 00:00:00+01:00 24.1 24.12 24.0 24.02 24.02 222740 0.0 0.0 False
662 2024-08-16 00:00:00+01:00 24.1 24.1 23.98 23.98 23.98 255770 0.0 0.0 False
663 2024-08-19 00:00:00+01:00 24.080000000000002 24.080000000000002 23.96 24.0 24.0 229725 0.0 0.0 False
664 2024-08-20 00:00:00+01:00 24.0 24.04 23.98 24.0 24.0 261084 0.0 0.0 False
665 2024-08-21 00:00:00+01:00 24.080000000000002 24.080000000000002 23.98 24.060000000000002 24.060000000000002 1086506 0.0 0.0 False
666 2024-08-22 00:00:00+01:00 24.080000000000002 24.080000000000002 24.02 24.04 24.04 106190 0.0 0.0 False

View File

@@ -1,666 +0,0 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-04 00:00:00+00:00,29.46,29.98,28.52,28.66,28.567705078125,169521,0.0,0.0
2022-01-05 00:00:00+00:00,30.0,30.0,28.46,28.900000000000002,28.80693115234375,128698,0.0,0.0
2022-01-06 00:00:00+00:00,28.2,28.560000000000002,27.5,27.82,27.730410156250002,374659,0.0,0.0
2022-01-07 00:00:00+00:00,28.3,28.3,27.400000000000002,27.46,27.3715673828125,80410,0.0,0.0
2022-01-10 00:00:00+00:00,28.16,28.240000000000002,26.2,26.580000000000002,26.49440185546875,135881,0.0,0.0
2022-01-11 00:00:00+00:00,25.92,27.060000000000002,25.92,26.72,26.6339501953125,71414,0.0,0.0
2022-01-12 00:00:00+00:00,26.72,26.96,26.060000000000002,26.8,26.7136962890625,68611,0.0,0.0
2022-01-13 00:00:00+00:00,26.72,27.3239990234375,26.6,27.2,27.1124072265625,155917,0.0,0.0
2022-01-14 00:00:00+00:00,27.52,27.52,26.36,26.560000000000002,26.4744677734375,66402,0.0,0.0
2022-01-17 00:00:00+00:00,27.02,27.22,26.28,27.22,27.13234130859375,60092,0.0,0.0
2022-01-18 00:00:00+00:00,27.66,27.66,26.0,26.86,26.773500976562502,128385,0.0,0.0
2022-01-19 00:00:00+00:00,27.0,27.46,26.7,27.2,27.1124072265625,75141,0.0,0.0
2022-01-20 00:00:00+00:00,26.900000000000002,27.7,26.81172119140625,27.54,27.45131103515625,99304,0.0,0.0
2022-01-21 00:00:00+00:00,27.26,27.88,26.214208984375002,26.38,26.295048828125,123570,0.0,0.0
2022-01-24 00:00:00+00:00,26.14,26.261599121093752,24.72,24.88,24.7998779296875,148794,0.0,0.0
2022-01-25 00:00:00+00:00,24.92,25.2,24.580000000000002,24.580000000000002,24.50084228515625,94318,0.0,0.0
2022-01-26 00:00:00+00:00,25.52,25.52,24.400000000000002,24.66,24.58058837890625,265198,0.0,0.0
2022-01-27 00:00:00+00:00,24.66,25.12669921875,24.400000000000002,24.82,24.74007080078125,248811,0.0,0.0
2022-01-28 00:00:00+00:00,24.7,24.88,24.1,24.32,24.241682128906252,146209,0.0,0.0
2022-01-31 00:00:00+00:00,25.3,25.46,24.3,25.2,25.118845214843752,495745,0.0,0.0
2022-02-01 00:00:00+00:00,25.580000000000002,26.78,25.580000000000002,26.7,26.614016113281252,426366,0.0,0.0
2022-02-02 00:00:00+00:00,25.5,27.28,25.5,26.38,26.295048828125,134118,0.0,0.0
2022-02-03 00:00:00+00:00,26.28,26.3639990234375,24.82,24.88,24.7998779296875,168782,0.0,0.0
2022-02-04 00:00:00+00:00,24.6,25.14,24.400000000000002,24.76,24.680263671875,110543,0.0,0.0
2022-02-07 00:00:00+00:00,25.04,25.04,24.54,24.54,24.4609716796875,163853,0.0,0.0
2022-02-08 00:00:00+00:00,24.64,24.64,23.8,24.12,24.04232421875,146007,0.0,0.0
2022-02-09 00:00:00+00:00,24.5,24.98,24.3,24.7,24.62045654296875,130747,0.0,0.0
2022-02-10 00:00:00+00:00,24.52,24.7,24.080000000000002,24.46,24.38123046875,113862,0.0,0.0
2022-02-11 00:00:00+00:00,24.5,24.72,24.1,24.42,24.341357421875,87108,0.0,0.0
2022-02-14 00:00:00+00:00,24.42,24.42,23.34,23.98,23.9027783203125,79188,0.0,0.0
2022-02-15 00:00:00+00:00,23.86,24.560000000000002,23.54,24.22,24.142004394531252,175846,0.0,0.0
2022-02-16 00:00:00+00:00,24.580000000000002,24.580000000000002,23.76,23.98,23.9027783203125,62392,0.0,0.0
2022-02-17 00:00:00+00:00,24.78,24.78,23.86,23.86,23.78316162109375,111791,0.0,0.0
2022-02-18 00:00:00+00:00,23.84,23.94760009765625,23.36,23.48,23.4043896484375,61467,0.0,0.0
2022-02-21 00:00:00+00:00,23.46,23.64919921875,22.82,23.080000000000002,23.005673828125,71820,0.0,0.0
2022-02-22 00:00:00+00:00,24.18,24.18,22.54,23.38,23.30470703125,75721,0.0,0.0
2022-02-23 00:00:00+00:00,23.78,24.04,23.02,23.02,22.945869140625,122317,0.0,0.0
2022-02-24 00:00:00+00:00,23.3,23.3,21.96,22.52,22.44747802734375,241118,0.0,0.0
2022-02-25 00:00:00+00:00,23.0,23.56,22.66,23.32,23.24490234375,147148,0.0,0.0
2022-02-28 00:00:00+00:00,22.36,24.14,22.36,24.14,24.0622607421875,226698,0.0,0.0
2022-03-01 00:00:00+00:00,24.080000000000002,24.22,23.5,23.5,23.4243212890625,218356,0.0,0.0
2022-03-02 00:00:00+00:00,23.7,23.900000000000002,23.26,23.62,23.543935546875,87219,0.0,0.0
2022-03-03 00:00:00+00:00,23.26,23.8,22.14,22.14,22.06870361328125,137377,0.0,0.0
2022-03-04 00:00:00+00:00,22.3,22.92,20.740000000000002,20.740000000000002,20.6732080078125,173972,0.0,0.0
2022-03-07 00:00:00+00:00,20.740000000000002,21.14,19.5,20.3,20.23462646484375,282380,0.0,0.0
2022-03-08 00:00:00+00:00,20.3,20.82,19.52,19.52,19.457138671875,268763,0.0,0.0
2022-03-09 00:00:00+00:00,20.0,21.02,19.73,21.02,20.9523095703125,624876,0.0,0.0
2022-03-10 00:00:00+00:00,21.22,21.22,20.38,20.44,20.374176025390625,266261,0.0,0.0
2022-03-11 00:00:00+00:00,20.66,21.52,20.46,20.900000000000002,20.8326953125,139879,0.0,0.0
2022-03-14 00:00:00+00:00,21.5,21.88,21.1,21.580000000000002,21.51050537109375,87051,0.0,0.0
2022-03-15 00:00:00+00:00,20.72,21.48,20.72,20.96,20.89250244140625,86783,0.0,0.0
2022-03-16 00:00:00+00:00,21.580000000000002,22.72,21.36,22.48,22.40760498046875,118783,0.0,0.0
2022-03-17 00:00:00+00:00,21.68,22.7,21.68,22.46,22.387670898437502,86717,0.0,0.0
2022-03-18 00:00:00+00:00,21.76,23.32,21.76,23.18,23.10535400390625,147084,0.0,0.0
2022-03-21 00:00:00+00:00,23.400000000000002,23.400000000000002,22.26,22.62,22.547155761718752,290436,0.0,0.0
2022-03-22 00:00:00+00:00,23.22,23.22,21.94,22.0,21.92915283203125,89172,0.0,0.0
2022-03-23 00:00:00+00:00,21.68,22.7,21.68,22.56,22.487348632812502,83842,0.0,0.0
2022-03-24 00:00:00+00:00,21.42,22.64,21.400000000000002,22.400000000000002,22.327863769531252,121267,0.0,0.0
2022-03-25 00:00:00+00:00,22.5,23.1,21.92,22.66,22.58702880859375,192618,0.0,0.0
2022-03-28 00:00:00+01:00,22.14,23.32,22.14,22.86,22.7863818359375,109333,0.0,0.0
2022-03-29 00:00:00+01:00,23.02,23.511201171875,22.8360009765625,23.38,23.30470703125,85895,0.0,0.0
2022-03-30 00:00:00+01:00,23.82,25.740000000000002,23.82,25.740000000000002,25.657106933593752,571137,0.0,0.0
2022-03-31 00:00:00+01:00,25.68,26.2,25.0,26.2,26.115625,458165,0.0,0.0
2022-04-01 00:00:00+01:00,26.32,26.34,25.580000000000002,25.580000000000002,25.497622070312502,206616,0.0,0.0
2022-04-04 00:00:00+01:00,26.400000000000002,26.400000000000002,25.2,25.92,25.836530761718752,150039,0.0,0.0
2022-04-05 00:00:00+01:00,25.94,26.92,25.900000000000002,26.46,26.37478759765625,2241719,0.0,0.0
2022-04-06 00:00:00+01:00,26.62,26.98,26.32,26.52,26.4345947265625,178598,0.0,0.0
2022-04-07 00:00:00+01:00,26.86,27.62,26.44,27.18,27.092470703125002,191304,0.0,0.0
2022-04-08 00:00:00+01:00,27.52,27.72489990234375,26.52,26.62,26.5342724609375,131026,0.0,0.0
2022-04-11 00:00:00+01:00,26.560000000000002,26.692480468750002,25.88,26.0,25.916269531250002,106445,0.0,0.0
2022-04-12 00:00:00+01:00,26.0,26.580000000000002,26.0,26.28,26.19536865234375,134222,0.0,0.0
2022-04-13 00:00:00+01:00,26.62,26.62,25.92,26.3,26.215307617187502,151567,0.0,0.0
2022-04-14 00:00:00+01:00,26.240000000000002,26.52,25.79534912109375,26.0,25.916269531250002,203268,0.0,0.0
2022-04-19 00:00:00+01:00,25.8,26.060000000000002,24.96,25.54,25.45775146484375,202763,0.0,0.0
2022-04-20 00:00:00+01:00,25.740000000000002,25.740000000000002,25.12,25.12,25.03910400390625,133972,0.0,0.0
2022-04-21 00:00:00+01:00,25.22,25.62,25.1,25.2,25.118845214843752,134423,0.0,0.0
2022-04-22 00:00:00+01:00,24.62,25.38,24.62,25.02,24.93942626953125,148749,0.0,0.0
2022-04-25 00:00:00+01:00,24.38,24.86,24.18,24.400000000000002,24.32142333984375,283575,0.0,0.0
2022-04-26 00:00:00+01:00,24.3,24.82,24.22,24.3,24.221748046875,271554,0.0,0.0
2022-04-27 00:00:00+01:00,24.0,24.94,23.2,23.46,23.38445068359375,147954,0.0,0.0
2022-04-28 00:00:00+01:00,23.48,23.90139892578125,23.42,23.76,23.68348388671875,98816,0.0,0.0
2022-04-29 00:00:00+01:00,23.22,24.16,23.2,24.04,23.9625830078125,139578,0.0,0.0
2022-05-03 00:00:00+01:00,23.6,24.3,23.18,23.48,23.4043896484375,181511,0.0,0.0
2022-05-04 00:00:00+01:00,23.16,23.26,22.24698974609375,22.44,22.36773681640625,199215,0.0,0.0
2022-05-05 00:00:00+01:00,23.52,23.52,22.18,22.26,22.18831298828125,468283,0.0,0.0
2022-05-06 00:00:00+01:00,21.900000000000002,22.06,21.5,22.0,21.92915283203125,119246,0.0,0.0
2022-05-09 00:00:00+01:00,21.88,21.89320068359375,20.8,21.14,21.071923828125,216918,0.0,0.0
2022-05-10 00:00:00+01:00,21.3,22.02,21.14,21.52,21.45069580078125,175912,0.0,0.0
2022-05-11 00:00:00+01:00,22.080000000000002,22.6,21.48,21.92,21.84941162109375,161619,0.0,0.0
2022-05-12 00:00:00+01:00,21.54,22.0,21.0,21.96,21.88927978515625,162789,0.0,0.0
2022-05-13 00:00:00+01:00,22.0,22.580000000000002,21.88,22.400000000000002,22.327863769531252,136027,0.0,0.0
2022-05-16 00:00:00+01:00,22.28,22.32,21.66,21.88,21.80953857421875,169593,0.0,0.0
2022-05-17 00:00:00+01:00,21.94,22.1,21.580000000000002,21.8,21.729794921875,230442,0.0,0.0
2022-05-18 00:00:00+01:00,22.76,22.76,21.34,21.36,21.29121337890625,218130,0.0,0.0
2022-05-19 00:00:00+01:00,21.56,21.900000000000002,20.82,21.82,21.74972900390625,161985,0.0,0.0
2022-05-20 00:00:00+01:00,21.88,22.5,21.7,21.76,21.689924316406252,108143,0.0,0.0
2022-05-23 00:00:00+01:00,21.7,22.26,21.68,21.84,21.76966796875,114671,0.0,0.0
2022-05-24 00:00:00+01:00,22.0,22.0,21.22,21.34,21.271276855468752,80311,0.0,0.0
2022-05-25 00:00:00+01:00,21.44,22.240000000000002,21.3510009765625,21.94,21.869345703125,108379,0.0,0.0
2022-05-26 00:00:00+01:00,22.240000000000002,22.240000000000002,21.66,22.080000000000002,22.02344970703125,54302,1.45,0.0
2022-05-27 00:00:00+01:00,22.14,22.68,22.04,22.5,22.44237548828125,84161,0.0,0.0
2022-05-30 00:00:00+01:00,22.8,23.1,22.5,22.68,22.62191162109375,92952,0.0,0.0
2022-05-31 00:00:00+01:00,22.0,23.56,22.0,23.42,23.36001953125,260541,0.0,0.0
2022-06-01 00:00:00+01:00,23.52,23.76,22.96,23.48,23.4198681640625,169299,0.0,0.0
2022-06-06 00:00:00+01:00,23.52,23.76,23.080000000000002,23.56,23.49966064453125,62642,0.0,0.0
2022-06-07 00:00:00+01:00,22.62,23.92,22.62,23.8,23.73904541015625,131089,0.0,0.0
2022-06-08 00:00:00+01:00,23.88,24.22,23.88,24.060000000000002,23.99837646484375,144324,0.0,0.0
2022-06-09 00:00:00+01:00,23.72,24.740000000000002,23.48300048828125,24.32,24.25771484375,197024,0.0,0.0
2022-06-10 00:00:00+01:00,24.18,24.5,23.68,23.900000000000002,23.838789062500002,391211,0.0,0.0
2022-06-13 00:00:00+01:00,23.78,24.0,22.88,23.2,23.1405810546875,389306,0.0,0.0
2022-06-14 00:00:00+01:00,23.18,23.34,22.92,23.04,22.9809912109375,168973,0.0,0.0
2022-06-15 00:00:00+01:00,22.6,23.18,21.580000000000002,22.26,22.20298828125,159033,0.0,0.0
2022-06-16 00:00:00+01:00,22.54,22.54,21.82,21.92,21.86385986328125,154582,0.0,0.0
2022-06-17 00:00:00+01:00,22.02,22.62,22.0,22.56,22.50221923828125,162701,0.0,0.0
2022-06-20 00:00:00+01:00,22.54,22.7643994140625,22.3,22.46,22.402475585937502,48492,0.0,0.0
2022-06-21 00:00:00+01:00,22.52,23.1,22.34,22.740000000000002,22.68176025390625,131960,0.0,0.0
2022-06-22 00:00:00+01:00,22.94,23.12,22.03,22.96,22.90119873046875,67403,0.0,0.0
2022-06-23 00:00:00+01:00,23.5,23.5,21.88,22.240000000000002,22.18303955078125,191595,0.0,0.0
2022-06-24 00:00:00+01:00,22.8,23.34,22.580000000000002,23.1,23.04083740234375,186503,0.0,0.0
2022-06-27 00:00:00+01:00,23.080000000000002,23.34,22.78,22.900000000000002,22.84135009765625,75108,0.0,0.0
2022-06-28 00:00:00+01:00,22.84,23.14,22.42,22.6,22.542119140625,95713,0.0,0.0
2022-06-29 00:00:00+01:00,22.44,22.580000000000002,21.76,21.8,21.7441650390625,143179,0.0,0.0
2022-06-30 00:00:00+01:00,21.38,22.0,21.38,21.94,21.88380859375,143371,0.0,0.0
2022-07-01 00:00:00+01:00,21.0,22.3,21.0,22.14,22.08329833984375,151912,0.0,0.0
2022-07-04 00:00:00+01:00,22.96,23.12,21.76,21.86,21.80401123046875,163031,0.0,0.0
2022-07-05 00:00:00+01:00,21.8,22.26,21.1,21.54,21.484833984375,87873,0.0,0.0
2022-07-06 00:00:00+01:00,21.8,22.54,21.8,22.5,22.44237548828125,192002,0.0,0.0
2022-07-07 00:00:00+01:00,22.740000000000002,22.86,22.44739990234375,22.68,22.62191162109375,44045,0.0,0.0
2022-07-08 00:00:00+01:00,22.7,23.1,22.38,23.0,22.94109375,54169,0.0,0.0
2022-07-11 00:00:00+01:00,23.0,23.240000000000002,22.68,23.02,22.961042480468752,28404,0.0,0.0
2022-07-12 00:00:00+01:00,23.48,23.48,22.38,22.400000000000002,22.34262939453125,58069,0.0,0.0
2022-07-13 00:00:00+01:00,21.98,22.42,21.54,22.2,22.14314208984375,171315,0.0,0.0
2022-07-14 00:00:00+01:00,21.6,22.28739990234375,21.42,21.8,21.7441650390625,69105,0.0,0.0
2022-07-15 00:00:00+01:00,22.240000000000002,22.46,21.42,22.38,22.3226806640625,37962,0.0,0.0
2022-07-18 00:00:00+01:00,22.52,23.26,22.52,23.1,23.04083740234375,57375,0.0,0.0
2022-07-19 00:00:00+01:00,22.86,23.240000000000002,22.86,23.080000000000002,23.020888671875,111888,0.0,0.0
2022-07-20 00:00:00+01:00,23.32,23.7,23.27,23.64,23.579453125,101102,0.0,0.0
2022-07-21 00:00:00+01:00,23.6,24.3,23.52,24.3,24.23776123046875,94675,0.0,0.0
2022-07-22 00:00:00+01:00,24.22,24.66,24.14,24.28,24.21781494140625,106841,0.0,0.0
2022-07-25 00:00:00+01:00,24.26,24.42,23.96,24.04,23.978430175781252,156132,0.0,0.0
2022-07-26 00:00:00+01:00,24.1,24.1,23.56,23.56,23.49966064453125,100895,0.0,0.0
2022-07-27 00:00:00+01:00,23.48,23.94,23.44,23.580000000000002,23.51960693359375,147619,0.0,0.0
2022-07-28 00:00:00+01:00,24.32,24.400000000000002,23.84,24.400000000000002,24.337509765625,68667,0.0,0.0
2022-07-29 00:00:00+01:00,24.28,25.48,24.26,25.14,25.075615234375,215529,0.0,0.0
2022-08-01 00:00:00+01:00,26.0,26.0,24.6,24.900000000000002,24.83622802734375,67096,0.0,0.0
2022-08-02 00:00:00+01:00,24.86,24.900000000000002,24.3,24.52,24.45719970703125,44575,0.0,0.0
2022-08-03 00:00:00+01:00,25.400000000000002,27.664499511718752,24.740000000000002,27.0,26.93084716796875,363560,0.0,0.0
2022-08-04 00:00:00+01:00,26.96,27.06300048828125,25.98,26.42,26.35233642578125,390933,0.0,0.0
2022-08-05 00:00:00+01:00,26.28,27.1,26.22,26.54,26.4720263671875,281941,0.0,0.0
2022-08-08 00:00:00+01:00,26.26,26.84,25.740000000000002,26.02,25.953359375,119579,0.0,0.0
2022-08-09 00:00:00+01:00,26.0,26.12,25.400000000000002,25.42,25.354895019531252,81157,0.0,0.0
2022-08-10 00:00:00+01:00,26.0,26.361459960937502,24.84,26.240000000000002,26.17279541015625,236333,0.0,0.0
2022-08-11 00:00:00+01:00,26.22,26.52,25.94,26.26,26.192744140625,202521,0.0,0.0
2022-08-12 00:00:00+01:00,26.740000000000002,26.76,26.12,26.68,26.611669921875002,94373,0.0,0.0
2022-08-15 00:00:00+01:00,26.0,26.92,25.66,26.68,26.611669921875002,130154,0.0,0.0
2022-08-16 00:00:00+01:00,26.1,26.86,25.34,25.580000000000002,25.51448486328125,220905,0.0,0.0
2022-08-17 00:00:00+01:00,25.66,26.2,25.32,25.740000000000002,25.6740771484375,194549,0.0,0.0
2022-08-18 00:00:00+01:00,25.740000000000002,25.8,25.42,25.8,25.733923339843752,73907,0.0,0.0
2022-08-19 00:00:00+01:00,25.64,25.7,24.38,24.38,24.31755859375,161331,0.0,0.0
2022-08-22 00:00:00+01:00,24.2,24.42,23.84,24.14,24.078173828125,309805,0.0,0.0
2022-08-23 00:00:00+01:00,24.2,24.2,23.34,23.42,23.36001953125,169026,0.0,0.0
2022-08-24 00:00:00+01:00,24.44,24.44,23.240000000000002,24.080000000000002,24.01832763671875,213735,0.0,0.0
2022-08-25 00:00:00+01:00,24.34,24.76,24.14,24.560000000000002,24.49709716796875,103565,0.0,0.0
2022-08-26 00:00:00+01:00,24.68,25.84,24.418798828125002,24.48,24.41730224609375,111767,0.0,0.0
2022-08-30 00:00:00+01:00,25.0,25.32,24.28,24.64,24.57689208984375,114667,0.0,0.0
2022-08-31 00:00:00+01:00,24.3,25.14,24.26,24.86,24.79633056640625,159278,0.0,0.0
2022-09-01 00:00:00+01:00,24.84,24.84,23.28,23.5,23.439814453125,75741,0.0,0.0
2022-09-02 00:00:00+01:00,23.8,23.900000000000002,23.32,23.86,23.7988916015625,161878,0.0,0.0
2022-09-05 00:00:00+01:00,23.54,24.04,23.19093994140625,23.5,23.439814453125,89772,0.0,0.0
2022-09-06 00:00:00+01:00,23.54,24.02,23.31,23.580000000000002,23.51960693359375,71477,0.0,0.0
2022-09-07 00:00:00+01:00,23.0,23.72,23.0,23.48,23.4198681640625,97993,0.0,0.0
2022-09-08 00:00:00+01:00,23.400000000000002,23.86,23.12,23.86,23.7988916015625,192900,0.0,0.0
2022-09-09 00:00:00+01:00,23.7,24.240000000000002,23.67845947265625,24.16,24.09812255859375,59221,0.0,0.0
2022-09-12 00:00:00+01:00,24.400000000000002,24.400000000000002,23.82,24.04,23.978430175781252,76307,0.0,0.0
2022-09-13 00:00:00+01:00,24.0,24.76,23.66,23.66,23.599404296875,155869,0.0,0.0
2022-09-14 00:00:00+01:00,23.66,24.34,23.54,23.84,23.77894287109375,120233,0.0,0.0
2022-09-15 00:00:00+01:00,23.22,23.88,23.18,23.34,23.280222167968752,297665,0.0,0.0
2022-09-16 00:00:00+01:00,23.26,23.32,22.900000000000002,22.92,22.861298828125,144960,0.0,0.0
2022-09-20 00:00:00+01:00,22.94,24.04,22.6,23.5,23.439814453125,317042,0.0,0.0
2022-09-21 00:00:00+01:00,23.84,24.36,21.86,23.12,23.0607861328125,273104,0.0,0.0
2022-09-22 00:00:00+01:00,23.02,23.46,22.8,23.240000000000002,23.180478515625,330760,0.0,0.0
2022-09-23 00:00:00+01:00,23.02,23.14,21.900000000000002,22.56,22.50221923828125,152226,0.0,0.0
2022-09-26 00:00:00+01:00,22.1,22.98,22.1,22.68,22.62191162109375,160292,0.0,0.0
2022-09-27 00:00:00+01:00,22.92,23.52,22.82,22.82,22.761552734375,170562,0.0,0.0
2022-09-28 00:00:00+01:00,22.1,23.06,21.98,22.86,22.8014501953125,115333,0.0,0.0
2022-09-29 00:00:00+01:00,22.84,22.900000000000002,22.04,22.36,22.302734375,131444,0.0,0.0
2022-09-30 00:00:00+01:00,22.7,23.18,22.0,22.98,22.92114501953125,721076,0.0,0.0
2022-10-03 00:00:00+01:00,22.0,23.740000000000002,22.0,23.6,23.5395556640625,411048,0.0,0.0
2022-10-04 00:00:00+01:00,23.14,24.82,23.14,24.48,24.41730224609375,359955,0.0,0.0
2022-10-05 00:00:00+01:00,24.6,24.6,23.38,23.66,23.599404296875,787207,0.0,0.0
2022-10-06 00:00:00+01:00,23.3,24.36,23.3,24.16,24.105966796875002,179826,0.77,0.0
2022-10-07 00:00:00+01:00,24.32,24.32,23.12,23.28,23.2279345703125,182711,0.0,0.0
2022-10-10 00:00:00+01:00,23.0,23.28,22.240000000000002,22.44,22.389814453125002,138462,0.0,0.0
2022-10-11 00:00:00+01:00,22.38,22.72,22.1,22.18,22.13039306640625,148515,0.0,0.0
2022-10-12 00:00:00+01:00,23.12,23.12,21.88,22.16,22.110439453125,162450,0.0,0.0
2022-10-13 00:00:00+01:00,22.740000000000002,22.740000000000002,21.12,21.900000000000002,21.851022949218752,326778,0.0,0.0
2022-10-14 00:00:00+01:00,22.0,22.76,21.82,22.5,22.449682617187502,161983,0.0,0.0
2022-10-17 00:00:00+01:00,22.86,23.01260009765625,22.2,22.94,22.8886962890625,116551,0.0,0.0
2022-10-18 00:00:00+01:00,22.26,23.38,22.26,23.12,23.06829345703125,141461,0.0,0.0
2022-10-19 00:00:00+01:00,23.0,23.16,22.240000000000002,22.36,22.30999267578125,104562,0.0,0.0
2022-10-20 00:00:00+01:00,22.38,22.72,21.82,22.5,22.449682617187502,152158,0.0,0.0
2022-10-21 00:00:00+01:00,22.5,23.1,22.28,23.0,22.94856201171875,104972,0.0,0.0
2022-10-24 00:00:00+01:00,23.02,23.900000000000002,23.0,23.38,23.32771240234375,159898,0.0,0.0
2022-10-25 00:00:00+01:00,23.72,24.46,23.42,24.16,24.105966796875002,85381,0.0,0.0
2022-10-26 00:00:00+01:00,24.16,24.2,23.66,24.14,24.0860107421875,117490,0.0,0.0
2022-10-27 00:00:00+01:00,24.080000000000002,24.54,23.88,24.34,24.285566406250002,238792,0.0,0.0
2022-10-28 00:00:00+01:00,24.1,24.22,23.719599609375,24.080000000000002,24.0261474609375,122712,0.0,0.0
2022-10-31 00:00:00+00:00,24.26,24.46,23.66,24.1,24.04610107421875,102273,0.0,0.0
2022-11-01 00:00:00+00:00,24.5,24.94,24.02,24.22,24.16583251953125,72028,0.0,0.0
2022-11-02 00:00:00+00:00,24.1,25.0,23.92,24.64,24.584892578125,145464,0.0,0.0
2022-11-03 00:00:00+00:00,24.28,24.72,23.88,24.04,23.98623779296875,73546,0.0,0.0
2022-11-04 00:00:00+00:00,24.240000000000002,25.080000000000002,23.60639892578125,24.28,24.2256982421875,69077,0.0,0.0
2022-11-07 00:00:00+00:00,24.22,25.080000000000002,24.02,24.900000000000002,24.8443115234375,124283,0.0,0.0
2022-11-08 00:00:00+00:00,24.580000000000002,25.22,24.580000000000002,25.22,25.1635986328125,153287,0.0,0.0
2022-11-09 00:00:00+00:00,24.98,25.22,24.88,24.98,24.92413330078125,100019,0.0,0.0
2022-11-10 00:00:00+00:00,24.82,26.54,24.64,26.2,26.14140625,132777,0.0,0.0
2022-11-11 00:00:00+00:00,26.36,26.86,26.16,26.580000000000002,26.520556640625,219220,0.0,0.0
2022-11-14 00:00:00+00:00,26.3,27.1,26.26,26.96,26.89970458984375,128692,0.0,0.0
2022-11-15 00:00:00+00:00,26.48,27.16,26.14,26.92,26.85979248046875,186824,0.0,0.0
2022-11-16 00:00:00+00:00,27.02,27.04,26.38,26.52,26.4606884765625,107714,0.0,0.0
2022-11-17 00:00:00+00:00,26.76,26.76,25.8,26.7,26.64028564453125,111413,0.0,0.0
2022-11-18 00:00:00+00:00,26.88,27.1,26.32,27.1,27.03939208984375,127583,0.0,0.0
2022-11-21 00:00:00+00:00,27.96,29.15199951171875,27.43699951171875,27.740000000000002,27.677961425781252,517109,0.0,0.0
2022-11-22 00:00:00+00:00,28.0,28.0,26.86,27.66,27.5981396484375,209083,0.0,0.0
2022-11-23 00:00:00+00:00,27.6,28.34,27.5,28.34,28.27661865234375,458322,0.0,0.0
2022-11-24 00:00:00+00:00,29.0,29.26,27.6,28.8,28.7355908203125,189652,0.0,0.0
2022-11-25 00:00:00+00:00,28.400000000000002,29.03300048828125,28.400000000000002,28.900000000000002,28.8353662109375,146017,0.0,0.0
2022-11-28 00:00:00+00:00,28.7,29.1,28.0,29.1,29.03491943359375,255817,0.0,0.0
2022-11-29 00:00:00+00:00,29.080000000000002,29.14,28.8,28.900000000000002,28.8353662109375,204232,0.0,0.0
2022-11-30 00:00:00+00:00,28.76,29.62,28.76,29.5,29.434023437500002,538520,0.0,0.0
2022-12-01 00:00:00+00:00,29.68,29.900000000000002,29.060000000000002,29.76,29.69344482421875,188618,0.0,0.0
2022-12-02 00:00:00+00:00,29.88,30.560000000000002,29.3,29.48,29.41406982421875,384388,0.0,0.0
2022-12-05 00:00:00+00:00,29.36,29.92,28.26,28.28,28.2167529296875,225089,0.0,0.0
2022-12-06 00:00:00+00:00,28.1,28.48,27.78,27.94,27.8775146484375,320011,0.0,0.0
2022-12-07 00:00:00+00:00,27.92,28.2,27.64,27.94,27.8775146484375,341034,0.0,0.0
2022-12-08 00:00:00+00:00,27.78,28.080000000000002,27.72,27.92,27.85755615234375,219670,0.0,0.0
2022-12-09 00:00:00+00:00,27.400000000000002,28.0,27.400000000000002,28.0,27.937380371093752,138547,0.0,0.0
2022-12-12 00:00:00+00:00,28.400000000000002,28.76300048828125,27.72,28.240000000000002,28.17684326171875,128168,0.0,0.0
2022-12-13 00:00:00+00:00,28.34,29.1,27.86,28.38,28.316530761718752,263580,0.0,0.0
2022-12-14 00:00:00+00:00,28.0,28.36,27.86,28.22,28.15688720703125,62627,0.0,0.0
2022-12-15 00:00:00+00:00,27.900000000000002,28.18,27.54,27.54,27.478408203125,256065,0.0,0.0
2022-12-16 00:00:00+00:00,27.5,27.96,27.080000000000002,27.400000000000002,27.338720703125002,147966,0.0,0.0
2022-12-19 00:00:00+00:00,27.52,27.9739990234375,27.38,27.52,27.4584521484375,62241,0.0,0.0
2022-12-20 00:00:00+00:00,27.5,27.62,26.8,27.38,27.31876708984375,116737,0.0,0.0
2022-12-21 00:00:00+00:00,27.64,28.1,27.24030029296875,27.86,27.7976953125,47330,0.0,0.0
2022-12-22 00:00:00+00:00,27.86,28.26,27.3,27.48,27.41854248046875,59975,0.0,0.0
2022-12-23 00:00:00+00:00,28.26,28.26,27.240000000000002,27.46,27.39858642578125,37424,0.0,0.0
2022-12-28 00:00:00+00:00,27.44,27.7,27.22,27.42,27.3586767578125,39217,0.0,0.0
2022-12-29 00:00:00+00:00,27.04,27.66,27.02,27.62,27.5582275390625,96876,0.0,0.0
2022-12-30 00:00:00+00:00,26.96,27.66,26.96,27.240000000000002,27.179079589843752,23796,0.0,0.0
2023-01-03 00:00:00+00:00,27.2,28.22,26.64,27.66,27.5981396484375,68033,0.0,0.0
2023-01-04 00:00:00+00:00,27.54,27.98,27.1572998046875,27.88,27.817646484375,68241,0.0,0.0
2023-01-05 00:00:00+00:00,27.76,28.3,27.562900390625,28.04,27.9772900390625,99643,0.0,0.0
2023-01-06 00:00:00+00:00,27.68,28.72,27.68,28.6,28.53603759765625,132308,0.0,0.0
2023-01-09 00:00:00+00:00,27.0,28.72,26.529279785156252,28.0,27.937380371093752,144894,0.0,0.0
2023-01-10 00:00:00+00:00,29.0,29.0,27.42,27.560000000000002,27.4983642578125,108914,0.0,0.0
2023-01-11 00:00:00+00:00,28.8,28.8,27.36,28.32,28.2566650390625,117605,0.0,0.0
2023-01-12 00:00:00+00:00,28.0,28.16,26.67,26.98,26.919660644531252,394851,0.0,0.0
2023-01-13 00:00:00+00:00,26.76,27.0839990234375,25.400000000000002,25.6,25.54274658203125,356966,0.0,0.0
2023-01-16 00:00:00+00:00,25.0,26.080000000000002,24.86,25.18,25.1236865234375,336471,0.0,0.0
2023-01-17 00:00:00+00:00,25.22,25.400000000000002,24.92,25.3,25.243417968750002,221386,0.0,0.0
2023-01-18 00:00:00+00:00,25.66,26.78,25.37659912109375,26.240000000000002,26.18131591796875,1025972,0.0,0.0
2023-01-19 00:00:00+00:00,27.0,27.0,25.98,26.62,26.56046630859375,102617,0.0,0.0
2023-01-20 00:00:00+00:00,26.72,27.0,26.34,26.44,26.38086669921875,192758,0.0,0.0
2023-01-23 00:00:00+00:00,26.48,26.650000000000002,25.86,26.12,26.06158447265625,159375,0.0,0.0
2023-01-24 00:00:00+00:00,26.3,26.44,25.88,26.060000000000002,26.001718750000002,285494,0.0,0.0
2023-01-25 00:00:00+00:00,26.5,28.04,26.18,27.740000000000002,27.677961425781252,379047,0.0,0.0
2023-01-26 00:00:00+00:00,27.86,28.26,27.66,27.740000000000002,27.677961425781252,234863,0.0,0.0
2023-01-27 00:00:00+00:00,27.900000000000002,28.48,27.44,28.44,28.37639404296875,96625,0.0,0.0
2023-01-30 00:00:00+00:00,28.14,28.68,27.88,28.16,28.09702392578125,169732,0.0,0.0
2023-01-31 00:00:00+00:00,28.060000000000002,28.400000000000002,27.84,28.400000000000002,28.336484375,250688,0.0,0.0
2023-02-01 00:00:00+00:00,28.2,28.72,27.400000000000002,28.34,28.27661865234375,97416,0.0,0.0
2023-02-02 00:00:00+00:00,28.68,29.560000000000002,28.1,29.2,29.13469482421875,245261,0.0,0.0
2023-02-03 00:00:00+00:00,29.66,29.7,28.8,29.28,29.21451904296875,211695,0.0,0.0
2023-02-06 00:00:00+00:00,29.02,29.48,28.92597900390625,29.04,28.9750537109375,78978,0.0,0.0
2023-02-07 00:00:00+00:00,28.2,28.98,27.7,28.26,28.19679931640625,327488,0.0,0.0
2023-02-08 00:00:00+00:00,28.7,28.7,28.0,28.36,28.296572265625002,88715,0.0,0.0
2023-02-09 00:00:00+00:00,29.0,29.0,28.44,28.7,28.6358154296875,113023,0.0,0.0
2023-02-10 00:00:00+00:00,28.8,28.89,28.02,28.02,27.957333984375,169490,0.0,0.0
2023-02-13 00:00:00+00:00,27.900000000000002,28.38,27.36,28.38,28.316530761718752,140602,0.0,0.0
2023-02-14 00:00:00+00:00,27.060000000000002,28.560000000000002,27.060000000000002,28.0,27.937380371093752,107333,0.0,0.0
2023-02-15 00:00:00+00:00,28.18,28.900000000000002,27.724599609375,28.84,28.77550048828125,129853,0.0,0.0
2023-02-16 00:00:00+00:00,27.3,29.240000000000002,27.3,29.12,29.05487548828125,63977,0.0,0.0
2023-02-17 00:00:00+00:00,29.96,29.96,28.5,28.5,28.436259765625,75842,0.0,0.0
2023-02-20 00:00:00+00:00,28.400000000000002,28.92,28.3,28.900000000000002,28.8353662109375,44533,0.0,0.0
2023-02-21 00:00:00+00:00,28.580000000000002,29.14,28.580000000000002,28.8,28.7355908203125,176561,0.0,0.0
2023-02-22 00:00:00+00:00,28.900000000000002,28.900000000000002,28.48,28.76,28.695681152343752,146264,0.0,0.0
2023-02-23 00:00:00+00:00,28.82,29.34,28.66,28.88,28.81541015625,86655,0.0,0.0
2023-02-24 00:00:00+00:00,28.98,28.98,28.240000000000002,28.42,28.3564404296875,69783,0.0,0.0
2023-02-27 00:00:00+00:00,28.68,29.060000000000002,28.1,28.84,28.77550048828125,78772,0.0,0.0
2023-02-28 00:00:00+00:00,28.62,29.1,28.580000000000002,28.92,28.855322265625002,386853,0.0,0.0
2023-03-01 00:00:00+00:00,28.92,29.72,28.86,29.36,29.29433837890625,106416,0.0,0.0
2023-03-02 00:00:00+00:00,29.8,29.82,28.92,29.62,29.55375732421875,60874,0.0,0.0
2023-03-03 00:00:00+00:00,29.8,29.92,29.22,29.44,29.37416015625,59389,0.0,0.0
2023-03-06 00:00:00+00:00,29.46,29.54,29.02,29.240000000000002,29.17460693359375,68220,0.0,0.0
2023-03-07 00:00:00+00:00,28.5,29.6,28.5,29.400000000000002,29.334248046875,69588,0.0,0.0
2023-03-08 00:00:00+00:00,28.92,29.900000000000002,28.68280029296875,29.64,29.5737109375,57394,0.0,0.0
2023-03-09 00:00:00+00:00,29.400000000000002,30.0,29.283999023437502,29.92,29.8530859375,85081,0.0,0.0
2023-03-10 00:00:00+00:00,30.0,30.0,29.0,29.560000000000002,29.4938916015625,121079,0.0,0.0
2023-03-13 00:00:00+00:00,29.26,29.48,28.48,28.48,28.41630615234375,451156,0.0,0.0
2023-03-14 00:00:00+00:00,28.5,29.02,28.28,29.02,28.95509765625,173562,0.0,0.0
2023-03-15 00:00:00+00:00,28.900000000000002,28.9418505859375,25.46,26.46,26.40082275390625,646146,0.0,0.0
2023-03-16 00:00:00+00:00,26.14,26.88,26.14,26.48,26.4207763671875,240692,0.0,0.0
2023-03-17 00:00:00+00:00,26.72,27.580000000000002,26.42,26.42,26.36091552734375,145813,0.0,0.0
2023-03-20 00:00:00+00:00,26.02,27.28,25.82,26.88,26.81988525390625,156224,0.0,0.0
2023-03-21 00:00:00+00:00,27.12,27.26,26.6,27.2,27.139169921875002,101085,0.0,0.0
2023-03-22 00:00:00+00:00,27.04,27.28,26.68,27.060000000000002,26.999482421875,61646,0.0,0.0
2023-03-23 00:00:00+00:00,27.46,27.84,27.0,27.76,27.69791748046875,238904,0.0,0.0
2023-03-24 00:00:00+00:00,27.66,27.8639990234375,27.18,27.7,27.6380517578125,151064,0.0,0.0
2023-03-27 00:00:00+01:00,27.98,28.14,27.0,27.060000000000002,26.999482421875,242115,0.0,0.0
2023-03-28 00:00:00+01:00,27.12,27.12,26.34,26.6,26.540510253906252,162045,0.0,0.0
2023-03-29 00:00:00+01:00,26.64,27.46,26.38,27.240000000000002,27.179079589843752,219929,0.0,0.0
2023-03-30 00:00:00+01:00,27.76,29.080000000000002,27.650000000000002,28.080000000000002,28.0172021484375,285091,0.0,0.0
2023-03-31 00:00:00+01:00,28.1,28.14,27.400000000000002,27.580000000000002,27.51831787109375,143041,0.0,0.0
2023-04-03 00:00:00+01:00,27.580000000000002,27.580000000000002,27.14,27.26,27.19903564453125,100038,0.0,0.0
2023-04-04 00:00:00+01:00,27.14,27.5535400390625,27.04,27.14,27.0793017578125,89315,0.0,0.0
2023-04-05 00:00:00+01:00,27.6,27.8,25.48,25.5,25.442968750000002,174325,0.0,0.0
2023-04-06 00:00:00+01:00,25.6,26.03199951171875,25.46,26.0,25.9418505859375,163437,0.0,0.0
2023-04-11 00:00:00+01:00,26.0,26.580000000000002,25.86,26.22,26.161359863281252,148621,0.0,0.0
2023-04-12 00:00:00+01:00,26.68,27.0,26.02,26.64,26.580419921875002,118071,0.0,0.0
2023-04-13 00:00:00+01:00,26.96,27.400000000000002,26.68,27.18,27.1192138671875,338659,0.0,0.0
2023-04-14 00:00:00+01:00,27.5,27.86,26.72,26.72,26.660244140625,188709,0.0,0.0
2023-04-17 00:00:00+01:00,26.78,27.060000000000002,26.0356005859375,26.98,26.919660644531252,260010,0.0,0.0
2023-04-18 00:00:00+01:00,28.0,28.0,26.86,27.2,27.139169921875002,110566,0.0,0.0
2023-04-19 00:00:00+01:00,26.8,27.38,26.72,27.240000000000002,27.179079589843752,238055,0.0,0.0
2023-04-20 00:00:00+01:00,27.78,27.78,26.66,26.66,26.6003759765625,136925,0.0,0.0
2023-04-21 00:00:00+01:00,26.5,27.400000000000002,26.48,27.02,26.95957275390625,102818,0.0,0.0
2023-04-24 00:00:00+01:00,26.400000000000002,27.36,26.400000000000002,27.0,26.9396142578125,53770,0.0,0.0
2023-04-25 00:00:00+01:00,26.78,27.34,26.7,26.96,26.89970458984375,584252,0.0,0.0
2023-04-26 00:00:00+01:00,26.78,26.82,26.32,26.64,26.580419921875002,82215,0.0,0.0
2023-04-27 00:00:00+01:00,26.14,26.78,26.14,26.76,26.70015380859375,72994,0.0,0.0
2023-04-28 00:00:00+01:00,27.18,27.18,26.62,27.0,26.9396142578125,63114,0.0,0.0
2023-05-02 00:00:00+01:00,26.400000000000002,27.095419921875,26.34,26.34,26.28109375,142978,0.0,0.0
2023-05-03 00:00:00+01:00,26.42,26.5,24.96,25.1,25.04386474609375,350646,0.0,0.0
2023-05-04 00:00:00+01:00,25.0,25.080000000000002,22.68,22.68,22.62927734375,1493890,0.0,0.0
2023-05-05 00:00:00+01:00,22.6,22.7,21.92,22.0,21.95079833984375,582476,0.0,0.0
2023-05-09 00:00:00+01:00,22.5,22.84,21.75010009765625,22.5,22.449682617187502,529565,0.0,0.0
2023-05-10 00:00:00+01:00,22.5,22.8,21.78,21.8,21.7512451171875,315844,0.0,0.0
2023-05-11 00:00:00+01:00,21.7,23.38,21.7,23.06,23.008427734375,489035,0.0,0.0
2023-05-12 00:00:00+01:00,23.34,23.38,22.72,23.38,23.32771240234375,283610,0.0,0.0
2023-05-15 00:00:00+01:00,23.04,23.62,23.04,23.5,23.44744384765625,388932,0.0,0.0
2023-05-16 00:00:00+01:00,23.36,23.54,23.02,23.3,23.247890625,395998,0.0,0.0
2023-05-17 00:00:00+01:00,23.56,23.580000000000002,22.68,22.84,22.78891845703125,423318,0.0,0.0
2023-05-18 00:00:00+01:00,22.96,23.240000000000002,22.42,22.72,22.66918701171875,319457,0.0,0.0
2023-05-19 00:00:00+01:00,22.5,22.9019091796875,22.04,22.46,22.4097705078125,421569,0.0,0.0
2023-05-22 00:00:00+01:00,22.78,22.84,22.38,22.8,22.74901123046875,166747,0.0,0.0
2023-05-23 00:00:00+01:00,23.2,23.22,22.38,22.38,22.32994873046875,309329,0.0,0.0
2023-05-24 00:00:00+01:00,22.02,22.33969970703125,20.56,20.94,20.8931689453125,512827,0.0,0.0
2023-05-25 00:00:00+01:00,20.52,21.0,20.32,20.32,20.2745556640625,729567,0.0,0.0
2023-05-26 00:00:00+01:00,20.88,20.88,19.72,19.78,19.735762939453124,492367,0.0,0.0
2023-05-30 00:00:00+01:00,19.92,20.0152001953125,19.35,19.41,19.366590576171877,690501,0.0,0.0
2023-05-31 00:00:00+01:00,20.2,20.2,19.19,19.45,19.406500244140627,317942,0.0,0.0
2023-06-01 00:00:00+01:00,19.66,19.740000000000002,19.150000000000002,19.47,19.442449951171877,304732,1.6,0.0
2023-06-02 00:00:00+01:00,20.22,20.22,19.37,19.82,19.79195556640625,278304,0.0,0.0
2023-06-05 00:00:00+01:00,19.62,19.72,17.92,18.17,18.14428955078125,461315,0.0,0.0
2023-06-06 00:00:00+01:00,18.07,18.18,17.29,17.45,17.425308837890626,828912,0.0,0.0
2023-06-07 00:00:00+01:00,17.73,18.41,17.73,18.32,18.294077148437502,554274,0.0,0.0
2023-06-08 00:00:00+01:00,17.61,18.6747998046875,17.61,18.22,18.194217529296875,270247,0.0,0.0
2023-06-09 00:00:00+01:00,18.330000000000002,18.63,17.93,18.52,18.4937939453125,341997,0.0,0.0
2023-06-12 00:00:00+01:00,18.19,19.12,18.143199462890625,19.12,19.092945556640625,357760,0.0,0.0
2023-06-13 00:00:00+01:00,19.2,19.77,18.94,19.400000000000002,19.372550048828124,648503,0.0,0.0
2023-06-14 00:00:00+01:00,19.740000000000002,19.92,19.27,19.6,19.572266845703126,362355,0.0,0.0
2023-06-15 00:00:00+01:00,19.6,19.775000000000002,18.96,19.18,19.152860107421876,437837,0.0,0.0
2023-06-16 00:00:00+01:00,19.87,19.87,19.065,19.41,19.3825341796875,635867,0.0,0.0
2023-06-19 00:00:00+01:00,19.37,19.37,18.93,18.95,18.923184814453126,343892,0.0,0.0
2023-06-20 00:00:00+01:00,19.39,19.39,18.61,18.67,18.643582763671876,240994,0.0,0.0
2023-06-21 00:00:00+01:00,19.45,19.469520263671875,18.36,18.91,18.883243408203125,276880,0.0,0.0
2023-06-22 00:00:00+01:00,18.95,19.162230224609374,18.37,18.8,18.7733984375,186330,0.0,0.0
2023-06-23 00:00:00+01:00,18.6,19.04,18.6,18.87,18.843299560546875,189003,0.0,0.0
2023-06-26 00:00:00+01:00,19.0,19.04719970703125,18.32,18.57,18.54372314453125,411820,0.0,0.0
2023-06-27 00:00:00+01:00,18.650000000000002,18.77,17.669100341796874,18.03,18.0044873046875,538190,0.0,0.0
2023-06-28 00:00:00+01:00,18.0,18.2,17.92,18.2,18.174248046875,210732,0.0,0.0
2023-06-29 00:00:00+01:00,18.7,18.7,17.54,17.59,17.56510986328125,253575,0.0,0.0
2023-06-30 00:00:00+01:00,17.67,18.11,17.43,18.1,18.074388427734377,150826,0.0,0.0
2023-07-03 00:00:00+01:00,17.900000000000002,18.36,17.88,18.330000000000002,18.3040625,791780,0.0,0.0
2023-07-04 00:00:00+01:00,18.400000000000002,18.522430419921875,18.12,18.42,18.393935546875,287173,0.0,0.0
2023-07-05 00:00:00+01:00,18.56,18.580000000000002,18.255999755859374,18.36,18.334020996093752,160679,0.0,0.0
2023-07-06 00:00:00+01:00,18.5,18.54,17.240000000000002,17.51,17.485223388671876,281127,0.0,0.0
2023-07-07 00:00:00+01:00,17.51,17.51,16.69,17.1,17.07580322265625,290241,0.0,0.0
2023-07-10 00:00:00+01:00,17.240000000000002,17.77,16.87,16.95,16.926015625,339775,0.0,0.0
2023-07-11 00:00:00+01:00,17.5,17.5,16.12,16.14,16.117161865234376,371758,0.0,0.0
2023-07-12 00:00:00+01:00,16.15,17.14,16.12,16.88,16.856114501953126,494734,0.0,0.0
2023-07-13 00:00:00+01:00,17.0,17.330000000000002,16.85,16.89,16.86610107421875,155535,0.0,0.0
2023-07-14 00:00:00+01:00,16.8,17.55,16.62,17.12,17.095775146484375,208870,0.0,0.0
2023-07-17 00:00:00+01:00,17.0,17.17,16.740000000000002,16.9,16.87608642578125,155692,0.0,0.0
2023-07-18 00:00:00+01:00,17.72,17.72,16.64,16.68,16.656397705078124,132785,0.0,0.0
2023-07-19 00:00:00+01:00,17.1,17.62,16.87530029296875,17.62,17.595067138671876,396633,0.0,0.0
2023-07-20 00:00:00+01:00,17.82,17.97,17.59,17.63,17.6050537109375,372626,0.0,0.0
2023-07-21 00:00:00+01:00,17.86,18.063800048828124,17.6,17.88,17.85469970703125,257740,0.0,0.0
2023-07-24 00:00:00+01:00,17.6,18.041500244140625,17.48,17.71,17.68494140625,360104,0.0,0.0
2023-07-25 00:00:00+01:00,17.740000000000002,18.22,17.57154052734375,17.86,17.834727783203125,209875,0.0,0.0
2023-07-26 00:00:00+01:00,17.77,18.13,17.71,17.78,17.75484130859375,282136,0.0,0.0
2023-07-27 00:00:00+01:00,17.78,18.19,17.7,18.06,18.034444580078127,198157,0.0,0.0
2023-07-28 00:00:00+01:00,18.25,18.25,17.900000000000002,18.0,17.974530029296876,134365,0.0,0.0
2023-07-31 00:00:00+01:00,17.990000000000002,18.0,17.448499755859377,17.62,17.595067138671876,266973,0.0,0.0
2023-08-01 00:00:00+01:00,17.44,17.44,14.77,15.8,15.77764404296875,1707985,0.0,0.0
2023-08-02 00:00:00+01:00,15.700000000000001,16.15,15.700000000000001,15.860000000000001,15.837557373046875,597276,0.0,0.0
2023-08-03 00:00:00+01:00,15.700000000000001,15.875,15.56,15.66,15.637840576171875,720097,0.0,0.0
2023-08-04 00:00:00+01:00,15.89,15.89,15.2875,15.450000000000001,15.428138427734375,130835,0.0,0.0
2023-08-07 00:00:00+01:00,15.23,15.73,14.88,14.98,14.9588037109375,133228,0.0,0.0
2023-08-08 00:00:00+01:00,14.8,15.18,14.65,14.93,14.908873291015626,187614,0.0,0.0
2023-08-09 00:00:00+01:00,15.72,15.9,14.955999755859375,15.06,15.038690185546875,384876,0.0,0.0
2023-08-10 00:00:00+01:00,15.06,15.11,14.450000000000001,14.5,14.479482421875,509873,0.0,0.0
2023-08-11 00:00:00+01:00,15.0,15.07,14.6,14.75,14.72912841796875,498841,0.0,0.0
2023-08-14 00:00:00+01:00,14.75,15.32,14.75,15.11,15.088619384765625,202173,0.0,0.0
2023-08-15 00:00:00+01:00,15.120000000000001,15.18,14.68,14.84,14.819001464843751,167723,0.0,0.0
2023-08-16 00:00:00+01:00,14.89,15.08,14.51,14.790000000000001,14.769072265625,172976,0.0,0.0
2023-08-17 00:00:00+01:00,14.790000000000001,15.32,14.47,14.950000000000001,14.92884521484375,145057,0.0,0.0
2023-08-18 00:00:00+01:00,14.4,14.96,14.4,14.85,14.828988037109376,246954,0.0,0.0
2023-08-21 00:00:00+01:00,15.16,15.16,14.73,14.85,14.828988037109376,208997,0.0,0.0
2023-08-22 00:00:00+01:00,14.82,15.17,14.75,14.85,14.828988037109376,89056,0.0,0.0
2023-08-23 00:00:00+01:00,14.56,15.05,14.56,14.71,14.6891845703125,494801,0.0,0.0
2023-08-24 00:00:00+01:00,14.98,14.993909912109375,14.71,14.71,14.6891845703125,102654,0.0,0.0
2023-08-25 00:00:00+01:00,15.44,15.44,14.700000000000001,14.77,14.749100341796876,136975,0.0,0.0
2023-08-29 00:00:00+01:00,14.96,15.52,14.85,15.49,15.468082275390625,146752,0.0,0.0
2023-08-30 00:00:00+01:00,15.49,15.624000244140625,15.18,15.38,15.358237304687501,259486,0.0,0.0
2023-08-31 00:00:00+01:00,15.35,15.51,15.18,15.25,15.228421630859375,312027,0.0,0.0
2023-09-01 00:00:00+01:00,15.38,15.41,14.950000000000001,14.99,14.9687890625,122627,0.0,0.0
2023-09-04 00:00:00+01:00,14.99,15.1,14.83,14.83,14.80901611328125,138450,0.0,0.0
2023-09-05 00:00:00+01:00,14.8,14.83199951171875,14.42,14.66,14.63925537109375,173206,0.0,0.0
2023-09-06 00:00:00+01:00,15.0,15.040000000000001,14.44,14.81,14.789044189453126,194887,0.0,0.0
2023-09-07 00:00:00+01:00,14.83,15.6,14.46,15.530000000000001,15.50802490234375,243553,0.0,0.0
2023-09-08 00:00:00+01:00,15.0,15.89,15.0,15.89,15.867515869140625,339473,0.0,0.0
2023-09-11 00:00:00+01:00,16.22,16.32,14.68,14.73,14.709156494140625,274162,0.0,0.0
2023-09-12 00:00:00+01:00,14.4,14.55,12.620000000000001,14.05,14.03011962890625,695308,0.0,0.0
2023-09-13 00:00:00+01:00,14.09,15.47,13.790000000000001,15.44,15.41815185546875,359608,0.0,0.0
2023-09-14 00:00:00+01:00,15.5,16.126199951171877,15.5,16.07,16.047261962890627,818615,0.0,0.0
2023-09-15 00:00:00+01:00,16.31,16.32,15.57,15.63,15.60788330078125,470826,0.0,0.0
2023-09-18 00:00:00+01:00,15.44,15.85,15.169410400390625,15.22,15.198463134765625,388020,0.0,0.0
2023-09-19 00:00:00+01:00,15.11,15.58,14.9039599609375,15.32,15.29832275390625,244500,0.0,0.0
2023-09-20 00:00:00+01:00,15.44,16.02,15.44,15.88,15.857529296875,260949,0.0,0.0
2023-09-21 00:00:00+01:00,15.610000000000001,15.83,15.0,15.19,15.168505859375001,380456,0.0,0.0
2023-09-22 00:00:00+01:00,15.1,15.48,15.1,15.35,15.328280029296875,144967,0.0,0.0
2023-09-25 00:00:00+01:00,15.35,15.6,14.960999755859376,15.19,15.168505859375001,326513,0.0,0.0
2023-09-26 00:00:00+01:00,15.58,15.58,14.58,14.63,14.60929931640625,139051,0.0,0.0
2023-09-27 00:00:00+01:00,14.58,15.34,14.48,15.13,15.108590087890626,140879,0.0,0.0
2023-09-28 00:00:00+01:00,15.120000000000001,15.19,14.83,15.0,14.9787744140625,345116,0.0,0.0
2023-09-29 00:00:00+01:00,15.0,15.610000000000001,15.0,15.47,15.4481103515625,256397,0.0,0.0
2023-10-02 00:00:00+01:00,15.46,15.67,14.870000000000001,15.040000000000001,15.01871826171875,291241,0.0,0.0
2023-10-03 00:00:00+01:00,14.71,14.89,14.0,14.05,14.03011962890625,179006,0.0,0.0
2023-10-04 00:00:00+01:00,13.83,14.290000000000001,13.77,13.81,13.790458984375,237634,0.0,0.0
2023-10-05 00:00:00+01:00,13.92,14.17,13.85,13.85,13.838919677734376,180284,0.85,0.0
2023-10-06 00:00:00+01:00,14.450000000000001,14.450000000000001,13.55,13.99,13.978807373046875,116485,0.0,0.0
2023-10-09 00:00:00+01:00,13.52,14.030000000000001,13.41,13.620000000000001,13.60910400390625,136545,0.0,0.0
2023-10-10 00:00:00+01:00,13.89,14.55,13.72,14.55,14.538359375,245926,0.0,0.0
2023-10-11 00:00:00+01:00,14.32,14.52,13.450000000000001,13.52,13.509183349609375,134243,0.0,0.0
2023-10-12 00:00:00+01:00,14.0,14.0,13.38,13.51,13.49919189453125,112363,0.0,0.0
2023-10-13 00:00:00+01:00,13.46,13.75,13.1,13.1,13.089520263671876,264982,0.0,0.0
2023-10-16 00:00:00+01:00,13.1,13.42699951171875,12.69,13.31,13.299351806640626,142869,0.0,0.0
2023-10-17 00:00:00+01:00,13.21,13.479949951171875,13.09300048828125,13.370000000000001,13.35930419921875,103846,0.0,0.0
2023-10-18 00:00:00+01:00,13.5,13.5,12.69,12.75,12.7397998046875,586500,0.0,0.0
2023-10-19 00:00:00+01:00,12.52,13.213499755859376,12.52,13.11,13.09951171875,200672,0.0,0.0
2023-10-20 00:00:00+01:00,13.07,13.41,12.83,13.18,13.169455566406251,592696,0.0,0.0
2023-10-23 00:00:00+01:00,13.25,13.4,13.0,13.33,13.3193359375,121413,0.0,0.0
2023-10-24 00:00:00+01:00,13.42,13.64,13.0,13.1,13.089520263671876,173527,0.0,0.0
2023-10-25 00:00:00+01:00,13.09,13.34,12.96,13.14,13.129487304687501,113657,0.0,0.0
2023-10-26 00:00:00+01:00,13.0,13.280000000000001,12.96,13.1,13.089520263671876,162088,0.0,0.0
2023-10-27 00:00:00+01:00,13.1,13.16,12.85,13.0,12.989599609375,172121,0.0,0.0
2023-10-30 00:00:00+00:00,13.09,13.200000000000001,12.99,13.06,13.049552001953126,351486,0.0,0.0
2023-10-31 00:00:00+00:00,13.01,13.3,13.0,13.05,13.039559326171876,380834,0.0,0.0
2023-11-01 00:00:00+00:00,12.950000000000001,13.120000000000001,12.77843994140625,13.02,13.009583740234376,199402,0.0,0.0
2023-11-02 00:00:00+00:00,13.1,13.46,13.040000000000001,13.34,13.329327392578126,414055,0.0,0.0
2023-11-03 00:00:00+00:00,13.6,14.415000000000001,13.52384033203125,14.0,13.988800048828125,348357,0.0,0.0
2023-11-06 00:00:00+00:00,14.13,14.48,13.530000000000001,13.66,13.649072265625,95127,0.0,0.0
2023-11-07 00:00:00+00:00,13.5,13.93,13.5,13.84,13.82892822265625,164937,0.0,0.0
2023-11-08 00:00:00+00:00,13.74,14.0456005859375,13.69,13.8,13.7889599609375,275526,0.0,0.0
2023-11-09 00:00:00+00:00,13.950000000000001,14.19,13.71550048828125,13.85,13.838919677734376,308199,0.0,0.0
2023-11-10 00:00:00+00:00,13.73,13.834399414062501,13.22,13.620000000000001,13.60910400390625,211940,0.0,0.0
2023-11-13 00:00:00+00:00,13.5,13.72,13.4,13.55,13.53916015625,206951,0.0,0.0
2023-11-14 00:00:00+00:00,13.5,14.41,13.42,14.14,14.128687744140626,714971,0.0,0.0
2023-11-15 00:00:00+00:00,14.290000000000001,14.99,14.030000000000001,14.52,14.508383789062501,430958,0.0,0.0
2023-11-16 00:00:00+00:00,14.08,14.505,14.08,14.23,14.218615722656251,193252,0.0,0.0
2023-11-17 00:00:00+00:00,14.11,14.99,14.11,14.82,14.808143310546875,474070,0.0,0.0
2023-11-20 00:00:00+00:00,14.77,15.120000000000001,14.77,14.98,14.968016357421876,127160,0.0,0.0
2023-11-21 00:00:00+00:00,14.98,15.31,14.85,14.88,14.868095703125,312023,0.0,0.0
2023-11-22 00:00:00+00:00,14.84,15.19,14.8,14.94,14.928048095703126,93813,0.0,0.0
2023-11-23 00:00:00+00:00,14.96,15.055,14.67,14.88,14.868095703125,89248,0.0,0.0
2023-11-24 00:00:00+00:00,14.76,14.9,14.67,14.85,14.8381201171875,118893,0.0,0.0
2023-11-27 00:00:00+00:00,14.530000000000001,14.86,13.98,13.98,13.968815917968751,129900,0.0,0.0
2023-11-28 00:00:00+00:00,13.84,14.14,13.19,13.34,13.329327392578126,377366,0.0,0.0
2023-11-29 00:00:00+00:00,13.200000000000001,14.35,13.200000000000001,13.950000000000001,13.93884033203125,471577,0.0,0.0
2023-11-30 00:00:00+00:00,13.8,14.11800048828125,13.44,13.68,13.669056396484375,348127,0.0,0.0
2023-12-01 00:00:00+00:00,13.700000000000001,13.84,13.576400146484374,13.73,13.719016113281251,352771,0.0,0.0
2023-12-04 00:00:00+00:00,14.0,14.0,13.120000000000001,13.16,13.149471435546875,104065,0.0,0.0
2023-12-05 00:00:00+00:00,13.07,13.200000000000001,12.6,13.0,12.989599609375,303748,0.0,0.0
2023-12-06 00:00:00+00:00,12.9,13.26,12.9,13.02,13.009583740234376,681974,0.0,0.0
2023-12-07 00:00:00+00:00,13.4,13.4,12.56,12.82,12.80974365234375,193151,0.0,0.0
2023-12-08 00:00:00+00:00,12.85,12.98,12.64,12.76,12.749791259765626,169002,0.0,0.0
2023-12-11 00:00:00+00:00,12.700000000000001,13.530000000000001,12.700000000000001,13.36,13.3493115234375,316496,0.0,0.0
2023-12-12 00:00:00+00:00,13.33,13.36,12.948399658203126,13.26,13.24939208984375,279752,0.0,0.0
2023-12-13 00:00:00+00:00,13.4,13.48,13.16,13.41,13.399271240234375,223452,0.0,0.0
2023-12-14 00:00:00+00:00,13.8,14.59,13.74,14.3,14.2885595703125,258358,0.0,0.0
2023-12-15 00:00:00+00:00,13.71,14.31,13.71,14.13,14.1186962890625,433550,0.0,0.0
2023-12-18 00:00:00+00:00,14.38,15.33740966796875,13.89,15.290000000000001,15.277767333984375,256957,0.0,0.0
2023-12-19 00:00:00+00:00,15.290000000000001,15.700000000000001,15.040000000000001,15.46,15.4476318359375,152997,0.0,0.0
2023-12-20 00:00:00+00:00,15.75,15.92,15.33,15.83,15.817335205078125,258981,0.0,0.0
2023-12-21 00:00:00+00:00,15.73,16.03,15.34,16.02,16.007183837890626,160788,0.0,0.0
2023-12-22 00:00:00+00:00,16.0,16.543089599609374,15.73,16.35,16.336920166015624,183509,0.0,0.0
2023-12-27 00:00:00+00:00,16.1,16.95,16.0,16.69,16.67664794921875,332319,0.0,0.0
2023-12-28 00:00:00+00:00,16.29,16.95,16.0,16.6,16.586719970703125,129658,0.0,0.0
2023-12-29 00:00:00+00:00,16.66,16.77678955078125,16.606290283203126,16.62,16.6067041015625,54474,0.0,0.0
2024-01-02 00:00:00+00:00,16.9,16.93,15.950000000000001,15.98,15.967215576171876,433331,0.0,0.0
2024-01-03 00:00:00+00:00,16.45,16.45,15.583499755859375,15.8,15.787359619140625,212305,0.0,0.0
2024-01-04 00:00:00+00:00,16.18,16.2,15.32,15.5,15.48760009765625,145849,0.0,0.0
2024-01-05 00:00:00+00:00,15.43,15.63,14.84,15.34,15.327728271484375,178331,0.0,0.0
2024-01-08 00:00:00+00:00,15.200000000000001,15.88,15.08,15.3,15.287760009765625,93619,0.0,0.0
2024-01-09 00:00:00+00:00,15.450000000000001,15.32,15.21,15.280000000000001,15.26777587890625,236053,0.0,0.0
2024-01-10 00:00:00+00:00,15.21,15.51,15.120000000000001,15.16,15.147872314453124,203338,0.0,0.0
2024-01-11 00:00:00+00:00,15.21,15.44,14.73,14.73,14.71821533203125,128350,0.0,0.0
2024-01-12 00:00:00+00:00,14.81,15.3,14.81,15.280000000000001,15.26777587890625,126422,0.0,0.0
2024-01-15 00:00:00+00:00,15.085,15.32,14.86,14.86,14.848111572265625,86831,0.0,0.0
2024-01-16 00:00:00+00:00,15.08,15.66,14.91,15.39,15.37768798828125,253055,0.0,0.0
2024-01-17 00:00:00+00:00,15.040000000000001,15.5,14.450000000000001,14.540000000000001,14.528367919921875,114336,0.0,0.0
2024-01-18 00:00:00+00:00,14.9,15.22,14.59,15.22,15.207823486328126,175262,0.0,0.0
2024-01-19 00:00:00+00:00,15.450000000000001,15.450000000000001,14.89,14.89,14.87808837890625,93241,0.0,0.0
2024-01-22 00:00:00+00:00,15.11,15.15,14.835,15.05,15.037960205078125,92117,0.0,0.0
2024-01-23 00:00:00+00:00,14.51,15.63,14.51,15.3,15.287760009765625,96389,0.0,0.0
2024-01-24 00:00:00+00:00,15.530000000000001,15.74,15.200000000000001,15.74,15.7274072265625,278489,0.0,0.0
2024-01-25 00:00:00+00:00,15.32,15.84550048828125,15.030000000000001,15.55,15.537559814453125,476735,0.0,0.0
2024-01-26 00:00:00+00:00,15.66,16.11,15.26,15.99,15.977208251953126,417225,0.0,0.0
2024-01-29 00:00:00+00:00,15.91,16.240000000000002,15.69,16.240000000000002,16.227008056640624,112434,0.0,0.0
2024-01-30 00:00:00+00:00,16.1,16.740000000000002,16.080000000000002,16.65,16.6366796875,156730,0.0,0.0
2024-01-31 00:00:00+00:00,15.99,16.84,15.99,16.6,16.586719970703125,249055,0.0,0.0
2024-02-01 00:00:00+00:00,16.55,16.89,16.44,16.78,16.766575927734376,230759,0.0,0.0
2024-02-02 00:00:00+00:00,16.69,17.0,16.46,16.46,16.446832275390626,170565,0.0,0.0
2024-02-05 00:00:00+00:00,16.26,16.79,16.175,16.31,16.296951904296876,130266,0.0,0.0
2024-02-06 00:00:00+00:00,16.4,17.07,16.38,16.78,16.766575927734376,391036,0.0,0.0
2024-02-07 00:00:00+00:00,16.7,17.16,16.55,17.09,17.076328125,215847,0.0,0.0
2024-02-08 00:00:00+00:00,17.150000000000002,17.91,17.150000000000002,17.44,17.42604736328125,450151,0.0,0.0
2024-02-09 00:00:00+00:00,17.46,17.80198974609375,17.07,17.18,17.166256103515625,242803,0.0,0.0
2024-02-12 00:00:00+00:00,17.25,17.84,16.96,16.990000000000002,16.976407470703126,563881,0.0,0.0
2024-02-13 00:00:00+00:00,16.85,16.885140380859376,16.330000000000002,16.51,16.4967919921875,68119,0.0,0.0
2024-02-14 00:00:00+00:00,16.37,17.17,16.18530029296875,17.03,17.016375732421874,98220,0.0,0.0
2024-02-15 00:00:00+00:00,16.51,17.39,16.51,16.96,16.946431884765627,102797,0.0,0.0
2024-02-16 00:00:00+00:00,16.990000000000002,17.330000000000002,16.990000000000002,17.07,17.056343994140626,47249,0.0,0.0
2024-02-19 00:00:00+00:00,17.07,17.271500244140626,16.82,17.14,17.126287841796877,465791,0.0,0.0
2024-02-20 00:00:00+00:00,17.0,17.0,16.12,16.12,16.107103271484377,117840,0.0,0.0
2024-02-21 00:00:00+00:00,16.44,16.52,16.09,16.18,16.1670556640625,616655,0.0,0.0
2024-02-22 00:00:00+00:00,15.99,16.69,15.5,16.59,16.576727294921874,71029,0.0,0.0
2024-02-23 00:00:00+00:00,16.61,16.66,15.9,16.2,16.187039794921876,616927,0.0,0.0
2024-02-26 00:00:00+00:00,15.9,16.24449951171875,15.56,15.700000000000001,15.687440185546876,125089,0.0,0.0
2024-02-27 00:00:00+00:00,15.5,15.88,15.34,15.57,15.557543945312501,506414,0.0,0.0
2024-02-28 00:00:00+00:00,15.0,15.6,13.540000000000001,14.46,14.448431396484375,1617451,0.0,0.0
2024-02-29 00:00:00+00:00,14.700000000000001,14.99,14.27,14.34,14.32852783203125,131744,0.0,0.0
2024-03-01 00:00:00+00:00,14.52,14.83,14.0,14.68,14.668255615234376,710016,0.0,0.0
2024-03-04 00:00:00+00:00,14.3,14.790000000000001,14.3,14.450000000000001,14.43843994140625,128631,0.0,0.0
2024-03-05 00:00:00+00:00,14.43,14.5,14.13,14.3,14.2885595703125,226847,0.0,0.0
2024-03-06 00:00:00+00:00,14.35,14.6,14.13,14.13,14.1186962890625,245345,0.0,0.0
2024-03-07 00:00:00+00:00,14.36,14.36,13.55,13.55,13.53916015625,169908,0.0,0.0
2024-03-08 00:00:00+00:00,13.55,13.84,13.26,13.3,13.2893603515625,591778,0.0,0.0
2024-03-11 00:00:00+00:00,13.450000000000001,13.6,13.15,13.25,13.2393994140625,537344,0.0,0.0
2024-03-12 00:00:00+00:00,13.0,13.74,13.0,13.700000000000001,13.689039306640625,652597,0.0,0.0
2024-03-13 00:00:00+00:00,14.5,15.65,13.521639404296875,13.72,13.7090234375,1195682,0.0,0.0
2024-03-14 00:00:00+00:00,13.82,14.59,13.34,14.32,14.308543701171875,1126694,0.0,0.0
2024-03-15 00:00:00+00:00,14.3,14.56,14.02,14.26,14.24859130859375,1525658,0.0,0.0
2024-03-18 00:00:00+00:00,14.34,14.620000000000001,14.02,14.24,14.228608398437501,462513,0.0,0.0
2024-03-19 00:00:00+00:00,14.24,14.48,13.81,13.81,13.798951416015626,496898,0.0,0.0
2024-03-20 00:00:00+00:00,13.83,14.02,12.780000000000001,13.33,13.3193359375,340715,0.0,0.0
2024-03-21 00:00:00+00:00,13.48,13.809000244140625,13.23,13.34,13.329327392578126,276189,0.0,0.0
2024-03-22 00:00:00+00:00,13.44,13.58,13.120000000000001,13.13,13.119495849609375,477630,0.0,0.0
2024-03-25 00:00:00+00:00,13.5,13.5,12.64,12.64,12.629887695312501,437124,0.0,0.0
2024-03-26 00:00:00+00:00,12.64,13.0,12.410699462890625,12.56,12.549952392578126,1102700,0.0,0.0
2024-03-27 00:00:00+00:00,12.5,12.77,12.38,12.58,12.569935302734375,1158042,0.0,0.0
2024-03-28 00:00:00+00:00,12.68,13.32,12.455,13.02,13.009583740234376,672275,0.0,0.0
2024-04-02 00:00:00+01:00,12.9,13.13,12.38,12.46,12.45003173828125,420287,0.0,0.0
2024-04-03 00:00:00+01:00,12.280000000000001,12.49,11.99,12.22,12.210223388671876,460217,0.0,0.0
2024-04-04 00:00:00+01:00,12.200000000000001,12.17,12.0,12.0,11.990400390625,293870,0.0,0.0
2024-04-05 00:00:00+01:00,11.98,12.037879638671875,11.6,11.65,11.640679931640625,395059,0.0,0.0
2024-04-08 00:00:00+01:00,11.61,12.120000000000001,11.495000000000001,12.06,12.0503515625,810772,0.0,0.0
2024-04-09 00:00:00+01:00,12.0,12.15,11.790000000000001,11.91,11.900472412109375,413918,0.0,0.0
2024-04-10 00:00:00+01:00,11.950000000000001,12.33,11.8725,12.01,12.000391845703126,680979,0.0,0.0
2024-04-11 00:00:00+01:00,12.08,12.31,11.868509521484375,11.94,11.930447998046875,280220,0.0,0.0
2024-04-12 00:00:00+01:00,12.06,12.290000000000001,11.4,11.450000000000001,11.44083984375,359653,0.0,0.0
2024-04-15 00:00:00+01:00,11.41,11.57,11.01,11.4,11.390880126953125,489256,0.0,0.0
2024-04-16 00:00:00+01:00,11.200000000000001,11.78,11.07,11.51,11.500792236328126,294117,0.0,0.0
2024-04-17 00:00:00+01:00,11.5,11.81050048828125,11.4,11.620000000000001,11.610704345703125,446216,0.0,0.0
2024-04-18 00:00:00+01:00,11.43,11.83,11.43,11.71,11.70063232421875,280345,0.0,0.0
2024-04-19 00:00:00+01:00,11.8,11.8,11.56,11.68,11.670655517578124,187448,0.0,0.0
2024-04-22 00:00:00+01:00,11.5,12.06,11.5,11.72,11.710623779296876,233273,0.0,0.0
2024-04-23 00:00:00+01:00,11.870000000000001,11.89,11.72,11.72,11.710623779296876,164436,0.0,0.0
2024-04-24 00:00:00+01:00,12.08,12.08,11.370000000000001,11.51,11.500792236328126,185184,0.0,0.0
2024-04-25 00:00:00+01:00,11.700000000000001,11.700000000000001,11.1,11.36,11.350911865234375,295818,0.0,0.0
2024-04-26 00:00:00+01:00,11.31,11.64,11.230880126953124,11.39,11.380887451171875,144819,0.0,0.0
2024-04-29 00:00:00+01:00,11.15,11.82,11.15,11.82,11.81054443359375,119071,0.0,0.0
2024-04-30 00:00:00+01:00,11.98,11.99,11.42,11.5,11.490799560546876,199939,0.0,0.0
2024-05-01 00:00:00+01:00,12.01,12.01,11.32,11.59,11.5807275390625,165171,0.0,0.0
2024-05-02 00:00:00+01:00,11.57,11.66,11.3,11.66,11.65067138671875,305855,0.0,0.0
2024-05-03 00:00:00+01:00,11.85,11.96,11.6,11.75,11.740599365234376,158727,0.0,0.0
2024-05-07 00:00:00+01:00,12.13,12.19,11.57,11.790000000000001,11.780567626953125,116963,0.0,0.0
2024-05-08 00:00:00+01:00,12.15,12.804000244140624,11.99,12.67,12.65986328125,362985,0.0,0.0
2024-05-09 00:00:00+01:00,12.65,12.71,12.18,12.66,12.649871826171875,261229,0.0,0.0
2024-05-10 00:00:00+01:00,12.47,12.97,12.47,12.89,12.879687500000001,187666,0.0,0.0
2024-05-13 00:00:00+01:00,12.8,13.120000000000001,12.58,12.8,12.789759521484376,164449,0.0,0.0
2024-05-14 00:00:00+01:00,12.6,13.237950439453126,12.6,13.08,13.0695361328125,166908,0.0,0.0
2024-05-15 00:00:00+01:00,13.36,13.48,13.030000000000001,13.450000000000001,13.439239501953125,178857,0.0,0.0
2024-05-16 00:00:00+01:00,13.450000000000001,14.0,13.450000000000001,14.0,13.988800048828125,314200,0.0,0.0
2024-05-17 00:00:00+01:00,14.13,14.8,13.780000000000001,14.700000000000001,14.68823974609375,558689,0.0,0.0
2024-05-20 00:00:00+01:00,24.5,24.98,22.82,22.82,22.8017431640625,8292215,0.0,0.0
2024-05-21 00:00:00+01:00,23.02,23.44,22.400000000000002,22.56,22.54195068359375,1407097,0.0,0.0
2024-05-22 00:00:00+01:00,22.46,22.64,22.0,22.0,21.98239990234375,723017,0.0,0.0
2024-05-23 00:00:00+01:00,21.98,22.47597900390625,21.62,22.3,22.3,1522184,1.76,0.0
2024-05-24 00:00:00+01:00,22.240000000000002,22.3,21.68,22.14,22.14,644971,0.0,0.0
2024-05-28 00:00:00+01:00,22.2,22.6,22.06,22.5,22.5,311246,0.0,0.0
2024-05-29 00:00:00+01:00,22.48,22.6010009765625,22.16,22.3,22.3,1482854,0.0,0.0
2024-05-30 00:00:00+01:00,22.5,22.62,22.3,22.32,22.32,138373,0.0,0.0
2024-05-31 00:00:00+01:00,22.0,22.48,22.0,22.34,22.34,695505,0.0,0.0
2024-06-03 00:00:00+01:00,22.2,22.48,22.1,22.36,22.36,148218,0.0,0.0
2024-06-04 00:00:00+01:00,22.36,22.36,21.75,22.0,22.0,1289764,0.0,0.0
2024-06-05 00:00:00+01:00,22.36,22.36,21.8,22.02,22.02,295325,0.0,0.0
2024-06-06 00:00:00+01:00,22.02,22.145700683593752,21.78,22.04,22.04,463598,0.0,0.0
2024-06-07 00:00:00+01:00,22.1,22.2,21.740000000000002,21.98,21.98,799873,0.0,0.0
2024-06-10 00:00:00+01:00,21.900000000000002,22.02,21.64,21.64,21.64,588812,0.0,0.0
2024-06-11 00:00:00+01:00,21.84,22.1,21.400000000000002,21.42,21.42,323278,0.0,0.0
2024-06-12 00:00:00+01:00,21.72,21.72,21.2,21.5,21.5,961776,0.0,0.0
2024-06-13 00:00:00+01:00,21.7,21.7,21.0,21.36,21.36,731949,0.0,0.0
2024-06-14 00:00:00+01:00,21.72,22.62,21.435,22.62,22.62,1564845,0.0,0.0
2024-06-17 00:00:00+01:00,22.42,22.60555908203125,22.05300048828125,22.3,22.3,543001,0.0,0.0
2024-06-18 00:00:00+01:00,22.5,22.5,22.011999511718752,22.28,22.28,302283,0.0,0.0
2024-06-19 00:00:00+01:00,22.0,22.36,21.94,22.0,22.0,261639,0.0,0.0
2024-06-20 00:00:00+01:00,22.5,22.5,21.900000000000002,22.400000000000002,22.400000000000002,298140,0.0,0.0
2024-06-21 00:00:00+01:00,22.5,22.900000000000002,22.22,22.38,22.38,374718,0.0,0.0
2024-06-24 00:00:00+01:00,22.400000000000002,22.62,22.2,22.38,22.38,182607,0.0,0.0
2024-06-25 00:00:00+01:00,22.3,22.32,21.32049072265625,21.92,21.92,1156786,0.0,0.0
2024-06-26 00:00:00+01:00,22.0,22.0,21.44,21.740000000000002,21.740000000000002,1321707,0.0,0.0
2024-06-27 00:00:00+01:00,21.86,21.92,21.6,21.78,21.78,1192605,0.0,0.0
2024-06-28 00:00:00+01:00,23.1,23.21093994140625,22.88800048828125,23.12,23.12,5166863,0.0,0.0
2024-07-01 00:00:00+01:00,23.26,23.26,23.06,23.080000000000002,23.080000000000002,904708,0.0,0.0
2024-07-02 00:00:00+01:00,23.080000000000002,23.240000000000002,23.06,23.18,23.18,800296,0.0,0.0
2024-07-03 00:00:00+01:00,23.84,23.900000000000002,23.78333984375,23.900000000000002,23.900000000000002,8961383,0.0,0.0
2024-07-04 00:00:00+01:00,23.92,23.94,23.83340087890625,23.86,23.86,1175939,0.0,0.0
2024-07-05 00:00:00+01:00,23.900000000000002,23.96,23.86,23.88,23.88,969052,0.0,0.0
2024-07-08 00:00:00+01:00,23.88,24.060000000000002,23.88,23.88,23.88,420214,0.0,0.0
2024-07-09 00:00:00+01:00,23.92,23.96,23.86,23.900000000000002,23.900000000000002,1264139,0.0,0.0
2024-07-10 00:00:00+01:00,23.88,23.94,23.88,23.900000000000002,23.900000000000002,371085,0.0,0.0
2024-07-11 00:00:00+01:00,23.84,23.92,23.82,23.82,23.82,458586,0.0,0.0
2024-07-12 00:00:00+01:00,23.82,23.88,23.82,23.88,23.88,681277,0.0,0.0
2024-07-15 00:00:00+01:00,23.84,23.88,23.84,23.86,23.86,739304,0.0,0.0
2024-07-16 00:00:00+01:00,23.88,23.883859863281252,23.84,23.86,23.86,1130090,0.0,0.0
2024-07-17 00:00:00+01:00,23.88,23.88,23.86,23.86,23.86,755831,0.0,0.0
2024-07-18 00:00:00+01:00,23.88,23.900000000000002,23.86,23.900000000000002,23.900000000000002,960170,0.0,0.0
2024-07-19 00:00:00+01:00,23.900000000000002,23.94,23.86,23.94,23.94,195271,0.0,0.0
2024-07-22 00:00:00+01:00,23.88,23.92,23.8,23.84,23.84,3036352,0.0,0.0
2024-07-23 00:00:00+01:00,23.82,23.86,23.8,23.82,23.82,1083480,0.0,0.0
2024-07-24 00:00:00+01:00,23.84,23.88,23.8,23.8,23.8,1445489,0.0,0.0
2024-07-25 00:00:00+01:00,23.84,23.900000000000002,23.8,23.8,23.8,582850,0.0,0.0
2024-07-26 00:00:00+01:00,23.96,23.96,23.8,23.8,23.8,675264,0.0,0.0
2024-07-29 00:00:00+01:00,23.84,23.88,23.5783203125,23.84,23.84,1403210,0.0,0.0
2024-07-30 00:00:00+01:00,23.84,23.88,23.82,23.84,23.84,1286201,0.0,0.0
2024-07-31 00:00:00+01:00,23.86,23.88,23.82,23.88,23.88,308556,0.0,0.0
2024-08-01 00:00:00+01:00,23.900000000000002,23.900000000000002,23.84,23.84,23.84,139383,0.0,0.0
2024-08-02 00:00:00+01:00,24.2,24.2,23.84,23.84,23.84,402227,0.0,0.0
2024-08-05 00:00:00+01:00,23.84,23.88,23.8,23.88,23.88,2543161,0.0,0.0
2024-08-06 00:00:00+01:00,23.900000000000002,24.060000000000002,23.82,23.88,23.88,805371,0.0,0.0
2024-08-07 00:00:00+01:00,23.900000000000002,23.92,23.84,23.86,23.86,1753790,0.0,0.0
2024-08-08 00:00:00+01:00,23.86,23.92,23.86,23.88,23.88,191998,0.0,0.0
2024-08-09 00:00:00+01:00,23.900000000000002,23.98,23.86,23.98,23.98,289215,0.0,0.0
2024-08-12 00:00:00+01:00,23.96,24.0,23.92,24.0,24.0,513766,0.0,0.0
2024-08-13 00:00:00+01:00,24.0,24.04,23.94,24.04,24.04,185320,0.0,0.0
2024-08-14 00:00:00+01:00,24.0,24.3,23.96,24.3,24.3,300442,0.0,0.0
2024-08-15 00:00:00+01:00,24.1,24.12,24.0,24.02,24.02,222740,0.0,0.0
2024-08-16 00:00:00+01:00,24.1,24.1,23.98,23.98,23.98,255770,0.0,0.0
2024-08-19 00:00:00+01:00,24.080000000000002,24.080000000000002,23.96,24.0,24.0,229725,0.0,0.0
2024-08-20 00:00:00+01:00,24.0,24.04,23.98,24.0,24.0,261084,0.0,0.0
2024-08-21 00:00:00+01:00,24.080000000000002,24.080000000000002,23.98,24.060000000000002,24.060000000000002,1086506,0.0,0.0
2024-08-22 00:00:00+01:00,24.080000000000002,24.080000000000002,24.02,24.04,24.04,106190,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-04 00:00:00+00:00 29.46 29.98 28.52 28.66 28.567705078125 169521 0.0 0.0
3 2022-01-05 00:00:00+00:00 30.0 30.0 28.46 28.900000000000002 28.80693115234375 128698 0.0 0.0
4 2022-01-06 00:00:00+00:00 28.2 28.560000000000002 27.5 27.82 27.730410156250002 374659 0.0 0.0
5 2022-01-07 00:00:00+00:00 28.3 28.3 27.400000000000002 27.46 27.3715673828125 80410 0.0 0.0
6 2022-01-10 00:00:00+00:00 28.16 28.240000000000002 26.2 26.580000000000002 26.49440185546875 135881 0.0 0.0
7 2022-01-11 00:00:00+00:00 25.92 27.060000000000002 25.92 26.72 26.6339501953125 71414 0.0 0.0
8 2022-01-12 00:00:00+00:00 26.72 26.96 26.060000000000002 26.8 26.7136962890625 68611 0.0 0.0
9 2022-01-13 00:00:00+00:00 26.72 27.3239990234375 26.6 27.2 27.1124072265625 155917 0.0 0.0
10 2022-01-14 00:00:00+00:00 27.52 27.52 26.36 26.560000000000002 26.4744677734375 66402 0.0 0.0
11 2022-01-17 00:00:00+00:00 27.02 27.22 26.28 27.22 27.13234130859375 60092 0.0 0.0
12 2022-01-18 00:00:00+00:00 27.66 27.66 26.0 26.86 26.773500976562502 128385 0.0 0.0
13 2022-01-19 00:00:00+00:00 27.0 27.46 26.7 27.2 27.1124072265625 75141 0.0 0.0
14 2022-01-20 00:00:00+00:00 26.900000000000002 27.7 26.81172119140625 27.54 27.45131103515625 99304 0.0 0.0
15 2022-01-21 00:00:00+00:00 27.26 27.88 26.214208984375002 26.38 26.295048828125 123570 0.0 0.0
16 2022-01-24 00:00:00+00:00 26.14 26.261599121093752 24.72 24.88 24.7998779296875 148794 0.0 0.0
17 2022-01-25 00:00:00+00:00 24.92 25.2 24.580000000000002 24.580000000000002 24.50084228515625 94318 0.0 0.0
18 2022-01-26 00:00:00+00:00 25.52 25.52 24.400000000000002 24.66 24.58058837890625 265198 0.0 0.0
19 2022-01-27 00:00:00+00:00 24.66 25.12669921875 24.400000000000002 24.82 24.74007080078125 248811 0.0 0.0
20 2022-01-28 00:00:00+00:00 24.7 24.88 24.1 24.32 24.241682128906252 146209 0.0 0.0
21 2022-01-31 00:00:00+00:00 25.3 25.46 24.3 25.2 25.118845214843752 495745 0.0 0.0
22 2022-02-01 00:00:00+00:00 25.580000000000002 26.78 25.580000000000002 26.7 26.614016113281252 426366 0.0 0.0
23 2022-02-02 00:00:00+00:00 25.5 27.28 25.5 26.38 26.295048828125 134118 0.0 0.0
24 2022-02-03 00:00:00+00:00 26.28 26.3639990234375 24.82 24.88 24.7998779296875 168782 0.0 0.0
25 2022-02-04 00:00:00+00:00 24.6 25.14 24.400000000000002 24.76 24.680263671875 110543 0.0 0.0
26 2022-02-07 00:00:00+00:00 25.04 25.04 24.54 24.54 24.4609716796875 163853 0.0 0.0
27 2022-02-08 00:00:00+00:00 24.64 24.64 23.8 24.12 24.04232421875 146007 0.0 0.0
28 2022-02-09 00:00:00+00:00 24.5 24.98 24.3 24.7 24.62045654296875 130747 0.0 0.0
29 2022-02-10 00:00:00+00:00 24.52 24.7 24.080000000000002 24.46 24.38123046875 113862 0.0 0.0
30 2022-02-11 00:00:00+00:00 24.5 24.72 24.1 24.42 24.341357421875 87108 0.0 0.0
31 2022-02-14 00:00:00+00:00 24.42 24.42 23.34 23.98 23.9027783203125 79188 0.0 0.0
32 2022-02-15 00:00:00+00:00 23.86 24.560000000000002 23.54 24.22 24.142004394531252 175846 0.0 0.0
33 2022-02-16 00:00:00+00:00 24.580000000000002 24.580000000000002 23.76 23.98 23.9027783203125 62392 0.0 0.0
34 2022-02-17 00:00:00+00:00 24.78 24.78 23.86 23.86 23.78316162109375 111791 0.0 0.0
35 2022-02-18 00:00:00+00:00 23.84 23.94760009765625 23.36 23.48 23.4043896484375 61467 0.0 0.0
36 2022-02-21 00:00:00+00:00 23.46 23.64919921875 22.82 23.080000000000002 23.005673828125 71820 0.0 0.0
37 2022-02-22 00:00:00+00:00 24.18 24.18 22.54 23.38 23.30470703125 75721 0.0 0.0
38 2022-02-23 00:00:00+00:00 23.78 24.04 23.02 23.02 22.945869140625 122317 0.0 0.0
39 2022-02-24 00:00:00+00:00 23.3 23.3 21.96 22.52 22.44747802734375 241118 0.0 0.0
40 2022-02-25 00:00:00+00:00 23.0 23.56 22.66 23.32 23.24490234375 147148 0.0 0.0
41 2022-02-28 00:00:00+00:00 22.36 24.14 22.36 24.14 24.0622607421875 226698 0.0 0.0
42 2022-03-01 00:00:00+00:00 24.080000000000002 24.22 23.5 23.5 23.4243212890625 218356 0.0 0.0
43 2022-03-02 00:00:00+00:00 23.7 23.900000000000002 23.26 23.62 23.543935546875 87219 0.0 0.0
44 2022-03-03 00:00:00+00:00 23.26 23.8 22.14 22.14 22.06870361328125 137377 0.0 0.0
45 2022-03-04 00:00:00+00:00 22.3 22.92 20.740000000000002 20.740000000000002 20.6732080078125 173972 0.0 0.0
46 2022-03-07 00:00:00+00:00 20.740000000000002 21.14 19.5 20.3 20.23462646484375 282380 0.0 0.0
47 2022-03-08 00:00:00+00:00 20.3 20.82 19.52 19.52 19.457138671875 268763 0.0 0.0
48 2022-03-09 00:00:00+00:00 20.0 21.02 19.73 21.02 20.9523095703125 624876 0.0 0.0
49 2022-03-10 00:00:00+00:00 21.22 21.22 20.38 20.44 20.374176025390625 266261 0.0 0.0
50 2022-03-11 00:00:00+00:00 20.66 21.52 20.46 20.900000000000002 20.8326953125 139879 0.0 0.0
51 2022-03-14 00:00:00+00:00 21.5 21.88 21.1 21.580000000000002 21.51050537109375 87051 0.0 0.0
52 2022-03-15 00:00:00+00:00 20.72 21.48 20.72 20.96 20.89250244140625 86783 0.0 0.0
53 2022-03-16 00:00:00+00:00 21.580000000000002 22.72 21.36 22.48 22.40760498046875 118783 0.0 0.0
54 2022-03-17 00:00:00+00:00 21.68 22.7 21.68 22.46 22.387670898437502 86717 0.0 0.0
55 2022-03-18 00:00:00+00:00 21.76 23.32 21.76 23.18 23.10535400390625 147084 0.0 0.0
56 2022-03-21 00:00:00+00:00 23.400000000000002 23.400000000000002 22.26 22.62 22.547155761718752 290436 0.0 0.0
57 2022-03-22 00:00:00+00:00 23.22 23.22 21.94 22.0 21.92915283203125 89172 0.0 0.0
58 2022-03-23 00:00:00+00:00 21.68 22.7 21.68 22.56 22.487348632812502 83842 0.0 0.0
59 2022-03-24 00:00:00+00:00 21.42 22.64 21.400000000000002 22.400000000000002 22.327863769531252 121267 0.0 0.0
60 2022-03-25 00:00:00+00:00 22.5 23.1 21.92 22.66 22.58702880859375 192618 0.0 0.0
61 2022-03-28 00:00:00+01:00 22.14 23.32 22.14 22.86 22.7863818359375 109333 0.0 0.0
62 2022-03-29 00:00:00+01:00 23.02 23.511201171875 22.8360009765625 23.38 23.30470703125 85895 0.0 0.0
63 2022-03-30 00:00:00+01:00 23.82 25.740000000000002 23.82 25.740000000000002 25.657106933593752 571137 0.0 0.0
64 2022-03-31 00:00:00+01:00 25.68 26.2 25.0 26.2 26.115625 458165 0.0 0.0
65 2022-04-01 00:00:00+01:00 26.32 26.34 25.580000000000002 25.580000000000002 25.497622070312502 206616 0.0 0.0
66 2022-04-04 00:00:00+01:00 26.400000000000002 26.400000000000002 25.2 25.92 25.836530761718752 150039 0.0 0.0
67 2022-04-05 00:00:00+01:00 25.94 26.92 25.900000000000002 26.46 26.37478759765625 2241719 0.0 0.0
68 2022-04-06 00:00:00+01:00 26.62 26.98 26.32 26.52 26.4345947265625 178598 0.0 0.0
69 2022-04-07 00:00:00+01:00 26.86 27.62 26.44 27.18 27.092470703125002 191304 0.0 0.0
70 2022-04-08 00:00:00+01:00 27.52 27.72489990234375 26.52 26.62 26.5342724609375 131026 0.0 0.0
71 2022-04-11 00:00:00+01:00 26.560000000000002 26.692480468750002 25.88 26.0 25.916269531250002 106445 0.0 0.0
72 2022-04-12 00:00:00+01:00 26.0 26.580000000000002 26.0 26.28 26.19536865234375 134222 0.0 0.0
73 2022-04-13 00:00:00+01:00 26.62 26.62 25.92 26.3 26.215307617187502 151567 0.0 0.0
74 2022-04-14 00:00:00+01:00 26.240000000000002 26.52 25.79534912109375 26.0 25.916269531250002 203268 0.0 0.0
75 2022-04-19 00:00:00+01:00 25.8 26.060000000000002 24.96 25.54 25.45775146484375 202763 0.0 0.0
76 2022-04-20 00:00:00+01:00 25.740000000000002 25.740000000000002 25.12 25.12 25.03910400390625 133972 0.0 0.0
77 2022-04-21 00:00:00+01:00 25.22 25.62 25.1 25.2 25.118845214843752 134423 0.0 0.0
78 2022-04-22 00:00:00+01:00 24.62 25.38 24.62 25.02 24.93942626953125 148749 0.0 0.0
79 2022-04-25 00:00:00+01:00 24.38 24.86 24.18 24.400000000000002 24.32142333984375 283575 0.0 0.0
80 2022-04-26 00:00:00+01:00 24.3 24.82 24.22 24.3 24.221748046875 271554 0.0 0.0
81 2022-04-27 00:00:00+01:00 24.0 24.94 23.2 23.46 23.38445068359375 147954 0.0 0.0
82 2022-04-28 00:00:00+01:00 23.48 23.90139892578125 23.42 23.76 23.68348388671875 98816 0.0 0.0
83 2022-04-29 00:00:00+01:00 23.22 24.16 23.2 24.04 23.9625830078125 139578 0.0 0.0
84 2022-05-03 00:00:00+01:00 23.6 24.3 23.18 23.48 23.4043896484375 181511 0.0 0.0
85 2022-05-04 00:00:00+01:00 23.16 23.26 22.24698974609375 22.44 22.36773681640625 199215 0.0 0.0
86 2022-05-05 00:00:00+01:00 23.52 23.52 22.18 22.26 22.18831298828125 468283 0.0 0.0
87 2022-05-06 00:00:00+01:00 21.900000000000002 22.06 21.5 22.0 21.92915283203125 119246 0.0 0.0
88 2022-05-09 00:00:00+01:00 21.88 21.89320068359375 20.8 21.14 21.071923828125 216918 0.0 0.0
89 2022-05-10 00:00:00+01:00 21.3 22.02 21.14 21.52 21.45069580078125 175912 0.0 0.0
90 2022-05-11 00:00:00+01:00 22.080000000000002 22.6 21.48 21.92 21.84941162109375 161619 0.0 0.0
91 2022-05-12 00:00:00+01:00 21.54 22.0 21.0 21.96 21.88927978515625 162789 0.0 0.0
92 2022-05-13 00:00:00+01:00 22.0 22.580000000000002 21.88 22.400000000000002 22.327863769531252 136027 0.0 0.0
93 2022-05-16 00:00:00+01:00 22.28 22.32 21.66 21.88 21.80953857421875 169593 0.0 0.0
94 2022-05-17 00:00:00+01:00 21.94 22.1 21.580000000000002 21.8 21.729794921875 230442 0.0 0.0
95 2022-05-18 00:00:00+01:00 22.76 22.76 21.34 21.36 21.29121337890625 218130 0.0 0.0
96 2022-05-19 00:00:00+01:00 21.56 21.900000000000002 20.82 21.82 21.74972900390625 161985 0.0 0.0
97 2022-05-20 00:00:00+01:00 21.88 22.5 21.7 21.76 21.689924316406252 108143 0.0 0.0
98 2022-05-23 00:00:00+01:00 21.7 22.26 21.68 21.84 21.76966796875 114671 0.0 0.0
99 2022-05-24 00:00:00+01:00 22.0 22.0 21.22 21.34 21.271276855468752 80311 0.0 0.0
100 2022-05-25 00:00:00+01:00 21.44 22.240000000000002 21.3510009765625 21.94 21.869345703125 108379 0.0 0.0
101 2022-05-26 00:00:00+01:00 22.240000000000002 22.240000000000002 21.66 22.080000000000002 22.02344970703125 54302 1.45 0.0
102 2022-05-27 00:00:00+01:00 22.14 22.68 22.04 22.5 22.44237548828125 84161 0.0 0.0
103 2022-05-30 00:00:00+01:00 22.8 23.1 22.5 22.68 22.62191162109375 92952 0.0 0.0
104 2022-05-31 00:00:00+01:00 22.0 23.56 22.0 23.42 23.36001953125 260541 0.0 0.0
105 2022-06-01 00:00:00+01:00 23.52 23.76 22.96 23.48 23.4198681640625 169299 0.0 0.0
106 2022-06-06 00:00:00+01:00 23.52 23.76 23.080000000000002 23.56 23.49966064453125 62642 0.0 0.0
107 2022-06-07 00:00:00+01:00 22.62 23.92 22.62 23.8 23.73904541015625 131089 0.0 0.0
108 2022-06-08 00:00:00+01:00 23.88 24.22 23.88 24.060000000000002 23.99837646484375 144324 0.0 0.0
109 2022-06-09 00:00:00+01:00 23.72 24.740000000000002 23.48300048828125 24.32 24.25771484375 197024 0.0 0.0
110 2022-06-10 00:00:00+01:00 24.18 24.5 23.68 23.900000000000002 23.838789062500002 391211 0.0 0.0
111 2022-06-13 00:00:00+01:00 23.78 24.0 22.88 23.2 23.1405810546875 389306 0.0 0.0
112 2022-06-14 00:00:00+01:00 23.18 23.34 22.92 23.04 22.9809912109375 168973 0.0 0.0
113 2022-06-15 00:00:00+01:00 22.6 23.18 21.580000000000002 22.26 22.20298828125 159033 0.0 0.0
114 2022-06-16 00:00:00+01:00 22.54 22.54 21.82 21.92 21.86385986328125 154582 0.0 0.0
115 2022-06-17 00:00:00+01:00 22.02 22.62 22.0 22.56 22.50221923828125 162701 0.0 0.0
116 2022-06-20 00:00:00+01:00 22.54 22.7643994140625 22.3 22.46 22.402475585937502 48492 0.0 0.0
117 2022-06-21 00:00:00+01:00 22.52 23.1 22.34 22.740000000000002 22.68176025390625 131960 0.0 0.0
118 2022-06-22 00:00:00+01:00 22.94 23.12 22.03 22.96 22.90119873046875 67403 0.0 0.0
119 2022-06-23 00:00:00+01:00 23.5 23.5 21.88 22.240000000000002 22.18303955078125 191595 0.0 0.0
120 2022-06-24 00:00:00+01:00 22.8 23.34 22.580000000000002 23.1 23.04083740234375 186503 0.0 0.0
121 2022-06-27 00:00:00+01:00 23.080000000000002 23.34 22.78 22.900000000000002 22.84135009765625 75108 0.0 0.0
122 2022-06-28 00:00:00+01:00 22.84 23.14 22.42 22.6 22.542119140625 95713 0.0 0.0
123 2022-06-29 00:00:00+01:00 22.44 22.580000000000002 21.76 21.8 21.7441650390625 143179 0.0 0.0
124 2022-06-30 00:00:00+01:00 21.38 22.0 21.38 21.94 21.88380859375 143371 0.0 0.0
125 2022-07-01 00:00:00+01:00 21.0 22.3 21.0 22.14 22.08329833984375 151912 0.0 0.0
126 2022-07-04 00:00:00+01:00 22.96 23.12 21.76 21.86 21.80401123046875 163031 0.0 0.0
127 2022-07-05 00:00:00+01:00 21.8 22.26 21.1 21.54 21.484833984375 87873 0.0 0.0
128 2022-07-06 00:00:00+01:00 21.8 22.54 21.8 22.5 22.44237548828125 192002 0.0 0.0
129 2022-07-07 00:00:00+01:00 22.740000000000002 22.86 22.44739990234375 22.68 22.62191162109375 44045 0.0 0.0
130 2022-07-08 00:00:00+01:00 22.7 23.1 22.38 23.0 22.94109375 54169 0.0 0.0
131 2022-07-11 00:00:00+01:00 23.0 23.240000000000002 22.68 23.02 22.961042480468752 28404 0.0 0.0
132 2022-07-12 00:00:00+01:00 23.48 23.48 22.38 22.400000000000002 22.34262939453125 58069 0.0 0.0
133 2022-07-13 00:00:00+01:00 21.98 22.42 21.54 22.2 22.14314208984375 171315 0.0 0.0
134 2022-07-14 00:00:00+01:00 21.6 22.28739990234375 21.42 21.8 21.7441650390625 69105 0.0 0.0
135 2022-07-15 00:00:00+01:00 22.240000000000002 22.46 21.42 22.38 22.3226806640625 37962 0.0 0.0
136 2022-07-18 00:00:00+01:00 22.52 23.26 22.52 23.1 23.04083740234375 57375 0.0 0.0
137 2022-07-19 00:00:00+01:00 22.86 23.240000000000002 22.86 23.080000000000002 23.020888671875 111888 0.0 0.0
138 2022-07-20 00:00:00+01:00 23.32 23.7 23.27 23.64 23.579453125 101102 0.0 0.0
139 2022-07-21 00:00:00+01:00 23.6 24.3 23.52 24.3 24.23776123046875 94675 0.0 0.0
140 2022-07-22 00:00:00+01:00 24.22 24.66 24.14 24.28 24.21781494140625 106841 0.0 0.0
141 2022-07-25 00:00:00+01:00 24.26 24.42 23.96 24.04 23.978430175781252 156132 0.0 0.0
142 2022-07-26 00:00:00+01:00 24.1 24.1 23.56 23.56 23.49966064453125 100895 0.0 0.0
143 2022-07-27 00:00:00+01:00 23.48 23.94 23.44 23.580000000000002 23.51960693359375 147619 0.0 0.0
144 2022-07-28 00:00:00+01:00 24.32 24.400000000000002 23.84 24.400000000000002 24.337509765625 68667 0.0 0.0
145 2022-07-29 00:00:00+01:00 24.28 25.48 24.26 25.14 25.075615234375 215529 0.0 0.0
146 2022-08-01 00:00:00+01:00 26.0 26.0 24.6 24.900000000000002 24.83622802734375 67096 0.0 0.0
147 2022-08-02 00:00:00+01:00 24.86 24.900000000000002 24.3 24.52 24.45719970703125 44575 0.0 0.0
148 2022-08-03 00:00:00+01:00 25.400000000000002 27.664499511718752 24.740000000000002 27.0 26.93084716796875 363560 0.0 0.0
149 2022-08-04 00:00:00+01:00 26.96 27.06300048828125 25.98 26.42 26.35233642578125 390933 0.0 0.0
150 2022-08-05 00:00:00+01:00 26.28 27.1 26.22 26.54 26.4720263671875 281941 0.0 0.0
151 2022-08-08 00:00:00+01:00 26.26 26.84 25.740000000000002 26.02 25.953359375 119579 0.0 0.0
152 2022-08-09 00:00:00+01:00 26.0 26.12 25.400000000000002 25.42 25.354895019531252 81157 0.0 0.0
153 2022-08-10 00:00:00+01:00 26.0 26.361459960937502 24.84 26.240000000000002 26.17279541015625 236333 0.0 0.0
154 2022-08-11 00:00:00+01:00 26.22 26.52 25.94 26.26 26.192744140625 202521 0.0 0.0
155 2022-08-12 00:00:00+01:00 26.740000000000002 26.76 26.12 26.68 26.611669921875002 94373 0.0 0.0
156 2022-08-15 00:00:00+01:00 26.0 26.92 25.66 26.68 26.611669921875002 130154 0.0 0.0
157 2022-08-16 00:00:00+01:00 26.1 26.86 25.34 25.580000000000002 25.51448486328125 220905 0.0 0.0
158 2022-08-17 00:00:00+01:00 25.66 26.2 25.32 25.740000000000002 25.6740771484375 194549 0.0 0.0
159 2022-08-18 00:00:00+01:00 25.740000000000002 25.8 25.42 25.8 25.733923339843752 73907 0.0 0.0
160 2022-08-19 00:00:00+01:00 25.64 25.7 24.38 24.38 24.31755859375 161331 0.0 0.0
161 2022-08-22 00:00:00+01:00 24.2 24.42 23.84 24.14 24.078173828125 309805 0.0 0.0
162 2022-08-23 00:00:00+01:00 24.2 24.2 23.34 23.42 23.36001953125 169026 0.0 0.0
163 2022-08-24 00:00:00+01:00 24.44 24.44 23.240000000000002 24.080000000000002 24.01832763671875 213735 0.0 0.0
164 2022-08-25 00:00:00+01:00 24.34 24.76 24.14 24.560000000000002 24.49709716796875 103565 0.0 0.0
165 2022-08-26 00:00:00+01:00 24.68 25.84 24.418798828125002 24.48 24.41730224609375 111767 0.0 0.0
166 2022-08-30 00:00:00+01:00 25.0 25.32 24.28 24.64 24.57689208984375 114667 0.0 0.0
167 2022-08-31 00:00:00+01:00 24.3 25.14 24.26 24.86 24.79633056640625 159278 0.0 0.0
168 2022-09-01 00:00:00+01:00 24.84 24.84 23.28 23.5 23.439814453125 75741 0.0 0.0
169 2022-09-02 00:00:00+01:00 23.8 23.900000000000002 23.32 23.86 23.7988916015625 161878 0.0 0.0
170 2022-09-05 00:00:00+01:00 23.54 24.04 23.19093994140625 23.5 23.439814453125 89772 0.0 0.0
171 2022-09-06 00:00:00+01:00 23.54 24.02 23.31 23.580000000000002 23.51960693359375 71477 0.0 0.0
172 2022-09-07 00:00:00+01:00 23.0 23.72 23.0 23.48 23.4198681640625 97993 0.0 0.0
173 2022-09-08 00:00:00+01:00 23.400000000000002 23.86 23.12 23.86 23.7988916015625 192900 0.0 0.0
174 2022-09-09 00:00:00+01:00 23.7 24.240000000000002 23.67845947265625 24.16 24.09812255859375 59221 0.0 0.0
175 2022-09-12 00:00:00+01:00 24.400000000000002 24.400000000000002 23.82 24.04 23.978430175781252 76307 0.0 0.0
176 2022-09-13 00:00:00+01:00 24.0 24.76 23.66 23.66 23.599404296875 155869 0.0 0.0
177 2022-09-14 00:00:00+01:00 23.66 24.34 23.54 23.84 23.77894287109375 120233 0.0 0.0
178 2022-09-15 00:00:00+01:00 23.22 23.88 23.18 23.34 23.280222167968752 297665 0.0 0.0
179 2022-09-16 00:00:00+01:00 23.26 23.32 22.900000000000002 22.92 22.861298828125 144960 0.0 0.0
180 2022-09-20 00:00:00+01:00 22.94 24.04 22.6 23.5 23.439814453125 317042 0.0 0.0
181 2022-09-21 00:00:00+01:00 23.84 24.36 21.86 23.12 23.0607861328125 273104 0.0 0.0
182 2022-09-22 00:00:00+01:00 23.02 23.46 22.8 23.240000000000002 23.180478515625 330760 0.0 0.0
183 2022-09-23 00:00:00+01:00 23.02 23.14 21.900000000000002 22.56 22.50221923828125 152226 0.0 0.0
184 2022-09-26 00:00:00+01:00 22.1 22.98 22.1 22.68 22.62191162109375 160292 0.0 0.0
185 2022-09-27 00:00:00+01:00 22.92 23.52 22.82 22.82 22.761552734375 170562 0.0 0.0
186 2022-09-28 00:00:00+01:00 22.1 23.06 21.98 22.86 22.8014501953125 115333 0.0 0.0
187 2022-09-29 00:00:00+01:00 22.84 22.900000000000002 22.04 22.36 22.302734375 131444 0.0 0.0
188 2022-09-30 00:00:00+01:00 22.7 23.18 22.0 22.98 22.92114501953125 721076 0.0 0.0
189 2022-10-03 00:00:00+01:00 22.0 23.740000000000002 22.0 23.6 23.5395556640625 411048 0.0 0.0
190 2022-10-04 00:00:00+01:00 23.14 24.82 23.14 24.48 24.41730224609375 359955 0.0 0.0
191 2022-10-05 00:00:00+01:00 24.6 24.6 23.38 23.66 23.599404296875 787207 0.0 0.0
192 2022-10-06 00:00:00+01:00 23.3 24.36 23.3 24.16 24.105966796875002 179826 0.77 0.0
193 2022-10-07 00:00:00+01:00 24.32 24.32 23.12 23.28 23.2279345703125 182711 0.0 0.0
194 2022-10-10 00:00:00+01:00 23.0 23.28 22.240000000000002 22.44 22.389814453125002 138462 0.0 0.0
195 2022-10-11 00:00:00+01:00 22.38 22.72 22.1 22.18 22.13039306640625 148515 0.0 0.0
196 2022-10-12 00:00:00+01:00 23.12 23.12 21.88 22.16 22.110439453125 162450 0.0 0.0
197 2022-10-13 00:00:00+01:00 22.740000000000002 22.740000000000002 21.12 21.900000000000002 21.851022949218752 326778 0.0 0.0
198 2022-10-14 00:00:00+01:00 22.0 22.76 21.82 22.5 22.449682617187502 161983 0.0 0.0
199 2022-10-17 00:00:00+01:00 22.86 23.01260009765625 22.2 22.94 22.8886962890625 116551 0.0 0.0
200 2022-10-18 00:00:00+01:00 22.26 23.38 22.26 23.12 23.06829345703125 141461 0.0 0.0
201 2022-10-19 00:00:00+01:00 23.0 23.16 22.240000000000002 22.36 22.30999267578125 104562 0.0 0.0
202 2022-10-20 00:00:00+01:00 22.38 22.72 21.82 22.5 22.449682617187502 152158 0.0 0.0
203 2022-10-21 00:00:00+01:00 22.5 23.1 22.28 23.0 22.94856201171875 104972 0.0 0.0
204 2022-10-24 00:00:00+01:00 23.02 23.900000000000002 23.0 23.38 23.32771240234375 159898 0.0 0.0
205 2022-10-25 00:00:00+01:00 23.72 24.46 23.42 24.16 24.105966796875002 85381 0.0 0.0
206 2022-10-26 00:00:00+01:00 24.16 24.2 23.66 24.14 24.0860107421875 117490 0.0 0.0
207 2022-10-27 00:00:00+01:00 24.080000000000002 24.54 23.88 24.34 24.285566406250002 238792 0.0 0.0
208 2022-10-28 00:00:00+01:00 24.1 24.22 23.719599609375 24.080000000000002 24.0261474609375 122712 0.0 0.0
209 2022-10-31 00:00:00+00:00 24.26 24.46 23.66 24.1 24.04610107421875 102273 0.0 0.0
210 2022-11-01 00:00:00+00:00 24.5 24.94 24.02 24.22 24.16583251953125 72028 0.0 0.0
211 2022-11-02 00:00:00+00:00 24.1 25.0 23.92 24.64 24.584892578125 145464 0.0 0.0
212 2022-11-03 00:00:00+00:00 24.28 24.72 23.88 24.04 23.98623779296875 73546 0.0 0.0
213 2022-11-04 00:00:00+00:00 24.240000000000002 25.080000000000002 23.60639892578125 24.28 24.2256982421875 69077 0.0 0.0
214 2022-11-07 00:00:00+00:00 24.22 25.080000000000002 24.02 24.900000000000002 24.8443115234375 124283 0.0 0.0
215 2022-11-08 00:00:00+00:00 24.580000000000002 25.22 24.580000000000002 25.22 25.1635986328125 153287 0.0 0.0
216 2022-11-09 00:00:00+00:00 24.98 25.22 24.88 24.98 24.92413330078125 100019 0.0 0.0
217 2022-11-10 00:00:00+00:00 24.82 26.54 24.64 26.2 26.14140625 132777 0.0 0.0
218 2022-11-11 00:00:00+00:00 26.36 26.86 26.16 26.580000000000002 26.520556640625 219220 0.0 0.0
219 2022-11-14 00:00:00+00:00 26.3 27.1 26.26 26.96 26.89970458984375 128692 0.0 0.0
220 2022-11-15 00:00:00+00:00 26.48 27.16 26.14 26.92 26.85979248046875 186824 0.0 0.0
221 2022-11-16 00:00:00+00:00 27.02 27.04 26.38 26.52 26.4606884765625 107714 0.0 0.0
222 2022-11-17 00:00:00+00:00 26.76 26.76 25.8 26.7 26.64028564453125 111413 0.0 0.0
223 2022-11-18 00:00:00+00:00 26.88 27.1 26.32 27.1 27.03939208984375 127583 0.0 0.0
224 2022-11-21 00:00:00+00:00 27.96 29.15199951171875 27.43699951171875 27.740000000000002 27.677961425781252 517109 0.0 0.0
225 2022-11-22 00:00:00+00:00 28.0 28.0 26.86 27.66 27.5981396484375 209083 0.0 0.0
226 2022-11-23 00:00:00+00:00 27.6 28.34 27.5 28.34 28.27661865234375 458322 0.0 0.0
227 2022-11-24 00:00:00+00:00 29.0 29.26 27.6 28.8 28.7355908203125 189652 0.0 0.0
228 2022-11-25 00:00:00+00:00 28.400000000000002 29.03300048828125 28.400000000000002 28.900000000000002 28.8353662109375 146017 0.0 0.0
229 2022-11-28 00:00:00+00:00 28.7 29.1 28.0 29.1 29.03491943359375 255817 0.0 0.0
230 2022-11-29 00:00:00+00:00 29.080000000000002 29.14 28.8 28.900000000000002 28.8353662109375 204232 0.0 0.0
231 2022-11-30 00:00:00+00:00 28.76 29.62 28.76 29.5 29.434023437500002 538520 0.0 0.0
232 2022-12-01 00:00:00+00:00 29.68 29.900000000000002 29.060000000000002 29.76 29.69344482421875 188618 0.0 0.0
233 2022-12-02 00:00:00+00:00 29.88 30.560000000000002 29.3 29.48 29.41406982421875 384388 0.0 0.0
234 2022-12-05 00:00:00+00:00 29.36 29.92 28.26 28.28 28.2167529296875 225089 0.0 0.0
235 2022-12-06 00:00:00+00:00 28.1 28.48 27.78 27.94 27.8775146484375 320011 0.0 0.0
236 2022-12-07 00:00:00+00:00 27.92 28.2 27.64 27.94 27.8775146484375 341034 0.0 0.0
237 2022-12-08 00:00:00+00:00 27.78 28.080000000000002 27.72 27.92 27.85755615234375 219670 0.0 0.0
238 2022-12-09 00:00:00+00:00 27.400000000000002 28.0 27.400000000000002 28.0 27.937380371093752 138547 0.0 0.0
239 2022-12-12 00:00:00+00:00 28.400000000000002 28.76300048828125 27.72 28.240000000000002 28.17684326171875 128168 0.0 0.0
240 2022-12-13 00:00:00+00:00 28.34 29.1 27.86 28.38 28.316530761718752 263580 0.0 0.0
241 2022-12-14 00:00:00+00:00 28.0 28.36 27.86 28.22 28.15688720703125 62627 0.0 0.0
242 2022-12-15 00:00:00+00:00 27.900000000000002 28.18 27.54 27.54 27.478408203125 256065 0.0 0.0
243 2022-12-16 00:00:00+00:00 27.5 27.96 27.080000000000002 27.400000000000002 27.338720703125002 147966 0.0 0.0
244 2022-12-19 00:00:00+00:00 27.52 27.9739990234375 27.38 27.52 27.4584521484375 62241 0.0 0.0
245 2022-12-20 00:00:00+00:00 27.5 27.62 26.8 27.38 27.31876708984375 116737 0.0 0.0
246 2022-12-21 00:00:00+00:00 27.64 28.1 27.24030029296875 27.86 27.7976953125 47330 0.0 0.0
247 2022-12-22 00:00:00+00:00 27.86 28.26 27.3 27.48 27.41854248046875 59975 0.0 0.0
248 2022-12-23 00:00:00+00:00 28.26 28.26 27.240000000000002 27.46 27.39858642578125 37424 0.0 0.0
249 2022-12-28 00:00:00+00:00 27.44 27.7 27.22 27.42 27.3586767578125 39217 0.0 0.0
250 2022-12-29 00:00:00+00:00 27.04 27.66 27.02 27.62 27.5582275390625 96876 0.0 0.0
251 2022-12-30 00:00:00+00:00 26.96 27.66 26.96 27.240000000000002 27.179079589843752 23796 0.0 0.0
252 2023-01-03 00:00:00+00:00 27.2 28.22 26.64 27.66 27.5981396484375 68033 0.0 0.0
253 2023-01-04 00:00:00+00:00 27.54 27.98 27.1572998046875 27.88 27.817646484375 68241 0.0 0.0
254 2023-01-05 00:00:00+00:00 27.76 28.3 27.562900390625 28.04 27.9772900390625 99643 0.0 0.0
255 2023-01-06 00:00:00+00:00 27.68 28.72 27.68 28.6 28.53603759765625 132308 0.0 0.0
256 2023-01-09 00:00:00+00:00 27.0 28.72 26.529279785156252 28.0 27.937380371093752 144894 0.0 0.0
257 2023-01-10 00:00:00+00:00 29.0 29.0 27.42 27.560000000000002 27.4983642578125 108914 0.0 0.0
258 2023-01-11 00:00:00+00:00 28.8 28.8 27.36 28.32 28.2566650390625 117605 0.0 0.0
259 2023-01-12 00:00:00+00:00 28.0 28.16 26.67 26.98 26.919660644531252 394851 0.0 0.0
260 2023-01-13 00:00:00+00:00 26.76 27.0839990234375 25.400000000000002 25.6 25.54274658203125 356966 0.0 0.0
261 2023-01-16 00:00:00+00:00 25.0 26.080000000000002 24.86 25.18 25.1236865234375 336471 0.0 0.0
262 2023-01-17 00:00:00+00:00 25.22 25.400000000000002 24.92 25.3 25.243417968750002 221386 0.0 0.0
263 2023-01-18 00:00:00+00:00 25.66 26.78 25.37659912109375 26.240000000000002 26.18131591796875 1025972 0.0 0.0
264 2023-01-19 00:00:00+00:00 27.0 27.0 25.98 26.62 26.56046630859375 102617 0.0 0.0
265 2023-01-20 00:00:00+00:00 26.72 27.0 26.34 26.44 26.38086669921875 192758 0.0 0.0
266 2023-01-23 00:00:00+00:00 26.48 26.650000000000002 25.86 26.12 26.06158447265625 159375 0.0 0.0
267 2023-01-24 00:00:00+00:00 26.3 26.44 25.88 26.060000000000002 26.001718750000002 285494 0.0 0.0
268 2023-01-25 00:00:00+00:00 26.5 28.04 26.18 27.740000000000002 27.677961425781252 379047 0.0 0.0
269 2023-01-26 00:00:00+00:00 27.86 28.26 27.66 27.740000000000002 27.677961425781252 234863 0.0 0.0
270 2023-01-27 00:00:00+00:00 27.900000000000002 28.48 27.44 28.44 28.37639404296875 96625 0.0 0.0
271 2023-01-30 00:00:00+00:00 28.14 28.68 27.88 28.16 28.09702392578125 169732 0.0 0.0
272 2023-01-31 00:00:00+00:00 28.060000000000002 28.400000000000002 27.84 28.400000000000002 28.336484375 250688 0.0 0.0
273 2023-02-01 00:00:00+00:00 28.2 28.72 27.400000000000002 28.34 28.27661865234375 97416 0.0 0.0
274 2023-02-02 00:00:00+00:00 28.68 29.560000000000002 28.1 29.2 29.13469482421875 245261 0.0 0.0
275 2023-02-03 00:00:00+00:00 29.66 29.7 28.8 29.28 29.21451904296875 211695 0.0 0.0
276 2023-02-06 00:00:00+00:00 29.02 29.48 28.92597900390625 29.04 28.9750537109375 78978 0.0 0.0
277 2023-02-07 00:00:00+00:00 28.2 28.98 27.7 28.26 28.19679931640625 327488 0.0 0.0
278 2023-02-08 00:00:00+00:00 28.7 28.7 28.0 28.36 28.296572265625002 88715 0.0 0.0
279 2023-02-09 00:00:00+00:00 29.0 29.0 28.44 28.7 28.6358154296875 113023 0.0 0.0
280 2023-02-10 00:00:00+00:00 28.8 28.89 28.02 28.02 27.957333984375 169490 0.0 0.0
281 2023-02-13 00:00:00+00:00 27.900000000000002 28.38 27.36 28.38 28.316530761718752 140602 0.0 0.0
282 2023-02-14 00:00:00+00:00 27.060000000000002 28.560000000000002 27.060000000000002 28.0 27.937380371093752 107333 0.0 0.0
283 2023-02-15 00:00:00+00:00 28.18 28.900000000000002 27.724599609375 28.84 28.77550048828125 129853 0.0 0.0
284 2023-02-16 00:00:00+00:00 27.3 29.240000000000002 27.3 29.12 29.05487548828125 63977 0.0 0.0
285 2023-02-17 00:00:00+00:00 29.96 29.96 28.5 28.5 28.436259765625 75842 0.0 0.0
286 2023-02-20 00:00:00+00:00 28.400000000000002 28.92 28.3 28.900000000000002 28.8353662109375 44533 0.0 0.0
287 2023-02-21 00:00:00+00:00 28.580000000000002 29.14 28.580000000000002 28.8 28.7355908203125 176561 0.0 0.0
288 2023-02-22 00:00:00+00:00 28.900000000000002 28.900000000000002 28.48 28.76 28.695681152343752 146264 0.0 0.0
289 2023-02-23 00:00:00+00:00 28.82 29.34 28.66 28.88 28.81541015625 86655 0.0 0.0
290 2023-02-24 00:00:00+00:00 28.98 28.98 28.240000000000002 28.42 28.3564404296875 69783 0.0 0.0
291 2023-02-27 00:00:00+00:00 28.68 29.060000000000002 28.1 28.84 28.77550048828125 78772 0.0 0.0
292 2023-02-28 00:00:00+00:00 28.62 29.1 28.580000000000002 28.92 28.855322265625002 386853 0.0 0.0
293 2023-03-01 00:00:00+00:00 28.92 29.72 28.86 29.36 29.29433837890625 106416 0.0 0.0
294 2023-03-02 00:00:00+00:00 29.8 29.82 28.92 29.62 29.55375732421875 60874 0.0 0.0
295 2023-03-03 00:00:00+00:00 29.8 29.92 29.22 29.44 29.37416015625 59389 0.0 0.0
296 2023-03-06 00:00:00+00:00 29.46 29.54 29.02 29.240000000000002 29.17460693359375 68220 0.0 0.0
297 2023-03-07 00:00:00+00:00 28.5 29.6 28.5 29.400000000000002 29.334248046875 69588 0.0 0.0
298 2023-03-08 00:00:00+00:00 28.92 29.900000000000002 28.68280029296875 29.64 29.5737109375 57394 0.0 0.0
299 2023-03-09 00:00:00+00:00 29.400000000000002 30.0 29.283999023437502 29.92 29.8530859375 85081 0.0 0.0
300 2023-03-10 00:00:00+00:00 30.0 30.0 29.0 29.560000000000002 29.4938916015625 121079 0.0 0.0
301 2023-03-13 00:00:00+00:00 29.26 29.48 28.48 28.48 28.41630615234375 451156 0.0 0.0
302 2023-03-14 00:00:00+00:00 28.5 29.02 28.28 29.02 28.95509765625 173562 0.0 0.0
303 2023-03-15 00:00:00+00:00 28.900000000000002 28.9418505859375 25.46 26.46 26.40082275390625 646146 0.0 0.0
304 2023-03-16 00:00:00+00:00 26.14 26.88 26.14 26.48 26.4207763671875 240692 0.0 0.0
305 2023-03-17 00:00:00+00:00 26.72 27.580000000000002 26.42 26.42 26.36091552734375 145813 0.0 0.0
306 2023-03-20 00:00:00+00:00 26.02 27.28 25.82 26.88 26.81988525390625 156224 0.0 0.0
307 2023-03-21 00:00:00+00:00 27.12 27.26 26.6 27.2 27.139169921875002 101085 0.0 0.0
308 2023-03-22 00:00:00+00:00 27.04 27.28 26.68 27.060000000000002 26.999482421875 61646 0.0 0.0
309 2023-03-23 00:00:00+00:00 27.46 27.84 27.0 27.76 27.69791748046875 238904 0.0 0.0
310 2023-03-24 00:00:00+00:00 27.66 27.8639990234375 27.18 27.7 27.6380517578125 151064 0.0 0.0
311 2023-03-27 00:00:00+01:00 27.98 28.14 27.0 27.060000000000002 26.999482421875 242115 0.0 0.0
312 2023-03-28 00:00:00+01:00 27.12 27.12 26.34 26.6 26.540510253906252 162045 0.0 0.0
313 2023-03-29 00:00:00+01:00 26.64 27.46 26.38 27.240000000000002 27.179079589843752 219929 0.0 0.0
314 2023-03-30 00:00:00+01:00 27.76 29.080000000000002 27.650000000000002 28.080000000000002 28.0172021484375 285091 0.0 0.0
315 2023-03-31 00:00:00+01:00 28.1 28.14 27.400000000000002 27.580000000000002 27.51831787109375 143041 0.0 0.0
316 2023-04-03 00:00:00+01:00 27.580000000000002 27.580000000000002 27.14 27.26 27.19903564453125 100038 0.0 0.0
317 2023-04-04 00:00:00+01:00 27.14 27.5535400390625 27.04 27.14 27.0793017578125 89315 0.0 0.0
318 2023-04-05 00:00:00+01:00 27.6 27.8 25.48 25.5 25.442968750000002 174325 0.0 0.0
319 2023-04-06 00:00:00+01:00 25.6 26.03199951171875 25.46 26.0 25.9418505859375 163437 0.0 0.0
320 2023-04-11 00:00:00+01:00 26.0 26.580000000000002 25.86 26.22 26.161359863281252 148621 0.0 0.0
321 2023-04-12 00:00:00+01:00 26.68 27.0 26.02 26.64 26.580419921875002 118071 0.0 0.0
322 2023-04-13 00:00:00+01:00 26.96 27.400000000000002 26.68 27.18 27.1192138671875 338659 0.0 0.0
323 2023-04-14 00:00:00+01:00 27.5 27.86 26.72 26.72 26.660244140625 188709 0.0 0.0
324 2023-04-17 00:00:00+01:00 26.78 27.060000000000002 26.0356005859375 26.98 26.919660644531252 260010 0.0 0.0
325 2023-04-18 00:00:00+01:00 28.0 28.0 26.86 27.2 27.139169921875002 110566 0.0 0.0
326 2023-04-19 00:00:00+01:00 26.8 27.38 26.72 27.240000000000002 27.179079589843752 238055 0.0 0.0
327 2023-04-20 00:00:00+01:00 27.78 27.78 26.66 26.66 26.6003759765625 136925 0.0 0.0
328 2023-04-21 00:00:00+01:00 26.5 27.400000000000002 26.48 27.02 26.95957275390625 102818 0.0 0.0
329 2023-04-24 00:00:00+01:00 26.400000000000002 27.36 26.400000000000002 27.0 26.9396142578125 53770 0.0 0.0
330 2023-04-25 00:00:00+01:00 26.78 27.34 26.7 26.96 26.89970458984375 584252 0.0 0.0
331 2023-04-26 00:00:00+01:00 26.78 26.82 26.32 26.64 26.580419921875002 82215 0.0 0.0
332 2023-04-27 00:00:00+01:00 26.14 26.78 26.14 26.76 26.70015380859375 72994 0.0 0.0
333 2023-04-28 00:00:00+01:00 27.18 27.18 26.62 27.0 26.9396142578125 63114 0.0 0.0
334 2023-05-02 00:00:00+01:00 26.400000000000002 27.095419921875 26.34 26.34 26.28109375 142978 0.0 0.0
335 2023-05-03 00:00:00+01:00 26.42 26.5 24.96 25.1 25.04386474609375 350646 0.0 0.0
336 2023-05-04 00:00:00+01:00 25.0 25.080000000000002 22.68 22.68 22.62927734375 1493890 0.0 0.0
337 2023-05-05 00:00:00+01:00 22.6 22.7 21.92 22.0 21.95079833984375 582476 0.0 0.0
338 2023-05-09 00:00:00+01:00 22.5 22.84 21.75010009765625 22.5 22.449682617187502 529565 0.0 0.0
339 2023-05-10 00:00:00+01:00 22.5 22.8 21.78 21.8 21.7512451171875 315844 0.0 0.0
340 2023-05-11 00:00:00+01:00 21.7 23.38 21.7 23.06 23.008427734375 489035 0.0 0.0
341 2023-05-12 00:00:00+01:00 23.34 23.38 22.72 23.38 23.32771240234375 283610 0.0 0.0
342 2023-05-15 00:00:00+01:00 23.04 23.62 23.04 23.5 23.44744384765625 388932 0.0 0.0
343 2023-05-16 00:00:00+01:00 23.36 23.54 23.02 23.3 23.247890625 395998 0.0 0.0
344 2023-05-17 00:00:00+01:00 23.56 23.580000000000002 22.68 22.84 22.78891845703125 423318 0.0 0.0
345 2023-05-18 00:00:00+01:00 22.96 23.240000000000002 22.42 22.72 22.66918701171875 319457 0.0 0.0
346 2023-05-19 00:00:00+01:00 22.5 22.9019091796875 22.04 22.46 22.4097705078125 421569 0.0 0.0
347 2023-05-22 00:00:00+01:00 22.78 22.84 22.38 22.8 22.74901123046875 166747 0.0 0.0
348 2023-05-23 00:00:00+01:00 23.2 23.22 22.38 22.38 22.32994873046875 309329 0.0 0.0
349 2023-05-24 00:00:00+01:00 22.02 22.33969970703125 20.56 20.94 20.8931689453125 512827 0.0 0.0
350 2023-05-25 00:00:00+01:00 20.52 21.0 20.32 20.32 20.2745556640625 729567 0.0 0.0
351 2023-05-26 00:00:00+01:00 20.88 20.88 19.72 19.78 19.735762939453124 492367 0.0 0.0
352 2023-05-30 00:00:00+01:00 19.92 20.0152001953125 19.35 19.41 19.366590576171877 690501 0.0 0.0
353 2023-05-31 00:00:00+01:00 20.2 20.2 19.19 19.45 19.406500244140627 317942 0.0 0.0
354 2023-06-01 00:00:00+01:00 19.66 19.740000000000002 19.150000000000002 19.47 19.442449951171877 304732 1.6 0.0
355 2023-06-02 00:00:00+01:00 20.22 20.22 19.37 19.82 19.79195556640625 278304 0.0 0.0
356 2023-06-05 00:00:00+01:00 19.62 19.72 17.92 18.17 18.14428955078125 461315 0.0 0.0
357 2023-06-06 00:00:00+01:00 18.07 18.18 17.29 17.45 17.425308837890626 828912 0.0 0.0
358 2023-06-07 00:00:00+01:00 17.73 18.41 17.73 18.32 18.294077148437502 554274 0.0 0.0
359 2023-06-08 00:00:00+01:00 17.61 18.6747998046875 17.61 18.22 18.194217529296875 270247 0.0 0.0
360 2023-06-09 00:00:00+01:00 18.330000000000002 18.63 17.93 18.52 18.4937939453125 341997 0.0 0.0
361 2023-06-12 00:00:00+01:00 18.19 19.12 18.143199462890625 19.12 19.092945556640625 357760 0.0 0.0
362 2023-06-13 00:00:00+01:00 19.2 19.77 18.94 19.400000000000002 19.372550048828124 648503 0.0 0.0
363 2023-06-14 00:00:00+01:00 19.740000000000002 19.92 19.27 19.6 19.572266845703126 362355 0.0 0.0
364 2023-06-15 00:00:00+01:00 19.6 19.775000000000002 18.96 19.18 19.152860107421876 437837 0.0 0.0
365 2023-06-16 00:00:00+01:00 19.87 19.87 19.065 19.41 19.3825341796875 635867 0.0 0.0
366 2023-06-19 00:00:00+01:00 19.37 19.37 18.93 18.95 18.923184814453126 343892 0.0 0.0
367 2023-06-20 00:00:00+01:00 19.39 19.39 18.61 18.67 18.643582763671876 240994 0.0 0.0
368 2023-06-21 00:00:00+01:00 19.45 19.469520263671875 18.36 18.91 18.883243408203125 276880 0.0 0.0
369 2023-06-22 00:00:00+01:00 18.95 19.162230224609374 18.37 18.8 18.7733984375 186330 0.0 0.0
370 2023-06-23 00:00:00+01:00 18.6 19.04 18.6 18.87 18.843299560546875 189003 0.0 0.0
371 2023-06-26 00:00:00+01:00 19.0 19.04719970703125 18.32 18.57 18.54372314453125 411820 0.0 0.0
372 2023-06-27 00:00:00+01:00 18.650000000000002 18.77 17.669100341796874 18.03 18.0044873046875 538190 0.0 0.0
373 2023-06-28 00:00:00+01:00 18.0 18.2 17.92 18.2 18.174248046875 210732 0.0 0.0
374 2023-06-29 00:00:00+01:00 18.7 18.7 17.54 17.59 17.56510986328125 253575 0.0 0.0
375 2023-06-30 00:00:00+01:00 17.67 18.11 17.43 18.1 18.074388427734377 150826 0.0 0.0
376 2023-07-03 00:00:00+01:00 17.900000000000002 18.36 17.88 18.330000000000002 18.3040625 791780 0.0 0.0
377 2023-07-04 00:00:00+01:00 18.400000000000002 18.522430419921875 18.12 18.42 18.393935546875 287173 0.0 0.0
378 2023-07-05 00:00:00+01:00 18.56 18.580000000000002 18.255999755859374 18.36 18.334020996093752 160679 0.0 0.0
379 2023-07-06 00:00:00+01:00 18.5 18.54 17.240000000000002 17.51 17.485223388671876 281127 0.0 0.0
380 2023-07-07 00:00:00+01:00 17.51 17.51 16.69 17.1 17.07580322265625 290241 0.0 0.0
381 2023-07-10 00:00:00+01:00 17.240000000000002 17.77 16.87 16.95 16.926015625 339775 0.0 0.0
382 2023-07-11 00:00:00+01:00 17.5 17.5 16.12 16.14 16.117161865234376 371758 0.0 0.0
383 2023-07-12 00:00:00+01:00 16.15 17.14 16.12 16.88 16.856114501953126 494734 0.0 0.0
384 2023-07-13 00:00:00+01:00 17.0 17.330000000000002 16.85 16.89 16.86610107421875 155535 0.0 0.0
385 2023-07-14 00:00:00+01:00 16.8 17.55 16.62 17.12 17.095775146484375 208870 0.0 0.0
386 2023-07-17 00:00:00+01:00 17.0 17.17 16.740000000000002 16.9 16.87608642578125 155692 0.0 0.0
387 2023-07-18 00:00:00+01:00 17.72 17.72 16.64 16.68 16.656397705078124 132785 0.0 0.0
388 2023-07-19 00:00:00+01:00 17.1 17.62 16.87530029296875 17.62 17.595067138671876 396633 0.0 0.0
389 2023-07-20 00:00:00+01:00 17.82 17.97 17.59 17.63 17.6050537109375 372626 0.0 0.0
390 2023-07-21 00:00:00+01:00 17.86 18.063800048828124 17.6 17.88 17.85469970703125 257740 0.0 0.0
391 2023-07-24 00:00:00+01:00 17.6 18.041500244140625 17.48 17.71 17.68494140625 360104 0.0 0.0
392 2023-07-25 00:00:00+01:00 17.740000000000002 18.22 17.57154052734375 17.86 17.834727783203125 209875 0.0 0.0
393 2023-07-26 00:00:00+01:00 17.77 18.13 17.71 17.78 17.75484130859375 282136 0.0 0.0
394 2023-07-27 00:00:00+01:00 17.78 18.19 17.7 18.06 18.034444580078127 198157 0.0 0.0
395 2023-07-28 00:00:00+01:00 18.25 18.25 17.900000000000002 18.0 17.974530029296876 134365 0.0 0.0
396 2023-07-31 00:00:00+01:00 17.990000000000002 18.0 17.448499755859377 17.62 17.595067138671876 266973 0.0 0.0
397 2023-08-01 00:00:00+01:00 17.44 17.44 14.77 15.8 15.77764404296875 1707985 0.0 0.0
398 2023-08-02 00:00:00+01:00 15.700000000000001 16.15 15.700000000000001 15.860000000000001 15.837557373046875 597276 0.0 0.0
399 2023-08-03 00:00:00+01:00 15.700000000000001 15.875 15.56 15.66 15.637840576171875 720097 0.0 0.0
400 2023-08-04 00:00:00+01:00 15.89 15.89 15.2875 15.450000000000001 15.428138427734375 130835 0.0 0.0
401 2023-08-07 00:00:00+01:00 15.23 15.73 14.88 14.98 14.9588037109375 133228 0.0 0.0
402 2023-08-08 00:00:00+01:00 14.8 15.18 14.65 14.93 14.908873291015626 187614 0.0 0.0
403 2023-08-09 00:00:00+01:00 15.72 15.9 14.955999755859375 15.06 15.038690185546875 384876 0.0 0.0
404 2023-08-10 00:00:00+01:00 15.06 15.11 14.450000000000001 14.5 14.479482421875 509873 0.0 0.0
405 2023-08-11 00:00:00+01:00 15.0 15.07 14.6 14.75 14.72912841796875 498841 0.0 0.0
406 2023-08-14 00:00:00+01:00 14.75 15.32 14.75 15.11 15.088619384765625 202173 0.0 0.0
407 2023-08-15 00:00:00+01:00 15.120000000000001 15.18 14.68 14.84 14.819001464843751 167723 0.0 0.0
408 2023-08-16 00:00:00+01:00 14.89 15.08 14.51 14.790000000000001 14.769072265625 172976 0.0 0.0
409 2023-08-17 00:00:00+01:00 14.790000000000001 15.32 14.47 14.950000000000001 14.92884521484375 145057 0.0 0.0
410 2023-08-18 00:00:00+01:00 14.4 14.96 14.4 14.85 14.828988037109376 246954 0.0 0.0
411 2023-08-21 00:00:00+01:00 15.16 15.16 14.73 14.85 14.828988037109376 208997 0.0 0.0
412 2023-08-22 00:00:00+01:00 14.82 15.17 14.75 14.85 14.828988037109376 89056 0.0 0.0
413 2023-08-23 00:00:00+01:00 14.56 15.05 14.56 14.71 14.6891845703125 494801 0.0 0.0
414 2023-08-24 00:00:00+01:00 14.98 14.993909912109375 14.71 14.71 14.6891845703125 102654 0.0 0.0
415 2023-08-25 00:00:00+01:00 15.44 15.44 14.700000000000001 14.77 14.749100341796876 136975 0.0 0.0
416 2023-08-29 00:00:00+01:00 14.96 15.52 14.85 15.49 15.468082275390625 146752 0.0 0.0
417 2023-08-30 00:00:00+01:00 15.49 15.624000244140625 15.18 15.38 15.358237304687501 259486 0.0 0.0
418 2023-08-31 00:00:00+01:00 15.35 15.51 15.18 15.25 15.228421630859375 312027 0.0 0.0
419 2023-09-01 00:00:00+01:00 15.38 15.41 14.950000000000001 14.99 14.9687890625 122627 0.0 0.0
420 2023-09-04 00:00:00+01:00 14.99 15.1 14.83 14.83 14.80901611328125 138450 0.0 0.0
421 2023-09-05 00:00:00+01:00 14.8 14.83199951171875 14.42 14.66 14.63925537109375 173206 0.0 0.0
422 2023-09-06 00:00:00+01:00 15.0 15.040000000000001 14.44 14.81 14.789044189453126 194887 0.0 0.0
423 2023-09-07 00:00:00+01:00 14.83 15.6 14.46 15.530000000000001 15.50802490234375 243553 0.0 0.0
424 2023-09-08 00:00:00+01:00 15.0 15.89 15.0 15.89 15.867515869140625 339473 0.0 0.0
425 2023-09-11 00:00:00+01:00 16.22 16.32 14.68 14.73 14.709156494140625 274162 0.0 0.0
426 2023-09-12 00:00:00+01:00 14.4 14.55 12.620000000000001 14.05 14.03011962890625 695308 0.0 0.0
427 2023-09-13 00:00:00+01:00 14.09 15.47 13.790000000000001 15.44 15.41815185546875 359608 0.0 0.0
428 2023-09-14 00:00:00+01:00 15.5 16.126199951171877 15.5 16.07 16.047261962890627 818615 0.0 0.0
429 2023-09-15 00:00:00+01:00 16.31 16.32 15.57 15.63 15.60788330078125 470826 0.0 0.0
430 2023-09-18 00:00:00+01:00 15.44 15.85 15.169410400390625 15.22 15.198463134765625 388020 0.0 0.0
431 2023-09-19 00:00:00+01:00 15.11 15.58 14.9039599609375 15.32 15.29832275390625 244500 0.0 0.0
432 2023-09-20 00:00:00+01:00 15.44 16.02 15.44 15.88 15.857529296875 260949 0.0 0.0
433 2023-09-21 00:00:00+01:00 15.610000000000001 15.83 15.0 15.19 15.168505859375001 380456 0.0 0.0
434 2023-09-22 00:00:00+01:00 15.1 15.48 15.1 15.35 15.328280029296875 144967 0.0 0.0
435 2023-09-25 00:00:00+01:00 15.35 15.6 14.960999755859376 15.19 15.168505859375001 326513 0.0 0.0
436 2023-09-26 00:00:00+01:00 15.58 15.58 14.58 14.63 14.60929931640625 139051 0.0 0.0
437 2023-09-27 00:00:00+01:00 14.58 15.34 14.48 15.13 15.108590087890626 140879 0.0 0.0
438 2023-09-28 00:00:00+01:00 15.120000000000001 15.19 14.83 15.0 14.9787744140625 345116 0.0 0.0
439 2023-09-29 00:00:00+01:00 15.0 15.610000000000001 15.0 15.47 15.4481103515625 256397 0.0 0.0
440 2023-10-02 00:00:00+01:00 15.46 15.67 14.870000000000001 15.040000000000001 15.01871826171875 291241 0.0 0.0
441 2023-10-03 00:00:00+01:00 14.71 14.89 14.0 14.05 14.03011962890625 179006 0.0 0.0
442 2023-10-04 00:00:00+01:00 13.83 14.290000000000001 13.77 13.81 13.790458984375 237634 0.0 0.0
443 2023-10-05 00:00:00+01:00 13.92 14.17 13.85 13.85 13.838919677734376 180284 0.85 0.0
444 2023-10-06 00:00:00+01:00 14.450000000000001 14.450000000000001 13.55 13.99 13.978807373046875 116485 0.0 0.0
445 2023-10-09 00:00:00+01:00 13.52 14.030000000000001 13.41 13.620000000000001 13.60910400390625 136545 0.0 0.0
446 2023-10-10 00:00:00+01:00 13.89 14.55 13.72 14.55 14.538359375 245926 0.0 0.0
447 2023-10-11 00:00:00+01:00 14.32 14.52 13.450000000000001 13.52 13.509183349609375 134243 0.0 0.0
448 2023-10-12 00:00:00+01:00 14.0 14.0 13.38 13.51 13.49919189453125 112363 0.0 0.0
449 2023-10-13 00:00:00+01:00 13.46 13.75 13.1 13.1 13.089520263671876 264982 0.0 0.0
450 2023-10-16 00:00:00+01:00 13.1 13.42699951171875 12.69 13.31 13.299351806640626 142869 0.0 0.0
451 2023-10-17 00:00:00+01:00 13.21 13.479949951171875 13.09300048828125 13.370000000000001 13.35930419921875 103846 0.0 0.0
452 2023-10-18 00:00:00+01:00 13.5 13.5 12.69 12.75 12.7397998046875 586500 0.0 0.0
453 2023-10-19 00:00:00+01:00 12.52 13.213499755859376 12.52 13.11 13.09951171875 200672 0.0 0.0
454 2023-10-20 00:00:00+01:00 13.07 13.41 12.83 13.18 13.169455566406251 592696 0.0 0.0
455 2023-10-23 00:00:00+01:00 13.25 13.4 13.0 13.33 13.3193359375 121413 0.0 0.0
456 2023-10-24 00:00:00+01:00 13.42 13.64 13.0 13.1 13.089520263671876 173527 0.0 0.0
457 2023-10-25 00:00:00+01:00 13.09 13.34 12.96 13.14 13.129487304687501 113657 0.0 0.0
458 2023-10-26 00:00:00+01:00 13.0 13.280000000000001 12.96 13.1 13.089520263671876 162088 0.0 0.0
459 2023-10-27 00:00:00+01:00 13.1 13.16 12.85 13.0 12.989599609375 172121 0.0 0.0
460 2023-10-30 00:00:00+00:00 13.09 13.200000000000001 12.99 13.06 13.049552001953126 351486 0.0 0.0
461 2023-10-31 00:00:00+00:00 13.01 13.3 13.0 13.05 13.039559326171876 380834 0.0 0.0
462 2023-11-01 00:00:00+00:00 12.950000000000001 13.120000000000001 12.77843994140625 13.02 13.009583740234376 199402 0.0 0.0
463 2023-11-02 00:00:00+00:00 13.1 13.46 13.040000000000001 13.34 13.329327392578126 414055 0.0 0.0
464 2023-11-03 00:00:00+00:00 13.6 14.415000000000001 13.52384033203125 14.0 13.988800048828125 348357 0.0 0.0
465 2023-11-06 00:00:00+00:00 14.13 14.48 13.530000000000001 13.66 13.649072265625 95127 0.0 0.0
466 2023-11-07 00:00:00+00:00 13.5 13.93 13.5 13.84 13.82892822265625 164937 0.0 0.0
467 2023-11-08 00:00:00+00:00 13.74 14.0456005859375 13.69 13.8 13.7889599609375 275526 0.0 0.0
468 2023-11-09 00:00:00+00:00 13.950000000000001 14.19 13.71550048828125 13.85 13.838919677734376 308199 0.0 0.0
469 2023-11-10 00:00:00+00:00 13.73 13.834399414062501 13.22 13.620000000000001 13.60910400390625 211940 0.0 0.0
470 2023-11-13 00:00:00+00:00 13.5 13.72 13.4 13.55 13.53916015625 206951 0.0 0.0
471 2023-11-14 00:00:00+00:00 13.5 14.41 13.42 14.14 14.128687744140626 714971 0.0 0.0
472 2023-11-15 00:00:00+00:00 14.290000000000001 14.99 14.030000000000001 14.52 14.508383789062501 430958 0.0 0.0
473 2023-11-16 00:00:00+00:00 14.08 14.505 14.08 14.23 14.218615722656251 193252 0.0 0.0
474 2023-11-17 00:00:00+00:00 14.11 14.99 14.11 14.82 14.808143310546875 474070 0.0 0.0
475 2023-11-20 00:00:00+00:00 14.77 15.120000000000001 14.77 14.98 14.968016357421876 127160 0.0 0.0
476 2023-11-21 00:00:00+00:00 14.98 15.31 14.85 14.88 14.868095703125 312023 0.0 0.0
477 2023-11-22 00:00:00+00:00 14.84 15.19 14.8 14.94 14.928048095703126 93813 0.0 0.0
478 2023-11-23 00:00:00+00:00 14.96 15.055 14.67 14.88 14.868095703125 89248 0.0 0.0
479 2023-11-24 00:00:00+00:00 14.76 14.9 14.67 14.85 14.8381201171875 118893 0.0 0.0
480 2023-11-27 00:00:00+00:00 14.530000000000001 14.86 13.98 13.98 13.968815917968751 129900 0.0 0.0
481 2023-11-28 00:00:00+00:00 13.84 14.14 13.19 13.34 13.329327392578126 377366 0.0 0.0
482 2023-11-29 00:00:00+00:00 13.200000000000001 14.35 13.200000000000001 13.950000000000001 13.93884033203125 471577 0.0 0.0
483 2023-11-30 00:00:00+00:00 13.8 14.11800048828125 13.44 13.68 13.669056396484375 348127 0.0 0.0
484 2023-12-01 00:00:00+00:00 13.700000000000001 13.84 13.576400146484374 13.73 13.719016113281251 352771 0.0 0.0
485 2023-12-04 00:00:00+00:00 14.0 14.0 13.120000000000001 13.16 13.149471435546875 104065 0.0 0.0
486 2023-12-05 00:00:00+00:00 13.07 13.200000000000001 12.6 13.0 12.989599609375 303748 0.0 0.0
487 2023-12-06 00:00:00+00:00 12.9 13.26 12.9 13.02 13.009583740234376 681974 0.0 0.0
488 2023-12-07 00:00:00+00:00 13.4 13.4 12.56 12.82 12.80974365234375 193151 0.0 0.0
489 2023-12-08 00:00:00+00:00 12.85 12.98 12.64 12.76 12.749791259765626 169002 0.0 0.0
490 2023-12-11 00:00:00+00:00 12.700000000000001 13.530000000000001 12.700000000000001 13.36 13.3493115234375 316496 0.0 0.0
491 2023-12-12 00:00:00+00:00 13.33 13.36 12.948399658203126 13.26 13.24939208984375 279752 0.0 0.0
492 2023-12-13 00:00:00+00:00 13.4 13.48 13.16 13.41 13.399271240234375 223452 0.0 0.0
493 2023-12-14 00:00:00+00:00 13.8 14.59 13.74 14.3 14.2885595703125 258358 0.0 0.0
494 2023-12-15 00:00:00+00:00 13.71 14.31 13.71 14.13 14.1186962890625 433550 0.0 0.0
495 2023-12-18 00:00:00+00:00 14.38 15.33740966796875 13.89 15.290000000000001 15.277767333984375 256957 0.0 0.0
496 2023-12-19 00:00:00+00:00 15.290000000000001 15.700000000000001 15.040000000000001 15.46 15.4476318359375 152997 0.0 0.0
497 2023-12-20 00:00:00+00:00 15.75 15.92 15.33 15.83 15.817335205078125 258981 0.0 0.0
498 2023-12-21 00:00:00+00:00 15.73 16.03 15.34 16.02 16.007183837890626 160788 0.0 0.0
499 2023-12-22 00:00:00+00:00 16.0 16.543089599609374 15.73 16.35 16.336920166015624 183509 0.0 0.0
500 2023-12-27 00:00:00+00:00 16.1 16.95 16.0 16.69 16.67664794921875 332319 0.0 0.0
501 2023-12-28 00:00:00+00:00 16.29 16.95 16.0 16.6 16.586719970703125 129658 0.0 0.0
502 2023-12-29 00:00:00+00:00 16.66 16.77678955078125 16.606290283203126 16.62 16.6067041015625 54474 0.0 0.0
503 2024-01-02 00:00:00+00:00 16.9 16.93 15.950000000000001 15.98 15.967215576171876 433331 0.0 0.0
504 2024-01-03 00:00:00+00:00 16.45 16.45 15.583499755859375 15.8 15.787359619140625 212305 0.0 0.0
505 2024-01-04 00:00:00+00:00 16.18 16.2 15.32 15.5 15.48760009765625 145849 0.0 0.0
506 2024-01-05 00:00:00+00:00 15.43 15.63 14.84 15.34 15.327728271484375 178331 0.0 0.0
507 2024-01-08 00:00:00+00:00 15.200000000000001 15.88 15.08 15.3 15.287760009765625 93619 0.0 0.0
508 2024-01-09 00:00:00+00:00 15.450000000000001 15.32 15.21 15.280000000000001 15.26777587890625 236053 0.0 0.0
509 2024-01-10 00:00:00+00:00 15.21 15.51 15.120000000000001 15.16 15.147872314453124 203338 0.0 0.0
510 2024-01-11 00:00:00+00:00 15.21 15.44 14.73 14.73 14.71821533203125 128350 0.0 0.0
511 2024-01-12 00:00:00+00:00 14.81 15.3 14.81 15.280000000000001 15.26777587890625 126422 0.0 0.0
512 2024-01-15 00:00:00+00:00 15.085 15.32 14.86 14.86 14.848111572265625 86831 0.0 0.0
513 2024-01-16 00:00:00+00:00 15.08 15.66 14.91 15.39 15.37768798828125 253055 0.0 0.0
514 2024-01-17 00:00:00+00:00 15.040000000000001 15.5 14.450000000000001 14.540000000000001 14.528367919921875 114336 0.0 0.0
515 2024-01-18 00:00:00+00:00 14.9 15.22 14.59 15.22 15.207823486328126 175262 0.0 0.0
516 2024-01-19 00:00:00+00:00 15.450000000000001 15.450000000000001 14.89 14.89 14.87808837890625 93241 0.0 0.0
517 2024-01-22 00:00:00+00:00 15.11 15.15 14.835 15.05 15.037960205078125 92117 0.0 0.0
518 2024-01-23 00:00:00+00:00 14.51 15.63 14.51 15.3 15.287760009765625 96389 0.0 0.0
519 2024-01-24 00:00:00+00:00 15.530000000000001 15.74 15.200000000000001 15.74 15.7274072265625 278489 0.0 0.0
520 2024-01-25 00:00:00+00:00 15.32 15.84550048828125 15.030000000000001 15.55 15.537559814453125 476735 0.0 0.0
521 2024-01-26 00:00:00+00:00 15.66 16.11 15.26 15.99 15.977208251953126 417225 0.0 0.0
522 2024-01-29 00:00:00+00:00 15.91 16.240000000000002 15.69 16.240000000000002 16.227008056640624 112434 0.0 0.0
523 2024-01-30 00:00:00+00:00 16.1 16.740000000000002 16.080000000000002 16.65 16.6366796875 156730 0.0 0.0
524 2024-01-31 00:00:00+00:00 15.99 16.84 15.99 16.6 16.586719970703125 249055 0.0 0.0
525 2024-02-01 00:00:00+00:00 16.55 16.89 16.44 16.78 16.766575927734376 230759 0.0 0.0
526 2024-02-02 00:00:00+00:00 16.69 17.0 16.46 16.46 16.446832275390626 170565 0.0 0.0
527 2024-02-05 00:00:00+00:00 16.26 16.79 16.175 16.31 16.296951904296876 130266 0.0 0.0
528 2024-02-06 00:00:00+00:00 16.4 17.07 16.38 16.78 16.766575927734376 391036 0.0 0.0
529 2024-02-07 00:00:00+00:00 16.7 17.16 16.55 17.09 17.076328125 215847 0.0 0.0
530 2024-02-08 00:00:00+00:00 17.150000000000002 17.91 17.150000000000002 17.44 17.42604736328125 450151 0.0 0.0
531 2024-02-09 00:00:00+00:00 17.46 17.80198974609375 17.07 17.18 17.166256103515625 242803 0.0 0.0
532 2024-02-12 00:00:00+00:00 17.25 17.84 16.96 16.990000000000002 16.976407470703126 563881 0.0 0.0
533 2024-02-13 00:00:00+00:00 16.85 16.885140380859376 16.330000000000002 16.51 16.4967919921875 68119 0.0 0.0
534 2024-02-14 00:00:00+00:00 16.37 17.17 16.18530029296875 17.03 17.016375732421874 98220 0.0 0.0
535 2024-02-15 00:00:00+00:00 16.51 17.39 16.51 16.96 16.946431884765627 102797 0.0 0.0
536 2024-02-16 00:00:00+00:00 16.990000000000002 17.330000000000002 16.990000000000002 17.07 17.056343994140626 47249 0.0 0.0
537 2024-02-19 00:00:00+00:00 17.07 17.271500244140626 16.82 17.14 17.126287841796877 465791 0.0 0.0
538 2024-02-20 00:00:00+00:00 17.0 17.0 16.12 16.12 16.107103271484377 117840 0.0 0.0
539 2024-02-21 00:00:00+00:00 16.44 16.52 16.09 16.18 16.1670556640625 616655 0.0 0.0
540 2024-02-22 00:00:00+00:00 15.99 16.69 15.5 16.59 16.576727294921874 71029 0.0 0.0
541 2024-02-23 00:00:00+00:00 16.61 16.66 15.9 16.2 16.187039794921876 616927 0.0 0.0
542 2024-02-26 00:00:00+00:00 15.9 16.24449951171875 15.56 15.700000000000001 15.687440185546876 125089 0.0 0.0
543 2024-02-27 00:00:00+00:00 15.5 15.88 15.34 15.57 15.557543945312501 506414 0.0 0.0
544 2024-02-28 00:00:00+00:00 15.0 15.6 13.540000000000001 14.46 14.448431396484375 1617451 0.0 0.0
545 2024-02-29 00:00:00+00:00 14.700000000000001 14.99 14.27 14.34 14.32852783203125 131744 0.0 0.0
546 2024-03-01 00:00:00+00:00 14.52 14.83 14.0 14.68 14.668255615234376 710016 0.0 0.0
547 2024-03-04 00:00:00+00:00 14.3 14.790000000000001 14.3 14.450000000000001 14.43843994140625 128631 0.0 0.0
548 2024-03-05 00:00:00+00:00 14.43 14.5 14.13 14.3 14.2885595703125 226847 0.0 0.0
549 2024-03-06 00:00:00+00:00 14.35 14.6 14.13 14.13 14.1186962890625 245345 0.0 0.0
550 2024-03-07 00:00:00+00:00 14.36 14.36 13.55 13.55 13.53916015625 169908 0.0 0.0
551 2024-03-08 00:00:00+00:00 13.55 13.84 13.26 13.3 13.2893603515625 591778 0.0 0.0
552 2024-03-11 00:00:00+00:00 13.450000000000001 13.6 13.15 13.25 13.2393994140625 537344 0.0 0.0
553 2024-03-12 00:00:00+00:00 13.0 13.74 13.0 13.700000000000001 13.689039306640625 652597 0.0 0.0
554 2024-03-13 00:00:00+00:00 14.5 15.65 13.521639404296875 13.72 13.7090234375 1195682 0.0 0.0
555 2024-03-14 00:00:00+00:00 13.82 14.59 13.34 14.32 14.308543701171875 1126694 0.0 0.0
556 2024-03-15 00:00:00+00:00 14.3 14.56 14.02 14.26 14.24859130859375 1525658 0.0 0.0
557 2024-03-18 00:00:00+00:00 14.34 14.620000000000001 14.02 14.24 14.228608398437501 462513 0.0 0.0
558 2024-03-19 00:00:00+00:00 14.24 14.48 13.81 13.81 13.798951416015626 496898 0.0 0.0
559 2024-03-20 00:00:00+00:00 13.83 14.02 12.780000000000001 13.33 13.3193359375 340715 0.0 0.0
560 2024-03-21 00:00:00+00:00 13.48 13.809000244140625 13.23 13.34 13.329327392578126 276189 0.0 0.0
561 2024-03-22 00:00:00+00:00 13.44 13.58 13.120000000000001 13.13 13.119495849609375 477630 0.0 0.0
562 2024-03-25 00:00:00+00:00 13.5 13.5 12.64 12.64 12.629887695312501 437124 0.0 0.0
563 2024-03-26 00:00:00+00:00 12.64 13.0 12.410699462890625 12.56 12.549952392578126 1102700 0.0 0.0
564 2024-03-27 00:00:00+00:00 12.5 12.77 12.38 12.58 12.569935302734375 1158042 0.0 0.0
565 2024-03-28 00:00:00+00:00 12.68 13.32 12.455 13.02 13.009583740234376 672275 0.0 0.0
566 2024-04-02 00:00:00+01:00 12.9 13.13 12.38 12.46 12.45003173828125 420287 0.0 0.0
567 2024-04-03 00:00:00+01:00 12.280000000000001 12.49 11.99 12.22 12.210223388671876 460217 0.0 0.0
568 2024-04-04 00:00:00+01:00 12.200000000000001 12.17 12.0 12.0 11.990400390625 293870 0.0 0.0
569 2024-04-05 00:00:00+01:00 11.98 12.037879638671875 11.6 11.65 11.640679931640625 395059 0.0 0.0
570 2024-04-08 00:00:00+01:00 11.61 12.120000000000001 11.495000000000001 12.06 12.0503515625 810772 0.0 0.0
571 2024-04-09 00:00:00+01:00 12.0 12.15 11.790000000000001 11.91 11.900472412109375 413918 0.0 0.0
572 2024-04-10 00:00:00+01:00 11.950000000000001 12.33 11.8725 12.01 12.000391845703126 680979 0.0 0.0
573 2024-04-11 00:00:00+01:00 12.08 12.31 11.868509521484375 11.94 11.930447998046875 280220 0.0 0.0
574 2024-04-12 00:00:00+01:00 12.06 12.290000000000001 11.4 11.450000000000001 11.44083984375 359653 0.0 0.0
575 2024-04-15 00:00:00+01:00 11.41 11.57 11.01 11.4 11.390880126953125 489256 0.0 0.0
576 2024-04-16 00:00:00+01:00 11.200000000000001 11.78 11.07 11.51 11.500792236328126 294117 0.0 0.0
577 2024-04-17 00:00:00+01:00 11.5 11.81050048828125 11.4 11.620000000000001 11.610704345703125 446216 0.0 0.0
578 2024-04-18 00:00:00+01:00 11.43 11.83 11.43 11.71 11.70063232421875 280345 0.0 0.0
579 2024-04-19 00:00:00+01:00 11.8 11.8 11.56 11.68 11.670655517578124 187448 0.0 0.0
580 2024-04-22 00:00:00+01:00 11.5 12.06 11.5 11.72 11.710623779296876 233273 0.0 0.0
581 2024-04-23 00:00:00+01:00 11.870000000000001 11.89 11.72 11.72 11.710623779296876 164436 0.0 0.0
582 2024-04-24 00:00:00+01:00 12.08 12.08 11.370000000000001 11.51 11.500792236328126 185184 0.0 0.0
583 2024-04-25 00:00:00+01:00 11.700000000000001 11.700000000000001 11.1 11.36 11.350911865234375 295818 0.0 0.0
584 2024-04-26 00:00:00+01:00 11.31 11.64 11.230880126953124 11.39 11.380887451171875 144819 0.0 0.0
585 2024-04-29 00:00:00+01:00 11.15 11.82 11.15 11.82 11.81054443359375 119071 0.0 0.0
586 2024-04-30 00:00:00+01:00 11.98 11.99 11.42 11.5 11.490799560546876 199939 0.0 0.0
587 2024-05-01 00:00:00+01:00 12.01 12.01 11.32 11.59 11.5807275390625 165171 0.0 0.0
588 2024-05-02 00:00:00+01:00 11.57 11.66 11.3 11.66 11.65067138671875 305855 0.0 0.0
589 2024-05-03 00:00:00+01:00 11.85 11.96 11.6 11.75 11.740599365234376 158727 0.0 0.0
590 2024-05-07 00:00:00+01:00 12.13 12.19 11.57 11.790000000000001 11.780567626953125 116963 0.0 0.0
591 2024-05-08 00:00:00+01:00 12.15 12.804000244140624 11.99 12.67 12.65986328125 362985 0.0 0.0
592 2024-05-09 00:00:00+01:00 12.65 12.71 12.18 12.66 12.649871826171875 261229 0.0 0.0
593 2024-05-10 00:00:00+01:00 12.47 12.97 12.47 12.89 12.879687500000001 187666 0.0 0.0
594 2024-05-13 00:00:00+01:00 12.8 13.120000000000001 12.58 12.8 12.789759521484376 164449 0.0 0.0
595 2024-05-14 00:00:00+01:00 12.6 13.237950439453126 12.6 13.08 13.0695361328125 166908 0.0 0.0
596 2024-05-15 00:00:00+01:00 13.36 13.48 13.030000000000001 13.450000000000001 13.439239501953125 178857 0.0 0.0
597 2024-05-16 00:00:00+01:00 13.450000000000001 14.0 13.450000000000001 14.0 13.988800048828125 314200 0.0 0.0
598 2024-05-17 00:00:00+01:00 14.13 14.8 13.780000000000001 14.700000000000001 14.68823974609375 558689 0.0 0.0
599 2024-05-20 00:00:00+01:00 24.5 24.98 22.82 22.82 22.8017431640625 8292215 0.0 0.0
600 2024-05-21 00:00:00+01:00 23.02 23.44 22.400000000000002 22.56 22.54195068359375 1407097 0.0 0.0
601 2024-05-22 00:00:00+01:00 22.46 22.64 22.0 22.0 21.98239990234375 723017 0.0 0.0
602 2024-05-23 00:00:00+01:00 21.98 22.47597900390625 21.62 22.3 22.3 1522184 1.76 0.0
603 2024-05-24 00:00:00+01:00 22.240000000000002 22.3 21.68 22.14 22.14 644971 0.0 0.0
604 2024-05-28 00:00:00+01:00 22.2 22.6 22.06 22.5 22.5 311246 0.0 0.0
605 2024-05-29 00:00:00+01:00 22.48 22.6010009765625 22.16 22.3 22.3 1482854 0.0 0.0
606 2024-05-30 00:00:00+01:00 22.5 22.62 22.3 22.32 22.32 138373 0.0 0.0
607 2024-05-31 00:00:00+01:00 22.0 22.48 22.0 22.34 22.34 695505 0.0 0.0
608 2024-06-03 00:00:00+01:00 22.2 22.48 22.1 22.36 22.36 148218 0.0 0.0
609 2024-06-04 00:00:00+01:00 22.36 22.36 21.75 22.0 22.0 1289764 0.0 0.0
610 2024-06-05 00:00:00+01:00 22.36 22.36 21.8 22.02 22.02 295325 0.0 0.0
611 2024-06-06 00:00:00+01:00 22.02 22.145700683593752 21.78 22.04 22.04 463598 0.0 0.0
612 2024-06-07 00:00:00+01:00 22.1 22.2 21.740000000000002 21.98 21.98 799873 0.0 0.0
613 2024-06-10 00:00:00+01:00 21.900000000000002 22.02 21.64 21.64 21.64 588812 0.0 0.0
614 2024-06-11 00:00:00+01:00 21.84 22.1 21.400000000000002 21.42 21.42 323278 0.0 0.0
615 2024-06-12 00:00:00+01:00 21.72 21.72 21.2 21.5 21.5 961776 0.0 0.0
616 2024-06-13 00:00:00+01:00 21.7 21.7 21.0 21.36 21.36 731949 0.0 0.0
617 2024-06-14 00:00:00+01:00 21.72 22.62 21.435 22.62 22.62 1564845 0.0 0.0
618 2024-06-17 00:00:00+01:00 22.42 22.60555908203125 22.05300048828125 22.3 22.3 543001 0.0 0.0
619 2024-06-18 00:00:00+01:00 22.5 22.5 22.011999511718752 22.28 22.28 302283 0.0 0.0
620 2024-06-19 00:00:00+01:00 22.0 22.36 21.94 22.0 22.0 261639 0.0 0.0
621 2024-06-20 00:00:00+01:00 22.5 22.5 21.900000000000002 22.400000000000002 22.400000000000002 298140 0.0 0.0
622 2024-06-21 00:00:00+01:00 22.5 22.900000000000002 22.22 22.38 22.38 374718 0.0 0.0
623 2024-06-24 00:00:00+01:00 22.400000000000002 22.62 22.2 22.38 22.38 182607 0.0 0.0
624 2024-06-25 00:00:00+01:00 22.3 22.32 21.32049072265625 21.92 21.92 1156786 0.0 0.0
625 2024-06-26 00:00:00+01:00 22.0 22.0 21.44 21.740000000000002 21.740000000000002 1321707 0.0 0.0
626 2024-06-27 00:00:00+01:00 21.86 21.92 21.6 21.78 21.78 1192605 0.0 0.0
627 2024-06-28 00:00:00+01:00 23.1 23.21093994140625 22.88800048828125 23.12 23.12 5166863 0.0 0.0
628 2024-07-01 00:00:00+01:00 23.26 23.26 23.06 23.080000000000002 23.080000000000002 904708 0.0 0.0
629 2024-07-02 00:00:00+01:00 23.080000000000002 23.240000000000002 23.06 23.18 23.18 800296 0.0 0.0
630 2024-07-03 00:00:00+01:00 23.84 23.900000000000002 23.78333984375 23.900000000000002 23.900000000000002 8961383 0.0 0.0
631 2024-07-04 00:00:00+01:00 23.92 23.94 23.83340087890625 23.86 23.86 1175939 0.0 0.0
632 2024-07-05 00:00:00+01:00 23.900000000000002 23.96 23.86 23.88 23.88 969052 0.0 0.0
633 2024-07-08 00:00:00+01:00 23.88 24.060000000000002 23.88 23.88 23.88 420214 0.0 0.0
634 2024-07-09 00:00:00+01:00 23.92 23.96 23.86 23.900000000000002 23.900000000000002 1264139 0.0 0.0
635 2024-07-10 00:00:00+01:00 23.88 23.94 23.88 23.900000000000002 23.900000000000002 371085 0.0 0.0
636 2024-07-11 00:00:00+01:00 23.84 23.92 23.82 23.82 23.82 458586 0.0 0.0
637 2024-07-12 00:00:00+01:00 23.82 23.88 23.82 23.88 23.88 681277 0.0 0.0
638 2024-07-15 00:00:00+01:00 23.84 23.88 23.84 23.86 23.86 739304 0.0 0.0
639 2024-07-16 00:00:00+01:00 23.88 23.883859863281252 23.84 23.86 23.86 1130090 0.0 0.0
640 2024-07-17 00:00:00+01:00 23.88 23.88 23.86 23.86 23.86 755831 0.0 0.0
641 2024-07-18 00:00:00+01:00 23.88 23.900000000000002 23.86 23.900000000000002 23.900000000000002 960170 0.0 0.0
642 2024-07-19 00:00:00+01:00 23.900000000000002 23.94 23.86 23.94 23.94 195271 0.0 0.0
643 2024-07-22 00:00:00+01:00 23.88 23.92 23.8 23.84 23.84 3036352 0.0 0.0
644 2024-07-23 00:00:00+01:00 23.82 23.86 23.8 23.82 23.82 1083480 0.0 0.0
645 2024-07-24 00:00:00+01:00 23.84 23.88 23.8 23.8 23.8 1445489 0.0 0.0
646 2024-07-25 00:00:00+01:00 23.84 23.900000000000002 23.8 23.8 23.8 582850 0.0 0.0
647 2024-07-26 00:00:00+01:00 23.96 23.96 23.8 23.8 23.8 675264 0.0 0.0
648 2024-07-29 00:00:00+01:00 23.84 23.88 23.5783203125 23.84 23.84 1403210 0.0 0.0
649 2024-07-30 00:00:00+01:00 23.84 23.88 23.82 23.84 23.84 1286201 0.0 0.0
650 2024-07-31 00:00:00+01:00 23.86 23.88 23.82 23.88 23.88 308556 0.0 0.0
651 2024-08-01 00:00:00+01:00 23.900000000000002 23.900000000000002 23.84 23.84 23.84 139383 0.0 0.0
652 2024-08-02 00:00:00+01:00 24.2 24.2 23.84 23.84 23.84 402227 0.0 0.0
653 2024-08-05 00:00:00+01:00 23.84 23.88 23.8 23.88 23.88 2543161 0.0 0.0
654 2024-08-06 00:00:00+01:00 23.900000000000002 24.060000000000002 23.82 23.88 23.88 805371 0.0 0.0
655 2024-08-07 00:00:00+01:00 23.900000000000002 23.92 23.84 23.86 23.86 1753790 0.0 0.0
656 2024-08-08 00:00:00+01:00 23.86 23.92 23.86 23.88 23.88 191998 0.0 0.0
657 2024-08-09 00:00:00+01:00 23.900000000000002 23.98 23.86 23.98 23.98 289215 0.0 0.0
658 2024-08-12 00:00:00+01:00 23.96 24.0 23.92 24.0 24.0 513766 0.0 0.0
659 2024-08-13 00:00:00+01:00 24.0 24.04 23.94 24.04 24.04 185320 0.0 0.0
660 2024-08-14 00:00:00+01:00 24.0 24.3 23.96 24.3 24.3 300442 0.0 0.0
661 2024-08-15 00:00:00+01:00 24.1 24.12 24.0 24.02 24.02 222740 0.0 0.0
662 2024-08-16 00:00:00+01:00 24.1 24.1 23.98 23.98 23.98 255770 0.0 0.0
663 2024-08-19 00:00:00+01:00 24.080000000000002 24.080000000000002 23.96 24.0 24.0 229725 0.0 0.0
664 2024-08-20 00:00:00+01:00 24.0 24.04 23.98 24.0 24.0 261084 0.0 0.0
665 2024-08-21 00:00:00+01:00 24.080000000000002 24.080000000000002 23.98 24.060000000000002 24.060000000000002 1086506 0.0 0.0
666 2024-08-22 00:00:00+01:00 24.080000000000002 24.080000000000002 24.02 24.04 24.04 106190 0.0 0.0

View File

@@ -1,391 +1,391 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains,Repaired?
2022-01-04 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880703675715848,14877,0.0,0.0,0.0,True
2022-01-05 00:00:00+00:00,0.6875,0.6751000213623047,0.675,0.6875,0.5880703675715848,15180,0.0,0.0,0.0,True
2022-01-06 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-12 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-13 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-01-14 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880703675715848,10268,0.0,0.0,0.0,True
2022-01-17 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880703675715848,1004,0.0,0.0,0.0,True
2022-01-18 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880703675715848,15202,0.0,0.0,0.0,True
2022-01-19 00:00:00+00:00,0.6875,0.675,0.67,0.6875,0.5880703675715848,26258,0.0,0.0,0.0,True
2022-01-20 00:00:00+00:00,0.6875,0.675,0.675,0.6875,0.5880703675715848,11286,0.0,0.0,0.0,True
2022-01-21 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880703675715848,653,0.0,0.0,0.0,True
2022-01-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880703675715848,300,0.0,0.0,0.0,True
2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.5837933928330346,18000,0.0,0.0,0.0,True
2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.5837933928330346,1560,0.0,0.0,0.0,True
2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837933928330346,1000,0.0,0.0,0.0,True
2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837933928330346,5588,0.0,0.0,0.0,True
2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.5837933928330346,0,0.0,0.0,0.0,True
2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.564547577937833,30612,0.0,0.0,0.0,True
2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.564547577937833,9000,0.0,0.0,0.0,True
2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.5795166024261857,19301,0.0,0.0,0.0,True
2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795166024261857,29455,0.0,0.0,0.0,True
2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795166024261857,3125,0.0,0.0,0.0,True
2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.5795166024261857,15202,0.0,0.0,0.0,True
2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.5795166024261857,0,0.0,0.0,0.0,True
2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795166024261857,3506,0.0,0.0,0.0,True
2022-02-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-02-14 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880703675715848,2461,0.0,0.0,0.0,True
2022-02-15 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880703675715848,19756,0.0,0.0,0.0,True
2022-02-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-02-17 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880703675715848,7275,0.0,0.0,0.0,True
2022-02-18 00:00:00+00:00,0.6875,0.68,0.675,0.6875,0.5880703675715848,45627,0.0,0.0,0.0,True
2022-02-21 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-02-22 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-02-23 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-02-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880703675715848,14323,0.0,0.0,0.0,True
2022-02-25 00:00:00+00:00,0.6875,0.6827999877929688,0.6827999877929688,0.6875,0.5880703675715848,28473,0.0,0.0,0.0,True
2022-02-28 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-01 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-02 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880703675715848,1559,0.0,0.0,0.0,True
2022-03-03 00:00:00+00:00,0.6875,0.67,0.67,0.6875,0.5880703675715848,1524,0.0,0.0,0.0,True
2022-03-04 00:00:00+00:00,0.6875,0.6809999847412109,0.6809999847412109,0.6875,0.5880703675715848,718,0.0,0.0,0.0,True
2022-03-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-08 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-09 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-14 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-15 00:00:00+00:00,0.6875,0.68,0.65,0.6875,0.5880703675715848,1430,0.0,0.0,0.0,True
2022-03-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-17 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880703675715848,0,0.0,0.0,0.0,True
2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.564547577937833,2500,0.0,0.0,0.0,True
2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.564547577937833,24314,0.0,0.0,0.0,True
2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.564547577937833,16749,0.0,0.0,0.0,True
2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.564547577937833,38438,0.0,0.0,0.0,True
2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.564547577937833,16181,0.0,0.0,0.0,True
2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.564547577937833,672,0.0,0.0,0.0,True
2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.564547577937833,55267,0.0,0.0,0.0,True
2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.564547577937833,1496,0.0,0.0,0.0,True
2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.564547577937833,10068,0.0,0.0,0.0,True
2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.564547577937833,7588,0.0,0.0,0.0,True
2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.564547577937833,1511,0.0,0.0,0.0,True
2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.564547577937833,12524,0.0,0.0,0.0,True
2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.564547577937833,580,0.0,0.0,0.0,True
2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.564547577937833,22992,0.0,0.0,0.0,True
2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.564547577937833,1500,0.0,0.0,0.0,True
2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.564547577937833,17000,0.0,0.0,0.0,True
2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.564547577937833,5000,0.0,0.0,0.0,True
2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.564547577937833,20230,0.0,0.0,0.0,True
2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.564547577937833,7567,0.0,0.0,0.0,True
2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.564547577937833,5842,0.0,0.0,0.0,True
2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.564547577937833,27137,0.0,0.0,0.0,True
2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.564547577937833,24000,0.0,0.0,0.0,True
2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.564547577937833,10757,0.0,0.0,0.0,True
2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.564547577937833,1517,0.0,0.0,0.0,True
2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.564547577937833,13072,0.0,0.0,0.0,True
2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.564547577937833,0,0.0,0.0,0.0,True
2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5602706400656228,7206,0.0,0.0,0.0,True
2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5602706400656228,0,0.0,0.0,0.0,True
2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602706400656228,5000,0.0,0.0,0.0,True
2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602706400656228,1518,0.0,0.0,0.0,True
2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5517169486529044,1,0.0,0.0,0.0,True
2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517169486529044,15500,0.0,0.0,0.0,True
2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517169486529044,1004,0.0,0.0,0.0,True
2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517169486529044,8341,0.0,0.0,0.0,True
2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517169486529044,31092,0.0,0.0,0.0,True
2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5517169486529044,189418,0.0,0.0,0.0,True
2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517169486529044,2500,0.0,0.0,0.0,True
2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517169486529044,0,0.0,0.0,0.0,True
2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453015787109297,0,0.0,0.0,0.0,True
2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5453015787109297,31351,0.0,0.0,0.0,True
2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5453015787109297,38011,0.0,0.0,0.0,True
2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453015787109297,0,0.0,0.0,0.0,True
2022-07-21 00:00:00+01:00,0.62,0.62,0.62,0.62,0.5475093195004799,0,0.02,0.0,0.0,True
2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5453015787109297,3600,0.0,0.0,0.0,True
2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453015787109297,5000,0.0,0.0,0.0,True
2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453015787109297,2288,0.0,0.0,0.0,True
2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453015787109297,2909,0.0,0.0,0.0,True
2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5453015787109297,17150,0.0,0.0,0.0,True
2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453015787109297,200,0.0,0.0,0.0,True
2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453015787109297,15000,0.0,0.0,0.0,True
2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453015787109297,4797,0.0,0.0,0.0,True
2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453015787109297,30000,0.0,0.0,0.0,True
2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5453015787109297,25000,0.0,0.0,0.0,True
2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5453015787109297,1195,0.0,0.0,0.0,True
2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5453015787109297,3,0.0,0.0,0.0,True
2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5453015787109297,148,0.0,0.0,0.0,True
2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5453015787109297,112147,0.0,0.0,0.0,True
2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453015787109297,13403,0.0,0.0,0.0,True
2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453015787109297,3509,0.0,0.0,0.0,True
2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5453015787109297,233,0.0,0.0,0.0,True
2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453015787109297,3879,0.0,0.0,0.0,True
2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453015787109297,175,0.0,0.0,0.0,True
2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5453015787109297,32400,0.0,0.0,0.0,True
2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.5347046441191305,12005,0.0,0.0,0.0,True
2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5453015787109297,58251,0.0,0.0,0.0,True
2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453015787109297,0,0.0,0.0,0.0,True
2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.5386784669413001,22000,0.0,0.0,0.0,True
2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.5386784669413001,38754,0.0,0.0,0.0,True
2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5386784669413001,0,0.0,0.0,0.0,True
2022-10-13 00:00:00+01:00,0.61,0.58,0.58,0.605,0.5342631328275609,1000,0.0,0.0,0.0,True
2022-10-14 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342631328275609,0,0.0,0.0,0.0,True
2022-10-17 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342631328275609,0,0.0,0.0,0.0,True
2022-10-18 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342631328275609,0,0.0,0.0,0.0,True
2022-10-19 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342631328275609,0,0.0,0.0,0.0,True
2022-10-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-10-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-10-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,315,0.0,0.0,0.0,True
2022-10-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-10-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-10-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5298477249811411,171,0.0,0.0,0.0,True
2022-10-28 00:00:00+01:00,0.6,0.6,0.59,0.6,0.5298477249811411,8289,0.0,0.0,0.0,True
2022-10-31 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-03 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-09 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-10 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-11 00:00:00+00:00,0.6,0.6,0.5725,0.6,0.5298477249811411,31003,0.0,0.0,0.0,True
2022-11-14 00:00:00+00:00,0.6,0.5725,0.5725,0.6,0.5298477249811411,3249,0.0,0.0,0.0,True
2022-11-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-16 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-17 00:00:00+00:00,0.6,0.5990000152587891,0.5990000152587891,0.6,0.5298477249811411,16000,0.0,0.0,0.0,True
2022-11-18 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-21 00:00:00+00:00,0.6025,0.5725,0.5725,0.6,0.5298477249811411,4785,0.0,0.0,0.0,True
2022-11-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-23 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-24 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-11-28 00:00:00+00:00,0.6,0.6040000152587891,0.59,0.6,0.5298477249811411,20750,0.0,0.0,0.0,True
2022-11-29 00:00:00+00:00,0.6,0.59,0.59,0.6,0.5298477249811411,26354,0.0,0.0,0.0,True
2022-11-30 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.5298477249811411,227,0.0,0.0,0.0,True
2022-12-01 00:00:00+00:00,0.6,0.5983000183105469,0.59,0.6,0.5298477249811411,819097,0.0,0.0,0.0,True
2022-12-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-12-05 00:00:00+00:00,0.6,0.6,0.59,0.6,0.5298477249811411,67809,0.0,0.0,0.0,True
2022-12-06 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.5298477249811411,18000,0.0,0.0,0.0,True
2022-12-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5298477249811411,0,0.0,0.0,0.0,True
2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.02,0.0,0.0,True
2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5344153539467067,18119,0.0,0.0,0.0,True
2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344153539467067,8300,0.0,0.0,0.0,True
2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344153539467067,4797,0.0,0.0,0.0,True
2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5344153539467067,7000,0.0,0.0,0.0,True
2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5344153539467067,31125,0.0,0.0,0.0,True
2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344153539467067,8500,0.0,0.0,0.0,True
2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5344153539467067,94265,0.0,0.0,0.0,True
2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344153539467067,8475,0.0,0.0,0.0,True
2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344153539467067,320,0.0,0.0,0.0,True
2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344153539467067,12452,0.0,0.0,0.0,True
2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344153539467067,1228,0.0,0.0,0.0,True
2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344153539467067,25461,0.0,0.0,0.0,True
2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5344153539467067,9855,0.0,0.0,0.0,True
2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344153539467067,1500,0.0,0.0,0.0,True
2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5344153539467067,9101,0.0,0.0,0.0,True
2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344153539467067,20891,0.0,0.0,0.0,True
2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344153539467067,8881,0.0,0.0,0.0,True
2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344153539467067,1271,0.0,0.0,0.0,True
2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344153539467067,20064,0.0,0.0,0.0,True
2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5344153539467067,3709,0.0,0.0,0.0,True
2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344153539467067,1225,0.0,0.0,0.0,True
2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344153539467067,10000,0.0,0.0,0.0,True
2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344153539467067,2706,0.0,0.0,0.0,True
2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344153539467067,2076,0.0,0.0,0.0,True
2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344153539467067,0,0.0,0.0,0.0,True
2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.5298477618474814,20247,0.0,0.0,0.0,True
2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5298477618474814,10000,0.0,0.0,0.0,True
2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.5298477618474814,10644,0.0,0.0,0.0,True
2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5298477618474814,0,0.0,0.0,0.0,True
2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5298477618474814,1228,0.0,0.0,0.0,True
2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5298477618474814,0,0.0,0.0,0.0,True
2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.5298477618474814,2500,0.0,0.0,0.0,True
2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5298477618474814,0,0.0,0.0,0.0,True
2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5298477618474814,0,0.0,0.0,0.0,True
2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5298477618474814,0,0.0,0.0,0.0,True
2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.5252800960155755,12276,0.0,0.0,0.0,True
2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5252800960155755,4049,0.0,0.0,0.0,True
2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5252800960155755,5000,0.0,0.0,0.0,True
2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5252800960155755,20123,0.0,0.0,0.0,True
2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.5252800960155755,413641,0.0,0.0,0.0,True
2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5252800960155755,51462,0.0,0.0,0.0,True
2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5252800960155755,21569,0.0,0.0,0.0,True
2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5252800960155755,10000,0.0,0.0,0.0,True
2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5252800960155755,7892,0.0,0.0,0.0,True
2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.5252800960155755,35268,0.0,0.0,0.0,True
2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5252800960155755,13200,0.0,0.0,0.0,True
2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5252800960155755,7663,0.0,0.0,0.0,True
2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5252800960155755,17334,0.0,0.0,0.0,True
2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5252800960155755,22500,0.0,0.0,0.0,True
2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.5252800960155755,7206,0.0,0.0,0.0,True
2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.5252800960155755,182252,0.0,0.0,0.0,True
2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5252800960155755,8118,0.0,0.0,0.0,True
2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.5252800960155755,12159,0.0,0.0,0.0,True
2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5252800960155755,9477,0.0,0.0,0.0,True
2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5252800960155755,0,0.0,0.0,0.0,True
2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5252800960155755,16661,0.0,0.0,0.0,True
2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5229962262332822,12000,0.0,0.0,0.0,True
2023-04-13 00:00:00+01:00,0.5725,0.56,0.56,0.5700000000000001,0.5207124301836694,1459,0.0,0.0,0.0,True
2023-04-14 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207124301836694,7500,0.0,0.0,0.0,True
2023-04-17 00:00:00+01:00,0.5700000000000001,0.569900016784668,0.569900016784668,0.5700000000000001,0.5207124301836694,5227,0.0,0.0,0.0,True
2023-04-18 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.555,0.5700000000000001,0.5207124301836694,9687,0.0,0.0,0.0,True
2023-04-19 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.5695000076293946,0.5700000000000001,0.5207124301836694,5231,0.0,0.0,0.0,True
2023-04-20 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207124301836694,2938,0.0,0.0,0.0,True
2023-04-21 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207124301836694,8199,0.0,0.0,0.0,True
2023-04-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207124301836694,0,0.0,0.0,0.0,True
2023-04-25 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207124301836694,0,0.0,0.0,0.0,True
2023-04-26 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207124301836694,0,0.0,0.0,0.0,True
2023-04-27 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207124301836694,0,0.0,0.0,0.0,True
2023-04-28 00:00:00+01:00,0.5700000000000001,0.5679999923706055,0.5679999923706055,0.5700000000000001,0.5207124301836694,5141,0.0,0.0,0.0,True
2023-05-02 00:00:00+01:00,0.5700000000000001,0.54,0.54,0.5650000000000001,0.5161447643517635,16905,0.0,0.0,0.0,True
2023-05-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-10 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.5161447643517635,486,0.0,0.0,0.0,True
2023-05-11 00:00:00+01:00,0.5650000000000001,0.5629999923706055,0.5629999923706055,0.5650000000000001,0.5161447643517635,4000,0.0,0.0,0.0,True
2023-05-12 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161447643517635,5720,0.0,0.0,0.0,True
2023-05-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-24 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161447643517635,17250,0.0,0.0,0.0,True
2023-05-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-05-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-01 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-12 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161447643517635,3750,0.0,0.0,0.0,True
2023-06-13 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161447643517635,4006,0.0,0.0,0.0,True
2023-06-14 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.54,0.5650000000000001,0.5161447643517635,3597,0.0,0.0,0.0,True
2023-06-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161447643517635,0,0.0,0.0,0.0,True
2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5458344816601314,1000,0.0,0.0,0.0,True
2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5458344816601314,12038,0.0,0.0,0.0,True
2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5458344816601314,0,0.0,0.0,0.0,True
2023-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-06-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-06-23 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481183514424247,6482,0.0,0.0,0.0,True
2023-06-26 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481183514424247,10884,0.0,0.0,0.0,True
2023-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-06-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-06-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-07-04 00:00:00+01:00,0.6,0.6054000091552735,0.6054000091552735,0.6,0.5481183514424247,6557,0.0,0.0,0.0,True
2023-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481183514424247,0,0.0,0.0,0.0,True
2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5435506856105188,7299,0.0,0.0,0.0,True
2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5435506856105188,13000,0.0,0.0,0.0,True
2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435506856105188,0,0.0,0.0,0.0,True
2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435506856105188,0,0.0,0.0,0.0,True
2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435506856105188,0,0.0,0.0,0.0,True
2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5435506856105188,372468,0.0,0.0,0.0,True
2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5435506856105188,1919,0.0,0.0,0.0,True
2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5435506856105188,3400,0.0,0.0,0.0,True
2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5389830197786127,14146,0.0,0.0,0.0,True
2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5389830197786127,1000,0.0,0.0,0.0,True
2022-01-04 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,14877,0.0,0.0,0.0,True
2022-01-05 00:00:00+00:00,0.6875,0.6751000213623047,0.675,0.6875,0.5880744894644663,15180,0.0,0.0,0.0,True
2022-01-06 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-12 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-13 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-01-14 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,10268,0.0,0.0,0.0,True
2022-01-17 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,1004,0.0,0.0,0.0,True
2022-01-18 00:00:00+00:00,0.6875,0.6940000152587891,0.675,0.6875,0.5880744894644663,15202,0.0,0.0,0.0,True
2022-01-19 00:00:00+00:00,0.6875,0.675,0.67,0.6875,0.5880744894644663,26258,0.0,0.0,0.0,True
2022-01-20 00:00:00+00:00,0.6875,0.675,0.675,0.6875,0.5880744894644663,11286,0.0,0.0,0.0,True
2022-01-21 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,653,0.0,0.0,0.0,True
2022-01-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,300,0.0,0.0,0.0,True
2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.5837975584810143,18000,0.0,0.0,0.0,True
2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.5837975584810143,1560,0.0,0.0,0.0,True
2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837975584810143,1000,0.0,0.0,0.0,True
2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.5837975584810143,5588,0.0,0.0,0.0,True
2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.5837975584810143,0,0.0,0.0,0.0,True
2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.5645514243553786,30612,0.0,0.0,0.0,True
2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5645514243553786,9000,0.0,0.0,0.0,True
2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.5795207380973585,19301,0.0,0.0,0.0,True
2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,29455,0.0,0.0,0.0,True
2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,3125,0.0,0.0,0.0,True
2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.5795207380973585,15202,0.0,0.0,0.0,True
2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.5795207380973585,0,0.0,0.0,0.0,True
2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5795207380973585,3506,0.0,0.0,0.0,True
2022-02-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-02-14 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880744894644663,2461,0.0,0.0,0.0,True
2022-02-15 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.5880744894644663,19756,0.0,0.0,0.0,True
2022-02-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-02-17 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880744894644663,7275,0.0,0.0,0.0,True
2022-02-18 00:00:00+00:00,0.6875,0.68,0.675,0.6875,0.5880744894644663,45627,0.0,0.0,0.0,True
2022-02-21 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-02-22 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-02-23 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-02-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.5880744894644663,14323,0.0,0.0,0.0,True
2022-02-25 00:00:00+00:00,0.6875,0.6827999877929688,0.6827999877929688,0.6875,0.5880744894644663,28473,0.0,0.0,0.0,True
2022-02-28 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-01 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-02 00:00:00+00:00,0.6875,0.6825,0.6825,0.6875,0.5880744894644663,1559,0.0,0.0,0.0,True
2022-03-03 00:00:00+00:00,0.6875,0.67,0.67,0.6875,0.5880744894644663,1524,0.0,0.0,0.0,True
2022-03-04 00:00:00+00:00,0.6875,0.6809999847412109,0.6809999847412109,0.6875,0.5880744894644663,718,0.0,0.0,0.0,True
2022-03-07 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-08 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-09 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-10 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-14 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-15 00:00:00+00:00,0.6875,0.68,0.65,0.6875,0.5880744894644663,1430,0.0,0.0,0.0,True
2022-03-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-17 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.5880744894644663,0,0.0,0.0,0.0,True
2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.5645514243553786,2500,0.0,0.0,0.0,True
2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5645514243553786,24314,0.0,0.0,0.0,True
2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.5645514243553786,16749,0.0,0.0,0.0,True
2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.5645514243553786,38438,0.0,0.0,0.0,True
2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.5645514243553786,16181,0.0,0.0,0.0,True
2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,672,0.0,0.0,0.0,True
2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.5645514243553786,55267,0.0,0.0,0.0,True
2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.5645514243553786,1496,0.0,0.0,0.0,True
2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.5645514243553786,10068,0.0,0.0,0.0,True
2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.5645514243553786,7588,0.0,0.0,0.0,True
2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.5645514243553786,1511,0.0,0.0,0.0,True
2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.5645514243553786,12524,0.0,0.0,0.0,True
2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.5645514243553786,580,0.0,0.0,0.0,True
2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.5645514243553786,22992,0.0,0.0,0.0,True
2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.5645514243553786,1500,0.0,0.0,0.0,True
2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.5645514243553786,17000,0.0,0.0,0.0,True
2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5645514243553786,5000,0.0,0.0,0.0,True
2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5645514243553786,20230,0.0,0.0,0.0,True
2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.5645514243553786,7567,0.0,0.0,0.0,True
2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,5842,0.0,0.0,0.0,True
2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,27137,0.0,0.0,0.0,True
2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5645514243553786,24000,0.0,0.0,0.0,True
2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.5645514243553786,10757,0.0,0.0,0.0,True
2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.5645514243553786,1517,0.0,0.0,0.0,True
2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.5645514243553786,13072,0.0,0.0,0.0,True
2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5645514243553786,0,0.0,0.0,0.0,True
2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5602746039717228,7206,0.0,0.0,0.0,True
2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5602746039717228,0,0.0,0.0,0.0,True
2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602746039717228,5000,0.0,0.0,0.0,True
2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5602746039717228,1518,0.0,0.0,0.0,True
2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5517207420048189,1,0.0,0.0,0.0,True
2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,15500,0.0,0.0,0.0,True
2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,1004,0.0,0.0,0.0,True
2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5517207420048189,8341,0.0,0.0,0.0,True
2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517207420048189,31092,0.0,0.0,0.0,True
2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5517207420048189,189418,0.0,0.0,0.0,True
2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5517207420048189,2500,0.0,0.0,0.0,True
2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5517207420048189,0,0.0,0.0,0.0,True
2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453054376961378,0,0.0,0.0,0.0,True
2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5453054376961378,31351,0.0,0.0,0.0,True
2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5453054376961378,38011,0.0,0.0,0.0,True
2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5453054376961378,0,0.0,0.0,0.0,True
2022-07-21 00:00:00+01:00,0.62,0.62,0.62,0.62,0.5475131570935486,0,0.02,0.0,0.0,True
2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5453054376961378,3600,0.0,0.0,0.0,True
2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,5000,0.0,0.0,0.0,True
2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,2288,0.0,0.0,0.0,True
2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,2909,0.0,0.0,0.0,True
2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5453054376961378,17150,0.0,0.0,0.0,True
2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,200,0.0,0.0,0.0,True
2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,15000,0.0,0.0,0.0,True
2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5453054376961378,4797,0.0,0.0,0.0,True
2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5453054376961378,30000,0.0,0.0,0.0,True
2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5453054376961378,25000,0.0,0.0,0.0,True
2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5453054376961378,1195,0.0,0.0,0.0,True
2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5453054376961378,3,0.0,0.0,0.0,True
2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5453054376961378,148,0.0,0.0,0.0,True
2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5453054376961378,112147,0.0,0.0,0.0,True
2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453054376961378,13403,0.0,0.0,0.0,True
2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453054376961378,3509,0.0,0.0,0.0,True
2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5453054376961378,233,0.0,0.0,0.0,True
2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5453054376961378,3879,0.0,0.0,0.0,True
2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5453054376961378,175,0.0,0.0,0.0,True
2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5453054376961378,32400,0.0,0.0,0.0,True
2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.5347084288284838,12005,0.0,0.0,0.0,True
2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5453054376961378,58251,0.0,0.0,0.0,True
2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5453054376961378,0,0.0,0.0,0.0,True
2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.538682279503905,22000,0.0,0.0,0.0,True
2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.538682279503905,38754,0.0,0.0,0.0,True
2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.538682279503905,0,0.0,0.0,0.0,True
2022-10-13 00:00:00+01:00,0.61,0.58,0.58,0.605,0.5342668775756819,1000,0.0,0.0,0.0,True
2022-10-14 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True
2022-10-17 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True
2022-10-18 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True
2022-10-19 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5342668775756819,0,0.0,0.0,0.0,True
2022-10-20 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-10-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-10-24 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,315,0.0,0.0,0.0,True
2022-10-25 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-10-26 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-10-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.52985143878086,171,0.0,0.0,0.0,True
2022-10-28 00:00:00+01:00,0.6,0.6,0.59,0.6,0.52985143878086,8289,0.0,0.0,0.0,True
2022-10-31 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-01 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-03 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-04 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-08 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-09 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-10 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-11 00:00:00+00:00,0.6,0.6,0.5725,0.6,0.52985143878086,31003,0.0,0.0,0.0,True
2022-11-14 00:00:00+00:00,0.6,0.5725,0.5725,0.6,0.52985143878086,3249,0.0,0.0,0.0,True
2022-11-15 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-16 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-17 00:00:00+00:00,0.6,0.5990000152587891,0.5990000152587891,0.6,0.52985143878086,16000,0.0,0.0,0.0,True
2022-11-18 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-21 00:00:00+00:00,0.6025,0.5725,0.5725,0.6,0.52985143878086,4785,0.0,0.0,0.0,True
2022-11-22 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-23 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-24 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-25 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-11-28 00:00:00+00:00,0.6,0.6040000152587891,0.59,0.6,0.52985143878086,20750,0.0,0.0,0.0,True
2022-11-29 00:00:00+00:00,0.6,0.59,0.59,0.6,0.52985143878086,26354,0.0,0.0,0.0,True
2022-11-30 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.52985143878086,227,0.0,0.0,0.0,True
2022-12-01 00:00:00+00:00,0.6,0.5983000183105469,0.59,0.6,0.52985143878086,819097,0.0,0.0,0.0,True
2022-12-02 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-12-05 00:00:00+00:00,0.6,0.6,0.59,0.6,0.52985143878086,67809,0.0,0.0,0.0,True
2022-12-06 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.52985143878086,18000,0.0,0.0,0.0,True
2022-12-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.52985143878086,0,0.0,0.0,0.0,True
2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.02,0.0,0.0,True
2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5344191366283723,18119,0.0,0.0,0.0,True
2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,8300,0.0,0.0,0.0,True
2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344191366283723,4797,0.0,0.0,0.0,True
2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5344191366283723,7000,0.0,0.0,0.0,True
2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5344191366283723,31125,0.0,0.0,0.0,True
2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344191366283723,8500,0.0,0.0,0.0,True
2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5344191366283723,94265,0.0,0.0,0.0,True
2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5344191366283723,8475,0.0,0.0,0.0,True
2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,320,0.0,0.0,0.0,True
2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5344191366283723,12452,0.0,0.0,0.0,True
2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,1228,0.0,0.0,0.0,True
2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,25461,0.0,0.0,0.0,True
2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5344191366283723,9855,0.0,0.0,0.0,True
2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5344191366283723,1500,0.0,0.0,0.0,True
2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5344191366283723,9101,0.0,0.0,0.0,True
2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,20891,0.0,0.0,0.0,True
2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344191366283723,8881,0.0,0.0,0.0,True
2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,1271,0.0,0.0,0.0,True
2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5344191366283723,20064,0.0,0.0,0.0,True
2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5344191366283723,3709,0.0,0.0,0.0,True
2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,1225,0.0,0.0,0.0,True
2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5344191366283723,10000,0.0,0.0,0.0,True
2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,2706,0.0,0.0,0.0,True
2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5344191366283723,2076,0.0,0.0,0.0,True
2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5344191366283723,0,0.0,0.0,0.0,True
2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.52985143878086,20247,0.0,0.0,0.0,True
2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.52985143878086,10000,0.0,0.0,0.0,True
2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.52985143878086,10644,0.0,0.0,0.0,True
2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True
2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.52985143878086,1228,0.0,0.0,0.0,True
2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True
2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.52985143878086,2500,0.0,0.0,0.0,True
2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True
2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True
2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.52985143878086,0,0.0,0.0,0.0,True
2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.525283740933348,12276,0.0,0.0,0.0,True
2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,4049,0.0,0.0,0.0,True
2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,5000,0.0,0.0,0.0,True
2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.525283740933348,20123,0.0,0.0,0.0,True
2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.525283740933348,413641,0.0,0.0,0.0,True
2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,51462,0.0,0.0,0.0,True
2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,21569,0.0,0.0,0.0,True
2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,10000,0.0,0.0,0.0,True
2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,7892,0.0,0.0,0.0,True
2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.525283740933348,35268,0.0,0.0,0.0,True
2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,13200,0.0,0.0,0.0,True
2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.525283740933348,7663,0.0,0.0,0.0,True
2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,17334,0.0,0.0,0.0,True
2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,22500,0.0,0.0,0.0,True
2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.525283740933348,7206,0.0,0.0,0.0,True
2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.525283740933348,182252,0.0,0.0,0.0,True
2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.525283740933348,8118,0.0,0.0,0.0,True
2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.525283740933348,12159,0.0,0.0,0.0,True
2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.525283740933348,9477,0.0,0.0,0.0,True
2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.525283740933348,0,0.0,0.0,0.0,True
2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.525283740933348,16661,0.0,0.0,0.0,True
2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5229999288761906,12000,0.0,0.0,0.0,True
2023-04-13 00:00:00+01:00,0.5725,0.56,0.56,0.5700000000000001,0.5207160799524346,1459,0.0,0.0,0.0,True
2023-04-14 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,7500,0.0,0.0,0.0,True
2023-04-17 00:00:00+01:00,0.5700000000000001,0.569900016784668,0.569900016784668,0.5700000000000001,0.5207160799524346,5227,0.0,0.0,0.0,True
2023-04-18 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.555,0.5700000000000001,0.5207160799524346,9687,0.0,0.0,0.0,True
2023-04-19 00:00:00+01:00,0.5700000000000001,0.5695000076293946,0.5695000076293946,0.5700000000000001,0.5207160799524346,5231,0.0,0.0,0.0,True
2023-04-20 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207160799524346,2938,0.0,0.0,0.0,True
2023-04-21 00:00:00+01:00,0.5700000000000001,0.555,0.555,0.5700000000000001,0.5207160799524346,8199,0.0,0.0,0.0,True
2023-04-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True
2023-04-25 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True
2023-04-26 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True
2023-04-27 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5207160799524346,0,0.0,0.0,0.0,True
2023-04-28 00:00:00+01:00,0.5700000000000001,0.5679999923706055,0.5679999923706055,0.5700000000000001,0.5207160799524346,5141,0.0,0.0,0.0,True
2023-05-02 00:00:00+01:00,0.5700000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,16905,0.0,0.0,0.0,True
2023-05-03 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-04 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-10 00:00:00+01:00,0.5650000000000001,0.55,0.55,0.5650000000000001,0.5161483821049224,486,0.0,0.0,0.0,True
2023-05-11 00:00:00+01:00,0.5650000000000001,0.5629999923706055,0.5629999923706055,0.5650000000000001,0.5161483821049224,4000,0.0,0.0,0.0,True
2023-05-12 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,5720,0.0,0.0,0.0,True
2023-05-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-16 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-17 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-18 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-19 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-22 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-23 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-24 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161483821049224,17250,0.0,0.0,0.0,True
2023-05-25 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-26 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-30 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-05-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-01 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-05 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-06 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-07 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-09 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-12 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.5608000183105469,0.5650000000000001,0.5161483821049224,3750,0.0,0.0,0.0,True
2023-06-13 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5161483821049224,4006,0.0,0.0,0.0,True
2023-06-14 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.54,0.5650000000000001,0.5161483821049224,3597,0.0,0.0,0.0,True
2023-06-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5161483821049224,0,0.0,0.0,0.0,True
2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5458383443805539,1000,0.0,0.0,0.0,True
2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5458383443805539,12038,0.0,0.0,0.0,True
2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5458383443805539,0,0.0,0.0,0.0,True
2023-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-06-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-06-23 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481221933043099,6482,0.0,0.0,0.0,True
2023-06-26 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5481221933043099,10884,0.0,0.0,0.0,True
2023-06-27 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-06-28 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-06-29 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-06-30 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-07-04 00:00:00+01:00,0.6,0.6054000091552735,0.6054000091552735,0.6,0.5481221933043099,6557,0.0,0.0,0.0,True
2023-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5481221933043099,0,0.0,0.0,0.0,True
2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5435545323233965,7299,0.0,0.0,0.0,True
2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5435545323233965,13000,0.0,0.0,0.0,True
2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True
2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True
2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5435545323233965,0,0.0,0.0,0.0,True
2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5435545323233965,372468,0.0,0.0,0.0,True
2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5435545323233965,1919,0.0,0.0,0.0,True
2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5435545323233965,3400,0.0,0.0,0.0,True
2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5389868344758844,14146,0.0,0.0,0.0,True
2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5389868344758844,1000,0.0,0.0,0.0,True
2023-07-20 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.02,0.0,0.0,False
2023-07-21 00:00:00+01:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5389831924438476,344,0.0,0.0,0.0,False
2023-07-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0,0.0,0.0,False
@@ -396,7 +396,7 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2023-07-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False
2023-08-01 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,600,0.0,0.0,0.0,False
2023-08-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False
2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156539916993,1731,0.0,0.0,0.0,False
2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156921386719,1731,0.0,0.0,0.0,False
2023-08-04 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0,False
2023-08-07 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,8612,0.0,0.0,0.0,False
2023-08-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0,False
@@ -684,3 +684,43 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2024-09-18 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9547,0.0,0.0,0.0,False
2024-09-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10580,0.0,0.0,0.0,False
2024-09-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-09-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-09-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-09-25 00:00:00+01:00,0.555,0.545099983215332,0.545099983215332,0.555,0.555,223787,0.0,0.0,0.0,False
2024-09-26 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-09-27 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-09-30 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-01 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-02 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-03 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-04 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-07 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-08 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-09 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-10 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-11 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-14 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-15 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-16 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-17 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-18 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0,False
2024-10-21 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-22 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-25 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-28 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-29 00:00:00+00:00,0.555,0.5650000000000001,0.54,0.555,0.555,1056,0.0,0.0,0.0,False
2024-10-30 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-10-31 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-01 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-04 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-05 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-06 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-07 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-08 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-11 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-12 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-13 00:00:00+00:00,0.555,0.54,0.54,0.555,0.555,1180,0.0,0.0,0.0,False
2024-11-14 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
2024-11-15 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0,False
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains Repaired?
2 2022-01-04 00:00:00+00:00 0.6875 0.6940000152587891 0.675 0.6875 0.5880703675715848 0.5880744894644663 14877 0.0 0.0 0.0 True
3 2022-01-05 00:00:00+00:00 0.6875 0.6751000213623047 0.675 0.6875 0.5880703675715848 0.5880744894644663 15180 0.0 0.0 0.0 True
4 2022-01-06 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
5 2022-01-07 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
6 2022-01-10 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
7 2022-01-11 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
8 2022-01-12 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
9 2022-01-13 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
10 2022-01-14 00:00:00+00:00 0.6875 0.6940000152587891 0.675 0.6875 0.5880703675715848 0.5880744894644663 10268 0.0 0.0 0.0 True
11 2022-01-17 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.5880703675715848 0.5880744894644663 1004 0.0 0.0 0.0 True
12 2022-01-18 00:00:00+00:00 0.6875 0.6940000152587891 0.675 0.6875 0.5880703675715848 0.5880744894644663 15202 0.0 0.0 0.0 True
13 2022-01-19 00:00:00+00:00 0.6875 0.675 0.67 0.6875 0.5880703675715848 0.5880744894644663 26258 0.0 0.0 0.0 True
14 2022-01-20 00:00:00+00:00 0.6875 0.675 0.675 0.6875 0.5880703675715848 0.5880744894644663 11286 0.0 0.0 0.0 True
15 2022-01-21 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.5880703675715848 0.5880744894644663 653 0.0 0.0 0.0 True
16 2022-01-24 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.5880703675715848 0.5880744894644663 300 0.0 0.0 0.0 True
17 2022-01-25 00:00:00+00:00 0.6875 0.67 0.67 0.6825 0.5837933928330346 0.5837975584810143 18000 0.0 0.0 0.0 True
18 2022-01-26 00:00:00+00:00 0.6825 0.6940000152587891 0.6940000152587891 0.6825 0.5837933928330346 0.5837975584810143 1560 0.0 0.0 0.0 True
19 2022-01-27 00:00:00+00:00 0.6825 0.67 0.67 0.6825 0.5837933928330346 0.5837975584810143 1000 0.0 0.0 0.0 True
20 2022-01-28 00:00:00+00:00 0.6825 0.67 0.67 0.6825 0.5837933928330346 0.5837975584810143 5588 0.0 0.0 0.0 True
21 2022-01-31 00:00:00+00:00 0.6825 0.6825 0.6825 0.6825 0.5837933928330346 0.5837975584810143 0 0.0 0.0 0.0 True
22 2022-02-01 00:00:00+00:00 0.6825 0.66 0.65 0.66 0.564547577937833 0.5645514243553786 30612 0.0 0.0 0.0 True
23 2022-02-02 00:00:00+00:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 9000 0.0 0.0 0.0 True
24 2022-02-03 00:00:00+00:00 0.67 0.68 0.67 0.6775 0.5795166024261857 0.5795207380973585 19301 0.0 0.0 0.0 True
25 2022-02-04 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5795166024261857 0.5795207380973585 29455 0.0 0.0 0.0 True
26 2022-02-07 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5795166024261857 0.5795207380973585 3125 0.0 0.0 0.0 True
27 2022-02-08 00:00:00+00:00 0.6775 0.685 0.67 0.6775 0.5795166024261857 0.5795207380973585 15202 0.0 0.0 0.0 True
28 2022-02-09 00:00:00+00:00 0.6775 0.6775 0.6775 0.6775 0.5795166024261857 0.5795207380973585 0 0.0 0.0 0.0 True
29 2022-02-10 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5795166024261857 0.5795207380973585 3506 0.0 0.0 0.0 True
30 2022-02-11 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
31 2022-02-14 00:00:00+00:00 0.6875 0.68 0.68 0.6875 0.5880703675715848 0.5880744894644663 2461 0.0 0.0 0.0 True
32 2022-02-15 00:00:00+00:00 0.6875 0.68 0.68 0.6875 0.5880703675715848 0.5880744894644663 19756 0.0 0.0 0.0 True
33 2022-02-16 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
34 2022-02-17 00:00:00+00:00 0.6875 0.6825 0.6825 0.6875 0.5880703675715848 0.5880744894644663 7275 0.0 0.0 0.0 True
35 2022-02-18 00:00:00+00:00 0.6875 0.68 0.675 0.6875 0.5880703675715848 0.5880744894644663 45627 0.0 0.0 0.0 True
36 2022-02-21 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
37 2022-02-22 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
38 2022-02-23 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
39 2022-02-24 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.5880703675715848 0.5880744894644663 14323 0.0 0.0 0.0 True
40 2022-02-25 00:00:00+00:00 0.6875 0.6827999877929688 0.6827999877929688 0.6875 0.5880703675715848 0.5880744894644663 28473 0.0 0.0 0.0 True
41 2022-02-28 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
42 2022-03-01 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
43 2022-03-02 00:00:00+00:00 0.6875 0.6825 0.6825 0.6875 0.5880703675715848 0.5880744894644663 1559 0.0 0.0 0.0 True
44 2022-03-03 00:00:00+00:00 0.6875 0.67 0.67 0.6875 0.5880703675715848 0.5880744894644663 1524 0.0 0.0 0.0 True
45 2022-03-04 00:00:00+00:00 0.6875 0.6809999847412109 0.6809999847412109 0.6875 0.5880703675715848 0.5880744894644663 718 0.0 0.0 0.0 True
46 2022-03-07 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
47 2022-03-08 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
48 2022-03-09 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
49 2022-03-10 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
50 2022-03-11 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
51 2022-03-14 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
52 2022-03-15 00:00:00+00:00 0.6875 0.68 0.65 0.6875 0.5880703675715848 0.5880744894644663 1430 0.0 0.0 0.0 True
53 2022-03-16 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
54 2022-03-17 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.5880703675715848 0.5880744894644663 0 0.0 0.0 0.0 True
55 2022-03-18 00:00:00+00:00 0.665 0.655 0.655 0.66 0.564547577937833 0.5645514243553786 2500 0.0 0.0 0.0 True
56 2022-03-21 00:00:00+00:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
57 2022-03-22 00:00:00+00:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
58 2022-03-23 00:00:00+00:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
59 2022-03-24 00:00:00+00:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 24314 0.0 0.0 0.0 True
60 2022-03-25 00:00:00+00:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
61 2022-03-28 00:00:00+01:00 0.66 0.6552999877929687 0.6552999877929687 0.66 0.564547577937833 0.5645514243553786 16749 0.0 0.0 0.0 True
62 2022-03-29 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
63 2022-03-30 00:00:00+01:00 0.66 0.665 0.65 0.66 0.564547577937833 0.5645514243553786 38438 0.0 0.0 0.0 True
64 2022-03-31 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
65 2022-04-01 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
66 2022-04-04 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
67 2022-04-05 00:00:00+01:00 0.66 0.66 0.65 0.66 0.564547577937833 0.5645514243553786 16181 0.0 0.0 0.0 True
68 2022-04-06 00:00:00+01:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 672 0.0 0.0 0.0 True
69 2022-04-07 00:00:00+01:00 0.66 0.66 0.6501000213623047 0.66 0.564547577937833 0.5645514243553786 55267 0.0 0.0 0.0 True
70 2022-04-08 00:00:00+01:00 0.66 0.6598000335693359 0.6598000335693359 0.66 0.564547577937833 0.5645514243553786 1496 0.0 0.0 0.0 True
71 2022-04-11 00:00:00+01:00 0.66 0.659000015258789 0.65 0.66 0.564547577937833 0.5645514243553786 10068 0.0 0.0 0.0 True
72 2022-04-12 00:00:00+01:00 0.66 0.6588999938964843 0.6588999938964843 0.66 0.564547577937833 0.5645514243553786 7588 0.0 0.0 0.0 True
73 2022-04-13 00:00:00+01:00 0.66 0.658499984741211 0.658499984741211 0.66 0.564547577937833 0.5645514243553786 1511 0.0 0.0 0.0 True
74 2022-04-14 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
75 2022-04-19 00:00:00+01:00 0.66 0.6583999633789063 0.65 0.66 0.564547577937833 0.5645514243553786 12524 0.0 0.0 0.0 True
76 2022-04-20 00:00:00+01:00 0.66 0.6583999633789063 0.6583999633789063 0.66 0.564547577937833 0.5645514243553786 580 0.0 0.0 0.0 True
77 2022-04-21 00:00:00+01:00 0.66 0.6583999633789063 0.64 0.66 0.564547577937833 0.5645514243553786 22992 0.0 0.0 0.0 True
78 2022-04-22 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
79 2022-04-25 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
80 2022-04-26 00:00:00+01:00 0.66 0.6580000305175782 0.6580000305175782 0.66 0.564547577937833 0.5645514243553786 1500 0.0 0.0 0.0 True
81 2022-04-27 00:00:00+01:00 0.66 0.64 0.64 0.66 0.564547577937833 0.5645514243553786 17000 0.0 0.0 0.0 True
82 2022-04-28 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
83 2022-04-29 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
84 2022-05-03 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
85 2022-05-04 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
86 2022-05-05 00:00:00+01:00 0.66 0.6576000213623047 0.6576000213623047 0.66 0.564547577937833 0.5645514243553786 5000 0.0 0.0 0.0 True
87 2022-05-06 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
88 2022-05-09 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
89 2022-05-10 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
90 2022-05-11 00:00:00+01:00 0.66 0.6576000213623047 0.6576000213623047 0.66 0.564547577937833 0.5645514243553786 20230 0.0 0.0 0.0 True
91 2022-05-12 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
92 2022-05-13 00:00:00+01:00 0.66 0.6573999786376953 0.6573999786376953 0.66 0.564547577937833 0.5645514243553786 7567 0.0 0.0 0.0 True
93 2022-05-16 00:00:00+01:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 5842 0.0 0.0 0.0 True
94 2022-05-17 00:00:00+01:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 27137 0.0 0.0 0.0 True
95 2022-05-18 00:00:00+01:00 0.66 0.65 0.65 0.66 0.564547577937833 0.5645514243553786 24000 0.0 0.0 0.0 True
96 2022-05-19 00:00:00+01:00 0.66 0.6569999694824219 0.635 0.66 0.564547577937833 0.5645514243553786 10757 0.0 0.0 0.0 True
97 2022-05-20 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
98 2022-05-23 00:00:00+01:00 0.66 0.6558000183105469 0.6558000183105469 0.66 0.564547577937833 0.5645514243553786 1517 0.0 0.0 0.0 True
99 2022-05-24 00:00:00+01:00 0.66 0.635 0.635 0.66 0.564547577937833 0.5645514243553786 13072 0.0 0.0 0.0 True
100 2022-05-25 00:00:00+01:00 0.66 0.66 0.66 0.66 0.564547577937833 0.5645514243553786 0 0.0 0.0 0.0 True
101 2022-05-26 00:00:00+01:00 0.66 0.64 0.64 0.655 0.5602706400656228 0.5602746039717228 7206 0.0 0.0 0.0 True
102 2022-05-27 00:00:00+01:00 0.655 0.655 0.655 0.655 0.5602706400656228 0.5602746039717228 0 0.0 0.0 0.0 True
103 2022-05-30 00:00:00+01:00 0.655 0.65 0.65 0.655 0.5602706400656228 0.5602746039717228 5000 0.0 0.0 0.0 True
104 2022-05-31 00:00:00+01:00 0.655 0.65 0.65 0.655 0.5602706400656228 0.5602746039717228 1518 0.0 0.0 0.0 True
105 2022-06-01 00:00:00+01:00 0.655 0.65 0.65 0.645 0.5517169486529044 0.5517207420048189 1 0.0 0.0 0.0 True
106 2022-06-06 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5517169486529044 0.5517207420048189 15500 0.0 0.0 0.0 True
107 2022-06-07 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5517169486529044 0.5517207420048189 1004 0.0 0.0 0.0 True
108 2022-06-08 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
109 2022-06-09 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5517169486529044 0.5517207420048189 8341 0.0 0.0 0.0 True
110 2022-06-10 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
111 2022-06-13 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
112 2022-06-14 00:00:00+01:00 0.645 0.64 0.64 0.645 0.5517169486529044 0.5517207420048189 31092 0.0 0.0 0.0 True
113 2022-06-15 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
114 2022-06-16 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
115 2022-06-17 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
116 2022-06-20 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
117 2022-06-21 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
118 2022-06-22 00:00:00+01:00 0.645 0.6498000335693359 0.64 0.645 0.5517169486529044 0.5517207420048189 189418 0.0 0.0 0.0 True
119 2022-06-23 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
120 2022-06-24 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
121 2022-06-27 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
122 2022-06-28 00:00:00+01:00 0.645 0.64 0.64 0.645 0.5517169486529044 0.5517207420048189 2500 0.0 0.0 0.0 True
123 2022-06-29 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
124 2022-06-30 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
125 2022-07-01 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
126 2022-07-04 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
127 2022-07-05 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
128 2022-07-06 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
129 2022-07-07 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
130 2022-07-08 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
131 2022-07-11 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
132 2022-07-12 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
133 2022-07-13 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
134 2022-07-14 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5517169486529044 0.5517207420048189 0 0.0 0.0 0.0 True
135 2022-07-15 00:00:00+01:00 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
136 2022-07-18 00:00:00+01:00 0.6375000000000001 0.64 0.6388000106811523 0.6375000000000001 0.5453015787109297 0.5453054376961378 31351 0.0 0.0 0.0 True
137 2022-07-19 00:00:00+01:00 0.6375000000000001 0.65 0.63 0.6375000000000001 0.5453015787109297 0.5453054376961378 38011 0.0 0.0 0.0 True
138 2022-07-20 00:00:00+01:00 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
139 2022-07-21 00:00:00+01:00 0.62 0.62 0.62 0.62 0.5475093195004799 0.5475131570935486 0 0.02 0.0 0.0 True
140 2022-07-22 00:00:00+01:00 0.62 0.6 0.6 0.6175 0.5453015787109297 0.5453054376961378 3600 0.0 0.0 0.0 True
141 2022-07-25 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
142 2022-07-26 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5453015787109297 0.5453054376961378 5000 0.0 0.0 0.0 True
143 2022-07-27 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
144 2022-07-28 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5453015787109297 0.5453054376961378 2288 0.0 0.0 0.0 True
145 2022-07-29 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5453015787109297 0.5453054376961378 2909 0.0 0.0 0.0 True
146 2022-08-01 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
147 2022-08-02 00:00:00+01:00 0.6175 0.62 0.605 0.6175 0.5453015787109297 0.5453054376961378 17150 0.0 0.0 0.0 True
148 2022-08-03 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
149 2022-08-04 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5453015787109297 0.5453054376961378 200 0.0 0.0 0.0 True
150 2022-08-05 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5453015787109297 0.5453054376961378 15000 0.0 0.0 0.0 True
151 2022-08-08 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5453015787109297 0.5453054376961378 4797 0.0 0.0 0.0 True
152 2022-08-09 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
153 2022-08-10 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5453015787109297 0.5453054376961378 30000 0.0 0.0 0.0 True
154 2022-08-11 00:00:00+01:00 0.6175 0.6197999954223633 0.6075 0.6175 0.5453015787109297 0.5453054376961378 25000 0.0 0.0 0.0 True
155 2022-08-12 00:00:00+01:00 0.6175 0.6195000076293945 0.6195000076293945 0.6175 0.5453015787109297 0.5453054376961378 1195 0.0 0.0 0.0 True
156 2022-08-15 00:00:00+01:00 0.6175 0.6190999984741211 0.6190999984741211 0.6175 0.5453015787109297 0.5453054376961378 3 0.0 0.0 0.0 True
157 2022-08-16 00:00:00+01:00 0.6175 0.6187799835205078 0.6187799835205078 0.6175 0.5453015787109297 0.5453054376961378 148 0.0 0.0 0.0 True
158 2022-08-17 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
159 2022-08-18 00:00:00+01:00 0.6175 0.6086999893188477 0.6086999893188477 0.6175 0.5453015787109297 0.5453054376961378 112147 0.0 0.0 0.0 True
160 2022-08-19 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
161 2022-08-22 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
162 2022-08-23 00:00:00+01:00 0.6175 0.6054999923706055 0.6054999923706055 0.6175 0.5453015787109297 0.5453054376961378 13403 0.0 0.0 0.0 True
163 2022-08-24 00:00:00+01:00 0.6175 0.625 0.625 0.6175 0.5453015787109297 0.5453054376961378 3509 0.0 0.0 0.0 True
164 2022-08-25 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
165 2022-08-26 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
166 2022-08-30 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
167 2022-08-31 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
168 2022-09-01 00:00:00+01:00 0.6175 0.6176200103759766 0.6176200103759766 0.6175 0.5453015787109297 0.5453054376961378 233 0.0 0.0 0.0 True
169 2022-09-02 00:00:00+01:00 0.6175 0.6054999923706055 0.6054999923706055 0.6175 0.5453015787109297 0.5453054376961378 3879 0.0 0.0 0.0 True
170 2022-09-05 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
171 2022-09-06 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
172 2022-09-07 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
173 2022-09-08 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
174 2022-09-09 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
175 2022-09-12 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
176 2022-09-13 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
177 2022-09-14 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
178 2022-09-15 00:00:00+01:00 0.6175 0.625 0.625 0.6175 0.5453015787109297 0.5453054376961378 175 0.0 0.0 0.0 True
179 2022-09-16 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
180 2022-09-20 00:00:00+01:00 0.6175 0.617599983215332 0.617599983215332 0.6175 0.5453015787109297 0.5453054376961378 32400 0.0 0.0 0.0 True
181 2022-09-21 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
182 2022-09-22 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
183 2022-09-23 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
184 2022-09-26 00:00:00+01:00 0.6175 0.617599983215332 0.6054999923706055 0.6054999923706055 0.5347046441191305 0.5347084288284838 12005 0.0 0.0 0.0 True
185 2022-09-27 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
186 2022-09-28 00:00:00+01:00 0.6175 0.6136999893188476 0.6086999893188477 0.6175 0.5453015787109297 0.5453054376961378 58251 0.0 0.0 0.0 True
187 2022-09-29 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
188 2022-09-30 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5453015787109297 0.5453054376961378 0 0.0 0.0 0.0 True
189 2022-10-03 00:00:00+01:00 0.6175 0.6 0.59 0.61 0.5386784669413001 0.538682279503905 22000 0.0 0.0 0.0 True
190 2022-10-04 00:00:00+01:00 0.61 0.595 0.585 0.61 0.5386784669413001 0.538682279503905 38754 0.0 0.0 0.0 True
191 2022-10-05 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
192 2022-10-06 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
193 2022-10-07 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
194 2022-10-10 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
195 2022-10-11 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
196 2022-10-12 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5386784669413001 0.538682279503905 0 0.0 0.0 0.0 True
197 2022-10-13 00:00:00+01:00 0.61 0.58 0.58 0.605 0.5342631328275609 0.5342668775756819 1000 0.0 0.0 0.0 True
198 2022-10-14 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5342631328275609 0.5342668775756819 0 0.0 0.0 0.0 True
199 2022-10-17 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5342631328275609 0.5342668775756819 0 0.0 0.0 0.0 True
200 2022-10-18 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5342631328275609 0.5342668775756819 0 0.0 0.0 0.0 True
201 2022-10-19 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5342631328275609 0.5342668775756819 0 0.0 0.0 0.0 True
202 2022-10-20 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
203 2022-10-21 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
204 2022-10-24 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 315 0.0 0.0 0.0 True
205 2022-10-25 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
206 2022-10-26 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
207 2022-10-27 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 171 0.0 0.0 0.0 True
208 2022-10-28 00:00:00+01:00 0.6 0.6 0.59 0.6 0.5298477249811411 0.52985143878086 8289 0.0 0.0 0.0 True
209 2022-10-31 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
210 2022-11-01 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
211 2022-11-02 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
212 2022-11-03 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
213 2022-11-04 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
214 2022-11-07 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
215 2022-11-08 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
216 2022-11-09 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
217 2022-11-10 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
218 2022-11-11 00:00:00+00:00 0.6 0.6 0.5725 0.6 0.5298477249811411 0.52985143878086 31003 0.0 0.0 0.0 True
219 2022-11-14 00:00:00+00:00 0.6 0.5725 0.5725 0.6 0.5298477249811411 0.52985143878086 3249 0.0 0.0 0.0 True
220 2022-11-15 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
221 2022-11-16 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
222 2022-11-17 00:00:00+00:00 0.6 0.5990000152587891 0.5990000152587891 0.6 0.5298477249811411 0.52985143878086 16000 0.0 0.0 0.0 True
223 2022-11-18 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
224 2022-11-21 00:00:00+00:00 0.6025 0.5725 0.5725 0.6 0.5298477249811411 0.52985143878086 4785 0.0 0.0 0.0 True
225 2022-11-22 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
226 2022-11-23 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
227 2022-11-24 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
228 2022-11-25 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
229 2022-11-28 00:00:00+00:00 0.6 0.6040000152587891 0.59 0.6 0.5298477249811411 0.52985143878086 20750 0.0 0.0 0.0 True
230 2022-11-29 00:00:00+00:00 0.6 0.59 0.59 0.6 0.5298477249811411 0.52985143878086 26354 0.0 0.0 0.0 True
231 2022-11-30 00:00:00+00:00 0.6 0.6038000106811524 0.6038000106811524 0.6 0.5298477249811411 0.52985143878086 227 0.0 0.0 0.0 True
232 2022-12-01 00:00:00+00:00 0.6 0.5983000183105469 0.59 0.6 0.5298477249811411 0.52985143878086 819097 0.0 0.0 0.0 True
233 2022-12-02 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
234 2022-12-05 00:00:00+00:00 0.6 0.6 0.59 0.6 0.5298477249811411 0.52985143878086 67809 0.0 0.0 0.0 True
235 2022-12-06 00:00:00+00:00 0.6 0.6038000106811524 0.6038000106811524 0.6 0.5298477249811411 0.52985143878086 18000 0.0 0.0 0.0 True
236 2022-12-07 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5298477249811411 0.52985143878086 0 0.0 0.0 0.0 True
237 2022-12-08 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.02 0.0 0.0 True
238 2022-12-09 00:00:00+00:00 0.585 0.57125 0.5700000000000001 0.585 0.5344153539467067 0.5344191366283723 18119 0.0 0.0 0.0 True
239 2022-12-12 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5344153539467067 0.5344191366283723 8300 0.0 0.0 0.0 True
240 2022-12-13 00:00:00+00:00 0.585 0.5700000000000001 0.5700000000000001 0.585 0.5344153539467067 0.5344191366283723 4797 0.0 0.0 0.0 True
241 2022-12-14 00:00:00+00:00 0.585 0.5712799835205078 0.5711999893188476 0.585 0.5344153539467067 0.5344191366283723 7000 0.0 0.0 0.0 True
242 2022-12-15 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
243 2022-12-16 00:00:00+00:00 0.585 0.5712799835205078 0.5700000000000001 0.585 0.5344153539467067 0.5344191366283723 31125 0.0 0.0 0.0 True
244 2022-12-19 00:00:00+00:00 0.585 0.5712799835205078 0.5712799835205078 0.585 0.5344153539467067 0.5344191366283723 8500 0.0 0.0 0.0 True
245 2022-12-20 00:00:00+00:00 0.585 0.5793000030517578 0.5793000030517578 0.585 0.5344153539467067 0.5344191366283723 94265 0.0 0.0 0.0 True
246 2022-12-21 00:00:00+00:00 0.585 0.5712799835205078 0.5712799835205078 0.585 0.5344153539467067 0.5344191366283723 8475 0.0 0.0 0.0 True
247 2022-12-22 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5344153539467067 0.5344191366283723 320 0.0 0.0 0.0 True
248 2022-12-23 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
249 2022-12-28 00:00:00+00:00 0.585 0.5700000000000001 0.5700000000000001 0.585 0.5344153539467067 0.5344191366283723 12452 0.0 0.0 0.0 True
250 2022-12-29 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5344153539467067 0.5344191366283723 1228 0.0 0.0 0.0 True
251 2022-12-30 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
252 2023-01-03 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5344153539467067 0.5344191366283723 25461 0.0 0.0 0.0 True
253 2023-01-04 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
254 2023-01-05 00:00:00+00:00 0.585 0.5906999969482422 0.5720000076293945 0.585 0.5344153539467067 0.5344191366283723 9855 0.0 0.0 0.0 True
255 2023-01-06 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5344153539467067 0.5344191366283723 1500 0.0 0.0 0.0 True
256 2023-01-09 00:00:00+00:00 0.585 0.5702999877929688 0.5702999877929688 0.585 0.5344153539467067 0.5344191366283723 9101 0.0 0.0 0.0 True
257 2023-01-10 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5344153539467067 0.5344191366283723 20891 0.0 0.0 0.0 True
258 2023-01-11 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
259 2023-01-12 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
260 2023-01-13 00:00:00+00:00 0.585 0.5906999969482422 0.56 0.585 0.5344153539467067 0.5344191366283723 8881 0.0 0.0 0.0 True
261 2023-01-16 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5344153539467067 0.5344191366283723 1271 0.0 0.0 0.0 True
262 2023-01-17 00:00:00+00:00 0.585 0.5906999969482422 0.56 0.585 0.5344153539467067 0.5344191366283723 20064 0.0 0.0 0.0 True
263 2023-01-18 00:00:00+00:00 0.585 0.5700000000000001 0.56 0.585 0.5344153539467067 0.5344191366283723 3709 0.0 0.0 0.0 True
264 2023-01-19 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
265 2023-01-20 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5344153539467067 0.5344191366283723 1225 0.0 0.0 0.0 True
266 2023-01-23 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
267 2023-01-24 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5344153539467067 0.5344191366283723 10000 0.0 0.0 0.0 True
268 2023-01-25 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5344153539467067 0.5344191366283723 2706 0.0 0.0 0.0 True
269 2023-01-26 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5344153539467067 0.5344191366283723 2076 0.0 0.0 0.0 True
270 2023-01-27 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5344153539467067 0.5344191366283723 0 0.0 0.0 0.0 True
271 2023-01-30 00:00:00+00:00 0.585 0.555 0.555 0.58 0.5298477618474814 0.52985143878086 20247 0.0 0.0 0.0 True
272 2023-01-31 00:00:00+00:00 0.58 0.5856999969482422 0.5856999969482422 0.58 0.5298477618474814 0.52985143878086 10000 0.0 0.0 0.0 True
273 2023-02-01 00:00:00+00:00 0.58 0.55 0.55 0.58 0.5298477618474814 0.52985143878086 10644 0.0 0.0 0.0 True
274 2023-02-02 00:00:00+00:00 0.58 0.58 0.58 0.58 0.5298477618474814 0.52985143878086 0 0.0 0.0 0.0 True
275 2023-02-03 00:00:00+00:00 0.58 0.5856999969482422 0.5856999969482422 0.58 0.5298477618474814 0.52985143878086 1228 0.0 0.0 0.0 True
276 2023-02-06 00:00:00+00:00 0.58 0.58 0.58 0.58 0.5298477618474814 0.52985143878086 0 0.0 0.0 0.0 True
277 2023-02-07 00:00:00+00:00 0.58 0.555 0.555 0.58 0.5298477618474814 0.52985143878086 2500 0.0 0.0 0.0 True
278 2023-02-08 00:00:00+00:00 0.58 0.58 0.58 0.58 0.5298477618474814 0.52985143878086 0 0.0 0.0 0.0 True
279 2023-02-09 00:00:00+00:00 0.58 0.58 0.58 0.58 0.5298477618474814 0.52985143878086 0 0.0 0.0 0.0 True
280 2023-02-10 00:00:00+00:00 0.58 0.58 0.58 0.58 0.5298477618474814 0.52985143878086 0 0.0 0.0 0.0 True
281 2023-02-13 00:00:00+00:00 0.58 0.58 0.58 0.5750000000000001 0.5252800960155755 0.525283740933348 12276 0.0 0.0 0.0 True
282 2023-02-14 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.5252800960155755 0.525283740933348 4049 0.0 0.0 0.0 True
283 2023-02-15 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.5252800960155755 0.525283740933348 5000 0.0 0.0 0.0 True
284 2023-02-16 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
285 2023-02-17 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
286 2023-02-20 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.5252800960155755 0.525283740933348 20123 0.0 0.0 0.0 True
287 2023-02-21 00:00:00+00:00 0.5750000000000001 0.5668999862670898 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 413641 0.0 0.0 0.0 True
288 2023-02-22 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 51462 0.0 0.0 0.0 True
289 2023-02-23 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
290 2023-02-24 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
291 2023-02-27 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
292 2023-02-28 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 21569 0.0 0.0 0.0 True
293 2023-03-01 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 10000 0.0 0.0 0.0 True
294 2023-03-02 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
295 2023-03-03 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 7892 0.0 0.0 0.0 True
296 2023-03-06 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 35268 0.0 0.0 0.0 True
297 2023-03-07 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 13200 0.0 0.0 0.0 True
298 2023-03-08 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
299 2023-03-09 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 7663 0.0 0.0 0.0 True
300 2023-03-10 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
301 2023-03-13 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
302 2023-03-14 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
303 2023-03-15 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
304 2023-03-16 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
305 2023-03-17 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
306 2023-03-20 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
307 2023-03-21 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
308 2023-03-22 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
309 2023-03-23 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 17334 0.0 0.0 0.0 True
310 2023-03-24 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 22500 0.0 0.0 0.0 True
311 2023-03-27 00:00:00+01:00 0.5750000000000001 0.58 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 7206 0.0 0.0 0.0 True
312 2023-03-28 00:00:00+01:00 0.5750000000000001 0.5718999862670898 0.5668999862670898 0.5750000000000001 0.5252800960155755 0.525283740933348 182252 0.0 0.0 0.0 True
313 2023-03-29 00:00:00+01:00 0.5750000000000001 0.54 0.54 0.5750000000000001 0.5252800960155755 0.525283740933348 8118 0.0 0.0 0.0 True
314 2023-03-30 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
315 2023-03-31 00:00:00+01:00 0.5750000000000001 0.564900016784668 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 12159 0.0 0.0 0.0 True
316 2023-04-03 00:00:00+01:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.5252800960155755 0.525283740933348 9477 0.0 0.0 0.0 True
317 2023-04-04 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
318 2023-04-05 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
319 2023-04-06 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5252800960155755 0.525283740933348 0 0.0 0.0 0.0 True
320 2023-04-11 00:00:00+01:00 0.5750000000000001 0.54 0.54 0.5750000000000001 0.5252800960155755 0.525283740933348 16661 0.0 0.0 0.0 True
321 2023-04-12 00:00:00+01:00 0.5750000000000001 0.535 0.535 0.5725 0.5229962262332822 0.5229999288761906 12000 0.0 0.0 0.0 True
322 2023-04-13 00:00:00+01:00 0.5725 0.56 0.56 0.5700000000000001 0.5207124301836694 0.5207160799524346 1459 0.0 0.0 0.0 True
323 2023-04-14 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5207124301836694 0.5207160799524346 7500 0.0 0.0 0.0 True
324 2023-04-17 00:00:00+01:00 0.5700000000000001 0.569900016784668 0.569900016784668 0.5700000000000001 0.5207124301836694 0.5207160799524346 5227 0.0 0.0 0.0 True
325 2023-04-18 00:00:00+01:00 0.5700000000000001 0.5695000076293946 0.555 0.5700000000000001 0.5207124301836694 0.5207160799524346 9687 0.0 0.0 0.0 True
326 2023-04-19 00:00:00+01:00 0.5700000000000001 0.5695000076293946 0.5695000076293946 0.5700000000000001 0.5207124301836694 0.5207160799524346 5231 0.0 0.0 0.0 True
327 2023-04-20 00:00:00+01:00 0.5700000000000001 0.555 0.555 0.5700000000000001 0.5207124301836694 0.5207160799524346 2938 0.0 0.0 0.0 True
328 2023-04-21 00:00:00+01:00 0.5700000000000001 0.555 0.555 0.5700000000000001 0.5207124301836694 0.5207160799524346 8199 0.0 0.0 0.0 True
329 2023-04-24 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5207124301836694 0.5207160799524346 0 0.0 0.0 0.0 True
330 2023-04-25 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5207124301836694 0.5207160799524346 0 0.0 0.0 0.0 True
331 2023-04-26 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5207124301836694 0.5207160799524346 0 0.0 0.0 0.0 True
332 2023-04-27 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5207124301836694 0.5207160799524346 0 0.0 0.0 0.0 True
333 2023-04-28 00:00:00+01:00 0.5700000000000001 0.5679999923706055 0.5679999923706055 0.5700000000000001 0.5207124301836694 0.5207160799524346 5141 0.0 0.0 0.0 True
334 2023-05-02 00:00:00+01:00 0.5700000000000001 0.54 0.54 0.5650000000000001 0.5161447643517635 0.5161483821049224 16905 0.0 0.0 0.0 True
335 2023-05-03 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
336 2023-05-04 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
337 2023-05-05 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
338 2023-05-09 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
339 2023-05-10 00:00:00+01:00 0.5650000000000001 0.55 0.55 0.5650000000000001 0.5161447643517635 0.5161483821049224 486 0.0 0.0 0.0 True
340 2023-05-11 00:00:00+01:00 0.5650000000000001 0.5629999923706055 0.5629999923706055 0.5650000000000001 0.5161447643517635 0.5161483821049224 4000 0.0 0.0 0.0 True
341 2023-05-12 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.5650000000000001 0.5161447643517635 0.5161483821049224 5720 0.0 0.0 0.0 True
342 2023-05-15 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
343 2023-05-16 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
344 2023-05-17 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
345 2023-05-18 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
346 2023-05-19 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
347 2023-05-22 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
348 2023-05-23 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
349 2023-05-24 00:00:00+01:00 0.5650000000000001 0.5608000183105469 0.5608000183105469 0.5650000000000001 0.5161447643517635 0.5161483821049224 17250 0.0 0.0 0.0 True
350 2023-05-25 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
351 2023-05-26 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
352 2023-05-30 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
353 2023-05-31 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
354 2023-06-01 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
355 2023-06-02 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
356 2023-06-05 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
357 2023-06-06 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
358 2023-06-07 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
359 2023-06-08 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
360 2023-06-09 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
361 2023-06-12 00:00:00+01:00 0.5650000000000001 0.5608000183105469 0.5608000183105469 0.5650000000000001 0.5161447643517635 0.5161483821049224 3750 0.0 0.0 0.0 True
362 2023-06-13 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.5650000000000001 0.5161447643517635 0.5161483821049224 4006 0.0 0.0 0.0 True
363 2023-06-14 00:00:00+01:00 0.5650000000000001 0.5608000183105469 0.54 0.5650000000000001 0.5161447643517635 0.5161483821049224 3597 0.0 0.0 0.0 True
364 2023-06-15 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5161447643517635 0.5161483821049224 0 0.0 0.0 0.0 True
365 2023-06-16 00:00:00+01:00 0.5825 0.585 0.585 0.5975 0.5458344816601314 0.5458383443805539 1000 0.0 0.0 0.0 True
366 2023-06-19 00:00:00+01:00 0.5975 0.585 0.585 0.5975 0.5458344816601314 0.5458383443805539 12038 0.0 0.0 0.0 True
367 2023-06-20 00:00:00+01:00 0.5975 0.5975 0.5975 0.5975 0.5458344816601314 0.5458383443805539 0 0.0 0.0 0.0 True
368 2023-06-21 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
369 2023-06-22 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
370 2023-06-23 00:00:00+01:00 0.6 0.585 0.585 0.6 0.5481183514424247 0.5481221933043099 6482 0.0 0.0 0.0 True
371 2023-06-26 00:00:00+01:00 0.6 0.585 0.585 0.6 0.5481183514424247 0.5481221933043099 10884 0.0 0.0 0.0 True
372 2023-06-27 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
373 2023-06-28 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
374 2023-06-29 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
375 2023-06-30 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
376 2023-07-03 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
377 2023-07-04 00:00:00+01:00 0.6 0.6054000091552735 0.6054000091552735 0.6 0.5481183514424247 0.5481221933043099 6557 0.0 0.0 0.0 True
378 2023-07-05 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5481183514424247 0.5481221933043099 0 0.0 0.0 0.0 True
379 2023-07-06 00:00:00+01:00 0.6 0.585 0.5802999877929688 0.595 0.5435506856105188 0.5435545323233965 7299 0.0 0.0 0.0 True
380 2023-07-07 00:00:00+01:00 0.595 0.5802999877929688 0.5802999877929688 0.595 0.5435506856105188 0.5435545323233965 13000 0.0 0.0 0.0 True
381 2023-07-10 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5435506856105188 0.5435545323233965 0 0.0 0.0 0.0 True
382 2023-07-11 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5435506856105188 0.5435545323233965 0 0.0 0.0 0.0 True
383 2023-07-12 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5435506856105188 0.5435545323233965 0 0.0 0.0 0.0 True
384 2023-07-13 00:00:00+01:00 0.595 0.6025 0.585 0.595 0.5435506856105188 0.5435545323233965 372468 0.0 0.0 0.0 True
385 2023-07-14 00:00:00+01:00 0.595 0.5700000000000001 0.5700000000000001 0.595 0.5435506856105188 0.5435545323233965 1919 0.0 0.0 0.0 True
386 2023-07-17 00:00:00+01:00 0.595 0.6025 0.6025 0.595 0.5435506856105188 0.5435545323233965 3400 0.0 0.0 0.0 True
387 2023-07-18 00:00:00+01:00 0.595 0.5650000000000001 0.5650000000000001 0.59 0.5389830197786127 0.5389868344758844 14146 0.0 0.0 0.0 True
388 2023-07-19 00:00:00+01:00 0.59 0.5970000076293945 0.5970000076293945 0.59 0.5389830197786127 0.5389868344758844 1000 0.0 0.0 0.0 True
389 2023-07-20 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5389831924438476 0 0.02 0.0 0.0 False
390 2023-07-21 00:00:00+01:00 0.5700000000000001 0.5770000076293945 0.5770000076293945 0.5700000000000001 0.5389831924438476 344 0.0 0.0 0.0 False
391 2023-07-24 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5389831924438476 0 0.0 0.0 0.0 False
396 2023-07-31 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0 False
397 2023-08-01 00:00:00+01:00 0.5650000000000001 0.5720000076293945 0.5720000076293945 0.5650000000000001 0.534255256652832 600 0.0 0.0 0.0 False
398 2023-08-02 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0 False
399 2023-08-03 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.54 0.5106156539916993 0.5106156921386719 1731 0.0 0.0 0.0 False
400 2023-08-04 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.5650000000000001 0.534255256652832 1800 0.0 0.0 0.0 False
401 2023-08-07 00:00:00+01:00 0.5650000000000001 0.5720000076293945 0.5720000076293945 0.5650000000000001 0.534255256652832 8612 0.0 0.0 0.0 False
402 2023-08-08 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0 False
684 2024-09-18 00:00:00+01:00 0.555 0.54 0.54 0.555 0.555 9547 0.0 0.0 0.0 False
685 2024-09-19 00:00:00+01:00 0.555 0.54 0.54 0.555 0.555 10580 0.0 0.0 0.0 False
686 2024-09-20 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
687 2024-09-23 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
688 2024-09-24 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
689 2024-09-25 00:00:00+01:00 0.555 0.545099983215332 0.545099983215332 0.555 0.555 223787 0.0 0.0 0.0 False
690 2024-09-26 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
691 2024-09-27 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
692 2024-09-30 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
693 2024-10-01 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
694 2024-10-02 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
695 2024-10-03 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
696 2024-10-04 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
697 2024-10-07 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
698 2024-10-08 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
699 2024-10-09 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
700 2024-10-10 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
701 2024-10-11 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
702 2024-10-14 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
703 2024-10-15 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
704 2024-10-16 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
705 2024-10-17 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
706 2024-10-18 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0 False
707 2024-10-21 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
708 2024-10-22 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
709 2024-10-23 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
710 2024-10-24 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
711 2024-10-25 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
712 2024-10-28 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
713 2024-10-29 00:00:00+00:00 0.555 0.5650000000000001 0.54 0.555 0.555 1056 0.0 0.0 0.0 False
714 2024-10-30 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
715 2024-10-31 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
716 2024-11-01 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
717 2024-11-04 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
718 2024-11-05 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
719 2024-11-06 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
720 2024-11-07 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
721 2024-11-08 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
722 2024-11-11 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
723 2024-11-12 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
724 2024-11-13 00:00:00+00:00 0.555 0.54 0.54 0.555 0.555 1180 0.0 0.0 0.0 False
725 2024-11-14 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False
726 2024-11-15 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0 False

View File

@@ -14,19 +14,19 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2022-01-20 00:00:00+00:00,0.6875,0.675,0.675,0.6875,0.6084982681274415,11286,0.0,0.0,0.0
2022-01-21 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,653,0.0,0.0,0.0
2022-01-24 00:00:00+00:00,0.6875,0.6940000152587891,0.6940000152587891,0.6875,0.6084982681274415,300,0.0,0.0,0.0
2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.6040727233886719,18000,0.0,0.0,0.0
2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.6040727233886719,1560,0.0,0.0,0.0
2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727233886719,1000,0.0,0.0,0.0
2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727233886719,5588,0.0,0.0,0.0
2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.6040727233886719,0,0.0,0.0,0.0
2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.5841583633422852,30612,0.0,0.0,0.0
2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841583633422852,9000,0.0,0.0,0.0
2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.5996473693847656,19301,0.0,0.0,0.0
2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5996473693847656,29455,0.0,0.0,0.0
2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5996473693847656,3125,0.0,0.0,0.0
2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.5996473693847656,15202,0.0,0.0,0.0
2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.5996473693847656,0,0.0,0.0,0.0
2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.5996473693847656,3506,0.0,0.0,0.0
2022-01-25 00:00:00+00:00,0.6875,0.67,0.67,0.6825,0.6040727996826172,18000,0.0,0.0,0.0
2022-01-26 00:00:00+00:00,0.6825,0.6940000152587891,0.6940000152587891,0.6825,0.6040727996826172,1560,0.0,0.0,0.0
2022-01-27 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727996826172,1000,0.0,0.0,0.0
2022-01-28 00:00:00+00:00,0.6825,0.67,0.67,0.6825,0.6040727996826172,5588,0.0,0.0,0.0
2022-01-31 00:00:00+00:00,0.6825,0.6825,0.6825,0.6825,0.6040727996826172,0,0.0,0.0,0.0
2022-02-01 00:00:00+00:00,0.6825,0.66,0.65,0.66,0.5841582489013672,30612,0.0,0.0,0.0
2022-02-02 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841582489013672,9000,0.0,0.0,0.0
2022-02-03 00:00:00+00:00,0.67,0.68,0.67,0.6775,0.599647445678711,19301,0.0,0.0,0.0
2022-02-04 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,29455,0.0,0.0,0.0
2022-02-07 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,3125,0.0,0.0,0.0
2022-02-08 00:00:00+00:00,0.6775,0.685,0.67,0.6775,0.599647445678711,15202,0.0,0.0,0.0
2022-02-09 00:00:00+00:00,0.6775,0.6775,0.6775,0.6775,0.599647445678711,0,0.0,0.0,0.0
2022-02-10 00:00:00+00:00,0.6775,0.67,0.67,0.6775,0.599647445678711,3506,0.0,0.0,0.0
2022-02-11 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0
2022-02-14 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.6084982681274415,2461,0.0,0.0,0.0
2022-02-15 00:00:00+00:00,0.6875,0.68,0.68,0.6875,0.6084982681274415,19756,0.0,0.0,0.0
@@ -52,148 +52,148 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2022-03-15 00:00:00+00:00,0.6875,0.68,0.65,0.6875,0.6084982681274415,1430,0.0,0.0,0.0
2022-03-16 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0
2022-03-17 00:00:00+00:00,0.6875,0.6875,0.6875,0.6875,0.6084982681274415,0,0.0,0.0,0.0
2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.5841583633422852,2500,0.0,0.0,0.0
2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841583633422852,24314,0.0,0.0,0.0
2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.5841583633422852,16749,0.0,0.0,0.0
2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.5841583633422852,38438,0.0,0.0,0.0
2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.5841583633422852,16181,0.0,0.0,0.0
2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841583633422852,672,0.0,0.0,0.0
2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.5841583633422852,55267,0.0,0.0,0.0
2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.5841583633422852,1496,0.0,0.0,0.0
2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.5841583633422852,10068,0.0,0.0,0.0
2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.5841583633422852,7588,0.0,0.0,0.0
2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.5841583633422852,1511,0.0,0.0,0.0
2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.5841583633422852,12524,0.0,0.0,0.0
2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.5841583633422852,580,0.0,0.0,0.0
2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.5841583633422852,22992,0.0,0.0,0.0
2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.5841583633422852,1500,0.0,0.0,0.0
2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.5841583633422852,17000,0.0,0.0,0.0
2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841583633422852,5000,0.0,0.0,0.0
2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841583633422852,20230,0.0,0.0,0.0
2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.5841583633422852,7567,0.0,0.0,0.0
2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841583633422852,5842,0.0,0.0,0.0
2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841583633422852,27137,0.0,0.0,0.0
2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841583633422852,24000,0.0,0.0,0.0
2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.5841583633422852,10757,0.0,0.0,0.0
2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.5841583633422852,1517,0.0,0.0,0.0
2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.5841583633422852,13072,0.0,0.0,0.0
2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841583633422852,0,0.0,0.0,0.0
2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5797328567504882,7206,0.0,0.0,0.0
2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5797328567504882,0,0.0,0.0,0.0
2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328567504882,5000,0.0,0.0,0.0
2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328567504882,1518,0.0,0.0,0.0
2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5708820343017579,1,0.0,0.0,0.0
2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708820343017579,15500,0.0,0.0,0.0
2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708820343017579,1004,0.0,0.0,0.0
2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708820343017579,8341,0.0,0.0,0.0
2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708820343017579,31092,0.0,0.0,0.0
2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5708820343017579,189418,0.0,0.0,0.0
2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708820343017579,2500,0.0,0.0,0.0
2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708820343017579,0,0.0,0.0,0.0
2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438125610352,0,0.0,0.0,0.0
2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5642438125610352,31351,0.0,0.0,0.0
2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5642438125610352,38011,0.0,0.0,0.0
2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438125610352,0,0.0,0.0,0.0
2022-03-18 00:00:00+00:00,0.665,0.655,0.655,0.66,0.5841582489013672,2500,0.0,0.0,0.0
2022-03-21 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-03-22 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-03-23 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-03-24 00:00:00+00:00,0.66,0.65,0.65,0.66,0.5841582489013672,24314,0.0,0.0,0.0
2022-03-25 00:00:00+00:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-03-28 00:00:00+01:00,0.66,0.6552999877929687,0.6552999877929687,0.66,0.5841582489013672,16749,0.0,0.0,0.0
2022-03-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-03-30 00:00:00+01:00,0.66,0.665,0.65,0.66,0.5841582489013672,38438,0.0,0.0,0.0
2022-03-31 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-01 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-05 00:00:00+01:00,0.66,0.66,0.65,0.66,0.5841582489013672,16181,0.0,0.0,0.0
2022-04-06 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,672,0.0,0.0,0.0
2022-04-07 00:00:00+01:00,0.66,0.66,0.6501000213623047,0.66,0.5841582489013672,55267,0.0,0.0,0.0
2022-04-08 00:00:00+01:00,0.66,0.6598000335693359,0.6598000335693359,0.66,0.5841582489013672,1496,0.0,0.0,0.0
2022-04-11 00:00:00+01:00,0.66,0.659000015258789,0.65,0.66,0.5841582489013672,10068,0.0,0.0,0.0
2022-04-12 00:00:00+01:00,0.66,0.6588999938964843,0.6588999938964843,0.66,0.5841582489013672,7588,0.0,0.0,0.0
2022-04-13 00:00:00+01:00,0.66,0.658499984741211,0.658499984741211,0.66,0.5841582489013672,1511,0.0,0.0,0.0
2022-04-14 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-19 00:00:00+01:00,0.66,0.6583999633789063,0.65,0.66,0.5841582489013672,12524,0.0,0.0,0.0
2022-04-20 00:00:00+01:00,0.66,0.6583999633789063,0.6583999633789063,0.66,0.5841582489013672,580,0.0,0.0,0.0
2022-04-21 00:00:00+01:00,0.66,0.6583999633789063,0.64,0.66,0.5841582489013672,22992,0.0,0.0,0.0
2022-04-22 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-26 00:00:00+01:00,0.66,0.6580000305175782,0.6580000305175782,0.66,0.5841582489013672,1500,0.0,0.0,0.0
2022-04-27 00:00:00+01:00,0.66,0.64,0.64,0.66,0.5841582489013672,17000,0.0,0.0,0.0
2022-04-28 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-04-29 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-03 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-04 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-05 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841582489013672,5000,0.0,0.0,0.0
2022-05-06 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-09 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-10 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-11 00:00:00+01:00,0.66,0.6576000213623047,0.6576000213623047,0.66,0.5841582489013672,20230,0.0,0.0,0.0
2022-05-12 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-13 00:00:00+01:00,0.66,0.6573999786376953,0.6573999786376953,0.66,0.5841582489013672,7567,0.0,0.0,0.0
2022-05-16 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,5842,0.0,0.0,0.0
2022-05-17 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,27137,0.0,0.0,0.0
2022-05-18 00:00:00+01:00,0.66,0.65,0.65,0.66,0.5841582489013672,24000,0.0,0.0,0.0
2022-05-19 00:00:00+01:00,0.66,0.6569999694824219,0.635,0.66,0.5841582489013672,10757,0.0,0.0,0.0
2022-05-20 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-23 00:00:00+01:00,0.66,0.6558000183105469,0.6558000183105469,0.66,0.5841582489013672,1517,0.0,0.0,0.0
2022-05-24 00:00:00+01:00,0.66,0.635,0.635,0.66,0.5841582489013672,13072,0.0,0.0,0.0
2022-05-25 00:00:00+01:00,0.66,0.66,0.66,0.66,0.5841582489013672,0,0.0,0.0,0.0
2022-05-26 00:00:00+01:00,0.66,0.64,0.64,0.655,0.5797328948974609,7206,0.0,0.0,0.0
2022-05-27 00:00:00+01:00,0.655,0.655,0.655,0.655,0.5797328948974609,0,0.0,0.0,0.0
2022-05-30 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328948974609,5000,0.0,0.0,0.0
2022-05-31 00:00:00+01:00,0.655,0.65,0.65,0.655,0.5797328948974609,1518,0.0,0.0,0.0
2022-06-01 00:00:00+01:00,0.655,0.65,0.65,0.645,0.5708819580078125,1,0.0,0.0,0.0
2022-06-06 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,15500,0.0,0.0,0.0
2022-06-07 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,1004,0.0,0.0,0.0
2022-06-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-09 00:00:00+01:00,0.645,0.635,0.635,0.645,0.5708819580078125,8341,0.0,0.0,0.0
2022-06-10 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-14 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708819580078125,31092,0.0,0.0,0.0
2022-06-15 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-16 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-17 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-20 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-21 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-22 00:00:00+01:00,0.645,0.6498000335693359,0.64,0.645,0.5708819580078125,189418,0.0,0.0,0.0
2022-06-23 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-24 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-27 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-28 00:00:00+01:00,0.645,0.64,0.64,0.645,0.5708819580078125,2500,0.0,0.0,0.0
2022-06-29 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-06-30 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-01 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-04 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-05 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-06 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-07 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-08 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-11 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-12 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-13 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-14 00:00:00+01:00,0.645,0.645,0.645,0.645,0.5708819580078125,0,0.0,0.0,0.0
2022-07-15 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438507080079,0,0.0,0.0,0.0
2022-07-18 00:00:00+01:00,0.6375000000000001,0.64,0.6388000106811523,0.6375000000000001,0.5642438507080079,31351,0.0,0.0,0.0
2022-07-19 00:00:00+01:00,0.6375000000000001,0.65,0.63,0.6375000000000001,0.5642438507080079,38011,0.0,0.0,0.0
2022-07-20 00:00:00+01:00,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.6375000000000001,0.5642438507080079,0,0.0,0.0,0.0
2022-07-21 00:00:00+01:00,0.62,0.62,0.62,0.62,0.5665282440185547,0,0.02,0.0,0.0
2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5642438125610352,3600,0.0,0.0,0.0
2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438125610352,5000,0.0,0.0,0.0
2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438125610352,2288,0.0,0.0,0.0
2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438125610352,2909,0.0,0.0,0.0
2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5642438125610352,17150,0.0,0.0,0.0
2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438125610352,200,0.0,0.0,0.0
2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438125610352,15000,0.0,0.0,0.0
2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438125610352,4797,0.0,0.0,0.0
2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438125610352,30000,0.0,0.0,0.0
2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5642438125610352,25000,0.0,0.0,0.0
2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5642438125610352,1195,0.0,0.0,0.0
2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5642438125610352,3,0.0,0.0,0.0
2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5642438125610352,148,0.0,0.0,0.0
2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5642438125610352,112147,0.0,0.0,0.0
2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438125610352,13403,0.0,0.0,0.0
2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438125610352,3509,0.0,0.0,0.0
2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5642438125610352,233,0.0,0.0,0.0
2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438125610352,3879,0.0,0.0,0.0
2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438125610352,175,0.0,0.0,0.0
2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5642438125610352,32400,0.0,0.0,0.0
2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.5532787704467773,12005,0.0,0.0,0.0
2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5642438125610352,58251,0.0,0.0,0.0
2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438125610352,0,0.0,0.0,0.0
2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.5573906326293946,22000,0.0,0.0,0.0
2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.5573906326293946,38754,0.0,0.0,0.0
2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906326293946,0,0.0,0.0,0.0
2022-07-22 00:00:00+01:00,0.62,0.6,0.6,0.6175,0.5642438507080079,3600,0.0,0.0,0.0
2022-07-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-07-26 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,5000,0.0,0.0,0.0
2022-07-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-07-28 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,2288,0.0,0.0,0.0
2022-07-29 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,2909,0.0,0.0,0.0
2022-08-01 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-02 00:00:00+01:00,0.6175,0.62,0.605,0.6175,0.5642438507080079,17150,0.0,0.0,0.0
2022-08-03 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-04 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,200,0.0,0.0,0.0
2022-08-05 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,15000,0.0,0.0,0.0
2022-08-08 00:00:00+01:00,0.6175,0.605999984741211,0.605999984741211,0.6175,0.5642438507080079,4797,0.0,0.0,0.0
2022-08-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-10 00:00:00+01:00,0.6175,0.605,0.605,0.6175,0.5642438507080079,30000,0.0,0.0,0.0
2022-08-11 00:00:00+01:00,0.6175,0.6197999954223633,0.6075,0.6175,0.5642438507080079,25000,0.0,0.0,0.0
2022-08-12 00:00:00+01:00,0.6175,0.6195000076293945,0.6195000076293945,0.6175,0.5642438507080079,1195,0.0,0.0,0.0
2022-08-15 00:00:00+01:00,0.6175,0.6190999984741211,0.6190999984741211,0.6175,0.5642438507080079,3,0.0,0.0,0.0
2022-08-16 00:00:00+01:00,0.6175,0.6187799835205078,0.6187799835205078,0.6175,0.5642438507080079,148,0.0,0.0,0.0
2022-08-17 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-18 00:00:00+01:00,0.6175,0.6086999893188477,0.6086999893188477,0.6175,0.5642438507080079,112147,0.0,0.0,0.0
2022-08-19 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-23 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438507080079,13403,0.0,0.0,0.0
2022-08-24 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438507080079,3509,0.0,0.0,0.0
2022-08-25 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-26 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-08-31 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-01 00:00:00+01:00,0.6175,0.6176200103759766,0.6176200103759766,0.6175,0.5642438507080079,233,0.0,0.0,0.0
2022-09-02 00:00:00+01:00,0.6175,0.6054999923706055,0.6054999923706055,0.6175,0.5642438507080079,3879,0.0,0.0,0.0
2022-09-05 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-06 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-07 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-08 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-09 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-12 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-13 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-14 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-15 00:00:00+01:00,0.6175,0.625,0.625,0.6175,0.5642438507080079,175,0.0,0.0,0.0
2022-09-16 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-20 00:00:00+01:00,0.6175,0.617599983215332,0.617599983215332,0.6175,0.5642438507080079,32400,0.0,0.0,0.0
2022-09-21 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-22 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-23 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-26 00:00:00+01:00,0.6175,0.617599983215332,0.6054999923706055,0.6054999923706055,0.55327880859375,12005,0.0,0.0,0.0
2022-09-27 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-28 00:00:00+01:00,0.6175,0.6136999893188476,0.6086999893188477,0.6175,0.5642438507080079,58251,0.0,0.0,0.0
2022-09-29 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-09-30 00:00:00+01:00,0.6175,0.6175,0.6175,0.6175,0.5642438507080079,0,0.0,0.0,0.0
2022-10-03 00:00:00+01:00,0.6175,0.6,0.59,0.61,0.5573906707763672,22000,0.0,0.0,0.0
2022-10-04 00:00:00+01:00,0.61,0.595,0.585,0.61,0.5573906707763672,38754,0.0,0.0,0.0
2022-10-05 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-06 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-07 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-10 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-11 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-12 00:00:00+01:00,0.61,0.61,0.61,0.61,0.5573906707763672,0,0.0,0.0,0.0
2022-10-13 00:00:00+01:00,0.61,0.58,0.58,0.605,0.5528219223022461,1000,0.0,0.0,0.0
2022-10-14 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0
2022-10-17 00:00:00+01:00,0.605,0.605,0.605,0.605,0.5528219223022461,0,0.0,0.0,0.0
@@ -234,91 +234,91 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2022-12-05 00:00:00+00:00,0.6,0.6,0.59,0.6,0.5482531356811523,67809,0.0,0.0,0.0
2022-12-06 00:00:00+00:00,0.6,0.6038000106811524,0.6038000106811524,0.6,0.5482531356811523,18000,0.0,0.0,0.0
2022-12-07 00:00:00+00:00,0.6,0.6,0.6,0.6,0.5482531356811523,0,0.0,0.0,0.0
2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.02,0.0,0.0
2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5529794311523437,18119,0.0,0.0,0.0
2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794311523437,8300,0.0,0.0,0.0
2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794311523437,4797,0.0,0.0,0.0
2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5529794311523437,7000,0.0,0.0,0.0
2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5529794311523437,31125,0.0,0.0,0.0
2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794311523437,8500,0.0,0.0,0.0
2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5529794311523437,94265,0.0,0.0,0.0
2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794311523437,8475,0.0,0.0,0.0
2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794311523437,320,0.0,0.0,0.0
2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794311523437,12452,0.0,0.0,0.0
2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794311523437,1228,0.0,0.0,0.0
2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794311523437,25461,0.0,0.0,0.0
2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5529794311523437,9855,0.0,0.0,0.0
2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794311523437,1500,0.0,0.0,0.0
2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5529794311523437,9101,0.0,0.0,0.0
2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794311523437,20891,0.0,0.0,0.0
2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794311523437,8881,0.0,0.0,0.0
2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794311523437,1271,0.0,0.0,0.0
2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794311523437,20064,0.0,0.0,0.0
2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5529794311523437,3709,0.0,0.0,0.0
2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794311523437,1225,0.0,0.0,0.0
2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794311523437,10000,0.0,0.0,0.0
2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794311523437,2706,0.0,0.0,0.0
2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794311523437,2076,0.0,0.0,0.0
2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794311523437,0,0.0,0.0,0.0
2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.548253173828125,20247,0.0,0.0,0.0
2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.548253173828125,10000,0.0,0.0,0.0
2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.548253173828125,10644,0.0,0.0,0.0
2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.548253173828125,0,0.0,0.0,0.0
2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.548253173828125,1228,0.0,0.0,0.0
2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.548253173828125,0,0.0,0.0,0.0
2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.548253173828125,2500,0.0,0.0,0.0
2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.548253173828125,0,0.0,0.0,0.0
2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.548253173828125,0,0.0,0.0,0.0
2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.548253173828125,0,0.0,0.0,0.0
2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.543526840209961,12276,0.0,0.0,0.0
2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.543526840209961,4049,0.0,0.0,0.0
2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.543526840209961,5000,0.0,0.0,0.0
2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.543526840209961,20123,0.0,0.0,0.0
2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.543526840209961,413641,0.0,0.0,0.0
2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.543526840209961,51462,0.0,0.0,0.0
2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.543526840209961,21569,0.0,0.0,0.0
2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.543526840209961,10000,0.0,0.0,0.0
2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.543526840209961,7892,0.0,0.0,0.0
2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.543526840209961,35268,0.0,0.0,0.0
2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.543526840209961,13200,0.0,0.0,0.0
2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.543526840209961,7663,0.0,0.0,0.0
2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.543526840209961,17334,0.0,0.0,0.0
2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.543526840209961,22500,0.0,0.0,0.0
2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.543526840209961,7206,0.0,0.0,0.0
2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.543526840209961,182252,0.0,0.0,0.0
2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.543526840209961,8118,0.0,0.0,0.0
2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.543526840209961,12159,0.0,0.0,0.0
2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.543526840209961,9477,0.0,0.0,0.0
2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.543526840209961,0,0.0,0.0,0.0
2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.543526840209961,16661,0.0,0.0,0.0
2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5411636352539063,12000,0.0,0.0,0.0
2022-12-08 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.02,0.0,0.0
2022-12-09 00:00:00+00:00,0.585,0.57125,0.5700000000000001,0.585,0.5529794692993164,18119,0.0,0.0,0.0
2022-12-12 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,8300,0.0,0.0,0.0
2022-12-13 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794692993164,4797,0.0,0.0,0.0
2022-12-14 00:00:00+00:00,0.585,0.5712799835205078,0.5711999893188476,0.585,0.5529794692993164,7000,0.0,0.0,0.0
2022-12-15 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2022-12-16 00:00:00+00:00,0.585,0.5712799835205078,0.5700000000000001,0.585,0.5529794692993164,31125,0.0,0.0,0.0
2022-12-19 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794692993164,8500,0.0,0.0,0.0
2022-12-20 00:00:00+00:00,0.585,0.5793000030517578,0.5793000030517578,0.585,0.5529794692993164,94265,0.0,0.0,0.0
2022-12-21 00:00:00+00:00,0.585,0.5712799835205078,0.5712799835205078,0.585,0.5529794692993164,8475,0.0,0.0,0.0
2022-12-22 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,320,0.0,0.0,0.0
2022-12-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2022-12-28 00:00:00+00:00,0.585,0.5700000000000001,0.5700000000000001,0.585,0.5529794692993164,12452,0.0,0.0,0.0
2022-12-29 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,1228,0.0,0.0,0.0
2022-12-30 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-03 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,25461,0.0,0.0,0.0
2023-01-04 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-05 00:00:00+00:00,0.585,0.5906999969482422,0.5720000076293945,0.585,0.5529794692993164,9855,0.0,0.0,0.0
2023-01-06 00:00:00+00:00,0.585,0.5713100051879882,0.5713100051879882,0.585,0.5529794692993164,1500,0.0,0.0,0.0
2023-01-09 00:00:00+00:00,0.585,0.5702999877929688,0.5702999877929688,0.585,0.5529794692993164,9101,0.0,0.0,0.0
2023-01-10 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,20891,0.0,0.0,0.0
2023-01-11 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-12 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-13 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794692993164,8881,0.0,0.0,0.0
2023-01-16 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,1271,0.0,0.0,0.0
2023-01-17 00:00:00+00:00,0.585,0.5906999969482422,0.56,0.585,0.5529794692993164,20064,0.0,0.0,0.0
2023-01-18 00:00:00+00:00,0.585,0.5700000000000001,0.56,0.585,0.5529794692993164,3709,0.0,0.0,0.0
2023-01-19 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-20 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,1225,0.0,0.0,0.0
2023-01-23 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-24 00:00:00+00:00,0.585,0.5906999969482422,0.5906999969482422,0.585,0.5529794692993164,10000,0.0,0.0,0.0
2023-01-25 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,2706,0.0,0.0,0.0
2023-01-26 00:00:00+00:00,0.585,0.56,0.56,0.585,0.5529794692993164,2076,0.0,0.0,0.0
2023-01-27 00:00:00+00:00,0.585,0.585,0.585,0.585,0.5529794692993164,0,0.0,0.0,0.0
2023-01-30 00:00:00+00:00,0.585,0.555,0.555,0.58,0.5482531356811523,20247,0.0,0.0,0.0
2023-01-31 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5482531356811523,10000,0.0,0.0,0.0
2023-02-01 00:00:00+00:00,0.58,0.55,0.55,0.58,0.5482531356811523,10644,0.0,0.0,0.0
2023-02-02 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0
2023-02-03 00:00:00+00:00,0.58,0.5856999969482422,0.5856999969482422,0.58,0.5482531356811523,1228,0.0,0.0,0.0
2023-02-06 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0
2023-02-07 00:00:00+00:00,0.58,0.555,0.555,0.58,0.5482531356811523,2500,0.0,0.0,0.0
2023-02-08 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0
2023-02-09 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0
2023-02-10 00:00:00+00:00,0.58,0.58,0.58,0.58,0.5482531356811523,0,0.0,0.0,0.0
2023-02-13 00:00:00+00:00,0.58,0.58,0.58,0.5750000000000001,0.5435268020629883,12276,0.0,0.0,0.0
2023-02-14 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,4049,0.0,0.0,0.0
2023-02-15 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,5000,0.0,0.0,0.0
2023-02-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-02-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-02-20 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.5602999877929687,0.5750000000000001,0.5435268020629883,20123,0.0,0.0,0.0
2023-02-21 00:00:00+00:00,0.5750000000000001,0.5668999862670898,0.56,0.5750000000000001,0.5435268020629883,413641,0.0,0.0,0.0
2023-02-22 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,51462,0.0,0.0,0.0
2023-02-23 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-02-24 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-02-27 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-02-28 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,21569,0.0,0.0,0.0
2023-03-01 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,10000,0.0,0.0,0.0
2023-03-02 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-03 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,7892,0.0,0.0,0.0
2023-03-06 00:00:00+00:00,0.5750000000000001,0.5602999877929687,0.56,0.5750000000000001,0.5435268020629883,35268,0.0,0.0,0.0
2023-03-07 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,13200,0.0,0.0,0.0
2023-03-08 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-09 00:00:00+00:00,0.5750000000000001,0.56,0.56,0.5750000000000001,0.5435268020629883,7663,0.0,0.0,0.0
2023-03-10 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-13 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-14 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-15 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-16 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-17 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-20 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-21 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-22 00:00:00+00:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-23 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,17334,0.0,0.0,0.0
2023-03-24 00:00:00+00:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,22500,0.0,0.0,0.0
2023-03-27 00:00:00+01:00,0.5750000000000001,0.58,0.56,0.5750000000000001,0.5435268020629883,7206,0.0,0.0,0.0
2023-03-28 00:00:00+01:00,0.5750000000000001,0.5718999862670898,0.5668999862670898,0.5750000000000001,0.5435268020629883,182252,0.0,0.0,0.0
2023-03-29 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5435268020629883,8118,0.0,0.0,0.0
2023-03-30 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-03-31 00:00:00+01:00,0.5750000000000001,0.564900016784668,0.56,0.5750000000000001,0.5435268020629883,12159,0.0,0.0,0.0
2023-04-03 00:00:00+01:00,0.5750000000000001,0.5806999969482421,0.56,0.5750000000000001,0.5435268020629883,9477,0.0,0.0,0.0
2023-04-04 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-04-05 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-04-06 00:00:00+01:00,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5750000000000001,0.5435268020629883,0,0.0,0.0,0.0
2023-04-11 00:00:00+01:00,0.5750000000000001,0.54,0.54,0.5750000000000001,0.5435268020629883,16661,0.0,0.0,0.0
2023-04-12 00:00:00+01:00,0.5750000000000001,0.535,0.535,0.5725,0.5411636734008789,12000,0.0,0.0,0.0
2023-04-13 00:00:00+01:00,0.5725,0.56,0.56,0.5700000000000001,0.5388005065917969,1459,0.0,0.0,0.0
2023-04-14 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5388005065917969,7500,0.0,0.0,0.0
2023-04-17 00:00:00+01:00,0.5700000000000001,0.569900016784668,0.569900016784668,0.5700000000000001,0.5388005065917969,5227,0.0,0.0,0.0
@@ -362,9 +362,9 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2023-06-13 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.5340741729736328,4006,0.0,0.0,0.0
2023-06-14 00:00:00+01:00,0.5650000000000001,0.5608000183105469,0.54,0.5650000000000001,0.5340741729736328,3597,0.0,0.0,0.0
2023-06-15 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5340741729736328,0,0.0,0.0,0.0
2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5647952270507812,1000,0.0,0.0,0.0
2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5647952270507812,12038,0.0,0.0,0.0
2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5647952270507812,0,0.0,0.0,0.0
2023-06-16 00:00:00+01:00,0.5825,0.585,0.585,0.5975,0.5647952651977539,1000,0.0,0.0,0.0
2023-06-19 00:00:00+01:00,0.5975,0.585,0.585,0.5975,0.5647952651977539,12038,0.0,0.0,0.0
2023-06-20 00:00:00+01:00,0.5975,0.5975,0.5975,0.5975,0.5647952651977539,0,0.0,0.0,0.0
2023-06-21 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0
2023-06-22 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0
2023-06-23 00:00:00+01:00,0.6,0.585,0.585,0.6,0.5671584320068359,6482,0.0,0.0,0.0
@@ -376,16 +376,16 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2023-07-03 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0
2023-07-04 00:00:00+01:00,0.6,0.6054000091552735,0.6054000091552735,0.6,0.5671584320068359,6557,0.0,0.0,0.0
2023-07-05 00:00:00+01:00,0.6,0.6,0.6,0.6,0.5671584320068359,0,0.0,0.0,0.0
2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5624320983886719,7299,0.0,0.0,0.0
2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5624320983886719,13000,0.0,0.0,0.0
2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624320983886719,0,0.0,0.0,0.0
2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624320983886719,0,0.0,0.0,0.0
2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624320983886719,0,0.0,0.0,0.0
2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5624320983886719,372468,0.0,0.0,0.0
2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5624320983886719,1919,0.0,0.0,0.0
2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5624320983886719,3400,0.0,0.0,0.0
2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5577057647705078,14146,0.0,0.0,0.0
2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5577057647705078,1000,0.0,0.0,0.0
2023-07-06 00:00:00+01:00,0.6,0.585,0.5802999877929688,0.595,0.5624321365356445,7299,0.0,0.0,0.0
2023-07-07 00:00:00+01:00,0.595,0.5802999877929688,0.5802999877929688,0.595,0.5624321365356445,13000,0.0,0.0,0.0
2023-07-10 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0
2023-07-11 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0
2023-07-12 00:00:00+01:00,0.595,0.595,0.595,0.595,0.5624321365356445,0,0.0,0.0,0.0
2023-07-13 00:00:00+01:00,0.595,0.6025,0.585,0.595,0.5624321365356445,372468,0.0,0.0,0.0
2023-07-14 00:00:00+01:00,0.595,0.5700000000000001,0.5700000000000001,0.595,0.5624321365356445,1919,0.0,0.0,0.0
2023-07-17 00:00:00+01:00,0.595,0.6025,0.6025,0.595,0.5624321365356445,3400,0.0,0.0,0.0
2023-07-18 00:00:00+01:00,0.595,0.5650000000000001,0.5650000000000001,0.59,0.5577058029174805,14146,0.0,0.0,0.0
2023-07-19 00:00:00+01:00,0.59,0.5970000076293945,0.5970000076293945,0.59,0.5577058029174805,1000,0.0,0.0,0.0
2023-07-20 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0002,0.0,0.0
2023-07-21 00:00:00+01:00,0.5700000000000001,0.5770000076293945,0.5770000076293945,0.5700000000000001,0.5389831924438476,344,0.0,0.0,0.0
2023-07-24 00:00:00+01:00,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5700000000000001,0.5389831924438476,0,0.0,0.0,0.0
@@ -396,7 +396,7 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2023-07-31 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0
2023-08-01 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,600,0.0,0.0,0.0
2023-08-02 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0
2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156539916993,1731,0.0,0.0,0.0
2023-08-03 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.54,0.5106156921386719,1731,0.0,0.0,0.0
2023-08-04 00:00:00+01:00,0.5650000000000001,0.54,0.54,0.5650000000000001,0.534255256652832,1800,0.0,0.0,0.0
2023-08-07 00:00:00+01:00,0.5650000000000001,0.5720000076293945,0.5720000076293945,0.5650000000000001,0.534255256652832,8612,0.0,0.0,0.0
2023-08-08 00:00:00+01:00,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.5650000000000001,0.534255256652832,0,0.0,0.0,0.0
@@ -684,3 +684,43 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gai
2024-09-18 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,9547,0.0,0.0,0.0
2024-09-19 00:00:00+01:00,0.555,0.54,0.54,0.555,0.555,10580,0.0,0.0,0.0
2024-09-20 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-09-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-09-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-09-25 00:00:00+01:00,0.555,0.545099983215332,0.545099983215332,0.555,0.555,223787,0.0,0.0,0.0
2024-09-26 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-09-27 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-09-30 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-01 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-02 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-03 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-04 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-07 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-08 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-09 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-10 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-11 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-14 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-15 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-16 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-17 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-18 00:00:00+01:00,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0.005550000071525574,0,0.0,0.0,0.0
2024-10-21 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-22 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-23 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-24 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-25 00:00:00+01:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-28 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-29 00:00:00+00:00,0.555,0.5650000000000001,0.54,0.555,0.555,1056,0.0,0.0,0.0
2024-10-30 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-10-31 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-01 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-04 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-05 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-06 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-07 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-08 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-11 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-12 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-13 00:00:00+00:00,0.555,0.54,0.54,0.555,0.555,1180,0.0,0.0,0.0
2024-11-14 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
2024-11-15 00:00:00+00:00,0.555,0.555,0.555,0.555,0.555,0,0.0,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains
14 2022-01-20 00:00:00+00:00 0.6875 0.675 0.675 0.6875 0.6084982681274415 11286 0.0 0.0 0.0
15 2022-01-21 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.6084982681274415 653 0.0 0.0 0.0
16 2022-01-24 00:00:00+00:00 0.6875 0.6940000152587891 0.6940000152587891 0.6875 0.6084982681274415 300 0.0 0.0 0.0
17 2022-01-25 00:00:00+00:00 0.6875 0.67 0.67 0.6825 0.6040727233886719 0.6040727996826172 18000 0.0 0.0 0.0
18 2022-01-26 00:00:00+00:00 0.6825 0.6940000152587891 0.6940000152587891 0.6825 0.6040727233886719 0.6040727996826172 1560 0.0 0.0 0.0
19 2022-01-27 00:00:00+00:00 0.6825 0.67 0.67 0.6825 0.6040727233886719 0.6040727996826172 1000 0.0 0.0 0.0
20 2022-01-28 00:00:00+00:00 0.6825 0.67 0.67 0.6825 0.6040727233886719 0.6040727996826172 5588 0.0 0.0 0.0
21 2022-01-31 00:00:00+00:00 0.6825 0.6825 0.6825 0.6825 0.6040727233886719 0.6040727996826172 0 0.0 0.0 0.0
22 2022-02-01 00:00:00+00:00 0.6825 0.66 0.65 0.66 0.5841583633422852 0.5841582489013672 30612 0.0 0.0 0.0
23 2022-02-02 00:00:00+00:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 9000 0.0 0.0 0.0
24 2022-02-03 00:00:00+00:00 0.67 0.68 0.67 0.6775 0.5996473693847656 0.599647445678711 19301 0.0 0.0 0.0
25 2022-02-04 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5996473693847656 0.599647445678711 29455 0.0 0.0 0.0
26 2022-02-07 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5996473693847656 0.599647445678711 3125 0.0 0.0 0.0
27 2022-02-08 00:00:00+00:00 0.6775 0.685 0.67 0.6775 0.5996473693847656 0.599647445678711 15202 0.0 0.0 0.0
28 2022-02-09 00:00:00+00:00 0.6775 0.6775 0.6775 0.6775 0.5996473693847656 0.599647445678711 0 0.0 0.0 0.0
29 2022-02-10 00:00:00+00:00 0.6775 0.67 0.67 0.6775 0.5996473693847656 0.599647445678711 3506 0.0 0.0 0.0
30 2022-02-11 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.6084982681274415 0 0.0 0.0 0.0
31 2022-02-14 00:00:00+00:00 0.6875 0.68 0.68 0.6875 0.6084982681274415 2461 0.0 0.0 0.0
32 2022-02-15 00:00:00+00:00 0.6875 0.68 0.68 0.6875 0.6084982681274415 19756 0.0 0.0 0.0
52 2022-03-15 00:00:00+00:00 0.6875 0.68 0.65 0.6875 0.6084982681274415 1430 0.0 0.0 0.0
53 2022-03-16 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.6084982681274415 0 0.0 0.0 0.0
54 2022-03-17 00:00:00+00:00 0.6875 0.6875 0.6875 0.6875 0.6084982681274415 0 0.0 0.0 0.0
55 2022-03-18 00:00:00+00:00 0.665 0.655 0.655 0.66 0.5841583633422852 0.5841582489013672 2500 0.0 0.0 0.0
56 2022-03-21 00:00:00+00:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
57 2022-03-22 00:00:00+00:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
58 2022-03-23 00:00:00+00:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
59 2022-03-24 00:00:00+00:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 24314 0.0 0.0 0.0
60 2022-03-25 00:00:00+00:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
61 2022-03-28 00:00:00+01:00 0.66 0.6552999877929687 0.6552999877929687 0.66 0.5841583633422852 0.5841582489013672 16749 0.0 0.0 0.0
62 2022-03-29 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
63 2022-03-30 00:00:00+01:00 0.66 0.665 0.65 0.66 0.5841583633422852 0.5841582489013672 38438 0.0 0.0 0.0
64 2022-03-31 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
65 2022-04-01 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
66 2022-04-04 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
67 2022-04-05 00:00:00+01:00 0.66 0.66 0.65 0.66 0.5841583633422852 0.5841582489013672 16181 0.0 0.0 0.0
68 2022-04-06 00:00:00+01:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 672 0.0 0.0 0.0
69 2022-04-07 00:00:00+01:00 0.66 0.66 0.6501000213623047 0.66 0.5841583633422852 0.5841582489013672 55267 0.0 0.0 0.0
70 2022-04-08 00:00:00+01:00 0.66 0.6598000335693359 0.6598000335693359 0.66 0.5841583633422852 0.5841582489013672 1496 0.0 0.0 0.0
71 2022-04-11 00:00:00+01:00 0.66 0.659000015258789 0.65 0.66 0.5841583633422852 0.5841582489013672 10068 0.0 0.0 0.0
72 2022-04-12 00:00:00+01:00 0.66 0.6588999938964843 0.6588999938964843 0.66 0.5841583633422852 0.5841582489013672 7588 0.0 0.0 0.0
73 2022-04-13 00:00:00+01:00 0.66 0.658499984741211 0.658499984741211 0.66 0.5841583633422852 0.5841582489013672 1511 0.0 0.0 0.0
74 2022-04-14 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
75 2022-04-19 00:00:00+01:00 0.66 0.6583999633789063 0.65 0.66 0.5841583633422852 0.5841582489013672 12524 0.0 0.0 0.0
76 2022-04-20 00:00:00+01:00 0.66 0.6583999633789063 0.6583999633789063 0.66 0.5841583633422852 0.5841582489013672 580 0.0 0.0 0.0
77 2022-04-21 00:00:00+01:00 0.66 0.6583999633789063 0.64 0.66 0.5841583633422852 0.5841582489013672 22992 0.0 0.0 0.0
78 2022-04-22 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
79 2022-04-25 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
80 2022-04-26 00:00:00+01:00 0.66 0.6580000305175782 0.6580000305175782 0.66 0.5841583633422852 0.5841582489013672 1500 0.0 0.0 0.0
81 2022-04-27 00:00:00+01:00 0.66 0.64 0.64 0.66 0.5841583633422852 0.5841582489013672 17000 0.0 0.0 0.0
82 2022-04-28 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
83 2022-04-29 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
84 2022-05-03 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
85 2022-05-04 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
86 2022-05-05 00:00:00+01:00 0.66 0.6576000213623047 0.6576000213623047 0.66 0.5841583633422852 0.5841582489013672 5000 0.0 0.0 0.0
87 2022-05-06 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
88 2022-05-09 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
89 2022-05-10 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
90 2022-05-11 00:00:00+01:00 0.66 0.6576000213623047 0.6576000213623047 0.66 0.5841583633422852 0.5841582489013672 20230 0.0 0.0 0.0
91 2022-05-12 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
92 2022-05-13 00:00:00+01:00 0.66 0.6573999786376953 0.6573999786376953 0.66 0.5841583633422852 0.5841582489013672 7567 0.0 0.0 0.0
93 2022-05-16 00:00:00+01:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 5842 0.0 0.0 0.0
94 2022-05-17 00:00:00+01:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 27137 0.0 0.0 0.0
95 2022-05-18 00:00:00+01:00 0.66 0.65 0.65 0.66 0.5841583633422852 0.5841582489013672 24000 0.0 0.0 0.0
96 2022-05-19 00:00:00+01:00 0.66 0.6569999694824219 0.635 0.66 0.5841583633422852 0.5841582489013672 10757 0.0 0.0 0.0
97 2022-05-20 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
98 2022-05-23 00:00:00+01:00 0.66 0.6558000183105469 0.6558000183105469 0.66 0.5841583633422852 0.5841582489013672 1517 0.0 0.0 0.0
99 2022-05-24 00:00:00+01:00 0.66 0.635 0.635 0.66 0.5841583633422852 0.5841582489013672 13072 0.0 0.0 0.0
100 2022-05-25 00:00:00+01:00 0.66 0.66 0.66 0.66 0.5841583633422852 0.5841582489013672 0 0.0 0.0 0.0
101 2022-05-26 00:00:00+01:00 0.66 0.64 0.64 0.655 0.5797328567504882 0.5797328948974609 7206 0.0 0.0 0.0
102 2022-05-27 00:00:00+01:00 0.655 0.655 0.655 0.655 0.5797328567504882 0.5797328948974609 0 0.0 0.0 0.0
103 2022-05-30 00:00:00+01:00 0.655 0.65 0.65 0.655 0.5797328567504882 0.5797328948974609 5000 0.0 0.0 0.0
104 2022-05-31 00:00:00+01:00 0.655 0.65 0.65 0.655 0.5797328567504882 0.5797328948974609 1518 0.0 0.0 0.0
105 2022-06-01 00:00:00+01:00 0.655 0.65 0.65 0.645 0.5708820343017579 0.5708819580078125 1 0.0 0.0 0.0
106 2022-06-06 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5708820343017579 0.5708819580078125 15500 0.0 0.0 0.0
107 2022-06-07 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5708820343017579 0.5708819580078125 1004 0.0 0.0 0.0
108 2022-06-08 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
109 2022-06-09 00:00:00+01:00 0.645 0.635 0.635 0.645 0.5708820343017579 0.5708819580078125 8341 0.0 0.0 0.0
110 2022-06-10 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
111 2022-06-13 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
112 2022-06-14 00:00:00+01:00 0.645 0.64 0.64 0.645 0.5708820343017579 0.5708819580078125 31092 0.0 0.0 0.0
113 2022-06-15 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
114 2022-06-16 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
115 2022-06-17 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
116 2022-06-20 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
117 2022-06-21 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
118 2022-06-22 00:00:00+01:00 0.645 0.6498000335693359 0.64 0.645 0.5708820343017579 0.5708819580078125 189418 0.0 0.0 0.0
119 2022-06-23 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
120 2022-06-24 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
121 2022-06-27 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
122 2022-06-28 00:00:00+01:00 0.645 0.64 0.64 0.645 0.5708820343017579 0.5708819580078125 2500 0.0 0.0 0.0
123 2022-06-29 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
124 2022-06-30 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
125 2022-07-01 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
126 2022-07-04 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
127 2022-07-05 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
128 2022-07-06 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
129 2022-07-07 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
130 2022-07-08 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
131 2022-07-11 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
132 2022-07-12 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
133 2022-07-13 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
134 2022-07-14 00:00:00+01:00 0.645 0.645 0.645 0.645 0.5708820343017579 0.5708819580078125 0 0.0 0.0 0.0
135 2022-07-15 00:00:00+01:00 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
136 2022-07-18 00:00:00+01:00 0.6375000000000001 0.64 0.6388000106811523 0.6375000000000001 0.5642438125610352 0.5642438507080079 31351 0.0 0.0 0.0
137 2022-07-19 00:00:00+01:00 0.6375000000000001 0.65 0.63 0.6375000000000001 0.5642438125610352 0.5642438507080079 38011 0.0 0.0 0.0
138 2022-07-20 00:00:00+01:00 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.6375000000000001 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
139 2022-07-21 00:00:00+01:00 0.62 0.62 0.62 0.62 0.5665282440185547 0 0.02 0.0 0.0
140 2022-07-22 00:00:00+01:00 0.62 0.6 0.6 0.6175 0.5642438125610352 0.5642438507080079 3600 0.0 0.0 0.0
141 2022-07-25 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
142 2022-07-26 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5642438125610352 0.5642438507080079 5000 0.0 0.0 0.0
143 2022-07-27 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
144 2022-07-28 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5642438125610352 0.5642438507080079 2288 0.0 0.0 0.0
145 2022-07-29 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5642438125610352 0.5642438507080079 2909 0.0 0.0 0.0
146 2022-08-01 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
147 2022-08-02 00:00:00+01:00 0.6175 0.62 0.605 0.6175 0.5642438125610352 0.5642438507080079 17150 0.0 0.0 0.0
148 2022-08-03 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
149 2022-08-04 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5642438125610352 0.5642438507080079 200 0.0 0.0 0.0
150 2022-08-05 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5642438125610352 0.5642438507080079 15000 0.0 0.0 0.0
151 2022-08-08 00:00:00+01:00 0.6175 0.605999984741211 0.605999984741211 0.6175 0.5642438125610352 0.5642438507080079 4797 0.0 0.0 0.0
152 2022-08-09 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
153 2022-08-10 00:00:00+01:00 0.6175 0.605 0.605 0.6175 0.5642438125610352 0.5642438507080079 30000 0.0 0.0 0.0
154 2022-08-11 00:00:00+01:00 0.6175 0.6197999954223633 0.6075 0.6175 0.5642438125610352 0.5642438507080079 25000 0.0 0.0 0.0
155 2022-08-12 00:00:00+01:00 0.6175 0.6195000076293945 0.6195000076293945 0.6175 0.5642438125610352 0.5642438507080079 1195 0.0 0.0 0.0
156 2022-08-15 00:00:00+01:00 0.6175 0.6190999984741211 0.6190999984741211 0.6175 0.5642438125610352 0.5642438507080079 3 0.0 0.0 0.0
157 2022-08-16 00:00:00+01:00 0.6175 0.6187799835205078 0.6187799835205078 0.6175 0.5642438125610352 0.5642438507080079 148 0.0 0.0 0.0
158 2022-08-17 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
159 2022-08-18 00:00:00+01:00 0.6175 0.6086999893188477 0.6086999893188477 0.6175 0.5642438125610352 0.5642438507080079 112147 0.0 0.0 0.0
160 2022-08-19 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
161 2022-08-22 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
162 2022-08-23 00:00:00+01:00 0.6175 0.6054999923706055 0.6054999923706055 0.6175 0.5642438125610352 0.5642438507080079 13403 0.0 0.0 0.0
163 2022-08-24 00:00:00+01:00 0.6175 0.625 0.625 0.6175 0.5642438125610352 0.5642438507080079 3509 0.0 0.0 0.0
164 2022-08-25 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
165 2022-08-26 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
166 2022-08-30 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
167 2022-08-31 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
168 2022-09-01 00:00:00+01:00 0.6175 0.6176200103759766 0.6176200103759766 0.6175 0.5642438125610352 0.5642438507080079 233 0.0 0.0 0.0
169 2022-09-02 00:00:00+01:00 0.6175 0.6054999923706055 0.6054999923706055 0.6175 0.5642438125610352 0.5642438507080079 3879 0.0 0.0 0.0
170 2022-09-05 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
171 2022-09-06 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
172 2022-09-07 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
173 2022-09-08 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
174 2022-09-09 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
175 2022-09-12 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
176 2022-09-13 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
177 2022-09-14 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
178 2022-09-15 00:00:00+01:00 0.6175 0.625 0.625 0.6175 0.5642438125610352 0.5642438507080079 175 0.0 0.0 0.0
179 2022-09-16 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
180 2022-09-20 00:00:00+01:00 0.6175 0.617599983215332 0.617599983215332 0.6175 0.5642438125610352 0.5642438507080079 32400 0.0 0.0 0.0
181 2022-09-21 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
182 2022-09-22 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
183 2022-09-23 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
184 2022-09-26 00:00:00+01:00 0.6175 0.617599983215332 0.6054999923706055 0.6054999923706055 0.5532787704467773 0.55327880859375 12005 0.0 0.0 0.0
185 2022-09-27 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
186 2022-09-28 00:00:00+01:00 0.6175 0.6136999893188476 0.6086999893188477 0.6175 0.5642438125610352 0.5642438507080079 58251 0.0 0.0 0.0
187 2022-09-29 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
188 2022-09-30 00:00:00+01:00 0.6175 0.6175 0.6175 0.6175 0.5642438125610352 0.5642438507080079 0 0.0 0.0 0.0
189 2022-10-03 00:00:00+01:00 0.6175 0.6 0.59 0.61 0.5573906326293946 0.5573906707763672 22000 0.0 0.0 0.0
190 2022-10-04 00:00:00+01:00 0.61 0.595 0.585 0.61 0.5573906326293946 0.5573906707763672 38754 0.0 0.0 0.0
191 2022-10-05 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
192 2022-10-06 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
193 2022-10-07 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
194 2022-10-10 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
195 2022-10-11 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
196 2022-10-12 00:00:00+01:00 0.61 0.61 0.61 0.61 0.5573906326293946 0.5573906707763672 0 0.0 0.0 0.0
197 2022-10-13 00:00:00+01:00 0.61 0.58 0.58 0.605 0.5528219223022461 1000 0.0 0.0 0.0
198 2022-10-14 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5528219223022461 0 0.0 0.0 0.0
199 2022-10-17 00:00:00+01:00 0.605 0.605 0.605 0.605 0.5528219223022461 0 0.0 0.0 0.0
234 2022-12-05 00:00:00+00:00 0.6 0.6 0.59 0.6 0.5482531356811523 67809 0.0 0.0 0.0
235 2022-12-06 00:00:00+00:00 0.6 0.6038000106811524 0.6038000106811524 0.6 0.5482531356811523 18000 0.0 0.0 0.0
236 2022-12-07 00:00:00+00:00 0.6 0.6 0.6 0.6 0.5482531356811523 0 0.0 0.0 0.0
237 2022-12-08 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.02 0.0 0.0
238 2022-12-09 00:00:00+00:00 0.585 0.57125 0.5700000000000001 0.585 0.5529794311523437 0.5529794692993164 18119 0.0 0.0 0.0
239 2022-12-12 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5529794311523437 0.5529794692993164 8300 0.0 0.0 0.0
240 2022-12-13 00:00:00+00:00 0.585 0.5700000000000001 0.5700000000000001 0.585 0.5529794311523437 0.5529794692993164 4797 0.0 0.0 0.0
241 2022-12-14 00:00:00+00:00 0.585 0.5712799835205078 0.5711999893188476 0.585 0.5529794311523437 0.5529794692993164 7000 0.0 0.0 0.0
242 2022-12-15 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
243 2022-12-16 00:00:00+00:00 0.585 0.5712799835205078 0.5700000000000001 0.585 0.5529794311523437 0.5529794692993164 31125 0.0 0.0 0.0
244 2022-12-19 00:00:00+00:00 0.585 0.5712799835205078 0.5712799835205078 0.585 0.5529794311523437 0.5529794692993164 8500 0.0 0.0 0.0
245 2022-12-20 00:00:00+00:00 0.585 0.5793000030517578 0.5793000030517578 0.585 0.5529794311523437 0.5529794692993164 94265 0.0 0.0 0.0
246 2022-12-21 00:00:00+00:00 0.585 0.5712799835205078 0.5712799835205078 0.585 0.5529794311523437 0.5529794692993164 8475 0.0 0.0 0.0
247 2022-12-22 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5529794311523437 0.5529794692993164 320 0.0 0.0 0.0
248 2022-12-23 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
249 2022-12-28 00:00:00+00:00 0.585 0.5700000000000001 0.5700000000000001 0.585 0.5529794311523437 0.5529794692993164 12452 0.0 0.0 0.0
250 2022-12-29 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5529794311523437 0.5529794692993164 1228 0.0 0.0 0.0
251 2022-12-30 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
252 2023-01-03 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5529794311523437 0.5529794692993164 25461 0.0 0.0 0.0
253 2023-01-04 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
254 2023-01-05 00:00:00+00:00 0.585 0.5906999969482422 0.5720000076293945 0.585 0.5529794311523437 0.5529794692993164 9855 0.0 0.0 0.0
255 2023-01-06 00:00:00+00:00 0.585 0.5713100051879882 0.5713100051879882 0.585 0.5529794311523437 0.5529794692993164 1500 0.0 0.0 0.0
256 2023-01-09 00:00:00+00:00 0.585 0.5702999877929688 0.5702999877929688 0.585 0.5529794311523437 0.5529794692993164 9101 0.0 0.0 0.0
257 2023-01-10 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5529794311523437 0.5529794692993164 20891 0.0 0.0 0.0
258 2023-01-11 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
259 2023-01-12 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
260 2023-01-13 00:00:00+00:00 0.585 0.5906999969482422 0.56 0.585 0.5529794311523437 0.5529794692993164 8881 0.0 0.0 0.0
261 2023-01-16 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5529794311523437 0.5529794692993164 1271 0.0 0.0 0.0
262 2023-01-17 00:00:00+00:00 0.585 0.5906999969482422 0.56 0.585 0.5529794311523437 0.5529794692993164 20064 0.0 0.0 0.0
263 2023-01-18 00:00:00+00:00 0.585 0.5700000000000001 0.56 0.585 0.5529794311523437 0.5529794692993164 3709 0.0 0.0 0.0
264 2023-01-19 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
265 2023-01-20 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5529794311523437 0.5529794692993164 1225 0.0 0.0 0.0
266 2023-01-23 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
267 2023-01-24 00:00:00+00:00 0.585 0.5906999969482422 0.5906999969482422 0.585 0.5529794311523437 0.5529794692993164 10000 0.0 0.0 0.0
268 2023-01-25 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5529794311523437 0.5529794692993164 2706 0.0 0.0 0.0
269 2023-01-26 00:00:00+00:00 0.585 0.56 0.56 0.585 0.5529794311523437 0.5529794692993164 2076 0.0 0.0 0.0
270 2023-01-27 00:00:00+00:00 0.585 0.585 0.585 0.585 0.5529794311523437 0.5529794692993164 0 0.0 0.0 0.0
271 2023-01-30 00:00:00+00:00 0.585 0.555 0.555 0.58 0.548253173828125 0.5482531356811523 20247 0.0 0.0 0.0
272 2023-01-31 00:00:00+00:00 0.58 0.5856999969482422 0.5856999969482422 0.58 0.548253173828125 0.5482531356811523 10000 0.0 0.0 0.0
273 2023-02-01 00:00:00+00:00 0.58 0.55 0.55 0.58 0.548253173828125 0.5482531356811523 10644 0.0 0.0 0.0
274 2023-02-02 00:00:00+00:00 0.58 0.58 0.58 0.58 0.548253173828125 0.5482531356811523 0 0.0 0.0 0.0
275 2023-02-03 00:00:00+00:00 0.58 0.5856999969482422 0.5856999969482422 0.58 0.548253173828125 0.5482531356811523 1228 0.0 0.0 0.0
276 2023-02-06 00:00:00+00:00 0.58 0.58 0.58 0.58 0.548253173828125 0.5482531356811523 0 0.0 0.0 0.0
277 2023-02-07 00:00:00+00:00 0.58 0.555 0.555 0.58 0.548253173828125 0.5482531356811523 2500 0.0 0.0 0.0
278 2023-02-08 00:00:00+00:00 0.58 0.58 0.58 0.58 0.548253173828125 0.5482531356811523 0 0.0 0.0 0.0
279 2023-02-09 00:00:00+00:00 0.58 0.58 0.58 0.58 0.548253173828125 0.5482531356811523 0 0.0 0.0 0.0
280 2023-02-10 00:00:00+00:00 0.58 0.58 0.58 0.58 0.548253173828125 0.5482531356811523 0 0.0 0.0 0.0
281 2023-02-13 00:00:00+00:00 0.58 0.58 0.58 0.5750000000000001 0.543526840209961 0.5435268020629883 12276 0.0 0.0 0.0
282 2023-02-14 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.543526840209961 0.5435268020629883 4049 0.0 0.0 0.0
283 2023-02-15 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.543526840209961 0.5435268020629883 5000 0.0 0.0 0.0
284 2023-02-16 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
285 2023-02-17 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
286 2023-02-20 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.5602999877929687 0.5750000000000001 0.543526840209961 0.5435268020629883 20123 0.0 0.0 0.0
287 2023-02-21 00:00:00+00:00 0.5750000000000001 0.5668999862670898 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 413641 0.0 0.0 0.0
288 2023-02-22 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 51462 0.0 0.0 0.0
289 2023-02-23 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
290 2023-02-24 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
291 2023-02-27 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
292 2023-02-28 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 21569 0.0 0.0 0.0
293 2023-03-01 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 10000 0.0 0.0 0.0
294 2023-03-02 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
295 2023-03-03 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 7892 0.0 0.0 0.0
296 2023-03-06 00:00:00+00:00 0.5750000000000001 0.5602999877929687 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 35268 0.0 0.0 0.0
297 2023-03-07 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 13200 0.0 0.0 0.0
298 2023-03-08 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
299 2023-03-09 00:00:00+00:00 0.5750000000000001 0.56 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 7663 0.0 0.0 0.0
300 2023-03-10 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
301 2023-03-13 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
302 2023-03-14 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
303 2023-03-15 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
304 2023-03-16 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
305 2023-03-17 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
306 2023-03-20 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
307 2023-03-21 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
308 2023-03-22 00:00:00+00:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
309 2023-03-23 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 17334 0.0 0.0 0.0
310 2023-03-24 00:00:00+00:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 22500 0.0 0.0 0.0
311 2023-03-27 00:00:00+01:00 0.5750000000000001 0.58 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 7206 0.0 0.0 0.0
312 2023-03-28 00:00:00+01:00 0.5750000000000001 0.5718999862670898 0.5668999862670898 0.5750000000000001 0.543526840209961 0.5435268020629883 182252 0.0 0.0 0.0
313 2023-03-29 00:00:00+01:00 0.5750000000000001 0.54 0.54 0.5750000000000001 0.543526840209961 0.5435268020629883 8118 0.0 0.0 0.0
314 2023-03-30 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
315 2023-03-31 00:00:00+01:00 0.5750000000000001 0.564900016784668 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 12159 0.0 0.0 0.0
316 2023-04-03 00:00:00+01:00 0.5750000000000001 0.5806999969482421 0.56 0.5750000000000001 0.543526840209961 0.5435268020629883 9477 0.0 0.0 0.0
317 2023-04-04 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
318 2023-04-05 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
319 2023-04-06 00:00:00+01:00 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.5750000000000001 0.543526840209961 0.5435268020629883 0 0.0 0.0 0.0
320 2023-04-11 00:00:00+01:00 0.5750000000000001 0.54 0.54 0.5750000000000001 0.543526840209961 0.5435268020629883 16661 0.0 0.0 0.0
321 2023-04-12 00:00:00+01:00 0.5750000000000001 0.535 0.535 0.5725 0.5411636352539063 0.5411636734008789 12000 0.0 0.0 0.0
322 2023-04-13 00:00:00+01:00 0.5725 0.56 0.56 0.5700000000000001 0.5388005065917969 1459 0.0 0.0 0.0
323 2023-04-14 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5388005065917969 7500 0.0 0.0 0.0
324 2023-04-17 00:00:00+01:00 0.5700000000000001 0.569900016784668 0.569900016784668 0.5700000000000001 0.5388005065917969 5227 0.0 0.0 0.0
362 2023-06-13 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.5650000000000001 0.5340741729736328 4006 0.0 0.0 0.0
363 2023-06-14 00:00:00+01:00 0.5650000000000001 0.5608000183105469 0.54 0.5650000000000001 0.5340741729736328 3597 0.0 0.0 0.0
364 2023-06-15 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5340741729736328 0 0.0 0.0 0.0
365 2023-06-16 00:00:00+01:00 0.5825 0.585 0.585 0.5975 0.5647952270507812 0.5647952651977539 1000 0.0 0.0 0.0
366 2023-06-19 00:00:00+01:00 0.5975 0.585 0.585 0.5975 0.5647952270507812 0.5647952651977539 12038 0.0 0.0 0.0
367 2023-06-20 00:00:00+01:00 0.5975 0.5975 0.5975 0.5975 0.5647952270507812 0.5647952651977539 0 0.0 0.0 0.0
368 2023-06-21 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5671584320068359 0 0.0 0.0 0.0
369 2023-06-22 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5671584320068359 0 0.0 0.0 0.0
370 2023-06-23 00:00:00+01:00 0.6 0.585 0.585 0.6 0.5671584320068359 6482 0.0 0.0 0.0
376 2023-07-03 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5671584320068359 0 0.0 0.0 0.0
377 2023-07-04 00:00:00+01:00 0.6 0.6054000091552735 0.6054000091552735 0.6 0.5671584320068359 6557 0.0 0.0 0.0
378 2023-07-05 00:00:00+01:00 0.6 0.6 0.6 0.6 0.5671584320068359 0 0.0 0.0 0.0
379 2023-07-06 00:00:00+01:00 0.6 0.585 0.5802999877929688 0.595 0.5624320983886719 0.5624321365356445 7299 0.0 0.0 0.0
380 2023-07-07 00:00:00+01:00 0.595 0.5802999877929688 0.5802999877929688 0.595 0.5624320983886719 0.5624321365356445 13000 0.0 0.0 0.0
381 2023-07-10 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5624320983886719 0.5624321365356445 0 0.0 0.0 0.0
382 2023-07-11 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5624320983886719 0.5624321365356445 0 0.0 0.0 0.0
383 2023-07-12 00:00:00+01:00 0.595 0.595 0.595 0.595 0.5624320983886719 0.5624321365356445 0 0.0 0.0 0.0
384 2023-07-13 00:00:00+01:00 0.595 0.6025 0.585 0.595 0.5624320983886719 0.5624321365356445 372468 0.0 0.0 0.0
385 2023-07-14 00:00:00+01:00 0.595 0.5700000000000001 0.5700000000000001 0.595 0.5624320983886719 0.5624321365356445 1919 0.0 0.0 0.0
386 2023-07-17 00:00:00+01:00 0.595 0.6025 0.6025 0.595 0.5624320983886719 0.5624321365356445 3400 0.0 0.0 0.0
387 2023-07-18 00:00:00+01:00 0.595 0.5650000000000001 0.5650000000000001 0.59 0.5577057647705078 0.5577058029174805 14146 0.0 0.0 0.0
388 2023-07-19 00:00:00+01:00 0.59 0.5970000076293945 0.5970000076293945 0.59 0.5577057647705078 0.5577058029174805 1000 0.0 0.0 0.0
389 2023-07-20 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5389831924438476 0 0.0002 0.0 0.0
390 2023-07-21 00:00:00+01:00 0.5700000000000001 0.5770000076293945 0.5770000076293945 0.5700000000000001 0.5389831924438476 344 0.0 0.0 0.0
391 2023-07-24 00:00:00+01:00 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5700000000000001 0.5389831924438476 0 0.0 0.0 0.0
396 2023-07-31 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0
397 2023-08-01 00:00:00+01:00 0.5650000000000001 0.5720000076293945 0.5720000076293945 0.5650000000000001 0.534255256652832 600 0.0 0.0 0.0
398 2023-08-02 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0
399 2023-08-03 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.54 0.5106156539916993 0.5106156921386719 1731 0.0 0.0 0.0
400 2023-08-04 00:00:00+01:00 0.5650000000000001 0.54 0.54 0.5650000000000001 0.534255256652832 1800 0.0 0.0 0.0
401 2023-08-07 00:00:00+01:00 0.5650000000000001 0.5720000076293945 0.5720000076293945 0.5650000000000001 0.534255256652832 8612 0.0 0.0 0.0
402 2023-08-08 00:00:00+01:00 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.5650000000000001 0.534255256652832 0 0.0 0.0 0.0
684 2024-09-18 00:00:00+01:00 0.555 0.54 0.54 0.555 0.555 9547 0.0 0.0 0.0
685 2024-09-19 00:00:00+01:00 0.555 0.54 0.54 0.555 0.555 10580 0.0 0.0 0.0
686 2024-09-20 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
687 2024-09-23 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
688 2024-09-24 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
689 2024-09-25 00:00:00+01:00 0.555 0.545099983215332 0.545099983215332 0.555 0.555 223787 0.0 0.0 0.0
690 2024-09-26 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
691 2024-09-27 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
692 2024-09-30 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
693 2024-10-01 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
694 2024-10-02 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
695 2024-10-03 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
696 2024-10-04 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
697 2024-10-07 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
698 2024-10-08 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
699 2024-10-09 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
700 2024-10-10 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
701 2024-10-11 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
702 2024-10-14 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
703 2024-10-15 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
704 2024-10-16 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
705 2024-10-17 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
706 2024-10-18 00:00:00+01:00 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0.005550000071525574 0 0.0 0.0 0.0
707 2024-10-21 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
708 2024-10-22 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
709 2024-10-23 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
710 2024-10-24 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
711 2024-10-25 00:00:00+01:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
712 2024-10-28 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
713 2024-10-29 00:00:00+00:00 0.555 0.5650000000000001 0.54 0.555 0.555 1056 0.0 0.0 0.0
714 2024-10-30 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
715 2024-10-31 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
716 2024-11-01 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
717 2024-11-04 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
718 2024-11-05 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
719 2024-11-06 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
720 2024-11-07 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
721 2024-11-08 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
722 2024-11-11 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
723 2024-11-12 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
724 2024-11-13 00:00:00+00:00 0.555 0.54 0.54 0.555 0.555 1180 0.0 0.0 0.0
725 2024-11-14 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0
726 2024-11-15 00:00:00+00:00 0.555 0.555 0.555 0.555 0.555 0 0.0 0.0 0.0

File diff suppressed because it is too large Load Diff

View File

@@ -1,128 +1,128 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-04 00:00:00-05:00,3.8299999237060547,4.269999980926514,3.8299999237060547,4.0,2.2503862380981445,559600,0.0,0.0
2022-01-05 00:00:00-05:00,4.050000190734863,4.199999809265137,4.039999961853027,4.050000190734863,2.2785160541534424,467700,0.0,0.0
2022-01-06 00:00:00-05:00,4.150000095367432,4.179999828338623,4.050000190734863,4.090000152587891,2.3010201454162598,393300,0.0,0.0
2022-01-07 00:00:00-05:00,4.130000114440918,4.230000019073486,4.070000171661377,4.159999847412109,2.3404016494750977,860600,0.0,0.0
2022-01-06 00:00:00-05:00,4.150000095367432,4.179999828338623,4.050000190734863,4.090000152587891,2.3010199069976807,393300,0.0,0.0
2022-01-07 00:00:00-05:00,4.130000114440918,4.230000019073486,4.070000171661377,4.159999847412109,2.3404018878936768,860600,0.0,0.0
2022-01-10 00:00:00-05:00,4.199999809265137,4.199999809265137,4.119999885559082,4.199999809265137,2.362905502319336,281900,0.0,0.0
2022-01-11 00:00:00-05:00,4.199999809265137,4.460000038146973,4.159999847412109,4.420000076293945,2.4866766929626465,695900,0.0,0.0
2022-01-12 00:00:00-05:00,4.449999809265137,4.639999866485596,4.449999809265137,4.579999923706055,2.5766923427581787,452500,0.0,0.0
2022-01-13 00:00:00-05:00,4.590000152587891,4.639999866485596,4.420000076293945,4.46999979019165,2.5148067474365234,373700,0.0,0.0
2022-01-14 00:00:00-05:00,4.480000019073486,4.590000152587891,4.429999828338623,4.559999942779541,2.5654404163360596,339600,0.0,0.0
2022-01-11 00:00:00-05:00,4.199999809265137,4.460000038146973,4.159999847412109,4.420000076293945,2.4866771697998047,695900,0.0,0.0
2022-01-12 00:00:00-05:00,4.449999809265137,4.639999866485596,4.449999809265137,4.579999923706055,2.5766921043395996,452500,0.0,0.0
2022-01-13 00:00:00-05:00,4.590000152587891,4.639999866485596,4.420000076293945,4.46999979019165,2.5148065090179443,373700,0.0,0.0
2022-01-14 00:00:00-05:00,4.480000019073486,4.590000152587891,4.429999828338623,4.559999942779541,2.5654401779174805,339600,0.0,0.0
2022-01-17 00:00:00-05:00,4.570000171661377,4.760000228881836,4.519999980926514,4.679999828338623,2.6329519748687744,317900,0.0,0.0
2022-01-18 00:00:00-05:00,4.75,4.78000020980835,4.650000095367432,4.659999847412109,2.6217000484466553,317400,0.0,0.0
2022-01-19 00:00:00-05:00,4.71999979019165,4.730000019073486,4.489999771118164,4.519999980926514,2.5429365634918213,642600,0.0,0.0
2022-01-20 00:00:00-05:00,4.400000095367432,4.639999866485596,4.320000171661377,4.539999961853027,2.5541882514953613,780900,0.0,0.0
2022-01-21 00:00:00-05:00,4.460000038146973,4.579999923706055,4.369999885559082,4.420000076293945,2.4866766929626465,426200,0.0,0.0
2022-01-18 00:00:00-05:00,4.75,4.78000020980835,4.650000095367432,4.659999847412109,2.621699810028076,317400,0.0,0.0
2022-01-19 00:00:00-05:00,4.71999979019165,4.730000019073486,4.489999771118164,4.519999980926514,2.542936325073242,642600,0.0,0.0
2022-01-20 00:00:00-05:00,4.400000095367432,4.639999866485596,4.320000171661377,4.539999961853027,2.5541887283325195,780900,0.0,0.0
2022-01-21 00:00:00-05:00,4.460000038146973,4.579999923706055,4.369999885559082,4.420000076293945,2.4866771697998047,426200,0.0,0.0
2022-01-24 00:00:00-05:00,4.309999942779541,4.400000095367432,4.070000171661377,4.380000114440918,2.4641730785369873,391900,0.0,0.0
2022-01-25 00:00:00-05:00,4.400000095367432,4.639999866485596,4.309999942779541,4.579999923706055,2.5766923427581787,461500,0.0,0.0
2022-01-25 00:00:00-05:00,4.400000095367432,4.639999866485596,4.309999942779541,4.579999923706055,2.5766921043395996,461500,0.0,0.0
2022-01-26 00:00:00-05:00,4.699999809265137,4.75,4.550000190734863,4.570000171661377,2.571066379547119,229400,0.0,0.0
2022-01-27 00:00:00-05:00,4.590000152587891,4.699999809265137,4.429999828338623,4.480000019073486,2.520432710647583,1782700,0.0,0.0
2022-01-28 00:00:00-05:00,4.539999961853027,4.699999809265137,4.53000020980835,4.690000057220459,2.638578176498413,340300,0.0,0.0
2022-01-31 00:00:00-05:00,4.670000076293945,4.960000038146973,4.670000076293945,4.889999866485596,2.7510972023010254,341600,0.0,0.0
2022-01-28 00:00:00-05:00,4.539999961853027,4.699999809265137,4.53000020980835,4.690000057220459,2.638577699661255,340300,0.0,0.0
2022-01-31 00:00:00-05:00,4.670000076293945,4.960000038146973,4.670000076293945,4.889999866485596,2.7510974407196045,341600,0.0,0.0
2022-02-01 00:00:00-05:00,4.900000095367432,4.900000095367432,4.75,4.809999942779541,2.706089496612549,245000,0.0,0.0
2022-02-02 00:00:00-05:00,4.789999961853027,4.880000114440918,4.659999847412109,4.75,2.6723339557647705,335900,0.0,0.0
2022-02-02 00:00:00-05:00,4.789999961853027,4.880000114440918,4.659999847412109,4.75,2.6723337173461914,335900,0.0,0.0
2022-02-03 00:00:00-05:00,4.71999979019165,4.800000190734863,4.579999923706055,4.730000019073486,2.6610817909240723,567100,0.0,0.0
2022-02-04 00:00:00-05:00,4.760000228881836,4.980000019073486,4.760000228881836,4.880000114440918,2.745471239089966,728600,0.0,0.0
2022-02-07 00:00:00-05:00,4.800000190734863,4.849999904632568,4.639999866485596,4.670000076293945,2.627326011657715,509100,0.0,0.0
2022-02-07 00:00:00-05:00,4.800000190734863,4.849999904632568,4.639999866485596,4.670000076293945,2.627326250076294,509100,0.0,0.0
2022-02-08 00:00:00-05:00,4.650000095367432,4.650000095367432,4.360000133514404,4.460000038146973,2.509180784225464,520500,0.0,0.0
2022-02-09 00:00:00-05:00,4.46999979019165,4.619999885559082,4.449999809265137,4.550000190734863,2.559814453125,225400,0.0,0.0
2022-02-10 00:00:00-05:00,4.519999980926514,4.610000133514404,4.449999809265137,4.510000228881836,2.537310838699341,225300,0.0,0.0
2022-02-11 00:00:00-05:00,4.5,4.630000114440918,4.489999771118164,4.630000114440918,2.6048221588134766,380600,0.0,0.0
2022-02-11 00:00:00-05:00,4.5,4.630000114440918,4.489999771118164,4.630000114440918,2.6048223972320557,380600,0.0,0.0
2022-02-14 00:00:00-05:00,4.5,4.550000190734863,4.400000095367432,4.510000228881836,2.537310838699341,507600,0.0,0.0
2022-02-15 00:00:00-05:00,4.420000076293945,4.71999979019165,4.420000076293945,4.690000057220459,2.638578176498413,342800,0.0,0.0
2022-02-16 00:00:00-05:00,4.699999809265137,4.800000190734863,4.539999961853027,4.579999923706055,2.5766923427581787,508700,0.0,0.0
2022-02-15 00:00:00-05:00,4.420000076293945,4.71999979019165,4.420000076293945,4.690000057220459,2.638577699661255,342800,0.0,0.0
2022-02-16 00:00:00-05:00,4.699999809265137,4.800000190734863,4.539999961853027,4.579999923706055,2.5766921043395996,508700,0.0,0.0
2022-02-17 00:00:00-05:00,4.599999904632568,4.659999847412109,4.519999980926514,4.570000171661377,2.571066379547119,309900,0.0,0.0
2022-02-18 00:00:00-05:00,4.510000228881836,4.559999942779541,4.380000114440918,4.420000076293945,2.4866766929626465,191700,0.0,0.0
2022-02-18 00:00:00-05:00,4.510000228881836,4.559999942779541,4.380000114440918,4.420000076293945,2.4866771697998047,191700,0.0,0.0
2022-02-22 00:00:00-05:00,4.460000038146973,4.599999904632568,4.429999828338623,4.53000020980835,2.548562526702881,1063700,0.0,0.0
2022-02-23 00:00:00-05:00,4.590000152587891,4.739999771118164,4.559999942779541,4.679999828338623,2.6329519748687744,256600,0.0,0.0
2022-02-24 00:00:00-05:00,4.699999809265137,4.820000171661377,4.559999942779541,4.670000076293945,2.627326011657715,392200,0.0,0.0
2022-02-25 00:00:00-05:00,4.659999847412109,4.880000114440918,4.630000114440918,4.849999904632568,2.728593111038208,264400,0.0,0.0
2022-02-24 00:00:00-05:00,4.699999809265137,4.820000171661377,4.559999942779541,4.670000076293945,2.627326250076294,392200,0.0,0.0
2022-02-25 00:00:00-05:00,4.659999847412109,4.880000114440918,4.630000114440918,4.849999904632568,2.728593349456787,264400,0.0,0.0
2022-02-28 00:00:00-05:00,4.880000114440918,5.099999904632568,4.869999885559082,5.079999923706055,2.8579905033111572,543200,0.0,0.0
2022-03-01 00:00:00-05:00,5.159999847412109,5.28000020980835,5.03000020980835,5.179999828338623,2.914250135421753,481700,0.0,0.0
2022-03-02 00:00:00-05:00,5.239999771118164,5.309999942779541,5.079999923706055,5.179999828338623,2.914250135421753,232200,0.0,0.0
2022-03-03 00:00:00-05:00,5.21999979019165,5.230000019073486,4.949999809265137,4.96999979019165,2.796105146408081,234500,0.0,0.0
2022-03-04 00:00:00-05:00,5.03000020980835,5.389999866485596,5.03000020980835,5.360000133514404,3.0155177116394043,1110400,0.0,0.0
2022-03-07 00:00:00-05:00,5.570000171661377,5.849999904632568,5.440000057220459,5.650000095367432,3.1786704063415527,738400,0.0,0.0
2022-03-08 00:00:00-05:00,5.829999923706055,5.889999866485596,5.46999979019165,5.679999828338623,3.1955485343933105,733300,0.0,0.0
2022-03-03 00:00:00-05:00,5.21999979019165,5.230000019073486,4.949999809265137,4.96999979019165,2.796104907989502,234500,0.0,0.0
2022-03-04 00:00:00-05:00,5.03000020980835,5.389999866485596,5.03000020980835,5.360000133514404,3.0155179500579834,1110400,0.0,0.0
2022-03-07 00:00:00-05:00,5.570000171661377,5.849999904632568,5.440000057220459,5.650000095367432,3.178670644760132,738400,0.0,0.0
2022-03-08 00:00:00-05:00,5.829999923706055,5.889999866485596,5.46999979019165,5.679999828338623,3.1955482959747314,733300,0.0,0.0
2022-03-09 00:00:00-05:00,5.300000190734863,5.639999866485596,5.199999809265137,5.21999979019165,2.936753749847412,796500,0.0,0.0
2022-03-10 00:00:00-05:00,5.360000133514404,5.449999809265137,5.239999771118164,5.309999942779541,2.9873881340026855,454800,0.0,0.0
2022-03-11 00:00:00-05:00,5.289999961853027,5.329999923706055,5.110000133514404,5.25,2.95363187789917,222100,0.0,0.0
2022-03-14 00:00:00-04:00,5.050000190734863,5.099999904632568,4.559999942779541,4.789999961853027,2.6948373317718506,642400,0.0,0.0
2022-03-10 00:00:00-05:00,5.360000133514404,5.449999809265137,5.239999771118164,5.309999942779541,2.9873876571655273,454800,0.0,0.0
2022-03-11 00:00:00-05:00,5.289999961853027,5.329999923706055,5.110000133514404,5.25,2.953632116317749,222100,0.0,0.0
2022-03-14 00:00:00-04:00,5.050000190734863,5.099999904632568,4.559999942779541,4.789999961853027,2.6948375701904297,642400,0.0,0.0
2022-03-15 00:00:00-04:00,4.53000020980835,4.889999866485596,4.420000076293945,4.610000133514404,2.5935702323913574,594600,0.0,0.0
2022-03-16 00:00:00-04:00,4.579999923706055,4.829999923706055,4.579999923706055,4.679999828338623,2.6329519748687744,583800,0.0,0.0
2022-03-17 00:00:00-04:00,4.789999961853027,4.960000038146973,4.739999771118164,4.800000190734863,2.7004637718200684,654300,0.0,0.0
2022-03-18 00:00:00-04:00,4.71999979019165,4.920000076293945,4.710000038146973,4.71999979019165,2.6554555892944336,284100,0.0,0.0
2022-03-18 00:00:00-04:00,4.71999979019165,4.920000076293945,4.710000038146973,4.71999979019165,2.6554558277130127,284100,0.0,0.0
2022-03-21 00:00:00-04:00,4.829999923706055,5.010000228881836,4.820000171661377,4.980000019073486,2.8017311096191406,344500,0.0,0.0
2022-03-22 00:00:00-04:00,4.96999979019165,4.96999979019165,4.820000171661377,4.940000057220459,2.7792270183563232,374000,0.0,0.0
2022-03-23 00:00:00-04:00,5.010000228881836,5.099999904632568,4.940000057220459,4.940000057220459,2.7792270183563232,535800,0.0,0.0
2022-03-24 00:00:00-04:00,5.0,5.0,4.840000152587891,4.900000095367432,2.756723165512085,385800,0.0,0.0
2022-03-24 00:00:00-04:00,5.0,5.0,4.840000152587891,4.900000095367432,2.756723403930664,385800,0.0,0.0
2022-03-25 00:00:00-04:00,4.849999904632568,5.21999979019165,4.840000152587891,5.179999828338623,2.914250135421753,821200,0.0,0.0
2022-03-28 00:00:00-04:00,4.900000095367432,5.110000133514404,4.900000095367432,5.070000171661377,2.8523647785186768,338100,0.0,0.0
2022-03-29 00:00:00-04:00,4.940000057220459,5.230000019073486,4.809999942779541,5.210000038146973,2.9311282634735107,628200,0.0,0.0
2022-03-29 00:00:00-04:00,4.940000057220459,5.230000019073486,4.809999942779541,5.210000038146973,2.9311280250549316,628200,0.0,0.0
2022-03-30 00:00:00-04:00,5.269999980926514,5.400000095367432,5.269999980926514,5.369999885559082,3.021143674850464,448200,0.0,0.0
2022-03-31 00:00:00-04:00,5.300000190734863,5.409999847412109,5.260000228881836,5.309999942779541,2.9873881340026855,308000,0.0,0.0
2022-03-31 00:00:00-04:00,5.300000190734863,5.409999847412109,5.260000228881836,5.309999942779541,2.9873876571655273,308000,0.0,0.0
2022-04-01 00:00:00-04:00,5.210000038146973,5.400000095367432,5.210000038146973,5.28000020980835,2.9705100059509277,279000,0.0,0.0
2022-04-04 00:00:00-04:00,5.349999904632568,5.429999828338623,5.260000228881836,5.300000190734863,2.9817616939544678,298100,0.0,0.0
2022-04-04 00:00:00-04:00,5.349999904632568,5.429999828338623,5.260000228881836,5.300000190734863,2.981761932373047,298100,0.0,0.0
2022-04-05 00:00:00-04:00,5.329999923706055,5.420000076293945,5.199999809265137,5.21999979019165,2.936753749847412,308800,0.0,0.0
2022-04-06 00:00:00-04:00,5.179999828338623,5.309999942779541,5.090000152587891,5.119999885559082,2.8804941177368164,395100,0.0,0.0
2022-04-06 00:00:00-04:00,5.179999828338623,5.309999942779541,5.090000152587891,5.119999885559082,2.8804943561553955,395100,0.0,0.0
2022-04-07 00:00:00-04:00,5.159999847412109,5.230000019073486,5.03000020980835,5.179999828338623,2.914250135421753,277200,0.0,0.0
2022-04-08 00:00:00-04:00,5.230000019073486,5.400000095367432,5.190000057220459,5.349999904632568,3.0098917484283447,281000,0.0,0.0
2022-04-11 00:00:00-04:00,5.389999866485596,5.389999866485596,5.210000038146973,5.309999942779541,2.9873881340026855,474300,0.0,0.0
2022-04-08 00:00:00-04:00,5.230000019073486,5.400000095367432,5.190000057220459,5.349999904632568,3.0098915100097656,281000,0.0,0.0
2022-04-11 00:00:00-04:00,5.389999866485596,5.389999866485596,5.210000038146973,5.309999942779541,2.9873876571655273,474300,0.0,0.0
2022-04-12 00:00:00-04:00,5.400000095367432,5.5,5.300000190734863,5.329999923706055,2.9986398220062256,440400,0.0,0.0
2022-04-13 00:00:00-04:00,5.400000095367432,5.46999979019165,5.309999942779541,5.360000133514404,3.0155177116394043,553200,0.0,0.0
2022-04-14 00:00:00-04:00,5.369999885559082,5.510000228881836,5.349999904632568,5.429999828338623,3.0548994541168213,399900,0.0,0.0
2022-04-18 00:00:00-04:00,5.460000038146973,5.639999866485596,5.400000095367432,5.550000190734863,3.1224112510681152,412700,0.0,0.0
2022-04-13 00:00:00-04:00,5.400000095367432,5.46999979019165,5.309999942779541,5.360000133514404,3.0155179500579834,553200,0.0,0.0
2022-04-14 00:00:00-04:00,5.369999885559082,5.510000228881836,5.349999904632568,5.429999828338623,3.054899215698242,399900,0.0,0.0
2022-04-18 00:00:00-04:00,5.460000038146973,5.639999866485596,5.400000095367432,5.550000190734863,3.122411012649536,412700,0.0,0.0
2022-04-19 00:00:00-04:00,5.489999771118164,5.489999771118164,5.21999979019165,5.329999923706055,2.9986398220062256,375600,0.0,0.0
2022-04-20 00:00:00-04:00,5.329999923706055,5.400000095367432,5.25,5.28000020980835,2.9705100059509277,245400,0.0,0.0
2022-04-21 00:00:00-04:00,5.289999961853027,5.389999866485596,5.0,5.059999942779541,2.846738576889038,441300,0.0,0.0
2022-04-21 00:00:00-04:00,5.289999961853027,5.389999866485596,5.0,5.059999942779541,2.846738815307617,441300,0.0,0.0
2022-04-22 00:00:00-04:00,5.059999942779541,5.059999942779541,4.820000171661377,4.829999923706055,2.717341423034668,444800,0.0,0.0
2022-04-25 00:00:00-04:00,4.610000133514404,4.800000190734863,4.5,4.739999771118164,2.666707754135132,598100,0.0,0.0
2022-04-25 00:00:00-04:00,4.610000133514404,4.800000190734863,4.5,4.739999771118164,2.6667075157165527,598100,0.0,0.0
2022-04-26 00:00:00-04:00,4.78000020980835,4.929999828338623,4.730000019073486,4.820000171661377,2.7117154598236084,362000,0.0,0.0
2022-04-27 00:00:00-04:00,4.820000171661377,4.909999847412109,4.710000038146973,4.880000114440918,2.745471239089966,306800,0.0,0.0
2022-04-28 00:00:00-04:00,4.920000076293945,4.989999771118164,4.800000190734863,4.949999809265137,2.784853219985962,337000,0.0,0.0
2022-04-28 00:00:00-04:00,4.920000076293945,4.989999771118164,4.800000190734863,4.949999809265137,2.784852981567383,337000,0.0,0.0
2022-04-29 00:00:00-04:00,4.960000038146973,5.0,4.769999980926514,4.820000171661377,2.7117154598236084,312400,0.0,0.0
2022-05-02 00:00:00-04:00,4.710000038146973,4.829999923706055,4.630000114440918,4.730000019073486,2.6610817909240723,438800,0.0,0.0
2022-05-03 00:00:00-04:00,4.710000038146973,5.03000020980835,4.710000038146973,4.96999979019165,2.796105146408081,675000,0.0,0.0
2022-05-03 00:00:00-04:00,4.710000038146973,5.03000020980835,4.710000038146973,4.96999979019165,2.796104907989502,675000,0.0,0.0
2022-05-04 00:00:00-04:00,5.0,5.079999923706055,4.900000095367432,5.050000190734863,2.8411126136779785,1268500,0.0,0.0
2022-05-05 00:00:00-04:00,5.099999904632568,5.150000095367432,4.860000133514404,5.03000020980835,2.8298609256744385,356000,0.0,0.0
2022-05-05 00:00:00-04:00,5.099999904632568,5.150000095367432,4.860000133514404,5.03000020980835,2.8298606872558594,356000,0.0,0.0
2022-05-06 00:00:00-04:00,4.96999979019165,5.139999866485596,4.880000114440918,4.940000057220459,2.7792270183563232,250600,0.0,0.0
2022-05-09 00:00:00-04:00,4.78000020980835,4.78000020980835,4.460000038146973,4.579999923706055,2.5766923427581787,587200,0.0,0.0
2022-05-10 00:00:00-04:00,4.650000095367432,4.75,4.440000057220459,4.539999961853027,2.5541882514953613,359400,0.0,0.0
2022-05-09 00:00:00-04:00,4.78000020980835,4.78000020980835,4.460000038146973,4.579999923706055,2.5766921043395996,587200,0.0,0.0
2022-05-10 00:00:00-04:00,4.650000095367432,4.75,4.440000057220459,4.539999961853027,2.5541887283325195,359400,0.0,0.0
2022-05-11 00:00:00-04:00,4.670000076293945,4.670000076293945,4.21999979019165,4.329999923706055,2.4360432624816895,709200,0.0,0.0
2022-05-12 00:00:00-04:00,4.349999904632568,4.489999771118164,4.25,4.380000114440918,2.4641730785369873,564300,0.0,0.0
2022-05-13 00:00:00-04:00,4.429999828338623,4.840000152587891,4.429999828338623,4.769999980926514,2.6835856437683105,800600,0.0,0.0
2022-05-16 00:00:00-04:00,4.769999980926514,5.010000228881836,4.760000228881836,4.920000076293945,2.767975330352783,430900,0.0,0.0
2022-05-17 00:00:00-04:00,5.0,5.159999847412109,4.989999771118164,5.130000114440918,2.886120319366455,491800,0.0,0.0
2022-05-18 00:00:00-04:00,5.239999771118164,5.28000020980835,4.949999809265137,5.059999942779541,2.846738576889038,526000,0.0,0.0
2022-05-19 00:00:00-04:00,4.940000057220459,5.28000020980835,4.940000057220459,5.230000019073486,2.94238018989563,440200,0.0,0.0
2022-05-20 00:00:00-04:00,5.179999828338623,5.400000095367432,5.179999828338623,5.349999904632568,3.0098917484283447,510600,0.0,0.0
2022-05-24 00:00:00-04:00,5.320000171661377,5.579999923706055,5.300000190734863,5.570000171661377,3.1336631774902344,522100,0.0,0.0
2022-05-25 00:00:00-04:00,5.599999904632568,5.760000228881836,5.550000190734863,5.690000057220459,3.201174736022949,634300,0.0,0.0
2022-05-26 00:00:00-04:00,5.849999904632568,5.849999904632568,5.610000133514404,5.610000133514404,3.1561667919158936,492900,0.0,0.0
2022-05-27 00:00:00-04:00,5.619999885559082,5.78000020980835,5.590000152587891,5.78000020980835,3.2518081665039062,746000,0.0,0.0
2022-05-16 00:00:00-04:00,4.769999980926514,5.010000228881836,4.760000228881836,4.920000076293945,2.767974853515625,430900,0.0,0.0
2022-05-17 00:00:00-04:00,5.0,5.159999847412109,4.989999771118164,5.130000114440918,2.886120557785034,491800,0.0,0.0
2022-05-18 00:00:00-04:00,5.239999771118164,5.28000020980835,4.949999809265137,5.059999942779541,2.846738815307617,526000,0.0,0.0
2022-05-19 00:00:00-04:00,4.940000057220459,5.28000020980835,4.940000057220459,5.230000019073486,2.942380428314209,440200,0.0,0.0
2022-05-20 00:00:00-04:00,5.179999828338623,5.400000095367432,5.179999828338623,5.349999904632568,3.0098915100097656,510600,0.0,0.0
2022-05-24 00:00:00-04:00,5.320000171661377,5.579999923706055,5.300000190734863,5.570000171661377,3.1336629390716553,522100,0.0,0.0
2022-05-25 00:00:00-04:00,5.599999904632568,5.760000228881836,5.550000190734863,5.690000057220459,3.20117449760437,634300,0.0,0.0
2022-05-26 00:00:00-04:00,5.849999904632568,5.849999904632568,5.610000133514404,5.610000133514404,3.1561665534973145,492900,0.0,0.0
2022-05-27 00:00:00-04:00,5.619999885559082,5.78000020980835,5.590000152587891,5.78000020980835,3.251807928085327,746000,0.0,0.0
2022-05-30 00:00:00-04:00,5.840000152587891,6.139999866485596,5.840000152587891,6.139999866485596,3.454342842102051,430100,0.0,0.0
2022-05-31 00:00:00-04:00,6.150000095367432,6.170000076293945,5.710000038146973,5.840000152587891,3.2855641841888428,3694200,0.0,0.0
2022-06-01 00:00:00-04:00,5.96999979019165,6.099999904632568,5.849999904632568,5.949999809265137,3.347449541091919,478200,0.0,0.0
2022-06-02 00:00:00-04:00,5.949999809265137,6.070000171661377,5.860000133514404,6.0,3.375579357147217,243400,0.0,0.0
2022-06-01 00:00:00-04:00,5.96999979019165,6.099999904632568,5.849999904632568,5.949999809265137,3.347449779510498,478200,0.0,0.0
2022-06-02 00:00:00-04:00,5.949999809265137,6.070000171661377,5.860000133514404,6.0,3.375579833984375,243400,0.0,0.0
2022-06-03 00:00:00-04:00,5.960000038146973,6.210000038146973,5.889999866485596,6.190000057220459,3.4824728965759277,758200,0.0,0.0
2022-06-06 00:00:00-04:00,6.300000190734863,6.369999885559082,6.039999961853027,6.369999885559082,3.583740234375,489200,0.0,0.0
2022-06-06 00:00:00-04:00,6.300000190734863,6.369999885559082,6.039999961853027,6.369999885559082,3.583739995956421,489200,0.0,0.0
2022-06-07 00:00:00-04:00,6.369999885559082,6.679999828338623,6.269999980926514,6.570000171661377,3.6962597370147705,647300,0.0,0.0
2022-06-08 00:00:00-04:00,6.699999809265137,6.71999979019165,6.380000114440918,6.460000038146973,3.634373903274536,727300,0.0,0.0
2022-06-09 00:00:00-04:00,6.46999979019165,6.46999979019165,6.28000020980835,6.28000020980835,3.533106565475464,508200,0.0,0.0
2022-06-10 00:00:00-04:00,6.28000020980835,6.309999942779541,6.050000190734863,6.170000076293945,3.4712207317352295,448700,0.0,0.0
2022-06-13 00:00:00-04:00,6.0,6.079999923706055,5.710000038146973,6.070000171661377,3.414961576461792,462500,0.0,0.0
2022-06-14 00:00:00-04:00,6.199999809265137,6.199999809265137,5.670000076293945,5.690000057220459,3.201174736022949,506000,0.0,0.0
2022-06-15 00:00:00-04:00,5.75,5.789999961853027,5.449999809265137,5.519999980926514,3.1055331230163574,632600,0.0,0.0
2022-06-16 00:00:00-04:00,5.260000228881836,5.409999847412109,5.119999885559082,5.130000114440918,2.886120319366455,745300,0.0,0.0
2022-06-17 00:00:00-04:00,5.150000095367432,5.25,4.5,4.599999904632568,2.5879440307617188,2540000,0.0,0.0
2022-06-20 00:00:00-04:00,4.579999923706055,4.739999771118164,4.519999980926514,4.690000057220459,2.638578176498413,273900,0.0,0.0
2022-06-08 00:00:00-04:00,6.699999809265137,6.71999979019165,6.380000114440918,6.460000038146973,3.634373664855957,727300,0.0,0.0
2022-06-09 00:00:00-04:00,6.46999979019165,6.46999979019165,6.28000020980835,6.28000020980835,3.533106803894043,508200,0.0,0.0
2022-06-10 00:00:00-04:00,6.28000020980835,6.309999942779541,6.050000190734863,6.170000076293945,3.4712209701538086,448700,0.0,0.0
2022-06-13 00:00:00-04:00,6.0,6.079999923706055,5.710000038146973,6.070000171661377,3.414961099624634,462500,0.0,0.0
2022-06-14 00:00:00-04:00,6.199999809265137,6.199999809265137,5.670000076293945,5.690000057220459,3.20117449760437,506000,0.0,0.0
2022-06-15 00:00:00-04:00,5.75,5.789999961853027,5.449999809265137,5.519999980926514,3.1055328845977783,632600,0.0,0.0
2022-06-16 00:00:00-04:00,5.260000228881836,5.409999847412109,5.119999885559082,5.130000114440918,2.886120557785034,745300,0.0,0.0
2022-06-17 00:00:00-04:00,5.150000095367432,5.25,4.5,4.599999904632568,2.587944269180298,2540000,0.0,0.0
2022-06-20 00:00:00-04:00,4.579999923706055,4.739999771118164,4.519999980926514,4.690000057220459,2.638577699661255,273900,0.0,0.0
2022-06-21 00:00:00-04:00,4.800000190734863,4.949999809265137,4.710000038146973,4.769999980926514,2.6835856437683105,592700,0.0,0.0
2022-06-22 00:00:00-04:00,4.449999809265137,4.460000038146973,4.300000190734863,4.309999942779541,2.424791097640991,809900,0.0,0.0
2022-06-23 00:00:00-04:00,4.329999923706055,4.389999866485596,3.740000009536743,3.8499999046325684,2.165996789932251,1175400,0.0,0.0
2022-06-23 00:00:00-04:00,4.329999923706055,4.389999866485596,3.740000009536743,3.8499999046325684,2.165996551513672,1175400,0.0,0.0
2022-06-24 00:00:00-04:00,3.9100000858306885,4.170000076293945,3.880000114440918,3.9700000286102295,2.233508348464966,708700,0.0,0.0
2022-06-27 00:00:00-04:00,4.070000171661377,4.159999847412109,3.930000066757202,4.099999904632568,2.3066458702087402,638900,0.0,0.0
2022-06-27 00:00:00-04:00,4.070000171661377,4.159999847412109,3.930000066757202,4.099999904632568,2.306645631790161,638900,0.0,0.0
2022-06-28 00:00:00-04:00,4.199999809265137,4.400000095367432,4.179999828338623,4.309999942779541,2.424791097640991,998100,0.0,0.0
2022-06-29 00:00:00-04:00,4.349999904632568,4.400000095367432,4.090000152587891,4.099999904632568,2.3066458702087402,623400,0.0,0.0
2022-06-29 00:00:00-04:00,4.349999904632568,4.400000095367432,4.090000152587891,4.099999904632568,2.306645631790161,623400,0.0,0.0
2022-06-30 00:00:00-04:00,4.0,4.110000133514404,3.8499999046325684,3.9800000190734863,2.2391343116760254,788400,0.0,0.0
2022-07-04 00:00:00-04:00,4.019999980926514,4.050000190734863,3.890000104904175,4.03000020980835,2.2672643661499023,501500,0.0,0.0
2022-07-05 00:00:00-04:00,3.9000000953674316,3.930000066757202,3.680000066757202,3.799999952316284,2.137866973876953,1068800,0.0,0.0
@@ -130,57 +130,57 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-07-07 00:00:00-04:00,3.640000104904175,3.7899999618530273,3.640000104904175,3.7300000190734863,2.098485231399536,537500,0.0,0.0
2022-07-08 00:00:00-04:00,3.75,3.880000114440918,3.640000104904175,3.799999952316284,2.137866973876953,380000,0.0,0.0
2022-07-11 00:00:00-04:00,3.740000009536743,3.890000104904175,3.640000104904175,3.8299999237060547,2.154744863510132,1113200,0.0,0.0
2022-07-12 00:00:00-04:00,3.7100000381469727,3.7899999618530273,3.5199999809265137,3.5399999618530273,1.9915920495986938,693900,0.0,0.0
2022-07-12 00:00:00-04:00,3.7100000381469727,3.7899999618530273,3.5199999809265137,3.5399999618530273,1.9915918111801147,693900,0.0,0.0
2022-07-13 00:00:00-04:00,3.4600000381469727,3.5799999237060547,3.440000057220459,3.509999990463257,1.974713921546936,537100,0.0,0.0
2022-07-14 00:00:00-04:00,3.380000114440918,3.4600000381469727,3.259999990463257,3.440000057220459,1.9353322982788086,877700,0.0,0.0
2022-07-15 00:00:00-04:00,3.5199999809265137,3.609999895095825,3.390000104904175,3.5299999713897705,1.9859659671783447,565800,0.0,0.0
2022-07-15 00:00:00-04:00,3.5199999809265137,3.609999895095825,3.390000104904175,3.5299999713897705,1.9859658479690552,565800,0.0,0.0
2022-07-18 00:00:00-04:00,3.5799999237060547,3.809999942779541,3.559999942779541,3.7699999809265137,2.1209890842437744,1215000,0.0,0.0
2022-07-19 00:00:00-04:00,3.759999990463257,3.880000114440918,3.740000009536743,3.8499999046325684,2.165996789932251,861800,0.0,0.0
2022-07-19 00:00:00-04:00,3.759999990463257,3.880000114440918,3.740000009536743,3.8499999046325684,2.165996551513672,861800,0.0,0.0
2022-07-20 00:00:00-04:00,3.819999933242798,3.890000104904175,3.7300000190734863,3.859999895095825,2.1716225147247314,397100,0.0,0.0
2022-07-21 00:00:00-04:00,3.740000009536743,3.799999952316284,3.619999885559082,3.7100000381469727,2.087233304977417,481600,0.0,0.0
2022-07-22 00:00:00-04:00,3.740000009536743,3.7899999618530273,3.630000114440918,3.630000114440918,2.0422255992889404,547400,0.0,0.0
2022-07-25 00:00:00-04:00,3.6500000953674316,3.890000104904175,3.609999895095825,3.8399999141693115,2.1603708267211914,617400,0.0,0.0
2022-07-26 00:00:00-04:00,3.9000000953674316,3.9800000190734863,3.7899999618530273,3.869999885559082,2.17724871635437,538400,0.0,0.0
2022-07-27 00:00:00-04:00,3.8499999046325684,4.03000020980835,3.8499999046325684,4.0,2.2503862380981445,607300,0.0,0.0
2022-07-28 00:00:00-04:00,4.059999942779541,4.190000057220459,4.019999980926514,4.090000152587891,2.3010201454162598,850200,0.0,0.0
2022-07-29 00:00:00-04:00,4.190000057220459,4.369999885559082,4.130000114440918,4.289999961853027,2.413539171218872,953100,0.0,0.0
2022-08-02 00:00:00-04:00,4.239999771118164,4.239999771118164,4.03000020980835,4.059999942779541,2.284142017364502,471000,0.0,0.0
2022-08-03 00:00:00-04:00,4.090000152587891,4.110000133514404,3.8399999141693115,3.930000066757202,2.2110044956207275,677200,0.0,0.0
2022-07-28 00:00:00-04:00,4.059999942779541,4.190000057220459,4.019999980926514,4.090000152587891,2.3010199069976807,850200,0.0,0.0
2022-07-29 00:00:00-04:00,4.190000057220459,4.369999885559082,4.130000114440918,4.289999961853027,2.413539409637451,953100,0.0,0.0
2022-08-02 00:00:00-04:00,4.239999771118164,4.239999771118164,4.03000020980835,4.059999942779541,2.284141778945923,471000,0.0,0.0
2022-08-03 00:00:00-04:00,4.090000152587891,4.110000133514404,3.8399999141693115,3.930000066757202,2.2110047340393066,677200,0.0,0.0
2022-08-04 00:00:00-04:00,3.859999895095825,3.880000114440918,3.680000066757202,3.680000066757202,2.0703554153442383,809500,0.0,0.0
2022-08-05 00:00:00-04:00,3.609999895095825,3.890000104904175,3.609999895095825,3.8499999046325684,2.165996789932251,380700,0.0,0.0
2022-08-05 00:00:00-04:00,3.609999895095825,3.890000104904175,3.609999895095825,3.8499999046325684,2.165996551513672,380700,0.0,0.0
2022-08-08 00:00:00-04:00,3.799999952316284,3.940000057220459,3.759999990463257,3.940000057220459,2.216630458831787,429300,0.0,0.0
2022-08-09 00:00:00-04:00,4.0,4.03000020980835,3.950000047683716,4.010000228881836,2.256012439727783,328300,0.0,0.0
2022-08-09 00:00:00-04:00,4.0,4.03000020980835,3.950000047683716,4.010000228881836,2.256012201309204,328300,0.0,0.0
2022-08-10 00:00:00-04:00,4.039999961853027,4.039999961853027,3.9000000953674316,3.990000009536743,2.244760513305664,848100,0.0,0.0
2022-08-11 00:00:00-04:00,4.03000020980835,4.190000057220459,3.990000009536743,4.159999847412109,2.3404016494750977,4875600,0.0,0.0
2022-08-11 00:00:00-04:00,4.03000020980835,4.190000057220459,3.990000009536743,4.159999847412109,2.3404018878936768,4875600,0.0,0.0
2022-08-12 00:00:00-04:00,4.150000095367432,4.420000076293945,4.110000133514404,4.300000190734863,2.4191653728485107,1629200,0.0,0.0
2022-08-15 00:00:00-04:00,4.110000133514404,4.369999885559082,4.03000020980835,4.300000190734863,2.4191653728485107,712300,0.0,0.0
2022-08-16 00:00:00-04:00,4.369999885559082,4.489999771118164,4.21999979019165,4.289999961853027,2.413539171218872,596600,0.0,0.0
2022-08-17 00:00:00-04:00,4.269999980926514,4.389999866485596,4.21999979019165,4.28000020980835,2.4079134464263916,404100,0.0,0.0
2022-08-16 00:00:00-04:00,4.369999885559082,4.489999771118164,4.21999979019165,4.289999961853027,2.413539409637451,596600,0.0,0.0
2022-08-17 00:00:00-04:00,4.269999980926514,4.389999866485596,4.21999979019165,4.28000020980835,2.4079136848449707,404100,0.0,0.0
2022-08-18 00:00:00-04:00,4.349999904632568,4.639999866485596,4.349999904632568,4.550000190734863,2.559814453125,1213700,0.0,0.0
2022-08-19 00:00:00-04:00,4.610000133514404,4.650000095367432,4.489999771118164,4.5,2.531684637069702,348900,0.0,0.0
2022-08-22 00:00:00-04:00,4.460000038146973,4.519999980926514,4.349999904632568,4.510000228881836,2.537310838699341,589300,0.0,0.0
2022-08-23 00:00:00-04:00,4.550000190734863,4.78000020980835,4.550000190734863,4.699999809265137,2.6442039012908936,526400,0.0,0.0
2022-08-24 00:00:00-04:00,4.730000019073486,4.960000038146973,4.730000019073486,4.929999828338623,2.7736008167266846,472800,0.0,0.0
2022-08-25 00:00:00-04:00,4.96999979019165,5.090000152587891,4.960000038146973,5.059999942779541,2.846738576889038,453900,0.0,0.0
2022-08-23 00:00:00-04:00,4.550000190734863,4.78000020980835,4.550000190734863,4.699999809265137,2.6442036628723145,526400,0.0,0.0
2022-08-24 00:00:00-04:00,4.730000019073486,4.960000038146973,4.730000019073486,4.929999828338623,2.7736010551452637,472800,0.0,0.0
2022-08-25 00:00:00-04:00,4.96999979019165,5.090000152587891,4.960000038146973,5.059999942779541,2.846738815307617,453900,0.0,0.0
2022-08-26 00:00:00-04:00,5.059999942779541,5.170000076293945,5.010000228881836,5.010000228881836,2.8186089992523193,342300,0.0,0.0
2022-08-29 00:00:00-04:00,4.949999809265137,5.199999809265137,4.909999847412109,5.130000114440918,2.886120319366455,319600,0.0,0.0
2022-08-29 00:00:00-04:00,4.949999809265137,5.199999809265137,4.909999847412109,5.130000114440918,2.886120557785034,319600,0.0,0.0
2022-08-30 00:00:00-04:00,5.070000171661377,5.070000171661377,4.900000095367432,4.940000057220459,2.7792270183563232,335300,0.0,0.0
2022-08-31 00:00:00-04:00,4.849999904632568,5.050000190734863,4.78000020980835,4.880000114440918,2.745471239089966,517200,0.0,0.0
2022-09-01 00:00:00-04:00,4.880000114440918,4.880000114440918,4.570000171661377,4.619999885559082,2.599195957183838,587000,0.0,0.0
2022-09-02 00:00:00-04:00,4.840000152587891,4.869999885559082,4.690000057220459,4.699999809265137,2.6442039012908936,392000,0.0,0.0
2022-09-06 00:00:00-04:00,4.800000190734863,4.860000133514404,4.579999923706055,4.670000076293945,2.627326011657715,545600,0.0,0.0
2022-09-07 00:00:00-04:00,4.539999961853027,4.559999942779541,4.400000095367432,4.449999809265137,2.503554582595825,412100,0.0,0.0
2022-09-02 00:00:00-04:00,4.840000152587891,4.869999885559082,4.690000057220459,4.699999809265137,2.6442036628723145,392000,0.0,0.0
2022-09-06 00:00:00-04:00,4.800000190734863,4.860000133514404,4.579999923706055,4.670000076293945,2.627326250076294,545600,0.0,0.0
2022-09-07 00:00:00-04:00,4.539999961853027,4.559999942779541,4.400000095367432,4.449999809265137,2.503554344177246,412100,0.0,0.0
2022-09-08 00:00:00-04:00,4.449999809265137,4.539999961853027,4.409999847412109,4.480000019073486,2.520432710647583,369200,0.0,0.0
2022-09-09 00:00:00-04:00,4.559999942779541,4.809999942779541,4.559999942779541,4.78000020980835,2.689211845397949,513000,0.0,0.0
2022-09-12 00:00:00-04:00,4.789999961853027,4.880000114440918,4.739999771118164,4.829999923706055,2.717341423034668,285000,0.0,0.0
2022-09-13 00:00:00-04:00,4.800000190734863,4.849999904632568,4.71999979019165,4.760000228881836,2.67795991897583,225800,0.0,0.0
2022-09-14 00:00:00-04:00,4.809999942779541,4.989999771118164,4.78000020980835,4.869999885559082,2.7398452758789062,1021100,0.0,0.0
2022-09-15 00:00:00-04:00,4.809999942779541,4.920000076293945,4.739999771118164,4.75,2.6723339557647705,352500,0.0,0.0
2022-09-16 00:00:00-04:00,4.730000019073486,4.730000019073486,4.550000190734863,4.659999847412109,2.6217000484466553,702500,0.0,0.0
2022-09-14 00:00:00-04:00,4.809999942779541,4.989999771118164,4.78000020980835,4.869999885559082,2.739845037460327,1021100,0.0,0.0
2022-09-15 00:00:00-04:00,4.809999942779541,4.920000076293945,4.739999771118164,4.75,2.6723337173461914,352500,0.0,0.0
2022-09-16 00:00:00-04:00,4.730000019073486,4.730000019073486,4.550000190734863,4.659999847412109,2.621699810028076,702500,0.0,0.0
2022-09-19 00:00:00-04:00,4.5,4.659999847412109,4.389999866485596,4.639999866485596,2.610448122024536,537500,0.0,0.0
2022-09-20 00:00:00-04:00,4.639999866485596,4.639999866485596,4.429999828338623,4.480000019073486,2.520432710647583,400900,0.0,0.0
2022-09-21 00:00:00-04:00,4.519999980926514,4.559999942779541,4.309999942779541,4.320000171661377,2.430417537689209,364600,0.0,0.0
2022-09-22 00:00:00-04:00,4.389999866485596,4.449999809265137,4.099999904632568,4.130000114440918,2.323523759841919,515800,0.0,0.0
2022-09-21 00:00:00-04:00,4.519999980926514,4.559999942779541,4.309999942779541,4.320000171661377,2.430417060852051,364600,0.0,0.0
2022-09-22 00:00:00-04:00,4.389999866485596,4.449999809265137,4.099999904632568,4.130000114440918,2.323523998260498,515800,0.0,0.0
2022-09-23 00:00:00-04:00,4.0,4.0,3.5999999046325684,3.700000047683716,2.0816073417663574,960400,0.0,0.0
2022-09-26 00:00:00-04:00,3.690000057220459,3.75,3.3299999237060547,3.369999885559082,1.895950436592102,683500,0.0,0.0
2022-09-27 00:00:00-04:00,3.440000057220459,3.4700000286102295,3.3399999141693115,3.380000114440918,1.9015765190124512,931200,0.0,0.0
@@ -188,243 +188,243 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-09-29 00:00:00-04:00,3.5899999141693115,3.75,3.4800000190734863,3.740000009536743,2.1041111946105957,640300,0.0,0.0
2022-09-30 00:00:00-04:00,3.6700000762939453,3.7699999809265137,3.569999933242798,3.700000047683716,2.0816073417663574,536300,0.0,0.0
2022-10-03 00:00:00-04:00,3.809999942779541,3.940000057220459,3.7699999809265137,3.9000000953674316,2.194126844406128,656400,0.0,0.0
2022-10-04 00:00:00-04:00,3.9800000190734863,4.119999885559082,3.9800000190734863,4.010000228881836,2.256012439727783,638800,0.0,0.0
2022-10-05 00:00:00-04:00,4.019999980926514,4.269999980926514,3.990000009536743,4.170000076293945,2.3460276126861572,615400,0.0,0.0
2022-10-04 00:00:00-04:00,3.9800000190734863,4.119999885559082,3.9800000190734863,4.010000228881836,2.256012201309204,638800,0.0,0.0
2022-10-05 00:00:00-04:00,4.019999980926514,4.269999980926514,3.990000009536743,4.170000076293945,2.3460278511047363,615400,0.0,0.0
2022-10-06 00:00:00-04:00,4.139999866485596,4.409999847412109,4.139999866485596,4.380000114440918,2.4641730785369873,418100,0.0,0.0
2022-10-07 00:00:00-04:00,4.360000133514404,4.440000057220459,4.21999979019165,4.269999980926514,2.402287483215332,673400,0.0,0.0
2022-10-07 00:00:00-04:00,4.360000133514404,4.440000057220459,4.21999979019165,4.269999980926514,2.402287244796753,673400,0.0,0.0
2022-10-11 00:00:00-04:00,4.090000152587891,4.099999904632568,3.859999895095825,3.990000009536743,2.244760513305664,307800,0.0,0.0
2022-10-12 00:00:00-04:00,3.940000057220459,3.9800000190734863,3.8399999141693115,3.9700000286102295,2.233508348464966,371100,0.0,0.0
2022-10-13 00:00:00-04:00,3.9100000858306885,4.099999904632568,3.9100000858306885,4.039999961853027,2.272890090942383,625900,0.0,0.0
2022-10-13 00:00:00-04:00,3.9100000858306885,4.099999904632568,3.9100000858306885,4.039999961853027,2.272890329360962,625900,0.0,0.0
2022-10-14 00:00:00-04:00,4.010000228881836,4.070000171661377,3.8299999237060547,3.8399999141693115,2.1603708267211914,353500,0.0,0.0
2022-10-17 00:00:00-04:00,3.890000104904175,3.9700000286102295,3.8499999046325684,3.9000000953674316,2.194126844406128,546400,0.0,0.0
2022-10-18 00:00:00-04:00,3.930000066757202,3.990000009536743,3.8299999237060547,3.9100000858306885,2.1997525691986084,377200,0.0,0.0
2022-10-18 00:00:00-04:00,3.930000066757202,3.990000009536743,3.8299999237060547,3.9100000858306885,2.1997528076171875,377200,0.0,0.0
2022-10-19 00:00:00-04:00,3.9000000953674316,4.0,3.869999885559082,3.990000009536743,2.244760513305664,379500,0.0,0.0
2022-10-20 00:00:00-04:00,4.0,4.130000114440918,3.9600000381469727,3.990000009536743,2.244760513305664,453900,0.0,0.0
2022-10-21 00:00:00-04:00,3.9800000190734863,4.039999961853027,3.930000066757202,3.950000047683716,2.2222564220428467,396900,0.0,0.0
2022-10-21 00:00:00-04:00,3.9800000190734863,4.039999961853027,3.930000066757202,3.950000047683716,2.222256660461426,396900,0.0,0.0
2022-10-24 00:00:00-04:00,3.9800000190734863,4.059999942779541,3.9100000858306885,4.0,2.2503862380981445,496100,0.0,0.0
2022-10-25 00:00:00-04:00,3.9700000286102295,4.079999923706055,3.9700000286102295,4.059999942779541,2.284142017364502,532500,0.0,0.0
2022-10-25 00:00:00-04:00,3.9700000286102295,4.079999923706055,3.9700000286102295,4.059999942779541,2.284141778945923,532500,0.0,0.0
2022-10-26 00:00:00-04:00,4.050000190734863,4.230000019073486,4.050000190734863,4.210000038146973,2.3685317039489746,877200,0.0,0.0
2022-10-27 00:00:00-04:00,4.21999979019165,4.300000190734863,4.130000114440918,4.170000076293945,2.3460276126861572,474000,0.0,0.0
2022-10-28 00:00:00-04:00,4.119999885559082,4.199999809265137,4.03000020980835,4.070000171661377,2.2897682189941406,363900,0.0,0.0
2022-10-31 00:00:00-04:00,4.010000228881836,4.230000019073486,4.010000228881836,4.110000133514404,2.3122718334198,628500,0.0,0.0
2022-10-27 00:00:00-04:00,4.21999979019165,4.300000190734863,4.130000114440918,4.170000076293945,2.3460278511047363,474000,0.0,0.0
2022-10-28 00:00:00-04:00,4.119999885559082,4.199999809265137,4.03000020980835,4.070000171661377,2.2897684574127197,363900,0.0,0.0
2022-10-31 00:00:00-04:00,4.010000228881836,4.230000019073486,4.010000228881836,4.110000133514404,2.312272071838379,628500,0.0,0.0
2022-11-01 00:00:00-04:00,4.230000019073486,4.25,4.139999866485596,4.179999828338623,2.351653575897217,319700,0.0,0.0
2022-11-02 00:00:00-04:00,4.170000076293945,4.340000152587891,4.110000133514404,4.21999979019165,2.374157428741455,481300,0.0,0.0
2022-11-03 00:00:00-04:00,4.190000057220459,4.340000152587891,4.179999828338623,4.289999961853027,2.413539171218872,279400,0.0,0.0
2022-11-03 00:00:00-04:00,4.190000057220459,4.340000152587891,4.179999828338623,4.289999961853027,2.413539409637451,279400,0.0,0.0
2022-11-04 00:00:00-04:00,4.360000133514404,4.590000152587891,4.340000152587891,4.550000190734863,2.559814453125,741800,0.0,0.0
2022-11-07 00:00:00-05:00,4.559999942779541,4.599999904632568,4.5,4.579999923706055,2.5766923427581787,366700,0.0,0.0
2022-11-07 00:00:00-05:00,4.559999942779541,4.599999904632568,4.5,4.579999923706055,2.5766921043395996,366700,0.0,0.0
2022-11-08 00:00:00-05:00,4.590000152587891,4.599999904632568,4.460000038146973,4.510000228881836,2.537310838699341,426500,0.0,0.0
2022-11-09 00:00:00-05:00,4.099999904632568,4.130000114440918,3.509999990463257,3.5799999237060547,2.0140955448150635,3261400,0.0,0.0
2022-11-10 00:00:00-05:00,3.609999895095825,3.609999895095825,3.240000009536743,3.5199999809265137,1.9803398847579956,2489900,0.0,0.0
2022-11-11 00:00:00-05:00,3.549999952316284,3.549999952316284,3.369999885559082,3.4800000190734863,1.9578360319137573,1531900,0.0,0.0
2022-11-14 00:00:00-05:00,3.4100000858306885,3.619999885559082,3.380000114440918,3.5199999809265137,1.9803398847579956,1636500,0.0,0.0
2022-11-15 00:00:00-05:00,3.549999952316284,3.6500000953674316,3.509999990463257,3.619999885559082,2.036599636077881,613200,0.0,0.0
2022-11-16 00:00:00-05:00,3.619999885559082,3.619999885559082,3.440000057220459,3.450000047683716,1.9409581422805786,1095300,0.0,0.0
2022-11-17 00:00:00-05:00,3.4200000762939453,3.4200000762939453,3.2200000286102295,3.359999895095825,1.890324592590332,1058500,0.0,0.0
2022-11-10 00:00:00-05:00,3.609999895095825,3.609999895095825,3.240000009536743,3.5199999809265137,1.9803401231765747,2489900,0.0,0.0
2022-11-11 00:00:00-05:00,3.549999952316284,3.549999952316284,3.369999885559082,3.4800000190734863,1.9578361511230469,1531900,0.0,0.0
2022-11-14 00:00:00-05:00,3.4100000858306885,3.619999885559082,3.380000114440918,3.5199999809265137,1.9803401231765747,1636500,0.0,0.0
2022-11-15 00:00:00-05:00,3.549999952316284,3.6500000953674316,3.509999990463257,3.619999885559082,2.0365993976593018,613200,0.0,0.0
2022-11-16 00:00:00-05:00,3.619999885559082,3.619999885559082,3.440000057220459,3.450000047683716,1.940958023071289,1095300,0.0,0.0
2022-11-17 00:00:00-05:00,3.4200000762939453,3.4200000762939453,3.2200000286102295,3.359999895095825,1.890324354171753,1058500,0.0,0.0
2022-11-18 00:00:00-05:00,3.299999952316284,3.3499999046325684,3.2300000190734863,3.3299999237060547,1.8734464645385742,1005000,0.0,0.0
2022-11-21 00:00:00-05:00,3.2899999618530273,3.3299999237060547,3.130000114440918,3.2899999618530273,1.8509427309036255,1701700,0.0,0.0
2022-11-22 00:00:00-05:00,3.309999942779541,3.450000047683716,3.309999942779541,3.4100000858306885,1.9184544086456299,668000,0.0,0.0
2022-11-23 00:00:00-05:00,3.3399999141693115,3.559999942779541,3.299999952316284,3.4600000381469727,1.9465841054916382,626600,0.0,0.0
2022-11-22 00:00:00-05:00,3.309999942779541,3.450000047683716,3.309999942779541,3.4100000858306885,1.9184542894363403,668000,0.0,0.0
2022-11-23 00:00:00-05:00,3.3399999141693115,3.559999942779541,3.299999952316284,3.4600000381469727,1.9465842247009277,626600,0.0,0.0
2022-11-24 00:00:00-05:00,3.450000047683716,3.4600000381469727,3.380000114440918,3.430000066757202,1.9297062158584595,213400,0.0,0.0
2022-11-25 00:00:00-05:00,3.450000047683716,3.4800000190734863,3.369999885559082,3.380000114440918,1.9015765190124512,404100,0.0,0.0
2022-11-28 00:00:00-05:00,3.309999942779541,3.359999895095825,3.259999990463257,3.299999952316284,1.8565688133239746,472800,0.0,0.0
2022-11-28 00:00:00-05:00,3.309999942779541,3.359999895095825,3.259999990463257,3.299999952316284,1.8565685749053955,472800,0.0,0.0
2022-11-29 00:00:00-05:00,3.3299999237060547,3.4800000190734863,3.309999942779541,3.4000000953674316,1.9128283262252808,782700,0.0,0.0
2022-11-30 00:00:00-05:00,3.5899999141693115,3.5899999141693115,3.4000000953674316,3.4000000953674316,1.9128283262252808,1510300,0.0,0.0
2022-12-01 00:00:00-05:00,3.4600000381469727,3.549999952316284,3.359999895095825,3.369999885559082,1.895950436592102,570700,0.0,0.0
2022-12-02 00:00:00-05:00,3.369999885559082,3.450000047683716,3.3299999237060547,3.3499999046325684,1.8846986293792725,319600,0.0,0.0
2022-12-05 00:00:00-05:00,3.4000000953674316,3.4700000286102295,3.259999990463257,3.299999952316284,1.8565688133239746,1100300,0.0,0.0
2022-12-05 00:00:00-05:00,3.4000000953674316,3.4700000286102295,3.259999990463257,3.299999952316284,1.8565685749053955,1100300,0.0,0.0
2022-12-06 00:00:00-05:00,3.2899999618530273,3.3499999046325684,3.0799999237060547,3.0799999237060547,1.732797384262085,1268000,0.0,0.0
2022-12-07 00:00:00-05:00,3.0799999237060547,3.180000066757202,2.9800000190734863,3.0899999141693115,1.738423466682434,769100,0.0,0.0
2022-12-08 00:00:00-05:00,3.190000057220459,3.190000057220459,2.990000009536743,3.0299999713897705,1.7046674489974976,618300,0.0,0.0
2022-12-08 00:00:00-05:00,3.190000057220459,3.190000057220459,2.990000009536743,3.0299999713897705,1.7046676874160767,618300,0.0,0.0
2022-12-09 00:00:00-05:00,3.0199999809265137,3.059999942779541,2.950000047683716,3.059999942779541,1.7215455770492554,779100,0.0,0.0
2022-12-12 00:00:00-05:00,3.059999942779541,3.0899999141693115,2.950000047683716,2.9700000286102295,1.6709117889404297,1015200,0.0,0.0
2022-12-13 00:00:00-05:00,3.059999942779541,3.130000114440918,2.930000066757202,3.049999952316284,1.7159194946289062,1585100,0.0,0.0
2022-12-12 00:00:00-05:00,3.059999942779541,3.0899999141693115,2.950000047683716,2.9700000286102295,1.6709119081497192,1015200,0.0,0.0
2022-12-13 00:00:00-05:00,3.059999942779541,3.130000114440918,2.930000066757202,3.049999952316284,1.7159196138381958,1585100,0.0,0.0
2022-12-14 00:00:00-05:00,3.0799999237060547,3.119999885559082,3.009999990463257,3.0999999046325684,1.744049310684204,508600,0.0,0.0
2022-12-15 00:00:00-05:00,3.049999952316284,3.0799999237060547,2.9700000286102295,3.0799999237060547,1.732797384262085,802900,0.0,0.0
2022-12-16 00:00:00-05:00,3.009999990463257,3.0299999713897705,2.890000104904175,2.940000057220459,1.6540340185165405,1059300,0.0,0.0
2022-12-19 00:00:00-05:00,2.9100000858306885,2.930000066757202,2.680000066757202,2.740000009536743,1.5415146350860596,2117800,0.0,0.0
2022-12-20 00:00:00-05:00,2.740000009536743,2.859999895095825,2.7100000381469727,2.8299999237060547,1.5921483039855957,988400,0.0,0.0
2022-12-21 00:00:00-05:00,2.8399999141693115,3.059999942779541,2.8399999141693115,3.0299999713897705,1.7046674489974976,796100,0.0,0.0
2022-12-20 00:00:00-05:00,2.740000009536743,2.859999895095825,2.7100000381469727,2.8299999237060547,1.5921484231948853,988400,0.0,0.0
2022-12-21 00:00:00-05:00,2.8399999141693115,3.059999942779541,2.8399999141693115,3.0299999713897705,1.7046676874160767,796100,0.0,0.0
2022-12-22 00:00:00-05:00,3.049999952316284,3.059999942779541,2.890000104904175,2.9200000762939453,1.6427820920944214,1115000,0.0,0.0
2022-12-23 00:00:00-05:00,2.9700000286102295,3.190000057220459,2.950000047683716,3.1700000762939453,1.7834311723709106,1357700,0.0,0.0
2022-12-28 00:00:00-05:00,3.109999895095825,3.119999885559082,2.9200000762939453,2.940000057220459,1.6540340185165405,1075500,0.0,0.0
2022-12-29 00:00:00-05:00,2.9200000762939453,3.009999990463257,2.9200000762939453,2.990000009536743,1.6821637153625488,471300,0.0,0.0
2022-12-30 00:00:00-05:00,2.9600000381469727,3.0299999713897705,2.9600000381469727,3.0,1.6877896785736084,573100,0.0,0.0
2022-12-30 00:00:00-05:00,2.9600000381469727,3.0299999713897705,2.9600000381469727,3.0,1.6877899169921875,573100,0.0,0.0
2023-01-03 00:00:00-05:00,2.9700000286102295,3.0,2.75,2.7699999809265137,1.5583925247192383,766300,0.0,0.0
2023-01-04 00:00:00-05:00,2.7699999809265137,2.7799999713897705,2.680000066757202,2.7100000381469727,1.5246367454528809,735100,0.0,0.0
2023-01-05 00:00:00-05:00,2.690000057220459,2.7699999809265137,2.680000066757202,2.7100000381469727,1.5246367454528809,716200,0.0,0.0
2023-01-06 00:00:00-05:00,2.7300000190734863,2.809999942779541,2.7300000190734863,2.799999952316284,1.5752702951431274,333100,0.0,0.0
2023-01-06 00:00:00-05:00,2.7300000190734863,2.809999942779541,2.7300000190734863,2.799999952316284,1.575270414352417,333100,0.0,0.0
2023-01-09 00:00:00-05:00,2.859999895095825,2.950000047683716,2.819999933242798,2.880000114440918,1.620278239250183,491400,0.0,0.0
2023-01-10 00:00:00-05:00,2.859999895095825,2.9100000858306885,2.809999942779541,2.890000104904175,1.6259040832519531,418900,0.0,0.0
2023-01-10 00:00:00-05:00,2.859999895095825,2.9100000858306885,2.809999942779541,2.890000104904175,1.6259039640426636,418900,0.0,0.0
2023-01-11 00:00:00-05:00,2.890000104904175,2.990000009536743,2.890000104904175,2.9200000762939453,1.6427820920944214,808900,0.0,0.0
2023-01-12 00:00:00-05:00,2.9700000286102295,3.0799999237060547,2.950000047683716,3.0399999618530273,1.7102934122085571,900700,0.0,0.0
2023-01-13 00:00:00-05:00,3.0399999618530273,3.0999999046325684,2.9800000190734863,3.0299999713897705,1.7046674489974976,625000,0.0,0.0
2023-01-16 00:00:00-05:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,1.6934157609939575,360400,0.0,0.0
2023-01-13 00:00:00-05:00,3.0399999618530273,3.0999999046325684,2.9800000190734863,3.0299999713897705,1.7046676874160767,625000,0.0,0.0
2023-01-16 00:00:00-05:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,1.693415641784668,360400,0.0,0.0
2023-01-17 00:00:00-05:00,3.059999942779541,3.1700000762939453,3.0,3.1500000953674316,1.7721792459487915,699200,0.0,0.0
2023-01-18 00:00:00-05:00,3.190000057220459,3.2899999618530273,3.130000114440918,3.130000114440918,1.760927438735962,707500,0.0,0.0
2023-01-19 00:00:00-05:00,3.130000114440918,3.140000104904175,3.0299999713897705,3.119999885559082,1.7553013563156128,291600,0.0,0.0
2023-01-20 00:00:00-05:00,3.109999895095825,3.1600000858306885,3.0799999237060547,3.119999885559082,1.7553013563156128,191000,0.0,0.0
2023-01-23 00:00:00-05:00,3.140000104904175,3.180000066757202,3.069999933242798,3.109999895095825,1.7496753931045532,329700,0.0,0.0
2023-01-24 00:00:00-05:00,3.059999942779541,3.0899999141693115,3.009999990463257,3.0199999809265137,1.6990416049957275,496300,0.0,0.0
2023-01-25 00:00:00-05:00,3.009999990463257,3.049999952316284,2.930000066757202,3.049999952316284,1.7159194946289062,415700,0.0,0.0
2023-01-19 00:00:00-05:00,3.130000114440918,3.140000104904175,3.0299999713897705,3.119999885559082,1.7553012371063232,291600,0.0,0.0
2023-01-20 00:00:00-05:00,3.109999895095825,3.1600000858306885,3.0799999237060547,3.119999885559082,1.7553012371063232,191000,0.0,0.0
2023-01-23 00:00:00-05:00,3.140000104904175,3.180000066757202,3.069999933242798,3.109999895095825,1.7496752738952637,329700,0.0,0.0
2023-01-24 00:00:00-05:00,3.059999942779541,3.0899999141693115,3.009999990463257,3.0199999809265137,1.699041724205017,496300,0.0,0.0
2023-01-25 00:00:00-05:00,3.009999990463257,3.049999952316284,2.930000066757202,3.049999952316284,1.7159196138381958,415700,0.0,0.0
2023-01-26 00:00:00-05:00,3.049999952316284,3.0899999141693115,2.990000009536743,3.0399999618530273,1.7102934122085571,243700,0.0,0.0
2023-01-27 00:00:00-05:00,3.0299999713897705,3.069999933242798,2.9600000381469727,3.0199999809265137,1.6990416049957275,432400,0.0,0.0
2023-01-30 00:00:00-05:00,2.9800000190734863,2.9800000190734863,2.869999885559082,2.890000104904175,1.6259040832519531,427200,0.0,0.0
2023-01-31 00:00:00-05:00,2.859999895095825,2.9600000381469727,2.809999942779541,2.9600000381469727,1.6652858257293701,428900,0.0,0.0
2023-01-27 00:00:00-05:00,3.0299999713897705,3.069999933242798,2.9600000381469727,3.0199999809265137,1.699041724205017,432400,0.0,0.0
2023-01-30 00:00:00-05:00,2.9800000190734863,2.9800000190734863,2.869999885559082,2.890000104904175,1.6259039640426636,427200,0.0,0.0
2023-01-31 00:00:00-05:00,2.859999895095825,2.9600000381469727,2.809999942779541,2.9600000381469727,1.6652859449386597,428900,0.0,0.0
2023-02-01 00:00:00-05:00,2.9600000381469727,3.0,2.880000114440918,2.940000057220459,1.6540340185165405,800000,0.0,0.0
2023-02-02 00:00:00-05:00,2.9700000286102295,2.9700000286102295,2.8499999046325684,2.880000114440918,1.620278239250183,552400,0.0,0.0
2023-02-03 00:00:00-05:00,2.869999885559082,2.950000047683716,2.859999895095825,2.9000000953674316,1.6315300464630127,468600,0.0,0.0
2023-02-06 00:00:00-05:00,2.9000000953674316,2.9200000762939453,2.8299999237060547,2.8399999141693115,1.5977742671966553,214400,0.0,0.0
2023-02-06 00:00:00-05:00,2.9000000953674316,2.9200000762939453,2.8299999237060547,2.8399999141693115,1.5977741479873657,214400,0.0,0.0
2023-02-07 00:00:00-05:00,2.869999885559082,3.0899999141693115,2.859999895095825,3.0899999141693115,1.738423466682434,736000,0.0,0.0
2023-02-08 00:00:00-05:00,3.0999999046325684,3.109999895095825,3.0,3.0,1.6877896785736084,293100,0.0,0.0
2023-02-09 00:00:00-05:00,2.9700000286102295,3.0399999618530273,2.9700000286102295,3.0199999809265137,1.6990416049957275,290000,0.0,0.0
2023-02-10 00:00:00-05:00,3.009999990463257,3.0899999141693115,3.009999990463257,3.049999952316284,1.7159194946289062,319600,0.0,0.0
2023-02-13 00:00:00-05:00,3.0899999141693115,3.0899999141693115,2.9700000286102295,3.0,1.6877896785736084,494600,0.0,0.0
2023-02-14 00:00:00-05:00,2.990000009536743,3.009999990463257,2.950000047683716,3.0,1.6877896785736084,354700,0.0,0.0
2023-02-15 00:00:00-05:00,2.9700000286102295,2.990000009536743,2.890000104904175,2.9700000286102295,1.6709117889404297,301400,0.0,0.0
2023-02-08 00:00:00-05:00,3.0999999046325684,3.109999895095825,3.0,3.0,1.6877899169921875,293100,0.0,0.0
2023-02-09 00:00:00-05:00,2.9700000286102295,3.0399999618530273,2.9700000286102295,3.0199999809265137,1.699041724205017,290000,0.0,0.0
2023-02-10 00:00:00-05:00,3.009999990463257,3.0899999141693115,3.009999990463257,3.049999952316284,1.7159196138381958,319600,0.0,0.0
2023-02-13 00:00:00-05:00,3.0899999141693115,3.0899999141693115,2.9700000286102295,3.0,1.6877899169921875,494600,0.0,0.0
2023-02-14 00:00:00-05:00,2.990000009536743,3.009999990463257,2.950000047683716,3.0,1.6877899169921875,354700,0.0,0.0
2023-02-15 00:00:00-05:00,2.9700000286102295,2.990000009536743,2.890000104904175,2.9700000286102295,1.6709119081497192,301400,0.0,0.0
2023-02-16 00:00:00-05:00,2.940000057220459,3.0,2.9200000762939453,2.990000009536743,1.6821637153625488,212600,0.0,0.0
2023-02-17 00:00:00-05:00,2.930000066757202,2.930000066757202,2.759999990463257,2.7799999713897705,1.5640184879302979,823900,0.0,0.0
2023-02-17 00:00:00-05:00,2.930000066757202,2.930000066757202,2.759999990463257,2.7799999713897705,1.5640183687210083,823900,0.0,0.0
2023-02-21 00:00:00-05:00,2.809999942779541,2.8299999237060547,2.7100000381469727,2.7200000286102295,1.5302625894546509,352700,0.0,0.0
2023-02-22 00:00:00-05:00,2.740000009536743,2.740000009536743,2.640000104904175,2.6600000858306885,1.496506929397583,343700,0.0,0.0
2023-02-23 00:00:00-05:00,2.700000047683716,2.7799999713897705,2.6600000858306885,2.75,1.5471407175064087,292200,0.0,0.0
2023-02-24 00:00:00-05:00,2.700000047683716,2.799999952316284,2.700000047683716,2.7799999713897705,1.5640184879302979,322100,0.0,0.0
2023-02-23 00:00:00-05:00,2.700000047683716,2.7799999713897705,2.6600000858306885,2.75,1.5471405982971191,292200,0.0,0.0
2023-02-24 00:00:00-05:00,2.700000047683716,2.799999952316284,2.700000047683716,2.7799999713897705,1.5640183687210083,322100,0.0,0.0
2023-02-27 00:00:00-05:00,2.809999942779541,2.9100000858306885,2.75,2.880000114440918,1.620278239250183,268200,0.0,0.0
2023-02-28 00:00:00-05:00,2.880000114440918,2.9200000762939453,2.819999933242798,2.8499999046325684,1.6034001111984253,917800,0.0,0.0
2023-03-01 00:00:00-05:00,2.859999895095825,2.9800000190734863,2.859999895095825,2.9800000190734863,1.6765376329421997,327600,0.0,0.0
2023-03-02 00:00:00-05:00,3.0,3.0299999713897705,2.9200000762939453,2.9600000381469727,1.6652858257293701,287600,0.0,0.0
2023-03-03 00:00:00-05:00,2.9100000858306885,3.0799999237060547,2.9100000858306885,3.049999952316284,1.7159194946289062,289700,0.0,0.0
2023-03-06 00:00:00-05:00,3.059999942779541,3.059999942779541,2.9700000286102295,3.009999990463257,1.6934157609939575,232100,0.0,0.0
2023-03-07 00:00:00-05:00,2.9800000190734863,3.0,2.880000114440918,2.9100000858306885,1.6371560096740723,279700,0.0,0.0
2023-03-08 00:00:00-05:00,2.9700000286102295,3.059999942779541,2.9000000953674316,2.9600000381469727,1.6652858257293701,455000,0.0,0.0
2023-03-09 00:00:00-05:00,3.0,3.180000066757202,2.990000009536743,3.009999990463257,1.6934157609939575,336300,0.0,0.0
2023-03-10 00:00:00-05:00,3.009999990463257,3.059999942779541,2.9100000858306885,2.950000047683716,1.6596599817276,350400,0.0,0.0
2023-02-28 00:00:00-05:00,2.880000114440918,2.9200000762939453,2.819999933242798,2.8499999046325684,1.6034003496170044,917800,0.0,0.0
2023-03-01 00:00:00-05:00,2.859999895095825,2.9800000190734863,2.859999895095825,2.9800000190734863,1.6765377521514893,327600,0.0,0.0
2023-03-02 00:00:00-05:00,3.0,3.0299999713897705,2.9200000762939453,2.9600000381469727,1.6652859449386597,287600,0.0,0.0
2023-03-03 00:00:00-05:00,2.9100000858306885,3.0799999237060547,2.9100000858306885,3.049999952316284,1.7159196138381958,289700,0.0,0.0
2023-03-06 00:00:00-05:00,3.059999942779541,3.059999942779541,2.9700000286102295,3.009999990463257,1.693415641784668,232100,0.0,0.0
2023-03-07 00:00:00-05:00,2.9800000190734863,3.0,2.880000114440918,2.9100000858306885,1.6371561288833618,279700,0.0,0.0
2023-03-08 00:00:00-05:00,2.9700000286102295,3.059999942779541,2.9000000953674316,2.9600000381469727,1.6652859449386597,455000,0.0,0.0
2023-03-09 00:00:00-05:00,3.0,3.180000066757202,2.990000009536743,3.009999990463257,1.693415641784668,336300,0.0,0.0
2023-03-10 00:00:00-05:00,3.009999990463257,3.059999942779541,2.9100000858306885,2.950000047683716,1.6596598625183105,350400,0.0,0.0
2023-03-13 00:00:00-04:00,2.8299999237060547,2.9100000858306885,2.75,2.9000000953674316,1.6315300464630127,435800,0.0,0.0
2023-03-14 00:00:00-04:00,2.869999885559082,2.950000047683716,2.8399999141693115,2.880000114440918,1.9108608961105347,231900,0.441,0.0
2023-03-15 00:00:00-04:00,2.75,2.759999990463257,2.4700000286102295,2.630000114440918,1.7449876070022583,1133800,0.0,0.0
2023-03-16 00:00:00-04:00,2.6500000953674316,2.7300000190734863,2.569999933242798,2.7200000286102295,1.804701805114746,420000,0.0,0.0
2023-03-17 00:00:00-04:00,2.680000066757202,2.75,2.619999885559082,2.630000114440918,1.7449876070022583,403800,0.0,0.0
2023-03-20 00:00:00-04:00,2.640000104904175,2.7300000190734863,2.619999885559082,2.7200000286102295,1.804701805114746,251300,0.0,0.0
2023-03-21 00:00:00-04:00,2.7699999809265137,2.8399999141693115,2.7200000286102295,2.7699999809265137,1.837876558303833,311100,0.0,0.0
2023-03-14 00:00:00-04:00,2.869999885559082,2.950000047683716,2.8399999141693115,2.880000114440918,1.9108607769012451,231900,0.441,0.0
2023-03-15 00:00:00-04:00,2.75,2.759999990463257,2.4700000286102295,2.630000114440918,1.7449873685836792,1133800,0.0,0.0
2023-03-16 00:00:00-04:00,2.6500000953674316,2.7300000190734863,2.569999933242798,2.7200000286102295,1.8047016859054565,420000,0.0,0.0
2023-03-17 00:00:00-04:00,2.680000066757202,2.75,2.619999885559082,2.630000114440918,1.7449873685836792,403800,0.0,0.0
2023-03-20 00:00:00-04:00,2.640000104904175,2.7300000190734863,2.619999885559082,2.7200000286102295,1.8047016859054565,251300,0.0,0.0
2023-03-21 00:00:00-04:00,2.7699999809265137,2.8399999141693115,2.7200000286102295,2.7699999809265137,1.8378764390945435,311100,0.0,0.0
2023-03-22 00:00:00-04:00,2.759999990463257,2.7899999618530273,2.6600000858306885,2.6600000858306885,1.764892339706421,162000,0.0,0.0
2023-03-23 00:00:00-04:00,2.690000057220459,2.740000009536743,2.5899999141693115,2.640000104904175,1.7516224384307861,190900,0.0,0.0
2023-03-24 00:00:00-04:00,2.569999933242798,2.6600000858306885,2.569999933242798,2.630000114440918,1.7449876070022583,301600,0.0,0.0
2023-03-24 00:00:00-04:00,2.569999933242798,2.6600000858306885,2.569999933242798,2.630000114440918,1.7449873685836792,301600,0.0,0.0
2023-03-27 00:00:00-04:00,2.630000114440918,2.7200000286102295,2.559999942779541,2.7100000381469727,1.7980668544769287,226600,0.0,0.0
2023-03-28 00:00:00-04:00,2.740000009536743,2.740000009536743,2.6600000858306885,2.7100000381469727,1.7980668544769287,161900,0.0,0.0
2023-03-29 00:00:00-04:00,2.700000047683716,2.759999990463257,2.690000057220459,2.7200000286102295,1.804701805114746,202700,0.0,0.0
2023-03-30 00:00:00-04:00,2.700000047683716,2.75,2.6700000762939453,2.7200000286102295,1.804701805114746,118100,0.0,0.0
2023-03-31 00:00:00-04:00,2.75,2.799999952316284,2.75,2.7699999809265137,1.837876558303833,201700,0.0,0.0
2023-03-29 00:00:00-04:00,2.700000047683716,2.759999990463257,2.690000057220459,2.7200000286102295,1.8047016859054565,202700,0.0,0.0
2023-03-30 00:00:00-04:00,2.700000047683716,2.75,2.6700000762939453,2.7200000286102295,1.8047016859054565,118100,0.0,0.0
2023-03-31 00:00:00-04:00,2.75,2.799999952316284,2.75,2.7699999809265137,1.8378764390945435,201700,0.0,0.0
2023-04-03 00:00:00-04:00,2.7699999809265137,2.9600000381469727,2.7699999809265137,2.9600000381469727,1.9639402627944946,876600,0.0,0.0
2023-04-04 00:00:00-04:00,2.990000009536743,2.990000009536743,2.880000114440918,2.9200000762939453,1.9374005794525146,151100,0.0,0.0
2023-04-05 00:00:00-04:00,2.940000057220459,2.940000057220459,2.819999933242798,2.8399999141693115,1.8843209743499756,90400,0.0,0.0
2023-04-06 00:00:00-04:00,2.880000114440918,2.880000114440918,2.7799999713897705,2.799999952316284,1.857781171798706,123900,0.0,0.0
2023-04-10 00:00:00-04:00,2.7899999618530273,2.9000000953674316,2.7799999713897705,2.7899999618530273,1.8511462211608887,205200,0.0,0.0
2023-04-10 00:00:00-04:00,2.7899999618530273,2.9000000953674316,2.7799999713897705,2.7899999618530273,1.8511464595794678,205200,0.0,0.0
2023-04-11 00:00:00-04:00,2.7699999809265137,2.8299999237060547,2.7699999809265137,2.809999942779541,1.864416241645813,345000,0.0,0.0
2023-04-12 00:00:00-04:00,2.8299999237060547,2.8499999046325684,2.799999952316284,2.809999942779541,1.864416241645813,210200,0.0,0.0
2023-04-13 00:00:00-04:00,2.7899999618530273,2.809999942779541,2.7699999809265137,2.7899999618530273,1.8511462211608887,234700,0.0,0.0
2023-04-14 00:00:00-04:00,2.799999952316284,2.8299999237060547,2.740000009536743,2.75,1.8246067762374878,545200,0.0,0.0
2023-04-17 00:00:00-04:00,2.7899999618530273,2.7899999618530273,2.7200000286102295,2.75,1.8246067762374878,171800,0.0,0.0
2023-04-13 00:00:00-04:00,2.7899999618530273,2.809999942779541,2.7699999809265137,2.7899999618530273,1.8511464595794678,234700,0.0,0.0
2023-04-14 00:00:00-04:00,2.799999952316284,2.8299999237060547,2.740000009536743,2.75,1.8246066570281982,545200,0.0,0.0
2023-04-17 00:00:00-04:00,2.7899999618530273,2.7899999618530273,2.7200000286102295,2.75,1.8246066570281982,171800,0.0,0.0
2023-04-18 00:00:00-04:00,2.75,2.75,2.680000066757202,2.7100000381469727,1.7980668544769287,194200,0.0,0.0
2023-04-19 00:00:00-04:00,2.7100000381469727,2.7100000381469727,2.619999885559082,2.6600000858306885,1.764892339706421,269500,0.0,0.0
2023-04-20 00:00:00-04:00,2.640000104904175,2.640000104904175,2.569999933242798,2.619999885559082,1.7383522987365723,833900,0.0,0.0
2023-04-21 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.5999999046325684,2.6500000953674316,1.758257269859314,174500,0.0,0.0
2023-04-20 00:00:00-04:00,2.640000104904175,2.640000104904175,2.569999933242798,2.619999885559082,1.7383525371551514,833900,0.0,0.0
2023-04-21 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.5999999046325684,2.6500000953674316,1.7582573890686035,174500,0.0,0.0
2023-04-24 00:00:00-04:00,2.609999895095825,2.6600000858306885,2.569999933242798,2.6600000858306885,1.764892339706421,255300,0.0,0.0
2023-04-25 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.569999933242798,2.5899999141693115,1.7184476852416992,406500,0.0,0.0
2023-04-25 00:00:00-04:00,2.619999885559082,2.6500000953674316,2.569999933242798,2.5899999141693115,1.7184475660324097,406500,0.0,0.0
2023-04-26 00:00:00-04:00,2.569999933242798,2.619999885559082,2.4800000190734863,2.4800000190734863,1.645463466644287,293400,0.0,0.0
2023-04-27 00:00:00-04:00,2.5,2.5299999713897705,2.450000047683716,2.4800000190734863,1.645463466644287,251700,0.0,0.0
2023-04-28 00:00:00-04:00,2.5299999713897705,2.549999952316284,2.4800000190734863,2.5,1.6587332487106323,405600,0.0,0.0
2023-05-01 00:00:00-04:00,2.4800000190734863,2.5799999237060547,2.4800000190734863,2.5399999618530273,1.6852729320526123,138100,0.0,0.0
2023-05-02 00:00:00-04:00,2.549999952316284,2.549999952316284,2.299999952316284,2.3299999237060547,1.5459394454956055,846200,0.0,0.0
2023-05-03 00:00:00-04:00,2.309999942779541,2.3499999046325684,2.240000009536743,2.3499999046325684,1.5592092275619507,555600,0.0,0.0
2023-05-04 00:00:00-04:00,2.3499999046325684,2.380000114440918,2.299999952316284,2.3499999046325684,1.5592092275619507,359300,0.0,0.0
2023-05-05 00:00:00-04:00,2.4200000762939453,2.5199999809265137,2.4100000858306885,2.5199999809265137,1.672003149986267,321700,0.0,0.0
2023-05-08 00:00:00-04:00,2.509999990463257,2.549999952316284,2.5,2.5199999809265137,1.672003149986267,226500,0.0,0.0
2023-05-01 00:00:00-04:00,2.4800000190734863,2.5799999237060547,2.4800000190734863,2.5399999618530273,1.6852730512619019,138100,0.0,0.0
2023-05-02 00:00:00-04:00,2.549999952316284,2.549999952316284,2.299999952316284,2.3299999237060547,1.545939326286316,846200,0.0,0.0
2023-05-03 00:00:00-04:00,2.309999942779541,2.3499999046325684,2.240000009536743,2.3499999046325684,1.5592091083526611,555600,0.0,0.0
2023-05-04 00:00:00-04:00,2.3499999046325684,2.380000114440918,2.299999952316284,2.3499999046325684,1.5592091083526611,359300,0.0,0.0
2023-05-05 00:00:00-04:00,2.4200000762939453,2.5199999809265137,2.4100000858306885,2.5199999809265137,1.6720030307769775,321700,0.0,0.0
2023-05-08 00:00:00-04:00,2.509999990463257,2.549999952316284,2.5,2.5199999809265137,1.6720030307769775,226500,0.0,0.0
2023-05-09 00:00:00-04:00,2.549999952316284,2.549999952316284,2.490000009536743,2.5299999713897705,1.6786381006240845,120400,0.0,0.0
2023-05-10 00:00:00-04:00,2.549999952316284,2.549999952316284,2.430000066757202,2.4800000190734863,1.645463466644287,236300,0.0,0.0
2023-05-11 00:00:00-04:00,2.4800000190734863,2.5199999809265137,2.380000114440918,2.380000114440918,1.5791141986846924,433000,0.0,0.0
2023-05-11 00:00:00-04:00,2.4800000190734863,2.5199999809265137,2.380000114440918,2.380000114440918,1.579114317893982,433000,0.0,0.0
2023-05-12 00:00:00-04:00,2.430000066757202,2.549999952316284,2.4000000953674316,2.5299999713897705,1.6786381006240845,510700,0.0,0.0
2023-05-15 00:00:00-04:00,2.5399999618530273,2.630000114440918,2.5299999713897705,2.619999885559082,1.7383522987365723,230800,0.0,0.0
2023-05-15 00:00:00-04:00,2.5399999618530273,2.630000114440918,2.5299999713897705,2.619999885559082,1.7383525371551514,230800,0.0,0.0
2023-05-16 00:00:00-04:00,2.619999885559082,2.6700000762939453,2.440000057220459,2.4800000190734863,1.645463466644287,579000,0.0,0.0
2023-05-17 00:00:00-04:00,2.4800000190734863,2.509999990463257,2.4100000858306885,2.4800000190734863,1.645463466644287,196000,0.0,0.0
2023-05-18 00:00:00-04:00,2.4600000381469727,2.5399999618530273,2.440000057220459,2.5,1.6587332487106323,233000,0.0,0.0
2023-05-19 00:00:00-04:00,2.559999942779541,2.5799999237060547,2.4700000286102295,2.509999990463257,1.6653683185577393,229000,0.0,0.0
2023-05-23 00:00:00-04:00,2.4600000381469727,2.609999895095825,2.4600000381469727,2.559999942779541,1.6985427141189575,240100,0.0,0.0
2023-05-23 00:00:00-04:00,2.4600000381469727,2.609999895095825,2.4600000381469727,2.559999942779541,1.698542833328247,240100,0.0,0.0
2023-05-24 00:00:00-04:00,2.5199999809265137,2.559999942779541,2.440000057220459,2.4700000286102295,1.6388285160064697,199100,0.0,0.0
2023-05-25 00:00:00-04:00,2.5,2.5,2.380000114440918,2.4000000953674316,1.5923840999603271,287100,0.0,0.0
2023-05-26 00:00:00-04:00,2.4000000953674316,2.4700000286102295,2.369999885559082,2.4000000953674316,1.5923840999603271,150100,0.0,0.0
2023-05-29 00:00:00-04:00,2.4000000953674316,2.4800000190734863,2.4000000953674316,2.4600000381469727,1.6321935653686523,58700,0.0,0.0
2023-05-30 00:00:00-04:00,2.440000057220459,2.440000057220459,2.3299999237060547,2.390000104904175,1.5857491493225098,281300,0.0,0.0
2023-05-30 00:00:00-04:00,2.440000057220459,2.440000057220459,2.3299999237060547,2.390000104904175,1.5857490301132202,281300,0.0,0.0
2023-05-31 00:00:00-04:00,2.3299999237060547,2.4600000381469727,2.259999990463257,2.430000066757202,1.6122888326644897,708800,0.0,0.0
2023-06-01 00:00:00-04:00,2.390000104904175,2.4100000858306885,2.299999952316284,2.3299999237060547,1.5459394454956055,490100,0.0,0.0
2023-06-02 00:00:00-04:00,2.3299999237060547,2.549999952316284,2.3299999237060547,2.549999952316284,1.6919077634811401,1196900,0.0,0.0
2023-06-05 00:00:00-04:00,2.509999990463257,2.619999885559082,2.509999990463257,2.549999952316284,1.6919077634811401,317400,0.0,0.0
2023-06-06 00:00:00-04:00,2.569999933242798,2.5799999237060547,2.4700000286102295,2.490000009536743,1.6520984172821045,401600,0.0,0.0
2023-06-01 00:00:00-04:00,2.390000104904175,2.4100000858306885,2.299999952316284,2.3299999237060547,1.545939326286316,490100,0.0,0.0
2023-06-02 00:00:00-04:00,2.3299999237060547,2.549999952316284,2.3299999237060547,2.549999952316284,1.6919080018997192,1196900,0.0,0.0
2023-06-05 00:00:00-04:00,2.509999990463257,2.619999885559082,2.509999990463257,2.549999952316284,1.6919080018997192,317400,0.0,0.0
2023-06-06 00:00:00-04:00,2.569999933242798,2.5799999237060547,2.4700000286102295,2.490000009536743,1.652098298072815,401600,0.0,0.0
2023-06-07 00:00:00-04:00,2.4800000190734863,2.5199999809265137,2.4600000381469727,2.4800000190734863,1.645463466644287,176900,0.0,0.0
2023-06-08 00:00:00-04:00,2.5,2.609999895095825,2.430000066757202,2.559999942779541,1.6985427141189575,510900,0.0,0.0
2023-06-08 00:00:00-04:00,2.5,2.609999895095825,2.430000066757202,2.559999942779541,1.698542833328247,510900,0.0,0.0
2023-06-09 00:00:00-04:00,2.549999952316284,2.5999999046325684,2.5,2.5,1.6587332487106323,178700,0.0,0.0
2023-06-12 00:00:00-04:00,2.4800000190734863,2.4800000190734863,2.390000104904175,2.4100000858306885,1.599018931388855,205900,0.0,0.0
2023-06-13 00:00:00-04:00,2.4200000762939453,2.5299999713897705,2.4200000762939453,2.4200000762939453,1.6056538820266724,201500,0.0,0.0
2023-06-13 00:00:00-04:00,2.4200000762939453,2.5299999713897705,2.4200000762939453,2.4200000762939453,1.605654001235962,201500,0.0,0.0
2023-06-14 00:00:00-04:00,2.4200000762939453,2.440000057220459,2.3499999046325684,2.3499999046325684,1.906663179397583,158000,0.441,0.0
2023-06-15 00:00:00-04:00,2.430000066757202,2.430000066757202,2.3399999141693115,2.4100000858306885,1.9553440809249878,92600,0.0,0.0
2023-06-16 00:00:00-04:00,2.4100000858306885,2.440000057220459,2.3399999141693115,2.369999885559082,1.9228901863098145,407100,0.0,0.0
2023-06-19 00:00:00-04:00,2.4100000858306885,2.4100000858306885,2.359999895095825,2.369999885559082,1.9228901863098145,69900,0.0,0.0
2023-06-20 00:00:00-04:00,2.359999895095825,2.359999895095825,2.2699999809265137,2.2899999618530273,1.8579825162887573,404500,0.0,0.0
2023-06-16 00:00:00-04:00,2.4100000858306885,2.440000057220459,2.3399999141693115,2.369999885559082,1.922890067100525,407100,0.0,0.0
2023-06-19 00:00:00-04:00,2.4100000858306885,2.4100000858306885,2.359999895095825,2.369999885559082,1.922890067100525,69900,0.0,0.0
2023-06-20 00:00:00-04:00,2.359999895095825,2.359999895095825,2.2699999809265137,2.2899999618530273,1.8579823970794678,404500,0.0,0.0
2023-06-21 00:00:00-04:00,2.2899999618530273,2.2899999618530273,2.2100000381469727,2.259999990463257,1.8336421251296997,234900,0.0,0.0
2023-06-22 00:00:00-04:00,2.25,2.259999990463257,2.119999885559082,2.130000114440918,1.7281672954559326,366900,0.0,0.0
2023-06-23 00:00:00-04:00,2.1600000858306885,2.200000047683716,2.0799999237060547,2.0999999046325684,1.703826665878296,175300,0.0,0.0
2023-06-26 00:00:00-04:00,2.1600000858306885,2.1600000858306885,2.0899999141693115,2.0999999046325684,1.703826665878296,109500,0.0,0.0
2023-06-27 00:00:00-04:00,2.0899999141693115,2.130000114440918,2.059999942779541,2.059999942779541,1.6713727712631226,165900,0.0,0.0
2023-06-28 00:00:00-04:00,2.0999999046325684,2.1600000858306885,2.0199999809265137,2.1600000858306885,1.7525076866149902,287900,0.0,0.0
2023-06-22 00:00:00-04:00,2.25,2.259999990463257,2.119999885559082,2.130000114440918,1.728167176246643,366900,0.0,0.0
2023-06-23 00:00:00-04:00,2.1600000858306885,2.200000047683716,2.0799999237060547,2.0999999046325684,1.7038267850875854,175300,0.0,0.0
2023-06-26 00:00:00-04:00,2.1600000858306885,2.1600000858306885,2.0899999141693115,2.0999999046325684,1.7038267850875854,109500,0.0,0.0
2023-06-27 00:00:00-04:00,2.0899999141693115,2.130000114440918,2.059999942779541,2.059999942779541,1.671372890472412,165900,0.0,0.0
2023-06-28 00:00:00-04:00,2.0999999046325684,2.1600000858306885,2.0199999809265137,2.1600000858306885,1.7525074481964111,287900,0.0,0.0
2023-06-29 00:00:00-04:00,2.1600000858306885,2.2100000381469727,2.1500000953674316,2.2100000381469727,1.7930748462677002,113900,0.0,0.0
2023-06-30 00:00:00-04:00,2.190000057220459,2.299999952316284,2.180000066757202,2.2699999809265137,1.8417555093765259,354000,0.0,0.0
2023-07-04 00:00:00-04:00,2.319999933242798,2.380000114440918,2.25,2.359999895095825,1.9147765636444092,245600,0.0,0.0
2023-06-30 00:00:00-04:00,2.190000057220459,2.299999952316284,2.180000066757202,2.2699999809265137,1.8417556285858154,354000,0.0,0.0
2023-07-04 00:00:00-04:00,2.319999933242798,2.380000114440918,2.25,2.359999895095825,1.9147766828536987,245600,0.0,0.0
2023-07-05 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.2100000381469727,2.2100000381469727,1.7930748462677002,475400,0.0,0.0
2023-07-06 00:00:00-04:00,2.2100000381469727,2.2699999809265137,2.190000057220459,2.200000047683716,1.784961462020874,240200,0.0,0.0
2023-07-07 00:00:00-04:00,2.2100000381469727,2.380000114440918,2.2100000381469727,2.3299999237060547,1.8904362916946411,222100,0.0,0.0
2023-07-06 00:00:00-04:00,2.2100000381469727,2.2699999809265137,2.190000057220459,2.200000047683716,1.7849613428115845,240200,0.0,0.0
2023-07-07 00:00:00-04:00,2.2100000381469727,2.380000114440918,2.2100000381469727,2.3299999237060547,1.8904361724853516,222100,0.0,0.0
2023-07-10 00:00:00-04:00,2.309999942779541,2.3499999046325684,2.299999952316284,2.299999952316284,1.8660959005355835,55700,0.0,0.0
2023-07-11 00:00:00-04:00,2.2899999618530273,2.4000000953674316,2.2799999713897705,2.4000000953674316,1.9472306966781616,238500,0.0,0.0
2023-07-12 00:00:00-04:00,2.450000047683716,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796844720840454,241500,0.0,0.0
2023-07-13 00:00:00-04:00,2.4000000953674316,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796844720840454,153200,0.0,0.0
2023-07-14 00:00:00-04:00,2.3499999046325684,2.390000104904175,2.2799999713897705,2.2899999618530273,1.8579825162887573,232100,0.0,0.0
2023-07-12 00:00:00-04:00,2.450000047683716,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796843528747559,241500,0.0,0.0
2023-07-13 00:00:00-04:00,2.4000000953674316,2.4600000381469727,2.390000104904175,2.440000057220459,1.9796843528747559,153200,0.0,0.0
2023-07-14 00:00:00-04:00,2.3499999046325684,2.390000104904175,2.2799999713897705,2.2899999618530273,1.8579823970794678,232100,0.0,0.0
2023-07-17 00:00:00-04:00,2.2899999618530273,2.309999942779541,2.2200000286102295,2.240000009536743,1.8174152374267578,144600,0.0,0.0
2023-07-18 00:00:00-04:00,2.2300000190734863,2.3499999046325684,2.2300000190734863,2.309999942779541,1.8742094039916992,146700,0.0,0.0
2023-07-19 00:00:00-04:00,2.299999952316284,2.4700000286102295,2.299999952316284,2.450000047683716,1.9877978563308716,443000,0.0,0.0
2023-07-18 00:00:00-04:00,2.2300000190734863,2.3499999046325684,2.2300000190734863,2.309999942779541,1.8742092847824097,146700,0.0,0.0
2023-07-19 00:00:00-04:00,2.299999952316284,2.4700000286102295,2.299999952316284,2.450000047683716,1.9877979755401611,443000,0.0,0.0
2023-07-20 00:00:00-04:00,2.4800000190734863,2.569999933242798,2.4800000190734863,2.5199999809265137,2.0445921421051025,270100,0.0,0.0
2023-07-21 00:00:00-04:00,2.5799999237060547,2.5799999237060547,2.450000047683716,2.4800000190734863,2.0121383666992188,222600,0.0,0.0
2023-07-21 00:00:00-04:00,2.5799999237060547,2.5799999237060547,2.450000047683716,2.4800000190734863,2.0121381282806396,222600,0.0,0.0
2023-07-24 00:00:00-04:00,2.5,2.5299999713897705,2.4700000286102295,2.490000009536743,2.020251750946045,197200,0.0,0.0
2023-07-25 00:00:00-04:00,2.4700000286102295,2.490000009536743,2.4100000858306885,2.440000057220459,1.9796844720840454,188700,0.0,0.0
2023-07-26 00:00:00-04:00,2.4000000953674316,2.450000047683716,2.4000000953674316,2.450000047683716,1.9877978563308716,128100,0.0,0.0
2023-07-25 00:00:00-04:00,2.4700000286102295,2.490000009536743,2.4100000858306885,2.440000057220459,1.9796843528747559,188700,0.0,0.0
2023-07-26 00:00:00-04:00,2.4000000953674316,2.450000047683716,2.4000000953674316,2.450000047683716,1.9877979755401611,128100,0.0,0.0
2023-07-27 00:00:00-04:00,2.4800000190734863,2.4800000190734863,2.4000000953674316,2.4100000858306885,1.9553440809249878,381600,0.0,0.0
2023-07-28 00:00:00-04:00,2.450000047683716,2.549999952316284,2.380000114440918,2.5299999713897705,2.0527055263519287,424500,0.0,0.0
2023-07-31 00:00:00-04:00,2.5,2.7300000190734863,2.5,2.7200000286102295,2.2068612575531006,516500,0.0,0.0
2023-08-01 00:00:00-04:00,2.740000009536743,2.759999990463257,2.3399999141693115,2.450000047683716,1.9877978563308716,3980500,0.0,0.0
2023-08-02 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.3299999237060547,2.369999885559082,1.9228901863098145,2111700,0.0,0.0
2023-08-03 00:00:00-04:00,2.359999895095825,2.450000047683716,2.359999895095825,2.440000057220459,1.9796844720840454,814300,0.0,0.0
2023-08-01 00:00:00-04:00,2.740000009536743,2.759999990463257,2.3399999141693115,2.450000047683716,1.9877979755401611,3980500,0.0,0.0
2023-08-02 00:00:00-04:00,2.4600000381469727,2.4600000381469727,2.3299999237060547,2.369999885559082,1.922890067100525,2111700,0.0,0.0
2023-08-03 00:00:00-04:00,2.359999895095825,2.450000047683716,2.359999895095825,2.440000057220459,1.9796843528747559,814300,0.0,0.0
2023-08-04 00:00:00-04:00,2.4700000286102295,2.5399999618530273,2.4200000762939453,2.5399999618530273,2.060818910598755,1363900,0.0,0.0
2023-08-08 00:00:00-04:00,2.509999990463257,2.549999952316284,2.4700000286102295,2.5299999713897705,2.0527055263519287,776900,0.0,0.0
2023-08-09 00:00:00-04:00,2.549999952316284,2.559999942779541,2.5,2.5199999809265137,2.0445921421051025,932100,0.0,0.0
2023-08-10 00:00:00-04:00,2.5199999809265137,2.5299999713897705,2.4700000286102295,2.490000009536743,2.020251750946045,389700,0.0,0.0
2023-08-11 00:00:00-04:00,2.4800000190734863,2.509999990463257,2.4800000190734863,2.509999990463257,2.0364787578582764,280800,0.0,0.0
2023-08-14 00:00:00-04:00,2.509999990463257,2.509999990463257,2.4000000953674316,2.430000066757202,1.9715710878372192,361600,0.0,0.0
2023-08-15 00:00:00-04:00,2.4200000762939453,2.440000057220459,2.2699999809265137,2.319999933242798,1.8823227882385254,1139100,0.0,0.0
2023-08-14 00:00:00-04:00,2.509999990463257,2.509999990463257,2.4000000953674316,2.430000066757202,1.9715709686279297,361600,0.0,0.0
2023-08-15 00:00:00-04:00,2.4200000762939453,2.440000057220459,2.2699999809265137,2.319999933242798,1.882322907447815,1139100,0.0,0.0
2023-08-16 00:00:00-04:00,2.2899999618530273,2.359999895095825,2.2300000190734863,2.259999990463257,1.8336421251296997,474700,0.0,0.0
2023-08-17 00:00:00-04:00,2.259999990463257,2.309999942779541,2.25,2.309999942779541,1.8742094039916992,1188900,0.0,0.0
2023-08-18 00:00:00-04:00,2.2699999809265137,2.390000104904175,2.240000009536743,2.359999895095825,1.9147765636444092,554900,0.0,0.0
2023-08-21 00:00:00-04:00,2.380000114440918,2.4000000953674316,2.3299999237060547,2.3299999237060547,1.8904362916946411,211200,0.0,0.0
2023-08-22 00:00:00-04:00,2.3499999046325684,2.369999885559082,2.25,2.2699999809265137,1.8417555093765259,336200,0.0,0.0
2023-08-23 00:00:00-04:00,2.240000009536743,2.259999990463257,2.200000047683716,2.2200000286102295,1.801188349723816,368100,0.0,0.0
2023-08-24 00:00:00-04:00,2.2100000381469727,2.2100000381469727,2.130000114440918,2.1600000858306885,1.7525076866149902,270700,0.0,0.0
2023-08-25 00:00:00-04:00,2.1600000858306885,2.190000057220459,2.0,2.109999895095825,1.7119401693344116,706100,0.0,0.0
2023-08-28 00:00:00-04:00,2.1500000953674316,2.190000057220459,2.130000114440918,2.1500000953674316,1.744394063949585,655500,0.0,0.0
2023-08-17 00:00:00-04:00,2.259999990463257,2.309999942779541,2.25,2.309999942779541,1.8742092847824097,1188900,0.0,0.0
2023-08-18 00:00:00-04:00,2.2699999809265137,2.390000104904175,2.240000009536743,2.359999895095825,1.9147766828536987,554900,0.0,0.0
2023-08-21 00:00:00-04:00,2.380000114440918,2.4000000953674316,2.3299999237060547,2.3299999237060547,1.8904361724853516,211200,0.0,0.0
2023-08-22 00:00:00-04:00,2.3499999046325684,2.369999885559082,2.25,2.2699999809265137,1.8417556285858154,336200,0.0,0.0
2023-08-23 00:00:00-04:00,2.240000009536743,2.259999990463257,2.200000047683716,2.2200000286102295,1.8011882305145264,368100,0.0,0.0
2023-08-24 00:00:00-04:00,2.2100000381469727,2.2100000381469727,2.130000114440918,2.1600000858306885,1.7525074481964111,270700,0.0,0.0
2023-08-25 00:00:00-04:00,2.1600000858306885,2.190000057220459,2.0,2.109999895095825,1.711940050125122,706100,0.0,0.0
2023-08-28 00:00:00-04:00,2.1500000953674316,2.190000057220459,2.130000114440918,2.1500000953674316,1.7443941831588745,655500,0.0,0.0
2023-08-29 00:00:00-04:00,2.1600000858306885,2.200000047683716,2.1500000953674316,2.190000057220459,1.7768479585647583,245600,0.0,0.0
2023-08-30 00:00:00-04:00,2.180000066757202,2.2200000286102295,2.1700000762939453,2.180000066757202,1.7687344551086426,211200,0.0,0.0
2023-08-31 00:00:00-04:00,2.190000057220459,2.299999952316284,2.190000057220459,2.2799999713897705,1.8498690128326416,1133800,0.0,0.0
2023-09-01 00:00:00-04:00,2.299999952316284,2.369999885559082,2.299999952316284,2.359999895095825,1.9147765636444092,761300,0.0,0.0
2023-09-01 00:00:00-04:00,2.299999952316284,2.369999885559082,2.299999952316284,2.359999895095825,1.9147766828536987,761300,0.0,0.0
2023-09-05 00:00:00-04:00,2.4200000762939453,2.4200000762939453,2.2699999809265137,2.390000104904175,1.939117193222046,1434000,0.0,0.0
2023-09-06 00:00:00-04:00,2.380000114440918,2.4000000953674316,2.3299999237060547,2.4000000953674316,1.9472306966781616,352700,0.0,0.0
2023-09-07 00:00:00-04:00,2.359999895095825,2.390000104904175,2.319999933242798,2.3499999046325684,1.906663179397583,501700,0.0,0.0
2023-09-08 00:00:00-04:00,2.3499999046325684,2.359999895095825,2.3299999237060547,2.359999895095825,1.9147765636444092,405100,0.0,0.0
2023-09-08 00:00:00-04:00,2.3499999046325684,2.359999895095825,2.3299999237060547,2.359999895095825,1.9147766828536987,405100,0.0,0.0
2023-09-11 00:00:00-04:00,2.390000104904175,2.4200000762939453,2.3299999237060547,2.3499999046325684,1.906663179397583,740800,0.0,0.0
2023-09-12 00:00:00-04:00,2.3499999046325684,2.440000057220459,2.3499999046325684,2.430000066757202,1.9715710878372192,696100,0.0,0.0
2023-09-13 00:00:00-04:00,2.440000057220459,2.4600000381469727,2.4000000953674316,2.430000066757202,1.9715710878372192,328600,0.0,0.0
2023-09-12 00:00:00-04:00,2.3499999046325684,2.440000057220459,2.3499999046325684,2.430000066757202,1.9715709686279297,696100,0.0,0.0
2023-09-13 00:00:00-04:00,2.440000057220459,2.4600000381469727,2.4000000953674316,2.430000066757202,1.9715709686279297,328600,0.0,0.0
2023-09-14 00:00:00-04:00,2.450000047683716,2.5199999809265137,2.430000066757202,2.5199999809265137,2.497917890548706,553500,0.441,0.0
2023-09-15 00:00:00-04:00,2.5,2.640000104904175,2.4800000190734863,2.569999933242798,2.5474798679351807,770400,0.0,0.0
2023-09-18 00:00:00-04:00,2.569999933242798,2.640000104904175,2.5299999713897705,2.559999942779541,2.537567377090454,753200,0.0,0.0
@@ -687,3 +687,37 @@ Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2024-09-25 00:00:00-04:00,27.8700008392334,27.8700008392334,27.0,27.489999771118164,27.489999771118164,30200,0.0,0.0
2024-09-26 00:00:00-04:00,27.299999237060547,27.479999542236328,26.559999465942383,26.610000610351562,26.610000610351562,51800,0.0,0.0
2024-09-27 00:00:00-04:00,26.989999771118164,26.989999771118164,26.25,26.579999923706055,26.579999923706055,20600,0.0,0.0
2024-09-30 00:00:00-04:00,26.610000610351562,27.0,26.5,26.950000762939453,26.950000762939453,25200,0.0,0.0
2024-10-01 00:00:00-04:00,26.969999313354492,27.690000534057617,26.93000030517578,27.3799991607666,27.3799991607666,42600,0.0,0.0
2024-10-02 00:00:00-04:00,27.790000915527344,27.799999237060547,26.290000915527344,26.610000610351562,26.610000610351562,78000,0.0,0.0
2024-10-03 00:00:00-04:00,26.84000015258789,28.489999771118164,26.84000015258789,28.15999984741211,28.15999984741211,84200,0.0,0.0
2024-10-04 00:00:00-04:00,28.190000534057617,28.549999237060547,27.790000915527344,28.049999237060547,28.049999237060547,65200,0.0,0.0
2024-10-07 00:00:00-04:00,28.079999923706055,29.15999984741211,27.760000228881836,28.010000228881836,28.010000228881836,44900,0.0,0.0
2024-10-08 00:00:00-04:00,27.989999771118164,28.110000610351562,26.850000381469727,27.709999084472656,27.709999084472656,26300,0.0,0.0
2024-10-09 00:00:00-04:00,27.030000686645508,28.360000610351562,27.030000686645508,28.360000610351562,28.360000610351562,23000,0.0,0.0
2024-10-10 00:00:00-04:00,28.020000457763672,28.799999237060547,27.969999313354492,28.360000610351562,28.360000610351562,24300,0.0,0.0
2024-10-11 00:00:00-04:00,28.780000686645508,28.780000686645508,28.06999969482422,28.520000457763672,28.520000457763672,12100,0.0,0.0
2024-10-15 00:00:00-04:00,28.350000381469727,28.350000381469727,26.540000915527344,26.690000534057617,26.690000534057617,77300,0.0,0.0
2024-10-16 00:00:00-04:00,26.81999969482422,27.110000610351562,26.700000762939453,26.8700008392334,26.8700008392334,12500,0.0,0.0
2024-10-17 00:00:00-04:00,26.81999969482422,27.18000030517578,26.770000457763672,27.149999618530273,27.149999618530273,21700,0.0,0.0
2024-10-18 00:00:00-04:00,27.0,27.09000015258789,26.799999237060547,27.040000915527344,27.040000915527344,24400,0.0,0.0
2024-10-21 00:00:00-04:00,27.059999465942383,27.739999771118164,27.0,27.739999771118164,27.739999771118164,32400,0.0,0.0
2024-10-22 00:00:00-04:00,27.8799991607666,28.350000381469727,27.639999389648438,28.290000915527344,28.290000915527344,23900,0.0,0.0
2024-10-23 00:00:00-04:00,28.1200008392334,28.1200008392334,27.450000762939453,27.81999969482422,27.81999969482422,7200,0.0,0.0
2024-10-24 00:00:00-04:00,27.719999313354492,27.979999542236328,27.469999313354492,27.979999542236328,27.979999542236328,9100,0.0,0.0
2024-10-25 00:00:00-04:00,27.479999542236328,29.139999389648438,27.479999542236328,28.8799991607666,28.8799991607666,26900,0.0,0.0
2024-10-28 00:00:00-04:00,27.950000762939453,28.06999969482422,27.299999237060547,27.739999771118164,27.739999771118164,75500,0.0,0.0
2024-10-29 00:00:00-04:00,27.479999542236328,27.899999618530273,27.3799991607666,27.6299991607666,27.6299991607666,23100,0.0,0.0
2024-10-30 00:00:00-04:00,27.290000915527344,28.06999969482422,27.290000915527344,28.06999969482422,28.06999969482422,11500,0.0,0.0
2024-10-31 00:00:00-04:00,27.75,27.809999465942383,27.190000534057617,27.520000457763672,27.520000457763672,14500,0.0,0.0
2024-11-01 00:00:00-04:00,27.75,28.229999542236328,27.079999923706055,27.219999313354492,27.219999313354492,20300,0.0,0.0
2024-11-04 00:00:00-05:00,27.81999969482422,28.510000228881836,27.59000015258789,28.219999313354492,28.219999313354492,21300,0.0,0.0
2024-11-05 00:00:00-05:00,28.440000534057617,28.440000534057617,28.09000015258789,28.290000915527344,28.290000915527344,7100,0.0,0.0
2024-11-06 00:00:00-05:00,27.329999923706055,28.479999542236328,27.329999923706055,28.15999984741211,28.15999984741211,35200,0.0,0.0
2024-11-07 00:00:00-05:00,27.65999984741211,29.34000015258789,27.65999984741211,29.25,29.25,25200,0.0,0.0
2024-11-08 00:00:00-05:00,29.43000030517578,29.43000030517578,28.0,28.06999969482422,28.06999969482422,27000,0.0,0.0
2024-11-11 00:00:00-05:00,27.940000534057617,29.190000534057617,27.940000534057617,28.969999313354492,28.969999313354492,20600,0.0,0.0
2024-11-12 00:00:00-05:00,29.139999389648438,29.329999923706055,28.15999984741211,28.68000030517578,28.68000030517578,31900,0.0,0.0
2024-11-13 00:00:00-05:00,28.489999771118164,28.719999313354492,28.030000686645508,28.690000534057617,28.690000534057617,54300,0.0,0.0
2024-11-14 00:00:00-05:00,31.489999771118164,32.540000915527344,30.0,32.5,32.5,150800,0.0,0.0
2024-11-15 00:00:00-05:00,32.16999816894531,33.119998931884766,32.0,32.209999084472656,32.209999084472656,51300,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-04 00:00:00-05:00 3.8299999237060547 4.269999980926514 3.8299999237060547 4.0 2.2503862380981445 559600 0.0 0.0
3 2022-01-05 00:00:00-05:00 4.050000190734863 4.199999809265137 4.039999961853027 4.050000190734863 2.2785160541534424 467700 0.0 0.0
4 2022-01-06 00:00:00-05:00 4.150000095367432 4.179999828338623 4.050000190734863 4.090000152587891 2.3010201454162598 2.3010199069976807 393300 0.0 0.0
5 2022-01-07 00:00:00-05:00 4.130000114440918 4.230000019073486 4.070000171661377 4.159999847412109 2.3404016494750977 2.3404018878936768 860600 0.0 0.0
6 2022-01-10 00:00:00-05:00 4.199999809265137 4.199999809265137 4.119999885559082 4.199999809265137 2.362905502319336 281900 0.0 0.0
7 2022-01-11 00:00:00-05:00 4.199999809265137 4.460000038146973 4.159999847412109 4.420000076293945 2.4866766929626465 2.4866771697998047 695900 0.0 0.0
8 2022-01-12 00:00:00-05:00 4.449999809265137 4.639999866485596 4.449999809265137 4.579999923706055 2.5766923427581787 2.5766921043395996 452500 0.0 0.0
9 2022-01-13 00:00:00-05:00 4.590000152587891 4.639999866485596 4.420000076293945 4.46999979019165 2.5148067474365234 2.5148065090179443 373700 0.0 0.0
10 2022-01-14 00:00:00-05:00 4.480000019073486 4.590000152587891 4.429999828338623 4.559999942779541 2.5654404163360596 2.5654401779174805 339600 0.0 0.0
11 2022-01-17 00:00:00-05:00 4.570000171661377 4.760000228881836 4.519999980926514 4.679999828338623 2.6329519748687744 317900 0.0 0.0
12 2022-01-18 00:00:00-05:00 4.75 4.78000020980835 4.650000095367432 4.659999847412109 2.6217000484466553 2.621699810028076 317400 0.0 0.0
13 2022-01-19 00:00:00-05:00 4.71999979019165 4.730000019073486 4.489999771118164 4.519999980926514 2.5429365634918213 2.542936325073242 642600 0.0 0.0
14 2022-01-20 00:00:00-05:00 4.400000095367432 4.639999866485596 4.320000171661377 4.539999961853027 2.5541882514953613 2.5541887283325195 780900 0.0 0.0
15 2022-01-21 00:00:00-05:00 4.460000038146973 4.579999923706055 4.369999885559082 4.420000076293945 2.4866766929626465 2.4866771697998047 426200 0.0 0.0
16 2022-01-24 00:00:00-05:00 4.309999942779541 4.400000095367432 4.070000171661377 4.380000114440918 2.4641730785369873 391900 0.0 0.0
17 2022-01-25 00:00:00-05:00 4.400000095367432 4.639999866485596 4.309999942779541 4.579999923706055 2.5766923427581787 2.5766921043395996 461500 0.0 0.0
18 2022-01-26 00:00:00-05:00 4.699999809265137 4.75 4.550000190734863 4.570000171661377 2.571066379547119 229400 0.0 0.0
19 2022-01-27 00:00:00-05:00 4.590000152587891 4.699999809265137 4.429999828338623 4.480000019073486 2.520432710647583 1782700 0.0 0.0
20 2022-01-28 00:00:00-05:00 4.539999961853027 4.699999809265137 4.53000020980835 4.690000057220459 2.638578176498413 2.638577699661255 340300 0.0 0.0
21 2022-01-31 00:00:00-05:00 4.670000076293945 4.960000038146973 4.670000076293945 4.889999866485596 2.7510972023010254 2.7510974407196045 341600 0.0 0.0
22 2022-02-01 00:00:00-05:00 4.900000095367432 4.900000095367432 4.75 4.809999942779541 2.706089496612549 245000 0.0 0.0
23 2022-02-02 00:00:00-05:00 4.789999961853027 4.880000114440918 4.659999847412109 4.75 2.6723339557647705 2.6723337173461914 335900 0.0 0.0
24 2022-02-03 00:00:00-05:00 4.71999979019165 4.800000190734863 4.579999923706055 4.730000019073486 2.6610817909240723 567100 0.0 0.0
25 2022-02-04 00:00:00-05:00 4.760000228881836 4.980000019073486 4.760000228881836 4.880000114440918 2.745471239089966 728600 0.0 0.0
26 2022-02-07 00:00:00-05:00 4.800000190734863 4.849999904632568 4.639999866485596 4.670000076293945 2.627326011657715 2.627326250076294 509100 0.0 0.0
27 2022-02-08 00:00:00-05:00 4.650000095367432 4.650000095367432 4.360000133514404 4.460000038146973 2.509180784225464 520500 0.0 0.0
28 2022-02-09 00:00:00-05:00 4.46999979019165 4.619999885559082 4.449999809265137 4.550000190734863 2.559814453125 225400 0.0 0.0
29 2022-02-10 00:00:00-05:00 4.519999980926514 4.610000133514404 4.449999809265137 4.510000228881836 2.537310838699341 225300 0.0 0.0
30 2022-02-11 00:00:00-05:00 4.5 4.630000114440918 4.489999771118164 4.630000114440918 2.6048221588134766 2.6048223972320557 380600 0.0 0.0
31 2022-02-14 00:00:00-05:00 4.5 4.550000190734863 4.400000095367432 4.510000228881836 2.537310838699341 507600 0.0 0.0
32 2022-02-15 00:00:00-05:00 4.420000076293945 4.71999979019165 4.420000076293945 4.690000057220459 2.638578176498413 2.638577699661255 342800 0.0 0.0
33 2022-02-16 00:00:00-05:00 4.699999809265137 4.800000190734863 4.539999961853027 4.579999923706055 2.5766923427581787 2.5766921043395996 508700 0.0 0.0
34 2022-02-17 00:00:00-05:00 4.599999904632568 4.659999847412109 4.519999980926514 4.570000171661377 2.571066379547119 309900 0.0 0.0
35 2022-02-18 00:00:00-05:00 4.510000228881836 4.559999942779541 4.380000114440918 4.420000076293945 2.4866766929626465 2.4866771697998047 191700 0.0 0.0
36 2022-02-22 00:00:00-05:00 4.460000038146973 4.599999904632568 4.429999828338623 4.53000020980835 2.548562526702881 1063700 0.0 0.0
37 2022-02-23 00:00:00-05:00 4.590000152587891 4.739999771118164 4.559999942779541 4.679999828338623 2.6329519748687744 256600 0.0 0.0
38 2022-02-24 00:00:00-05:00 4.699999809265137 4.820000171661377 4.559999942779541 4.670000076293945 2.627326011657715 2.627326250076294 392200 0.0 0.0
39 2022-02-25 00:00:00-05:00 4.659999847412109 4.880000114440918 4.630000114440918 4.849999904632568 2.728593111038208 2.728593349456787 264400 0.0 0.0
40 2022-02-28 00:00:00-05:00 4.880000114440918 5.099999904632568 4.869999885559082 5.079999923706055 2.8579905033111572 543200 0.0 0.0
41 2022-03-01 00:00:00-05:00 5.159999847412109 5.28000020980835 5.03000020980835 5.179999828338623 2.914250135421753 481700 0.0 0.0
42 2022-03-02 00:00:00-05:00 5.239999771118164 5.309999942779541 5.079999923706055 5.179999828338623 2.914250135421753 232200 0.0 0.0
43 2022-03-03 00:00:00-05:00 5.21999979019165 5.230000019073486 4.949999809265137 4.96999979019165 2.796105146408081 2.796104907989502 234500 0.0 0.0
44 2022-03-04 00:00:00-05:00 5.03000020980835 5.389999866485596 5.03000020980835 5.360000133514404 3.0155177116394043 3.0155179500579834 1110400 0.0 0.0
45 2022-03-07 00:00:00-05:00 5.570000171661377 5.849999904632568 5.440000057220459 5.650000095367432 3.1786704063415527 3.178670644760132 738400 0.0 0.0
46 2022-03-08 00:00:00-05:00 5.829999923706055 5.889999866485596 5.46999979019165 5.679999828338623 3.1955485343933105 3.1955482959747314 733300 0.0 0.0
47 2022-03-09 00:00:00-05:00 5.300000190734863 5.639999866485596 5.199999809265137 5.21999979019165 2.936753749847412 796500 0.0 0.0
48 2022-03-10 00:00:00-05:00 5.360000133514404 5.449999809265137 5.239999771118164 5.309999942779541 2.9873881340026855 2.9873876571655273 454800 0.0 0.0
49 2022-03-11 00:00:00-05:00 5.289999961853027 5.329999923706055 5.110000133514404 5.25 2.95363187789917 2.953632116317749 222100 0.0 0.0
50 2022-03-14 00:00:00-04:00 5.050000190734863 5.099999904632568 4.559999942779541 4.789999961853027 2.6948373317718506 2.6948375701904297 642400 0.0 0.0
51 2022-03-15 00:00:00-04:00 4.53000020980835 4.889999866485596 4.420000076293945 4.610000133514404 2.5935702323913574 594600 0.0 0.0
52 2022-03-16 00:00:00-04:00 4.579999923706055 4.829999923706055 4.579999923706055 4.679999828338623 2.6329519748687744 583800 0.0 0.0
53 2022-03-17 00:00:00-04:00 4.789999961853027 4.960000038146973 4.739999771118164 4.800000190734863 2.7004637718200684 654300 0.0 0.0
54 2022-03-18 00:00:00-04:00 4.71999979019165 4.920000076293945 4.710000038146973 4.71999979019165 2.6554555892944336 2.6554558277130127 284100 0.0 0.0
55 2022-03-21 00:00:00-04:00 4.829999923706055 5.010000228881836 4.820000171661377 4.980000019073486 2.8017311096191406 344500 0.0 0.0
56 2022-03-22 00:00:00-04:00 4.96999979019165 4.96999979019165 4.820000171661377 4.940000057220459 2.7792270183563232 374000 0.0 0.0
57 2022-03-23 00:00:00-04:00 5.010000228881836 5.099999904632568 4.940000057220459 4.940000057220459 2.7792270183563232 535800 0.0 0.0
58 2022-03-24 00:00:00-04:00 5.0 5.0 4.840000152587891 4.900000095367432 2.756723165512085 2.756723403930664 385800 0.0 0.0
59 2022-03-25 00:00:00-04:00 4.849999904632568 5.21999979019165 4.840000152587891 5.179999828338623 2.914250135421753 821200 0.0 0.0
60 2022-03-28 00:00:00-04:00 4.900000095367432 5.110000133514404 4.900000095367432 5.070000171661377 2.8523647785186768 338100 0.0 0.0
61 2022-03-29 00:00:00-04:00 4.940000057220459 5.230000019073486 4.809999942779541 5.210000038146973 2.9311282634735107 2.9311280250549316 628200 0.0 0.0
62 2022-03-30 00:00:00-04:00 5.269999980926514 5.400000095367432 5.269999980926514 5.369999885559082 3.021143674850464 448200 0.0 0.0
63 2022-03-31 00:00:00-04:00 5.300000190734863 5.409999847412109 5.260000228881836 5.309999942779541 2.9873881340026855 2.9873876571655273 308000 0.0 0.0
64 2022-04-01 00:00:00-04:00 5.210000038146973 5.400000095367432 5.210000038146973 5.28000020980835 2.9705100059509277 279000 0.0 0.0
65 2022-04-04 00:00:00-04:00 5.349999904632568 5.429999828338623 5.260000228881836 5.300000190734863 2.9817616939544678 2.981761932373047 298100 0.0 0.0
66 2022-04-05 00:00:00-04:00 5.329999923706055 5.420000076293945 5.199999809265137 5.21999979019165 2.936753749847412 308800 0.0 0.0
67 2022-04-06 00:00:00-04:00 5.179999828338623 5.309999942779541 5.090000152587891 5.119999885559082 2.8804941177368164 2.8804943561553955 395100 0.0 0.0
68 2022-04-07 00:00:00-04:00 5.159999847412109 5.230000019073486 5.03000020980835 5.179999828338623 2.914250135421753 277200 0.0 0.0
69 2022-04-08 00:00:00-04:00 5.230000019073486 5.400000095367432 5.190000057220459 5.349999904632568 3.0098917484283447 3.0098915100097656 281000 0.0 0.0
70 2022-04-11 00:00:00-04:00 5.389999866485596 5.389999866485596 5.210000038146973 5.309999942779541 2.9873881340026855 2.9873876571655273 474300 0.0 0.0
71 2022-04-12 00:00:00-04:00 5.400000095367432 5.5 5.300000190734863 5.329999923706055 2.9986398220062256 440400 0.0 0.0
72 2022-04-13 00:00:00-04:00 5.400000095367432 5.46999979019165 5.309999942779541 5.360000133514404 3.0155177116394043 3.0155179500579834 553200 0.0 0.0
73 2022-04-14 00:00:00-04:00 5.369999885559082 5.510000228881836 5.349999904632568 5.429999828338623 3.0548994541168213 3.054899215698242 399900 0.0 0.0
74 2022-04-18 00:00:00-04:00 5.460000038146973 5.639999866485596 5.400000095367432 5.550000190734863 3.1224112510681152 3.122411012649536 412700 0.0 0.0
75 2022-04-19 00:00:00-04:00 5.489999771118164 5.489999771118164 5.21999979019165 5.329999923706055 2.9986398220062256 375600 0.0 0.0
76 2022-04-20 00:00:00-04:00 5.329999923706055 5.400000095367432 5.25 5.28000020980835 2.9705100059509277 245400 0.0 0.0
77 2022-04-21 00:00:00-04:00 5.289999961853027 5.389999866485596 5.0 5.059999942779541 2.846738576889038 2.846738815307617 441300 0.0 0.0
78 2022-04-22 00:00:00-04:00 5.059999942779541 5.059999942779541 4.820000171661377 4.829999923706055 2.717341423034668 444800 0.0 0.0
79 2022-04-25 00:00:00-04:00 4.610000133514404 4.800000190734863 4.5 4.739999771118164 2.666707754135132 2.6667075157165527 598100 0.0 0.0
80 2022-04-26 00:00:00-04:00 4.78000020980835 4.929999828338623 4.730000019073486 4.820000171661377 2.7117154598236084 362000 0.0 0.0
81 2022-04-27 00:00:00-04:00 4.820000171661377 4.909999847412109 4.710000038146973 4.880000114440918 2.745471239089966 306800 0.0 0.0
82 2022-04-28 00:00:00-04:00 4.920000076293945 4.989999771118164 4.800000190734863 4.949999809265137 2.784853219985962 2.784852981567383 337000 0.0 0.0
83 2022-04-29 00:00:00-04:00 4.960000038146973 5.0 4.769999980926514 4.820000171661377 2.7117154598236084 312400 0.0 0.0
84 2022-05-02 00:00:00-04:00 4.710000038146973 4.829999923706055 4.630000114440918 4.730000019073486 2.6610817909240723 438800 0.0 0.0
85 2022-05-03 00:00:00-04:00 4.710000038146973 5.03000020980835 4.710000038146973 4.96999979019165 2.796105146408081 2.796104907989502 675000 0.0 0.0
86 2022-05-04 00:00:00-04:00 5.0 5.079999923706055 4.900000095367432 5.050000190734863 2.8411126136779785 1268500 0.0 0.0
87 2022-05-05 00:00:00-04:00 5.099999904632568 5.150000095367432 4.860000133514404 5.03000020980835 2.8298609256744385 2.8298606872558594 356000 0.0 0.0
88 2022-05-06 00:00:00-04:00 4.96999979019165 5.139999866485596 4.880000114440918 4.940000057220459 2.7792270183563232 250600 0.0 0.0
89 2022-05-09 00:00:00-04:00 4.78000020980835 4.78000020980835 4.460000038146973 4.579999923706055 2.5766923427581787 2.5766921043395996 587200 0.0 0.0
90 2022-05-10 00:00:00-04:00 4.650000095367432 4.75 4.440000057220459 4.539999961853027 2.5541882514953613 2.5541887283325195 359400 0.0 0.0
91 2022-05-11 00:00:00-04:00 4.670000076293945 4.670000076293945 4.21999979019165 4.329999923706055 2.4360432624816895 709200 0.0 0.0
92 2022-05-12 00:00:00-04:00 4.349999904632568 4.489999771118164 4.25 4.380000114440918 2.4641730785369873 564300 0.0 0.0
93 2022-05-13 00:00:00-04:00 4.429999828338623 4.840000152587891 4.429999828338623 4.769999980926514 2.6835856437683105 800600 0.0 0.0
94 2022-05-16 00:00:00-04:00 4.769999980926514 5.010000228881836 4.760000228881836 4.920000076293945 2.767975330352783 2.767974853515625 430900 0.0 0.0
95 2022-05-17 00:00:00-04:00 5.0 5.159999847412109 4.989999771118164 5.130000114440918 2.886120319366455 2.886120557785034 491800 0.0 0.0
96 2022-05-18 00:00:00-04:00 5.239999771118164 5.28000020980835 4.949999809265137 5.059999942779541 2.846738576889038 2.846738815307617 526000 0.0 0.0
97 2022-05-19 00:00:00-04:00 4.940000057220459 5.28000020980835 4.940000057220459 5.230000019073486 2.94238018989563 2.942380428314209 440200 0.0 0.0
98 2022-05-20 00:00:00-04:00 5.179999828338623 5.400000095367432 5.179999828338623 5.349999904632568 3.0098917484283447 3.0098915100097656 510600 0.0 0.0
99 2022-05-24 00:00:00-04:00 5.320000171661377 5.579999923706055 5.300000190734863 5.570000171661377 3.1336631774902344 3.1336629390716553 522100 0.0 0.0
100 2022-05-25 00:00:00-04:00 5.599999904632568 5.760000228881836 5.550000190734863 5.690000057220459 3.201174736022949 3.20117449760437 634300 0.0 0.0
101 2022-05-26 00:00:00-04:00 5.849999904632568 5.849999904632568 5.610000133514404 5.610000133514404 3.1561667919158936 3.1561665534973145 492900 0.0 0.0
102 2022-05-27 00:00:00-04:00 5.619999885559082 5.78000020980835 5.590000152587891 5.78000020980835 3.2518081665039062 3.251807928085327 746000 0.0 0.0
103 2022-05-30 00:00:00-04:00 5.840000152587891 6.139999866485596 5.840000152587891 6.139999866485596 3.454342842102051 430100 0.0 0.0
104 2022-05-31 00:00:00-04:00 6.150000095367432 6.170000076293945 5.710000038146973 5.840000152587891 3.2855641841888428 3694200 0.0 0.0
105 2022-06-01 00:00:00-04:00 5.96999979019165 6.099999904632568 5.849999904632568 5.949999809265137 3.347449541091919 3.347449779510498 478200 0.0 0.0
106 2022-06-02 00:00:00-04:00 5.949999809265137 6.070000171661377 5.860000133514404 6.0 3.375579357147217 3.375579833984375 243400 0.0 0.0
107 2022-06-03 00:00:00-04:00 5.960000038146973 6.210000038146973 5.889999866485596 6.190000057220459 3.4824728965759277 758200 0.0 0.0
108 2022-06-06 00:00:00-04:00 6.300000190734863 6.369999885559082 6.039999961853027 6.369999885559082 3.583740234375 3.583739995956421 489200 0.0 0.0
109 2022-06-07 00:00:00-04:00 6.369999885559082 6.679999828338623 6.269999980926514 6.570000171661377 3.6962597370147705 647300 0.0 0.0
110 2022-06-08 00:00:00-04:00 6.699999809265137 6.71999979019165 6.380000114440918 6.460000038146973 3.634373903274536 3.634373664855957 727300 0.0 0.0
111 2022-06-09 00:00:00-04:00 6.46999979019165 6.46999979019165 6.28000020980835 6.28000020980835 3.533106565475464 3.533106803894043 508200 0.0 0.0
112 2022-06-10 00:00:00-04:00 6.28000020980835 6.309999942779541 6.050000190734863 6.170000076293945 3.4712207317352295 3.4712209701538086 448700 0.0 0.0
113 2022-06-13 00:00:00-04:00 6.0 6.079999923706055 5.710000038146973 6.070000171661377 3.414961576461792 3.414961099624634 462500 0.0 0.0
114 2022-06-14 00:00:00-04:00 6.199999809265137 6.199999809265137 5.670000076293945 5.690000057220459 3.201174736022949 3.20117449760437 506000 0.0 0.0
115 2022-06-15 00:00:00-04:00 5.75 5.789999961853027 5.449999809265137 5.519999980926514 3.1055331230163574 3.1055328845977783 632600 0.0 0.0
116 2022-06-16 00:00:00-04:00 5.260000228881836 5.409999847412109 5.119999885559082 5.130000114440918 2.886120319366455 2.886120557785034 745300 0.0 0.0
117 2022-06-17 00:00:00-04:00 5.150000095367432 5.25 4.5 4.599999904632568 2.5879440307617188 2.587944269180298 2540000 0.0 0.0
118 2022-06-20 00:00:00-04:00 4.579999923706055 4.739999771118164 4.519999980926514 4.690000057220459 2.638578176498413 2.638577699661255 273900 0.0 0.0
119 2022-06-21 00:00:00-04:00 4.800000190734863 4.949999809265137 4.710000038146973 4.769999980926514 2.6835856437683105 592700 0.0 0.0
120 2022-06-22 00:00:00-04:00 4.449999809265137 4.460000038146973 4.300000190734863 4.309999942779541 2.424791097640991 809900 0.0 0.0
121 2022-06-23 00:00:00-04:00 4.329999923706055 4.389999866485596 3.740000009536743 3.8499999046325684 2.165996789932251 2.165996551513672 1175400 0.0 0.0
122 2022-06-24 00:00:00-04:00 3.9100000858306885 4.170000076293945 3.880000114440918 3.9700000286102295 2.233508348464966 708700 0.0 0.0
123 2022-06-27 00:00:00-04:00 4.070000171661377 4.159999847412109 3.930000066757202 4.099999904632568 2.3066458702087402 2.306645631790161 638900 0.0 0.0
124 2022-06-28 00:00:00-04:00 4.199999809265137 4.400000095367432 4.179999828338623 4.309999942779541 2.424791097640991 998100 0.0 0.0
125 2022-06-29 00:00:00-04:00 4.349999904632568 4.400000095367432 4.090000152587891 4.099999904632568 2.3066458702087402 2.306645631790161 623400 0.0 0.0
126 2022-06-30 00:00:00-04:00 4.0 4.110000133514404 3.8499999046325684 3.9800000190734863 2.2391343116760254 788400 0.0 0.0
127 2022-07-04 00:00:00-04:00 4.019999980926514 4.050000190734863 3.890000104904175 4.03000020980835 2.2672643661499023 501500 0.0 0.0
128 2022-07-05 00:00:00-04:00 3.9000000953674316 3.930000066757202 3.680000066757202 3.799999952316284 2.137866973876953 1068800 0.0 0.0
130 2022-07-07 00:00:00-04:00 3.640000104904175 3.7899999618530273 3.640000104904175 3.7300000190734863 2.098485231399536 537500 0.0 0.0
131 2022-07-08 00:00:00-04:00 3.75 3.880000114440918 3.640000104904175 3.799999952316284 2.137866973876953 380000 0.0 0.0
132 2022-07-11 00:00:00-04:00 3.740000009536743 3.890000104904175 3.640000104904175 3.8299999237060547 2.154744863510132 1113200 0.0 0.0
133 2022-07-12 00:00:00-04:00 3.7100000381469727 3.7899999618530273 3.5199999809265137 3.5399999618530273 1.9915920495986938 1.9915918111801147 693900 0.0 0.0
134 2022-07-13 00:00:00-04:00 3.4600000381469727 3.5799999237060547 3.440000057220459 3.509999990463257 1.974713921546936 537100 0.0 0.0
135 2022-07-14 00:00:00-04:00 3.380000114440918 3.4600000381469727 3.259999990463257 3.440000057220459 1.9353322982788086 877700 0.0 0.0
136 2022-07-15 00:00:00-04:00 3.5199999809265137 3.609999895095825 3.390000104904175 3.5299999713897705 1.9859659671783447 1.9859658479690552 565800 0.0 0.0
137 2022-07-18 00:00:00-04:00 3.5799999237060547 3.809999942779541 3.559999942779541 3.7699999809265137 2.1209890842437744 1215000 0.0 0.0
138 2022-07-19 00:00:00-04:00 3.759999990463257 3.880000114440918 3.740000009536743 3.8499999046325684 2.165996789932251 2.165996551513672 861800 0.0 0.0
139 2022-07-20 00:00:00-04:00 3.819999933242798 3.890000104904175 3.7300000190734863 3.859999895095825 2.1716225147247314 397100 0.0 0.0
140 2022-07-21 00:00:00-04:00 3.740000009536743 3.799999952316284 3.619999885559082 3.7100000381469727 2.087233304977417 481600 0.0 0.0
141 2022-07-22 00:00:00-04:00 3.740000009536743 3.7899999618530273 3.630000114440918 3.630000114440918 2.0422255992889404 547400 0.0 0.0
142 2022-07-25 00:00:00-04:00 3.6500000953674316 3.890000104904175 3.609999895095825 3.8399999141693115 2.1603708267211914 617400 0.0 0.0
143 2022-07-26 00:00:00-04:00 3.9000000953674316 3.9800000190734863 3.7899999618530273 3.869999885559082 2.17724871635437 538400 0.0 0.0
144 2022-07-27 00:00:00-04:00 3.8499999046325684 4.03000020980835 3.8499999046325684 4.0 2.2503862380981445 607300 0.0 0.0
145 2022-07-28 00:00:00-04:00 4.059999942779541 4.190000057220459 4.019999980926514 4.090000152587891 2.3010201454162598 2.3010199069976807 850200 0.0 0.0
146 2022-07-29 00:00:00-04:00 4.190000057220459 4.369999885559082 4.130000114440918 4.289999961853027 2.413539171218872 2.413539409637451 953100 0.0 0.0
147 2022-08-02 00:00:00-04:00 4.239999771118164 4.239999771118164 4.03000020980835 4.059999942779541 2.284142017364502 2.284141778945923 471000 0.0 0.0
148 2022-08-03 00:00:00-04:00 4.090000152587891 4.110000133514404 3.8399999141693115 3.930000066757202 2.2110044956207275 2.2110047340393066 677200 0.0 0.0
149 2022-08-04 00:00:00-04:00 3.859999895095825 3.880000114440918 3.680000066757202 3.680000066757202 2.0703554153442383 809500 0.0 0.0
150 2022-08-05 00:00:00-04:00 3.609999895095825 3.890000104904175 3.609999895095825 3.8499999046325684 2.165996789932251 2.165996551513672 380700 0.0 0.0
151 2022-08-08 00:00:00-04:00 3.799999952316284 3.940000057220459 3.759999990463257 3.940000057220459 2.216630458831787 429300 0.0 0.0
152 2022-08-09 00:00:00-04:00 4.0 4.03000020980835 3.950000047683716 4.010000228881836 2.256012439727783 2.256012201309204 328300 0.0 0.0
153 2022-08-10 00:00:00-04:00 4.039999961853027 4.039999961853027 3.9000000953674316 3.990000009536743 2.244760513305664 848100 0.0 0.0
154 2022-08-11 00:00:00-04:00 4.03000020980835 4.190000057220459 3.990000009536743 4.159999847412109 2.3404016494750977 2.3404018878936768 4875600 0.0 0.0
155 2022-08-12 00:00:00-04:00 4.150000095367432 4.420000076293945 4.110000133514404 4.300000190734863 2.4191653728485107 1629200 0.0 0.0
156 2022-08-15 00:00:00-04:00 4.110000133514404 4.369999885559082 4.03000020980835 4.300000190734863 2.4191653728485107 712300 0.0 0.0
157 2022-08-16 00:00:00-04:00 4.369999885559082 4.489999771118164 4.21999979019165 4.289999961853027 2.413539171218872 2.413539409637451 596600 0.0 0.0
158 2022-08-17 00:00:00-04:00 4.269999980926514 4.389999866485596 4.21999979019165 4.28000020980835 2.4079134464263916 2.4079136848449707 404100 0.0 0.0
159 2022-08-18 00:00:00-04:00 4.349999904632568 4.639999866485596 4.349999904632568 4.550000190734863 2.559814453125 1213700 0.0 0.0
160 2022-08-19 00:00:00-04:00 4.610000133514404 4.650000095367432 4.489999771118164 4.5 2.531684637069702 348900 0.0 0.0
161 2022-08-22 00:00:00-04:00 4.460000038146973 4.519999980926514 4.349999904632568 4.510000228881836 2.537310838699341 589300 0.0 0.0
162 2022-08-23 00:00:00-04:00 4.550000190734863 4.78000020980835 4.550000190734863 4.699999809265137 2.6442039012908936 2.6442036628723145 526400 0.0 0.0
163 2022-08-24 00:00:00-04:00 4.730000019073486 4.960000038146973 4.730000019073486 4.929999828338623 2.7736008167266846 2.7736010551452637 472800 0.0 0.0
164 2022-08-25 00:00:00-04:00 4.96999979019165 5.090000152587891 4.960000038146973 5.059999942779541 2.846738576889038 2.846738815307617 453900 0.0 0.0
165 2022-08-26 00:00:00-04:00 5.059999942779541 5.170000076293945 5.010000228881836 5.010000228881836 2.8186089992523193 342300 0.0 0.0
166 2022-08-29 00:00:00-04:00 4.949999809265137 5.199999809265137 4.909999847412109 5.130000114440918 2.886120319366455 2.886120557785034 319600 0.0 0.0
167 2022-08-30 00:00:00-04:00 5.070000171661377 5.070000171661377 4.900000095367432 4.940000057220459 2.7792270183563232 335300 0.0 0.0
168 2022-08-31 00:00:00-04:00 4.849999904632568 5.050000190734863 4.78000020980835 4.880000114440918 2.745471239089966 517200 0.0 0.0
169 2022-09-01 00:00:00-04:00 4.880000114440918 4.880000114440918 4.570000171661377 4.619999885559082 2.599195957183838 587000 0.0 0.0
170 2022-09-02 00:00:00-04:00 4.840000152587891 4.869999885559082 4.690000057220459 4.699999809265137 2.6442039012908936 2.6442036628723145 392000 0.0 0.0
171 2022-09-06 00:00:00-04:00 4.800000190734863 4.860000133514404 4.579999923706055 4.670000076293945 2.627326011657715 2.627326250076294 545600 0.0 0.0
172 2022-09-07 00:00:00-04:00 4.539999961853027 4.559999942779541 4.400000095367432 4.449999809265137 2.503554582595825 2.503554344177246 412100 0.0 0.0
173 2022-09-08 00:00:00-04:00 4.449999809265137 4.539999961853027 4.409999847412109 4.480000019073486 2.520432710647583 369200 0.0 0.0
174 2022-09-09 00:00:00-04:00 4.559999942779541 4.809999942779541 4.559999942779541 4.78000020980835 2.689211845397949 513000 0.0 0.0
175 2022-09-12 00:00:00-04:00 4.789999961853027 4.880000114440918 4.739999771118164 4.829999923706055 2.717341423034668 285000 0.0 0.0
176 2022-09-13 00:00:00-04:00 4.800000190734863 4.849999904632568 4.71999979019165 4.760000228881836 2.67795991897583 225800 0.0 0.0
177 2022-09-14 00:00:00-04:00 4.809999942779541 4.989999771118164 4.78000020980835 4.869999885559082 2.7398452758789062 2.739845037460327 1021100 0.0 0.0
178 2022-09-15 00:00:00-04:00 4.809999942779541 4.920000076293945 4.739999771118164 4.75 2.6723339557647705 2.6723337173461914 352500 0.0 0.0
179 2022-09-16 00:00:00-04:00 4.730000019073486 4.730000019073486 4.550000190734863 4.659999847412109 2.6217000484466553 2.621699810028076 702500 0.0 0.0
180 2022-09-19 00:00:00-04:00 4.5 4.659999847412109 4.389999866485596 4.639999866485596 2.610448122024536 537500 0.0 0.0
181 2022-09-20 00:00:00-04:00 4.639999866485596 4.639999866485596 4.429999828338623 4.480000019073486 2.520432710647583 400900 0.0 0.0
182 2022-09-21 00:00:00-04:00 4.519999980926514 4.559999942779541 4.309999942779541 4.320000171661377 2.430417537689209 2.430417060852051 364600 0.0 0.0
183 2022-09-22 00:00:00-04:00 4.389999866485596 4.449999809265137 4.099999904632568 4.130000114440918 2.323523759841919 2.323523998260498 515800 0.0 0.0
184 2022-09-23 00:00:00-04:00 4.0 4.0 3.5999999046325684 3.700000047683716 2.0816073417663574 960400 0.0 0.0
185 2022-09-26 00:00:00-04:00 3.690000057220459 3.75 3.3299999237060547 3.369999885559082 1.895950436592102 683500 0.0 0.0
186 2022-09-27 00:00:00-04:00 3.440000057220459 3.4700000286102295 3.3399999141693115 3.380000114440918 1.9015765190124512 931200 0.0 0.0
188 2022-09-29 00:00:00-04:00 3.5899999141693115 3.75 3.4800000190734863 3.740000009536743 2.1041111946105957 640300 0.0 0.0
189 2022-09-30 00:00:00-04:00 3.6700000762939453 3.7699999809265137 3.569999933242798 3.700000047683716 2.0816073417663574 536300 0.0 0.0
190 2022-10-03 00:00:00-04:00 3.809999942779541 3.940000057220459 3.7699999809265137 3.9000000953674316 2.194126844406128 656400 0.0 0.0
191 2022-10-04 00:00:00-04:00 3.9800000190734863 4.119999885559082 3.9800000190734863 4.010000228881836 2.256012439727783 2.256012201309204 638800 0.0 0.0
192 2022-10-05 00:00:00-04:00 4.019999980926514 4.269999980926514 3.990000009536743 4.170000076293945 2.3460276126861572 2.3460278511047363 615400 0.0 0.0
193 2022-10-06 00:00:00-04:00 4.139999866485596 4.409999847412109 4.139999866485596 4.380000114440918 2.4641730785369873 418100 0.0 0.0
194 2022-10-07 00:00:00-04:00 4.360000133514404 4.440000057220459 4.21999979019165 4.269999980926514 2.402287483215332 2.402287244796753 673400 0.0 0.0
195 2022-10-11 00:00:00-04:00 4.090000152587891 4.099999904632568 3.859999895095825 3.990000009536743 2.244760513305664 307800 0.0 0.0
196 2022-10-12 00:00:00-04:00 3.940000057220459 3.9800000190734863 3.8399999141693115 3.9700000286102295 2.233508348464966 371100 0.0 0.0
197 2022-10-13 00:00:00-04:00 3.9100000858306885 4.099999904632568 3.9100000858306885 4.039999961853027 2.272890090942383 2.272890329360962 625900 0.0 0.0
198 2022-10-14 00:00:00-04:00 4.010000228881836 4.070000171661377 3.8299999237060547 3.8399999141693115 2.1603708267211914 353500 0.0 0.0
199 2022-10-17 00:00:00-04:00 3.890000104904175 3.9700000286102295 3.8499999046325684 3.9000000953674316 2.194126844406128 546400 0.0 0.0
200 2022-10-18 00:00:00-04:00 3.930000066757202 3.990000009536743 3.8299999237060547 3.9100000858306885 2.1997525691986084 2.1997528076171875 377200 0.0 0.0
201 2022-10-19 00:00:00-04:00 3.9000000953674316 4.0 3.869999885559082 3.990000009536743 2.244760513305664 379500 0.0 0.0
202 2022-10-20 00:00:00-04:00 4.0 4.130000114440918 3.9600000381469727 3.990000009536743 2.244760513305664 453900 0.0 0.0
203 2022-10-21 00:00:00-04:00 3.9800000190734863 4.039999961853027 3.930000066757202 3.950000047683716 2.2222564220428467 2.222256660461426 396900 0.0 0.0
204 2022-10-24 00:00:00-04:00 3.9800000190734863 4.059999942779541 3.9100000858306885 4.0 2.2503862380981445 496100 0.0 0.0
205 2022-10-25 00:00:00-04:00 3.9700000286102295 4.079999923706055 3.9700000286102295 4.059999942779541 2.284142017364502 2.284141778945923 532500 0.0 0.0
206 2022-10-26 00:00:00-04:00 4.050000190734863 4.230000019073486 4.050000190734863 4.210000038146973 2.3685317039489746 877200 0.0 0.0
207 2022-10-27 00:00:00-04:00 4.21999979019165 4.300000190734863 4.130000114440918 4.170000076293945 2.3460276126861572 2.3460278511047363 474000 0.0 0.0
208 2022-10-28 00:00:00-04:00 4.119999885559082 4.199999809265137 4.03000020980835 4.070000171661377 2.2897682189941406 2.2897684574127197 363900 0.0 0.0
209 2022-10-31 00:00:00-04:00 4.010000228881836 4.230000019073486 4.010000228881836 4.110000133514404 2.3122718334198 2.312272071838379 628500 0.0 0.0
210 2022-11-01 00:00:00-04:00 4.230000019073486 4.25 4.139999866485596 4.179999828338623 2.351653575897217 319700 0.0 0.0
211 2022-11-02 00:00:00-04:00 4.170000076293945 4.340000152587891 4.110000133514404 4.21999979019165 2.374157428741455 481300 0.0 0.0
212 2022-11-03 00:00:00-04:00 4.190000057220459 4.340000152587891 4.179999828338623 4.289999961853027 2.413539171218872 2.413539409637451 279400 0.0 0.0
213 2022-11-04 00:00:00-04:00 4.360000133514404 4.590000152587891 4.340000152587891 4.550000190734863 2.559814453125 741800 0.0 0.0
214 2022-11-07 00:00:00-05:00 4.559999942779541 4.599999904632568 4.5 4.579999923706055 2.5766923427581787 2.5766921043395996 366700 0.0 0.0
215 2022-11-08 00:00:00-05:00 4.590000152587891 4.599999904632568 4.460000038146973 4.510000228881836 2.537310838699341 426500 0.0 0.0
216 2022-11-09 00:00:00-05:00 4.099999904632568 4.130000114440918 3.509999990463257 3.5799999237060547 2.0140955448150635 3261400 0.0 0.0
217 2022-11-10 00:00:00-05:00 3.609999895095825 3.609999895095825 3.240000009536743 3.5199999809265137 1.9803398847579956 1.9803401231765747 2489900 0.0 0.0
218 2022-11-11 00:00:00-05:00 3.549999952316284 3.549999952316284 3.369999885559082 3.4800000190734863 1.9578360319137573 1.9578361511230469 1531900 0.0 0.0
219 2022-11-14 00:00:00-05:00 3.4100000858306885 3.619999885559082 3.380000114440918 3.5199999809265137 1.9803398847579956 1.9803401231765747 1636500 0.0 0.0
220 2022-11-15 00:00:00-05:00 3.549999952316284 3.6500000953674316 3.509999990463257 3.619999885559082 2.036599636077881 2.0365993976593018 613200 0.0 0.0
221 2022-11-16 00:00:00-05:00 3.619999885559082 3.619999885559082 3.440000057220459 3.450000047683716 1.9409581422805786 1.940958023071289 1095300 0.0 0.0
222 2022-11-17 00:00:00-05:00 3.4200000762939453 3.4200000762939453 3.2200000286102295 3.359999895095825 1.890324592590332 1.890324354171753 1058500 0.0 0.0
223 2022-11-18 00:00:00-05:00 3.299999952316284 3.3499999046325684 3.2300000190734863 3.3299999237060547 1.8734464645385742 1005000 0.0 0.0
224 2022-11-21 00:00:00-05:00 3.2899999618530273 3.3299999237060547 3.130000114440918 3.2899999618530273 1.8509427309036255 1701700 0.0 0.0
225 2022-11-22 00:00:00-05:00 3.309999942779541 3.450000047683716 3.309999942779541 3.4100000858306885 1.9184544086456299 1.9184542894363403 668000 0.0 0.0
226 2022-11-23 00:00:00-05:00 3.3399999141693115 3.559999942779541 3.299999952316284 3.4600000381469727 1.9465841054916382 1.9465842247009277 626600 0.0 0.0
227 2022-11-24 00:00:00-05:00 3.450000047683716 3.4600000381469727 3.380000114440918 3.430000066757202 1.9297062158584595 213400 0.0 0.0
228 2022-11-25 00:00:00-05:00 3.450000047683716 3.4800000190734863 3.369999885559082 3.380000114440918 1.9015765190124512 404100 0.0 0.0
229 2022-11-28 00:00:00-05:00 3.309999942779541 3.359999895095825 3.259999990463257 3.299999952316284 1.8565688133239746 1.8565685749053955 472800 0.0 0.0
230 2022-11-29 00:00:00-05:00 3.3299999237060547 3.4800000190734863 3.309999942779541 3.4000000953674316 1.9128283262252808 782700 0.0 0.0
231 2022-11-30 00:00:00-05:00 3.5899999141693115 3.5899999141693115 3.4000000953674316 3.4000000953674316 1.9128283262252808 1510300 0.0 0.0
232 2022-12-01 00:00:00-05:00 3.4600000381469727 3.549999952316284 3.359999895095825 3.369999885559082 1.895950436592102 570700 0.0 0.0
233 2022-12-02 00:00:00-05:00 3.369999885559082 3.450000047683716 3.3299999237060547 3.3499999046325684 1.8846986293792725 319600 0.0 0.0
234 2022-12-05 00:00:00-05:00 3.4000000953674316 3.4700000286102295 3.259999990463257 3.299999952316284 1.8565688133239746 1.8565685749053955 1100300 0.0 0.0
235 2022-12-06 00:00:00-05:00 3.2899999618530273 3.3499999046325684 3.0799999237060547 3.0799999237060547 1.732797384262085 1268000 0.0 0.0
236 2022-12-07 00:00:00-05:00 3.0799999237060547 3.180000066757202 2.9800000190734863 3.0899999141693115 1.738423466682434 769100 0.0 0.0
237 2022-12-08 00:00:00-05:00 3.190000057220459 3.190000057220459 2.990000009536743 3.0299999713897705 1.7046674489974976 1.7046676874160767 618300 0.0 0.0
238 2022-12-09 00:00:00-05:00 3.0199999809265137 3.059999942779541 2.950000047683716 3.059999942779541 1.7215455770492554 779100 0.0 0.0
239 2022-12-12 00:00:00-05:00 3.059999942779541 3.0899999141693115 2.950000047683716 2.9700000286102295 1.6709117889404297 1.6709119081497192 1015200 0.0 0.0
240 2022-12-13 00:00:00-05:00 3.059999942779541 3.130000114440918 2.930000066757202 3.049999952316284 1.7159194946289062 1.7159196138381958 1585100 0.0 0.0
241 2022-12-14 00:00:00-05:00 3.0799999237060547 3.119999885559082 3.009999990463257 3.0999999046325684 1.744049310684204 508600 0.0 0.0
242 2022-12-15 00:00:00-05:00 3.049999952316284 3.0799999237060547 2.9700000286102295 3.0799999237060547 1.732797384262085 802900 0.0 0.0
243 2022-12-16 00:00:00-05:00 3.009999990463257 3.0299999713897705 2.890000104904175 2.940000057220459 1.6540340185165405 1059300 0.0 0.0
244 2022-12-19 00:00:00-05:00 2.9100000858306885 2.930000066757202 2.680000066757202 2.740000009536743 1.5415146350860596 2117800 0.0 0.0
245 2022-12-20 00:00:00-05:00 2.740000009536743 2.859999895095825 2.7100000381469727 2.8299999237060547 1.5921483039855957 1.5921484231948853 988400 0.0 0.0
246 2022-12-21 00:00:00-05:00 2.8399999141693115 3.059999942779541 2.8399999141693115 3.0299999713897705 1.7046674489974976 1.7046676874160767 796100 0.0 0.0
247 2022-12-22 00:00:00-05:00 3.049999952316284 3.059999942779541 2.890000104904175 2.9200000762939453 1.6427820920944214 1115000 0.0 0.0
248 2022-12-23 00:00:00-05:00 2.9700000286102295 3.190000057220459 2.950000047683716 3.1700000762939453 1.7834311723709106 1357700 0.0 0.0
249 2022-12-28 00:00:00-05:00 3.109999895095825 3.119999885559082 2.9200000762939453 2.940000057220459 1.6540340185165405 1075500 0.0 0.0
250 2022-12-29 00:00:00-05:00 2.9200000762939453 3.009999990463257 2.9200000762939453 2.990000009536743 1.6821637153625488 471300 0.0 0.0
251 2022-12-30 00:00:00-05:00 2.9600000381469727 3.0299999713897705 2.9600000381469727 3.0 1.6877896785736084 1.6877899169921875 573100 0.0 0.0
252 2023-01-03 00:00:00-05:00 2.9700000286102295 3.0 2.75 2.7699999809265137 1.5583925247192383 766300 0.0 0.0
253 2023-01-04 00:00:00-05:00 2.7699999809265137 2.7799999713897705 2.680000066757202 2.7100000381469727 1.5246367454528809 735100 0.0 0.0
254 2023-01-05 00:00:00-05:00 2.690000057220459 2.7699999809265137 2.680000066757202 2.7100000381469727 1.5246367454528809 716200 0.0 0.0
255 2023-01-06 00:00:00-05:00 2.7300000190734863 2.809999942779541 2.7300000190734863 2.799999952316284 1.5752702951431274 1.575270414352417 333100 0.0 0.0
256 2023-01-09 00:00:00-05:00 2.859999895095825 2.950000047683716 2.819999933242798 2.880000114440918 1.620278239250183 491400 0.0 0.0
257 2023-01-10 00:00:00-05:00 2.859999895095825 2.9100000858306885 2.809999942779541 2.890000104904175 1.6259040832519531 1.6259039640426636 418900 0.0 0.0
258 2023-01-11 00:00:00-05:00 2.890000104904175 2.990000009536743 2.890000104904175 2.9200000762939453 1.6427820920944214 808900 0.0 0.0
259 2023-01-12 00:00:00-05:00 2.9700000286102295 3.0799999237060547 2.950000047683716 3.0399999618530273 1.7102934122085571 900700 0.0 0.0
260 2023-01-13 00:00:00-05:00 3.0399999618530273 3.0999999046325684 2.9800000190734863 3.0299999713897705 1.7046674489974976 1.7046676874160767 625000 0.0 0.0
261 2023-01-16 00:00:00-05:00 3.0299999713897705 3.0399999618530273 3.0 3.009999990463257 1.6934157609939575 1.693415641784668 360400 0.0 0.0
262 2023-01-17 00:00:00-05:00 3.059999942779541 3.1700000762939453 3.0 3.1500000953674316 1.7721792459487915 699200 0.0 0.0
263 2023-01-18 00:00:00-05:00 3.190000057220459 3.2899999618530273 3.130000114440918 3.130000114440918 1.760927438735962 707500 0.0 0.0
264 2023-01-19 00:00:00-05:00 3.130000114440918 3.140000104904175 3.0299999713897705 3.119999885559082 1.7553013563156128 1.7553012371063232 291600 0.0 0.0
265 2023-01-20 00:00:00-05:00 3.109999895095825 3.1600000858306885 3.0799999237060547 3.119999885559082 1.7553013563156128 1.7553012371063232 191000 0.0 0.0
266 2023-01-23 00:00:00-05:00 3.140000104904175 3.180000066757202 3.069999933242798 3.109999895095825 1.7496753931045532 1.7496752738952637 329700 0.0 0.0
267 2023-01-24 00:00:00-05:00 3.059999942779541 3.0899999141693115 3.009999990463257 3.0199999809265137 1.6990416049957275 1.699041724205017 496300 0.0 0.0
268 2023-01-25 00:00:00-05:00 3.009999990463257 3.049999952316284 2.930000066757202 3.049999952316284 1.7159194946289062 1.7159196138381958 415700 0.0 0.0
269 2023-01-26 00:00:00-05:00 3.049999952316284 3.0899999141693115 2.990000009536743 3.0399999618530273 1.7102934122085571 243700 0.0 0.0
270 2023-01-27 00:00:00-05:00 3.0299999713897705 3.069999933242798 2.9600000381469727 3.0199999809265137 1.6990416049957275 1.699041724205017 432400 0.0 0.0
271 2023-01-30 00:00:00-05:00 2.9800000190734863 2.9800000190734863 2.869999885559082 2.890000104904175 1.6259040832519531 1.6259039640426636 427200 0.0 0.0
272 2023-01-31 00:00:00-05:00 2.859999895095825 2.9600000381469727 2.809999942779541 2.9600000381469727 1.6652858257293701 1.6652859449386597 428900 0.0 0.0
273 2023-02-01 00:00:00-05:00 2.9600000381469727 3.0 2.880000114440918 2.940000057220459 1.6540340185165405 800000 0.0 0.0
274 2023-02-02 00:00:00-05:00 2.9700000286102295 2.9700000286102295 2.8499999046325684 2.880000114440918 1.620278239250183 552400 0.0 0.0
275 2023-02-03 00:00:00-05:00 2.869999885559082 2.950000047683716 2.859999895095825 2.9000000953674316 1.6315300464630127 468600 0.0 0.0
276 2023-02-06 00:00:00-05:00 2.9000000953674316 2.9200000762939453 2.8299999237060547 2.8399999141693115 1.5977742671966553 1.5977741479873657 214400 0.0 0.0
277 2023-02-07 00:00:00-05:00 2.869999885559082 3.0899999141693115 2.859999895095825 3.0899999141693115 1.738423466682434 736000 0.0 0.0
278 2023-02-08 00:00:00-05:00 3.0999999046325684 3.109999895095825 3.0 3.0 1.6877896785736084 1.6877899169921875 293100 0.0 0.0
279 2023-02-09 00:00:00-05:00 2.9700000286102295 3.0399999618530273 2.9700000286102295 3.0199999809265137 1.6990416049957275 1.699041724205017 290000 0.0 0.0
280 2023-02-10 00:00:00-05:00 3.009999990463257 3.0899999141693115 3.009999990463257 3.049999952316284 1.7159194946289062 1.7159196138381958 319600 0.0 0.0
281 2023-02-13 00:00:00-05:00 3.0899999141693115 3.0899999141693115 2.9700000286102295 3.0 1.6877896785736084 1.6877899169921875 494600 0.0 0.0
282 2023-02-14 00:00:00-05:00 2.990000009536743 3.009999990463257 2.950000047683716 3.0 1.6877896785736084 1.6877899169921875 354700 0.0 0.0
283 2023-02-15 00:00:00-05:00 2.9700000286102295 2.990000009536743 2.890000104904175 2.9700000286102295 1.6709117889404297 1.6709119081497192 301400 0.0 0.0
284 2023-02-16 00:00:00-05:00 2.940000057220459 3.0 2.9200000762939453 2.990000009536743 1.6821637153625488 212600 0.0 0.0
285 2023-02-17 00:00:00-05:00 2.930000066757202 2.930000066757202 2.759999990463257 2.7799999713897705 1.5640184879302979 1.5640183687210083 823900 0.0 0.0
286 2023-02-21 00:00:00-05:00 2.809999942779541 2.8299999237060547 2.7100000381469727 2.7200000286102295 1.5302625894546509 352700 0.0 0.0
287 2023-02-22 00:00:00-05:00 2.740000009536743 2.740000009536743 2.640000104904175 2.6600000858306885 1.496506929397583 343700 0.0 0.0
288 2023-02-23 00:00:00-05:00 2.700000047683716 2.7799999713897705 2.6600000858306885 2.75 1.5471407175064087 1.5471405982971191 292200 0.0 0.0
289 2023-02-24 00:00:00-05:00 2.700000047683716 2.799999952316284 2.700000047683716 2.7799999713897705 1.5640184879302979 1.5640183687210083 322100 0.0 0.0
290 2023-02-27 00:00:00-05:00 2.809999942779541 2.9100000858306885 2.75 2.880000114440918 1.620278239250183 268200 0.0 0.0
291 2023-02-28 00:00:00-05:00 2.880000114440918 2.9200000762939453 2.819999933242798 2.8499999046325684 1.6034001111984253 1.6034003496170044 917800 0.0 0.0
292 2023-03-01 00:00:00-05:00 2.859999895095825 2.9800000190734863 2.859999895095825 2.9800000190734863 1.6765376329421997 1.6765377521514893 327600 0.0 0.0
293 2023-03-02 00:00:00-05:00 3.0 3.0299999713897705 2.9200000762939453 2.9600000381469727 1.6652858257293701 1.6652859449386597 287600 0.0 0.0
294 2023-03-03 00:00:00-05:00 2.9100000858306885 3.0799999237060547 2.9100000858306885 3.049999952316284 1.7159194946289062 1.7159196138381958 289700 0.0 0.0
295 2023-03-06 00:00:00-05:00 3.059999942779541 3.059999942779541 2.9700000286102295 3.009999990463257 1.6934157609939575 1.693415641784668 232100 0.0 0.0
296 2023-03-07 00:00:00-05:00 2.9800000190734863 3.0 2.880000114440918 2.9100000858306885 1.6371560096740723 1.6371561288833618 279700 0.0 0.0
297 2023-03-08 00:00:00-05:00 2.9700000286102295 3.059999942779541 2.9000000953674316 2.9600000381469727 1.6652858257293701 1.6652859449386597 455000 0.0 0.0
298 2023-03-09 00:00:00-05:00 3.0 3.180000066757202 2.990000009536743 3.009999990463257 1.6934157609939575 1.693415641784668 336300 0.0 0.0
299 2023-03-10 00:00:00-05:00 3.009999990463257 3.059999942779541 2.9100000858306885 2.950000047683716 1.6596599817276 1.6596598625183105 350400 0.0 0.0
300 2023-03-13 00:00:00-04:00 2.8299999237060547 2.9100000858306885 2.75 2.9000000953674316 1.6315300464630127 435800 0.0 0.0
301 2023-03-14 00:00:00-04:00 2.869999885559082 2.950000047683716 2.8399999141693115 2.880000114440918 1.9108608961105347 1.9108607769012451 231900 0.441 0.0
302 2023-03-15 00:00:00-04:00 2.75 2.759999990463257 2.4700000286102295 2.630000114440918 1.7449876070022583 1.7449873685836792 1133800 0.0 0.0
303 2023-03-16 00:00:00-04:00 2.6500000953674316 2.7300000190734863 2.569999933242798 2.7200000286102295 1.804701805114746 1.8047016859054565 420000 0.0 0.0
304 2023-03-17 00:00:00-04:00 2.680000066757202 2.75 2.619999885559082 2.630000114440918 1.7449876070022583 1.7449873685836792 403800 0.0 0.0
305 2023-03-20 00:00:00-04:00 2.640000104904175 2.7300000190734863 2.619999885559082 2.7200000286102295 1.804701805114746 1.8047016859054565 251300 0.0 0.0
306 2023-03-21 00:00:00-04:00 2.7699999809265137 2.8399999141693115 2.7200000286102295 2.7699999809265137 1.837876558303833 1.8378764390945435 311100 0.0 0.0
307 2023-03-22 00:00:00-04:00 2.759999990463257 2.7899999618530273 2.6600000858306885 2.6600000858306885 1.764892339706421 162000 0.0 0.0
308 2023-03-23 00:00:00-04:00 2.690000057220459 2.740000009536743 2.5899999141693115 2.640000104904175 1.7516224384307861 190900 0.0 0.0
309 2023-03-24 00:00:00-04:00 2.569999933242798 2.6600000858306885 2.569999933242798 2.630000114440918 1.7449876070022583 1.7449873685836792 301600 0.0 0.0
310 2023-03-27 00:00:00-04:00 2.630000114440918 2.7200000286102295 2.559999942779541 2.7100000381469727 1.7980668544769287 226600 0.0 0.0
311 2023-03-28 00:00:00-04:00 2.740000009536743 2.740000009536743 2.6600000858306885 2.7100000381469727 1.7980668544769287 161900 0.0 0.0
312 2023-03-29 00:00:00-04:00 2.700000047683716 2.759999990463257 2.690000057220459 2.7200000286102295 1.804701805114746 1.8047016859054565 202700 0.0 0.0
313 2023-03-30 00:00:00-04:00 2.700000047683716 2.75 2.6700000762939453 2.7200000286102295 1.804701805114746 1.8047016859054565 118100 0.0 0.0
314 2023-03-31 00:00:00-04:00 2.75 2.799999952316284 2.75 2.7699999809265137 1.837876558303833 1.8378764390945435 201700 0.0 0.0
315 2023-04-03 00:00:00-04:00 2.7699999809265137 2.9600000381469727 2.7699999809265137 2.9600000381469727 1.9639402627944946 876600 0.0 0.0
316 2023-04-04 00:00:00-04:00 2.990000009536743 2.990000009536743 2.880000114440918 2.9200000762939453 1.9374005794525146 151100 0.0 0.0
317 2023-04-05 00:00:00-04:00 2.940000057220459 2.940000057220459 2.819999933242798 2.8399999141693115 1.8843209743499756 90400 0.0 0.0
318 2023-04-06 00:00:00-04:00 2.880000114440918 2.880000114440918 2.7799999713897705 2.799999952316284 1.857781171798706 123900 0.0 0.0
319 2023-04-10 00:00:00-04:00 2.7899999618530273 2.9000000953674316 2.7799999713897705 2.7899999618530273 1.8511462211608887 1.8511464595794678 205200 0.0 0.0
320 2023-04-11 00:00:00-04:00 2.7699999809265137 2.8299999237060547 2.7699999809265137 2.809999942779541 1.864416241645813 345000 0.0 0.0
321 2023-04-12 00:00:00-04:00 2.8299999237060547 2.8499999046325684 2.799999952316284 2.809999942779541 1.864416241645813 210200 0.0 0.0
322 2023-04-13 00:00:00-04:00 2.7899999618530273 2.809999942779541 2.7699999809265137 2.7899999618530273 1.8511462211608887 1.8511464595794678 234700 0.0 0.0
323 2023-04-14 00:00:00-04:00 2.799999952316284 2.8299999237060547 2.740000009536743 2.75 1.8246067762374878 1.8246066570281982 545200 0.0 0.0
324 2023-04-17 00:00:00-04:00 2.7899999618530273 2.7899999618530273 2.7200000286102295 2.75 1.8246067762374878 1.8246066570281982 171800 0.0 0.0
325 2023-04-18 00:00:00-04:00 2.75 2.75 2.680000066757202 2.7100000381469727 1.7980668544769287 194200 0.0 0.0
326 2023-04-19 00:00:00-04:00 2.7100000381469727 2.7100000381469727 2.619999885559082 2.6600000858306885 1.764892339706421 269500 0.0 0.0
327 2023-04-20 00:00:00-04:00 2.640000104904175 2.640000104904175 2.569999933242798 2.619999885559082 1.7383522987365723 1.7383525371551514 833900 0.0 0.0
328 2023-04-21 00:00:00-04:00 2.619999885559082 2.6500000953674316 2.5999999046325684 2.6500000953674316 1.758257269859314 1.7582573890686035 174500 0.0 0.0
329 2023-04-24 00:00:00-04:00 2.609999895095825 2.6600000858306885 2.569999933242798 2.6600000858306885 1.764892339706421 255300 0.0 0.0
330 2023-04-25 00:00:00-04:00 2.619999885559082 2.6500000953674316 2.569999933242798 2.5899999141693115 1.7184476852416992 1.7184475660324097 406500 0.0 0.0
331 2023-04-26 00:00:00-04:00 2.569999933242798 2.619999885559082 2.4800000190734863 2.4800000190734863 1.645463466644287 293400 0.0 0.0
332 2023-04-27 00:00:00-04:00 2.5 2.5299999713897705 2.450000047683716 2.4800000190734863 1.645463466644287 251700 0.0 0.0
333 2023-04-28 00:00:00-04:00 2.5299999713897705 2.549999952316284 2.4800000190734863 2.5 1.6587332487106323 405600 0.0 0.0
334 2023-05-01 00:00:00-04:00 2.4800000190734863 2.5799999237060547 2.4800000190734863 2.5399999618530273 1.6852729320526123 1.6852730512619019 138100 0.0 0.0
335 2023-05-02 00:00:00-04:00 2.549999952316284 2.549999952316284 2.299999952316284 2.3299999237060547 1.5459394454956055 1.545939326286316 846200 0.0 0.0
336 2023-05-03 00:00:00-04:00 2.309999942779541 2.3499999046325684 2.240000009536743 2.3499999046325684 1.5592092275619507 1.5592091083526611 555600 0.0 0.0
337 2023-05-04 00:00:00-04:00 2.3499999046325684 2.380000114440918 2.299999952316284 2.3499999046325684 1.5592092275619507 1.5592091083526611 359300 0.0 0.0
338 2023-05-05 00:00:00-04:00 2.4200000762939453 2.5199999809265137 2.4100000858306885 2.5199999809265137 1.672003149986267 1.6720030307769775 321700 0.0 0.0
339 2023-05-08 00:00:00-04:00 2.509999990463257 2.549999952316284 2.5 2.5199999809265137 1.672003149986267 1.6720030307769775 226500 0.0 0.0
340 2023-05-09 00:00:00-04:00 2.549999952316284 2.549999952316284 2.490000009536743 2.5299999713897705 1.6786381006240845 120400 0.0 0.0
341 2023-05-10 00:00:00-04:00 2.549999952316284 2.549999952316284 2.430000066757202 2.4800000190734863 1.645463466644287 236300 0.0 0.0
342 2023-05-11 00:00:00-04:00 2.4800000190734863 2.5199999809265137 2.380000114440918 2.380000114440918 1.5791141986846924 1.579114317893982 433000 0.0 0.0
343 2023-05-12 00:00:00-04:00 2.430000066757202 2.549999952316284 2.4000000953674316 2.5299999713897705 1.6786381006240845 510700 0.0 0.0
344 2023-05-15 00:00:00-04:00 2.5399999618530273 2.630000114440918 2.5299999713897705 2.619999885559082 1.7383522987365723 1.7383525371551514 230800 0.0 0.0
345 2023-05-16 00:00:00-04:00 2.619999885559082 2.6700000762939453 2.440000057220459 2.4800000190734863 1.645463466644287 579000 0.0 0.0
346 2023-05-17 00:00:00-04:00 2.4800000190734863 2.509999990463257 2.4100000858306885 2.4800000190734863 1.645463466644287 196000 0.0 0.0
347 2023-05-18 00:00:00-04:00 2.4600000381469727 2.5399999618530273 2.440000057220459 2.5 1.6587332487106323 233000 0.0 0.0
348 2023-05-19 00:00:00-04:00 2.559999942779541 2.5799999237060547 2.4700000286102295 2.509999990463257 1.6653683185577393 229000 0.0 0.0
349 2023-05-23 00:00:00-04:00 2.4600000381469727 2.609999895095825 2.4600000381469727 2.559999942779541 1.6985427141189575 1.698542833328247 240100 0.0 0.0
350 2023-05-24 00:00:00-04:00 2.5199999809265137 2.559999942779541 2.440000057220459 2.4700000286102295 1.6388285160064697 199100 0.0 0.0
351 2023-05-25 00:00:00-04:00 2.5 2.5 2.380000114440918 2.4000000953674316 1.5923840999603271 287100 0.0 0.0
352 2023-05-26 00:00:00-04:00 2.4000000953674316 2.4700000286102295 2.369999885559082 2.4000000953674316 1.5923840999603271 150100 0.0 0.0
353 2023-05-29 00:00:00-04:00 2.4000000953674316 2.4800000190734863 2.4000000953674316 2.4600000381469727 1.6321935653686523 58700 0.0 0.0
354 2023-05-30 00:00:00-04:00 2.440000057220459 2.440000057220459 2.3299999237060547 2.390000104904175 1.5857491493225098 1.5857490301132202 281300 0.0 0.0
355 2023-05-31 00:00:00-04:00 2.3299999237060547 2.4600000381469727 2.259999990463257 2.430000066757202 1.6122888326644897 708800 0.0 0.0
356 2023-06-01 00:00:00-04:00 2.390000104904175 2.4100000858306885 2.299999952316284 2.3299999237060547 1.5459394454956055 1.545939326286316 490100 0.0 0.0
357 2023-06-02 00:00:00-04:00 2.3299999237060547 2.549999952316284 2.3299999237060547 2.549999952316284 1.6919077634811401 1.6919080018997192 1196900 0.0 0.0
358 2023-06-05 00:00:00-04:00 2.509999990463257 2.619999885559082 2.509999990463257 2.549999952316284 1.6919077634811401 1.6919080018997192 317400 0.0 0.0
359 2023-06-06 00:00:00-04:00 2.569999933242798 2.5799999237060547 2.4700000286102295 2.490000009536743 1.6520984172821045 1.652098298072815 401600 0.0 0.0
360 2023-06-07 00:00:00-04:00 2.4800000190734863 2.5199999809265137 2.4600000381469727 2.4800000190734863 1.645463466644287 176900 0.0 0.0
361 2023-06-08 00:00:00-04:00 2.5 2.609999895095825 2.430000066757202 2.559999942779541 1.6985427141189575 1.698542833328247 510900 0.0 0.0
362 2023-06-09 00:00:00-04:00 2.549999952316284 2.5999999046325684 2.5 2.5 1.6587332487106323 178700 0.0 0.0
363 2023-06-12 00:00:00-04:00 2.4800000190734863 2.4800000190734863 2.390000104904175 2.4100000858306885 1.599018931388855 205900 0.0 0.0
364 2023-06-13 00:00:00-04:00 2.4200000762939453 2.5299999713897705 2.4200000762939453 2.4200000762939453 1.6056538820266724 1.605654001235962 201500 0.0 0.0
365 2023-06-14 00:00:00-04:00 2.4200000762939453 2.440000057220459 2.3499999046325684 2.3499999046325684 1.906663179397583 158000 0.441 0.0
366 2023-06-15 00:00:00-04:00 2.430000066757202 2.430000066757202 2.3399999141693115 2.4100000858306885 1.9553440809249878 92600 0.0 0.0
367 2023-06-16 00:00:00-04:00 2.4100000858306885 2.440000057220459 2.3399999141693115 2.369999885559082 1.9228901863098145 1.922890067100525 407100 0.0 0.0
368 2023-06-19 00:00:00-04:00 2.4100000858306885 2.4100000858306885 2.359999895095825 2.369999885559082 1.9228901863098145 1.922890067100525 69900 0.0 0.0
369 2023-06-20 00:00:00-04:00 2.359999895095825 2.359999895095825 2.2699999809265137 2.2899999618530273 1.8579825162887573 1.8579823970794678 404500 0.0 0.0
370 2023-06-21 00:00:00-04:00 2.2899999618530273 2.2899999618530273 2.2100000381469727 2.259999990463257 1.8336421251296997 234900 0.0 0.0
371 2023-06-22 00:00:00-04:00 2.25 2.259999990463257 2.119999885559082 2.130000114440918 1.7281672954559326 1.728167176246643 366900 0.0 0.0
372 2023-06-23 00:00:00-04:00 2.1600000858306885 2.200000047683716 2.0799999237060547 2.0999999046325684 1.703826665878296 1.7038267850875854 175300 0.0 0.0
373 2023-06-26 00:00:00-04:00 2.1600000858306885 2.1600000858306885 2.0899999141693115 2.0999999046325684 1.703826665878296 1.7038267850875854 109500 0.0 0.0
374 2023-06-27 00:00:00-04:00 2.0899999141693115 2.130000114440918 2.059999942779541 2.059999942779541 1.6713727712631226 1.671372890472412 165900 0.0 0.0
375 2023-06-28 00:00:00-04:00 2.0999999046325684 2.1600000858306885 2.0199999809265137 2.1600000858306885 1.7525076866149902 1.7525074481964111 287900 0.0 0.0
376 2023-06-29 00:00:00-04:00 2.1600000858306885 2.2100000381469727 2.1500000953674316 2.2100000381469727 1.7930748462677002 113900 0.0 0.0
377 2023-06-30 00:00:00-04:00 2.190000057220459 2.299999952316284 2.180000066757202 2.2699999809265137 1.8417555093765259 1.8417556285858154 354000 0.0 0.0
378 2023-07-04 00:00:00-04:00 2.319999933242798 2.380000114440918 2.25 2.359999895095825 1.9147765636444092 1.9147766828536987 245600 0.0 0.0
379 2023-07-05 00:00:00-04:00 2.4600000381469727 2.4600000381469727 2.2100000381469727 2.2100000381469727 1.7930748462677002 475400 0.0 0.0
380 2023-07-06 00:00:00-04:00 2.2100000381469727 2.2699999809265137 2.190000057220459 2.200000047683716 1.784961462020874 1.7849613428115845 240200 0.0 0.0
381 2023-07-07 00:00:00-04:00 2.2100000381469727 2.380000114440918 2.2100000381469727 2.3299999237060547 1.8904362916946411 1.8904361724853516 222100 0.0 0.0
382 2023-07-10 00:00:00-04:00 2.309999942779541 2.3499999046325684 2.299999952316284 2.299999952316284 1.8660959005355835 55700 0.0 0.0
383 2023-07-11 00:00:00-04:00 2.2899999618530273 2.4000000953674316 2.2799999713897705 2.4000000953674316 1.9472306966781616 238500 0.0 0.0
384 2023-07-12 00:00:00-04:00 2.450000047683716 2.4600000381469727 2.390000104904175 2.440000057220459 1.9796844720840454 1.9796843528747559 241500 0.0 0.0
385 2023-07-13 00:00:00-04:00 2.4000000953674316 2.4600000381469727 2.390000104904175 2.440000057220459 1.9796844720840454 1.9796843528747559 153200 0.0 0.0
386 2023-07-14 00:00:00-04:00 2.3499999046325684 2.390000104904175 2.2799999713897705 2.2899999618530273 1.8579825162887573 1.8579823970794678 232100 0.0 0.0
387 2023-07-17 00:00:00-04:00 2.2899999618530273 2.309999942779541 2.2200000286102295 2.240000009536743 1.8174152374267578 144600 0.0 0.0
388 2023-07-18 00:00:00-04:00 2.2300000190734863 2.3499999046325684 2.2300000190734863 2.309999942779541 1.8742094039916992 1.8742092847824097 146700 0.0 0.0
389 2023-07-19 00:00:00-04:00 2.299999952316284 2.4700000286102295 2.299999952316284 2.450000047683716 1.9877978563308716 1.9877979755401611 443000 0.0 0.0
390 2023-07-20 00:00:00-04:00 2.4800000190734863 2.569999933242798 2.4800000190734863 2.5199999809265137 2.0445921421051025 270100 0.0 0.0
391 2023-07-21 00:00:00-04:00 2.5799999237060547 2.5799999237060547 2.450000047683716 2.4800000190734863 2.0121383666992188 2.0121381282806396 222600 0.0 0.0
392 2023-07-24 00:00:00-04:00 2.5 2.5299999713897705 2.4700000286102295 2.490000009536743 2.020251750946045 197200 0.0 0.0
393 2023-07-25 00:00:00-04:00 2.4700000286102295 2.490000009536743 2.4100000858306885 2.440000057220459 1.9796844720840454 1.9796843528747559 188700 0.0 0.0
394 2023-07-26 00:00:00-04:00 2.4000000953674316 2.450000047683716 2.4000000953674316 2.450000047683716 1.9877978563308716 1.9877979755401611 128100 0.0 0.0
395 2023-07-27 00:00:00-04:00 2.4800000190734863 2.4800000190734863 2.4000000953674316 2.4100000858306885 1.9553440809249878 381600 0.0 0.0
396 2023-07-28 00:00:00-04:00 2.450000047683716 2.549999952316284 2.380000114440918 2.5299999713897705 2.0527055263519287 424500 0.0 0.0
397 2023-07-31 00:00:00-04:00 2.5 2.7300000190734863 2.5 2.7200000286102295 2.2068612575531006 516500 0.0 0.0
398 2023-08-01 00:00:00-04:00 2.740000009536743 2.759999990463257 2.3399999141693115 2.450000047683716 1.9877978563308716 1.9877979755401611 3980500 0.0 0.0
399 2023-08-02 00:00:00-04:00 2.4600000381469727 2.4600000381469727 2.3299999237060547 2.369999885559082 1.9228901863098145 1.922890067100525 2111700 0.0 0.0
400 2023-08-03 00:00:00-04:00 2.359999895095825 2.450000047683716 2.359999895095825 2.440000057220459 1.9796844720840454 1.9796843528747559 814300 0.0 0.0
401 2023-08-04 00:00:00-04:00 2.4700000286102295 2.5399999618530273 2.4200000762939453 2.5399999618530273 2.060818910598755 1363900 0.0 0.0
402 2023-08-08 00:00:00-04:00 2.509999990463257 2.549999952316284 2.4700000286102295 2.5299999713897705 2.0527055263519287 776900 0.0 0.0
403 2023-08-09 00:00:00-04:00 2.549999952316284 2.559999942779541 2.5 2.5199999809265137 2.0445921421051025 932100 0.0 0.0
404 2023-08-10 00:00:00-04:00 2.5199999809265137 2.5299999713897705 2.4700000286102295 2.490000009536743 2.020251750946045 389700 0.0 0.0
405 2023-08-11 00:00:00-04:00 2.4800000190734863 2.509999990463257 2.4800000190734863 2.509999990463257 2.0364787578582764 280800 0.0 0.0
406 2023-08-14 00:00:00-04:00 2.509999990463257 2.509999990463257 2.4000000953674316 2.430000066757202 1.9715710878372192 1.9715709686279297 361600 0.0 0.0
407 2023-08-15 00:00:00-04:00 2.4200000762939453 2.440000057220459 2.2699999809265137 2.319999933242798 1.8823227882385254 1.882322907447815 1139100 0.0 0.0
408 2023-08-16 00:00:00-04:00 2.2899999618530273 2.359999895095825 2.2300000190734863 2.259999990463257 1.8336421251296997 474700 0.0 0.0
409 2023-08-17 00:00:00-04:00 2.259999990463257 2.309999942779541 2.25 2.309999942779541 1.8742094039916992 1.8742092847824097 1188900 0.0 0.0
410 2023-08-18 00:00:00-04:00 2.2699999809265137 2.390000104904175 2.240000009536743 2.359999895095825 1.9147765636444092 1.9147766828536987 554900 0.0 0.0
411 2023-08-21 00:00:00-04:00 2.380000114440918 2.4000000953674316 2.3299999237060547 2.3299999237060547 1.8904362916946411 1.8904361724853516 211200 0.0 0.0
412 2023-08-22 00:00:00-04:00 2.3499999046325684 2.369999885559082 2.25 2.2699999809265137 1.8417555093765259 1.8417556285858154 336200 0.0 0.0
413 2023-08-23 00:00:00-04:00 2.240000009536743 2.259999990463257 2.200000047683716 2.2200000286102295 1.801188349723816 1.8011882305145264 368100 0.0 0.0
414 2023-08-24 00:00:00-04:00 2.2100000381469727 2.2100000381469727 2.130000114440918 2.1600000858306885 1.7525076866149902 1.7525074481964111 270700 0.0 0.0
415 2023-08-25 00:00:00-04:00 2.1600000858306885 2.190000057220459 2.0 2.109999895095825 1.7119401693344116 1.711940050125122 706100 0.0 0.0
416 2023-08-28 00:00:00-04:00 2.1500000953674316 2.190000057220459 2.130000114440918 2.1500000953674316 1.744394063949585 1.7443941831588745 655500 0.0 0.0
417 2023-08-29 00:00:00-04:00 2.1600000858306885 2.200000047683716 2.1500000953674316 2.190000057220459 1.7768479585647583 245600 0.0 0.0
418 2023-08-30 00:00:00-04:00 2.180000066757202 2.2200000286102295 2.1700000762939453 2.180000066757202 1.7687344551086426 211200 0.0 0.0
419 2023-08-31 00:00:00-04:00 2.190000057220459 2.299999952316284 2.190000057220459 2.2799999713897705 1.8498690128326416 1133800 0.0 0.0
420 2023-09-01 00:00:00-04:00 2.299999952316284 2.369999885559082 2.299999952316284 2.359999895095825 1.9147765636444092 1.9147766828536987 761300 0.0 0.0
421 2023-09-05 00:00:00-04:00 2.4200000762939453 2.4200000762939453 2.2699999809265137 2.390000104904175 1.939117193222046 1434000 0.0 0.0
422 2023-09-06 00:00:00-04:00 2.380000114440918 2.4000000953674316 2.3299999237060547 2.4000000953674316 1.9472306966781616 352700 0.0 0.0
423 2023-09-07 00:00:00-04:00 2.359999895095825 2.390000104904175 2.319999933242798 2.3499999046325684 1.906663179397583 501700 0.0 0.0
424 2023-09-08 00:00:00-04:00 2.3499999046325684 2.359999895095825 2.3299999237060547 2.359999895095825 1.9147765636444092 1.9147766828536987 405100 0.0 0.0
425 2023-09-11 00:00:00-04:00 2.390000104904175 2.4200000762939453 2.3299999237060547 2.3499999046325684 1.906663179397583 740800 0.0 0.0
426 2023-09-12 00:00:00-04:00 2.3499999046325684 2.440000057220459 2.3499999046325684 2.430000066757202 1.9715710878372192 1.9715709686279297 696100 0.0 0.0
427 2023-09-13 00:00:00-04:00 2.440000057220459 2.4600000381469727 2.4000000953674316 2.430000066757202 1.9715710878372192 1.9715709686279297 328600 0.0 0.0
428 2023-09-14 00:00:00-04:00 2.450000047683716 2.5199999809265137 2.430000066757202 2.5199999809265137 2.497917890548706 553500 0.441 0.0
429 2023-09-15 00:00:00-04:00 2.5 2.640000104904175 2.4800000190734863 2.569999933242798 2.5474798679351807 770400 0.0 0.0
430 2023-09-18 00:00:00-04:00 2.569999933242798 2.640000104904175 2.5299999713897705 2.559999942779541 2.537567377090454 753200 0.0 0.0
687 2024-09-25 00:00:00-04:00 27.8700008392334 27.8700008392334 27.0 27.489999771118164 27.489999771118164 30200 0.0 0.0
688 2024-09-26 00:00:00-04:00 27.299999237060547 27.479999542236328 26.559999465942383 26.610000610351562 26.610000610351562 51800 0.0 0.0
689 2024-09-27 00:00:00-04:00 26.989999771118164 26.989999771118164 26.25 26.579999923706055 26.579999923706055 20600 0.0 0.0
690 2024-09-30 00:00:00-04:00 26.610000610351562 27.0 26.5 26.950000762939453 26.950000762939453 25200 0.0 0.0
691 2024-10-01 00:00:00-04:00 26.969999313354492 27.690000534057617 26.93000030517578 27.3799991607666 27.3799991607666 42600 0.0 0.0
692 2024-10-02 00:00:00-04:00 27.790000915527344 27.799999237060547 26.290000915527344 26.610000610351562 26.610000610351562 78000 0.0 0.0
693 2024-10-03 00:00:00-04:00 26.84000015258789 28.489999771118164 26.84000015258789 28.15999984741211 28.15999984741211 84200 0.0 0.0
694 2024-10-04 00:00:00-04:00 28.190000534057617 28.549999237060547 27.790000915527344 28.049999237060547 28.049999237060547 65200 0.0 0.0
695 2024-10-07 00:00:00-04:00 28.079999923706055 29.15999984741211 27.760000228881836 28.010000228881836 28.010000228881836 44900 0.0 0.0
696 2024-10-08 00:00:00-04:00 27.989999771118164 28.110000610351562 26.850000381469727 27.709999084472656 27.709999084472656 26300 0.0 0.0
697 2024-10-09 00:00:00-04:00 27.030000686645508 28.360000610351562 27.030000686645508 28.360000610351562 28.360000610351562 23000 0.0 0.0
698 2024-10-10 00:00:00-04:00 28.020000457763672 28.799999237060547 27.969999313354492 28.360000610351562 28.360000610351562 24300 0.0 0.0
699 2024-10-11 00:00:00-04:00 28.780000686645508 28.780000686645508 28.06999969482422 28.520000457763672 28.520000457763672 12100 0.0 0.0
700 2024-10-15 00:00:00-04:00 28.350000381469727 28.350000381469727 26.540000915527344 26.690000534057617 26.690000534057617 77300 0.0 0.0
701 2024-10-16 00:00:00-04:00 26.81999969482422 27.110000610351562 26.700000762939453 26.8700008392334 26.8700008392334 12500 0.0 0.0
702 2024-10-17 00:00:00-04:00 26.81999969482422 27.18000030517578 26.770000457763672 27.149999618530273 27.149999618530273 21700 0.0 0.0
703 2024-10-18 00:00:00-04:00 27.0 27.09000015258789 26.799999237060547 27.040000915527344 27.040000915527344 24400 0.0 0.0
704 2024-10-21 00:00:00-04:00 27.059999465942383 27.739999771118164 27.0 27.739999771118164 27.739999771118164 32400 0.0 0.0
705 2024-10-22 00:00:00-04:00 27.8799991607666 28.350000381469727 27.639999389648438 28.290000915527344 28.290000915527344 23900 0.0 0.0
706 2024-10-23 00:00:00-04:00 28.1200008392334 28.1200008392334 27.450000762939453 27.81999969482422 27.81999969482422 7200 0.0 0.0
707 2024-10-24 00:00:00-04:00 27.719999313354492 27.979999542236328 27.469999313354492 27.979999542236328 27.979999542236328 9100 0.0 0.0
708 2024-10-25 00:00:00-04:00 27.479999542236328 29.139999389648438 27.479999542236328 28.8799991607666 28.8799991607666 26900 0.0 0.0
709 2024-10-28 00:00:00-04:00 27.950000762939453 28.06999969482422 27.299999237060547 27.739999771118164 27.739999771118164 75500 0.0 0.0
710 2024-10-29 00:00:00-04:00 27.479999542236328 27.899999618530273 27.3799991607666 27.6299991607666 27.6299991607666 23100 0.0 0.0
711 2024-10-30 00:00:00-04:00 27.290000915527344 28.06999969482422 27.290000915527344 28.06999969482422 28.06999969482422 11500 0.0 0.0
712 2024-10-31 00:00:00-04:00 27.75 27.809999465942383 27.190000534057617 27.520000457763672 27.520000457763672 14500 0.0 0.0
713 2024-11-01 00:00:00-04:00 27.75 28.229999542236328 27.079999923706055 27.219999313354492 27.219999313354492 20300 0.0 0.0
714 2024-11-04 00:00:00-05:00 27.81999969482422 28.510000228881836 27.59000015258789 28.219999313354492 28.219999313354492 21300 0.0 0.0
715 2024-11-05 00:00:00-05:00 28.440000534057617 28.440000534057617 28.09000015258789 28.290000915527344 28.290000915527344 7100 0.0 0.0
716 2024-11-06 00:00:00-05:00 27.329999923706055 28.479999542236328 27.329999923706055 28.15999984741211 28.15999984741211 35200 0.0 0.0
717 2024-11-07 00:00:00-05:00 27.65999984741211 29.34000015258789 27.65999984741211 29.25 29.25 25200 0.0 0.0
718 2024-11-08 00:00:00-05:00 29.43000030517578 29.43000030517578 28.0 28.06999969482422 28.06999969482422 27000 0.0 0.0
719 2024-11-11 00:00:00-05:00 27.940000534057617 29.190000534057617 27.940000534057617 28.969999313354492 28.969999313354492 20600 0.0 0.0
720 2024-11-12 00:00:00-05:00 29.139999389648438 29.329999923706055 28.15999984741211 28.68000030517578 28.68000030517578 31900 0.0 0.0
721 2024-11-13 00:00:00-05:00 28.489999771118164 28.719999313354492 28.030000686645508 28.690000534057617 28.690000534057617 54300 0.0 0.0
722 2024-11-14 00:00:00-05:00 31.489999771118164 32.540000915527344 30.0 32.5 32.5 150800 0.0 0.0
723 2024-11-15 00:00:00-05:00 32.16999816894531 33.119998931884766 32.0 32.209999084472656 32.209999084472656 51300 0.0 0.0

View File

@@ -1,678 +0,0 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-03 00:00:00+01:00,20.400468826293945,20.80828094482422,20.400468826293945,20.629241943359375,12.511417295076441,559352,0.0,0.0,True
2022-01-04 00:00:00+01:00,20.649133682250977,20.897798538208008,20.5098819732666,20.848066329956055,12.644130546760964,930594,0.0,0.0,True
2022-01-05 00:00:00+01:00,20.897798538208008,21.126571655273438,20.838119506835938,21.126571655273438,12.813041465078337,572100,0.0,0.0,True
2022-01-06 00:00:00+01:00,20.887853622436523,21.126571655273438,20.599401473999023,20.967424392700195,12.716519396668955,532086,0.0,0.0,True
2022-01-07 00:00:00+01:00,21.007211685180664,21.186250686645508,20.867958068847656,21.126571655273438,12.813041465078337,698666,0.0,0.0,True
2022-01-10 00:00:00+01:00,21.186250686645508,21.245929718017578,20.997264862060547,21.05694580078125,12.770813195219185,972438,0.0,0.0,True
2022-01-11 00:00:00+01:00,21.226036071777344,21.514488220214844,21.226036071777344,21.37523651123047,12.96385517091871,894602,0.0,0.0,True
2022-01-12 00:00:00+01:00,21.564220428466797,21.604007720947266,21.0469970703125,21.216089248657227,12.867332021949712,838352,0.0,0.0,True
2022-01-13 00:00:00+01:00,20.897798538208008,21.14646339416504,20.897798538208008,21.14646339416504,13.800840442383679,514241,1.5,0.0,True
2022-01-14 00:00:00+01:00,20.897798538208008,21.066890716552734,20.80828094482422,21.0271053314209,13.722942899544728,708327,0.0,0.0,True
2022-01-17 00:00:00+01:00,21.106678009033203,21.633846282958984,21.0469970703125,21.554275512695312,14.066989840136957,947841,0.0,0.0,True
2022-01-18 00:00:00+01:00,21.454809188842773,21.484647750854492,21.156410217285156,21.405075073242188,13.969617371308459,966355,0.0,0.0,True
2022-01-19 00:00:00+01:00,21.37523651123047,21.822832107543945,21.295663833618164,21.78304672241211,14.216292923631807,1597827,0.0,0.0,True
2022-01-20 00:00:00+01:00,21.802940368652344,22.111284255981445,21.544328689575195,21.981977462768555,14.34612108113711,1563328,0.0,0.0,True
2022-01-21 00:00:00+01:00,21.74325942993164,21.94219207763672,21.415021896362305,21.65374183654785,14.131906620288653,1539782,0.0,0.0,True
2022-01-24 00:00:00+01:00,21.484647750854492,21.58411407470703,20.887853622436523,20.997264862060547,13.703467973555181,1334240,0.0,0.0,True
2022-01-25 00:00:00+01:00,21.156410217285156,21.186250686645508,20.877906799316406,20.917692184448242,13.651538439448448,1198631,0.0,0.0,True
2022-01-26 00:00:00+01:00,20.997264862060547,21.72336769104004,20.997264862060547,21.415021896362305,13.976110454051131,913216,0.0,0.0,True
2022-01-27 00:00:00+01:00,21.11662483215332,21.862619400024414,21.0469970703125,21.6437931060791,14.12541353754598,765306,0.0,0.0,True
2022-01-28 00:00:00+01:00,21.554275512695312,21.65374183654785,21.126571655273438,21.484647750854492,14.021549066534426,1109097,0.0,0.0,True
2022-01-31 00:00:00+01:00,21.6239013671875,21.65374183654785,21.066890716552734,21.186250686645508,13.826805209437046,999557,0.0,0.0,True
2022-02-01 00:00:00+01:00,21.27577018737793,21.405075073242188,21.05694580078125,21.11662483215332,13.781365516394134,732572,0.0,0.0,True
2022-02-02 00:00:00+01:00,21.52443504333496,22.021764755249023,21.454809188842773,21.753206253051758,14.19681799764226,1195479,0.0,0.0,True
2022-02-03 00:00:00+01:00,21.773099899291992,21.892459869384766,21.6239013671875,21.773099899291992,14.209804163127604,906159,0.0,0.0,True
2022-02-04 00:00:00+01:00,21.87256622314453,21.87256622314453,21.345396041870117,21.424968719482422,13.982599214555332,763864,0.0,0.0,True
2022-02-07 00:00:00+01:00,21.574167251586914,21.574167251586914,21.265823364257812,21.415021896362305,13.976110454051131,382854,0.0,0.0,True
2022-02-08 00:00:00+01:00,21.36528968811035,21.78304672241211,21.36528968811035,21.713420867919922,14.170854311148512,1006721,0.0,0.0,True
2022-02-09 00:00:00+01:00,21.812885284423828,21.991924285888672,21.733312606811523,21.981977462768555,14.34612108113711,893571,0.0,0.0,True
2022-02-10 00:00:00+01:00,22.021764755249023,22.210750579833984,21.962085723876953,22.041658401489258,14.385070933116202,851844,0.0,0.0,True
2022-02-11 00:00:00+01:00,21.882511138916016,22.06155014038086,21.713420867919922,21.882511138916016,14.281208623223884,893486,0.0,0.0,True
2022-02-14 00:00:00+01:00,21.514488220214844,21.514488220214844,20.818225860595703,21.14646339416504,13.800840442383679,1234728,0.0,0.0,True
2022-02-15 00:00:00+01:00,21.007211685180664,21.713420867919922,20.967424392700195,21.673633575439453,14.14488738297591,687285,0.0,0.0,True
2022-02-16 00:00:00+01:00,21.713420867919922,22.06155014038086,21.713420867919922,22.06155014038086,14.39805169580346,798177,0.0,0.0,True
2022-02-17 00:00:00+01:00,22.021764755249023,22.081443786621094,21.763153076171875,21.832778930664062,14.248749692868227,684218,0.0,0.0,True
2022-02-18 00:00:00+01:00,21.832778930664062,21.892459869384766,21.385181427001953,21.544328689575195,14.06049891851352,737030,0.0,0.0,True
2022-02-21 00:00:00+01:00,21.673633575439453,21.68358039855957,20.92763900756836,21.126571655273438,13.787857518577187,677844,0.0,0.0,True
2022-02-22 00:00:00+01:00,20.529775619506836,21.196197509765625,20.32089614868164,20.95747947692871,13.677503206501815,1273455,0.0,0.0,True
2022-02-23 00:00:00+01:00,21.415021896362305,21.862619400024414,20.987319946289062,21.216089248657227,13.846280135426593,1732461,0.0,0.0,True
2022-02-24 00:00:00+01:00,20.48004150390625,20.877906799316406,19.51124382019043,19.70221710205078,12.858279093472742,2560976,0.0,0.0,True
2022-02-25 00:00:00+01:00,19.903139114379883,20.291057586669922,19.475435256958008,20.201536178588867,13.184149940735884,1423396,0.0,0.0,True
2022-02-28 00:00:00+01:00,19.773834228515625,19.903139114379883,19.308332443237305,19.837491989135742,12.946564055916506,1569727,0.0,0.0,True
2022-03-01 00:00:00+01:00,19.77781105041504,19.95287322998047,18.73938751220703,18.73938751220703,12.229907742357765,1308216,0.0,0.0,True
2022-03-02 00:00:00+01:00,18.536476135253906,19.12929344177246,18.17840003967285,18.966169357299805,12.377911993192155,1739856,0.0,0.0,True
2022-03-03 00:00:00+01:00,19.001977920532227,19.077571868896484,18.297758102416992,18.361417770385742,11.983232190034416,834767,0.0,0.0,True
2022-03-04 00:00:00+01:00,18.13463592529297,18.14259147644043,16.893299102783203,17.05642318725586,11.13155238832854,2249030,0.0,0.0,True
2022-03-07 00:00:00+01:00,16.384033203125,17.10814666748047,15.516690254211426,16.380054473876953,10.690131898348195,2250820,0.0,0.0,True
2022-03-08 00:00:00+01:00,16.21295166015625,16.941043853759766,16.16520881652832,16.805768966674805,10.967966467807123,1388112,0.0,0.0,True
2022-03-09 00:00:00+01:00,17.207611083984375,18.22614288330078,17.17976188659668,18.22614288330078,11.894946147031035,1580329,0.0,0.0,True
2022-03-10 00:00:00+01:00,18.38926887512207,18.429054260253906,17.44632911682129,17.696983337402344,11.549601454337965,1037018,0.0,0.0,True
2022-03-11 00:00:00+01:00,17.88397979736328,18.369373321533203,17.585582733154297,17.943660736083984,11.710590790098085,985960,0.0,0.0,True
2022-03-14 00:00:00+01:00,18.285823822021484,18.747344970703125,18.250015258789062,18.52056312561035,12.087094499926735,963701,0.0,0.0,True
2022-03-15 00:00:00+01:00,19.79372787475586,19.893192291259766,17.99538230895996,18.15452766418457,11.848207621327663,2685295,0.0,0.0,True
2022-03-16 00:00:00+01:00,18.78713035583496,18.9741268157959,18.369373321533203,18.76723861694336,12.248082755127236,1321768,0.0,0.0,True
2022-03-17 00:00:00+01:00,18.89853286743164,18.966169357299805,18.433032989501953,18.854768753051758,12.3052076198758,1124314,0.0,0.0,True
2022-03-18 00:00:00+01:00,18.894554138183594,18.98606300354004,18.47281837463379,18.7990665435791,12.268855433217622,1809744,0.0,0.0,True
2022-03-21 00:00:00+01:00,18.7990665435791,19.15714454650879,18.763259887695312,18.91046905517578,12.341559806533978,703039,0.0,0.0,True
2022-03-22 00:00:00+01:00,18.966169357299805,19.184995651245117,18.85079002380371,19.05767822265625,12.437633442702019,715772,0.0,0.0,True
2022-03-23 00:00:00+01:00,19.121337890625,19.15714454650879,18.671751022338867,18.671751022338867,12.185765801415691,1351532,0.0,0.0,True
2022-03-24 00:00:00+01:00,18.659814834594727,18.731430053710938,18.234100341796875,18.30173683166504,11.944282338055324,1286093,0.0,0.0,True
2022-03-25 00:00:00+01:00,18.405181884765625,18.47281837463379,18.170442581176758,18.285823822021484,11.933897079569746,726494,0.0,0.0,True
2022-03-28 00:00:00+02:00,18.393245697021484,18.759281158447266,18.329587936401367,18.433032989501953,12.02996963517817,837768,0.0,0.0,True
2022-03-29 00:00:00+02:00,18.72745132446289,19.256610870361328,18.687665939331055,19.16908073425293,12.510338896577991,917861,0.0,0.0,True
2022-03-30 00:00:00+02:00,19.15714454650879,19.15714454650879,18.46088218688965,18.50862693786621,12.07930474564284,823527,0.0,0.0,True
2022-03-31 00:00:00+02:00,18.50862693786621,18.822938919067383,17.768600463867188,17.796449661254883,11.614516073370426,1780930,0.0,0.0,True
2022-04-01 00:00:00+02:00,17.895915985107422,18.102806091308594,17.880001068115234,17.880001068115234,11.669044353357693,751206,0.0,0.0,True
2022-04-04 00:00:00+02:00,17.92376708984375,17.991403579711914,17.517946243286133,17.79247283935547,11.611920569168745,836607,0.0,0.0,True
2022-04-05 00:00:00+02:00,17.77655792236328,17.975488662719727,17.382671356201172,17.617412567138672,11.497671920231234,842142,0.0,0.0,True
2022-04-06 00:00:00+02:00,17.577625274658203,17.625368118286133,16.87340545654297,17.016637802124023,11.105586540715557,1380130,0.0,0.0,True
2022-04-07 00:00:00+02:00,17.10814666748047,17.382671356201172,16.865449905395508,16.89727783203125,11.027687917316987,857449,0.0,0.0,True
2022-04-08 00:00:00+02:00,17.191696166992188,17.382671356201172,16.99674415588379,17.191696166992188,11.219834109093451,913588,0.0,0.0,True
2022-04-11 00:00:00+02:00,17.219547271728516,17.549774169921875,17.036529541015625,17.203632354736328,11.227624943936965,1067867,0.0,0.0,True
2022-04-12 00:00:00+02:00,17.00868034362793,17.565689086914062,16.833620071411133,17.565689086914062,11.463915237774737,1285128,0.0,0.0,True
2022-04-13 00:00:00+02:00,17.438373565673828,17.525903701782227,17.267290115356445,17.506010055541992,11.42496646635526,697328,0.0,0.0,True
2022-04-14 00:00:00+02:00,17.58160400390625,17.657197952270508,17.406543731689453,17.513967514038086,11.430160716437475,587256,0.0,0.0,True
2022-04-19 00:00:00+02:00,17.54181671142578,17.69300651550293,17.418479919433594,17.517946243286133,11.432755140079538,962344,0.0,0.0,True
2022-04-20 00:00:00+02:00,17.633325576782227,17.967531204223633,17.609453201293945,17.768600463867188,11.596341060600954,675733,0.0,0.0,True
2022-04-21 00:00:00+02:00,17.860109329223633,18.38926887512207,17.860109329223633,18.28980255126953,11.936493664331046,946132,0.0,0.0,True
2022-04-22 00:00:00+02:00,18.063018798828125,18.25399398803711,17.87204360961914,18.031190872192383,11.767715654846649,876938,0.0,0.0,True
2022-04-25 00:00:00+02:00,17.71687889099121,17.891937255859375,17.549774169921875,17.629348754882812,11.505461674515129,857539,0.0,0.0,True
2022-04-26 00:00:00+02:00,17.868066787719727,17.868066787719727,17.342885971069336,17.342885971069336,11.318506491142026,920938,0.0,0.0,True
2022-04-27 00:00:00+02:00,17.42245864868164,17.513967514038086,16.865449905395508,17.430416107177734,11.37563135589059,995898,0.0,0.0,True
2022-04-28 00:00:00+02:00,17.633325576782227,17.99538230895996,17.601497650146484,17.736770629882812,11.575567301950949,1172803,0.0,0.0,True
2022-04-29 00:00:00+02:00,17.848173141479492,18.10678482055664,17.804407119750977,18.015274047851562,11.757328235241838,988594,0.0,0.0,True
2022-05-02 00:00:00+02:00,17.88397979736328,18.05506134033203,16.90921401977539,17.74074935913086,11.578163886712248,1031151,0.0,0.0,True
2022-05-03 00:00:00+02:00,17.848173141479492,17.93570327758789,17.506010055541992,17.808385848999023,11.622305827654321,1121197,0.0,0.0,True
2022-05-04 00:00:00+02:00,18.747344970703125,19.10542106628418,18.532499313354492,18.846811294555664,12.300014450353205,2131889,0.0,0.0,True
2022-05-05 00:00:00+02:00,19.18101692199707,19.37994956970215,18.138612747192383,18.17840003967285,11.863788210455072,1420586,0.0,0.0,True
2022-05-06 00:00:00+02:00,18.110763549804688,18.560348510742188,17.97150993347168,18.369373321533203,11.988423198437777,967240,0.0,0.0,True
2022-05-09 00:00:00+02:00,18.190336227416992,18.305715560913086,17.844194412231445,17.951616287231445,11.715782879061063,1063615,0.0,0.0,True
2022-05-10 00:00:00+02:00,18.063018798828125,18.85079002380371,18.04710578918457,18.341524124145508,11.970248185668307,1106715,0.0,0.0,True
2022-05-11 00:00:00+02:00,18.46088218688965,18.659814834594727,18.27786636352539,18.47281837463379,12.055935482791154,916544,0.0,0.0,True
2022-05-12 00:00:00+02:00,18.04312515258789,18.261951446533203,17.784513473510742,18.222164154052734,11.892350642829355,899448,0.0,0.0,True
2022-05-13 00:00:00+02:00,18.405181884765625,18.55636978149414,18.194313049316406,18.38528823852539,11.998810618042588,614260,0.0,0.0,True
2022-05-16 00:00:00+02:00,18.381309509277344,18.612070083618164,18.24205780029297,18.417118072509766,12.019582215573358,734648,0.0,0.0,True
2022-05-17 00:00:00+02:00,18.21420669555664,18.747344970703125,18.21420669555664,18.512605667114258,13.84901719293819,625555,2.35,0.0,True
2022-05-18 00:00:00+02:00,18.54443359375,18.592178344726562,18.357437133789062,18.357437133789062,13.732936995448702,676447,0.0,0.0,True
2022-05-19 00:00:00+02:00,17.677091598510742,17.903873443603516,17.474180221557617,17.513967514038086,13.101951770618543,1239650,0.0,0.0,True
2022-05-20 00:00:00+02:00,17.856130599975586,18.063018798828125,17.60547637939453,17.60547637939453,13.17040630295854,792884,0.0,0.0,True
2022-05-23 00:00:00+02:00,17.85215187072754,17.987424850463867,17.633325576782227,17.987424850463867,13.456137602103516,661658,0.0,0.0,True
2022-05-24 00:00:00+02:00,17.79247283935547,17.83623695373535,17.414501190185547,17.418479919433594,13.030518135412585,729103,0.0,0.0,True
2022-05-25 00:00:00+02:00,17.617412567138672,17.89989471435547,17.394607543945312,17.8402156829834,13.346012368667092,645185,0.0,0.0,True
2022-05-26 00:00:00+02:00,17.79247283935547,18.05506134033203,17.720855712890625,18.03516960144043,13.491853339146877,523872,0.0,0.0,True
2022-05-27 00:00:00+02:00,18.031190872192383,18.198293685913086,17.94763946533203,18.198293685913086,13.613885259010576,578243,0.0,0.0,True
2022-05-30 00:00:00+02:00,18.27786636352539,18.433032989501953,18.10678482055664,18.218185424804688,13.628765645505725,568621,0.0,0.0,True
2022-05-31 00:00:00+02:00,18.1823787689209,18.218185424804688,17.97150993347168,18.122699737548828,13.557334171419003,1795488,0.0,0.0,True
2022-06-01 00:00:00+02:00,18.293779373168945,18.44496726989746,18.17840003967285,18.28980255126953,13.68234195246981,494450,0.0,0.0,True
2022-06-02 00:00:00+02:00,18.3494815826416,18.532499313354492,18.3494815826416,18.4569034576416,13.807349733520617,412331,0.0,0.0,True
2022-06-03 00:00:00+02:00,18.592178344726562,18.639921188354492,18.433032989501953,18.564327239990234,13.887709871728275,487960,0.0,0.0,True
2022-06-06 00:00:00+02:00,18.72745132446289,18.830896377563477,18.56830596923828,18.592178344726562,13.908543061157253,605186,0.0,0.0,True
2022-06-07 00:00:00+02:00,18.500669479370117,18.540456771850586,18.32560920715332,18.468839645385742,13.816277317081935,606368,0.0,0.0,True
2022-06-08 00:00:00+02:00,18.512605667114258,18.616050720214844,18.44496726989746,18.564327239990234,13.887709871728275,631100,0.0,0.0,True
2022-06-09 00:00:00+02:00,18.452926635742188,18.82691764831543,18.401203155517578,18.41313934326172,13.774609857664363,1105870,0.0,0.0,True
2022-06-10 00:00:00+02:00,18.273887634277344,18.31367301940918,17.685047149658203,17.685047149658203,13.22993325173722,933108,0.0,0.0,True
2022-06-13 00:00:00+02:00,17.506010055541992,17.768600463867188,17.223526000976562,17.521923065185547,13.107901331873519,1102884,0.0,0.0,True
2022-06-14 00:00:00+02:00,17.71289825439453,17.756664276123047,17.255355834960938,17.255355834960938,12.908486215548884,815872,0.0,0.0,True
2022-06-15 00:00:00+02:00,17.486116409301758,18.015274047851562,17.42245864868164,17.621389389038086,13.1823119088262,987976,0.0,0.0,True
2022-06-16 00:00:00+02:00,17.533859252929688,17.577625274658203,16.328332901000977,16.328332901000977,12.214993858514468,1421657,0.0,0.0,True
2022-06-17 00:00:00+02:00,16.391990661621094,16.694366455078125,16.06574249267578,16.248760223388672,12.15546582917617,3094063,0.0,0.0,True
2022-06-20 00:00:00+02:00,16.40790557861328,16.427799224853516,16.12542152404785,16.356182098388672,12.235828128503064,496948,0.0,0.0,True
2022-06-21 00:00:00+02:00,16.491456985473633,16.821683883666992,16.427799224853516,16.48349952697754,12.331071894884722,563534,0.0,0.0,True
2022-06-22 00:00:00+02:00,16.208974838256836,16.208974838256836,15.759387016296387,15.819067001342773,11.834019873547453,1050007,0.0,0.0,True
2022-06-23 00:00:00+02:00,15.735515594482422,15.799174308776855,15.285928726196289,15.30980110168457,11.45304480802082,1064414,0.0,0.0,True
2022-06-24 00:00:00+02:00,15.413246154785156,15.898639678955078,15.234207153320312,15.86681079864502,11.869735610590814,1215616,0.0,0.0,True
2022-06-27 00:00:00+02:00,16.01799964904785,16.328332901000977,15.958318710327148,16.117464065551758,12.057246201607407,1182615,0.0,0.0,True
2022-06-28 00:00:00+02:00,16.248760223388672,16.519306182861328,16.045848846435547,16.181123733520508,12.104868625078044,1274280,0.0,0.0,True
2022-06-29 00:00:00+02:00,16.014020919799805,16.06574249267578,15.468947410583496,15.528626441955566,11.616745267861711,1058236,0.0,0.0,True
2022-06-30 00:00:00+02:00,15.234207153320312,15.381417274475098,14.800535202026367,15.381417274475098,11.506620034425287,1934410,0.0,0.0,True
2022-07-01 00:00:00+02:00,15.277972221374512,15.679815292358398,15.230228424072266,15.377437591552734,11.503643092678564,909034,0.0,0.0,True
2022-07-04 00:00:00+02:00,15.564434051513672,15.791215896606445,15.488840103149414,15.687771797180176,11.73579916541907,798569,0.0,0.0,True
2022-07-05 00:00:00+02:00,15.763365745544434,15.91455364227295,14.884086608886719,14.884086608886719,11.134574713579207,1966763,0.0,0.0,True
2022-07-06 00:00:00+02:00,15.079039573669434,15.202378273010254,14.907958984375,15.110869407653809,11.304226895794312,938909,0.0,0.0,True
2022-07-07 00:00:00+02:00,15.301843643188477,15.898639678955078,15.23818588256836,15.807130813598633,11.825091209426517,1170179,0.0,0.0,True
2022-07-08 00:00:00+02:00,15.69572925567627,16.39596939086914,15.532605171203613,16.049827575683594,12.006647916949662,1372047,0.0,0.0,True
2022-07-11 00:00:00+02:00,15.608199119567871,15.69572925567627,15.285928726196289,15.488840103149414,11.58698233375218,877119,0.0,0.0,True
2022-07-12 00:00:00+02:00,15.381417274475098,15.556476593017578,14.983552932739258,15.520668983459473,11.6107935454875,1161955,0.0,0.0,True
2022-07-13 00:00:00+02:00,15.425182342529297,15.647985458374023,15.234207153320312,15.357544898986816,11.488761625623798,1081802,0.0,0.0,True
2022-07-14 00:00:00+02:00,15.333672523498535,15.357544898986816,14.728919982910156,14.888065338134766,11.137550574766314,896311,0.0,0.0,True
2022-07-15 00:00:00+02:00,14.959680557250977,15.548519134521484,14.923872947692871,15.433138847351074,11.545312713215372,1160019,0.0,0.0,True
2022-07-18 00:00:00+02:00,15.970254898071289,16.316396713256836,15.894660949707031,16.133378982543945,12.069151807475066,1770123,0.0,0.0,True
2022-07-19 00:00:00+02:00,16.010042190551758,16.698345184326172,15.755409240722656,16.48349952697754,12.331071894884722,1574206,0.0,0.0,True
2022-07-20 00:00:00+02:00,16.551136016845703,16.67845344543457,16.145315170288086,16.439735412597656,12.298333099588085,876721,0.0,0.0,True
2022-07-21 00:00:00+02:00,16.30048179626465,16.646623611450195,16.16520881652832,16.364139556884766,12.241780931436894,1014598,0.0,0.0,True
2022-07-22 00:00:00+02:00,16.244781494140625,16.463605880737305,15.98219108581543,16.037891387939453,11.997719252828727,1100753,0.0,0.0,True
2022-07-25 00:00:00+02:00,16.014020919799805,16.39596939086914,15.874768257141113,16.11348533630371,12.054271420979918,826151,0.0,0.0,True
2022-07-26 00:00:00+02:00,16.11348533630371,16.133378982543945,15.600241661071777,15.715621948242188,11.756633435407666,1071673,0.0,0.0,True
2022-07-27 00:00:00+02:00,15.894660949707031,15.970254898071289,15.703685760498047,15.950362205505371,11.932239501116218,1076946,0.0,0.0,True
2022-07-28 00:00:00+02:00,16.368118286132812,16.686410903930664,16.232845306396484,16.551136016845703,12.381671260102085,1713701,0.0,0.0,True
2022-07-29 00:00:00+02:00,16.634687423706055,17.084274291992188,16.551136016845703,17.00868034362793,12.723952566279015,1096515,0.0,0.0,True
2022-08-01 00:00:00+02:00,17.088253021240234,17.303098678588867,16.83759880065918,16.861469268798828,12.613826252282973,698449,0.0,0.0,True
2022-08-02 00:00:00+02:00,16.833620071411133,16.992765426635742,16.674474716186523,16.937063217163086,12.670377339874547,683927,0.0,0.0,True
2022-08-03 00:00:00+02:00,16.92115020751953,17.175783157348633,16.83759880065918,17.12008285522461,12.807291807352632,520776,0.0,0.0,True
2022-08-04 00:00:00+02:00,17.132017135620117,17.334928512573242,17.004701614379883,17.064380645751953,12.765621106256205,770841,0.0,0.0,True
2022-08-05 00:00:00+02:00,17.100189208984375,17.283206939697266,16.821683883666992,17.104167938232422,12.795384040365736,676884,0.0,0.0,True
2022-08-08 00:00:00+02:00,17.283206939697266,17.47020149230957,17.076316833496094,17.319013595581055,12.956108639019522,640299,0.0,0.0,True
2022-08-09 00:00:00+02:00,17.247398376464844,17.342885971069336,16.9808292388916,17.112125396728516,12.801337923859185,513653,0.0,0.0,True
2022-08-10 00:00:00+02:00,17.084274291992188,17.43439483642578,16.90921401977539,17.394607543945312,13.012659726611096,565334,0.0,0.0,True
2022-08-11 00:00:00+02:00,17.45826530456543,17.474180221557617,17.15191078186035,17.267290115356445,12.917413799110202,740132,0.0,0.0,True
2022-08-12 00:00:00+02:00,17.23944091796875,17.486116409301758,17.231483459472656,17.342885971069336,12.973967047821011,966868,0.0,0.0,True
2022-08-15 00:00:00+02:00,17.346864700317383,17.474180221557617,17.064380645751953,17.243419647216797,12.899557551427948,404314,0.0,0.0,True
2022-08-16 00:00:00+02:00,17.342885971069336,17.426437377929688,17.175783157348633,17.36277961730957,12.988849595435395,615567,0.0,0.0,True
2022-08-17 00:00:00+02:00,17.44632911682129,17.525903701782227,16.742111206054688,16.76598358154297,12.542394778196252,1020374,0.0,0.0,True
2022-08-18 00:00:00+02:00,16.821683883666992,17.25137710571289,16.769962310791016,16.853513717651367,12.607874529908761,738694,0.0,0.0,True
2022-08-19 00:00:00+02:00,16.69038963317871,16.901256561279297,16.606836318969727,16.606836318969727,12.423337638960039,628184,0.0,0.0,True
2022-08-22 00:00:00+02:00,16.479520797729492,16.527265548706055,15.92251205444336,15.978212356567383,11.95307485166443,866276,0.0,0.0,True
2022-08-23 00:00:00+02:00,15.942404747009277,16.292524337768555,15.918533325195312,16.292524337768555,12.188205705032425,860233,0.0,0.0,True
2022-08-24 00:00:00+02:00,16.268653869628906,16.308439254760742,15.950362205505371,16.240802764892578,12.14951410680196,704240,0.0,0.0,True
2022-08-25 00:00:00+02:00,16.388011932373047,16.523286819458008,16.216930389404297,16.292524337768555,12.188205705032425,479490,0.0,0.0,True
2022-08-26 00:00:00+02:00,16.439735412597656,16.598880767822266,15.958318710327148,15.990147590637207,11.962003515785366,546820,0.0,0.0,True
2022-08-29 00:00:00+02:00,15.91455364227295,16.44769287109375,15.743473052978516,16.43177604675293,12.292379216094638,771344,0.0,0.0,True
2022-08-30 00:00:00+02:00,16.54317855834961,16.67845344543457,16.15327262878418,16.248760223388672,12.15546582917617,741509,0.0,0.0,True
2022-08-31 00:00:00+02:00,16.356182098388672,16.44371223449707,16.0418701171875,16.0418701171875,12.00069619457545,956161,0.0,0.0,True
2022-09-01 00:00:00+02:00,15.978212356567383,15.978212356567383,15.691749572753906,15.755409240722656,11.786398530636433,998562,0.0,0.0,True
2022-09-02 00:00:00+02:00,16.161230087280273,16.519306182861328,15.962298393249512,16.391990661621094,12.262616281985107,997552,0.0,0.0,True
2022-09-05 00:00:00+02:00,15.874768257141113,15.91455364227295,15.520668983459473,15.723580360412598,11.762587318901113,1129909,0.0,0.0,True
2022-09-06 00:00:00+02:00,15.763365745544434,16.09359359741211,15.683793067932129,15.86681079864502,11.869735610590814,638791,0.0,0.0,True
2022-09-07 00:00:00+02:00,15.616155624389648,16.264673233032227,15.58034896850586,16.21295166015625,12.128678756253747,819365,0.0,0.0,True
2022-09-08 00:00:00+02:00,16.292524337768555,16.364139556884766,15.954340934753418,16.14133644104004,12.075104610408896,690130,0.0,0.0,True
2022-09-09 00:00:00+02:00,16.19305992126465,16.575008392333984,16.19305992126465,16.427799224853516,12.289403354907531,623223,0.0,0.0,True
2022-09-12 00:00:00+02:00,16.614795684814453,17.076316833496094,16.571029663085938,16.98480796813965,12.706094157477526,880959,0.0,0.0,True
2022-09-13 00:00:00+02:00,17.02061653137207,17.549774169921875,16.698345184326172,16.722217559814453,12.509653821780379,1949078,0.0,0.0,True
2022-09-14 00:00:00+02:00,16.55511474609375,16.65458106994629,16.06574249267578,16.316396713256836,12.206065194393533,1147799,0.0,0.0,True
2022-09-15 00:00:00+02:00,16.316396713256836,16.50737190246582,16.01799964904785,16.12542152404785,12.063200085100855,704698,0.0,0.0,True
2022-09-16 00:00:00+02:00,15.92648983001709,16.05380630493164,15.647985458374023,15.954340934753418,11.935215362303323,1934284,0.0,0.0,True
2022-09-19 00:00:00+02:00,15.890682220458984,16.419841766357422,15.791215896606445,16.368118286132812,12.244756792623999,961766,0.0,0.0,True
2022-09-20 00:00:00+02:00,16.44769287109375,16.55511474609375,15.930468559265137,15.99412727355957,11.964979376972472,712846,0.0,0.0,True
2022-09-21 00:00:00+02:00,15.894660949707031,16.137357711791992,15.815088272094727,16.1294002532959,12.06617594628796,557165,0.0,0.0,True
2022-09-22 00:00:00+02:00,15.727558135986328,16.197038650512695,15.667879104614258,16.069721221923828,12.021531545123663,892616,0.0,0.0,True
2022-09-23 00:00:00+02:00,16.0418701171875,16.161230087280273,15.64002799987793,15.854874610900879,11.86080586591026,1425407,0.0,0.0,True
2022-09-26 00:00:00+02:00,15.675835609436035,16.037891387939453,15.604220390319824,15.604220390319824,11.673295274893666,823367,0.0,0.0,True
2022-09-27 00:00:00+02:00,15.6360502243042,15.886704444885254,15.492818832397461,15.687771797180176,11.73579916541907,1239006,0.0,0.0,True
2022-09-28 00:00:00+02:00,15.433138847351074,16.109508514404297,15.170549392700195,15.990147590637207,11.962003515785366,1753368,0.0,0.0,True
2022-09-29 00:00:00+02:00,15.986169815063477,15.986169815063477,15.40926742553711,15.516690254211426,11.607815523181158,1373640,0.0,0.0,True
2022-09-30 00:00:00+02:00,15.6360502243042,15.894660949707031,15.528626441955566,15.842939376831055,11.851878282348942,1225082,0.0,0.0,True
2022-10-03 00:00:00+02:00,15.671856880187988,16.419841766357422,15.628091812133789,16.34822654724121,12.22987748668847,968647,0.0,0.0,True
2022-10-04 00:00:00+02:00,16.618772506713867,17.267290115356445,16.618772506713867,17.267290115356445,12.917413799110202,1425231,0.0,0.0,True
2022-10-05 00:00:00+02:00,17.100189208984375,17.35084342956543,17.016637802124023,17.08029556274414,12.777527792683482,1216119,0.0,0.0,True
2022-10-06 00:00:00+02:00,17.203632354736328,17.32697105407715,16.88534164428711,16.976850509643555,12.700141354543696,825166,0.0,0.0,True
2022-10-07 00:00:00+02:00,16.976850509643555,17.12803840637207,16.65458106994629,16.730175018310547,12.515607705273826,839674,0.0,0.0,True
2022-10-10 00:00:00+02:00,16.610815048217773,17.56966781616211,16.586944580078125,17.402565002441406,13.018612529544926,1029281,0.0,0.0,True
2022-10-11 00:00:00+02:00,17.088253021240234,17.23944091796875,16.284568786621094,16.463605880737305,12.316190427829957,2020228,0.0,0.0,True
2022-10-12 00:00:00+02:00,16.499414443969727,16.929107666015625,16.320375442504883,16.789854049682617,12.560252106438123,1510536,0.0,0.0,True
2022-10-13 00:00:00+02:00,16.694366455078125,17.17976188659668,16.384033203125,17.17976188659668,12.85193512795731,1551570,0.0,0.0,True
2022-10-14 00:00:00+02:00,17.525903701782227,17.69300651550293,16.841577529907227,17.012659072875977,12.726929508025739,1388605,0.0,0.0,True
2022-10-17 00:00:00+02:00,17.012659072875977,17.49407386779785,16.913192749023438,17.287185668945312,12.932297427284203,857670,0.0,0.0,True
2022-10-18 00:00:00+02:00,17.43439483642578,17.951616287231445,17.39858627319336,17.617412567138672,13.179336047639094,1118895,0.0,0.0,True
2022-10-19 00:00:00+02:00,17.732791900634766,17.820322036743164,17.565689086914062,17.58160400390625,13.15254897471667,659672,0.0,0.0,True
2022-10-20 00:00:00+02:00,17.4980525970459,17.796449661254883,17.414501190185547,17.677091598510742,13.22398044880339,869126,0.0,0.0,True
2022-10-21 00:00:00+02:00,17.506010055541992,17.85215187072754,17.346864700317383,17.85215187072754,13.354942113347645,781749,0.0,0.0,True
2022-10-24 00:00:00+02:00,18.699600219726562,18.834875106811523,17.708919525146484,18.345502853393555,13.724010492447,1695268,0.0,0.0,True
2022-10-25 00:00:00+02:00,18.440990447998047,18.627986907958984,17.931724548339844,18.202272415161133,13.616862200757302,1131150,0.0,0.0,True
2022-10-26 00:00:00+02:00,18.22614288330078,18.43701171875,17.975488662719727,18.329587936401367,13.712104886579342,1222905,0.0,0.0,True
2022-10-27 00:00:00+02:00,18.341524124145508,18.600135803222656,18.08291244506836,18.293779373168945,13.685316733097299,778065,0.0,0.0,True
2022-10-28 00:00:00+02:00,18.078933715820312,18.32560920715332,17.975488662719727,18.269908905029297,13.667459404855427,1099727,0.0,0.0,True
2022-10-31 00:00:00+01:00,18.369373321533203,18.532499313354492,18.14259147644043,18.150548934936523,13.578168441407598,1018936,0.0,0.0,True
2022-11-01 00:00:00+01:00,18.293779373168945,18.492712020874023,18.063018798828125,18.15452766418457,13.581143222035086,1016061,0.0,0.0,True
2022-11-02 00:00:00+01:00,18.186357498168945,18.194313049316406,17.88397979736328,18.063018798828125,13.51268868969509,1299861,0.0,0.0,True
2022-11-03 00:00:00+01:00,17.69300651550293,18.015274047851562,17.406543731689453,17.98344612121582,13.453160660356792,1179101,0.0,0.0,True
2022-11-04 00:00:00+01:00,18.202272415161133,18.894554138183594,18.15452766418457,18.791109085083008,14.05736097338376,1369272,0.0,0.0,True
2022-11-07 00:00:00+01:00,18.759281158447266,19.391883850097656,18.659814834594727,19.336183547973633,14.465125272952054,1259541,0.0,0.0,True
2022-11-08 00:00:00+01:00,19.332204818725586,19.566944122314453,19.188974380493164,19.41177749633789,14.521675279984011,886906,0.0,0.0,True
2022-11-09 00:00:00+01:00,19.415756225585938,19.415756225585938,18.954233169555664,19.208866119384766,14.369880426010779,1198007,0.0,0.0,True
2022-11-10 00:00:00+01:00,19.153165817260742,19.59479522705078,19.03778648376465,19.586837768554688,14.652634783409031,1410472,0.0,0.0,True
2022-11-11 00:00:00+01:00,19.59479522705078,19.857385635375977,19.562965393066406,19.78974723815918,14.804428556822645,1274687,0.0,0.0,True
2022-11-14 00:00:00+01:00,19.81361961364746,20.112018585205078,19.690282821655273,20.032445907592773,14.98598958658426,1295287,0.0,0.0,True
2022-11-15 00:00:00+01:00,20.01255226135254,20.191591262817383,19.61071014404297,19.805662155151367,14.816336323809539,1056914,0.0,0.0,True
2022-11-16 00:00:00+01:00,19.75394058227539,19.785770416259766,19.276504516601562,19.44758415222168,14.548462352906435,1015000,0.0,0.0,True
2022-11-17 00:00:00+01:00,19.4833927154541,19.65447425842285,19.09746551513672,19.296396255493164,14.435359097163671,644501,0.0,0.0,True
2022-11-18 00:00:00+01:00,19.42371368408203,19.666410446166992,19.332204818725586,19.666410446166992,14.712162812747328,829590,0.0,0.0,True
2022-11-21 00:00:00+01:00,19.598773956298828,19.606731414794922,19.02187156677246,19.101444244384766,14.289521368362738,918183,0.0,0.0,True
2022-11-22 00:00:00+01:00,19.137252807617188,19.49930763244629,19.073593139648438,19.395862579345703,14.50977075467597,915438,0.0,0.0,True
2022-11-23 00:00:00+01:00,19.475435256958008,19.51124382019043,19.149187088012695,19.264568328857422,14.411550046547587,867427,0.0,0.0,True
2022-11-24 00:00:00+01:00,19.31231117248535,19.551029205322266,19.31231117248535,19.539094924926758,14.616920126925287,658838,0.0,0.0,True
2022-11-25 00:00:00+01:00,19.535114288330078,19.574901580810547,19.371990203857422,19.419734954833984,14.527628082917841,444192,0.0,0.0,True
2022-11-28 00:00:00+01:00,19.296396255493164,19.356077194213867,19.085529327392578,19.16908073425293,14.340117491901248,743198,0.0,0.0,True
2022-11-29 00:00:00+01:00,18.830896377563477,18.978105545043945,18.572284698486328,18.72745132446289,14.00973963047274,1801344,0.0,0.0,True
2022-11-30 00:00:00+01:00,18.89853286743164,18.92638397216797,18.405181884765625,18.675729751586914,13.97105019336151,1555300,0.0,0.0,True
2022-12-01 00:00:00+01:00,18.87466049194336,18.958213806152344,18.56830596923828,18.73938751220703,14.018670455712911,1102744,0.0,0.0,True
2022-12-02 00:00:00+01:00,18.663793563842773,19.013914108276367,18.55636978149414,19.005956649780273,14.218086652597165,783142,0.0,0.0,True
2022-12-05 00:00:00+01:00,18.966169357299805,19.061656951904297,18.73938751220703,18.86272621154785,14.110937280347846,726414,0.0,0.0,True
2022-12-06 00:00:00+01:00,18.870683670043945,19.073593139648438,18.791109085083008,18.962190628051758,14.185346776740909,752418,0.0,0.0,True
2022-12-07 00:00:00+01:00,18.922405242919922,18.958213806152344,18.572284698486328,18.62002944946289,13.929379492265083,1312303,0.0,0.0,True
2022-12-08 00:00:00+01:00,18.48475456237793,18.759281158447266,18.421096801757812,18.516584396362305,13.851994134684913,1077991,0.0,0.0,True
2022-12-09 00:00:00+01:00,18.56830596923828,18.890575408935547,18.52056312561035,18.83885383605957,14.093079952105976,876148,0.0,0.0,True
2022-12-12 00:00:00+01:00,18.735408782958984,18.763259887695312,18.417118072509766,18.468839645385742,13.816277317081935,1151398,0.0,0.0,True
2022-12-13 00:00:00+01:00,18.604114532470703,19.065635681152344,18.552391052246094,18.942298889160156,14.170464229126527,1226494,0.0,0.0,True
2022-12-14 00:00:00+01:00,18.858747482299805,19.017892837524414,18.75530242919922,18.8865966796875,14.128795689149335,958418,0.0,0.0,True
2022-12-15 00:00:00+01:00,18.73938751220703,18.751323699951172,18.369373321533203,18.47281837463379,13.819253178269042,1115743,0.0,0.0,True
2022-12-16 00:00:00+01:00,18.4569034576416,18.627986907958984,18.329587936401367,18.564327239990234,13.887709871728275,1941860,0.0,0.0,True
2022-12-19 00:00:00+01:00,18.58422088623047,18.75530242919922,18.548412322998047,18.627986907958984,13.935332295198913,778150,0.0,0.0,True
2022-12-20 00:00:00+01:00,18.504648208618164,18.7990665435791,18.393245697021484,18.7990665435791,14.06331377631759,935164,0.0,0.0,True
2022-12-21 00:00:00+01:00,18.89853286743164,19.244674682617188,18.8865966796875,19.208866119384766,14.369880426010779,1124419,0.0,0.0,True
2022-12-22 00:00:00+01:00,19.272525787353516,19.38790512084961,18.783153533935547,18.82691764831543,14.084150207425422,1217165,0.0,0.0,True
2022-12-23 00:00:00+01:00,18.89853286743164,19.14520835876465,18.81498146057129,19.0338077545166,14.238922003145378,552525,0.0,0.0,True
2022-12-27 00:00:00+01:00,19.177038192749023,19.24069595336914,19.03778648376465,19.04972267150879,14.250827609013037,387951,0.0,0.0,True
2022-12-28 00:00:00+01:00,19.09746551513672,19.177038192749023,18.934341430664062,19.005956649780273,14.218086652597165,517744,0.0,0.0,True
2022-12-29 00:00:00+01:00,19.001977920532227,19.077571868896484,18.8865966796875,19.045743942260742,14.247851747825932,398794,0.0,0.0,True
2022-12-30 00:00:00+01:00,18.946277618408203,19.017892837524414,18.75530242919922,18.791109085083008,14.05736097338376,449339,0.0,0.0,True
2023-01-02 00:00:00+01:00,18.990041732788086,19.383926391601562,18.914447784423828,19.383926391601562,14.500841009995415,671340,0.0,0.0,True
2023-01-03 00:00:00+01:00,19.356077194213867,19.78179168701172,19.344141006469727,19.435649871826172,14.539532608225883,983215,0.0,0.0,True
2023-01-04 00:00:00+01:00,19.48737144470215,19.982711791992188,19.44758415222168,19.94292640686035,14.919020823718581,1333355,0.0,0.0,True
2023-01-05 00:00:00+01:00,19.932979583740234,20.121965408325195,19.845449447631836,20.002605438232422,14.963667386002113,1261924,0.0,0.0,True
2023-01-06 00:00:00+01:00,20.112018585205078,20.410415649414062,19.95287322998047,20.410415649414062,15.268742863422894,641716,0.0,0.0,True
2023-01-09 00:00:00+01:00,20.410415649414062,20.569562911987305,20.32089614868164,20.440256118774414,15.29106614456466,839910,0.0,0.0,True
2023-01-10 00:00:00+01:00,20.48004150390625,20.48004150390625,19.932979583740234,20.17169761657715,15.090162017086856,1099813,0.0,0.0,True
2023-01-11 00:00:00+01:00,20.241323471069336,20.838119506835938,20.10207176208496,20.599401473999023,15.410118961562402,1479852,0.0,0.0,True
2023-01-12 00:00:00+01:00,20.60934829711914,20.758546829223633,20.470096588134766,20.639188766479492,15.439885137350787,1067892,0.0,0.0,True
2023-01-13 00:00:00+01:00,20.559614181518555,21.01715850830078,20.430309295654297,20.788387298583984,15.551496140261529,1563851,0.0,0.0,True
2023-01-16 00:00:00+01:00,20.589454650878906,20.72870635986328,20.181644439697266,20.70881462097168,16.731431584306776,790612,1.54,0.0,True
2023-01-17 00:00:00+01:00,20.698867797851562,20.997264862060547,20.499935150146484,20.659080505371094,16.691248813803902,917298,0.0,0.0,True
2023-01-18 00:00:00+01:00,20.649133682250977,20.80828094482422,20.39052391052246,20.688920974731445,16.71535934055332,976454,0.0,0.0,True
2023-01-19 00:00:00+01:00,20.569562911987305,20.57950782775879,20.26121711730957,20.39052391052246,16.47427352313226,888012,0.0,0.0,True
2023-01-20 00:00:00+01:00,20.529775619506836,20.649133682250977,20.340789794921875,20.619295120239258,16.659104326296994,757103,0.0,0.0,True
2023-01-23 00:00:00+01:00,20.678974151611328,20.70881462097168,20.5098819732666,20.57950782775879,16.626960919349703,540245,0.0,0.0,True
2023-01-24 00:00:00+01:00,20.688920974731445,20.72870635986328,20.599401473999023,20.72870635986328,16.747501666940995,497230,0.0,0.0,True
2023-01-25 00:00:00+01:00,20.72870635986328,20.788387298583984,20.539722442626953,20.72870635986328,16.747501666940995,610198,0.0,0.0,True
2023-01-26 00:00:00+01:00,20.82817268371582,21.01715850830078,20.549667358398438,21.01715850830078,16.980554604164183,1177819,0.0,0.0,True
2023-01-27 00:00:00+01:00,21.0271053314209,21.315555572509766,20.937585830688477,21.196197509765625,17.125205878504897,1399061,0.0,0.0,True
2023-01-30 00:00:00+01:00,21.106678009033203,21.196197509765625,20.967424392700195,21.096731185913086,17.044843579178004,1048142,0.0,0.0,True
2023-01-31 00:00:00+01:00,21.156410217285156,21.255876541137695,21.007211685180664,21.216089248657227,17.14127920281797,1153987,0.0,0.0,True
2023-02-01 00:00:00+01:00,21.36528968811035,21.633846282958984,21.295663833618164,21.604007720947266,17.45469227824881,1127903,0.0,0.0,True
2023-02-02 00:00:00+01:00,21.604007720947266,21.922298431396484,21.514488220214844,21.792993545532227,17.60738183558549,1405008,0.0,0.0,True
2023-02-03 00:00:00+01:00,21.733312606811523,21.981977462768555,21.6437931060791,21.981977462768555,17.760067070683693,1224408,0.0,0.0,True
2023-02-06 00:00:00+01:00,21.713420867919922,21.862619400024414,21.514488220214844,21.6437931060791,17.48683784631534,1078283,0.0,0.0,True
2023-02-07 00:00:00+01:00,21.812885284423828,21.912351608276367,21.6437931060791,21.65374183654785,17.494875048751684,983431,0.0,0.0,True
2023-02-08 00:00:00+01:00,21.68358039855957,22.051603317260742,21.68358039855957,21.832778930664062,17.63952524253278,983919,0.0,0.0,True
2023-02-09 00:00:00+01:00,21.862619400024414,22.03171157836914,21.74325942993164,21.892459869384766,17.68774413491238,921355,0.0,0.0,True
2023-02-10 00:00:00+01:00,21.773099899291992,21.892459869384766,21.39512825012207,21.58411407470703,17.438618953935737,931770,0.0,0.0,True
2023-02-13 00:00:00+01:00,21.613954544067383,21.68358039855957,21.484647750854492,21.534381866455078,17.3984383445521,653816,0.0,0.0,True
2023-02-14 00:00:00+01:00,21.564220428466797,21.6437931060791,21.415021896362305,21.484647750854492,17.358256654608844,566610,0.0,0.0,True
2023-02-15 00:00:00+01:00,21.385181427001953,21.72336769104004,21.345396041870117,21.703474044799805,17.535055658135324,971141,0.0,0.0,True
2023-02-16 00:00:00+01:00,21.733312606811523,21.852672576904297,21.58411407470703,21.753206253051758,17.575235186959343,860626,0.0,0.0,True
2023-02-17 00:00:00+01:00,21.604007720947266,21.822832107543945,21.484647750854492,21.763153076171875,17.583272389395688,558814,0.0,0.0,True
2023-02-20 00:00:00+01:00,21.78304672241211,22.340055465698242,21.78304672241211,22.340055465698242,18.04937286104397,997833,0.0,0.0,True
2023-02-21 00:00:00+01:00,22.300268173217773,22.4693603515625,22.111284255981445,22.19085693359375,17.928831032893058,907456,0.0,0.0,True
2023-02-22 00:00:00+01:00,21.59406089782715,22.011817932128906,21.484647750854492,21.97203254699707,17.752032029366582,1114536,0.0,0.0,True
2023-02-23 00:00:00+01:00,22.06155014038086,22.06155014038086,21.05694580078125,21.126571655273438,17.068953025367804,2085708,0.0,0.0,True
2023-02-24 00:00:00+01:00,21.126571655273438,21.763153076171875,20.967424392700195,21.07683753967285,17.02877025486493,1493284,0.0,0.0,True
2023-02-27 00:00:00+01:00,21.285715103149414,21.604007720947266,21.206144332885742,21.454809188842773,17.33414936953828,744495,0.0,0.0,True
2023-02-28 00:00:00+01:00,21.325502395629883,21.72336769104004,21.265823364257812,21.534381866455078,17.3984383445521,1797489,0.0,0.0,True
2023-03-01 00:00:00+01:00,21.613954544067383,21.663686752319336,21.30561065673828,21.37523651123047,17.269859313964844,1095414,0.0,0.0,True
2023-03-02 00:00:00+01:00,21.295663833618164,21.43491554260254,21.096731185913086,21.355342864990234,17.253788150771005,729153,0.0,0.0,True
2023-03-03 00:00:00+01:00,21.454809188842773,21.673633575439453,21.444862365722656,21.59406089782715,17.446656156372082,731340,0.0,0.0,True
2023-03-06 00:00:00+01:00,21.59406089782715,21.633846282958984,21.136518478393555,21.136518478393555,17.076991308363766,1177638,0.0,0.0,True
2023-03-07 00:00:00+01:00,21.14646339416504,21.255876541137695,21.0469970703125,21.126571655273438,17.068953025367804,894823,0.0,0.0,True
2023-03-08 00:00:00+01:00,21.0271053314209,21.216089248657227,20.7386531829834,21.216089248657227,17.14127920281797,1145240,0.0,0.0,True
2023-03-09 00:00:00+01:00,21.07683753967285,21.196197509765625,21.01715850830078,21.066890716552734,17.020734132988203,611676,0.0,0.0,True
2023-03-10 00:00:00+01:00,20.76849365234375,21.007211685180664,20.589454650878906,20.897798538208008,16.884118980524217,1111284,0.0,0.0,True
2023-03-13 00:00:00+01:00,20.688920974731445,20.778440475463867,20.07223129272461,20.221431732177734,16.337658370668276,1243550,0.0,0.0,True
2023-03-14 00:00:00+01:00,20.181644439697266,20.470096588134766,19.903139114379883,20.400468826293945,16.482307483889752,1301756,0.0,0.0,True
2023-03-15 00:00:00+01:00,20.430309295654297,20.440256118774414,19.093486785888672,19.121337890625,15.448849459939106,2538134,0.0,0.0,True
2023-03-16 00:00:00+01:00,19.578880310058594,19.68232536315918,18.914447784423828,19.344141006469727,15.628860967208961,1772646,0.0,0.0,True
2023-03-17 00:00:00+01:00,19.395862579345703,19.68232536315918,18.87466049194336,19.20488739013672,15.516353099815541,2459464,0.0,0.0,True
2023-03-20 00:00:00+01:00,19.196931838989258,19.531137466430664,18.723472595214844,19.467479705810547,15.728511255711542,903163,0.0,0.0,True
2023-03-21 00:00:00+01:00,19.73006820678711,20.17169761657715,19.646516799926758,19.972766876220703,16.136752082071233,1270092,0.0,0.0,True
2023-03-22 00:00:00+01:00,19.932979583740234,20.340789794921875,19.869321823120117,20.032445907592773,16.1849688133316,1100120,0.0,0.0,True
2023-03-23 00:00:00+01:00,19.962818145751953,19.962818145751953,19.6584529876709,19.845449447631836,16.03388604814642,1594495,0.0,0.0,True
2023-03-24 00:00:00+01:00,19.74200439453125,19.761898040771484,19.165102005004883,19.726089477539062,15.937450424506457,2008460,0.0,0.0,True
2023-03-27 00:00:00+02:00,20.07223129272461,20.301002502441406,19.833513259887695,20.221431732177734,16.337658370668276,1382281,0.0,0.0,True
2023-03-28 00:00:00+02:00,20.42036247253418,20.559614181518555,20.13191032409668,20.470096588134766,16.5385635787057,1220512,0.0,0.0,True
2023-03-29 00:00:00+02:00,20.559614181518555,20.639188766479492,20.370630264282227,20.539722442626953,16.594815351283174,791707,0.0,0.0,True
2023-03-30 00:00:00+02:00,20.659080505371094,21.01715850830078,20.629241943359375,20.82817268371582,16.827867207946742,968974,0.0,0.0,True
2023-03-31 00:00:00+02:00,20.82817268371582,21.01715850830078,20.748600006103516,20.95747947692871,16.932337872903815,1172265,0.0,0.0,True
2023-04-03 00:00:00+02:00,20.967424392700195,21.066890716552734,20.688920974731445,20.937585830688477,16.916265629150363,1141103,0.0,0.0,True
2023-04-04 00:00:00+02:00,21.08678436279297,21.186250686645508,20.858013153076172,20.858013153076172,16.851975573576926,728163,0.0,0.0,True
2023-04-05 00:00:00+02:00,20.897798538208008,20.947532653808594,20.46014976501465,20.499935150146484,16.562670863776262,1310588,0.0,0.0,True
2023-04-06 00:00:00+02:00,20.649133682250977,20.758546829223633,20.470096588134766,20.589454650878906,16.634997041226427,957116,0.0,0.0,True
2023-04-11 00:00:00+02:00,20.887853622436523,21.216089248657227,20.867958068847656,21.196197509765625,17.125205878504897,1155390,0.0,0.0,True
2023-04-12 00:00:00+02:00,21.156410217285156,21.285715103149414,20.907745361328125,21.226036071777344,17.149315324694694,907456,0.0,0.0,True
2023-04-13 00:00:00+02:00,21.186250686645508,21.385181427001953,21.14646339416504,21.255876541137695,17.17342260976526,1096832,0.0,0.0,True
2023-04-14 00:00:00+02:00,21.315555572509766,21.514488220214844,21.216089248657227,21.484647750854492,17.358256654608844,1071929,0.0,0.0,True
2023-04-17 00:00:00+02:00,21.882511138916016,22.07149887084961,21.58411407470703,21.892459869384766,17.68774413491238,1508490,0.0,0.0,True
2023-04-18 00:00:00+02:00,21.862619400024414,22.041658401489258,21.484647750854492,21.613954544067383,17.46272840012554,1127797,0.0,0.0,True
2023-04-19 00:00:00+02:00,21.633846282958984,21.65374183654785,21.37523651123047,21.633846282958984,17.478799563319377,908843,0.0,0.0,True
2023-04-20 00:00:00+02:00,21.68358039855957,21.68358039855957,21.484647750854492,21.6239013671875,17.47076344144265,810257,0.0,0.0,True
2023-04-21 00:00:00+02:00,21.58411407470703,21.58411407470703,21.255876541137695,21.424968719482422,17.310038842788863,823291,0.0,0.0,True
2023-04-24 00:00:00+02:00,21.385181427001953,21.703474044799805,21.295663833618164,21.633846282958984,17.478799563319377,882673,0.0,0.0,True
2023-04-25 00:00:00+02:00,21.59406089782715,21.74325942993164,21.385181427001953,21.663686752319336,17.502911170628412,1318878,0.0,0.0,True
2023-04-26 00:00:00+02:00,21.464754104614258,21.613954544067383,21.096731185913086,21.613954544067383,17.46272840012554,1135730,0.0,0.0,True
2023-04-27 00:00:00+02:00,21.504541397094727,21.504541397094727,20.897798538208008,21.11662483215332,17.060917984050693,1167454,0.0,0.0,True
2023-04-28 00:00:00+02:00,21.136518478393555,21.65374183654785,21.007211685180664,21.65374183654785,17.494875048751684,1480858,0.0,0.0,True
2023-05-02 00:00:00+02:00,21.68358039855957,21.713420867919922,21.126571655273438,21.14646339416504,17.085025269121257,1146537,0.0,0.0,True
2023-05-03 00:00:00+02:00,21.285715103149414,21.504541397094727,21.186250686645508,21.424968719482422,17.310038842788863,1054129,0.0,0.0,True
2023-05-04 00:00:00+02:00,20.987319946289062,21.6437931060791,20.340789794921875,20.66902732849121,16.699287096799868,1741640,0.0,0.0,True
2023-05-05 00:00:00+02:00,21.01715850830078,21.59406089782715,20.80828094482422,21.444862365722656,17.326112167101936,1420028,0.0,0.0,True
2023-05-08 00:00:00+02:00,21.484647750854492,21.514488220214844,21.245929718017578,21.514488220214844,17.382366100798645,674713,0.0,0.0,True
2023-05-09 00:00:00+02:00,21.663686752319336,21.663686752319336,21.17630386352539,21.444862365722656,17.326112167101936,853724,0.0,0.0,True
2023-05-10 00:00:00+02:00,21.49459457397461,21.663686752319336,21.156410217285156,21.405075073242188,17.293966599035407,826931,0.0,0.0,True
2023-05-11 00:00:00+02:00,21.464754104614258,21.633846282958984,21.106678009033203,21.37523651123047,17.269859313964844,1023400,0.0,0.0,True
2023-05-12 00:00:00+02:00,21.37523651123047,21.43491554260254,21.206144332885742,21.37523651123047,17.269859313964844,847053,0.0,0.0,False
2023-05-15 00:00:00+02:00,21.0469970703125,21.096731185913086,20.788387298583984,20.858013153076172,19.094114303588867,1023546,2.51,0.0,False
2023-05-16 00:00:00+02:00,20.7386531829834,20.76849365234375,20.281110763549805,20.310949325561523,18.593313217163086,1280267,0.0,0.0,False
2023-05-17 00:00:00+02:00,20.201536178588867,20.57950782775879,20.092124938964844,20.549667358398438,18.811845779418945,1106539,0.0,0.0,False
2023-05-18 00:00:00+02:00,20.72870635986328,20.818225860595703,20.539722442626953,20.678974151611328,18.930217742919922,704356,0.0,0.0,False
2023-05-19 00:00:00+02:00,20.818225860595703,20.897798538208008,20.66902732849121,20.72870635986328,18.975744247436523,1030030,0.0,0.0,False
2023-05-22 00:00:00+02:00,20.66902732849121,20.788387298583984,20.57950782775879,20.76849365234375,19.012165069580078,853879,0.0,0.0,False
2023-05-23 00:00:00+02:00,20.748600006103516,20.80828094482422,20.66902732849121,20.79833221435547,19.03948211669922,779729,0.0,0.0,False
2023-05-24 00:00:00+02:00,20.60934829711914,20.60934829711914,20.291057586669922,20.489988327026367,18.757211685180664,846847,0.0,0.0,False
2023-05-25 00:00:00+02:00,20.51982879638672,20.51982879638672,19.962818145751953,20.01255226135254,18.320152282714844,1017197,0.0,0.0,False
2023-05-26 00:00:00+02:00,20.141857147216797,20.26121711730957,19.885236740112305,20.191591262817383,18.48404884338379,1058894,0.0,0.0,False
2023-05-29 00:00:00+02:00,20.301002502441406,20.340789794921875,20.181644439697266,20.26121711730957,18.547786712646484,295090,0.0,0.0,False
2023-05-30 00:00:00+02:00,20.301002502441406,20.340789794921875,20.052337646484375,20.092124938964844,18.392993927001953,641576,0.0,0.0,False
2023-05-31 00:00:00+02:00,19.77781105041504,19.77781105041504,19.184995651245117,19.427692413330078,17.784751892089844,3164263,0.0,0.0,False
2023-06-01 00:00:00+02:00,19.614688873291016,19.698240280151367,19.475435256958008,19.68232536315918,18.017850875854492,876148,0.0,0.0,False
2023-06-02 00:00:00+02:00,19.857385635375977,20.499935150146484,19.8255558013916,20.440256118774414,18.711685180664062,1069712,0.0,0.0,False
2023-06-05 00:00:00+02:00,20.529775619506836,20.589454650878906,20.39052391052246,20.499935150146484,18.766319274902344,850280,0.0,0.0,False
2023-06-06 00:00:00+02:00,20.489988327026367,20.66902732849121,20.38057518005371,20.66902732849121,18.921110153198242,646291,0.0,0.0,False
2023-06-07 00:00:00+02:00,20.678974151611328,20.92763900756836,20.569562911987305,20.92763900756836,19.157852172851562,885388,0.0,0.0,False
2023-06-08 00:00:00+02:00,20.877906799316406,21.514488220214844,20.877906799316406,21.186250686645508,19.394594192504883,1247924,0.0,0.0,False
2023-06-09 00:00:00+02:00,21.126571655273438,21.17630386352539,20.46014976501465,20.818225860595703,19.05769157409668,1294412,0.0,0.0,False
2023-06-12 00:00:00+02:00,20.887853622436523,21.08678436279297,20.80828094482422,21.05694580078125,19.27622413635254,932962,0.0,0.0,False
2023-06-13 00:00:00+02:00,21.166357040405273,21.454809188842773,20.907745361328125,21.424968719482422,19.61312484741211,905912,0.0,0.0,False
2023-06-14 00:00:00+02:00,21.862619400024414,21.882511138916016,21.424968719482422,21.514488220214844,19.6950740814209,1696595,0.0,0.0,False
2023-06-15 00:00:00+02:00,21.474702835083008,21.474702835083008,21.01715850830078,21.355342864990234,19.549386978149414,932700,0.0,0.0,False
2023-06-16 00:00:00+02:00,21.444862365722656,21.52443504333496,20.04239273071289,20.569562911987305,18.83005714416504,3430067,0.0,0.0,False
2023-06-19 00:00:00+02:00,20.291057586669922,20.291057586669922,19.932979583740234,19.982711791992188,18.292835235595703,1208865,0.0,0.0,False
2023-06-20 00:00:00+02:00,19.495328903198242,20.121965408325195,19.208866119384766,19.821577072143555,18.145326614379883,2053697,0.0,0.0,False
2023-06-21 00:00:00+02:00,19.845449447631836,19.923032760620117,19.662431716918945,19.923032760620117,18.238203048706055,644074,0.0,0.0,False
2023-06-22 00:00:00+02:00,19.749961853027344,20.022499084472656,19.68232536315918,19.797706604003906,18.12347412109375,667821,0.0,0.0,False
2023-06-23 00:00:00+02:00,19.65447425842285,19.805662155151367,19.539094924926758,19.686304092407227,18.021493911743164,893260,0.0,0.0,False
2023-06-26 00:00:00+02:00,19.757919311523438,20.032445907592773,19.65447425842285,19.982711791992188,18.292835235595703,793819,0.0,0.0,False
2023-06-27 00:00:00+02:00,20.092124938964844,20.211484909057617,19.74200439453125,19.95287322998047,18.265520095825195,871227,0.0,0.0,False
2023-06-28 00:00:00+02:00,20.112018585205078,20.151803970336914,19.865341186523438,19.95287322998047,18.265520095825195,911547,0.0,0.0,False
2023-06-29 00:00:00+02:00,20.01255226135254,20.181644439697266,19.903139114379883,20.092124938964844,18.392993927001953,1053234,0.0,0.0,False
2023-06-30 00:00:00+02:00,20.092124938964844,20.46014976501465,20.092124938964844,20.350736618041992,18.629737854003906,934560,0.0,0.0,False
2023-07-03 00:00:00+02:00,20.301002502441406,20.499935150146484,20.181644439697266,20.26121711730957,18.547786712646484,652308,0.0,0.0,False
2023-07-04 00:00:00+02:00,20.241323471069336,20.241323471069336,20.032445907592773,20.181644439697266,18.474945068359375,483753,0.0,0.0,False
2023-07-05 00:00:00+02:00,20.07223129272461,20.201536178588867,20.002605438232422,20.092124938964844,18.392993927001953,692829,0.0,0.0,False
2023-07-06 00:00:00+02:00,19.903139114379883,20.002605438232422,19.634580612182617,19.74200439453125,18.07248306274414,1098682,0.0,0.0,False
2023-07-07 00:00:00+02:00,19.7181339263916,20.350736618041992,19.7181339263916,20.350736618041992,18.629737854003906,909321,0.0,0.0,False
2023-07-10 00:00:00+02:00,20.221431732177734,20.48004150390625,20.201536178588867,20.241323471069336,18.52957534790039,599989,0.0,0.0,False
2023-07-11 00:00:00+02:00,20.291057586669922,20.60934829711914,20.211484909057617,20.51982879638672,18.784528732299805,514723,0.0,0.0,False
2023-07-12 00:00:00+02:00,20.569562911987305,21.126571655273438,20.529775619506836,21.066890716552734,19.285327911376953,903369,0.0,0.0,False
2023-07-13 00:00:00+02:00,20.967424392700195,21.226036071777344,20.92763900756836,20.967424392700195,19.194272994995117,830319,0.0,0.0,False
2023-07-14 00:00:00+02:00,20.877906799316406,20.897798538208008,20.301002502441406,20.301002502441406,18.584209442138672,959780,0.0,0.0,False
2023-07-17 00:00:00+02:00,20.191591262817383,20.330842971801758,20.151803970336914,20.201536178588867,18.493154525756836,678639,0.0,0.0,False
2023-07-18 00:00:00+02:00,20.211484909057617,20.410415649414062,20.112018585205078,20.410415649414062,18.684368133544922,696082,0.0,0.0,False
2023-07-19 00:00:00+02:00,20.340789794921875,20.430309295654297,20.04239273071289,20.310949325561523,18.593313217163086,1027451,0.0,0.0,False
2023-07-20 00:00:00+02:00,20.330842971801758,20.589454650878906,20.330842971801758,20.589454650878906,18.8482666015625,771530,0.0,0.0,False
2023-07-21 00:00:00+02:00,20.569562911987305,20.758546829223633,20.499935150146484,20.639188766479492,18.893795013427734,532559,0.0,0.0,False
2023-07-24 00:00:00+02:00,20.529775619506836,20.788387298583984,20.48004150390625,20.778440475463867,19.021270751953125,576946,0.0,0.0,False
2023-07-25 00:00:00+02:00,20.80828094482422,21.156410217285156,20.7386531829834,21.14646339416504,19.358171463012695,815268,0.0,0.0,False
2023-07-26 00:00:00+02:00,21.066890716552734,21.206144332885742,20.867958068847656,20.967424392700195,19.194272994995117,501060,0.0,0.0,False
2023-07-27 00:00:00+02:00,21.01715850830078,21.43491554260254,20.967424392700195,21.39512825012207,19.58580780029297,1024169,0.0,0.0,False
2023-07-28 00:00:00+02:00,21.30561065673828,21.802940368652344,21.255876541137695,21.802940368652344,19.95913314819336,1075428,0.0,0.0,False
2023-07-31 00:00:00+02:00,21.802940368652344,21.912351608276367,21.663686752319336,21.703474044799805,19.868078231811523,1096731,0.0,0.0,False
2023-08-01 00:00:00+02:00,21.59406089782715,21.604007720947266,21.424968719482422,21.424968719482422,19.61312484741211,660286,0.0,0.0,False
2023-08-02 00:00:00+02:00,21.186250686645508,21.58411407470703,21.08678436279297,21.454809188842773,19.64044189453125,858203,0.0,0.0,False
2023-08-03 00:00:00+02:00,21.673633575439453,21.78304672241211,20.01255226135254,20.499935150146484,18.766319274902344,1721865,0.0,0.0,False
2023-08-04 00:00:00+02:00,20.66902732849121,20.718759536743164,20.39052391052246,20.659080505371094,18.912004470825195,610022,0.0,0.0,False
2023-08-07 00:00:00+02:00,20.589454650878906,20.80828094482422,20.45020294189453,20.80828094482422,19.048587799072266,484065,0.0,0.0,False
2023-08-08 00:00:00+02:00,20.688920974731445,20.818225860595703,20.589454650878906,20.678974151611328,18.930217742919922,420797,0.0,0.0,False
2023-08-09 00:00:00+02:00,20.858013153076172,21.037052154541016,20.76849365234375,20.858013153076172,19.094114303588867,550545,0.0,0.0,False
2023-08-10 00:00:00+02:00,20.977371215820312,21.126571655273438,20.858013153076172,20.997264862060547,19.221590042114258,468059,0.0,0.0,False
2023-08-11 00:00:00+02:00,20.877906799316406,21.0271053314209,20.748600006103516,20.758546829223633,19.00305938720703,462374,0.0,0.0,False
2023-08-14 00:00:00+02:00,20.7386531829834,20.848066329956055,20.66902732849121,20.7386531829834,18.984848022460938,668188,0.0,0.0,False
2023-08-15 00:00:00+02:00,20.788387298583984,20.818225860595703,20.430309295654297,20.57950782775879,18.839162826538086,432414,0.0,0.0,False
2023-08-16 00:00:00+02:00,20.539722442626953,20.76849365234375,20.539722442626953,20.70881462097168,18.95753288269043,544437,0.0,0.0,False
2023-08-17 00:00:00+02:00,20.57950782775879,20.76849365234375,20.549667358398438,20.688920974731445,18.939321517944336,564871,0.0,0.0,False
2023-08-18 00:00:00+02:00,20.688920974731445,20.70881462097168,20.291057586669922,20.38057518005371,18.657052993774414,693870,0.0,0.0,False
2023-08-21 00:00:00+02:00,20.39052391052246,20.66902732849121,20.39052391052246,20.569562911987305,18.83005714416504,793311,0.0,0.0,False
2023-08-22 00:00:00+02:00,20.599401473999023,20.907745361328125,20.5098819732666,20.76849365234375,19.012165069580078,650046,0.0,0.0,False
2023-08-23 00:00:00+02:00,20.80828094482422,20.858013153076172,20.330842971801758,20.370630264282227,18.64794921875,647211,0.0,0.0,False
2023-08-24 00:00:00+02:00,20.45020294189453,20.599401473999023,20.291057586669922,20.330842971801758,18.611526489257812,475896,0.0,0.0,False
2023-08-25 00:00:00+02:00,20.301002502441406,20.45020294189453,20.26121711730957,20.291057586669922,18.575103759765625,318928,0.0,0.0,False
2023-08-28 00:00:00+02:00,20.42036247253418,20.549667358398438,20.42036247253418,20.499935150146484,18.766319274902344,332741,0.0,0.0,False
2023-08-29 00:00:00+02:00,20.66902732849121,20.897798538208008,20.66902732849121,20.838119506835938,19.075902938842773,523138,0.0,0.0,False
2023-08-30 00:00:00+02:00,20.838119506835938,21.007211685180664,20.778440475463867,20.907745361328125,19.13964080810547,394929,0.0,0.0,False
2023-08-31 00:00:00+02:00,20.947532653808594,21.36528968811035,20.92763900756836,21.265823364257812,19.467437744140625,2323236,0.0,0.0,False
2023-09-01 00:00:00+02:00,21.255876541137695,21.9322452545166,21.255876541137695,21.87256622314453,20.022869110107422,966179,0.0,0.0,False
2023-09-04 00:00:00+02:00,21.981977462768555,22.021764755249023,21.544328689575195,21.58411407470703,19.758811950683594,643546,0.0,0.0,False
2023-09-05 00:00:00+02:00,21.504541397094727,21.78304672241211,21.424968719482422,21.6239013671875,19.79523277282715,541345,0.0,0.0,False
2023-09-06 00:00:00+02:00,21.544328689575195,22.111284255981445,21.504541397094727,22.09139060974121,20.223188400268555,851678,0.0,0.0,False
2023-09-07 00:00:00+02:00,21.882511138916016,21.90240478515625,21.424968719482422,21.464754104614258,19.649545669555664,700314,0.0,0.0,False
2023-09-08 00:00:00+02:00,21.574167251586914,21.574167251586914,20.887853622436523,21.235984802246094,19.440122604370117,719356,0.0,0.0,False
2023-09-11 00:00:00+02:00,21.345396041870117,21.564220428466797,21.315555572509766,21.52443504333496,19.704177856445312,524078,0.0,0.0,False
2023-09-12 00:00:00+02:00,21.58411407470703,21.6239013671875,21.11662483215332,21.11662483215332,19.330856323242188,772781,0.0,0.0,False
2023-09-13 00:00:00+02:00,21.0469970703125,21.36528968811035,20.76849365234375,20.818225860595703,19.05769157409668,691035,0.0,0.0,False
2023-09-14 00:00:00+02:00,20.887853622436523,21.196197509765625,20.629241943359375,21.126571655273438,19.339962005615234,578423,0.0,0.0,False
2023-09-15 00:00:00+02:00,21.295663833618164,21.952138900756836,21.295663833618164,21.84272575378418,19.99555206298828,2234985,0.0,0.0,False
2023-09-18 00:00:00+02:00,21.802940368652344,21.84272575378418,21.673633575439453,21.713420867919922,19.87718391418457,856277,0.0,0.0,False
2023-09-19 00:00:00+02:00,21.6437931060791,21.6437931060791,21.39512825012207,21.415021896362305,19.604019165039062,685505,0.0,0.0,False
2023-09-20 00:00:00+02:00,21.52443504333496,21.792993545532227,21.504541397094727,21.74325942993164,19.904497146606445,752488,0.0,0.0,False
2023-09-21 00:00:00+02:00,21.534381866455078,21.574167251586914,21.0271053314209,21.186250686645508,19.394594192504883,722196,0.0,0.0,False
2023-09-22 00:00:00+02:00,21.08678436279297,21.295663833618164,20.95747947692871,21.096731185913086,19.312644958496094,535977,0.0,0.0,False
2023-09-25 00:00:00+02:00,21.037052154541016,21.17630386352539,20.529775619506836,20.788387298583984,19.030376434326172,678523,0.0,0.0,False
2023-09-26 00:00:00+02:00,20.72870635986328,20.72870635986328,20.410415649414062,20.489988327026367,18.757211685180664,999281,0.0,0.0,False
2023-09-27 00:00:00+02:00,20.559614181518555,20.66902732849121,20.440256118774414,20.569562911987305,18.83005714416504,679654,0.0,0.0,False
2023-09-28 00:00:00+02:00,20.57950782775879,20.858013153076172,20.42036247253418,20.80828094482422,19.048587799072266,791858,0.0,0.0,False
2023-09-29 00:00:00+02:00,20.977371215820312,21.07683753967285,20.778440475463867,20.858013153076172,19.094114303588867,1368070,0.0,0.0,False
2023-10-02 00:00:00+02:00,20.877906799316406,20.95747947692871,20.38057518005371,20.489988327026367,18.757211685180664,921943,0.0,0.0,False
2023-10-03 00:00:00+02:00,20.45020294189453,20.559614181518555,20.241323471069336,20.430309295654297,18.70258140563965,870202,0.0,0.0,False
2023-10-04 00:00:00+02:00,20.340789794921875,20.629241943359375,20.23137664794922,20.301002502441406,18.584209442138672,1412955,0.0,0.0,False
2023-10-05 00:00:00+02:00,20.301002502441406,20.410415649414062,20.151803970336914,20.23137664794922,18.520471572875977,552761,0.0,0.0,False
2023-10-06 00:00:00+02:00,20.271163940429688,20.489988327026367,20.17169761657715,20.370630264282227,18.64794921875,824653,0.0,0.0,False
2023-10-09 00:00:00+02:00,20.201536178588867,20.26121711730957,19.817598342895508,20.201536178588867,18.493154525756836,857112,0.0,0.0,False
2023-10-10 00:00:00+02:00,20.310949325561523,20.619295120239258,20.281110763549805,20.470096588134766,18.739002227783203,881954,0.0,0.0,False
2023-10-11 00:00:00+02:00,20.32089614868164,20.629241943359375,20.32089614868164,20.440256118774414,18.711685180664062,612797,0.0,0.0,False
2023-10-12 00:00:00+02:00,20.569562911987305,20.688920974731445,20.271163940429688,20.32089614868164,18.602420806884766,484462,0.0,0.0,False
2023-10-13 00:00:00+02:00,20.211484909057617,20.470096588134766,20.211484909057617,20.301002502441406,18.584209442138672,538324,0.0,0.0,False
2023-10-16 00:00:00+02:00,20.340789794921875,20.489988327026367,20.26121711730957,20.310949325561523,18.593313217163086,495104,0.0,0.0,False
2023-10-17 00:00:00+02:00,20.241323471069336,20.301002502441406,19.9130859375,20.221431732177734,18.511367797851562,618131,0.0,0.0,False
2023-10-18 00:00:00+02:00,20.191591262817383,20.23137664794922,19.881256103515625,19.881256103515625,18.19995880126953,559829,0.0,0.0,False
2023-10-19 00:00:00+02:00,19.714153289794922,19.84147071838379,19.551029205322266,19.630603790283203,17.970502853393555,708805,0.0,0.0,False
2023-10-20 00:00:00+02:00,19.49930763244629,19.54705047607422,19.296396255493164,19.296396255493164,17.664560317993164,760144,0.0,0.0,False
2023-10-23 00:00:00+02:00,19.3162899017334,19.344141006469727,19.005956649780273,19.16908073425293,17.548009872436523,652032,0.0,0.0,False
2023-10-24 00:00:00+02:00,19.101444244384766,19.232738494873047,18.994020462036133,19.11735725402832,17.500661849975586,565349,0.0,0.0,False
2023-10-25 00:00:00+02:00,19.133272171020508,19.184995651245117,18.882619857788086,19.093486785888672,17.478809356689453,597757,0.0,0.0,False
2023-10-26 00:00:00+02:00,18.882619857788086,19.507265090942383,18.834875106811523,19.403820037841797,17.762897491455078,756208,0.0,0.0,False
2023-10-27 00:00:00+02:00,19.519201278686523,19.75394058227539,19.20488739013672,19.20488739013672,17.580787658691406,767302,0.0,0.0,False
2023-10-30 00:00:00+01:00,19.296396255493164,19.54705047607422,19.296396255493164,19.45156478881836,17.806604385375977,755454,0.0,0.0,False
2023-10-31 00:00:00+01:00,19.455543518066406,19.972766876220703,19.443607330322266,19.84147071838379,18.163537979125977,1249155,0.0,0.0,False
2023-11-01 00:00:00+01:00,19.903139114379883,20.04239273071289,19.551029205322266,19.618667602539062,17.959575653076172,645054,0.0,0.0,False
2023-11-02 00:00:00+01:00,19.734046936035156,20.410415649414062,19.726089477539062,20.141857147216797,18.438520431518555,1414951,0.0,0.0,False
2023-11-03 00:00:00+01:00,19.877277374267578,20.211484909057617,19.165102005004883,19.51124382019043,17.861238479614258,1786173,0.0,0.0,False
2023-11-06 00:00:00+01:00,19.515222549438477,19.78179168701172,19.304353713989258,19.531137466430664,17.87944793701172,1141224,0.0,0.0,False
2023-11-07 00:00:00+01:00,19.42371368408203,19.535114288330078,19.25263214111328,19.35209846496582,17.71554946899414,719557,0.0,0.0,False
2023-11-08 00:00:00+01:00,19.228759765625,19.427692413330078,19.093486785888672,19.320268630981445,17.686412811279297,829203,0.0,0.0,False
2023-11-09 00:00:00+01:00,19.308332443237305,19.903139114379883,19.308332443237305,19.574901580810547,17.919511795043945,1169455,0.0,0.0,False
2023-11-10 00:00:00+01:00,19.479415893554688,19.761898040771484,19.244674682617188,19.761898040771484,18.090694427490234,991826,0.0,0.0,False
2023-11-13 00:00:00+01:00,19.773834228515625,19.857385635375977,19.531137466430664,19.734046936035156,18.06519889831543,980360,0.0,0.0,False
2023-11-14 00:00:00+01:00,19.79372787475586,20.410415649414062,19.78974723815918,20.340789794921875,18.620630264282227,892672,0.0,0.0,False
2023-11-15 00:00:00+01:00,20.36068344116211,20.917692184448242,20.291057586669922,20.917692184448242,19.148746490478516,1168610,0.0,0.0,False
2023-11-16 00:00:00+01:00,20.79833221435547,21.07683753967285,20.549667358398438,20.549667358398438,18.811845779418945,755625,0.0,0.0,False
2023-11-17 00:00:00+01:00,20.549667358398438,20.848066329956055,20.549667358398438,20.559614181518555,18.82094955444336,784037,0.0,0.0,False
2023-11-20 00:00:00+01:00,20.589454650878906,20.887853622436523,20.51982879638672,20.72870635986328,18.975744247436523,946072,0.0,0.0,False
2023-11-21 00:00:00+01:00,20.688920974731445,20.82817268371582,20.470096588134766,20.629241943359375,18.88469123840332,1185330,0.0,0.0,False
2023-11-22 00:00:00+01:00,20.629241943359375,20.838119506835938,20.559614181518555,20.599401473999023,18.85737419128418,1261386,0.0,0.0,False
2023-11-23 00:00:00+01:00,20.599401473999023,20.76849365234375,20.599401473999023,20.7386531829834,18.984848022460938,633558,0.0,0.0,False
2023-11-24 00:00:00+01:00,20.778440475463867,20.92763900756836,20.72870635986328,20.92763900756836,19.157852172851562,719180,0.0,0.0,False
2023-11-27 00:00:00+01:00,20.887853622436523,20.907745361328125,20.51982879638672,20.57950782775879,18.839162826538086,1094505,0.0,0.0,False
2023-11-28 00:00:00+01:00,20.529775619506836,20.66902732849121,20.330842971801758,20.60934829711914,18.866477966308594,1053370,0.0,0.0,False
2023-11-29 00:00:00+01:00,20.60934829711914,21.037052154541016,20.569562911987305,20.977371215820312,19.203378677368164,957061,0.0,0.0,False
2023-11-30 00:00:00+01:00,20.947532653808594,21.27577018737793,20.818225860595703,21.11662483215332,19.330856323242188,2370750,0.0,0.0,False
2023-12-01 00:00:00+01:00,21.166357040405273,21.6437931060791,21.166357040405273,21.604007720947266,19.777023315429688,1195222,0.0,0.0,False
2023-12-04 00:00:00+01:00,21.484647750854492,21.94219207763672,21.464754104614258,21.74325942993164,19.904497146606445,1089262,0.0,0.0,False
2023-12-05 00:00:00+01:00,21.6239013671875,21.9322452545166,21.59406089782715,21.882511138916016,20.03197479248047,1150906,0.0,0.0,False
2023-12-06 00:00:00+01:00,21.882511138916016,22.081443786621094,21.84272575378418,22.041658401489258,20.177661895751953,1090639,0.0,0.0,False
2023-12-07 00:00:00+01:00,22.081443786621094,22.489255905151367,22.041658401489258,22.359949111938477,20.469036102294922,1596696,0.0,0.0,False
2023-12-08 00:00:00+01:00,22.330108642578125,22.479307174682617,21.991924285888672,22.35000228881836,20.459930419921875,1410130,0.0,0.0,False
2023-12-11 00:00:00+01:00,19.450000762939453,23.649999618530273,17.895000457763672,20.6200008392334,18.876230239868164,8998324,0.0,0.0,False
2023-12-12 00:00:00+01:00,20.790000915527344,22.3700008392334,20.75,22.139999389648438,20.26768684387207,3236690,0.0,0.0,False
2023-12-13 00:00:00+01:00,22.489999771118164,24.530000686645508,22.399999618530273,23.950000762939453,21.924623489379883,2215354,0.0,0.0,False
2023-12-14 00:00:00+01:00,24.5,25.010000228881836,23.950000762939453,24.540000915527344,22.4647274017334,1535694,0.0,0.0,False
2023-12-15 00:00:00+01:00,24.8799991607666,25.420000076293945,24.600000381469727,25.40999984741211,23.261154174804688,2385553,0.0,0.0,False
2023-12-18 00:00:00+01:00,25.649999618530273,26.969999313354492,25.489999771118164,26.1299991607666,23.920265197753906,965441,0.0,0.0,False
2023-12-19 00:00:00+01:00,26.290000915527344,27.399999618530273,26.200000762939453,27.209999084472656,24.908931732177734,908754,0.0,0.0,False
2023-12-20 00:00:00+01:00,27.3700008392334,27.469999313354492,26.350000381469727,26.350000381469727,24.121660232543945,821654,0.0,0.0,False
2023-12-21 00:00:00+01:00,26.239999771118164,26.3700008392334,25.760000228881836,26.049999237060547,23.847028732299805,744197,0.0,0.0,False
2023-12-22 00:00:00+01:00,26.1200008392334,26.510000228881836,26.049999237060547,26.239999771118164,24.020963668823242,358134,0.0,0.0,False
2023-12-27 00:00:00+01:00,26.639999389648438,26.729999542236328,26.299999237060547,26.729999542236328,24.469526290893555,398784,0.0,0.0,False
2023-12-28 00:00:00+01:00,26.899999618530273,27.200000762939453,26.899999618530273,27.190000534057617,24.890625,306879,0.0,0.0,False
2023-12-29 00:00:00+01:00,27.219999313354492,27.959999084472656,27.219999313354492,27.729999542236328,25.384958267211914,508827,0.0,0.0,False
2024-01-02 00:00:00+01:00,28.059999465942383,28.600000381469727,27.520000457763672,28.030000686645508,25.659587860107422,395002,0.0,0.0,False
2024-01-03 00:00:00+01:00,28.110000610351562,28.15999984741211,27.170000076293945,27.43000030517578,25.110328674316406,517626,0.0,0.0,False
2024-01-04 00:00:00+01:00,27.5,28.110000610351562,27.5,28.09000015258789,25.714515686035156,353356,0.0,0.0,False
2024-01-05 00:00:00+01:00,28.079999923706055,28.469999313354492,28.0,28.329999923706055,25.93421745300293,426440,0.0,0.0,False
2024-01-08 00:00:00+01:00,28.290000915527344,28.329999923706055,27.540000915527344,28.0,25.632125854492188,503233,0.0,0.0,False
2024-01-09 00:00:00+01:00,27.190000534057617,27.549999237060547,27.079999923706055,27.299999237060547,24.991321563720703,592677,0.0,0.0,False
2024-01-10 00:00:00+01:00,27.100000381469727,27.170000076293945,26.350000381469727,26.350000381469727,24.121660232543945,692877,0.0,0.0,False
2024-01-11 00:00:00+01:00,26.389999389648438,26.559999465942383,25.889999389648438,26.0,23.801259994506836,631805,0.0,0.0,False
2024-01-12 00:00:00+01:00,26.639999389648438,26.860000610351562,26.06999969482422,26.139999389648438,23.929418563842773,803481,0.0,0.0,False
2024-01-15 00:00:00+01:00,25.059999465942383,25.329999923706055,25.0,25.299999237060547,24.690631866455078,726646,1.62,0.0,False
2024-01-16 00:00:00+01:00,25.149999618530273,25.200000762939453,24.579999923706055,24.989999771118164,24.388099670410156,493029,0.0,0.0,False
2024-01-17 00:00:00+01:00,24.700000762939453,24.729999542236328,23.989999771118164,24.260000228881836,23.675682067871094,646371,0.0,0.0,False
2024-01-18 00:00:00+01:00,24.200000762939453,24.239999771118164,23.530000686645508,23.530000686645508,22.963266372680664,686723,0.0,0.0,False
2024-01-19 00:00:00+01:00,23.670000076293945,24.25,23.670000076293945,24.049999237060547,23.470739364624023,679303,0.0,0.0,False
2024-01-22 00:00:00+01:00,24.299999237060547,24.770000457763672,24.079999923706055,24.760000228881836,24.163639068603516,282294,0.0,0.0,False
2024-01-23 00:00:00+01:00,25.200000762939453,25.450000762939453,24.90999984741211,25.3799991607666,24.768705368041992,397643,0.0,0.0,False
2024-01-24 00:00:00+01:00,25.600000381469727,25.6299991607666,24.75,24.75,24.153881072998047,564082,0.0,0.0,False
2024-01-25 00:00:00+01:00,24.84000015258789,25.760000228881836,24.799999237060547,25.600000381469727,24.983407974243164,401178,0.0,0.0,False
2024-01-26 00:00:00+01:00,25.690000534057617,26.959999084472656,25.6200008392334,26.40999984741211,25.773897171020508,712857,0.0,0.0,False
2024-01-29 00:00:00+01:00,26.5,26.549999237060547,25.760000228881836,25.760000228881836,25.139554977416992,375526,0.0,0.0,False
2024-01-30 00:00:00+01:00,25.8799991607666,26.049999237060547,25.610000610351562,25.690000534057617,25.071239471435547,339731,0.0,0.0,False
2024-01-31 00:00:00+01:00,25.850000381469727,26.1299991607666,25.440000534057617,25.440000534057617,24.827260971069336,1756316,0.0,0.0,False
2024-02-01 00:00:00+01:00,25.329999923706055,25.5,24.530000686645508,24.59000015258789,23.99773406982422,398800,0.0,0.0,False
2024-02-02 00:00:00+01:00,24.899999618530273,24.979999542236328,24.40999984741211,24.40999984741211,23.82206916809082,418661,0.0,0.0,False
2024-02-05 00:00:00+01:00,24.440000534057617,24.56999969482422,23.6299991607666,23.649999618530273,23.080373764038086,640546,0.0,0.0,False
2024-02-06 00:00:00+01:00,23.739999771118164,23.81999969482422,22.8799991607666,23.469999313354492,22.904708862304688,800098,0.0,0.0,False
2024-02-07 00:00:00+01:00,23.200000762939453,23.309999465942383,22.489999771118164,22.639999389648438,22.09469985961914,896379,0.0,0.0,False
2024-02-08 00:00:00+01:00,22.799999237060547,23.1299991607666,22.690000534057617,23.0,22.446029663085938,622376,0.0,0.0,False
2024-02-09 00:00:00+01:00,22.5,22.739999771118164,22.209999084472656,22.209999084472656,21.67505645751953,783024,0.0,0.0,False
2024-02-12 00:00:00+01:00,22.450000762939453,22.899999618530273,22.290000915527344,22.84000015258789,22.289884567260742,443790,0.0,0.0,False
2024-02-13 00:00:00+01:00,22.860000610351562,23.34000015258789,22.719999313354492,23.190000534057617,22.631454467773438,530025,0.0,0.0,False
2024-02-14 00:00:00+01:00,23.06999969482422,23.5,22.90999984741211,23.489999771118164,22.92422866821289,452602,0.0,0.0,False
2024-02-15 00:00:00+01:00,23.6200008392334,24.170000076293945,23.579999923706055,23.940000534057617,23.36338996887207,423885,0.0,0.0,False
2024-02-16 00:00:00+01:00,24.280000686645508,24.420000076293945,23.770000457763672,24.020000457763672,23.441463470458984,445071,0.0,0.0,False
2024-02-19 00:00:00+01:00,24.110000610351562,24.139999389648438,23.690000534057617,23.690000534057617,23.11941146850586,334433,0.0,0.0,False
2024-02-20 00:00:00+01:00,23.770000457763672,24.09000015258789,23.489999771118164,24.09000015258789,23.509777069091797,306827,0.0,0.0,False
2024-02-21 00:00:00+01:00,23.850000381469727,24.040000915527344,23.5,24.040000915527344,23.460981369018555,431924,0.0,0.0,False
2024-02-22 00:00:00+01:00,24.229999542236328,24.399999618530273,24.010000228881836,24.219999313354492,23.63664436340332,366743,0.0,0.0,False
2024-02-23 00:00:00+01:00,24.239999771118164,24.6200008392334,23.860000610351562,23.959999084472656,23.38290786743164,266603,0.0,0.0,False
2024-02-26 00:00:00+01:00,23.959999084472656,23.959999084472656,23.270000457763672,23.479999542236328,22.91446876525879,316183,0.0,0.0,False
2024-02-27 00:00:00+01:00,23.540000915527344,23.889999389648438,23.329999923706055,23.75,23.17796516418457,284263,0.0,0.0,False
2024-02-28 00:00:00+01:00,23.829999923706055,24.059999465942383,23.559999465942383,23.6200008392334,23.051097869873047,344714,0.0,0.0,False
2024-02-29 00:00:00+01:00,23.600000381469727,23.6299991607666,23.329999923706055,23.5,22.93398666381836,601749,0.0,0.0,False
2024-03-01 00:00:00+01:00,23.6299991607666,24.530000686645508,23.59000015258789,24.200000762939453,23.617128372192383,445507,0.0,0.0,False
2024-03-04 00:00:00+01:00,24.1200008392334,24.229999542236328,22.989999771118164,23.3799991607666,22.816877365112305,469234,0.0,0.0,False
2024-03-05 00:00:00+01:00,23.329999923706055,23.579999923706055,23.079999923706055,23.579999923706055,23.012060165405273,321295,0.0,0.0,False
2024-03-06 00:00:00+01:00,23.579999923706055,24.100000381469727,23.549999237060547,23.549999237060547,22.9827823638916,516710,0.0,0.0,False
2024-03-07 00:00:00+01:00,23.389999389648438,23.670000076293945,23.100000381469727,23.5,22.93398666381836,371579,0.0,0.0,False
2024-03-08 00:00:00+01:00,23.520000457763672,23.770000457763672,22.969999313354492,23.739999771118164,23.1682071685791,426367,0.0,0.0,False
2024-03-11 00:00:00+01:00,23.68000030517578,24.100000381469727,23.450000762939453,24.100000381469727,23.5195369720459,437456,0.0,0.0,False
2024-03-12 00:00:00+01:00,24.299999237060547,25.450000762939453,24.059999465942383,25.25,24.64183807373047,794906,0.0,0.0,False
2024-03-13 00:00:00+01:00,24.100000381469727,26.010000228881836,23.950000762939453,24.549999237060547,23.958696365356445,844838,0.0,0.0,False
2024-03-14 00:00:00+01:00,24.440000534057617,24.729999542236328,23.649999618530273,23.81999969482422,23.246280670166016,643203,0.0,0.0,False
2024-03-15 00:00:00+01:00,23.850000381469727,24.579999923706055,23.229999542236328,23.229999542236328,22.670490264892578,1376963,0.0,0.0,False
2024-03-18 00:00:00+01:00,23.229999542236328,23.6299991607666,23.030000686645508,23.440000534057617,22.87543296813965,406545,0.0,0.0,False
2024-03-19 00:00:00+01:00,23.149999618530273,23.75,23.040000915527344,23.670000076293945,23.09989356994629,429140,0.0,0.0,False
2024-03-20 00:00:00+01:00,23.639999389648438,24.110000610351562,23.5,24.030000686645508,23.451223373413086,308989,0.0,0.0,False
2024-03-21 00:00:00+01:00,24.18000030517578,24.479999542236328,24.030000686645508,24.15999984741211,23.57809066772461,415990,0.0,0.0,False
2024-03-22 00:00:00+01:00,24.139999389648438,24.719999313354492,23.84000015258789,24.540000915527344,23.948938369750977,295245,0.0,0.0,False
2024-03-25 00:00:00+01:00,24.549999237060547,25.100000381469727,24.520000457763672,25.059999465942383,24.45641326904297,348983,0.0,0.0,False
2024-03-26 00:00:00+01:00,25.030000686645508,25.09000015258789,24.299999237060547,24.549999237060547,23.958696365356445,323207,0.0,0.0,False
2024-03-27 00:00:00+01:00,24.459999084472656,24.969999313354492,24.31999969482422,24.969999313354492,24.368581771850586,203281,0.0,0.0,False
2024-03-28 00:00:00+01:00,25.020000457763672,25.360000610351562,24.700000762939453,25.299999237060547,24.690631866455078,292668,0.0,0.0,False
2024-04-02 00:00:00+02:00,25.350000381469727,25.799999237060547,25.299999237060547,25.600000381469727,24.983407974243164,302238,0.0,0.0,False
2024-04-03 00:00:00+02:00,25.68000030517578,26.8799991607666,25.6299991607666,26.690000534057617,26.047155380249023,448326,0.0,0.0,False
2024-04-04 00:00:00+02:00,28.5,29.190000534057617,27.709999084472656,27.709999084472656,27.042585372924805,1493843,0.0,0.0,False
2024-04-05 00:00:00+02:00,27.350000381469727,27.959999084472656,27.010000228881836,27.350000381469727,26.69125747680664,540908,0.0,0.0,False
2024-04-08 00:00:00+02:00,27.399999618530273,28.309999465942383,27.34000015258789,28.270000457763672,27.589099884033203,487088,0.0,0.0,False
2024-04-09 00:00:00+02:00,28.350000381469727,28.43000030517578,28.049999237060547,28.200000762939453,27.52078628540039,253999,0.0,0.0,False
2024-04-10 00:00:00+02:00,28.34000015258789,29.40999984741211,28.1200008392334,28.639999389648438,27.950185775756836,735134,0.0,0.0,False
2024-04-11 00:00:00+02:00,28.93000030517578,29.260000228881836,28.649999618530273,28.959999084472656,28.262479782104492,306645,0.0,0.0,False
2024-04-12 00:00:00+02:00,29.399999618530273,29.799999237060547,29.170000076293945,29.5,28.789474487304688,437731,0.0,0.0,False
2024-04-15 00:00:00+02:00,29.100000381469727,29.850000381469727,29.0,29.450000762939453,28.740678787231445,388339,0.0,0.0,False
2024-04-16 00:00:00+02:00,29.200000762939453,29.350000381469727,28.780000686645508,28.780000686645508,28.086816787719727,434787,0.0,0.0,False
2024-04-17 00:00:00+02:00,28.780000686645508,29.989999771118164,28.760000228881836,29.799999237060547,29.082246780395508,352161,0.0,0.0,False
2024-04-18 00:00:00+02:00,29.899999618530273,30.700000762939453,29.780000686645508,30.649999618530273,29.911775588989258,347317,0.0,0.0,False
2024-04-19 00:00:00+02:00,30.5,31.040000915527344,28.34000015258789,30.75,30.009366989135742,697878,0.0,0.0,False
2024-04-22 00:00:00+02:00,30.81999969482422,31.600000381469727,30.770000457763672,31.56999969482422,30.809616088867188,401308,0.0,0.0,False
2024-04-23 00:00:00+02:00,31.579999923706055,31.65999984741211,30.049999237060547,31.0,30.253345489501953,471634,0.0,0.0,False
2024-04-24 00:00:00+02:00,30.950000762939453,31.75,30.90999984741211,31.200000762939453,30.448528289794922,307607,0.0,0.0,False
2024-04-25 00:00:00+02:00,31.299999237060547,31.329999923706055,29.670000076293945,29.75,29.0334529876709,478021,0.0,0.0,False
2024-04-26 00:00:00+02:00,30.25,30.719999313354492,29.959999084472656,30.18000030517578,29.453096389770508,331898,0.0,0.0,False
2024-04-29 00:00:00+02:00,30.209999084472656,30.899999618530273,30.209999084472656,30.850000381469727,30.106958389282227,225725,0.0,0.0,False
2024-04-30 00:00:00+02:00,30.899999618530273,31.18000030517578,30.290000915527344,30.40999984741211,29.677555084228516,232054,0.0,0.0,False
2024-05-02 00:00:00+02:00,30.40999984741211,30.600000381469727,29.709999084472656,30.5,29.76538848876953,390674,0.0,0.0,False
2024-05-03 00:00:00+02:00,29.56999969482422,30.299999237060547,29.5,30.139999389648438,29.414058685302734,364126,0.0,0.0,False
2024-05-06 00:00:00+02:00,30.290000915527344,30.989999771118164,30.139999389648438,30.420000076293945,29.687314987182617,273816,0.0,0.0,False
2024-05-07 00:00:00+02:00,31.600000381469727,35.25,31.360000610351562,34.7599983215332,33.92278289794922,1075584,0.0,0.0,False
2024-05-08 00:00:00+02:00,34.34000015258789,36.619998931884766,33.43000030517578,34.68000030517578,33.84471130371094,1057246,0.0,0.0,False
2024-05-09 00:00:00+02:00,34.650001525878906,35.33000183105469,34.209999084472656,34.38999938964844,33.56169509887695,262471,0.0,0.0,False
2024-05-10 00:00:00+02:00,34.790000915527344,34.939998626708984,33.58000183105469,33.650001525878906,32.83951950073242,223080,0.0,0.0,False
2024-05-13 00:00:00+02:00,33.5,34.459999084472656,33.33000183105469,34.310001373291016,33.48362350463867,273103,0.0,0.0,False
2024-05-14 00:00:00+02:00,34.220001220703125,34.52000045776367,33.560001373291016,34.52000045776367,33.68856430053711,279550,0.0,0.0,False
2024-05-15 00:00:00+02:00,34.630001068115234,34.900001525878906,33.75,34.099998474121094,33.27867889404297,242453,0.0,0.0,False
2024-05-16 00:00:00+02:00,34.13999938964844,34.13999938964844,33.04999923706055,33.599998474121094,32.79072189331055,235321,0.0,0.0,False
2024-05-17 00:00:00+02:00,32.84000015258789,34.06999969482422,32.59000015258789,34.06999969482422,33.2494010925293,339910,0.0,0.0,False
2024-05-20 00:00:00+02:00,34.400001525878906,34.400001525878906,33.70000076293945,34.04999923706055,33.229881286621094,164887,0.0,0.0,False
2024-05-21 00:00:00+02:00,33.97999954223633,34.130001068115234,33.31999969482422,33.31999969482422,32.5174674987793,171162,0.0,0.0,False
2024-05-22 00:00:00+02:00,33.29999923706055,34.189998626708984,32.93000030517578,34.189998626708984,33.366512298583984,345186,0.0,0.0,False
2024-05-23 00:00:00+02:00,34.189998626708984,34.75,34.150001525878906,34.470001220703125,33.6397705078125,301874,0.0,0.0,False
2024-05-24 00:00:00+02:00,34.29999923706055,35.040000915527344,34.060001373291016,34.52000045776367,33.68856430053711,297474,0.0,0.0,False
2024-05-27 00:00:00+02:00,34.52000045776367,34.900001525878906,34.25,34.5,33.669044494628906,145496,0.0,0.0,False
2024-05-28 00:00:00+02:00,34.459999084472656,34.540000915527344,33.81999969482422,34.400001525878906,33.57145690917969,239174,0.0,0.0,False
2024-05-29 00:00:00+02:00,34.400001525878906,34.439998626708984,33.900001525878906,34.220001220703125,33.395790100097656,245711,0.0,0.0,False
2024-05-30 00:00:00+02:00,34.61000061035156,34.61000061035156,33.75,34.310001373291016,33.48362350463867,270049,0.0,0.0,False
2024-05-31 00:00:00+02:00,34.25,34.650001525878906,33.45000076293945,33.630001068115234,32.81999969482422,348292,0.0,0.0,False
2024-06-03 00:00:00+02:00,33.20000076293945,33.290000915527344,31.81999969482422,31.829999923706055,31.829999923706055,271111,0.81,0.0,False
2024-06-04 00:00:00+02:00,31.780000686645508,31.860000610351562,31.260000228881836,31.649999618530273,31.649999618530273,345119,0.0,0.0,False
2024-06-05 00:00:00+02:00,31.770000457763672,31.940000534057617,31.270000457763672,31.270000457763672,31.270000457763672,371491,0.0,0.0,False
2024-06-06 00:00:00+02:00,31.489999771118164,31.510000228881836,30.600000381469727,30.920000076293945,30.920000076293945,325501,0.0,0.0,False
2024-06-07 00:00:00+02:00,30.90999984741211,31.209999084472656,30.600000381469727,30.969999313354492,30.969999313354492,161556,0.0,0.0,False
2024-06-10 00:00:00+02:00,30.850000381469727,31.739999771118164,30.729999542236328,31.739999771118164,31.739999771118164,265293,0.0,0.0,False
2024-06-11 00:00:00+02:00,31.639999389648438,32.529998779296875,31.639999389648438,32.349998474121094,32.349998474121094,424271,0.0,0.0,False
2024-06-12 00:00:00+02:00,32.40999984741211,33.04999923706055,32.40999984741211,32.81999969482422,32.81999969482422,244552,0.0,0.0,False
2024-06-13 00:00:00+02:00,32.54999923706055,32.54999923706055,31.709999084472656,31.780000686645508,31.780000686645508,302052,0.0,0.0,False
2024-06-14 00:00:00+02:00,31.600000381469727,31.6299991607666,30.34000015258789,30.790000915527344,30.790000915527344,342157,0.0,0.0,False
2024-06-17 00:00:00+02:00,30.920000076293945,31.479999542236328,30.889999389648438,31.34000015258789,31.34000015258789,273690,0.0,0.0,False
2024-06-18 00:00:00+02:00,31.579999923706055,31.690000534057617,31.06999969482422,31.229999542236328,31.229999542236328,218534,0.0,0.0,False
2024-06-19 00:00:00+02:00,31.260000228881836,31.81999969482422,31.200000762939453,31.350000381469727,31.350000381469727,175454,0.0,0.0,False
2024-06-20 00:00:00+02:00,31.31999969482422,32.11000061035156,31.31999969482422,31.709999084472656,31.709999084472656,296995,0.0,0.0,False
2024-06-21 00:00:00+02:00,31.860000610351562,32.04999923706055,31.559999465942383,31.719999313354492,31.719999313354492,2005373,0.0,0.0,False
2024-06-24 00:00:00+02:00,31.700000762939453,33.630001068115234,31.700000762939453,33.06999969482422,33.06999969482422,347579,0.0,0.0,False
2024-06-25 00:00:00+02:00,33.0,33.34000015258789,31.90999984741211,31.90999984741211,31.90999984741211,241894,0.0,0.0,False
2024-06-26 00:00:00+02:00,31.899999618530273,32.349998474121094,31.649999618530273,31.8700008392334,31.8700008392334,267568,0.0,0.0,False
2024-06-27 00:00:00+02:00,32.29999923706055,33.0,32.20000076293945,32.900001525878906,32.900001525878906,182682,0.0,0.0,False
2024-06-28 00:00:00+02:00,32.95000076293945,33.060001373291016,32.31999969482422,32.869998931884766,32.869998931884766,277611,0.0,0.0,False
2024-07-01 00:00:00+02:00,33.29999923706055,33.4900016784668,32.72999954223633,33.4900016784668,33.4900016784668,206747,0.0,0.0,False
2024-07-02 00:00:00+02:00,33.5,34.0,33.13999938964844,34.0,34.0,231379,0.0,0.0,False
2024-07-03 00:00:00+02:00,33.95000076293945,34.13999938964844,33.47999954223633,34.13999938964844,34.13999938964844,262502,0.0,0.0,False
2024-07-04 00:00:00+02:00,34.0,34.20000076293945,33.540000915527344,34.060001373291016,34.060001373291016,130465,0.0,0.0,False
2024-07-05 00:00:00+02:00,34.060001373291016,34.279998779296875,33.5099983215332,33.5099983215332,33.5099983215332,212429,0.0,0.0,False
2024-07-08 00:00:00+02:00,33.400001525878906,33.95000076293945,32.81999969482422,33.95000076293945,33.95000076293945,194477,0.0,0.0,False
2024-07-09 00:00:00+02:00,33.790000915527344,34.060001373291016,32.290000915527344,32.5099983215332,32.5099983215332,364262,0.0,0.0,False
2024-07-10 00:00:00+02:00,32.29999923706055,32.38999938964844,31.75,32.040000915527344,32.040000915527344,207620,0.0,0.0,False
2024-07-11 00:00:00+02:00,32.11000061035156,32.599998474121094,32.06999969482422,32.349998474121094,32.349998474121094,159663,0.0,0.0,False
2024-07-12 00:00:00+02:00,32.29999923706055,32.93000030517578,32.29999923706055,32.59000015258789,32.59000015258789,116583,0.0,0.0,False
2024-07-15 00:00:00+02:00,32.459999084472656,32.689998626708984,31.899999618530273,32.279998779296875,32.279998779296875,123588,0.0,0.0,False
2024-07-16 00:00:00+02:00,32.20000076293945,32.65999984741211,31.940000534057617,32.45000076293945,32.45000076293945,88377,0.0,0.0,False
2024-07-17 00:00:00+02:00,32.72999954223633,33.939998626708984,32.040000915527344,33.939998626708984,33.939998626708984,222062,0.0,0.0,False
2024-07-18 00:00:00+02:00,34.0,34.93000030517578,33.79999923706055,34.63999938964844,34.63999938964844,400707,0.0,0.0,False
2024-07-19 00:00:00+02:00,34.290000915527344,34.36000061035156,33.529998779296875,34.0099983215332,34.0099983215332,188494,0.0,0.0,False
2024-07-22 00:00:00+02:00,34.349998474121094,34.5,33.66999816894531,34.13999938964844,34.13999938964844,144759,0.0,0.0,False
2024-07-23 00:00:00+02:00,33.95000076293945,34.02000045776367,33.5,33.83000183105469,33.83000183105469,99602,0.0,0.0,False
2024-07-24 00:00:00+02:00,33.54999923706055,33.97999954223633,33.459999084472656,33.5099983215332,33.5099983215332,118200,0.0,0.0,False
2024-07-25 00:00:00+02:00,33.400001525878906,33.75,32.43000030517578,33.41999816894531,33.41999816894531,143724,0.0,0.0,False
2024-07-26 00:00:00+02:00,33.09000015258789,33.439998626708984,32.650001525878906,33.2599983215332,33.2599983215332,150065,0.0,0.0,False
2024-07-29 00:00:00+02:00,33.25,33.560001373291016,33.06999969482422,33.18000030517578,33.18000030517578,101941,0.0,0.0,False
2024-07-30 00:00:00+02:00,33.0,33.619998931884766,32.86000061035156,33.18000030517578,33.18000030517578,142743,0.0,0.0,False
2024-07-31 00:00:00+02:00,33.849998474121094,34.0,32.20000076293945,32.52000045776367,32.52000045776367,561976,0.0,0.0,False
2024-08-01 00:00:00+02:00,32.13999938964844,32.599998474121094,31.190000534057617,31.469999313354492,31.469999313354492,275048,0.0,0.0,False
2024-08-02 00:00:00+02:00,31.229999542236328,31.760000228881836,30.860000610351562,30.860000610351562,30.860000610351562,265760,0.0,0.0,False
2024-08-05 00:00:00+02:00,30.100000381469727,30.479999542236328,29.469999313354492,29.940000534057617,29.940000534057617,473460,0.0,0.0,False
2024-08-06 00:00:00+02:00,30.5,31.010000228881836,30.040000915527344,30.190000534057617,30.190000534057617,264982,0.0,0.0,False
2024-08-07 00:00:00+02:00,30.510000228881836,31.229999542236328,30.3799991607666,30.889999389648438,30.889999389648438,178311,0.0,0.0,False
2024-08-08 00:00:00+02:00,30.799999237060547,30.959999084472656,30.40999984741211,30.799999237060547,30.799999237060547,172146,0.0,0.0,False
2024-08-09 00:00:00+02:00,30.90999984741211,31.520000457763672,30.90999984741211,31.15999984741211,31.15999984741211,179785,0.0,0.0,False
2024-08-12 00:00:00+02:00,31.299999237060547,31.690000534057617,30.59000015258789,30.59000015258789,30.59000015258789,132932,0.0,0.0,False
2024-08-13 00:00:00+02:00,30.690000534057617,31.040000915527344,30.360000610351562,30.600000381469727,30.600000381469727,103593,0.0,0.0,False
2024-08-14 00:00:00+02:00,30.649999618530273,30.68000030517578,30.059999465942383,30.479999542236328,30.479999542236328,209068,0.0,0.0,False
2024-08-15 00:00:00+02:00,30.549999237060547,31.09000015258789,30.450000762939453,30.920000076293945,30.920000076293945,125365,0.0,0.0,False
2024-08-16 00:00:00+02:00,30.940000534057617,31.1200008392334,30.729999542236328,30.8799991607666,30.8799991607666,141253,0.0,0.0,False
2024-08-19 00:00:00+02:00,31.030000686645508,31.299999237060547,30.670000076293945,31.030000686645508,31.030000686645508,180272,0.0,0.0,False
2024-08-20 00:00:00+02:00,31.170000076293945,31.170000076293945,30.469999313354492,30.530000686645508,30.530000686645508,152575,0.0,0.0,False
2024-08-21 00:00:00+02:00,30.530000686645508,31.020000457763672,30.530000686645508,30.969999313354492,30.969999313354492,128994,0.0,0.0,False
2024-08-22 00:00:00+02:00,30.979999542236328,31.1299991607666,30.780000686645508,31.059999465942383,31.059999465942383,15067,0.0,0.0,False
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits Repaired?
2 2022-01-03 00:00:00+01:00 20.400468826293945 20.80828094482422 20.400468826293945 20.629241943359375 12.511417295076441 559352 0.0 0.0 True
3 2022-01-04 00:00:00+01:00 20.649133682250977 20.897798538208008 20.5098819732666 20.848066329956055 12.644130546760964 930594 0.0 0.0 True
4 2022-01-05 00:00:00+01:00 20.897798538208008 21.126571655273438 20.838119506835938 21.126571655273438 12.813041465078337 572100 0.0 0.0 True
5 2022-01-06 00:00:00+01:00 20.887853622436523 21.126571655273438 20.599401473999023 20.967424392700195 12.716519396668955 532086 0.0 0.0 True
6 2022-01-07 00:00:00+01:00 21.007211685180664 21.186250686645508 20.867958068847656 21.126571655273438 12.813041465078337 698666 0.0 0.0 True
7 2022-01-10 00:00:00+01:00 21.186250686645508 21.245929718017578 20.997264862060547 21.05694580078125 12.770813195219185 972438 0.0 0.0 True
8 2022-01-11 00:00:00+01:00 21.226036071777344 21.514488220214844 21.226036071777344 21.37523651123047 12.96385517091871 894602 0.0 0.0 True
9 2022-01-12 00:00:00+01:00 21.564220428466797 21.604007720947266 21.0469970703125 21.216089248657227 12.867332021949712 838352 0.0 0.0 True
10 2022-01-13 00:00:00+01:00 20.897798538208008 21.14646339416504 20.897798538208008 21.14646339416504 13.800840442383679 514241 1.5 0.0 True
11 2022-01-14 00:00:00+01:00 20.897798538208008 21.066890716552734 20.80828094482422 21.0271053314209 13.722942899544728 708327 0.0 0.0 True
12 2022-01-17 00:00:00+01:00 21.106678009033203 21.633846282958984 21.0469970703125 21.554275512695312 14.066989840136957 947841 0.0 0.0 True
13 2022-01-18 00:00:00+01:00 21.454809188842773 21.484647750854492 21.156410217285156 21.405075073242188 13.969617371308459 966355 0.0 0.0 True
14 2022-01-19 00:00:00+01:00 21.37523651123047 21.822832107543945 21.295663833618164 21.78304672241211 14.216292923631807 1597827 0.0 0.0 True
15 2022-01-20 00:00:00+01:00 21.802940368652344 22.111284255981445 21.544328689575195 21.981977462768555 14.34612108113711 1563328 0.0 0.0 True
16 2022-01-21 00:00:00+01:00 21.74325942993164 21.94219207763672 21.415021896362305 21.65374183654785 14.131906620288653 1539782 0.0 0.0 True
17 2022-01-24 00:00:00+01:00 21.484647750854492 21.58411407470703 20.887853622436523 20.997264862060547 13.703467973555181 1334240 0.0 0.0 True
18 2022-01-25 00:00:00+01:00 21.156410217285156 21.186250686645508 20.877906799316406 20.917692184448242 13.651538439448448 1198631 0.0 0.0 True
19 2022-01-26 00:00:00+01:00 20.997264862060547 21.72336769104004 20.997264862060547 21.415021896362305 13.976110454051131 913216 0.0 0.0 True
20 2022-01-27 00:00:00+01:00 21.11662483215332 21.862619400024414 21.0469970703125 21.6437931060791 14.12541353754598 765306 0.0 0.0 True
21 2022-01-28 00:00:00+01:00 21.554275512695312 21.65374183654785 21.126571655273438 21.484647750854492 14.021549066534426 1109097 0.0 0.0 True
22 2022-01-31 00:00:00+01:00 21.6239013671875 21.65374183654785 21.066890716552734 21.186250686645508 13.826805209437046 999557 0.0 0.0 True
23 2022-02-01 00:00:00+01:00 21.27577018737793 21.405075073242188 21.05694580078125 21.11662483215332 13.781365516394134 732572 0.0 0.0 True
24 2022-02-02 00:00:00+01:00 21.52443504333496 22.021764755249023 21.454809188842773 21.753206253051758 14.19681799764226 1195479 0.0 0.0 True
25 2022-02-03 00:00:00+01:00 21.773099899291992 21.892459869384766 21.6239013671875 21.773099899291992 14.209804163127604 906159 0.0 0.0 True
26 2022-02-04 00:00:00+01:00 21.87256622314453 21.87256622314453 21.345396041870117 21.424968719482422 13.982599214555332 763864 0.0 0.0 True
27 2022-02-07 00:00:00+01:00 21.574167251586914 21.574167251586914 21.265823364257812 21.415021896362305 13.976110454051131 382854 0.0 0.0 True
28 2022-02-08 00:00:00+01:00 21.36528968811035 21.78304672241211 21.36528968811035 21.713420867919922 14.170854311148512 1006721 0.0 0.0 True
29 2022-02-09 00:00:00+01:00 21.812885284423828 21.991924285888672 21.733312606811523 21.981977462768555 14.34612108113711 893571 0.0 0.0 True
30 2022-02-10 00:00:00+01:00 22.021764755249023 22.210750579833984 21.962085723876953 22.041658401489258 14.385070933116202 851844 0.0 0.0 True
31 2022-02-11 00:00:00+01:00 21.882511138916016 22.06155014038086 21.713420867919922 21.882511138916016 14.281208623223884 893486 0.0 0.0 True
32 2022-02-14 00:00:00+01:00 21.514488220214844 21.514488220214844 20.818225860595703 21.14646339416504 13.800840442383679 1234728 0.0 0.0 True
33 2022-02-15 00:00:00+01:00 21.007211685180664 21.713420867919922 20.967424392700195 21.673633575439453 14.14488738297591 687285 0.0 0.0 True
34 2022-02-16 00:00:00+01:00 21.713420867919922 22.06155014038086 21.713420867919922 22.06155014038086 14.39805169580346 798177 0.0 0.0 True
35 2022-02-17 00:00:00+01:00 22.021764755249023 22.081443786621094 21.763153076171875 21.832778930664062 14.248749692868227 684218 0.0 0.0 True
36 2022-02-18 00:00:00+01:00 21.832778930664062 21.892459869384766 21.385181427001953 21.544328689575195 14.06049891851352 737030 0.0 0.0 True
37 2022-02-21 00:00:00+01:00 21.673633575439453 21.68358039855957 20.92763900756836 21.126571655273438 13.787857518577187 677844 0.0 0.0 True
38 2022-02-22 00:00:00+01:00 20.529775619506836 21.196197509765625 20.32089614868164 20.95747947692871 13.677503206501815 1273455 0.0 0.0 True
39 2022-02-23 00:00:00+01:00 21.415021896362305 21.862619400024414 20.987319946289062 21.216089248657227 13.846280135426593 1732461 0.0 0.0 True
40 2022-02-24 00:00:00+01:00 20.48004150390625 20.877906799316406 19.51124382019043 19.70221710205078 12.858279093472742 2560976 0.0 0.0 True
41 2022-02-25 00:00:00+01:00 19.903139114379883 20.291057586669922 19.475435256958008 20.201536178588867 13.184149940735884 1423396 0.0 0.0 True
42 2022-02-28 00:00:00+01:00 19.773834228515625 19.903139114379883 19.308332443237305 19.837491989135742 12.946564055916506 1569727 0.0 0.0 True
43 2022-03-01 00:00:00+01:00 19.77781105041504 19.95287322998047 18.73938751220703 18.73938751220703 12.229907742357765 1308216 0.0 0.0 True
44 2022-03-02 00:00:00+01:00 18.536476135253906 19.12929344177246 18.17840003967285 18.966169357299805 12.377911993192155 1739856 0.0 0.0 True
45 2022-03-03 00:00:00+01:00 19.001977920532227 19.077571868896484 18.297758102416992 18.361417770385742 11.983232190034416 834767 0.0 0.0 True
46 2022-03-04 00:00:00+01:00 18.13463592529297 18.14259147644043 16.893299102783203 17.05642318725586 11.13155238832854 2249030 0.0 0.0 True
47 2022-03-07 00:00:00+01:00 16.384033203125 17.10814666748047 15.516690254211426 16.380054473876953 10.690131898348195 2250820 0.0 0.0 True
48 2022-03-08 00:00:00+01:00 16.21295166015625 16.941043853759766 16.16520881652832 16.805768966674805 10.967966467807123 1388112 0.0 0.0 True
49 2022-03-09 00:00:00+01:00 17.207611083984375 18.22614288330078 17.17976188659668 18.22614288330078 11.894946147031035 1580329 0.0 0.0 True
50 2022-03-10 00:00:00+01:00 18.38926887512207 18.429054260253906 17.44632911682129 17.696983337402344 11.549601454337965 1037018 0.0 0.0 True
51 2022-03-11 00:00:00+01:00 17.88397979736328 18.369373321533203 17.585582733154297 17.943660736083984 11.710590790098085 985960 0.0 0.0 True
52 2022-03-14 00:00:00+01:00 18.285823822021484 18.747344970703125 18.250015258789062 18.52056312561035 12.087094499926735 963701 0.0 0.0 True
53 2022-03-15 00:00:00+01:00 19.79372787475586 19.893192291259766 17.99538230895996 18.15452766418457 11.848207621327663 2685295 0.0 0.0 True
54 2022-03-16 00:00:00+01:00 18.78713035583496 18.9741268157959 18.369373321533203 18.76723861694336 12.248082755127236 1321768 0.0 0.0 True
55 2022-03-17 00:00:00+01:00 18.89853286743164 18.966169357299805 18.433032989501953 18.854768753051758 12.3052076198758 1124314 0.0 0.0 True
56 2022-03-18 00:00:00+01:00 18.894554138183594 18.98606300354004 18.47281837463379 18.7990665435791 12.268855433217622 1809744 0.0 0.0 True
57 2022-03-21 00:00:00+01:00 18.7990665435791 19.15714454650879 18.763259887695312 18.91046905517578 12.341559806533978 703039 0.0 0.0 True
58 2022-03-22 00:00:00+01:00 18.966169357299805 19.184995651245117 18.85079002380371 19.05767822265625 12.437633442702019 715772 0.0 0.0 True
59 2022-03-23 00:00:00+01:00 19.121337890625 19.15714454650879 18.671751022338867 18.671751022338867 12.185765801415691 1351532 0.0 0.0 True
60 2022-03-24 00:00:00+01:00 18.659814834594727 18.731430053710938 18.234100341796875 18.30173683166504 11.944282338055324 1286093 0.0 0.0 True
61 2022-03-25 00:00:00+01:00 18.405181884765625 18.47281837463379 18.170442581176758 18.285823822021484 11.933897079569746 726494 0.0 0.0 True
62 2022-03-28 00:00:00+02:00 18.393245697021484 18.759281158447266 18.329587936401367 18.433032989501953 12.02996963517817 837768 0.0 0.0 True
63 2022-03-29 00:00:00+02:00 18.72745132446289 19.256610870361328 18.687665939331055 19.16908073425293 12.510338896577991 917861 0.0 0.0 True
64 2022-03-30 00:00:00+02:00 19.15714454650879 19.15714454650879 18.46088218688965 18.50862693786621 12.07930474564284 823527 0.0 0.0 True
65 2022-03-31 00:00:00+02:00 18.50862693786621 18.822938919067383 17.768600463867188 17.796449661254883 11.614516073370426 1780930 0.0 0.0 True
66 2022-04-01 00:00:00+02:00 17.895915985107422 18.102806091308594 17.880001068115234 17.880001068115234 11.669044353357693 751206 0.0 0.0 True
67 2022-04-04 00:00:00+02:00 17.92376708984375 17.991403579711914 17.517946243286133 17.79247283935547 11.611920569168745 836607 0.0 0.0 True
68 2022-04-05 00:00:00+02:00 17.77655792236328 17.975488662719727 17.382671356201172 17.617412567138672 11.497671920231234 842142 0.0 0.0 True
69 2022-04-06 00:00:00+02:00 17.577625274658203 17.625368118286133 16.87340545654297 17.016637802124023 11.105586540715557 1380130 0.0 0.0 True
70 2022-04-07 00:00:00+02:00 17.10814666748047 17.382671356201172 16.865449905395508 16.89727783203125 11.027687917316987 857449 0.0 0.0 True
71 2022-04-08 00:00:00+02:00 17.191696166992188 17.382671356201172 16.99674415588379 17.191696166992188 11.219834109093451 913588 0.0 0.0 True
72 2022-04-11 00:00:00+02:00 17.219547271728516 17.549774169921875 17.036529541015625 17.203632354736328 11.227624943936965 1067867 0.0 0.0 True
73 2022-04-12 00:00:00+02:00 17.00868034362793 17.565689086914062 16.833620071411133 17.565689086914062 11.463915237774737 1285128 0.0 0.0 True
74 2022-04-13 00:00:00+02:00 17.438373565673828 17.525903701782227 17.267290115356445 17.506010055541992 11.42496646635526 697328 0.0 0.0 True
75 2022-04-14 00:00:00+02:00 17.58160400390625 17.657197952270508 17.406543731689453 17.513967514038086 11.430160716437475 587256 0.0 0.0 True
76 2022-04-19 00:00:00+02:00 17.54181671142578 17.69300651550293 17.418479919433594 17.517946243286133 11.432755140079538 962344 0.0 0.0 True
77 2022-04-20 00:00:00+02:00 17.633325576782227 17.967531204223633 17.609453201293945 17.768600463867188 11.596341060600954 675733 0.0 0.0 True
78 2022-04-21 00:00:00+02:00 17.860109329223633 18.38926887512207 17.860109329223633 18.28980255126953 11.936493664331046 946132 0.0 0.0 True
79 2022-04-22 00:00:00+02:00 18.063018798828125 18.25399398803711 17.87204360961914 18.031190872192383 11.767715654846649 876938 0.0 0.0 True
80 2022-04-25 00:00:00+02:00 17.71687889099121 17.891937255859375 17.549774169921875 17.629348754882812 11.505461674515129 857539 0.0 0.0 True
81 2022-04-26 00:00:00+02:00 17.868066787719727 17.868066787719727 17.342885971069336 17.342885971069336 11.318506491142026 920938 0.0 0.0 True
82 2022-04-27 00:00:00+02:00 17.42245864868164 17.513967514038086 16.865449905395508 17.430416107177734 11.37563135589059 995898 0.0 0.0 True
83 2022-04-28 00:00:00+02:00 17.633325576782227 17.99538230895996 17.601497650146484 17.736770629882812 11.575567301950949 1172803 0.0 0.0 True
84 2022-04-29 00:00:00+02:00 17.848173141479492 18.10678482055664 17.804407119750977 18.015274047851562 11.757328235241838 988594 0.0 0.0 True
85 2022-05-02 00:00:00+02:00 17.88397979736328 18.05506134033203 16.90921401977539 17.74074935913086 11.578163886712248 1031151 0.0 0.0 True
86 2022-05-03 00:00:00+02:00 17.848173141479492 17.93570327758789 17.506010055541992 17.808385848999023 11.622305827654321 1121197 0.0 0.0 True
87 2022-05-04 00:00:00+02:00 18.747344970703125 19.10542106628418 18.532499313354492 18.846811294555664 12.300014450353205 2131889 0.0 0.0 True
88 2022-05-05 00:00:00+02:00 19.18101692199707 19.37994956970215 18.138612747192383 18.17840003967285 11.863788210455072 1420586 0.0 0.0 True
89 2022-05-06 00:00:00+02:00 18.110763549804688 18.560348510742188 17.97150993347168 18.369373321533203 11.988423198437777 967240 0.0 0.0 True
90 2022-05-09 00:00:00+02:00 18.190336227416992 18.305715560913086 17.844194412231445 17.951616287231445 11.715782879061063 1063615 0.0 0.0 True
91 2022-05-10 00:00:00+02:00 18.063018798828125 18.85079002380371 18.04710578918457 18.341524124145508 11.970248185668307 1106715 0.0 0.0 True
92 2022-05-11 00:00:00+02:00 18.46088218688965 18.659814834594727 18.27786636352539 18.47281837463379 12.055935482791154 916544 0.0 0.0 True
93 2022-05-12 00:00:00+02:00 18.04312515258789 18.261951446533203 17.784513473510742 18.222164154052734 11.892350642829355 899448 0.0 0.0 True
94 2022-05-13 00:00:00+02:00 18.405181884765625 18.55636978149414 18.194313049316406 18.38528823852539 11.998810618042588 614260 0.0 0.0 True
95 2022-05-16 00:00:00+02:00 18.381309509277344 18.612070083618164 18.24205780029297 18.417118072509766 12.019582215573358 734648 0.0 0.0 True
96 2022-05-17 00:00:00+02:00 18.21420669555664 18.747344970703125 18.21420669555664 18.512605667114258 13.84901719293819 625555 2.35 0.0 True
97 2022-05-18 00:00:00+02:00 18.54443359375 18.592178344726562 18.357437133789062 18.357437133789062 13.732936995448702 676447 0.0 0.0 True
98 2022-05-19 00:00:00+02:00 17.677091598510742 17.903873443603516 17.474180221557617 17.513967514038086 13.101951770618543 1239650 0.0 0.0 True
99 2022-05-20 00:00:00+02:00 17.856130599975586 18.063018798828125 17.60547637939453 17.60547637939453 13.17040630295854 792884 0.0 0.0 True
100 2022-05-23 00:00:00+02:00 17.85215187072754 17.987424850463867 17.633325576782227 17.987424850463867 13.456137602103516 661658 0.0 0.0 True
101 2022-05-24 00:00:00+02:00 17.79247283935547 17.83623695373535 17.414501190185547 17.418479919433594 13.030518135412585 729103 0.0 0.0 True
102 2022-05-25 00:00:00+02:00 17.617412567138672 17.89989471435547 17.394607543945312 17.8402156829834 13.346012368667092 645185 0.0 0.0 True
103 2022-05-26 00:00:00+02:00 17.79247283935547 18.05506134033203 17.720855712890625 18.03516960144043 13.491853339146877 523872 0.0 0.0 True
104 2022-05-27 00:00:00+02:00 18.031190872192383 18.198293685913086 17.94763946533203 18.198293685913086 13.613885259010576 578243 0.0 0.0 True
105 2022-05-30 00:00:00+02:00 18.27786636352539 18.433032989501953 18.10678482055664 18.218185424804688 13.628765645505725 568621 0.0 0.0 True
106 2022-05-31 00:00:00+02:00 18.1823787689209 18.218185424804688 17.97150993347168 18.122699737548828 13.557334171419003 1795488 0.0 0.0 True
107 2022-06-01 00:00:00+02:00 18.293779373168945 18.44496726989746 18.17840003967285 18.28980255126953 13.68234195246981 494450 0.0 0.0 True
108 2022-06-02 00:00:00+02:00 18.3494815826416 18.532499313354492 18.3494815826416 18.4569034576416 13.807349733520617 412331 0.0 0.0 True
109 2022-06-03 00:00:00+02:00 18.592178344726562 18.639921188354492 18.433032989501953 18.564327239990234 13.887709871728275 487960 0.0 0.0 True
110 2022-06-06 00:00:00+02:00 18.72745132446289 18.830896377563477 18.56830596923828 18.592178344726562 13.908543061157253 605186 0.0 0.0 True
111 2022-06-07 00:00:00+02:00 18.500669479370117 18.540456771850586 18.32560920715332 18.468839645385742 13.816277317081935 606368 0.0 0.0 True
112 2022-06-08 00:00:00+02:00 18.512605667114258 18.616050720214844 18.44496726989746 18.564327239990234 13.887709871728275 631100 0.0 0.0 True
113 2022-06-09 00:00:00+02:00 18.452926635742188 18.82691764831543 18.401203155517578 18.41313934326172 13.774609857664363 1105870 0.0 0.0 True
114 2022-06-10 00:00:00+02:00 18.273887634277344 18.31367301940918 17.685047149658203 17.685047149658203 13.22993325173722 933108 0.0 0.0 True
115 2022-06-13 00:00:00+02:00 17.506010055541992 17.768600463867188 17.223526000976562 17.521923065185547 13.107901331873519 1102884 0.0 0.0 True
116 2022-06-14 00:00:00+02:00 17.71289825439453 17.756664276123047 17.255355834960938 17.255355834960938 12.908486215548884 815872 0.0 0.0 True
117 2022-06-15 00:00:00+02:00 17.486116409301758 18.015274047851562 17.42245864868164 17.621389389038086 13.1823119088262 987976 0.0 0.0 True
118 2022-06-16 00:00:00+02:00 17.533859252929688 17.577625274658203 16.328332901000977 16.328332901000977 12.214993858514468 1421657 0.0 0.0 True
119 2022-06-17 00:00:00+02:00 16.391990661621094 16.694366455078125 16.06574249267578 16.248760223388672 12.15546582917617 3094063 0.0 0.0 True
120 2022-06-20 00:00:00+02:00 16.40790557861328 16.427799224853516 16.12542152404785 16.356182098388672 12.235828128503064 496948 0.0 0.0 True
121 2022-06-21 00:00:00+02:00 16.491456985473633 16.821683883666992 16.427799224853516 16.48349952697754 12.331071894884722 563534 0.0 0.0 True
122 2022-06-22 00:00:00+02:00 16.208974838256836 16.208974838256836 15.759387016296387 15.819067001342773 11.834019873547453 1050007 0.0 0.0 True
123 2022-06-23 00:00:00+02:00 15.735515594482422 15.799174308776855 15.285928726196289 15.30980110168457 11.45304480802082 1064414 0.0 0.0 True
124 2022-06-24 00:00:00+02:00 15.413246154785156 15.898639678955078 15.234207153320312 15.86681079864502 11.869735610590814 1215616 0.0 0.0 True
125 2022-06-27 00:00:00+02:00 16.01799964904785 16.328332901000977 15.958318710327148 16.117464065551758 12.057246201607407 1182615 0.0 0.0 True
126 2022-06-28 00:00:00+02:00 16.248760223388672 16.519306182861328 16.045848846435547 16.181123733520508 12.104868625078044 1274280 0.0 0.0 True
127 2022-06-29 00:00:00+02:00 16.014020919799805 16.06574249267578 15.468947410583496 15.528626441955566 11.616745267861711 1058236 0.0 0.0 True
128 2022-06-30 00:00:00+02:00 15.234207153320312 15.381417274475098 14.800535202026367 15.381417274475098 11.506620034425287 1934410 0.0 0.0 True
129 2022-07-01 00:00:00+02:00 15.277972221374512 15.679815292358398 15.230228424072266 15.377437591552734 11.503643092678564 909034 0.0 0.0 True
130 2022-07-04 00:00:00+02:00 15.564434051513672 15.791215896606445 15.488840103149414 15.687771797180176 11.73579916541907 798569 0.0 0.0 True
131 2022-07-05 00:00:00+02:00 15.763365745544434 15.91455364227295 14.884086608886719 14.884086608886719 11.134574713579207 1966763 0.0 0.0 True
132 2022-07-06 00:00:00+02:00 15.079039573669434 15.202378273010254 14.907958984375 15.110869407653809 11.304226895794312 938909 0.0 0.0 True
133 2022-07-07 00:00:00+02:00 15.301843643188477 15.898639678955078 15.23818588256836 15.807130813598633 11.825091209426517 1170179 0.0 0.0 True
134 2022-07-08 00:00:00+02:00 15.69572925567627 16.39596939086914 15.532605171203613 16.049827575683594 12.006647916949662 1372047 0.0 0.0 True
135 2022-07-11 00:00:00+02:00 15.608199119567871 15.69572925567627 15.285928726196289 15.488840103149414 11.58698233375218 877119 0.0 0.0 True
136 2022-07-12 00:00:00+02:00 15.381417274475098 15.556476593017578 14.983552932739258 15.520668983459473 11.6107935454875 1161955 0.0 0.0 True
137 2022-07-13 00:00:00+02:00 15.425182342529297 15.647985458374023 15.234207153320312 15.357544898986816 11.488761625623798 1081802 0.0 0.0 True
138 2022-07-14 00:00:00+02:00 15.333672523498535 15.357544898986816 14.728919982910156 14.888065338134766 11.137550574766314 896311 0.0 0.0 True
139 2022-07-15 00:00:00+02:00 14.959680557250977 15.548519134521484 14.923872947692871 15.433138847351074 11.545312713215372 1160019 0.0 0.0 True
140 2022-07-18 00:00:00+02:00 15.970254898071289 16.316396713256836 15.894660949707031 16.133378982543945 12.069151807475066 1770123 0.0 0.0 True
141 2022-07-19 00:00:00+02:00 16.010042190551758 16.698345184326172 15.755409240722656 16.48349952697754 12.331071894884722 1574206 0.0 0.0 True
142 2022-07-20 00:00:00+02:00 16.551136016845703 16.67845344543457 16.145315170288086 16.439735412597656 12.298333099588085 876721 0.0 0.0 True
143 2022-07-21 00:00:00+02:00 16.30048179626465 16.646623611450195 16.16520881652832 16.364139556884766 12.241780931436894 1014598 0.0 0.0 True
144 2022-07-22 00:00:00+02:00 16.244781494140625 16.463605880737305 15.98219108581543 16.037891387939453 11.997719252828727 1100753 0.0 0.0 True
145 2022-07-25 00:00:00+02:00 16.014020919799805 16.39596939086914 15.874768257141113 16.11348533630371 12.054271420979918 826151 0.0 0.0 True
146 2022-07-26 00:00:00+02:00 16.11348533630371 16.133378982543945 15.600241661071777 15.715621948242188 11.756633435407666 1071673 0.0 0.0 True
147 2022-07-27 00:00:00+02:00 15.894660949707031 15.970254898071289 15.703685760498047 15.950362205505371 11.932239501116218 1076946 0.0 0.0 True
148 2022-07-28 00:00:00+02:00 16.368118286132812 16.686410903930664 16.232845306396484 16.551136016845703 12.381671260102085 1713701 0.0 0.0 True
149 2022-07-29 00:00:00+02:00 16.634687423706055 17.084274291992188 16.551136016845703 17.00868034362793 12.723952566279015 1096515 0.0 0.0 True
150 2022-08-01 00:00:00+02:00 17.088253021240234 17.303098678588867 16.83759880065918 16.861469268798828 12.613826252282973 698449 0.0 0.0 True
151 2022-08-02 00:00:00+02:00 16.833620071411133 16.992765426635742 16.674474716186523 16.937063217163086 12.670377339874547 683927 0.0 0.0 True
152 2022-08-03 00:00:00+02:00 16.92115020751953 17.175783157348633 16.83759880065918 17.12008285522461 12.807291807352632 520776 0.0 0.0 True
153 2022-08-04 00:00:00+02:00 17.132017135620117 17.334928512573242 17.004701614379883 17.064380645751953 12.765621106256205 770841 0.0 0.0 True
154 2022-08-05 00:00:00+02:00 17.100189208984375 17.283206939697266 16.821683883666992 17.104167938232422 12.795384040365736 676884 0.0 0.0 True
155 2022-08-08 00:00:00+02:00 17.283206939697266 17.47020149230957 17.076316833496094 17.319013595581055 12.956108639019522 640299 0.0 0.0 True
156 2022-08-09 00:00:00+02:00 17.247398376464844 17.342885971069336 16.9808292388916 17.112125396728516 12.801337923859185 513653 0.0 0.0 True
157 2022-08-10 00:00:00+02:00 17.084274291992188 17.43439483642578 16.90921401977539 17.394607543945312 13.012659726611096 565334 0.0 0.0 True
158 2022-08-11 00:00:00+02:00 17.45826530456543 17.474180221557617 17.15191078186035 17.267290115356445 12.917413799110202 740132 0.0 0.0 True
159 2022-08-12 00:00:00+02:00 17.23944091796875 17.486116409301758 17.231483459472656 17.342885971069336 12.973967047821011 966868 0.0 0.0 True
160 2022-08-15 00:00:00+02:00 17.346864700317383 17.474180221557617 17.064380645751953 17.243419647216797 12.899557551427948 404314 0.0 0.0 True
161 2022-08-16 00:00:00+02:00 17.342885971069336 17.426437377929688 17.175783157348633 17.36277961730957 12.988849595435395 615567 0.0 0.0 True
162 2022-08-17 00:00:00+02:00 17.44632911682129 17.525903701782227 16.742111206054688 16.76598358154297 12.542394778196252 1020374 0.0 0.0 True
163 2022-08-18 00:00:00+02:00 16.821683883666992 17.25137710571289 16.769962310791016 16.853513717651367 12.607874529908761 738694 0.0 0.0 True
164 2022-08-19 00:00:00+02:00 16.69038963317871 16.901256561279297 16.606836318969727 16.606836318969727 12.423337638960039 628184 0.0 0.0 True
165 2022-08-22 00:00:00+02:00 16.479520797729492 16.527265548706055 15.92251205444336 15.978212356567383 11.95307485166443 866276 0.0 0.0 True
166 2022-08-23 00:00:00+02:00 15.942404747009277 16.292524337768555 15.918533325195312 16.292524337768555 12.188205705032425 860233 0.0 0.0 True
167 2022-08-24 00:00:00+02:00 16.268653869628906 16.308439254760742 15.950362205505371 16.240802764892578 12.14951410680196 704240 0.0 0.0 True
168 2022-08-25 00:00:00+02:00 16.388011932373047 16.523286819458008 16.216930389404297 16.292524337768555 12.188205705032425 479490 0.0 0.0 True
169 2022-08-26 00:00:00+02:00 16.439735412597656 16.598880767822266 15.958318710327148 15.990147590637207 11.962003515785366 546820 0.0 0.0 True
170 2022-08-29 00:00:00+02:00 15.91455364227295 16.44769287109375 15.743473052978516 16.43177604675293 12.292379216094638 771344 0.0 0.0 True
171 2022-08-30 00:00:00+02:00 16.54317855834961 16.67845344543457 16.15327262878418 16.248760223388672 12.15546582917617 741509 0.0 0.0 True
172 2022-08-31 00:00:00+02:00 16.356182098388672 16.44371223449707 16.0418701171875 16.0418701171875 12.00069619457545 956161 0.0 0.0 True
173 2022-09-01 00:00:00+02:00 15.978212356567383 15.978212356567383 15.691749572753906 15.755409240722656 11.786398530636433 998562 0.0 0.0 True
174 2022-09-02 00:00:00+02:00 16.161230087280273 16.519306182861328 15.962298393249512 16.391990661621094 12.262616281985107 997552 0.0 0.0 True
175 2022-09-05 00:00:00+02:00 15.874768257141113 15.91455364227295 15.520668983459473 15.723580360412598 11.762587318901113 1129909 0.0 0.0 True
176 2022-09-06 00:00:00+02:00 15.763365745544434 16.09359359741211 15.683793067932129 15.86681079864502 11.869735610590814 638791 0.0 0.0 True
177 2022-09-07 00:00:00+02:00 15.616155624389648 16.264673233032227 15.58034896850586 16.21295166015625 12.128678756253747 819365 0.0 0.0 True
178 2022-09-08 00:00:00+02:00 16.292524337768555 16.364139556884766 15.954340934753418 16.14133644104004 12.075104610408896 690130 0.0 0.0 True
179 2022-09-09 00:00:00+02:00 16.19305992126465 16.575008392333984 16.19305992126465 16.427799224853516 12.289403354907531 623223 0.0 0.0 True
180 2022-09-12 00:00:00+02:00 16.614795684814453 17.076316833496094 16.571029663085938 16.98480796813965 12.706094157477526 880959 0.0 0.0 True
181 2022-09-13 00:00:00+02:00 17.02061653137207 17.549774169921875 16.698345184326172 16.722217559814453 12.509653821780379 1949078 0.0 0.0 True
182 2022-09-14 00:00:00+02:00 16.55511474609375 16.65458106994629 16.06574249267578 16.316396713256836 12.206065194393533 1147799 0.0 0.0 True
183 2022-09-15 00:00:00+02:00 16.316396713256836 16.50737190246582 16.01799964904785 16.12542152404785 12.063200085100855 704698 0.0 0.0 True
184 2022-09-16 00:00:00+02:00 15.92648983001709 16.05380630493164 15.647985458374023 15.954340934753418 11.935215362303323 1934284 0.0 0.0 True
185 2022-09-19 00:00:00+02:00 15.890682220458984 16.419841766357422 15.791215896606445 16.368118286132812 12.244756792623999 961766 0.0 0.0 True
186 2022-09-20 00:00:00+02:00 16.44769287109375 16.55511474609375 15.930468559265137 15.99412727355957 11.964979376972472 712846 0.0 0.0 True
187 2022-09-21 00:00:00+02:00 15.894660949707031 16.137357711791992 15.815088272094727 16.1294002532959 12.06617594628796 557165 0.0 0.0 True
188 2022-09-22 00:00:00+02:00 15.727558135986328 16.197038650512695 15.667879104614258 16.069721221923828 12.021531545123663 892616 0.0 0.0 True
189 2022-09-23 00:00:00+02:00 16.0418701171875 16.161230087280273 15.64002799987793 15.854874610900879 11.86080586591026 1425407 0.0 0.0 True
190 2022-09-26 00:00:00+02:00 15.675835609436035 16.037891387939453 15.604220390319824 15.604220390319824 11.673295274893666 823367 0.0 0.0 True
191 2022-09-27 00:00:00+02:00 15.6360502243042 15.886704444885254 15.492818832397461 15.687771797180176 11.73579916541907 1239006 0.0 0.0 True
192 2022-09-28 00:00:00+02:00 15.433138847351074 16.109508514404297 15.170549392700195 15.990147590637207 11.962003515785366 1753368 0.0 0.0 True
193 2022-09-29 00:00:00+02:00 15.986169815063477 15.986169815063477 15.40926742553711 15.516690254211426 11.607815523181158 1373640 0.0 0.0 True
194 2022-09-30 00:00:00+02:00 15.6360502243042 15.894660949707031 15.528626441955566 15.842939376831055 11.851878282348942 1225082 0.0 0.0 True
195 2022-10-03 00:00:00+02:00 15.671856880187988 16.419841766357422 15.628091812133789 16.34822654724121 12.22987748668847 968647 0.0 0.0 True
196 2022-10-04 00:00:00+02:00 16.618772506713867 17.267290115356445 16.618772506713867 17.267290115356445 12.917413799110202 1425231 0.0 0.0 True
197 2022-10-05 00:00:00+02:00 17.100189208984375 17.35084342956543 17.016637802124023 17.08029556274414 12.777527792683482 1216119 0.0 0.0 True
198 2022-10-06 00:00:00+02:00 17.203632354736328 17.32697105407715 16.88534164428711 16.976850509643555 12.700141354543696 825166 0.0 0.0 True
199 2022-10-07 00:00:00+02:00 16.976850509643555 17.12803840637207 16.65458106994629 16.730175018310547 12.515607705273826 839674 0.0 0.0 True
200 2022-10-10 00:00:00+02:00 16.610815048217773 17.56966781616211 16.586944580078125 17.402565002441406 13.018612529544926 1029281 0.0 0.0 True
201 2022-10-11 00:00:00+02:00 17.088253021240234 17.23944091796875 16.284568786621094 16.463605880737305 12.316190427829957 2020228 0.0 0.0 True
202 2022-10-12 00:00:00+02:00 16.499414443969727 16.929107666015625 16.320375442504883 16.789854049682617 12.560252106438123 1510536 0.0 0.0 True
203 2022-10-13 00:00:00+02:00 16.694366455078125 17.17976188659668 16.384033203125 17.17976188659668 12.85193512795731 1551570 0.0 0.0 True
204 2022-10-14 00:00:00+02:00 17.525903701782227 17.69300651550293 16.841577529907227 17.012659072875977 12.726929508025739 1388605 0.0 0.0 True
205 2022-10-17 00:00:00+02:00 17.012659072875977 17.49407386779785 16.913192749023438 17.287185668945312 12.932297427284203 857670 0.0 0.0 True
206 2022-10-18 00:00:00+02:00 17.43439483642578 17.951616287231445 17.39858627319336 17.617412567138672 13.179336047639094 1118895 0.0 0.0 True
207 2022-10-19 00:00:00+02:00 17.732791900634766 17.820322036743164 17.565689086914062 17.58160400390625 13.15254897471667 659672 0.0 0.0 True
208 2022-10-20 00:00:00+02:00 17.4980525970459 17.796449661254883 17.414501190185547 17.677091598510742 13.22398044880339 869126 0.0 0.0 True
209 2022-10-21 00:00:00+02:00 17.506010055541992 17.85215187072754 17.346864700317383 17.85215187072754 13.354942113347645 781749 0.0 0.0 True
210 2022-10-24 00:00:00+02:00 18.699600219726562 18.834875106811523 17.708919525146484 18.345502853393555 13.724010492447 1695268 0.0 0.0 True
211 2022-10-25 00:00:00+02:00 18.440990447998047 18.627986907958984 17.931724548339844 18.202272415161133 13.616862200757302 1131150 0.0 0.0 True
212 2022-10-26 00:00:00+02:00 18.22614288330078 18.43701171875 17.975488662719727 18.329587936401367 13.712104886579342 1222905 0.0 0.0 True
213 2022-10-27 00:00:00+02:00 18.341524124145508 18.600135803222656 18.08291244506836 18.293779373168945 13.685316733097299 778065 0.0 0.0 True
214 2022-10-28 00:00:00+02:00 18.078933715820312 18.32560920715332 17.975488662719727 18.269908905029297 13.667459404855427 1099727 0.0 0.0 True
215 2022-10-31 00:00:00+01:00 18.369373321533203 18.532499313354492 18.14259147644043 18.150548934936523 13.578168441407598 1018936 0.0 0.0 True
216 2022-11-01 00:00:00+01:00 18.293779373168945 18.492712020874023 18.063018798828125 18.15452766418457 13.581143222035086 1016061 0.0 0.0 True
217 2022-11-02 00:00:00+01:00 18.186357498168945 18.194313049316406 17.88397979736328 18.063018798828125 13.51268868969509 1299861 0.0 0.0 True
218 2022-11-03 00:00:00+01:00 17.69300651550293 18.015274047851562 17.406543731689453 17.98344612121582 13.453160660356792 1179101 0.0 0.0 True
219 2022-11-04 00:00:00+01:00 18.202272415161133 18.894554138183594 18.15452766418457 18.791109085083008 14.05736097338376 1369272 0.0 0.0 True
220 2022-11-07 00:00:00+01:00 18.759281158447266 19.391883850097656 18.659814834594727 19.336183547973633 14.465125272952054 1259541 0.0 0.0 True
221 2022-11-08 00:00:00+01:00 19.332204818725586 19.566944122314453 19.188974380493164 19.41177749633789 14.521675279984011 886906 0.0 0.0 True
222 2022-11-09 00:00:00+01:00 19.415756225585938 19.415756225585938 18.954233169555664 19.208866119384766 14.369880426010779 1198007 0.0 0.0 True
223 2022-11-10 00:00:00+01:00 19.153165817260742 19.59479522705078 19.03778648376465 19.586837768554688 14.652634783409031 1410472 0.0 0.0 True
224 2022-11-11 00:00:00+01:00 19.59479522705078 19.857385635375977 19.562965393066406 19.78974723815918 14.804428556822645 1274687 0.0 0.0 True
225 2022-11-14 00:00:00+01:00 19.81361961364746 20.112018585205078 19.690282821655273 20.032445907592773 14.98598958658426 1295287 0.0 0.0 True
226 2022-11-15 00:00:00+01:00 20.01255226135254 20.191591262817383 19.61071014404297 19.805662155151367 14.816336323809539 1056914 0.0 0.0 True
227 2022-11-16 00:00:00+01:00 19.75394058227539 19.785770416259766 19.276504516601562 19.44758415222168 14.548462352906435 1015000 0.0 0.0 True
228 2022-11-17 00:00:00+01:00 19.4833927154541 19.65447425842285 19.09746551513672 19.296396255493164 14.435359097163671 644501 0.0 0.0 True
229 2022-11-18 00:00:00+01:00 19.42371368408203 19.666410446166992 19.332204818725586 19.666410446166992 14.712162812747328 829590 0.0 0.0 True
230 2022-11-21 00:00:00+01:00 19.598773956298828 19.606731414794922 19.02187156677246 19.101444244384766 14.289521368362738 918183 0.0 0.0 True
231 2022-11-22 00:00:00+01:00 19.137252807617188 19.49930763244629 19.073593139648438 19.395862579345703 14.50977075467597 915438 0.0 0.0 True
232 2022-11-23 00:00:00+01:00 19.475435256958008 19.51124382019043 19.149187088012695 19.264568328857422 14.411550046547587 867427 0.0 0.0 True
233 2022-11-24 00:00:00+01:00 19.31231117248535 19.551029205322266 19.31231117248535 19.539094924926758 14.616920126925287 658838 0.0 0.0 True
234 2022-11-25 00:00:00+01:00 19.535114288330078 19.574901580810547 19.371990203857422 19.419734954833984 14.527628082917841 444192 0.0 0.0 True
235 2022-11-28 00:00:00+01:00 19.296396255493164 19.356077194213867 19.085529327392578 19.16908073425293 14.340117491901248 743198 0.0 0.0 True
236 2022-11-29 00:00:00+01:00 18.830896377563477 18.978105545043945 18.572284698486328 18.72745132446289 14.00973963047274 1801344 0.0 0.0 True
237 2022-11-30 00:00:00+01:00 18.89853286743164 18.92638397216797 18.405181884765625 18.675729751586914 13.97105019336151 1555300 0.0 0.0 True
238 2022-12-01 00:00:00+01:00 18.87466049194336 18.958213806152344 18.56830596923828 18.73938751220703 14.018670455712911 1102744 0.0 0.0 True
239 2022-12-02 00:00:00+01:00 18.663793563842773 19.013914108276367 18.55636978149414 19.005956649780273 14.218086652597165 783142 0.0 0.0 True
240 2022-12-05 00:00:00+01:00 18.966169357299805 19.061656951904297 18.73938751220703 18.86272621154785 14.110937280347846 726414 0.0 0.0 True
241 2022-12-06 00:00:00+01:00 18.870683670043945 19.073593139648438 18.791109085083008 18.962190628051758 14.185346776740909 752418 0.0 0.0 True
242 2022-12-07 00:00:00+01:00 18.922405242919922 18.958213806152344 18.572284698486328 18.62002944946289 13.929379492265083 1312303 0.0 0.0 True
243 2022-12-08 00:00:00+01:00 18.48475456237793 18.759281158447266 18.421096801757812 18.516584396362305 13.851994134684913 1077991 0.0 0.0 True
244 2022-12-09 00:00:00+01:00 18.56830596923828 18.890575408935547 18.52056312561035 18.83885383605957 14.093079952105976 876148 0.0 0.0 True
245 2022-12-12 00:00:00+01:00 18.735408782958984 18.763259887695312 18.417118072509766 18.468839645385742 13.816277317081935 1151398 0.0 0.0 True
246 2022-12-13 00:00:00+01:00 18.604114532470703 19.065635681152344 18.552391052246094 18.942298889160156 14.170464229126527 1226494 0.0 0.0 True
247 2022-12-14 00:00:00+01:00 18.858747482299805 19.017892837524414 18.75530242919922 18.8865966796875 14.128795689149335 958418 0.0 0.0 True
248 2022-12-15 00:00:00+01:00 18.73938751220703 18.751323699951172 18.369373321533203 18.47281837463379 13.819253178269042 1115743 0.0 0.0 True
249 2022-12-16 00:00:00+01:00 18.4569034576416 18.627986907958984 18.329587936401367 18.564327239990234 13.887709871728275 1941860 0.0 0.0 True
250 2022-12-19 00:00:00+01:00 18.58422088623047 18.75530242919922 18.548412322998047 18.627986907958984 13.935332295198913 778150 0.0 0.0 True
251 2022-12-20 00:00:00+01:00 18.504648208618164 18.7990665435791 18.393245697021484 18.7990665435791 14.06331377631759 935164 0.0 0.0 True
252 2022-12-21 00:00:00+01:00 18.89853286743164 19.244674682617188 18.8865966796875 19.208866119384766 14.369880426010779 1124419 0.0 0.0 True
253 2022-12-22 00:00:00+01:00 19.272525787353516 19.38790512084961 18.783153533935547 18.82691764831543 14.084150207425422 1217165 0.0 0.0 True
254 2022-12-23 00:00:00+01:00 18.89853286743164 19.14520835876465 18.81498146057129 19.0338077545166 14.238922003145378 552525 0.0 0.0 True
255 2022-12-27 00:00:00+01:00 19.177038192749023 19.24069595336914 19.03778648376465 19.04972267150879 14.250827609013037 387951 0.0 0.0 True
256 2022-12-28 00:00:00+01:00 19.09746551513672 19.177038192749023 18.934341430664062 19.005956649780273 14.218086652597165 517744 0.0 0.0 True
257 2022-12-29 00:00:00+01:00 19.001977920532227 19.077571868896484 18.8865966796875 19.045743942260742 14.247851747825932 398794 0.0 0.0 True
258 2022-12-30 00:00:00+01:00 18.946277618408203 19.017892837524414 18.75530242919922 18.791109085083008 14.05736097338376 449339 0.0 0.0 True
259 2023-01-02 00:00:00+01:00 18.990041732788086 19.383926391601562 18.914447784423828 19.383926391601562 14.500841009995415 671340 0.0 0.0 True
260 2023-01-03 00:00:00+01:00 19.356077194213867 19.78179168701172 19.344141006469727 19.435649871826172 14.539532608225883 983215 0.0 0.0 True
261 2023-01-04 00:00:00+01:00 19.48737144470215 19.982711791992188 19.44758415222168 19.94292640686035 14.919020823718581 1333355 0.0 0.0 True
262 2023-01-05 00:00:00+01:00 19.932979583740234 20.121965408325195 19.845449447631836 20.002605438232422 14.963667386002113 1261924 0.0 0.0 True
263 2023-01-06 00:00:00+01:00 20.112018585205078 20.410415649414062 19.95287322998047 20.410415649414062 15.268742863422894 641716 0.0 0.0 True
264 2023-01-09 00:00:00+01:00 20.410415649414062 20.569562911987305 20.32089614868164 20.440256118774414 15.29106614456466 839910 0.0 0.0 True
265 2023-01-10 00:00:00+01:00 20.48004150390625 20.48004150390625 19.932979583740234 20.17169761657715 15.090162017086856 1099813 0.0 0.0 True
266 2023-01-11 00:00:00+01:00 20.241323471069336 20.838119506835938 20.10207176208496 20.599401473999023 15.410118961562402 1479852 0.0 0.0 True
267 2023-01-12 00:00:00+01:00 20.60934829711914 20.758546829223633 20.470096588134766 20.639188766479492 15.439885137350787 1067892 0.0 0.0 True
268 2023-01-13 00:00:00+01:00 20.559614181518555 21.01715850830078 20.430309295654297 20.788387298583984 15.551496140261529 1563851 0.0 0.0 True
269 2023-01-16 00:00:00+01:00 20.589454650878906 20.72870635986328 20.181644439697266 20.70881462097168 16.731431584306776 790612 1.54 0.0 True
270 2023-01-17 00:00:00+01:00 20.698867797851562 20.997264862060547 20.499935150146484 20.659080505371094 16.691248813803902 917298 0.0 0.0 True
271 2023-01-18 00:00:00+01:00 20.649133682250977 20.80828094482422 20.39052391052246 20.688920974731445 16.71535934055332 976454 0.0 0.0 True
272 2023-01-19 00:00:00+01:00 20.569562911987305 20.57950782775879 20.26121711730957 20.39052391052246 16.47427352313226 888012 0.0 0.0 True
273 2023-01-20 00:00:00+01:00 20.529775619506836 20.649133682250977 20.340789794921875 20.619295120239258 16.659104326296994 757103 0.0 0.0 True
274 2023-01-23 00:00:00+01:00 20.678974151611328 20.70881462097168 20.5098819732666 20.57950782775879 16.626960919349703 540245 0.0 0.0 True
275 2023-01-24 00:00:00+01:00 20.688920974731445 20.72870635986328 20.599401473999023 20.72870635986328 16.747501666940995 497230 0.0 0.0 True
276 2023-01-25 00:00:00+01:00 20.72870635986328 20.788387298583984 20.539722442626953 20.72870635986328 16.747501666940995 610198 0.0 0.0 True
277 2023-01-26 00:00:00+01:00 20.82817268371582 21.01715850830078 20.549667358398438 21.01715850830078 16.980554604164183 1177819 0.0 0.0 True
278 2023-01-27 00:00:00+01:00 21.0271053314209 21.315555572509766 20.937585830688477 21.196197509765625 17.125205878504897 1399061 0.0 0.0 True
279 2023-01-30 00:00:00+01:00 21.106678009033203 21.196197509765625 20.967424392700195 21.096731185913086 17.044843579178004 1048142 0.0 0.0 True
280 2023-01-31 00:00:00+01:00 21.156410217285156 21.255876541137695 21.007211685180664 21.216089248657227 17.14127920281797 1153987 0.0 0.0 True
281 2023-02-01 00:00:00+01:00 21.36528968811035 21.633846282958984 21.295663833618164 21.604007720947266 17.45469227824881 1127903 0.0 0.0 True
282 2023-02-02 00:00:00+01:00 21.604007720947266 21.922298431396484 21.514488220214844 21.792993545532227 17.60738183558549 1405008 0.0 0.0 True
283 2023-02-03 00:00:00+01:00 21.733312606811523 21.981977462768555 21.6437931060791 21.981977462768555 17.760067070683693 1224408 0.0 0.0 True
284 2023-02-06 00:00:00+01:00 21.713420867919922 21.862619400024414 21.514488220214844 21.6437931060791 17.48683784631534 1078283 0.0 0.0 True
285 2023-02-07 00:00:00+01:00 21.812885284423828 21.912351608276367 21.6437931060791 21.65374183654785 17.494875048751684 983431 0.0 0.0 True
286 2023-02-08 00:00:00+01:00 21.68358039855957 22.051603317260742 21.68358039855957 21.832778930664062 17.63952524253278 983919 0.0 0.0 True
287 2023-02-09 00:00:00+01:00 21.862619400024414 22.03171157836914 21.74325942993164 21.892459869384766 17.68774413491238 921355 0.0 0.0 True
288 2023-02-10 00:00:00+01:00 21.773099899291992 21.892459869384766 21.39512825012207 21.58411407470703 17.438618953935737 931770 0.0 0.0 True
289 2023-02-13 00:00:00+01:00 21.613954544067383 21.68358039855957 21.484647750854492 21.534381866455078 17.3984383445521 653816 0.0 0.0 True
290 2023-02-14 00:00:00+01:00 21.564220428466797 21.6437931060791 21.415021896362305 21.484647750854492 17.358256654608844 566610 0.0 0.0 True
291 2023-02-15 00:00:00+01:00 21.385181427001953 21.72336769104004 21.345396041870117 21.703474044799805 17.535055658135324 971141 0.0 0.0 True
292 2023-02-16 00:00:00+01:00 21.733312606811523 21.852672576904297 21.58411407470703 21.753206253051758 17.575235186959343 860626 0.0 0.0 True
293 2023-02-17 00:00:00+01:00 21.604007720947266 21.822832107543945 21.484647750854492 21.763153076171875 17.583272389395688 558814 0.0 0.0 True
294 2023-02-20 00:00:00+01:00 21.78304672241211 22.340055465698242 21.78304672241211 22.340055465698242 18.04937286104397 997833 0.0 0.0 True
295 2023-02-21 00:00:00+01:00 22.300268173217773 22.4693603515625 22.111284255981445 22.19085693359375 17.928831032893058 907456 0.0 0.0 True
296 2023-02-22 00:00:00+01:00 21.59406089782715 22.011817932128906 21.484647750854492 21.97203254699707 17.752032029366582 1114536 0.0 0.0 True
297 2023-02-23 00:00:00+01:00 22.06155014038086 22.06155014038086 21.05694580078125 21.126571655273438 17.068953025367804 2085708 0.0 0.0 True
298 2023-02-24 00:00:00+01:00 21.126571655273438 21.763153076171875 20.967424392700195 21.07683753967285 17.02877025486493 1493284 0.0 0.0 True
299 2023-02-27 00:00:00+01:00 21.285715103149414 21.604007720947266 21.206144332885742 21.454809188842773 17.33414936953828 744495 0.0 0.0 True
300 2023-02-28 00:00:00+01:00 21.325502395629883 21.72336769104004 21.265823364257812 21.534381866455078 17.3984383445521 1797489 0.0 0.0 True
301 2023-03-01 00:00:00+01:00 21.613954544067383 21.663686752319336 21.30561065673828 21.37523651123047 17.269859313964844 1095414 0.0 0.0 True
302 2023-03-02 00:00:00+01:00 21.295663833618164 21.43491554260254 21.096731185913086 21.355342864990234 17.253788150771005 729153 0.0 0.0 True
303 2023-03-03 00:00:00+01:00 21.454809188842773 21.673633575439453 21.444862365722656 21.59406089782715 17.446656156372082 731340 0.0 0.0 True
304 2023-03-06 00:00:00+01:00 21.59406089782715 21.633846282958984 21.136518478393555 21.136518478393555 17.076991308363766 1177638 0.0 0.0 True
305 2023-03-07 00:00:00+01:00 21.14646339416504 21.255876541137695 21.0469970703125 21.126571655273438 17.068953025367804 894823 0.0 0.0 True
306 2023-03-08 00:00:00+01:00 21.0271053314209 21.216089248657227 20.7386531829834 21.216089248657227 17.14127920281797 1145240 0.0 0.0 True
307 2023-03-09 00:00:00+01:00 21.07683753967285 21.196197509765625 21.01715850830078 21.066890716552734 17.020734132988203 611676 0.0 0.0 True
308 2023-03-10 00:00:00+01:00 20.76849365234375 21.007211685180664 20.589454650878906 20.897798538208008 16.884118980524217 1111284 0.0 0.0 True
309 2023-03-13 00:00:00+01:00 20.688920974731445 20.778440475463867 20.07223129272461 20.221431732177734 16.337658370668276 1243550 0.0 0.0 True
310 2023-03-14 00:00:00+01:00 20.181644439697266 20.470096588134766 19.903139114379883 20.400468826293945 16.482307483889752 1301756 0.0 0.0 True
311 2023-03-15 00:00:00+01:00 20.430309295654297 20.440256118774414 19.093486785888672 19.121337890625 15.448849459939106 2538134 0.0 0.0 True
312 2023-03-16 00:00:00+01:00 19.578880310058594 19.68232536315918 18.914447784423828 19.344141006469727 15.628860967208961 1772646 0.0 0.0 True
313 2023-03-17 00:00:00+01:00 19.395862579345703 19.68232536315918 18.87466049194336 19.20488739013672 15.516353099815541 2459464 0.0 0.0 True
314 2023-03-20 00:00:00+01:00 19.196931838989258 19.531137466430664 18.723472595214844 19.467479705810547 15.728511255711542 903163 0.0 0.0 True
315 2023-03-21 00:00:00+01:00 19.73006820678711 20.17169761657715 19.646516799926758 19.972766876220703 16.136752082071233 1270092 0.0 0.0 True
316 2023-03-22 00:00:00+01:00 19.932979583740234 20.340789794921875 19.869321823120117 20.032445907592773 16.1849688133316 1100120 0.0 0.0 True
317 2023-03-23 00:00:00+01:00 19.962818145751953 19.962818145751953 19.6584529876709 19.845449447631836 16.03388604814642 1594495 0.0 0.0 True
318 2023-03-24 00:00:00+01:00 19.74200439453125 19.761898040771484 19.165102005004883 19.726089477539062 15.937450424506457 2008460 0.0 0.0 True
319 2023-03-27 00:00:00+02:00 20.07223129272461 20.301002502441406 19.833513259887695 20.221431732177734 16.337658370668276 1382281 0.0 0.0 True
320 2023-03-28 00:00:00+02:00 20.42036247253418 20.559614181518555 20.13191032409668 20.470096588134766 16.5385635787057 1220512 0.0 0.0 True
321 2023-03-29 00:00:00+02:00 20.559614181518555 20.639188766479492 20.370630264282227 20.539722442626953 16.594815351283174 791707 0.0 0.0 True
322 2023-03-30 00:00:00+02:00 20.659080505371094 21.01715850830078 20.629241943359375 20.82817268371582 16.827867207946742 968974 0.0 0.0 True
323 2023-03-31 00:00:00+02:00 20.82817268371582 21.01715850830078 20.748600006103516 20.95747947692871 16.932337872903815 1172265 0.0 0.0 True
324 2023-04-03 00:00:00+02:00 20.967424392700195 21.066890716552734 20.688920974731445 20.937585830688477 16.916265629150363 1141103 0.0 0.0 True
325 2023-04-04 00:00:00+02:00 21.08678436279297 21.186250686645508 20.858013153076172 20.858013153076172 16.851975573576926 728163 0.0 0.0 True
326 2023-04-05 00:00:00+02:00 20.897798538208008 20.947532653808594 20.46014976501465 20.499935150146484 16.562670863776262 1310588 0.0 0.0 True
327 2023-04-06 00:00:00+02:00 20.649133682250977 20.758546829223633 20.470096588134766 20.589454650878906 16.634997041226427 957116 0.0 0.0 True
328 2023-04-11 00:00:00+02:00 20.887853622436523 21.216089248657227 20.867958068847656 21.196197509765625 17.125205878504897 1155390 0.0 0.0 True
329 2023-04-12 00:00:00+02:00 21.156410217285156 21.285715103149414 20.907745361328125 21.226036071777344 17.149315324694694 907456 0.0 0.0 True
330 2023-04-13 00:00:00+02:00 21.186250686645508 21.385181427001953 21.14646339416504 21.255876541137695 17.17342260976526 1096832 0.0 0.0 True
331 2023-04-14 00:00:00+02:00 21.315555572509766 21.514488220214844 21.216089248657227 21.484647750854492 17.358256654608844 1071929 0.0 0.0 True
332 2023-04-17 00:00:00+02:00 21.882511138916016 22.07149887084961 21.58411407470703 21.892459869384766 17.68774413491238 1508490 0.0 0.0 True
333 2023-04-18 00:00:00+02:00 21.862619400024414 22.041658401489258 21.484647750854492 21.613954544067383 17.46272840012554 1127797 0.0 0.0 True
334 2023-04-19 00:00:00+02:00 21.633846282958984 21.65374183654785 21.37523651123047 21.633846282958984 17.478799563319377 908843 0.0 0.0 True
335 2023-04-20 00:00:00+02:00 21.68358039855957 21.68358039855957 21.484647750854492 21.6239013671875 17.47076344144265 810257 0.0 0.0 True
336 2023-04-21 00:00:00+02:00 21.58411407470703 21.58411407470703 21.255876541137695 21.424968719482422 17.310038842788863 823291 0.0 0.0 True
337 2023-04-24 00:00:00+02:00 21.385181427001953 21.703474044799805 21.295663833618164 21.633846282958984 17.478799563319377 882673 0.0 0.0 True
338 2023-04-25 00:00:00+02:00 21.59406089782715 21.74325942993164 21.385181427001953 21.663686752319336 17.502911170628412 1318878 0.0 0.0 True
339 2023-04-26 00:00:00+02:00 21.464754104614258 21.613954544067383 21.096731185913086 21.613954544067383 17.46272840012554 1135730 0.0 0.0 True
340 2023-04-27 00:00:00+02:00 21.504541397094727 21.504541397094727 20.897798538208008 21.11662483215332 17.060917984050693 1167454 0.0 0.0 True
341 2023-04-28 00:00:00+02:00 21.136518478393555 21.65374183654785 21.007211685180664 21.65374183654785 17.494875048751684 1480858 0.0 0.0 True
342 2023-05-02 00:00:00+02:00 21.68358039855957 21.713420867919922 21.126571655273438 21.14646339416504 17.085025269121257 1146537 0.0 0.0 True
343 2023-05-03 00:00:00+02:00 21.285715103149414 21.504541397094727 21.186250686645508 21.424968719482422 17.310038842788863 1054129 0.0 0.0 True
344 2023-05-04 00:00:00+02:00 20.987319946289062 21.6437931060791 20.340789794921875 20.66902732849121 16.699287096799868 1741640 0.0 0.0 True
345 2023-05-05 00:00:00+02:00 21.01715850830078 21.59406089782715 20.80828094482422 21.444862365722656 17.326112167101936 1420028 0.0 0.0 True
346 2023-05-08 00:00:00+02:00 21.484647750854492 21.514488220214844 21.245929718017578 21.514488220214844 17.382366100798645 674713 0.0 0.0 True
347 2023-05-09 00:00:00+02:00 21.663686752319336 21.663686752319336 21.17630386352539 21.444862365722656 17.326112167101936 853724 0.0 0.0 True
348 2023-05-10 00:00:00+02:00 21.49459457397461 21.663686752319336 21.156410217285156 21.405075073242188 17.293966599035407 826931 0.0 0.0 True
349 2023-05-11 00:00:00+02:00 21.464754104614258 21.633846282958984 21.106678009033203 21.37523651123047 17.269859313964844 1023400 0.0 0.0 True
350 2023-05-12 00:00:00+02:00 21.37523651123047 21.43491554260254 21.206144332885742 21.37523651123047 17.269859313964844 847053 0.0 0.0 False
351 2023-05-15 00:00:00+02:00 21.0469970703125 21.096731185913086 20.788387298583984 20.858013153076172 19.094114303588867 1023546 2.51 0.0 False
352 2023-05-16 00:00:00+02:00 20.7386531829834 20.76849365234375 20.281110763549805 20.310949325561523 18.593313217163086 1280267 0.0 0.0 False
353 2023-05-17 00:00:00+02:00 20.201536178588867 20.57950782775879 20.092124938964844 20.549667358398438 18.811845779418945 1106539 0.0 0.0 False
354 2023-05-18 00:00:00+02:00 20.72870635986328 20.818225860595703 20.539722442626953 20.678974151611328 18.930217742919922 704356 0.0 0.0 False
355 2023-05-19 00:00:00+02:00 20.818225860595703 20.897798538208008 20.66902732849121 20.72870635986328 18.975744247436523 1030030 0.0 0.0 False
356 2023-05-22 00:00:00+02:00 20.66902732849121 20.788387298583984 20.57950782775879 20.76849365234375 19.012165069580078 853879 0.0 0.0 False
357 2023-05-23 00:00:00+02:00 20.748600006103516 20.80828094482422 20.66902732849121 20.79833221435547 19.03948211669922 779729 0.0 0.0 False
358 2023-05-24 00:00:00+02:00 20.60934829711914 20.60934829711914 20.291057586669922 20.489988327026367 18.757211685180664 846847 0.0 0.0 False
359 2023-05-25 00:00:00+02:00 20.51982879638672 20.51982879638672 19.962818145751953 20.01255226135254 18.320152282714844 1017197 0.0 0.0 False
360 2023-05-26 00:00:00+02:00 20.141857147216797 20.26121711730957 19.885236740112305 20.191591262817383 18.48404884338379 1058894 0.0 0.0 False
361 2023-05-29 00:00:00+02:00 20.301002502441406 20.340789794921875 20.181644439697266 20.26121711730957 18.547786712646484 295090 0.0 0.0 False
362 2023-05-30 00:00:00+02:00 20.301002502441406 20.340789794921875 20.052337646484375 20.092124938964844 18.392993927001953 641576 0.0 0.0 False
363 2023-05-31 00:00:00+02:00 19.77781105041504 19.77781105041504 19.184995651245117 19.427692413330078 17.784751892089844 3164263 0.0 0.0 False
364 2023-06-01 00:00:00+02:00 19.614688873291016 19.698240280151367 19.475435256958008 19.68232536315918 18.017850875854492 876148 0.0 0.0 False
365 2023-06-02 00:00:00+02:00 19.857385635375977 20.499935150146484 19.8255558013916 20.440256118774414 18.711685180664062 1069712 0.0 0.0 False
366 2023-06-05 00:00:00+02:00 20.529775619506836 20.589454650878906 20.39052391052246 20.499935150146484 18.766319274902344 850280 0.0 0.0 False
367 2023-06-06 00:00:00+02:00 20.489988327026367 20.66902732849121 20.38057518005371 20.66902732849121 18.921110153198242 646291 0.0 0.0 False
368 2023-06-07 00:00:00+02:00 20.678974151611328 20.92763900756836 20.569562911987305 20.92763900756836 19.157852172851562 885388 0.0 0.0 False
369 2023-06-08 00:00:00+02:00 20.877906799316406 21.514488220214844 20.877906799316406 21.186250686645508 19.394594192504883 1247924 0.0 0.0 False
370 2023-06-09 00:00:00+02:00 21.126571655273438 21.17630386352539 20.46014976501465 20.818225860595703 19.05769157409668 1294412 0.0 0.0 False
371 2023-06-12 00:00:00+02:00 20.887853622436523 21.08678436279297 20.80828094482422 21.05694580078125 19.27622413635254 932962 0.0 0.0 False
372 2023-06-13 00:00:00+02:00 21.166357040405273 21.454809188842773 20.907745361328125 21.424968719482422 19.61312484741211 905912 0.0 0.0 False
373 2023-06-14 00:00:00+02:00 21.862619400024414 21.882511138916016 21.424968719482422 21.514488220214844 19.6950740814209 1696595 0.0 0.0 False
374 2023-06-15 00:00:00+02:00 21.474702835083008 21.474702835083008 21.01715850830078 21.355342864990234 19.549386978149414 932700 0.0 0.0 False
375 2023-06-16 00:00:00+02:00 21.444862365722656 21.52443504333496 20.04239273071289 20.569562911987305 18.83005714416504 3430067 0.0 0.0 False
376 2023-06-19 00:00:00+02:00 20.291057586669922 20.291057586669922 19.932979583740234 19.982711791992188 18.292835235595703 1208865 0.0 0.0 False
377 2023-06-20 00:00:00+02:00 19.495328903198242 20.121965408325195 19.208866119384766 19.821577072143555 18.145326614379883 2053697 0.0 0.0 False
378 2023-06-21 00:00:00+02:00 19.845449447631836 19.923032760620117 19.662431716918945 19.923032760620117 18.238203048706055 644074 0.0 0.0 False
379 2023-06-22 00:00:00+02:00 19.749961853027344 20.022499084472656 19.68232536315918 19.797706604003906 18.12347412109375 667821 0.0 0.0 False
380 2023-06-23 00:00:00+02:00 19.65447425842285 19.805662155151367 19.539094924926758 19.686304092407227 18.021493911743164 893260 0.0 0.0 False
381 2023-06-26 00:00:00+02:00 19.757919311523438 20.032445907592773 19.65447425842285 19.982711791992188 18.292835235595703 793819 0.0 0.0 False
382 2023-06-27 00:00:00+02:00 20.092124938964844 20.211484909057617 19.74200439453125 19.95287322998047 18.265520095825195 871227 0.0 0.0 False
383 2023-06-28 00:00:00+02:00 20.112018585205078 20.151803970336914 19.865341186523438 19.95287322998047 18.265520095825195 911547 0.0 0.0 False
384 2023-06-29 00:00:00+02:00 20.01255226135254 20.181644439697266 19.903139114379883 20.092124938964844 18.392993927001953 1053234 0.0 0.0 False
385 2023-06-30 00:00:00+02:00 20.092124938964844 20.46014976501465 20.092124938964844 20.350736618041992 18.629737854003906 934560 0.0 0.0 False
386 2023-07-03 00:00:00+02:00 20.301002502441406 20.499935150146484 20.181644439697266 20.26121711730957 18.547786712646484 652308 0.0 0.0 False
387 2023-07-04 00:00:00+02:00 20.241323471069336 20.241323471069336 20.032445907592773 20.181644439697266 18.474945068359375 483753 0.0 0.0 False
388 2023-07-05 00:00:00+02:00 20.07223129272461 20.201536178588867 20.002605438232422 20.092124938964844 18.392993927001953 692829 0.0 0.0 False
389 2023-07-06 00:00:00+02:00 19.903139114379883 20.002605438232422 19.634580612182617 19.74200439453125 18.07248306274414 1098682 0.0 0.0 False
390 2023-07-07 00:00:00+02:00 19.7181339263916 20.350736618041992 19.7181339263916 20.350736618041992 18.629737854003906 909321 0.0 0.0 False
391 2023-07-10 00:00:00+02:00 20.221431732177734 20.48004150390625 20.201536178588867 20.241323471069336 18.52957534790039 599989 0.0 0.0 False
392 2023-07-11 00:00:00+02:00 20.291057586669922 20.60934829711914 20.211484909057617 20.51982879638672 18.784528732299805 514723 0.0 0.0 False
393 2023-07-12 00:00:00+02:00 20.569562911987305 21.126571655273438 20.529775619506836 21.066890716552734 19.285327911376953 903369 0.0 0.0 False
394 2023-07-13 00:00:00+02:00 20.967424392700195 21.226036071777344 20.92763900756836 20.967424392700195 19.194272994995117 830319 0.0 0.0 False
395 2023-07-14 00:00:00+02:00 20.877906799316406 20.897798538208008 20.301002502441406 20.301002502441406 18.584209442138672 959780 0.0 0.0 False
396 2023-07-17 00:00:00+02:00 20.191591262817383 20.330842971801758 20.151803970336914 20.201536178588867 18.493154525756836 678639 0.0 0.0 False
397 2023-07-18 00:00:00+02:00 20.211484909057617 20.410415649414062 20.112018585205078 20.410415649414062 18.684368133544922 696082 0.0 0.0 False
398 2023-07-19 00:00:00+02:00 20.340789794921875 20.430309295654297 20.04239273071289 20.310949325561523 18.593313217163086 1027451 0.0 0.0 False
399 2023-07-20 00:00:00+02:00 20.330842971801758 20.589454650878906 20.330842971801758 20.589454650878906 18.8482666015625 771530 0.0 0.0 False
400 2023-07-21 00:00:00+02:00 20.569562911987305 20.758546829223633 20.499935150146484 20.639188766479492 18.893795013427734 532559 0.0 0.0 False
401 2023-07-24 00:00:00+02:00 20.529775619506836 20.788387298583984 20.48004150390625 20.778440475463867 19.021270751953125 576946 0.0 0.0 False
402 2023-07-25 00:00:00+02:00 20.80828094482422 21.156410217285156 20.7386531829834 21.14646339416504 19.358171463012695 815268 0.0 0.0 False
403 2023-07-26 00:00:00+02:00 21.066890716552734 21.206144332885742 20.867958068847656 20.967424392700195 19.194272994995117 501060 0.0 0.0 False
404 2023-07-27 00:00:00+02:00 21.01715850830078 21.43491554260254 20.967424392700195 21.39512825012207 19.58580780029297 1024169 0.0 0.0 False
405 2023-07-28 00:00:00+02:00 21.30561065673828 21.802940368652344 21.255876541137695 21.802940368652344 19.95913314819336 1075428 0.0 0.0 False
406 2023-07-31 00:00:00+02:00 21.802940368652344 21.912351608276367 21.663686752319336 21.703474044799805 19.868078231811523 1096731 0.0 0.0 False
407 2023-08-01 00:00:00+02:00 21.59406089782715 21.604007720947266 21.424968719482422 21.424968719482422 19.61312484741211 660286 0.0 0.0 False
408 2023-08-02 00:00:00+02:00 21.186250686645508 21.58411407470703 21.08678436279297 21.454809188842773 19.64044189453125 858203 0.0 0.0 False
409 2023-08-03 00:00:00+02:00 21.673633575439453 21.78304672241211 20.01255226135254 20.499935150146484 18.766319274902344 1721865 0.0 0.0 False
410 2023-08-04 00:00:00+02:00 20.66902732849121 20.718759536743164 20.39052391052246 20.659080505371094 18.912004470825195 610022 0.0 0.0 False
411 2023-08-07 00:00:00+02:00 20.589454650878906 20.80828094482422 20.45020294189453 20.80828094482422 19.048587799072266 484065 0.0 0.0 False
412 2023-08-08 00:00:00+02:00 20.688920974731445 20.818225860595703 20.589454650878906 20.678974151611328 18.930217742919922 420797 0.0 0.0 False
413 2023-08-09 00:00:00+02:00 20.858013153076172 21.037052154541016 20.76849365234375 20.858013153076172 19.094114303588867 550545 0.0 0.0 False
414 2023-08-10 00:00:00+02:00 20.977371215820312 21.126571655273438 20.858013153076172 20.997264862060547 19.221590042114258 468059 0.0 0.0 False
415 2023-08-11 00:00:00+02:00 20.877906799316406 21.0271053314209 20.748600006103516 20.758546829223633 19.00305938720703 462374 0.0 0.0 False
416 2023-08-14 00:00:00+02:00 20.7386531829834 20.848066329956055 20.66902732849121 20.7386531829834 18.984848022460938 668188 0.0 0.0 False
417 2023-08-15 00:00:00+02:00 20.788387298583984 20.818225860595703 20.430309295654297 20.57950782775879 18.839162826538086 432414 0.0 0.0 False
418 2023-08-16 00:00:00+02:00 20.539722442626953 20.76849365234375 20.539722442626953 20.70881462097168 18.95753288269043 544437 0.0 0.0 False
419 2023-08-17 00:00:00+02:00 20.57950782775879 20.76849365234375 20.549667358398438 20.688920974731445 18.939321517944336 564871 0.0 0.0 False
420 2023-08-18 00:00:00+02:00 20.688920974731445 20.70881462097168 20.291057586669922 20.38057518005371 18.657052993774414 693870 0.0 0.0 False
421 2023-08-21 00:00:00+02:00 20.39052391052246 20.66902732849121 20.39052391052246 20.569562911987305 18.83005714416504 793311 0.0 0.0 False
422 2023-08-22 00:00:00+02:00 20.599401473999023 20.907745361328125 20.5098819732666 20.76849365234375 19.012165069580078 650046 0.0 0.0 False
423 2023-08-23 00:00:00+02:00 20.80828094482422 20.858013153076172 20.330842971801758 20.370630264282227 18.64794921875 647211 0.0 0.0 False
424 2023-08-24 00:00:00+02:00 20.45020294189453 20.599401473999023 20.291057586669922 20.330842971801758 18.611526489257812 475896 0.0 0.0 False
425 2023-08-25 00:00:00+02:00 20.301002502441406 20.45020294189453 20.26121711730957 20.291057586669922 18.575103759765625 318928 0.0 0.0 False
426 2023-08-28 00:00:00+02:00 20.42036247253418 20.549667358398438 20.42036247253418 20.499935150146484 18.766319274902344 332741 0.0 0.0 False
427 2023-08-29 00:00:00+02:00 20.66902732849121 20.897798538208008 20.66902732849121 20.838119506835938 19.075902938842773 523138 0.0 0.0 False
428 2023-08-30 00:00:00+02:00 20.838119506835938 21.007211685180664 20.778440475463867 20.907745361328125 19.13964080810547 394929 0.0 0.0 False
429 2023-08-31 00:00:00+02:00 20.947532653808594 21.36528968811035 20.92763900756836 21.265823364257812 19.467437744140625 2323236 0.0 0.0 False
430 2023-09-01 00:00:00+02:00 21.255876541137695 21.9322452545166 21.255876541137695 21.87256622314453 20.022869110107422 966179 0.0 0.0 False
431 2023-09-04 00:00:00+02:00 21.981977462768555 22.021764755249023 21.544328689575195 21.58411407470703 19.758811950683594 643546 0.0 0.0 False
432 2023-09-05 00:00:00+02:00 21.504541397094727 21.78304672241211 21.424968719482422 21.6239013671875 19.79523277282715 541345 0.0 0.0 False
433 2023-09-06 00:00:00+02:00 21.544328689575195 22.111284255981445 21.504541397094727 22.09139060974121 20.223188400268555 851678 0.0 0.0 False
434 2023-09-07 00:00:00+02:00 21.882511138916016 21.90240478515625 21.424968719482422 21.464754104614258 19.649545669555664 700314 0.0 0.0 False
435 2023-09-08 00:00:00+02:00 21.574167251586914 21.574167251586914 20.887853622436523 21.235984802246094 19.440122604370117 719356 0.0 0.0 False
436 2023-09-11 00:00:00+02:00 21.345396041870117 21.564220428466797 21.315555572509766 21.52443504333496 19.704177856445312 524078 0.0 0.0 False
437 2023-09-12 00:00:00+02:00 21.58411407470703 21.6239013671875 21.11662483215332 21.11662483215332 19.330856323242188 772781 0.0 0.0 False
438 2023-09-13 00:00:00+02:00 21.0469970703125 21.36528968811035 20.76849365234375 20.818225860595703 19.05769157409668 691035 0.0 0.0 False
439 2023-09-14 00:00:00+02:00 20.887853622436523 21.196197509765625 20.629241943359375 21.126571655273438 19.339962005615234 578423 0.0 0.0 False
440 2023-09-15 00:00:00+02:00 21.295663833618164 21.952138900756836 21.295663833618164 21.84272575378418 19.99555206298828 2234985 0.0 0.0 False
441 2023-09-18 00:00:00+02:00 21.802940368652344 21.84272575378418 21.673633575439453 21.713420867919922 19.87718391418457 856277 0.0 0.0 False
442 2023-09-19 00:00:00+02:00 21.6437931060791 21.6437931060791 21.39512825012207 21.415021896362305 19.604019165039062 685505 0.0 0.0 False
443 2023-09-20 00:00:00+02:00 21.52443504333496 21.792993545532227 21.504541397094727 21.74325942993164 19.904497146606445 752488 0.0 0.0 False
444 2023-09-21 00:00:00+02:00 21.534381866455078 21.574167251586914 21.0271053314209 21.186250686645508 19.394594192504883 722196 0.0 0.0 False
445 2023-09-22 00:00:00+02:00 21.08678436279297 21.295663833618164 20.95747947692871 21.096731185913086 19.312644958496094 535977 0.0 0.0 False
446 2023-09-25 00:00:00+02:00 21.037052154541016 21.17630386352539 20.529775619506836 20.788387298583984 19.030376434326172 678523 0.0 0.0 False
447 2023-09-26 00:00:00+02:00 20.72870635986328 20.72870635986328 20.410415649414062 20.489988327026367 18.757211685180664 999281 0.0 0.0 False
448 2023-09-27 00:00:00+02:00 20.559614181518555 20.66902732849121 20.440256118774414 20.569562911987305 18.83005714416504 679654 0.0 0.0 False
449 2023-09-28 00:00:00+02:00 20.57950782775879 20.858013153076172 20.42036247253418 20.80828094482422 19.048587799072266 791858 0.0 0.0 False
450 2023-09-29 00:00:00+02:00 20.977371215820312 21.07683753967285 20.778440475463867 20.858013153076172 19.094114303588867 1368070 0.0 0.0 False
451 2023-10-02 00:00:00+02:00 20.877906799316406 20.95747947692871 20.38057518005371 20.489988327026367 18.757211685180664 921943 0.0 0.0 False
452 2023-10-03 00:00:00+02:00 20.45020294189453 20.559614181518555 20.241323471069336 20.430309295654297 18.70258140563965 870202 0.0 0.0 False
453 2023-10-04 00:00:00+02:00 20.340789794921875 20.629241943359375 20.23137664794922 20.301002502441406 18.584209442138672 1412955 0.0 0.0 False
454 2023-10-05 00:00:00+02:00 20.301002502441406 20.410415649414062 20.151803970336914 20.23137664794922 18.520471572875977 552761 0.0 0.0 False
455 2023-10-06 00:00:00+02:00 20.271163940429688 20.489988327026367 20.17169761657715 20.370630264282227 18.64794921875 824653 0.0 0.0 False
456 2023-10-09 00:00:00+02:00 20.201536178588867 20.26121711730957 19.817598342895508 20.201536178588867 18.493154525756836 857112 0.0 0.0 False
457 2023-10-10 00:00:00+02:00 20.310949325561523 20.619295120239258 20.281110763549805 20.470096588134766 18.739002227783203 881954 0.0 0.0 False
458 2023-10-11 00:00:00+02:00 20.32089614868164 20.629241943359375 20.32089614868164 20.440256118774414 18.711685180664062 612797 0.0 0.0 False
459 2023-10-12 00:00:00+02:00 20.569562911987305 20.688920974731445 20.271163940429688 20.32089614868164 18.602420806884766 484462 0.0 0.0 False
460 2023-10-13 00:00:00+02:00 20.211484909057617 20.470096588134766 20.211484909057617 20.301002502441406 18.584209442138672 538324 0.0 0.0 False
461 2023-10-16 00:00:00+02:00 20.340789794921875 20.489988327026367 20.26121711730957 20.310949325561523 18.593313217163086 495104 0.0 0.0 False
462 2023-10-17 00:00:00+02:00 20.241323471069336 20.301002502441406 19.9130859375 20.221431732177734 18.511367797851562 618131 0.0 0.0 False
463 2023-10-18 00:00:00+02:00 20.191591262817383 20.23137664794922 19.881256103515625 19.881256103515625 18.19995880126953 559829 0.0 0.0 False
464 2023-10-19 00:00:00+02:00 19.714153289794922 19.84147071838379 19.551029205322266 19.630603790283203 17.970502853393555 708805 0.0 0.0 False
465 2023-10-20 00:00:00+02:00 19.49930763244629 19.54705047607422 19.296396255493164 19.296396255493164 17.664560317993164 760144 0.0 0.0 False
466 2023-10-23 00:00:00+02:00 19.3162899017334 19.344141006469727 19.005956649780273 19.16908073425293 17.548009872436523 652032 0.0 0.0 False
467 2023-10-24 00:00:00+02:00 19.101444244384766 19.232738494873047 18.994020462036133 19.11735725402832 17.500661849975586 565349 0.0 0.0 False
468 2023-10-25 00:00:00+02:00 19.133272171020508 19.184995651245117 18.882619857788086 19.093486785888672 17.478809356689453 597757 0.0 0.0 False
469 2023-10-26 00:00:00+02:00 18.882619857788086 19.507265090942383 18.834875106811523 19.403820037841797 17.762897491455078 756208 0.0 0.0 False
470 2023-10-27 00:00:00+02:00 19.519201278686523 19.75394058227539 19.20488739013672 19.20488739013672 17.580787658691406 767302 0.0 0.0 False
471 2023-10-30 00:00:00+01:00 19.296396255493164 19.54705047607422 19.296396255493164 19.45156478881836 17.806604385375977 755454 0.0 0.0 False
472 2023-10-31 00:00:00+01:00 19.455543518066406 19.972766876220703 19.443607330322266 19.84147071838379 18.163537979125977 1249155 0.0 0.0 False
473 2023-11-01 00:00:00+01:00 19.903139114379883 20.04239273071289 19.551029205322266 19.618667602539062 17.959575653076172 645054 0.0 0.0 False
474 2023-11-02 00:00:00+01:00 19.734046936035156 20.410415649414062 19.726089477539062 20.141857147216797 18.438520431518555 1414951 0.0 0.0 False
475 2023-11-03 00:00:00+01:00 19.877277374267578 20.211484909057617 19.165102005004883 19.51124382019043 17.861238479614258 1786173 0.0 0.0 False
476 2023-11-06 00:00:00+01:00 19.515222549438477 19.78179168701172 19.304353713989258 19.531137466430664 17.87944793701172 1141224 0.0 0.0 False
477 2023-11-07 00:00:00+01:00 19.42371368408203 19.535114288330078 19.25263214111328 19.35209846496582 17.71554946899414 719557 0.0 0.0 False
478 2023-11-08 00:00:00+01:00 19.228759765625 19.427692413330078 19.093486785888672 19.320268630981445 17.686412811279297 829203 0.0 0.0 False
479 2023-11-09 00:00:00+01:00 19.308332443237305 19.903139114379883 19.308332443237305 19.574901580810547 17.919511795043945 1169455 0.0 0.0 False
480 2023-11-10 00:00:00+01:00 19.479415893554688 19.761898040771484 19.244674682617188 19.761898040771484 18.090694427490234 991826 0.0 0.0 False
481 2023-11-13 00:00:00+01:00 19.773834228515625 19.857385635375977 19.531137466430664 19.734046936035156 18.06519889831543 980360 0.0 0.0 False
482 2023-11-14 00:00:00+01:00 19.79372787475586 20.410415649414062 19.78974723815918 20.340789794921875 18.620630264282227 892672 0.0 0.0 False
483 2023-11-15 00:00:00+01:00 20.36068344116211 20.917692184448242 20.291057586669922 20.917692184448242 19.148746490478516 1168610 0.0 0.0 False
484 2023-11-16 00:00:00+01:00 20.79833221435547 21.07683753967285 20.549667358398438 20.549667358398438 18.811845779418945 755625 0.0 0.0 False
485 2023-11-17 00:00:00+01:00 20.549667358398438 20.848066329956055 20.549667358398438 20.559614181518555 18.82094955444336 784037 0.0 0.0 False
486 2023-11-20 00:00:00+01:00 20.589454650878906 20.887853622436523 20.51982879638672 20.72870635986328 18.975744247436523 946072 0.0 0.0 False
487 2023-11-21 00:00:00+01:00 20.688920974731445 20.82817268371582 20.470096588134766 20.629241943359375 18.88469123840332 1185330 0.0 0.0 False
488 2023-11-22 00:00:00+01:00 20.629241943359375 20.838119506835938 20.559614181518555 20.599401473999023 18.85737419128418 1261386 0.0 0.0 False
489 2023-11-23 00:00:00+01:00 20.599401473999023 20.76849365234375 20.599401473999023 20.7386531829834 18.984848022460938 633558 0.0 0.0 False
490 2023-11-24 00:00:00+01:00 20.778440475463867 20.92763900756836 20.72870635986328 20.92763900756836 19.157852172851562 719180 0.0 0.0 False
491 2023-11-27 00:00:00+01:00 20.887853622436523 20.907745361328125 20.51982879638672 20.57950782775879 18.839162826538086 1094505 0.0 0.0 False
492 2023-11-28 00:00:00+01:00 20.529775619506836 20.66902732849121 20.330842971801758 20.60934829711914 18.866477966308594 1053370 0.0 0.0 False
493 2023-11-29 00:00:00+01:00 20.60934829711914 21.037052154541016 20.569562911987305 20.977371215820312 19.203378677368164 957061 0.0 0.0 False
494 2023-11-30 00:00:00+01:00 20.947532653808594 21.27577018737793 20.818225860595703 21.11662483215332 19.330856323242188 2370750 0.0 0.0 False
495 2023-12-01 00:00:00+01:00 21.166357040405273 21.6437931060791 21.166357040405273 21.604007720947266 19.777023315429688 1195222 0.0 0.0 False
496 2023-12-04 00:00:00+01:00 21.484647750854492 21.94219207763672 21.464754104614258 21.74325942993164 19.904497146606445 1089262 0.0 0.0 False
497 2023-12-05 00:00:00+01:00 21.6239013671875 21.9322452545166 21.59406089782715 21.882511138916016 20.03197479248047 1150906 0.0 0.0 False
498 2023-12-06 00:00:00+01:00 21.882511138916016 22.081443786621094 21.84272575378418 22.041658401489258 20.177661895751953 1090639 0.0 0.0 False
499 2023-12-07 00:00:00+01:00 22.081443786621094 22.489255905151367 22.041658401489258 22.359949111938477 20.469036102294922 1596696 0.0 0.0 False
500 2023-12-08 00:00:00+01:00 22.330108642578125 22.479307174682617 21.991924285888672 22.35000228881836 20.459930419921875 1410130 0.0 0.0 False
501 2023-12-11 00:00:00+01:00 19.450000762939453 23.649999618530273 17.895000457763672 20.6200008392334 18.876230239868164 8998324 0.0 0.0 False
502 2023-12-12 00:00:00+01:00 20.790000915527344 22.3700008392334 20.75 22.139999389648438 20.26768684387207 3236690 0.0 0.0 False
503 2023-12-13 00:00:00+01:00 22.489999771118164 24.530000686645508 22.399999618530273 23.950000762939453 21.924623489379883 2215354 0.0 0.0 False
504 2023-12-14 00:00:00+01:00 24.5 25.010000228881836 23.950000762939453 24.540000915527344 22.4647274017334 1535694 0.0 0.0 False
505 2023-12-15 00:00:00+01:00 24.8799991607666 25.420000076293945 24.600000381469727 25.40999984741211 23.261154174804688 2385553 0.0 0.0 False
506 2023-12-18 00:00:00+01:00 25.649999618530273 26.969999313354492 25.489999771118164 26.1299991607666 23.920265197753906 965441 0.0 0.0 False
507 2023-12-19 00:00:00+01:00 26.290000915527344 27.399999618530273 26.200000762939453 27.209999084472656 24.908931732177734 908754 0.0 0.0 False
508 2023-12-20 00:00:00+01:00 27.3700008392334 27.469999313354492 26.350000381469727 26.350000381469727 24.121660232543945 821654 0.0 0.0 False
509 2023-12-21 00:00:00+01:00 26.239999771118164 26.3700008392334 25.760000228881836 26.049999237060547 23.847028732299805 744197 0.0 0.0 False
510 2023-12-22 00:00:00+01:00 26.1200008392334 26.510000228881836 26.049999237060547 26.239999771118164 24.020963668823242 358134 0.0 0.0 False
511 2023-12-27 00:00:00+01:00 26.639999389648438 26.729999542236328 26.299999237060547 26.729999542236328 24.469526290893555 398784 0.0 0.0 False
512 2023-12-28 00:00:00+01:00 26.899999618530273 27.200000762939453 26.899999618530273 27.190000534057617 24.890625 306879 0.0 0.0 False
513 2023-12-29 00:00:00+01:00 27.219999313354492 27.959999084472656 27.219999313354492 27.729999542236328 25.384958267211914 508827 0.0 0.0 False
514 2024-01-02 00:00:00+01:00 28.059999465942383 28.600000381469727 27.520000457763672 28.030000686645508 25.659587860107422 395002 0.0 0.0 False
515 2024-01-03 00:00:00+01:00 28.110000610351562 28.15999984741211 27.170000076293945 27.43000030517578 25.110328674316406 517626 0.0 0.0 False
516 2024-01-04 00:00:00+01:00 27.5 28.110000610351562 27.5 28.09000015258789 25.714515686035156 353356 0.0 0.0 False
517 2024-01-05 00:00:00+01:00 28.079999923706055 28.469999313354492 28.0 28.329999923706055 25.93421745300293 426440 0.0 0.0 False
518 2024-01-08 00:00:00+01:00 28.290000915527344 28.329999923706055 27.540000915527344 28.0 25.632125854492188 503233 0.0 0.0 False
519 2024-01-09 00:00:00+01:00 27.190000534057617 27.549999237060547 27.079999923706055 27.299999237060547 24.991321563720703 592677 0.0 0.0 False
520 2024-01-10 00:00:00+01:00 27.100000381469727 27.170000076293945 26.350000381469727 26.350000381469727 24.121660232543945 692877 0.0 0.0 False
521 2024-01-11 00:00:00+01:00 26.389999389648438 26.559999465942383 25.889999389648438 26.0 23.801259994506836 631805 0.0 0.0 False
522 2024-01-12 00:00:00+01:00 26.639999389648438 26.860000610351562 26.06999969482422 26.139999389648438 23.929418563842773 803481 0.0 0.0 False
523 2024-01-15 00:00:00+01:00 25.059999465942383 25.329999923706055 25.0 25.299999237060547 24.690631866455078 726646 1.62 0.0 False
524 2024-01-16 00:00:00+01:00 25.149999618530273 25.200000762939453 24.579999923706055 24.989999771118164 24.388099670410156 493029 0.0 0.0 False
525 2024-01-17 00:00:00+01:00 24.700000762939453 24.729999542236328 23.989999771118164 24.260000228881836 23.675682067871094 646371 0.0 0.0 False
526 2024-01-18 00:00:00+01:00 24.200000762939453 24.239999771118164 23.530000686645508 23.530000686645508 22.963266372680664 686723 0.0 0.0 False
527 2024-01-19 00:00:00+01:00 23.670000076293945 24.25 23.670000076293945 24.049999237060547 23.470739364624023 679303 0.0 0.0 False
528 2024-01-22 00:00:00+01:00 24.299999237060547 24.770000457763672 24.079999923706055 24.760000228881836 24.163639068603516 282294 0.0 0.0 False
529 2024-01-23 00:00:00+01:00 25.200000762939453 25.450000762939453 24.90999984741211 25.3799991607666 24.768705368041992 397643 0.0 0.0 False
530 2024-01-24 00:00:00+01:00 25.600000381469727 25.6299991607666 24.75 24.75 24.153881072998047 564082 0.0 0.0 False
531 2024-01-25 00:00:00+01:00 24.84000015258789 25.760000228881836 24.799999237060547 25.600000381469727 24.983407974243164 401178 0.0 0.0 False
532 2024-01-26 00:00:00+01:00 25.690000534057617 26.959999084472656 25.6200008392334 26.40999984741211 25.773897171020508 712857 0.0 0.0 False
533 2024-01-29 00:00:00+01:00 26.5 26.549999237060547 25.760000228881836 25.760000228881836 25.139554977416992 375526 0.0 0.0 False
534 2024-01-30 00:00:00+01:00 25.8799991607666 26.049999237060547 25.610000610351562 25.690000534057617 25.071239471435547 339731 0.0 0.0 False
535 2024-01-31 00:00:00+01:00 25.850000381469727 26.1299991607666 25.440000534057617 25.440000534057617 24.827260971069336 1756316 0.0 0.0 False
536 2024-02-01 00:00:00+01:00 25.329999923706055 25.5 24.530000686645508 24.59000015258789 23.99773406982422 398800 0.0 0.0 False
537 2024-02-02 00:00:00+01:00 24.899999618530273 24.979999542236328 24.40999984741211 24.40999984741211 23.82206916809082 418661 0.0 0.0 False
538 2024-02-05 00:00:00+01:00 24.440000534057617 24.56999969482422 23.6299991607666 23.649999618530273 23.080373764038086 640546 0.0 0.0 False
539 2024-02-06 00:00:00+01:00 23.739999771118164 23.81999969482422 22.8799991607666 23.469999313354492 22.904708862304688 800098 0.0 0.0 False
540 2024-02-07 00:00:00+01:00 23.200000762939453 23.309999465942383 22.489999771118164 22.639999389648438 22.09469985961914 896379 0.0 0.0 False
541 2024-02-08 00:00:00+01:00 22.799999237060547 23.1299991607666 22.690000534057617 23.0 22.446029663085938 622376 0.0 0.0 False
542 2024-02-09 00:00:00+01:00 22.5 22.739999771118164 22.209999084472656 22.209999084472656 21.67505645751953 783024 0.0 0.0 False
543 2024-02-12 00:00:00+01:00 22.450000762939453 22.899999618530273 22.290000915527344 22.84000015258789 22.289884567260742 443790 0.0 0.0 False
544 2024-02-13 00:00:00+01:00 22.860000610351562 23.34000015258789 22.719999313354492 23.190000534057617 22.631454467773438 530025 0.0 0.0 False
545 2024-02-14 00:00:00+01:00 23.06999969482422 23.5 22.90999984741211 23.489999771118164 22.92422866821289 452602 0.0 0.0 False
546 2024-02-15 00:00:00+01:00 23.6200008392334 24.170000076293945 23.579999923706055 23.940000534057617 23.36338996887207 423885 0.0 0.0 False
547 2024-02-16 00:00:00+01:00 24.280000686645508 24.420000076293945 23.770000457763672 24.020000457763672 23.441463470458984 445071 0.0 0.0 False
548 2024-02-19 00:00:00+01:00 24.110000610351562 24.139999389648438 23.690000534057617 23.690000534057617 23.11941146850586 334433 0.0 0.0 False
549 2024-02-20 00:00:00+01:00 23.770000457763672 24.09000015258789 23.489999771118164 24.09000015258789 23.509777069091797 306827 0.0 0.0 False
550 2024-02-21 00:00:00+01:00 23.850000381469727 24.040000915527344 23.5 24.040000915527344 23.460981369018555 431924 0.0 0.0 False
551 2024-02-22 00:00:00+01:00 24.229999542236328 24.399999618530273 24.010000228881836 24.219999313354492 23.63664436340332 366743 0.0 0.0 False
552 2024-02-23 00:00:00+01:00 24.239999771118164 24.6200008392334 23.860000610351562 23.959999084472656 23.38290786743164 266603 0.0 0.0 False
553 2024-02-26 00:00:00+01:00 23.959999084472656 23.959999084472656 23.270000457763672 23.479999542236328 22.91446876525879 316183 0.0 0.0 False
554 2024-02-27 00:00:00+01:00 23.540000915527344 23.889999389648438 23.329999923706055 23.75 23.17796516418457 284263 0.0 0.0 False
555 2024-02-28 00:00:00+01:00 23.829999923706055 24.059999465942383 23.559999465942383 23.6200008392334 23.051097869873047 344714 0.0 0.0 False
556 2024-02-29 00:00:00+01:00 23.600000381469727 23.6299991607666 23.329999923706055 23.5 22.93398666381836 601749 0.0 0.0 False
557 2024-03-01 00:00:00+01:00 23.6299991607666 24.530000686645508 23.59000015258789 24.200000762939453 23.617128372192383 445507 0.0 0.0 False
558 2024-03-04 00:00:00+01:00 24.1200008392334 24.229999542236328 22.989999771118164 23.3799991607666 22.816877365112305 469234 0.0 0.0 False
559 2024-03-05 00:00:00+01:00 23.329999923706055 23.579999923706055 23.079999923706055 23.579999923706055 23.012060165405273 321295 0.0 0.0 False
560 2024-03-06 00:00:00+01:00 23.579999923706055 24.100000381469727 23.549999237060547 23.549999237060547 22.9827823638916 516710 0.0 0.0 False
561 2024-03-07 00:00:00+01:00 23.389999389648438 23.670000076293945 23.100000381469727 23.5 22.93398666381836 371579 0.0 0.0 False
562 2024-03-08 00:00:00+01:00 23.520000457763672 23.770000457763672 22.969999313354492 23.739999771118164 23.1682071685791 426367 0.0 0.0 False
563 2024-03-11 00:00:00+01:00 23.68000030517578 24.100000381469727 23.450000762939453 24.100000381469727 23.5195369720459 437456 0.0 0.0 False
564 2024-03-12 00:00:00+01:00 24.299999237060547 25.450000762939453 24.059999465942383 25.25 24.64183807373047 794906 0.0 0.0 False
565 2024-03-13 00:00:00+01:00 24.100000381469727 26.010000228881836 23.950000762939453 24.549999237060547 23.958696365356445 844838 0.0 0.0 False
566 2024-03-14 00:00:00+01:00 24.440000534057617 24.729999542236328 23.649999618530273 23.81999969482422 23.246280670166016 643203 0.0 0.0 False
567 2024-03-15 00:00:00+01:00 23.850000381469727 24.579999923706055 23.229999542236328 23.229999542236328 22.670490264892578 1376963 0.0 0.0 False
568 2024-03-18 00:00:00+01:00 23.229999542236328 23.6299991607666 23.030000686645508 23.440000534057617 22.87543296813965 406545 0.0 0.0 False
569 2024-03-19 00:00:00+01:00 23.149999618530273 23.75 23.040000915527344 23.670000076293945 23.09989356994629 429140 0.0 0.0 False
570 2024-03-20 00:00:00+01:00 23.639999389648438 24.110000610351562 23.5 24.030000686645508 23.451223373413086 308989 0.0 0.0 False
571 2024-03-21 00:00:00+01:00 24.18000030517578 24.479999542236328 24.030000686645508 24.15999984741211 23.57809066772461 415990 0.0 0.0 False
572 2024-03-22 00:00:00+01:00 24.139999389648438 24.719999313354492 23.84000015258789 24.540000915527344 23.948938369750977 295245 0.0 0.0 False
573 2024-03-25 00:00:00+01:00 24.549999237060547 25.100000381469727 24.520000457763672 25.059999465942383 24.45641326904297 348983 0.0 0.0 False
574 2024-03-26 00:00:00+01:00 25.030000686645508 25.09000015258789 24.299999237060547 24.549999237060547 23.958696365356445 323207 0.0 0.0 False
575 2024-03-27 00:00:00+01:00 24.459999084472656 24.969999313354492 24.31999969482422 24.969999313354492 24.368581771850586 203281 0.0 0.0 False
576 2024-03-28 00:00:00+01:00 25.020000457763672 25.360000610351562 24.700000762939453 25.299999237060547 24.690631866455078 292668 0.0 0.0 False
577 2024-04-02 00:00:00+02:00 25.350000381469727 25.799999237060547 25.299999237060547 25.600000381469727 24.983407974243164 302238 0.0 0.0 False
578 2024-04-03 00:00:00+02:00 25.68000030517578 26.8799991607666 25.6299991607666 26.690000534057617 26.047155380249023 448326 0.0 0.0 False
579 2024-04-04 00:00:00+02:00 28.5 29.190000534057617 27.709999084472656 27.709999084472656 27.042585372924805 1493843 0.0 0.0 False
580 2024-04-05 00:00:00+02:00 27.350000381469727 27.959999084472656 27.010000228881836 27.350000381469727 26.69125747680664 540908 0.0 0.0 False
581 2024-04-08 00:00:00+02:00 27.399999618530273 28.309999465942383 27.34000015258789 28.270000457763672 27.589099884033203 487088 0.0 0.0 False
582 2024-04-09 00:00:00+02:00 28.350000381469727 28.43000030517578 28.049999237060547 28.200000762939453 27.52078628540039 253999 0.0 0.0 False
583 2024-04-10 00:00:00+02:00 28.34000015258789 29.40999984741211 28.1200008392334 28.639999389648438 27.950185775756836 735134 0.0 0.0 False
584 2024-04-11 00:00:00+02:00 28.93000030517578 29.260000228881836 28.649999618530273 28.959999084472656 28.262479782104492 306645 0.0 0.0 False
585 2024-04-12 00:00:00+02:00 29.399999618530273 29.799999237060547 29.170000076293945 29.5 28.789474487304688 437731 0.0 0.0 False
586 2024-04-15 00:00:00+02:00 29.100000381469727 29.850000381469727 29.0 29.450000762939453 28.740678787231445 388339 0.0 0.0 False
587 2024-04-16 00:00:00+02:00 29.200000762939453 29.350000381469727 28.780000686645508 28.780000686645508 28.086816787719727 434787 0.0 0.0 False
588 2024-04-17 00:00:00+02:00 28.780000686645508 29.989999771118164 28.760000228881836 29.799999237060547 29.082246780395508 352161 0.0 0.0 False
589 2024-04-18 00:00:00+02:00 29.899999618530273 30.700000762939453 29.780000686645508 30.649999618530273 29.911775588989258 347317 0.0 0.0 False
590 2024-04-19 00:00:00+02:00 30.5 31.040000915527344 28.34000015258789 30.75 30.009366989135742 697878 0.0 0.0 False
591 2024-04-22 00:00:00+02:00 30.81999969482422 31.600000381469727 30.770000457763672 31.56999969482422 30.809616088867188 401308 0.0 0.0 False
592 2024-04-23 00:00:00+02:00 31.579999923706055 31.65999984741211 30.049999237060547 31.0 30.253345489501953 471634 0.0 0.0 False
593 2024-04-24 00:00:00+02:00 30.950000762939453 31.75 30.90999984741211 31.200000762939453 30.448528289794922 307607 0.0 0.0 False
594 2024-04-25 00:00:00+02:00 31.299999237060547 31.329999923706055 29.670000076293945 29.75 29.0334529876709 478021 0.0 0.0 False
595 2024-04-26 00:00:00+02:00 30.25 30.719999313354492 29.959999084472656 30.18000030517578 29.453096389770508 331898 0.0 0.0 False
596 2024-04-29 00:00:00+02:00 30.209999084472656 30.899999618530273 30.209999084472656 30.850000381469727 30.106958389282227 225725 0.0 0.0 False
597 2024-04-30 00:00:00+02:00 30.899999618530273 31.18000030517578 30.290000915527344 30.40999984741211 29.677555084228516 232054 0.0 0.0 False
598 2024-05-02 00:00:00+02:00 30.40999984741211 30.600000381469727 29.709999084472656 30.5 29.76538848876953 390674 0.0 0.0 False
599 2024-05-03 00:00:00+02:00 29.56999969482422 30.299999237060547 29.5 30.139999389648438 29.414058685302734 364126 0.0 0.0 False
600 2024-05-06 00:00:00+02:00 30.290000915527344 30.989999771118164 30.139999389648438 30.420000076293945 29.687314987182617 273816 0.0 0.0 False
601 2024-05-07 00:00:00+02:00 31.600000381469727 35.25 31.360000610351562 34.7599983215332 33.92278289794922 1075584 0.0 0.0 False
602 2024-05-08 00:00:00+02:00 34.34000015258789 36.619998931884766 33.43000030517578 34.68000030517578 33.84471130371094 1057246 0.0 0.0 False
603 2024-05-09 00:00:00+02:00 34.650001525878906 35.33000183105469 34.209999084472656 34.38999938964844 33.56169509887695 262471 0.0 0.0 False
604 2024-05-10 00:00:00+02:00 34.790000915527344 34.939998626708984 33.58000183105469 33.650001525878906 32.83951950073242 223080 0.0 0.0 False
605 2024-05-13 00:00:00+02:00 33.5 34.459999084472656 33.33000183105469 34.310001373291016 33.48362350463867 273103 0.0 0.0 False
606 2024-05-14 00:00:00+02:00 34.220001220703125 34.52000045776367 33.560001373291016 34.52000045776367 33.68856430053711 279550 0.0 0.0 False
607 2024-05-15 00:00:00+02:00 34.630001068115234 34.900001525878906 33.75 34.099998474121094 33.27867889404297 242453 0.0 0.0 False
608 2024-05-16 00:00:00+02:00 34.13999938964844 34.13999938964844 33.04999923706055 33.599998474121094 32.79072189331055 235321 0.0 0.0 False
609 2024-05-17 00:00:00+02:00 32.84000015258789 34.06999969482422 32.59000015258789 34.06999969482422 33.2494010925293 339910 0.0 0.0 False
610 2024-05-20 00:00:00+02:00 34.400001525878906 34.400001525878906 33.70000076293945 34.04999923706055 33.229881286621094 164887 0.0 0.0 False
611 2024-05-21 00:00:00+02:00 33.97999954223633 34.130001068115234 33.31999969482422 33.31999969482422 32.5174674987793 171162 0.0 0.0 False
612 2024-05-22 00:00:00+02:00 33.29999923706055 34.189998626708984 32.93000030517578 34.189998626708984 33.366512298583984 345186 0.0 0.0 False
613 2024-05-23 00:00:00+02:00 34.189998626708984 34.75 34.150001525878906 34.470001220703125 33.6397705078125 301874 0.0 0.0 False
614 2024-05-24 00:00:00+02:00 34.29999923706055 35.040000915527344 34.060001373291016 34.52000045776367 33.68856430053711 297474 0.0 0.0 False
615 2024-05-27 00:00:00+02:00 34.52000045776367 34.900001525878906 34.25 34.5 33.669044494628906 145496 0.0 0.0 False
616 2024-05-28 00:00:00+02:00 34.459999084472656 34.540000915527344 33.81999969482422 34.400001525878906 33.57145690917969 239174 0.0 0.0 False
617 2024-05-29 00:00:00+02:00 34.400001525878906 34.439998626708984 33.900001525878906 34.220001220703125 33.395790100097656 245711 0.0 0.0 False
618 2024-05-30 00:00:00+02:00 34.61000061035156 34.61000061035156 33.75 34.310001373291016 33.48362350463867 270049 0.0 0.0 False
619 2024-05-31 00:00:00+02:00 34.25 34.650001525878906 33.45000076293945 33.630001068115234 32.81999969482422 348292 0.0 0.0 False
620 2024-06-03 00:00:00+02:00 33.20000076293945 33.290000915527344 31.81999969482422 31.829999923706055 31.829999923706055 271111 0.81 0.0 False
621 2024-06-04 00:00:00+02:00 31.780000686645508 31.860000610351562 31.260000228881836 31.649999618530273 31.649999618530273 345119 0.0 0.0 False
622 2024-06-05 00:00:00+02:00 31.770000457763672 31.940000534057617 31.270000457763672 31.270000457763672 31.270000457763672 371491 0.0 0.0 False
623 2024-06-06 00:00:00+02:00 31.489999771118164 31.510000228881836 30.600000381469727 30.920000076293945 30.920000076293945 325501 0.0 0.0 False
624 2024-06-07 00:00:00+02:00 30.90999984741211 31.209999084472656 30.600000381469727 30.969999313354492 30.969999313354492 161556 0.0 0.0 False
625 2024-06-10 00:00:00+02:00 30.850000381469727 31.739999771118164 30.729999542236328 31.739999771118164 31.739999771118164 265293 0.0 0.0 False
626 2024-06-11 00:00:00+02:00 31.639999389648438 32.529998779296875 31.639999389648438 32.349998474121094 32.349998474121094 424271 0.0 0.0 False
627 2024-06-12 00:00:00+02:00 32.40999984741211 33.04999923706055 32.40999984741211 32.81999969482422 32.81999969482422 244552 0.0 0.0 False
628 2024-06-13 00:00:00+02:00 32.54999923706055 32.54999923706055 31.709999084472656 31.780000686645508 31.780000686645508 302052 0.0 0.0 False
629 2024-06-14 00:00:00+02:00 31.600000381469727 31.6299991607666 30.34000015258789 30.790000915527344 30.790000915527344 342157 0.0 0.0 False
630 2024-06-17 00:00:00+02:00 30.920000076293945 31.479999542236328 30.889999389648438 31.34000015258789 31.34000015258789 273690 0.0 0.0 False
631 2024-06-18 00:00:00+02:00 31.579999923706055 31.690000534057617 31.06999969482422 31.229999542236328 31.229999542236328 218534 0.0 0.0 False
632 2024-06-19 00:00:00+02:00 31.260000228881836 31.81999969482422 31.200000762939453 31.350000381469727 31.350000381469727 175454 0.0 0.0 False
633 2024-06-20 00:00:00+02:00 31.31999969482422 32.11000061035156 31.31999969482422 31.709999084472656 31.709999084472656 296995 0.0 0.0 False
634 2024-06-21 00:00:00+02:00 31.860000610351562 32.04999923706055 31.559999465942383 31.719999313354492 31.719999313354492 2005373 0.0 0.0 False
635 2024-06-24 00:00:00+02:00 31.700000762939453 33.630001068115234 31.700000762939453 33.06999969482422 33.06999969482422 347579 0.0 0.0 False
636 2024-06-25 00:00:00+02:00 33.0 33.34000015258789 31.90999984741211 31.90999984741211 31.90999984741211 241894 0.0 0.0 False
637 2024-06-26 00:00:00+02:00 31.899999618530273 32.349998474121094 31.649999618530273 31.8700008392334 31.8700008392334 267568 0.0 0.0 False
638 2024-06-27 00:00:00+02:00 32.29999923706055 33.0 32.20000076293945 32.900001525878906 32.900001525878906 182682 0.0 0.0 False
639 2024-06-28 00:00:00+02:00 32.95000076293945 33.060001373291016 32.31999969482422 32.869998931884766 32.869998931884766 277611 0.0 0.0 False
640 2024-07-01 00:00:00+02:00 33.29999923706055 33.4900016784668 32.72999954223633 33.4900016784668 33.4900016784668 206747 0.0 0.0 False
641 2024-07-02 00:00:00+02:00 33.5 34.0 33.13999938964844 34.0 34.0 231379 0.0 0.0 False
642 2024-07-03 00:00:00+02:00 33.95000076293945 34.13999938964844 33.47999954223633 34.13999938964844 34.13999938964844 262502 0.0 0.0 False
643 2024-07-04 00:00:00+02:00 34.0 34.20000076293945 33.540000915527344 34.060001373291016 34.060001373291016 130465 0.0 0.0 False
644 2024-07-05 00:00:00+02:00 34.060001373291016 34.279998779296875 33.5099983215332 33.5099983215332 33.5099983215332 212429 0.0 0.0 False
645 2024-07-08 00:00:00+02:00 33.400001525878906 33.95000076293945 32.81999969482422 33.95000076293945 33.95000076293945 194477 0.0 0.0 False
646 2024-07-09 00:00:00+02:00 33.790000915527344 34.060001373291016 32.290000915527344 32.5099983215332 32.5099983215332 364262 0.0 0.0 False
647 2024-07-10 00:00:00+02:00 32.29999923706055 32.38999938964844 31.75 32.040000915527344 32.040000915527344 207620 0.0 0.0 False
648 2024-07-11 00:00:00+02:00 32.11000061035156 32.599998474121094 32.06999969482422 32.349998474121094 32.349998474121094 159663 0.0 0.0 False
649 2024-07-12 00:00:00+02:00 32.29999923706055 32.93000030517578 32.29999923706055 32.59000015258789 32.59000015258789 116583 0.0 0.0 False
650 2024-07-15 00:00:00+02:00 32.459999084472656 32.689998626708984 31.899999618530273 32.279998779296875 32.279998779296875 123588 0.0 0.0 False
651 2024-07-16 00:00:00+02:00 32.20000076293945 32.65999984741211 31.940000534057617 32.45000076293945 32.45000076293945 88377 0.0 0.0 False
652 2024-07-17 00:00:00+02:00 32.72999954223633 33.939998626708984 32.040000915527344 33.939998626708984 33.939998626708984 222062 0.0 0.0 False
653 2024-07-18 00:00:00+02:00 34.0 34.93000030517578 33.79999923706055 34.63999938964844 34.63999938964844 400707 0.0 0.0 False
654 2024-07-19 00:00:00+02:00 34.290000915527344 34.36000061035156 33.529998779296875 34.0099983215332 34.0099983215332 188494 0.0 0.0 False
655 2024-07-22 00:00:00+02:00 34.349998474121094 34.5 33.66999816894531 34.13999938964844 34.13999938964844 144759 0.0 0.0 False
656 2024-07-23 00:00:00+02:00 33.95000076293945 34.02000045776367 33.5 33.83000183105469 33.83000183105469 99602 0.0 0.0 False
657 2024-07-24 00:00:00+02:00 33.54999923706055 33.97999954223633 33.459999084472656 33.5099983215332 33.5099983215332 118200 0.0 0.0 False
658 2024-07-25 00:00:00+02:00 33.400001525878906 33.75 32.43000030517578 33.41999816894531 33.41999816894531 143724 0.0 0.0 False
659 2024-07-26 00:00:00+02:00 33.09000015258789 33.439998626708984 32.650001525878906 33.2599983215332 33.2599983215332 150065 0.0 0.0 False
660 2024-07-29 00:00:00+02:00 33.25 33.560001373291016 33.06999969482422 33.18000030517578 33.18000030517578 101941 0.0 0.0 False
661 2024-07-30 00:00:00+02:00 33.0 33.619998931884766 32.86000061035156 33.18000030517578 33.18000030517578 142743 0.0 0.0 False
662 2024-07-31 00:00:00+02:00 33.849998474121094 34.0 32.20000076293945 32.52000045776367 32.52000045776367 561976 0.0 0.0 False
663 2024-08-01 00:00:00+02:00 32.13999938964844 32.599998474121094 31.190000534057617 31.469999313354492 31.469999313354492 275048 0.0 0.0 False
664 2024-08-02 00:00:00+02:00 31.229999542236328 31.760000228881836 30.860000610351562 30.860000610351562 30.860000610351562 265760 0.0 0.0 False
665 2024-08-05 00:00:00+02:00 30.100000381469727 30.479999542236328 29.469999313354492 29.940000534057617 29.940000534057617 473460 0.0 0.0 False
666 2024-08-06 00:00:00+02:00 30.5 31.010000228881836 30.040000915527344 30.190000534057617 30.190000534057617 264982 0.0 0.0 False
667 2024-08-07 00:00:00+02:00 30.510000228881836 31.229999542236328 30.3799991607666 30.889999389648438 30.889999389648438 178311 0.0 0.0 False
668 2024-08-08 00:00:00+02:00 30.799999237060547 30.959999084472656 30.40999984741211 30.799999237060547 30.799999237060547 172146 0.0 0.0 False
669 2024-08-09 00:00:00+02:00 30.90999984741211 31.520000457763672 30.90999984741211 31.15999984741211 31.15999984741211 179785 0.0 0.0 False
670 2024-08-12 00:00:00+02:00 31.299999237060547 31.690000534057617 30.59000015258789 30.59000015258789 30.59000015258789 132932 0.0 0.0 False
671 2024-08-13 00:00:00+02:00 30.690000534057617 31.040000915527344 30.360000610351562 30.600000381469727 30.600000381469727 103593 0.0 0.0 False
672 2024-08-14 00:00:00+02:00 30.649999618530273 30.68000030517578 30.059999465942383 30.479999542236328 30.479999542236328 209068 0.0 0.0 False
673 2024-08-15 00:00:00+02:00 30.549999237060547 31.09000015258789 30.450000762939453 30.920000076293945 30.920000076293945 125365 0.0 0.0 False
674 2024-08-16 00:00:00+02:00 30.940000534057617 31.1200008392334 30.729999542236328 30.8799991607666 30.8799991607666 141253 0.0 0.0 False
675 2024-08-19 00:00:00+02:00 31.030000686645508 31.299999237060547 30.670000076293945 31.030000686645508 31.030000686645508 180272 0.0 0.0 False
676 2024-08-20 00:00:00+02:00 31.170000076293945 31.170000076293945 30.469999313354492 30.530000686645508 30.530000686645508 152575 0.0 0.0 False
677 2024-08-21 00:00:00+02:00 30.530000686645508 31.020000457763672 30.530000686645508 30.969999313354492 30.969999313354492 128994 0.0 0.0 False
678 2024-08-22 00:00:00+02:00 30.979999542236328 31.1299991607666 30.780000686645508 31.059999465942383 31.059999465942383 15067 0.0 0.0 False

View File

@@ -1,678 +0,0 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-03 00:00:00+01:00,20.400468826293945,20.80828094482422,20.400468826293945,20.629241943359375,11.042257308959961,559352,0.0,0.0
2022-01-04 00:00:00+01:00,20.649133682250977,20.897798538208008,20.5098819732666,20.848066329956055,11.15938663482666,930594,0.0,0.0
2022-01-05 00:00:00+01:00,20.897798538208008,21.126571655273438,20.838119506835938,21.126571655273438,11.308463096618652,572100,0.0,0.0
2022-01-06 00:00:00+01:00,20.887853622436523,21.126571655273438,20.599401473999023,20.967424392700195,11.223275184631348,532086,0.0,0.0
2022-01-07 00:00:00+01:00,21.007211685180664,21.186250686645508,20.867958068847656,21.126571655273438,11.308463096618652,698666,0.0,0.0
2022-01-10 00:00:00+01:00,21.186250686645508,21.245929718017578,20.997264862060547,21.05694580078125,11.271193504333496,972438,0.0,0.0
2022-01-11 00:00:00+01:00,21.226036071777344,21.514488220214844,21.226036071777344,21.37523651123047,11.441567420959473,894602,0.0,0.0
2022-01-12 00:00:00+01:00,21.564220428466797,21.604007720947266,21.0469970703125,21.216089248657227,11.356378555297852,838352,0.0,0.0
2022-01-13 00:00:00+01:00,20.897798538208008,21.14646339416504,20.897798538208008,21.14646339416504,12.180269241333008,514241,1.5,0.0
2022-01-14 00:00:00+01:00,20.897798538208008,21.066890716552734,20.80828094482422,21.0271053314209,12.111518859863281,708327,0.0,0.0
2022-01-17 00:00:00+01:00,21.106678009033203,21.633846282958984,21.0469970703125,21.554275512695312,12.415165901184082,947841,0.0,0.0
2022-01-18 00:00:00+01:00,21.454809188842773,21.484647750854492,21.156410217285156,21.405075073242188,12.329227447509766,966355,0.0,0.0
2022-01-19 00:00:00+01:00,21.37523651123047,21.822832107543945,21.295663833618164,21.78304672241211,12.546936988830566,1597827,0.0,0.0
2022-01-20 00:00:00+01:00,21.802940368652344,22.111284255981445,21.544328689575195,21.981977462768555,12.661520004272461,1563328,0.0,0.0
2022-01-21 00:00:00+01:00,21.74325942993164,21.94219207763672,21.415021896362305,21.65374183654785,12.47245979309082,1539782,0.0,0.0
2022-01-24 00:00:00+01:00,21.484647750854492,21.58411407470703,20.887853622436523,20.997264862060547,12.094330787658691,1334240,0.0,0.0
2022-01-25 00:00:00+01:00,21.156410217285156,21.186250686645508,20.877906799316406,20.917692184448242,12.04849910736084,1198631,0.0,0.0
2022-01-26 00:00:00+01:00,20.997264862060547,21.72336769104004,20.997264862060547,21.415021896362305,12.33495807647705,913216,0.0,0.0
2022-01-27 00:00:00+01:00,21.11662483215332,21.862619400024414,21.0469970703125,21.6437931060791,12.466729164123535,765306,0.0,0.0
2022-01-28 00:00:00+01:00,21.554275512695312,21.65374183654785,21.126571655273438,21.484647750854492,12.37506103515625,1109097,0.0,0.0
2022-01-31 00:00:00+01:00,21.6239013671875,21.65374183654785,21.066890716552734,21.186250686645508,12.203185081481934,999557,0.0,0.0
2022-02-01 00:00:00+01:00,21.27577018737793,21.405075073242188,21.05694580078125,21.11662483215332,12.163081169128418,732572,0.0,0.0
2022-02-02 00:00:00+01:00,21.52443504333496,22.021764755249023,21.454809188842773,21.753206253051758,12.529748916625977,1195479,0.0,0.0
2022-02-03 00:00:00+01:00,21.773099899291992,21.892459869384766,21.6239013671875,21.773099899291992,12.541210174560547,906159,0.0,0.0
2022-02-04 00:00:00+01:00,21.87256622314453,21.87256622314453,21.345396041870117,21.424968719482422,12.34068489074707,763864,0.0,0.0
2022-02-07 00:00:00+01:00,21.574167251586914,21.574167251586914,21.265823364257812,21.415021896362305,12.33495807647705,382854,0.0,0.0
2022-02-08 00:00:00+01:00,21.36528968811035,21.78304672241211,21.36528968811035,21.713420867919922,12.506834030151367,1006721,0.0,0.0
2022-02-09 00:00:00+01:00,21.812885284423828,21.991924285888672,21.733312606811523,21.981977462768555,12.661520004272461,893571,0.0,0.0
2022-02-10 00:00:00+01:00,22.021764755249023,22.210750579833984,21.962085723876953,22.041658401489258,12.69589614868164,851844,0.0,0.0
2022-02-11 00:00:00+01:00,21.882511138916016,22.06155014038086,21.713420867919922,21.882511138916016,12.604229927062988,893486,0.0,0.0
2022-02-14 00:00:00+01:00,21.514488220214844,21.514488220214844,20.818225860595703,21.14646339416504,12.180269241333008,1234728,0.0,0.0
2022-02-15 00:00:00+01:00,21.007211685180664,21.713420867919922,20.967424392700195,21.673633575439453,12.483916282653809,687285,0.0,0.0
2022-02-16 00:00:00+01:00,21.713420867919922,22.06155014038086,21.713420867919922,22.06155014038086,12.707352638244629,798177,0.0,0.0
2022-02-17 00:00:00+01:00,22.021764755249023,22.081443786621094,21.763153076171875,21.832778930664062,12.575582504272461,684218,0.0,0.0
2022-02-18 00:00:00+01:00,21.832778930664062,21.892459869384766,21.385181427001953,21.544328689575195,12.40943717956543,737030,0.0,0.0
2022-02-21 00:00:00+01:00,21.673633575439453,21.68358039855957,20.92763900756836,21.126571655273438,12.168810844421387,677844,0.0,0.0
2022-02-22 00:00:00+01:00,20.529775619506836,21.196197509765625,20.32089614868164,20.95747947692871,12.071414947509766,1273455,0.0,0.0
2022-02-23 00:00:00+01:00,21.415021896362305,21.862619400024414,20.987319946289062,21.216089248657227,12.220373153686523,1732461,0.0,0.0
2022-02-24 00:00:00+01:00,20.48004150390625,20.877906799316406,19.51124382019043,19.70221710205078,11.348388671875,2560976,0.0,0.0
2022-02-25 00:00:00+01:00,19.903139114379883,20.291057586669922,19.475435256958008,20.201536178588867,11.635993957519531,1423396,0.0,0.0
2022-02-28 00:00:00+01:00,19.773834228515625,19.903139114379883,19.308332443237305,19.837491989135742,11.42630672454834,1569727,0.0,0.0
2022-03-01 00:00:00+01:00,19.77781105041504,19.95287322998047,18.73938751220703,18.73938751220703,10.793804168701172,1308216,0.0,0.0
2022-03-02 00:00:00+01:00,18.536476135253906,19.12929344177246,18.17840003967285,18.966169357299805,10.924428939819336,1739856,0.0,0.0
2022-03-03 00:00:00+01:00,19.001977920532227,19.077571868896484,18.297758102416992,18.361417770385742,10.576094627380371,834767,0.0,0.0
2022-03-04 00:00:00+01:00,18.13463592529297,18.14259147644043,16.893299102783203,17.05642318725586,9.824423789978027,2249030,0.0,0.0
2022-03-07 00:00:00+01:00,16.384033203125,17.10814666748047,15.516690254211426,16.380054473876953,9.434837341308594,2250820,0.0,0.0
2022-03-08 00:00:00+01:00,16.21295166015625,16.941043853759766,16.16520881652832,16.805768966674805,9.680047035217285,1388112,0.0,0.0
2022-03-09 00:00:00+01:00,17.207611083984375,18.22614288330078,17.17976188659668,18.22614288330078,10.498175621032715,1580329,0.0,0.0
2022-03-10 00:00:00+01:00,18.38926887512207,18.429054260253906,17.44632911682129,17.696983337402344,10.19338321685791,1037018,0.0,0.0
2022-03-11 00:00:00+01:00,17.88397979736328,18.369373321533203,17.585582733154297,17.943660736083984,10.335468292236328,985960,0.0,0.0
2022-03-14 00:00:00+01:00,18.285823822021484,18.747344970703125,18.250015258789062,18.52056312561035,10.667760848999023,963701,0.0,0.0
2022-03-15 00:00:00+01:00,19.79372787475586,19.893192291259766,17.99538230895996,18.15452766418457,10.456925392150879,2685295,0.0,0.0
2022-03-16 00:00:00+01:00,18.78713035583496,18.9741268157959,18.369373321533203,18.76723861694336,10.809844970703125,1321768,0.0,0.0
2022-03-17 00:00:00+01:00,18.89853286743164,18.966169357299805,18.433032989501953,18.854768753051758,10.860261917114258,1124314,0.0,0.0
2022-03-18 00:00:00+01:00,18.894554138183594,18.98606300354004,18.47281837463379,18.7990665435791,10.828178405761719,1809744,0.0,0.0
2022-03-21 00:00:00+01:00,18.7990665435791,19.15714454650879,18.763259887695312,18.91046905517578,10.892345428466797,703039,0.0,0.0
2022-03-22 00:00:00+01:00,18.966169357299805,19.184995651245117,18.85079002380371,19.05767822265625,10.977137565612793,715772,0.0,0.0
2022-03-23 00:00:00+01:00,19.121337890625,19.15714454650879,18.671751022338867,18.671751022338867,10.75484561920166,1351532,0.0,0.0
2022-03-24 00:00:00+01:00,18.659814834594727,18.731430053710938,18.234100341796875,18.30173683166504,10.541718482971191,1286093,0.0,0.0
2022-03-25 00:00:00+01:00,18.405181884765625,18.47281837463379,18.170442581176758,18.285823822021484,10.532552719116211,726494,0.0,0.0
2022-03-28 00:00:00+02:00,18.393245697021484,18.759281158447266,18.329587936401367,18.433032989501953,10.61734390258789,837768,0.0,0.0
2022-03-29 00:00:00+02:00,18.72745132446289,19.256610870361328,18.687665939331055,19.16908073425293,11.041305541992188,917861,0.0,0.0
2022-03-30 00:00:00+02:00,19.15714454650879,19.15714454650879,18.46088218688965,18.50862693786621,10.66088581085205,823527,0.0,0.0
2022-03-31 00:00:00+02:00,18.50862693786621,18.822938919067383,17.768600463867188,17.796449661254883,10.250675201416016,1780930,0.0,0.0
2022-04-01 00:00:00+02:00,17.895915985107422,18.102806091308594,17.880001068115234,17.880001068115234,10.298800468444824,751206,0.0,0.0
2022-04-04 00:00:00+02:00,17.92376708984375,17.991403579711914,17.517946243286133,17.79247283935547,10.248384475708008,836607,0.0,0.0
2022-04-05 00:00:00+02:00,17.77655792236328,17.975488662719727,17.382671356201172,17.617412567138672,10.147551536560059,842142,0.0,0.0
2022-04-06 00:00:00+02:00,17.577625274658203,17.625368118286133,16.87340545654297,17.016637802124023,9.801506996154785,1380130,0.0,0.0
2022-04-07 00:00:00+02:00,17.10814666748047,17.382671356201172,16.865449905395508,16.89727783203125,9.732755661010742,857449,0.0,0.0
2022-04-08 00:00:00+02:00,17.191696166992188,17.382671356201172,16.99674415588379,17.191696166992188,9.902338981628418,913588,0.0,0.0
2022-04-11 00:00:00+02:00,17.219547271728516,17.549774169921875,17.036529541015625,17.203632354736328,9.909214973449707,1067867,0.0,0.0
2022-04-12 00:00:00+02:00,17.00868034362793,17.565689086914062,16.833620071411133,17.565689086914062,10.117758750915527,1285128,0.0,0.0
2022-04-13 00:00:00+02:00,17.438373565673828,17.525903701782227,17.267290115356445,17.506010055541992,10.083383560180664,697328,0.0,0.0
2022-04-14 00:00:00+02:00,17.58160400390625,17.657197952270508,17.406543731689453,17.513967514038086,10.087967872619629,587256,0.0,0.0
2022-04-19 00:00:00+02:00,17.54181671142578,17.69300651550293,17.418479919433594,17.517946243286133,10.09025764465332,962344,0.0,0.0
2022-04-20 00:00:00+02:00,17.633325576782227,17.967531204223633,17.609453201293945,17.768600463867188,10.234634399414062,675733,0.0,0.0
2022-04-21 00:00:00+02:00,17.860109329223633,18.38926887512207,17.860109329223633,18.28980255126953,10.534844398498535,946132,0.0,0.0
2022-04-22 00:00:00+02:00,18.063018798828125,18.25399398803711,17.87204360961914,18.031190872192383,10.385885238647461,876938,0.0,0.0
2022-04-25 00:00:00+02:00,17.71687889099121,17.891937255859375,17.549774169921875,17.629348754882812,10.154426574707031,857539,0.0,0.0
2022-04-26 00:00:00+02:00,17.868066787719727,17.868066787719727,17.342885971069336,17.342885971069336,9.989424705505371,920938,0.0,0.0
2022-04-27 00:00:00+02:00,17.42245864868164,17.513967514038086,16.865449905395508,17.430416107177734,10.039841651916504,995898,0.0,0.0
2022-04-28 00:00:00+02:00,17.633325576782227,17.99538230895996,17.601497650146484,17.736770629882812,10.216300010681152,1172803,0.0,0.0
2022-04-29 00:00:00+02:00,17.848173141479492,18.10678482055664,17.804407119750977,18.015274047851562,10.376717567443848,988594,0.0,0.0
2022-05-02 00:00:00+02:00,17.88397979736328,18.05506134033203,16.90921401977539,17.74074935913086,10.218591690063477,1031151,0.0,0.0
2022-05-03 00:00:00+02:00,17.848173141479492,17.93570327758789,17.506010055541992,17.808385848999023,10.257550239562988,1121197,0.0,0.0
2022-05-04 00:00:00+02:00,18.747344970703125,19.10542106628418,18.532499313354492,18.846811294555664,10.85567855834961,2131889,0.0,0.0
2022-05-05 00:00:00+02:00,19.18101692199707,19.37994956970215,18.138612747192383,18.17840003967285,10.47067642211914,1420586,0.0,0.0
2022-05-06 00:00:00+02:00,18.110763549804688,18.560348510742188,17.97150993347168,18.369373321533203,10.580676078796387,967240,0.0,0.0
2022-05-09 00:00:00+02:00,18.190336227416992,18.305715560913086,17.844194412231445,17.951616287231445,10.34005069732666,1063615,0.0,0.0
2022-05-10 00:00:00+02:00,18.063018798828125,18.85079002380371,18.04710578918457,18.341524124145508,10.564635276794434,1106715,0.0,0.0
2022-05-11 00:00:00+02:00,18.46088218688965,18.659814834594727,18.27786636352539,18.47281837463379,10.640260696411133,916544,0.0,0.0
2022-05-12 00:00:00+02:00,18.04312515258789,18.261951446533203,17.784513473510742,18.222164154052734,10.495884895324707,899448,0.0,0.0
2022-05-13 00:00:00+02:00,18.405181884765625,18.55636978149414,18.194313049316406,18.38528823852539,10.58984375,614260,0.0,0.0
2022-05-16 00:00:00+02:00,18.381309509277344,18.612070083618164,18.24205780029297,18.417118072509766,10.608176231384277,734648,0.0,0.0
2022-05-17 00:00:00+02:00,18.21420669555664,18.747344970703125,18.21420669555664,18.512605667114258,12.22278881072998,625555,2.35,0.0
2022-05-18 00:00:00+02:00,18.54443359375,18.592178344726562,18.357437133789062,18.357437133789062,12.120339393615723,676447,0.0,0.0
2022-05-19 00:00:00+02:00,17.677091598510742,17.903873443603516,17.474180221557617,17.513967514038086,11.563447952270508,1239650,0.0,0.0
2022-05-20 00:00:00+02:00,17.856130599975586,18.063018798828125,17.60547637939453,17.60547637939453,11.62386417388916,792884,0.0,0.0
2022-05-23 00:00:00+02:00,17.85215187072754,17.987424850463867,17.633325576782227,17.987424850463867,11.876043319702148,661658,0.0,0.0
2022-05-24 00:00:00+02:00,17.79247283935547,17.83623695373535,17.414501190185547,17.418479919433594,11.500402450561523,729103,0.0,0.0
2022-05-25 00:00:00+02:00,17.617412567138672,17.89989471435547,17.394607543945312,17.8402156829834,11.778849601745605,645185,0.0,0.0
2022-05-26 00:00:00+02:00,17.79247283935547,18.05506134033203,17.720855712890625,18.03516960144043,11.907565116882324,523872,0.0,0.0
2022-05-27 00:00:00+02:00,18.031190872192383,18.198293685913086,17.94763946533203,18.198293685913086,12.015267372131348,578243,0.0,0.0
2022-05-30 00:00:00+02:00,18.27786636352539,18.433032989501953,18.10678482055664,18.218185424804688,12.028400421142578,568621,0.0,0.0
2022-05-31 00:00:00+02:00,18.1823787689209,18.218185424804688,17.97150993347168,18.122699737548828,11.965356826782227,1795488,0.0,0.0
2022-06-01 00:00:00+02:00,18.293779373168945,18.44496726989746,18.17840003967285,18.28980255126953,12.075685501098633,494450,0.0,0.0
2022-06-02 00:00:00+02:00,18.3494815826416,18.532499313354492,18.3494815826416,18.4569034576416,12.186014175415039,412331,0.0,0.0
2022-06-03 00:00:00+02:00,18.592178344726562,18.639921188354492,18.433032989501953,18.564327239990234,12.256937980651855,487960,0.0,0.0
2022-06-06 00:00:00+02:00,18.72745132446289,18.830896377563477,18.56830596923828,18.592178344726562,12.275324821472168,605186,0.0,0.0
2022-06-07 00:00:00+02:00,18.500669479370117,18.540456771850586,18.32560920715332,18.468839645385742,12.193893432617188,606368,0.0,0.0
2022-06-08 00:00:00+02:00,18.512605667114258,18.616050720214844,18.44496726989746,18.564327239990234,12.256937980651855,631100,0.0,0.0
2022-06-09 00:00:00+02:00,18.452926635742188,18.82691764831543,18.401203155517578,18.41313934326172,12.157118797302246,1105870,0.0,0.0
2022-06-10 00:00:00+02:00,18.273887634277344,18.31367301940918,17.685047149658203,17.685047149658203,11.676401138305664,933108,0.0,0.0
2022-06-13 00:00:00+02:00,17.506010055541992,17.768600463867188,17.223526000976562,17.521923065185547,11.56869888305664,1102884,0.0,0.0
2022-06-14 00:00:00+02:00,17.71289825439453,17.756664276123047,17.255355834960938,17.255355834960938,11.3927001953125,815872,0.0,0.0
2022-06-15 00:00:00+02:00,17.486116409301758,18.015274047851562,17.42245864868164,17.621389389038086,11.634371757507324,987976,0.0,0.0
2022-06-16 00:00:00+02:00,17.533859252929688,17.577625274658203,16.328332901000977,16.328332901000977,10.780641555786133,1421657,0.0,0.0
2022-06-17 00:00:00+02:00,16.391990661621094,16.694366455078125,16.06574249267578,16.248760223388672,10.728103637695312,3094063,0.0,0.0
2022-06-20 00:00:00+02:00,16.40790557861328,16.427799224853516,16.12542152404785,16.356182098388672,10.799029350280762,496948,0.0,0.0
2022-06-21 00:00:00+02:00,16.491456985473633,16.821683883666992,16.427799224853516,16.48349952697754,10.883089065551758,563534,0.0,0.0
2022-06-22 00:00:00+02:00,16.208974838256836,16.208974838256836,15.759387016296387,15.819067001342773,10.444403648376465,1050007,0.0,0.0
2022-06-23 00:00:00+02:00,15.735515594482422,15.799174308776855,15.285928726196289,15.30980110168457,10.10816478729248,1064414,0.0,0.0
2022-06-24 00:00:00+02:00,15.413246154785156,15.898639678955078,15.234207153320312,15.86681079864502,10.47592544555664,1215616,0.0,0.0
2022-06-27 00:00:00+02:00,16.01799964904785,16.328332901000977,15.958318710327148,16.117464065551758,10.641417503356934,1182615,0.0,0.0
2022-06-28 00:00:00+02:00,16.248760223388672,16.519306182861328,16.045848846435547,16.181123733520508,10.68344783782959,1274280,0.0,0.0
2022-06-29 00:00:00+02:00,16.014020919799805,16.06574249267578,15.468947410583496,15.528626441955566,10.252642631530762,1058236,0.0,0.0
2022-06-30 00:00:00+02:00,15.234207153320312,15.381417274475098,14.800535202026367,15.381417274475098,10.155448913574219,1934410,0.0,0.0
2022-07-01 00:00:00+02:00,15.277972221374512,15.679815292358398,15.230228424072266,15.377437591552734,10.15282154083252,909034,0.0,0.0
2022-07-04 00:00:00+02:00,15.564434051513672,15.791215896606445,15.488840103149414,15.687771797180176,10.35771656036377,798569,0.0,0.0
2022-07-05 00:00:00+02:00,15.763365745544434,15.91455364227295,14.884086608886719,14.884086608886719,9.827091217041016,1966763,0.0,0.0
2022-07-06 00:00:00+02:00,15.079039573669434,15.202378273010254,14.907958984375,15.110869407653809,9.976821899414062,938909,0.0,0.0
2022-07-07 00:00:00+02:00,15.301843643188477,15.898639678955078,15.23818588256836,15.807130813598633,10.4365234375,1170179,0.0,0.0
2022-07-08 00:00:00+02:00,15.69572925567627,16.39596939086914,15.532605171203613,16.049827575683594,10.596760749816895,1372047,0.0,0.0
2022-07-11 00:00:00+02:00,15.608199119567871,15.69572925567627,15.285928726196289,15.488840103149414,10.226374626159668,877119,0.0,0.0
2022-07-12 00:00:00+02:00,15.381417274475098,15.556476593017578,14.983552932739258,15.520668983459473,10.247389793395996,1161955,0.0,0.0
2022-07-13 00:00:00+02:00,15.425182342529297,15.647985458374023,15.234207153320312,15.357544898986816,10.139687538146973,1081802,0.0,0.0
2022-07-14 00:00:00+02:00,15.333672523498535,15.357544898986816,14.728919982910156,14.888065338134766,9.829717636108398,896311,0.0,0.0
2022-07-15 00:00:00+02:00,14.959680557250977,15.548519134521484,14.923872947692871,15.433138847351074,10.189598083496094,1160019,0.0,0.0
2022-07-18 00:00:00+02:00,15.970254898071289,16.316396713256836,15.894660949707031,16.133378982543945,10.651925086975098,1770123,0.0,0.0
2022-07-19 00:00:00+02:00,16.010042190551758,16.698345184326172,15.755409240722656,16.48349952697754,10.883089065551758,1574206,0.0,0.0
2022-07-20 00:00:00+02:00,16.551136016845703,16.67845344543457,16.145315170288086,16.439735412597656,10.854194641113281,876721,0.0,0.0
2022-07-21 00:00:00+02:00,16.30048179626465,16.646623611450195,16.16520881652832,16.364139556884766,10.804283142089844,1014598,0.0,0.0
2022-07-22 00:00:00+02:00,16.244781494140625,16.463605880737305,15.98219108581543,16.037891387939453,10.58888053894043,1100753,0.0,0.0
2022-07-25 00:00:00+02:00,16.014020919799805,16.39596939086914,15.874768257141113,16.11348533630371,10.638792037963867,826151,0.0,0.0
2022-07-26 00:00:00+02:00,16.11348533630371,16.133378982543945,15.600241661071777,15.715621948242188,10.376104354858398,1071673,0.0,0.0
2022-07-27 00:00:00+02:00,15.894660949707031,15.970254898071289,15.703685760498047,15.950362205505371,10.531089782714844,1076946,0.0,0.0
2022-07-28 00:00:00+02:00,16.368118286132812,16.686410903930664,16.232845306396484,16.551136016845703,10.927746772766113,1713701,0.0,0.0
2022-07-29 00:00:00+02:00,16.634687423706055,17.084274291992188,16.551136016845703,17.00868034362793,11.229835510253906,1096515,0.0,0.0
2022-08-01 00:00:00+02:00,17.088253021240234,17.303098678588867,16.83759880065918,16.861469268798828,11.132640838623047,698449,0.0,0.0
2022-08-02 00:00:00+02:00,16.833620071411133,16.992765426635742,16.674474716186523,16.937063217163086,11.182551383972168,683927,0.0,0.0
2022-08-03 00:00:00+02:00,16.92115020751953,17.175783157348633,16.83759880065918,17.12008285522461,11.303388595581055,520776,0.0,0.0
2022-08-04 00:00:00+02:00,17.132017135620117,17.334928512573242,17.004701614379883,17.064380645751953,11.266611099243164,770841,0.0,0.0
2022-08-05 00:00:00+02:00,17.100189208984375,17.283206939697266,16.821683883666992,17.104167938232422,11.292879104614258,676884,0.0,0.0
2022-08-08 00:00:00+02:00,17.283206939697266,17.47020149230957,17.076316833496094,17.319013595581055,11.434730529785156,640299,0.0,0.0
2022-08-09 00:00:00+02:00,17.247398376464844,17.342885971069336,16.9808292388916,17.112125396728516,11.298133850097656,513653,0.0,0.0
2022-08-10 00:00:00+02:00,17.084274291992188,17.43439483642578,16.90921401977539,17.394607543945312,11.484641075134277,565334,0.0,0.0
2022-08-11 00:00:00+02:00,17.45826530456543,17.474180221557617,17.15191078186035,17.267290115356445,11.400579452514648,740132,0.0,0.0
2022-08-12 00:00:00+02:00,17.23944091796875,17.486116409301758,17.231483459472656,17.342885971069336,11.450491905212402,966868,0.0,0.0
2022-08-15 00:00:00+02:00,17.346864700317383,17.474180221557617,17.064380645751953,17.243419647216797,11.384819984436035,404314,0.0,0.0
2022-08-16 00:00:00+02:00,17.342885971069336,17.426437377929688,17.175783157348633,17.36277961730957,11.463626861572266,615567,0.0,0.0
2022-08-17 00:00:00+02:00,17.44632911682129,17.525903701782227,16.742111206054688,16.76598358154297,11.069597244262695,1020374,0.0,0.0
2022-08-18 00:00:00+02:00,16.821683883666992,17.25137710571289,16.769962310791016,16.853513717651367,11.127388000488281,738694,0.0,0.0
2022-08-19 00:00:00+02:00,16.69038963317871,16.901256561279297,16.606836318969727,16.606836318969727,10.964520454406738,628184,0.0,0.0
2022-08-22 00:00:00+02:00,16.479520797729492,16.527265548706055,15.92251205444336,15.978212356567383,10.549478530883789,866276,0.0,0.0
2022-08-23 00:00:00+02:00,15.942404747009277,16.292524337768555,15.918533325195312,16.292524337768555,10.756999015808105,860233,0.0,0.0
2022-08-24 00:00:00+02:00,16.268653869628906,16.308439254760742,15.950362205505371,16.240802764892578,10.722850799560547,704240,0.0,0.0
2022-08-25 00:00:00+02:00,16.388011932373047,16.523286819458008,16.216930389404297,16.292524337768555,10.756999015808105,479490,0.0,0.0
2022-08-26 00:00:00+02:00,16.439735412597656,16.598880767822266,15.958318710327148,15.990147590637207,10.557358741760254,546820,0.0,0.0
2022-08-29 00:00:00+02:00,15.91455364227295,16.44769287109375,15.743473052978516,16.43177604675293,10.848939895629883,771344,0.0,0.0
2022-08-30 00:00:00+02:00,16.54317855834961,16.67845344543457,16.15327262878418,16.248760223388672,10.728103637695312,741509,0.0,0.0
2022-08-31 00:00:00+02:00,16.356182098388672,16.44371223449707,16.0418701171875,16.0418701171875,10.591507911682129,956161,0.0,0.0
2022-09-01 00:00:00+02:00,15.978212356567383,15.978212356567383,15.691749572753906,15.755409240722656,10.402374267578125,998562,0.0,0.0
2022-09-02 00:00:00+02:00,16.161230087280273,16.519306182861328,15.962298393249512,16.391990661621094,10.822671890258789,997552,0.0,0.0
2022-09-05 00:00:00+02:00,15.874768257141113,15.91455364227295,15.520668983459473,15.723580360412598,10.381359100341797,1129909,0.0,0.0
2022-09-06 00:00:00+02:00,15.763365745544434,16.09359359741211,15.683793067932129,15.86681079864502,10.47592544555664,638791,0.0,0.0
2022-09-07 00:00:00+02:00,15.616155624389648,16.264673233032227,15.58034896850586,16.21295166015625,10.704462051391602,819365,0.0,0.0
2022-09-08 00:00:00+02:00,16.292524337768555,16.364139556884766,15.954340934753418,16.14133644104004,10.65717887878418,690130,0.0,0.0
2022-09-09 00:00:00+02:00,16.19305992126465,16.575008392333984,16.19305992126465,16.427799224853516,10.8463134765625,623223,0.0,0.0
2022-09-12 00:00:00+02:00,16.614795684814453,17.076316833496094,16.571029663085938,16.98480796813965,11.21407413482666,880959,0.0,0.0
2022-09-13 00:00:00+02:00,17.02061653137207,17.549774169921875,16.698345184326172,16.722217559814453,11.040700912475586,1949078,0.0,0.0
2022-09-14 00:00:00+02:00,16.55511474609375,16.65458106994629,16.06574249267578,16.316396713256836,10.772761344909668,1147799,0.0,0.0
2022-09-15 00:00:00+02:00,16.316396713256836,16.50737190246582,16.01799964904785,16.12542152404785,10.646672248840332,704698,0.0,0.0
2022-09-16 00:00:00+02:00,15.92648983001709,16.05380630493164,15.647985458374023,15.954340934753418,10.533716201782227,1934284,0.0,0.0
2022-09-19 00:00:00+02:00,15.890682220458984,16.419841766357422,15.791215896606445,16.368118286132812,10.806909561157227,961766,0.0,0.0
2022-09-20 00:00:00+02:00,16.44769287109375,16.55511474609375,15.930468559265137,15.99412727355957,10.559985160827637,712846,0.0,0.0
2022-09-21 00:00:00+02:00,15.894660949707031,16.137357711791992,15.815088272094727,16.1294002532959,10.649298667907715,557165,0.0,0.0
2022-09-22 00:00:00+02:00,15.727558135986328,16.197038650512695,15.667879104614258,16.069721221923828,10.609896659851074,892616,0.0,0.0
2022-09-23 00:00:00+02:00,16.0418701171875,16.161230087280273,15.64002799987793,15.854874610900879,10.46804428100586,1425407,0.0,0.0
2022-09-26 00:00:00+02:00,15.675835609436035,16.037891387939453,15.604220390319824,15.604220390319824,10.302552223205566,823367,0.0,0.0
2022-09-27 00:00:00+02:00,15.6360502243042,15.886704444885254,15.492818832397461,15.687771797180176,10.35771656036377,1239006,0.0,0.0
2022-09-28 00:00:00+02:00,15.433138847351074,16.109508514404297,15.170549392700195,15.990147590637207,10.557358741760254,1753368,0.0,0.0
2022-09-29 00:00:00+02:00,15.986169815063477,15.986169815063477,15.40926742553711,15.516690254211426,10.24476146697998,1373640,0.0,0.0
2022-09-30 00:00:00+02:00,15.6360502243042,15.894660949707031,15.528626441955566,15.842939376831055,10.460165023803711,1225082,0.0,0.0
2022-10-03 00:00:00+02:00,15.671856880187988,16.419841766357422,15.628091812133789,16.34822654724121,10.793777465820312,968647,0.0,0.0
2022-10-04 00:00:00+02:00,16.618772506713867,17.267290115356445,16.618772506713867,17.267290115356445,11.400579452514648,1425231,0.0,0.0
2022-10-05 00:00:00+02:00,17.100189208984375,17.35084342956543,17.016637802124023,17.08029556274414,11.277119636535645,1216119,0.0,0.0
2022-10-06 00:00:00+02:00,17.203632354736328,17.32697105407715,16.88534164428711,16.976850509643555,11.208820343017578,825166,0.0,0.0
2022-10-07 00:00:00+02:00,16.976850509643555,17.12803840637207,16.65458106994629,16.730175018310547,11.045955657958984,839674,0.0,0.0
2022-10-10 00:00:00+02:00,16.610815048217773,17.56966781616211,16.586944580078125,17.402565002441406,11.48989486694336,1029281,0.0,0.0
2022-10-11 00:00:00+02:00,17.088253021240234,17.23944091796875,16.284568786621094,16.463605880737305,10.869955062866211,2020228,0.0,0.0
2022-10-12 00:00:00+02:00,16.499414443969727,16.929107666015625,16.320375442504883,16.789854049682617,11.085357666015625,1510536,0.0,0.0
2022-10-13 00:00:00+02:00,16.694366455078125,17.17976188659668,16.384033203125,17.17976188659668,11.342789649963379,1551570,0.0,0.0
2022-10-14 00:00:00+02:00,17.525903701782227,17.69300651550293,16.841577529907227,17.012659072875977,11.232462882995605,1388605,0.0,0.0
2022-10-17 00:00:00+02:00,17.012659072875977,17.49407386779785,16.913192749023438,17.287185668945312,11.413715362548828,857670,0.0,0.0
2022-10-18 00:00:00+02:00,17.43439483642578,17.951616287231445,17.39858627319336,17.617412567138672,11.631745338439941,1118895,0.0,0.0
2022-10-19 00:00:00+02:00,17.732791900634766,17.820322036743164,17.565689086914062,17.58160400390625,11.60810375213623,659672,0.0,0.0
2022-10-20 00:00:00+02:00,17.4980525970459,17.796449661254883,17.414501190185547,17.677091598510742,11.671147346496582,869126,0.0,0.0
2022-10-21 00:00:00+02:00,17.506010055541992,17.85215187072754,17.346864700317383,17.85215187072754,11.786730766296387,781749,0.0,0.0
2022-10-24 00:00:00+02:00,18.699600219726562,18.834875106811523,17.708919525146484,18.345502853393555,12.11246109008789,1695268,0.0,0.0
2022-10-25 00:00:00+02:00,18.440990447998047,18.627986907958984,17.931724548339844,18.202272415161133,12.017894744873047,1131150,0.0,0.0
2022-10-26 00:00:00+02:00,18.22614288330078,18.43701171875,17.975488662719727,18.329587936401367,12.101953506469727,1222905,0.0,0.0
2022-10-27 00:00:00+02:00,18.341524124145508,18.600135803222656,18.08291244506836,18.293779373168945,12.0783109664917,778065,0.0,0.0
2022-10-28 00:00:00+02:00,18.078933715820312,18.32560920715332,17.975488662719727,18.269908905029297,12.06255054473877,1099727,0.0,0.0
2022-10-31 00:00:00+01:00,18.369373321533203,18.532499313354492,18.14259147644043,18.150548934936523,11.983744621276855,1018936,0.0,0.0
2022-11-01 00:00:00+01:00,18.293779373168945,18.492712020874023,18.063018798828125,18.15452766418457,11.986370086669922,1016061,0.0,0.0
2022-11-02 00:00:00+01:00,18.186357498168945,18.194313049316406,17.88397979736328,18.063018798828125,11.92595386505127,1299861,0.0,0.0
2022-11-03 00:00:00+01:00,17.69300651550293,18.015274047851562,17.406543731689453,17.98344612121582,11.87341594696045,1179101,0.0,0.0
2022-11-04 00:00:00+01:00,18.202272415161133,18.894554138183594,18.15452766418457,18.791109085083008,12.406667709350586,1369272,0.0,0.0
2022-11-07 00:00:00+01:00,18.759281158447266,19.391883850097656,18.659814834594727,19.336183547973633,12.766550064086914,1259541,0.0,0.0
2022-11-08 00:00:00+01:00,19.332204818725586,19.566944122314453,19.188974380493164,19.41177749633789,12.816459655761719,886906,0.0,0.0
2022-11-09 00:00:00+01:00,19.415756225585938,19.415756225585938,18.954233169555664,19.208866119384766,12.682489395141602,1198007,0.0,0.0
2022-11-10 00:00:00+01:00,19.153165817260742,19.59479522705078,19.03778648376465,19.586837768554688,12.93204116821289,1410472,0.0,0.0
2022-11-11 00:00:00+01:00,19.59479522705078,19.857385635375977,19.562965393066406,19.78974723815918,13.066010475158691,1274687,0.0,0.0
2022-11-14 00:00:00+01:00,19.81361961364746,20.112018585205078,19.690282821655273,20.032445907592773,13.226251602172852,1295287,0.0,0.0
2022-11-15 00:00:00+01:00,20.01255226135254,20.191591262817383,19.61071014404297,19.805662155151367,13.076519966125488,1056914,0.0,0.0
2022-11-16 00:00:00+01:00,19.75394058227539,19.785770416259766,19.276504516601562,19.44758415222168,12.84010124206543,1015000,0.0,0.0
2022-11-17 00:00:00+01:00,19.4833927154541,19.65447425842285,19.09746551513672,19.296396255493164,12.740279197692871,644501,0.0,0.0
2022-11-18 00:00:00+01:00,19.42371368408203,19.666410446166992,19.332204818725586,19.666410446166992,12.984579086303711,829590,0.0,0.0
2022-11-21 00:00:00+01:00,19.598773956298828,19.606731414794922,19.02187156677246,19.101444244384766,12.611566543579102,918183,0.0,0.0
2022-11-22 00:00:00+01:00,19.137252807617188,19.49930763244629,19.073593139648438,19.395862579345703,12.805953025817871,915438,0.0,0.0
2022-11-23 00:00:00+01:00,19.475435256958008,19.51124382019043,19.149187088012695,19.264568328857422,12.719265937805176,867427,0.0,0.0
2022-11-24 00:00:00+01:00,19.31231117248535,19.551029205322266,19.31231117248535,19.539094924926758,12.900520324707031,658838,0.0,0.0
2022-11-25 00:00:00+01:00,19.535114288330078,19.574901580810547,19.371990203857422,19.419734954833984,12.8217134475708,444192,0.0,0.0
2022-11-28 00:00:00+01:00,19.296396255493164,19.356077194213867,19.085529327392578,19.16908073425293,12.656221389770508,743198,0.0,0.0
2022-11-29 00:00:00+01:00,18.830896377563477,18.978105545043945,18.572284698486328,18.72745132446289,12.364638328552246,1801344,0.0,0.0
2022-11-30 00:00:00+01:00,18.89853286743164,18.92638397216797,18.405181884765625,18.675729751586914,12.33049201965332,1555300,0.0,0.0
2022-12-01 00:00:00+01:00,18.87466049194336,18.958213806152344,18.56830596923828,18.73938751220703,12.372520446777344,1102744,0.0,0.0
2022-12-02 00:00:00+01:00,18.663793563842773,19.013914108276367,18.55636978149414,19.005956649780273,12.5485200881958,783142,0.0,0.0
2022-12-05 00:00:00+01:00,18.966169357299805,19.061656951904297,18.73938751220703,18.86272621154785,12.45395278930664,726414,0.0,0.0
2022-12-06 00:00:00+01:00,18.870683670043945,19.073593139648438,18.791109085083008,18.962190628051758,12.519624710083008,752418,0.0,0.0
2022-12-07 00:00:00+01:00,18.922405242919922,18.958213806152344,18.572284698486328,18.62002944946289,12.29371452331543,1312303,0.0,0.0
2022-12-08 00:00:00+01:00,18.48475456237793,18.759281158447266,18.421096801757812,18.516584396362305,12.22541618347168,1077991,0.0,0.0
2022-12-09 00:00:00+01:00,18.56830596923828,18.890575408935547,18.52056312561035,18.83885383605957,12.438192367553711,876148,0.0,0.0
2022-12-12 00:00:00+01:00,18.735408782958984,18.763259887695312,18.417118072509766,18.468839645385742,12.193893432617188,1151398,0.0,0.0
2022-12-13 00:00:00+01:00,18.604114532470703,19.065635681152344,18.552391052246094,18.942298889160156,12.506489753723145,1226494,0.0,0.0
2022-12-14 00:00:00+01:00,18.858747482299805,19.017892837524414,18.75530242919922,18.8865966796875,12.469714164733887,958418,0.0,0.0
2022-12-15 00:00:00+01:00,18.73938751220703,18.751323699951172,18.369373321533203,18.47281837463379,12.19651985168457,1115743,0.0,0.0
2022-12-16 00:00:00+01:00,18.4569034576416,18.627986907958984,18.329587936401367,18.564327239990234,12.256937980651855,1941860,0.0,0.0
2022-12-19 00:00:00+01:00,18.58422088623047,18.75530242919922,18.548412322998047,18.627986907958984,12.298968315124512,778150,0.0,0.0
2022-12-20 00:00:00+01:00,18.504648208618164,18.7990665435791,18.393245697021484,18.7990665435791,12.411921501159668,935164,0.0,0.0
2022-12-21 00:00:00+01:00,18.89853286743164,19.244674682617188,18.8865966796875,19.208866119384766,12.682489395141602,1124419,0.0,0.0
2022-12-22 00:00:00+01:00,19.272525787353516,19.38790512084961,18.783153533935547,18.82691764831543,12.43031120300293,1217165,0.0,0.0
2022-12-23 00:00:00+01:00,18.89853286743164,19.14520835876465,18.81498146057129,19.0338077545166,12.566908836364746,552525,0.0,0.0
2022-12-27 00:00:00+01:00,19.177038192749023,19.24069595336914,19.03778648376465,19.04972267150879,12.57741641998291,387951,0.0,0.0
2022-12-28 00:00:00+01:00,19.09746551513672,19.177038192749023,18.934341430664062,19.005956649780273,12.5485200881958,517744,0.0,0.0
2022-12-29 00:00:00+01:00,19.001977920532227,19.077571868896484,18.8865966796875,19.045743942260742,12.574790000915527,398794,0.0,0.0
2022-12-30 00:00:00+01:00,18.946277618408203,19.017892837524414,18.75530242919922,18.791109085083008,12.406667709350586,449339,0.0,0.0
2023-01-02 00:00:00+01:00,18.990041732788086,19.383926391601562,18.914447784423828,19.383926391601562,12.79807186126709,671340,0.0,0.0
2023-01-03 00:00:00+01:00,19.356077194213867,19.78179168701172,19.344141006469727,19.435649871826172,12.832220077514648,983215,0.0,0.0
2023-01-04 00:00:00+01:00,19.48737144470215,19.982711791992188,19.44758415222168,19.94292640686035,13.167146682739258,1333355,0.0,0.0
2023-01-05 00:00:00+01:00,19.932979583740234,20.121965408325195,19.845449447631836,20.002605438232422,13.206550598144531,1261924,0.0,0.0
2023-01-06 00:00:00+01:00,20.112018585205078,20.410415649414062,19.95287322998047,20.410415649414062,13.475802421569824,641716,0.0,0.0
2023-01-09 00:00:00+01:00,20.410415649414062,20.569562911987305,20.32089614868164,20.440256118774414,13.495504379272461,839910,0.0,0.0
2023-01-10 00:00:00+01:00,20.48004150390625,20.48004150390625,19.932979583740234,20.17169761657715,13.318191528320312,1099813,0.0,0.0
2023-01-11 00:00:00+01:00,20.241323471069336,20.838119506835938,20.10207176208496,20.599401473999023,13.600577354431152,1479852,0.0,0.0
2023-01-12 00:00:00+01:00,20.60934829711914,20.758546829223633,20.470096588134766,20.639188766479492,13.626848220825195,1067892,0.0,0.0
2023-01-13 00:00:00+01:00,20.559614181518555,21.01715850830078,20.430309295654297,20.788387298583984,13.725353240966797,1563851,0.0,0.0
2023-01-16 00:00:00+01:00,20.589454650878906,20.72870635986328,20.181644439697266,20.70881462097168,14.76673412322998,790612,1.54,0.0
2023-01-17 00:00:00+01:00,20.698867797851562,20.997264862060547,20.499935150146484,20.659080505371094,14.731269836425781,917298,0.0,0.0
2023-01-18 00:00:00+01:00,20.649133682250977,20.80828094482422,20.39052391052246,20.688920974731445,14.752549171447754,976454,0.0,0.0
2023-01-19 00:00:00+01:00,20.569562911987305,20.57950782775879,20.26121711730957,20.39052391052246,14.539772987365723,888012,0.0,0.0
2023-01-20 00:00:00+01:00,20.529775619506836,20.649133682250977,20.340789794921875,20.619295120239258,14.702899932861328,757103,0.0,0.0
2023-01-23 00:00:00+01:00,20.678974151611328,20.70881462097168,20.5098819732666,20.57950782775879,14.674530982971191,540245,0.0,0.0
2023-01-24 00:00:00+01:00,20.688920974731445,20.72870635986328,20.599401473999023,20.72870635986328,14.780917167663574,497230,0.0,0.0
2023-01-25 00:00:00+01:00,20.72870635986328,20.788387298583984,20.539722442626953,20.72870635986328,14.780917167663574,610198,0.0,0.0
2023-01-26 00:00:00+01:00,20.82817268371582,21.01715850830078,20.549667358398438,21.01715850830078,14.986603736877441,1177819,0.0,0.0
2023-01-27 00:00:00+01:00,21.0271053314209,21.315555572509766,20.937585830688477,21.196197509765625,15.114269256591797,1399061,0.0,0.0
2023-01-30 00:00:00+01:00,21.106678009033203,21.196197509765625,20.967424392700195,21.096731185913086,15.043343544006348,1048142,0.0,0.0
2023-01-31 00:00:00+01:00,21.156410217285156,21.255876541137695,21.007211685180664,21.216089248657227,15.12845516204834,1153987,0.0,0.0
2023-02-01 00:00:00+01:00,21.36528968811035,21.633846282958984,21.295663833618164,21.604007720947266,15.405065536499023,1127903,0.0,0.0
2023-02-02 00:00:00+01:00,21.604007720947266,21.922298431396484,21.514488220214844,21.792993545532227,15.539825439453125,1405008,0.0,0.0
2023-02-03 00:00:00+01:00,21.733312606811523,21.981977462768555,21.6437931060791,21.981977462768555,15.674581527709961,1224408,0.0,0.0
2023-02-06 00:00:00+01:00,21.713420867919922,21.862619400024414,21.514488220214844,21.6437931060791,15.433436393737793,1078283,0.0,0.0
2023-02-07 00:00:00+01:00,21.812885284423828,21.912351608276367,21.6437931060791,21.65374183654785,15.440529823303223,983431,0.0,0.0
2023-02-08 00:00:00+01:00,21.68358039855957,22.051603317260742,21.68358039855957,21.832778930664062,15.568194389343262,983919,0.0,0.0
2023-02-09 00:00:00+01:00,21.862619400024414,22.03171157836914,21.74325942993164,21.892459869384766,15.610751152038574,921355,0.0,0.0
2023-02-10 00:00:00+01:00,21.773099899291992,21.892459869384766,21.39512825012207,21.58411407470703,15.39087963104248,931770,0.0,0.0
2023-02-13 00:00:00+01:00,21.613954544067383,21.68358039855957,21.484647750854492,21.534381866455078,15.355417251586914,653816,0.0,0.0
2023-02-14 00:00:00+01:00,21.564220428466797,21.6437931060791,21.415021896362305,21.484647750854492,15.319953918457031,566610,0.0,0.0
2023-02-15 00:00:00+01:00,21.385181427001953,21.72336769104004,21.345396041870117,21.703474044799805,15.475992202758789,971141,0.0,0.0
2023-02-16 00:00:00+01:00,21.733312606811523,21.852672576904297,21.58411407470703,21.753206253051758,15.511453628540039,860626,0.0,0.0
2023-02-17 00:00:00+01:00,21.604007720947266,21.822832107543945,21.484647750854492,21.763153076171875,15.518547058105469,558814,0.0,0.0
2023-02-20 00:00:00+01:00,21.78304672241211,22.340055465698242,21.78304672241211,22.340055465698242,15.929915428161621,997833,0.0,0.0
2023-02-21 00:00:00+01:00,22.300268173217773,22.4693603515625,22.111284255981445,22.19085693359375,15.823528289794922,907456,0.0,0.0
2023-02-22 00:00:00+01:00,21.59406089782715,22.011817932128906,21.484647750854492,21.97203254699707,15.667490005493164,1114536,0.0,0.0
2023-02-23 00:00:00+01:00,22.06155014038086,22.06155014038086,21.05694580078125,21.126571655273438,15.064621925354004,2085708,0.0,0.0
2023-02-24 00:00:00+01:00,21.126571655273438,21.763153076171875,20.967424392700195,21.07683753967285,15.029157638549805,1493284,0.0,0.0
2023-02-27 00:00:00+01:00,21.285715103149414,21.604007720947266,21.206144332885742,21.454809188842773,15.298677444458008,744495,0.0,0.0
2023-02-28 00:00:00+01:00,21.325502395629883,21.72336769104004,21.265823364257812,21.534381866455078,15.355417251586914,1797489,0.0,0.0
2023-03-01 00:00:00+01:00,21.613954544067383,21.663686752319336,21.30561065673828,21.37523651123047,15.241936683654785,1095414,0.0,0.0
2023-03-02 00:00:00+01:00,21.295663833618164,21.43491554260254,21.096731185913086,21.355342864990234,15.227752685546875,729153,0.0,0.0
2023-03-03 00:00:00+01:00,21.454809188842773,21.673633575439453,21.444862365722656,21.59406089782715,15.39797306060791,731340,0.0,0.0
2023-03-06 00:00:00+01:00,21.59406089782715,21.633846282958984,21.136518478393555,21.136518478393555,15.07171630859375,1177638,0.0,0.0
2023-03-07 00:00:00+01:00,21.14646339416504,21.255876541137695,21.0469970703125,21.126571655273438,15.064621925354004,894823,0.0,0.0
2023-03-08 00:00:00+01:00,21.0271053314209,21.216089248657227,20.7386531829834,21.216089248657227,15.12845516204834,1145240,0.0,0.0
2023-03-09 00:00:00+01:00,21.07683753967285,21.196197509765625,21.01715850830078,21.066890716552734,15.022065162658691,611676,0.0,0.0
2023-03-10 00:00:00+01:00,20.76849365234375,21.007211685180664,20.589454650878906,20.897798538208008,14.90149211883545,1111284,0.0,0.0
2023-03-13 00:00:00+01:00,20.688920974731445,20.778440475463867,20.07223129272461,20.221431732177734,14.41919994354248,1243550,0.0,0.0
2023-03-14 00:00:00+01:00,20.181644439697266,20.470096588134766,19.903139114379883,20.400468826293945,14.546863555908203,1301756,0.0,0.0
2023-03-15 00:00:00+01:00,20.430309295654297,20.440256118774414,19.093486785888672,19.121337890625,13.634759902954102,2538134,0.0,0.0
2023-03-16 00:00:00+01:00,19.578880310058594,19.68232536315918,18.914447784423828,19.344141006469727,13.793633460998535,1772646,0.0,0.0
2023-03-17 00:00:00+01:00,19.395862579345703,19.68232536315918,18.87466049194336,19.20488739013672,13.694336891174316,2459464,0.0,0.0
2023-03-20 00:00:00+01:00,19.196931838989258,19.531137466430664,18.723472595214844,19.467479705810547,13.881582260131836,903163,0.0,0.0
2023-03-21 00:00:00+01:00,19.73006820678711,20.17169761657715,19.646516799926758,19.972766876220703,14.2418851852417,1270092,0.0,0.0
2023-03-22 00:00:00+01:00,19.932979583740234,20.340789794921875,19.869321823120117,20.032445907592773,14.284440040588379,1100120,0.0,0.0
2023-03-23 00:00:00+01:00,19.962818145751953,19.962818145751953,19.6584529876709,19.845449447631836,14.151098251342773,1594495,0.0,0.0
2023-03-24 00:00:00+01:00,19.74200439453125,19.761898040771484,19.165102005004883,19.726089477539062,14.065986633300781,2008460,0.0,0.0
2023-03-27 00:00:00+02:00,20.07223129272461,20.301002502441406,19.833513259887695,20.221431732177734,14.41919994354248,1382281,0.0,0.0
2023-03-28 00:00:00+02:00,20.42036247253418,20.559614181518555,20.13191032409668,20.470096588134766,14.596513748168945,1220512,0.0,0.0
2023-03-29 00:00:00+02:00,20.559614181518555,20.639188766479492,20.370630264282227,20.539722442626953,14.646160125732422,791707,0.0,0.0
2023-03-30 00:00:00+02:00,20.659080505371094,21.01715850830078,20.629241943359375,20.82817268371582,14.851845741271973,968974,0.0,0.0
2023-03-31 00:00:00+02:00,20.82817268371582,21.01715850830078,20.748600006103516,20.95747947692871,14.944048881530762,1172265,0.0,0.0
2023-04-03 00:00:00+02:00,20.967424392700195,21.066890716552734,20.688920974731445,20.937585830688477,14.929863929748535,1141103,0.0,0.0
2023-04-04 00:00:00+02:00,21.08678436279297,21.186250686645508,20.858013153076172,20.858013153076172,14.873123168945312,728163,0.0,0.0
2023-04-05 00:00:00+02:00,20.897798538208008,20.947532653808594,20.46014976501465,20.499935150146484,14.617790222167969,1310588,0.0,0.0
2023-04-06 00:00:00+02:00,20.649133682250977,20.758546829223633,20.470096588134766,20.589454650878906,14.681623458862305,957116,0.0,0.0
2023-04-11 00:00:00+02:00,20.887853622436523,21.216089248657227,20.867958068847656,21.196197509765625,15.114269256591797,1155390,0.0,0.0
2023-04-12 00:00:00+02:00,21.156410217285156,21.285715103149414,20.907745361328125,21.226036071777344,15.135547637939453,907456,0.0,0.0
2023-04-13 00:00:00+02:00,21.186250686645508,21.385181427001953,21.14646339416504,21.255876541137695,15.156824111938477,1096832,0.0,0.0
2023-04-14 00:00:00+02:00,21.315555572509766,21.514488220214844,21.216089248657227,21.484647750854492,15.319953918457031,1071929,0.0,0.0
2023-04-17 00:00:00+02:00,21.882511138916016,22.07149887084961,21.58411407470703,21.892459869384766,15.610751152038574,1508490,0.0,0.0
2023-04-18 00:00:00+02:00,21.862619400024414,22.041658401489258,21.484647750854492,21.613954544067383,15.412158012390137,1127797,0.0,0.0
2023-04-19 00:00:00+02:00,21.633846282958984,21.65374183654785,21.37523651123047,21.633846282958984,15.426342010498047,908843,0.0,0.0
2023-04-20 00:00:00+02:00,21.68358039855957,21.68358039855957,21.484647750854492,21.6239013671875,15.419249534606934,810257,0.0,0.0
2023-04-21 00:00:00+02:00,21.58411407470703,21.58411407470703,21.255876541137695,21.424968719482422,15.277398109436035,823291,0.0,0.0
2023-04-24 00:00:00+02:00,21.385181427001953,21.703474044799805,21.295663833618164,21.633846282958984,15.426342010498047,882673,0.0,0.0
2023-04-25 00:00:00+02:00,21.59406089782715,21.74325942993164,21.385181427001953,21.663686752319336,15.447622299194336,1318878,0.0,0.0
2023-04-26 00:00:00+02:00,21.464754104614258,21.613954544067383,21.096731185913086,21.613954544067383,15.412158012390137,1135730,0.0,0.0
2023-04-27 00:00:00+02:00,21.504541397094727,21.504541397094727,20.897798538208008,21.11662483215332,15.057530403137207,1167454,0.0,0.0
2023-04-28 00:00:00+02:00,21.136518478393555,21.65374183654785,21.007211685180664,21.65374183654785,15.440529823303223,1480858,0.0,0.0
2023-05-02 00:00:00+02:00,21.68358039855957,21.713420867919922,21.126571655273438,21.14646339416504,15.07880687713623,1146537,0.0,0.0
2023-05-03 00:00:00+02:00,21.285715103149414,21.504541397094727,21.186250686645508,21.424968719482422,15.277398109436035,1054129,0.0,0.0
2023-05-04 00:00:00+02:00,20.987319946289062,21.6437931060791,20.340789794921875,20.66902732849121,14.738364219665527,1741640,0.0,0.0
2023-05-05 00:00:00+02:00,21.01715850830078,21.59406089782715,20.80828094482422,21.444862365722656,15.291584014892578,1420028,0.0,0.0
2023-05-08 00:00:00+02:00,21.484647750854492,21.514488220214844,21.245929718017578,21.514488220214844,15.341232299804688,674713,0.0,0.0
2023-05-09 00:00:00+02:00,21.663686752319336,21.663686752319336,21.17630386352539,21.444862365722656,15.291584014892578,853724,0.0,0.0
2023-05-10 00:00:00+02:00,21.49459457397461,21.663686752319336,21.156410217285156,21.405075073242188,15.263213157653809,826931,0.0,0.0
2023-05-11 00:00:00+02:00,21.464754104614258,21.633846282958984,21.106678009033203,21.37523651123047,15.241936683654785,1023400,0.0,0.0
2023-05-12 00:00:00+02:00,21.37523651123047,21.43491554260254,21.206144332885742,21.37523651123047,17.269859313964844,847053,2.51,0.0
2023-05-15 00:00:00+02:00,21.0469970703125,21.096731185913086,20.788387298583984,20.858013153076172,19.094114303588867,1023546,2.51,0.0
2023-05-16 00:00:00+02:00,20.7386531829834,20.76849365234375,20.281110763549805,20.310949325561523,18.593313217163086,1280267,0.0,0.0
2023-05-17 00:00:00+02:00,20.201536178588867,20.57950782775879,20.092124938964844,20.549667358398438,18.811845779418945,1106539,0.0,0.0
2023-05-18 00:00:00+02:00,20.72870635986328,20.818225860595703,20.539722442626953,20.678974151611328,18.930217742919922,704356,0.0,0.0
2023-05-19 00:00:00+02:00,20.818225860595703,20.897798538208008,20.66902732849121,20.72870635986328,18.975744247436523,1030030,0.0,0.0
2023-05-22 00:00:00+02:00,20.66902732849121,20.788387298583984,20.57950782775879,20.76849365234375,19.012165069580078,853879,0.0,0.0
2023-05-23 00:00:00+02:00,20.748600006103516,20.80828094482422,20.66902732849121,20.79833221435547,19.03948211669922,779729,0.0,0.0
2023-05-24 00:00:00+02:00,20.60934829711914,20.60934829711914,20.291057586669922,20.489988327026367,18.757211685180664,846847,0.0,0.0
2023-05-25 00:00:00+02:00,20.51982879638672,20.51982879638672,19.962818145751953,20.01255226135254,18.320152282714844,1017197,0.0,0.0
2023-05-26 00:00:00+02:00,20.141857147216797,20.26121711730957,19.885236740112305,20.191591262817383,18.48404884338379,1058894,0.0,0.0
2023-05-29 00:00:00+02:00,20.301002502441406,20.340789794921875,20.181644439697266,20.26121711730957,18.547786712646484,295090,0.0,0.0
2023-05-30 00:00:00+02:00,20.301002502441406,20.340789794921875,20.052337646484375,20.092124938964844,18.392993927001953,641576,0.0,0.0
2023-05-31 00:00:00+02:00,19.77781105041504,19.77781105041504,19.184995651245117,19.427692413330078,17.784751892089844,3164263,0.0,0.0
2023-06-01 00:00:00+02:00,19.614688873291016,19.698240280151367,19.475435256958008,19.68232536315918,18.017850875854492,876148,0.0,0.0
2023-06-02 00:00:00+02:00,19.857385635375977,20.499935150146484,19.8255558013916,20.440256118774414,18.711685180664062,1069712,0.0,0.0
2023-06-05 00:00:00+02:00,20.529775619506836,20.589454650878906,20.39052391052246,20.499935150146484,18.766319274902344,850280,0.0,0.0
2023-06-06 00:00:00+02:00,20.489988327026367,20.66902732849121,20.38057518005371,20.66902732849121,18.921110153198242,646291,0.0,0.0
2023-06-07 00:00:00+02:00,20.678974151611328,20.92763900756836,20.569562911987305,20.92763900756836,19.157852172851562,885388,0.0,0.0
2023-06-08 00:00:00+02:00,20.877906799316406,21.514488220214844,20.877906799316406,21.186250686645508,19.394594192504883,1247924,0.0,0.0
2023-06-09 00:00:00+02:00,21.126571655273438,21.17630386352539,20.46014976501465,20.818225860595703,19.05769157409668,1294412,0.0,0.0
2023-06-12 00:00:00+02:00,20.887853622436523,21.08678436279297,20.80828094482422,21.05694580078125,19.27622413635254,932962,0.0,0.0
2023-06-13 00:00:00+02:00,21.166357040405273,21.454809188842773,20.907745361328125,21.424968719482422,19.61312484741211,905912,0.0,0.0
2023-06-14 00:00:00+02:00,21.862619400024414,21.882511138916016,21.424968719482422,21.514488220214844,19.6950740814209,1696595,0.0,0.0
2023-06-15 00:00:00+02:00,21.474702835083008,21.474702835083008,21.01715850830078,21.355342864990234,19.549386978149414,932700,0.0,0.0
2023-06-16 00:00:00+02:00,21.444862365722656,21.52443504333496,20.04239273071289,20.569562911987305,18.83005714416504,3430067,0.0,0.0
2023-06-19 00:00:00+02:00,20.291057586669922,20.291057586669922,19.932979583740234,19.982711791992188,18.292835235595703,1208865,0.0,0.0
2023-06-20 00:00:00+02:00,19.495328903198242,20.121965408325195,19.208866119384766,19.821577072143555,18.145326614379883,2053697,0.0,0.0
2023-06-21 00:00:00+02:00,19.845449447631836,19.923032760620117,19.662431716918945,19.923032760620117,18.238203048706055,644074,0.0,0.0
2023-06-22 00:00:00+02:00,19.749961853027344,20.022499084472656,19.68232536315918,19.797706604003906,18.12347412109375,667821,0.0,0.0
2023-06-23 00:00:00+02:00,19.65447425842285,19.805662155151367,19.539094924926758,19.686304092407227,18.021493911743164,893260,0.0,0.0
2023-06-26 00:00:00+02:00,19.757919311523438,20.032445907592773,19.65447425842285,19.982711791992188,18.292835235595703,793819,0.0,0.0
2023-06-27 00:00:00+02:00,20.092124938964844,20.211484909057617,19.74200439453125,19.95287322998047,18.265520095825195,871227,0.0,0.0
2023-06-28 00:00:00+02:00,20.112018585205078,20.151803970336914,19.865341186523438,19.95287322998047,18.265520095825195,911547,0.0,0.0
2023-06-29 00:00:00+02:00,20.01255226135254,20.181644439697266,19.903139114379883,20.092124938964844,18.392993927001953,1053234,0.0,0.0
2023-06-30 00:00:00+02:00,20.092124938964844,20.46014976501465,20.092124938964844,20.350736618041992,18.629737854003906,934560,0.0,0.0
2023-07-03 00:00:00+02:00,20.301002502441406,20.499935150146484,20.181644439697266,20.26121711730957,18.547786712646484,652308,0.0,0.0
2023-07-04 00:00:00+02:00,20.241323471069336,20.241323471069336,20.032445907592773,20.181644439697266,18.474945068359375,483753,0.0,0.0
2023-07-05 00:00:00+02:00,20.07223129272461,20.201536178588867,20.002605438232422,20.092124938964844,18.392993927001953,692829,0.0,0.0
2023-07-06 00:00:00+02:00,19.903139114379883,20.002605438232422,19.634580612182617,19.74200439453125,18.07248306274414,1098682,0.0,0.0
2023-07-07 00:00:00+02:00,19.7181339263916,20.350736618041992,19.7181339263916,20.350736618041992,18.629737854003906,909321,0.0,0.0
2023-07-10 00:00:00+02:00,20.221431732177734,20.48004150390625,20.201536178588867,20.241323471069336,18.52957534790039,599989,0.0,0.0
2023-07-11 00:00:00+02:00,20.291057586669922,20.60934829711914,20.211484909057617,20.51982879638672,18.784528732299805,514723,0.0,0.0
2023-07-12 00:00:00+02:00,20.569562911987305,21.126571655273438,20.529775619506836,21.066890716552734,19.285327911376953,903369,0.0,0.0
2023-07-13 00:00:00+02:00,20.967424392700195,21.226036071777344,20.92763900756836,20.967424392700195,19.194272994995117,830319,0.0,0.0
2023-07-14 00:00:00+02:00,20.877906799316406,20.897798538208008,20.301002502441406,20.301002502441406,18.584209442138672,959780,0.0,0.0
2023-07-17 00:00:00+02:00,20.191591262817383,20.330842971801758,20.151803970336914,20.201536178588867,18.493154525756836,678639,0.0,0.0
2023-07-18 00:00:00+02:00,20.211484909057617,20.410415649414062,20.112018585205078,20.410415649414062,18.684368133544922,696082,0.0,0.0
2023-07-19 00:00:00+02:00,20.340789794921875,20.430309295654297,20.04239273071289,20.310949325561523,18.593313217163086,1027451,0.0,0.0
2023-07-20 00:00:00+02:00,20.330842971801758,20.589454650878906,20.330842971801758,20.589454650878906,18.8482666015625,771530,0.0,0.0
2023-07-21 00:00:00+02:00,20.569562911987305,20.758546829223633,20.499935150146484,20.639188766479492,18.893795013427734,532559,0.0,0.0
2023-07-24 00:00:00+02:00,20.529775619506836,20.788387298583984,20.48004150390625,20.778440475463867,19.021270751953125,576946,0.0,0.0
2023-07-25 00:00:00+02:00,20.80828094482422,21.156410217285156,20.7386531829834,21.14646339416504,19.358171463012695,815268,0.0,0.0
2023-07-26 00:00:00+02:00,21.066890716552734,21.206144332885742,20.867958068847656,20.967424392700195,19.194272994995117,501060,0.0,0.0
2023-07-27 00:00:00+02:00,21.01715850830078,21.43491554260254,20.967424392700195,21.39512825012207,19.58580780029297,1024169,0.0,0.0
2023-07-28 00:00:00+02:00,21.30561065673828,21.802940368652344,21.255876541137695,21.802940368652344,19.95913314819336,1075428,0.0,0.0
2023-07-31 00:00:00+02:00,21.802940368652344,21.912351608276367,21.663686752319336,21.703474044799805,19.868078231811523,1096731,0.0,0.0
2023-08-01 00:00:00+02:00,21.59406089782715,21.604007720947266,21.424968719482422,21.424968719482422,19.61312484741211,660286,0.0,0.0
2023-08-02 00:00:00+02:00,21.186250686645508,21.58411407470703,21.08678436279297,21.454809188842773,19.64044189453125,858203,0.0,0.0
2023-08-03 00:00:00+02:00,21.673633575439453,21.78304672241211,20.01255226135254,20.499935150146484,18.766319274902344,1721865,0.0,0.0
2023-08-04 00:00:00+02:00,20.66902732849121,20.718759536743164,20.39052391052246,20.659080505371094,18.912004470825195,610022,0.0,0.0
2023-08-07 00:00:00+02:00,20.589454650878906,20.80828094482422,20.45020294189453,20.80828094482422,19.048587799072266,484065,0.0,0.0
2023-08-08 00:00:00+02:00,20.688920974731445,20.818225860595703,20.589454650878906,20.678974151611328,18.930217742919922,420797,0.0,0.0
2023-08-09 00:00:00+02:00,20.858013153076172,21.037052154541016,20.76849365234375,20.858013153076172,19.094114303588867,550545,0.0,0.0
2023-08-10 00:00:00+02:00,20.977371215820312,21.126571655273438,20.858013153076172,20.997264862060547,19.221590042114258,468059,0.0,0.0
2023-08-11 00:00:00+02:00,20.877906799316406,21.0271053314209,20.748600006103516,20.758546829223633,19.00305938720703,462374,0.0,0.0
2023-08-14 00:00:00+02:00,20.7386531829834,20.848066329956055,20.66902732849121,20.7386531829834,18.984848022460938,668188,0.0,0.0
2023-08-15 00:00:00+02:00,20.788387298583984,20.818225860595703,20.430309295654297,20.57950782775879,18.839162826538086,432414,0.0,0.0
2023-08-16 00:00:00+02:00,20.539722442626953,20.76849365234375,20.539722442626953,20.70881462097168,18.95753288269043,544437,0.0,0.0
2023-08-17 00:00:00+02:00,20.57950782775879,20.76849365234375,20.549667358398438,20.688920974731445,18.939321517944336,564871,0.0,0.0
2023-08-18 00:00:00+02:00,20.688920974731445,20.70881462097168,20.291057586669922,20.38057518005371,18.657052993774414,693870,0.0,0.0
2023-08-21 00:00:00+02:00,20.39052391052246,20.66902732849121,20.39052391052246,20.569562911987305,18.83005714416504,793311,0.0,0.0
2023-08-22 00:00:00+02:00,20.599401473999023,20.907745361328125,20.5098819732666,20.76849365234375,19.012165069580078,650046,0.0,0.0
2023-08-23 00:00:00+02:00,20.80828094482422,20.858013153076172,20.330842971801758,20.370630264282227,18.64794921875,647211,0.0,0.0
2023-08-24 00:00:00+02:00,20.45020294189453,20.599401473999023,20.291057586669922,20.330842971801758,18.611526489257812,475896,0.0,0.0
2023-08-25 00:00:00+02:00,20.301002502441406,20.45020294189453,20.26121711730957,20.291057586669922,18.575103759765625,318928,0.0,0.0
2023-08-28 00:00:00+02:00,20.42036247253418,20.549667358398438,20.42036247253418,20.499935150146484,18.766319274902344,332741,0.0,0.0
2023-08-29 00:00:00+02:00,20.66902732849121,20.897798538208008,20.66902732849121,20.838119506835938,19.075902938842773,523138,0.0,0.0
2023-08-30 00:00:00+02:00,20.838119506835938,21.007211685180664,20.778440475463867,20.907745361328125,19.13964080810547,394929,0.0,0.0
2023-08-31 00:00:00+02:00,20.947532653808594,21.36528968811035,20.92763900756836,21.265823364257812,19.467437744140625,2323236,0.0,0.0
2023-09-01 00:00:00+02:00,21.255876541137695,21.9322452545166,21.255876541137695,21.87256622314453,20.022869110107422,966179,0.0,0.0
2023-09-04 00:00:00+02:00,21.981977462768555,22.021764755249023,21.544328689575195,21.58411407470703,19.758811950683594,643546,0.0,0.0
2023-09-05 00:00:00+02:00,21.504541397094727,21.78304672241211,21.424968719482422,21.6239013671875,19.79523277282715,541345,0.0,0.0
2023-09-06 00:00:00+02:00,21.544328689575195,22.111284255981445,21.504541397094727,22.09139060974121,20.223188400268555,851678,0.0,0.0
2023-09-07 00:00:00+02:00,21.882511138916016,21.90240478515625,21.424968719482422,21.464754104614258,19.649545669555664,700314,0.0,0.0
2023-09-08 00:00:00+02:00,21.574167251586914,21.574167251586914,20.887853622436523,21.235984802246094,19.440122604370117,719356,0.0,0.0
2023-09-11 00:00:00+02:00,21.345396041870117,21.564220428466797,21.315555572509766,21.52443504333496,19.704177856445312,524078,0.0,0.0
2023-09-12 00:00:00+02:00,21.58411407470703,21.6239013671875,21.11662483215332,21.11662483215332,19.330856323242188,772781,0.0,0.0
2023-09-13 00:00:00+02:00,21.0469970703125,21.36528968811035,20.76849365234375,20.818225860595703,19.05769157409668,691035,0.0,0.0
2023-09-14 00:00:00+02:00,20.887853622436523,21.196197509765625,20.629241943359375,21.126571655273438,19.339962005615234,578423,0.0,0.0
2023-09-15 00:00:00+02:00,21.295663833618164,21.952138900756836,21.295663833618164,21.84272575378418,19.99555206298828,2234985,0.0,0.0
2023-09-18 00:00:00+02:00,21.802940368652344,21.84272575378418,21.673633575439453,21.713420867919922,19.87718391418457,856277,0.0,0.0
2023-09-19 00:00:00+02:00,21.6437931060791,21.6437931060791,21.39512825012207,21.415021896362305,19.604019165039062,685505,0.0,0.0
2023-09-20 00:00:00+02:00,21.52443504333496,21.792993545532227,21.504541397094727,21.74325942993164,19.904497146606445,752488,0.0,0.0
2023-09-21 00:00:00+02:00,21.534381866455078,21.574167251586914,21.0271053314209,21.186250686645508,19.394594192504883,722196,0.0,0.0
2023-09-22 00:00:00+02:00,21.08678436279297,21.295663833618164,20.95747947692871,21.096731185913086,19.312644958496094,535977,0.0,0.0
2023-09-25 00:00:00+02:00,21.037052154541016,21.17630386352539,20.529775619506836,20.788387298583984,19.030376434326172,678523,0.0,0.0
2023-09-26 00:00:00+02:00,20.72870635986328,20.72870635986328,20.410415649414062,20.489988327026367,18.757211685180664,999281,0.0,0.0
2023-09-27 00:00:00+02:00,20.559614181518555,20.66902732849121,20.440256118774414,20.569562911987305,18.83005714416504,679654,0.0,0.0
2023-09-28 00:00:00+02:00,20.57950782775879,20.858013153076172,20.42036247253418,20.80828094482422,19.048587799072266,791858,0.0,0.0
2023-09-29 00:00:00+02:00,20.977371215820312,21.07683753967285,20.778440475463867,20.858013153076172,19.094114303588867,1368070,0.0,0.0
2023-10-02 00:00:00+02:00,20.877906799316406,20.95747947692871,20.38057518005371,20.489988327026367,18.757211685180664,921943,0.0,0.0
2023-10-03 00:00:00+02:00,20.45020294189453,20.559614181518555,20.241323471069336,20.430309295654297,18.70258140563965,870202,0.0,0.0
2023-10-04 00:00:00+02:00,20.340789794921875,20.629241943359375,20.23137664794922,20.301002502441406,18.584209442138672,1412955,0.0,0.0
2023-10-05 00:00:00+02:00,20.301002502441406,20.410415649414062,20.151803970336914,20.23137664794922,18.520471572875977,552761,0.0,0.0
2023-10-06 00:00:00+02:00,20.271163940429688,20.489988327026367,20.17169761657715,20.370630264282227,18.64794921875,824653,0.0,0.0
2023-10-09 00:00:00+02:00,20.201536178588867,20.26121711730957,19.817598342895508,20.201536178588867,18.493154525756836,857112,0.0,0.0
2023-10-10 00:00:00+02:00,20.310949325561523,20.619295120239258,20.281110763549805,20.470096588134766,18.739002227783203,881954,0.0,0.0
2023-10-11 00:00:00+02:00,20.32089614868164,20.629241943359375,20.32089614868164,20.440256118774414,18.711685180664062,612797,0.0,0.0
2023-10-12 00:00:00+02:00,20.569562911987305,20.688920974731445,20.271163940429688,20.32089614868164,18.602420806884766,484462,0.0,0.0
2023-10-13 00:00:00+02:00,20.211484909057617,20.470096588134766,20.211484909057617,20.301002502441406,18.584209442138672,538324,0.0,0.0
2023-10-16 00:00:00+02:00,20.340789794921875,20.489988327026367,20.26121711730957,20.310949325561523,18.593313217163086,495104,0.0,0.0
2023-10-17 00:00:00+02:00,20.241323471069336,20.301002502441406,19.9130859375,20.221431732177734,18.511367797851562,618131,0.0,0.0
2023-10-18 00:00:00+02:00,20.191591262817383,20.23137664794922,19.881256103515625,19.881256103515625,18.19995880126953,559829,0.0,0.0
2023-10-19 00:00:00+02:00,19.714153289794922,19.84147071838379,19.551029205322266,19.630603790283203,17.970502853393555,708805,0.0,0.0
2023-10-20 00:00:00+02:00,19.49930763244629,19.54705047607422,19.296396255493164,19.296396255493164,17.664560317993164,760144,0.0,0.0
2023-10-23 00:00:00+02:00,19.3162899017334,19.344141006469727,19.005956649780273,19.16908073425293,17.548009872436523,652032,0.0,0.0
2023-10-24 00:00:00+02:00,19.101444244384766,19.232738494873047,18.994020462036133,19.11735725402832,17.500661849975586,565349,0.0,0.0
2023-10-25 00:00:00+02:00,19.133272171020508,19.184995651245117,18.882619857788086,19.093486785888672,17.478809356689453,597757,0.0,0.0
2023-10-26 00:00:00+02:00,18.882619857788086,19.507265090942383,18.834875106811523,19.403820037841797,17.762897491455078,756208,0.0,0.0
2023-10-27 00:00:00+02:00,19.519201278686523,19.75394058227539,19.20488739013672,19.20488739013672,17.580787658691406,767302,0.0,0.0
2023-10-30 00:00:00+01:00,19.296396255493164,19.54705047607422,19.296396255493164,19.45156478881836,17.806604385375977,755454,0.0,0.0
2023-10-31 00:00:00+01:00,19.455543518066406,19.972766876220703,19.443607330322266,19.84147071838379,18.163537979125977,1249155,0.0,0.0
2023-11-01 00:00:00+01:00,19.903139114379883,20.04239273071289,19.551029205322266,19.618667602539062,17.959575653076172,645054,0.0,0.0
2023-11-02 00:00:00+01:00,19.734046936035156,20.410415649414062,19.726089477539062,20.141857147216797,18.438520431518555,1414951,0.0,0.0
2023-11-03 00:00:00+01:00,19.877277374267578,20.211484909057617,19.165102005004883,19.51124382019043,17.861238479614258,1786173,0.0,0.0
2023-11-06 00:00:00+01:00,19.515222549438477,19.78179168701172,19.304353713989258,19.531137466430664,17.87944793701172,1141224,0.0,0.0
2023-11-07 00:00:00+01:00,19.42371368408203,19.535114288330078,19.25263214111328,19.35209846496582,17.71554946899414,719557,0.0,0.0
2023-11-08 00:00:00+01:00,19.228759765625,19.427692413330078,19.093486785888672,19.320268630981445,17.686412811279297,829203,0.0,0.0
2023-11-09 00:00:00+01:00,19.308332443237305,19.903139114379883,19.308332443237305,19.574901580810547,17.919511795043945,1169455,0.0,0.0
2023-11-10 00:00:00+01:00,19.479415893554688,19.761898040771484,19.244674682617188,19.761898040771484,18.090694427490234,991826,0.0,0.0
2023-11-13 00:00:00+01:00,19.773834228515625,19.857385635375977,19.531137466430664,19.734046936035156,18.06519889831543,980360,0.0,0.0
2023-11-14 00:00:00+01:00,19.79372787475586,20.410415649414062,19.78974723815918,20.340789794921875,18.620630264282227,892672,0.0,0.0
2023-11-15 00:00:00+01:00,20.36068344116211,20.917692184448242,20.291057586669922,20.917692184448242,19.148746490478516,1168610,0.0,0.0
2023-11-16 00:00:00+01:00,20.79833221435547,21.07683753967285,20.549667358398438,20.549667358398438,18.811845779418945,755625,0.0,0.0
2023-11-17 00:00:00+01:00,20.549667358398438,20.848066329956055,20.549667358398438,20.559614181518555,18.82094955444336,784037,0.0,0.0
2023-11-20 00:00:00+01:00,20.589454650878906,20.887853622436523,20.51982879638672,20.72870635986328,18.975744247436523,946072,0.0,0.0
2023-11-21 00:00:00+01:00,20.688920974731445,20.82817268371582,20.470096588134766,20.629241943359375,18.88469123840332,1185330,0.0,0.0
2023-11-22 00:00:00+01:00,20.629241943359375,20.838119506835938,20.559614181518555,20.599401473999023,18.85737419128418,1261386,0.0,0.0
2023-11-23 00:00:00+01:00,20.599401473999023,20.76849365234375,20.599401473999023,20.7386531829834,18.984848022460938,633558,0.0,0.0
2023-11-24 00:00:00+01:00,20.778440475463867,20.92763900756836,20.72870635986328,20.92763900756836,19.157852172851562,719180,0.0,0.0
2023-11-27 00:00:00+01:00,20.887853622436523,20.907745361328125,20.51982879638672,20.57950782775879,18.839162826538086,1094505,0.0,0.0
2023-11-28 00:00:00+01:00,20.529775619506836,20.66902732849121,20.330842971801758,20.60934829711914,18.866477966308594,1053370,0.0,0.0
2023-11-29 00:00:00+01:00,20.60934829711914,21.037052154541016,20.569562911987305,20.977371215820312,19.203378677368164,957061,0.0,0.0
2023-11-30 00:00:00+01:00,20.947532653808594,21.27577018737793,20.818225860595703,21.11662483215332,19.330856323242188,2370750,0.0,0.0
2023-12-01 00:00:00+01:00,21.166357040405273,21.6437931060791,21.166357040405273,21.604007720947266,19.777023315429688,1195222,0.0,0.0
2023-12-04 00:00:00+01:00,21.484647750854492,21.94219207763672,21.464754104614258,21.74325942993164,19.904497146606445,1089262,0.0,0.0
2023-12-05 00:00:00+01:00,21.6239013671875,21.9322452545166,21.59406089782715,21.882511138916016,20.03197479248047,1150906,0.0,0.0
2023-12-06 00:00:00+01:00,21.882511138916016,22.081443786621094,21.84272575378418,22.041658401489258,20.177661895751953,1090639,0.0,0.0
2023-12-07 00:00:00+01:00,22.081443786621094,22.489255905151367,22.041658401489258,22.359949111938477,20.469036102294922,1596696,0.0,0.0
2023-12-08 00:00:00+01:00,22.330108642578125,22.479307174682617,21.991924285888672,22.35000228881836,20.459930419921875,1410130,0.0,0.0
2023-12-11 00:00:00+01:00,19.450000762939453,23.649999618530273,17.895000457763672,20.6200008392334,18.876230239868164,8998324,0.0,0.0
2023-12-12 00:00:00+01:00,20.790000915527344,22.3700008392334,20.75,22.139999389648438,20.26768684387207,3236690,0.0,0.0
2023-12-13 00:00:00+01:00,22.489999771118164,24.530000686645508,22.399999618530273,23.950000762939453,21.924623489379883,2215354,0.0,0.0
2023-12-14 00:00:00+01:00,24.5,25.010000228881836,23.950000762939453,24.540000915527344,22.4647274017334,1535694,0.0,0.0
2023-12-15 00:00:00+01:00,24.8799991607666,25.420000076293945,24.600000381469727,25.40999984741211,23.261154174804688,2385553,0.0,0.0
2023-12-18 00:00:00+01:00,25.649999618530273,26.969999313354492,25.489999771118164,26.1299991607666,23.920265197753906,965441,0.0,0.0
2023-12-19 00:00:00+01:00,26.290000915527344,27.399999618530273,26.200000762939453,27.209999084472656,24.908931732177734,908754,0.0,0.0
2023-12-20 00:00:00+01:00,27.3700008392334,27.469999313354492,26.350000381469727,26.350000381469727,24.121660232543945,821654,0.0,0.0
2023-12-21 00:00:00+01:00,26.239999771118164,26.3700008392334,25.760000228881836,26.049999237060547,23.847028732299805,744197,0.0,0.0
2023-12-22 00:00:00+01:00,26.1200008392334,26.510000228881836,26.049999237060547,26.239999771118164,24.020963668823242,358134,0.0,0.0
2023-12-27 00:00:00+01:00,26.639999389648438,26.729999542236328,26.299999237060547,26.729999542236328,24.469526290893555,398784,0.0,0.0
2023-12-28 00:00:00+01:00,26.899999618530273,27.200000762939453,26.899999618530273,27.190000534057617,24.890625,306879,0.0,0.0
2023-12-29 00:00:00+01:00,27.219999313354492,27.959999084472656,27.219999313354492,27.729999542236328,25.384958267211914,508827,0.0,0.0
2024-01-02 00:00:00+01:00,28.059999465942383,28.600000381469727,27.520000457763672,28.030000686645508,25.659587860107422,395002,0.0,0.0
2024-01-03 00:00:00+01:00,28.110000610351562,28.15999984741211,27.170000076293945,27.43000030517578,25.110328674316406,517626,0.0,0.0
2024-01-04 00:00:00+01:00,27.5,28.110000610351562,27.5,28.09000015258789,25.714515686035156,353356,0.0,0.0
2024-01-05 00:00:00+01:00,28.079999923706055,28.469999313354492,28.0,28.329999923706055,25.93421745300293,426440,0.0,0.0
2024-01-08 00:00:00+01:00,28.290000915527344,28.329999923706055,27.540000915527344,28.0,25.632125854492188,503233,0.0,0.0
2024-01-09 00:00:00+01:00,27.190000534057617,27.549999237060547,27.079999923706055,27.299999237060547,24.991321563720703,592677,0.0,0.0
2024-01-10 00:00:00+01:00,27.100000381469727,27.170000076293945,26.350000381469727,26.350000381469727,24.121660232543945,692877,0.0,0.0
2024-01-11 00:00:00+01:00,26.389999389648438,26.559999465942383,25.889999389648438,26.0,23.801259994506836,631805,0.0,0.0
2024-01-12 00:00:00+01:00,26.639999389648438,26.860000610351562,26.06999969482422,26.139999389648438,23.929418563842773,803481,0.0,0.0
2024-01-15 00:00:00+01:00,25.059999465942383,25.329999923706055,25.0,25.299999237060547,24.690631866455078,726646,1.62,0.0
2024-01-16 00:00:00+01:00,25.149999618530273,25.200000762939453,24.579999923706055,24.989999771118164,24.388099670410156,493029,0.0,0.0
2024-01-17 00:00:00+01:00,24.700000762939453,24.729999542236328,23.989999771118164,24.260000228881836,23.675682067871094,646371,0.0,0.0
2024-01-18 00:00:00+01:00,24.200000762939453,24.239999771118164,23.530000686645508,23.530000686645508,22.963266372680664,686723,0.0,0.0
2024-01-19 00:00:00+01:00,23.670000076293945,24.25,23.670000076293945,24.049999237060547,23.470739364624023,679303,0.0,0.0
2024-01-22 00:00:00+01:00,24.299999237060547,24.770000457763672,24.079999923706055,24.760000228881836,24.163639068603516,282294,0.0,0.0
2024-01-23 00:00:00+01:00,25.200000762939453,25.450000762939453,24.90999984741211,25.3799991607666,24.768705368041992,397643,0.0,0.0
2024-01-24 00:00:00+01:00,25.600000381469727,25.6299991607666,24.75,24.75,24.153881072998047,564082,0.0,0.0
2024-01-25 00:00:00+01:00,24.84000015258789,25.760000228881836,24.799999237060547,25.600000381469727,24.983407974243164,401178,0.0,0.0
2024-01-26 00:00:00+01:00,25.690000534057617,26.959999084472656,25.6200008392334,26.40999984741211,25.773897171020508,712857,0.0,0.0
2024-01-29 00:00:00+01:00,26.5,26.549999237060547,25.760000228881836,25.760000228881836,25.139554977416992,375526,0.0,0.0
2024-01-30 00:00:00+01:00,25.8799991607666,26.049999237060547,25.610000610351562,25.690000534057617,25.071239471435547,339731,0.0,0.0
2024-01-31 00:00:00+01:00,25.850000381469727,26.1299991607666,25.440000534057617,25.440000534057617,24.827260971069336,1756316,0.0,0.0
2024-02-01 00:00:00+01:00,25.329999923706055,25.5,24.530000686645508,24.59000015258789,23.99773406982422,398800,0.0,0.0
2024-02-02 00:00:00+01:00,24.899999618530273,24.979999542236328,24.40999984741211,24.40999984741211,23.82206916809082,418661,0.0,0.0
2024-02-05 00:00:00+01:00,24.440000534057617,24.56999969482422,23.6299991607666,23.649999618530273,23.080373764038086,640546,0.0,0.0
2024-02-06 00:00:00+01:00,23.739999771118164,23.81999969482422,22.8799991607666,23.469999313354492,22.904708862304688,800098,0.0,0.0
2024-02-07 00:00:00+01:00,23.200000762939453,23.309999465942383,22.489999771118164,22.639999389648438,22.09469985961914,896379,0.0,0.0
2024-02-08 00:00:00+01:00,22.799999237060547,23.1299991607666,22.690000534057617,23.0,22.446029663085938,622376,0.0,0.0
2024-02-09 00:00:00+01:00,22.5,22.739999771118164,22.209999084472656,22.209999084472656,21.67505645751953,783024,0.0,0.0
2024-02-12 00:00:00+01:00,22.450000762939453,22.899999618530273,22.290000915527344,22.84000015258789,22.289884567260742,443790,0.0,0.0
2024-02-13 00:00:00+01:00,22.860000610351562,23.34000015258789,22.719999313354492,23.190000534057617,22.631454467773438,530025,0.0,0.0
2024-02-14 00:00:00+01:00,23.06999969482422,23.5,22.90999984741211,23.489999771118164,22.92422866821289,452602,0.0,0.0
2024-02-15 00:00:00+01:00,23.6200008392334,24.170000076293945,23.579999923706055,23.940000534057617,23.36338996887207,423885,0.0,0.0
2024-02-16 00:00:00+01:00,24.280000686645508,24.420000076293945,23.770000457763672,24.020000457763672,23.441463470458984,445071,0.0,0.0
2024-02-19 00:00:00+01:00,24.110000610351562,24.139999389648438,23.690000534057617,23.690000534057617,23.11941146850586,334433,0.0,0.0
2024-02-20 00:00:00+01:00,23.770000457763672,24.09000015258789,23.489999771118164,24.09000015258789,23.509777069091797,306827,0.0,0.0
2024-02-21 00:00:00+01:00,23.850000381469727,24.040000915527344,23.5,24.040000915527344,23.460981369018555,431924,0.0,0.0
2024-02-22 00:00:00+01:00,24.229999542236328,24.399999618530273,24.010000228881836,24.219999313354492,23.63664436340332,366743,0.0,0.0
2024-02-23 00:00:00+01:00,24.239999771118164,24.6200008392334,23.860000610351562,23.959999084472656,23.38290786743164,266603,0.0,0.0
2024-02-26 00:00:00+01:00,23.959999084472656,23.959999084472656,23.270000457763672,23.479999542236328,22.91446876525879,316183,0.0,0.0
2024-02-27 00:00:00+01:00,23.540000915527344,23.889999389648438,23.329999923706055,23.75,23.17796516418457,284263,0.0,0.0
2024-02-28 00:00:00+01:00,23.829999923706055,24.059999465942383,23.559999465942383,23.6200008392334,23.051097869873047,344714,0.0,0.0
2024-02-29 00:00:00+01:00,23.600000381469727,23.6299991607666,23.329999923706055,23.5,22.93398666381836,601749,0.0,0.0
2024-03-01 00:00:00+01:00,23.6299991607666,24.530000686645508,23.59000015258789,24.200000762939453,23.617128372192383,445507,0.0,0.0
2024-03-04 00:00:00+01:00,24.1200008392334,24.229999542236328,22.989999771118164,23.3799991607666,22.816877365112305,469234,0.0,0.0
2024-03-05 00:00:00+01:00,23.329999923706055,23.579999923706055,23.079999923706055,23.579999923706055,23.012060165405273,321295,0.0,0.0
2024-03-06 00:00:00+01:00,23.579999923706055,24.100000381469727,23.549999237060547,23.549999237060547,22.9827823638916,516710,0.0,0.0
2024-03-07 00:00:00+01:00,23.389999389648438,23.670000076293945,23.100000381469727,23.5,22.93398666381836,371579,0.0,0.0
2024-03-08 00:00:00+01:00,23.520000457763672,23.770000457763672,22.969999313354492,23.739999771118164,23.1682071685791,426367,0.0,0.0
2024-03-11 00:00:00+01:00,23.68000030517578,24.100000381469727,23.450000762939453,24.100000381469727,23.5195369720459,437456,0.0,0.0
2024-03-12 00:00:00+01:00,24.299999237060547,25.450000762939453,24.059999465942383,25.25,24.64183807373047,794906,0.0,0.0
2024-03-13 00:00:00+01:00,24.100000381469727,26.010000228881836,23.950000762939453,24.549999237060547,23.958696365356445,844838,0.0,0.0
2024-03-14 00:00:00+01:00,24.440000534057617,24.729999542236328,23.649999618530273,23.81999969482422,23.246280670166016,643203,0.0,0.0
2024-03-15 00:00:00+01:00,23.850000381469727,24.579999923706055,23.229999542236328,23.229999542236328,22.670490264892578,1376963,0.0,0.0
2024-03-18 00:00:00+01:00,23.229999542236328,23.6299991607666,23.030000686645508,23.440000534057617,22.87543296813965,406545,0.0,0.0
2024-03-19 00:00:00+01:00,23.149999618530273,23.75,23.040000915527344,23.670000076293945,23.09989356994629,429140,0.0,0.0
2024-03-20 00:00:00+01:00,23.639999389648438,24.110000610351562,23.5,24.030000686645508,23.451223373413086,308989,0.0,0.0
2024-03-21 00:00:00+01:00,24.18000030517578,24.479999542236328,24.030000686645508,24.15999984741211,23.57809066772461,415990,0.0,0.0
2024-03-22 00:00:00+01:00,24.139999389648438,24.719999313354492,23.84000015258789,24.540000915527344,23.948938369750977,295245,0.0,0.0
2024-03-25 00:00:00+01:00,24.549999237060547,25.100000381469727,24.520000457763672,25.059999465942383,24.45641326904297,348983,0.0,0.0
2024-03-26 00:00:00+01:00,25.030000686645508,25.09000015258789,24.299999237060547,24.549999237060547,23.958696365356445,323207,0.0,0.0
2024-03-27 00:00:00+01:00,24.459999084472656,24.969999313354492,24.31999969482422,24.969999313354492,24.368581771850586,203281,0.0,0.0
2024-03-28 00:00:00+01:00,25.020000457763672,25.360000610351562,24.700000762939453,25.299999237060547,24.690631866455078,292668,0.0,0.0
2024-04-02 00:00:00+02:00,25.350000381469727,25.799999237060547,25.299999237060547,25.600000381469727,24.983407974243164,302238,0.0,0.0
2024-04-03 00:00:00+02:00,25.68000030517578,26.8799991607666,25.6299991607666,26.690000534057617,26.047155380249023,448326,0.0,0.0
2024-04-04 00:00:00+02:00,28.5,29.190000534057617,27.709999084472656,27.709999084472656,27.042585372924805,1493843,0.0,0.0
2024-04-05 00:00:00+02:00,27.350000381469727,27.959999084472656,27.010000228881836,27.350000381469727,26.69125747680664,540908,0.0,0.0
2024-04-08 00:00:00+02:00,27.399999618530273,28.309999465942383,27.34000015258789,28.270000457763672,27.589099884033203,487088,0.0,0.0
2024-04-09 00:00:00+02:00,28.350000381469727,28.43000030517578,28.049999237060547,28.200000762939453,27.52078628540039,253999,0.0,0.0
2024-04-10 00:00:00+02:00,28.34000015258789,29.40999984741211,28.1200008392334,28.639999389648438,27.950185775756836,735134,0.0,0.0
2024-04-11 00:00:00+02:00,28.93000030517578,29.260000228881836,28.649999618530273,28.959999084472656,28.262479782104492,306645,0.0,0.0
2024-04-12 00:00:00+02:00,29.399999618530273,29.799999237060547,29.170000076293945,29.5,28.789474487304688,437731,0.0,0.0
2024-04-15 00:00:00+02:00,29.100000381469727,29.850000381469727,29.0,29.450000762939453,28.740678787231445,388339,0.0,0.0
2024-04-16 00:00:00+02:00,29.200000762939453,29.350000381469727,28.780000686645508,28.780000686645508,28.086816787719727,434787,0.0,0.0
2024-04-17 00:00:00+02:00,28.780000686645508,29.989999771118164,28.760000228881836,29.799999237060547,29.082246780395508,352161,0.0,0.0
2024-04-18 00:00:00+02:00,29.899999618530273,30.700000762939453,29.780000686645508,30.649999618530273,29.911775588989258,347317,0.0,0.0
2024-04-19 00:00:00+02:00,30.5,31.040000915527344,28.34000015258789,30.75,30.009366989135742,697878,0.0,0.0
2024-04-22 00:00:00+02:00,30.81999969482422,31.600000381469727,30.770000457763672,31.56999969482422,30.809616088867188,401308,0.0,0.0
2024-04-23 00:00:00+02:00,31.579999923706055,31.65999984741211,30.049999237060547,31.0,30.253345489501953,471634,0.0,0.0
2024-04-24 00:00:00+02:00,30.950000762939453,31.75,30.90999984741211,31.200000762939453,30.448528289794922,307607,0.0,0.0
2024-04-25 00:00:00+02:00,31.299999237060547,31.329999923706055,29.670000076293945,29.75,29.0334529876709,478021,0.0,0.0
2024-04-26 00:00:00+02:00,30.25,30.719999313354492,29.959999084472656,30.18000030517578,29.453096389770508,331898,0.0,0.0
2024-04-29 00:00:00+02:00,30.209999084472656,30.899999618530273,30.209999084472656,30.850000381469727,30.106958389282227,225725,0.0,0.0
2024-04-30 00:00:00+02:00,30.899999618530273,31.18000030517578,30.290000915527344,30.40999984741211,29.677555084228516,232054,0.0,0.0
2024-05-02 00:00:00+02:00,30.40999984741211,30.600000381469727,29.709999084472656,30.5,29.76538848876953,390674,0.0,0.0
2024-05-03 00:00:00+02:00,29.56999969482422,30.299999237060547,29.5,30.139999389648438,29.414058685302734,364126,0.0,0.0
2024-05-06 00:00:00+02:00,30.290000915527344,30.989999771118164,30.139999389648438,30.420000076293945,29.687314987182617,273816,0.0,0.0
2024-05-07 00:00:00+02:00,31.600000381469727,35.25,31.360000610351562,34.7599983215332,33.92278289794922,1075584,0.0,0.0
2024-05-08 00:00:00+02:00,34.34000015258789,36.619998931884766,33.43000030517578,34.68000030517578,33.84471130371094,1057246,0.0,0.0
2024-05-09 00:00:00+02:00,34.650001525878906,35.33000183105469,34.209999084472656,34.38999938964844,33.56169509887695,262471,0.0,0.0
2024-05-10 00:00:00+02:00,34.790000915527344,34.939998626708984,33.58000183105469,33.650001525878906,32.83951950073242,223080,0.0,0.0
2024-05-13 00:00:00+02:00,33.5,34.459999084472656,33.33000183105469,34.310001373291016,33.48362350463867,273103,0.0,0.0
2024-05-14 00:00:00+02:00,34.220001220703125,34.52000045776367,33.560001373291016,34.52000045776367,33.68856430053711,279550,0.0,0.0
2024-05-15 00:00:00+02:00,34.630001068115234,34.900001525878906,33.75,34.099998474121094,33.27867889404297,242453,0.0,0.0
2024-05-16 00:00:00+02:00,34.13999938964844,34.13999938964844,33.04999923706055,33.599998474121094,32.79072189331055,235321,0.0,0.0
2024-05-17 00:00:00+02:00,32.84000015258789,34.06999969482422,32.59000015258789,34.06999969482422,33.2494010925293,339910,0.0,0.0
2024-05-20 00:00:00+02:00,34.400001525878906,34.400001525878906,33.70000076293945,34.04999923706055,33.229881286621094,164887,0.0,0.0
2024-05-21 00:00:00+02:00,33.97999954223633,34.130001068115234,33.31999969482422,33.31999969482422,32.5174674987793,171162,0.0,0.0
2024-05-22 00:00:00+02:00,33.29999923706055,34.189998626708984,32.93000030517578,34.189998626708984,33.366512298583984,345186,0.0,0.0
2024-05-23 00:00:00+02:00,34.189998626708984,34.75,34.150001525878906,34.470001220703125,33.6397705078125,301874,0.0,0.0
2024-05-24 00:00:00+02:00,34.29999923706055,35.040000915527344,34.060001373291016,34.52000045776367,33.68856430053711,297474,0.0,0.0
2024-05-27 00:00:00+02:00,34.52000045776367,34.900001525878906,34.25,34.5,33.669044494628906,145496,0.0,0.0
2024-05-28 00:00:00+02:00,34.459999084472656,34.540000915527344,33.81999969482422,34.400001525878906,33.57145690917969,239174,0.0,0.0
2024-05-29 00:00:00+02:00,34.400001525878906,34.439998626708984,33.900001525878906,34.220001220703125,33.395790100097656,245711,0.0,0.0
2024-05-30 00:00:00+02:00,34.61000061035156,34.61000061035156,33.75,34.310001373291016,33.48362350463867,270049,0.0,0.0
2024-05-31 00:00:00+02:00,34.25,34.650001525878906,33.45000076293945,33.630001068115234,32.81999969482422,348292,0.0,0.0
2024-06-03 00:00:00+02:00,33.20000076293945,33.290000915527344,31.81999969482422,31.829999923706055,31.829999923706055,271111,0.81,0.0
2024-06-04 00:00:00+02:00,31.780000686645508,31.860000610351562,31.260000228881836,31.649999618530273,31.649999618530273,345119,0.0,0.0
2024-06-05 00:00:00+02:00,31.770000457763672,31.940000534057617,31.270000457763672,31.270000457763672,31.270000457763672,371491,0.0,0.0
2024-06-06 00:00:00+02:00,31.489999771118164,31.510000228881836,30.600000381469727,30.920000076293945,30.920000076293945,325501,0.0,0.0
2024-06-07 00:00:00+02:00,30.90999984741211,31.209999084472656,30.600000381469727,30.969999313354492,30.969999313354492,161556,0.0,0.0
2024-06-10 00:00:00+02:00,30.850000381469727,31.739999771118164,30.729999542236328,31.739999771118164,31.739999771118164,265293,0.0,0.0
2024-06-11 00:00:00+02:00,31.639999389648438,32.529998779296875,31.639999389648438,32.349998474121094,32.349998474121094,424271,0.0,0.0
2024-06-12 00:00:00+02:00,32.40999984741211,33.04999923706055,32.40999984741211,32.81999969482422,32.81999969482422,244552,0.0,0.0
2024-06-13 00:00:00+02:00,32.54999923706055,32.54999923706055,31.709999084472656,31.780000686645508,31.780000686645508,302052,0.0,0.0
2024-06-14 00:00:00+02:00,31.600000381469727,31.6299991607666,30.34000015258789,30.790000915527344,30.790000915527344,342157,0.0,0.0
2024-06-17 00:00:00+02:00,30.920000076293945,31.479999542236328,30.889999389648438,31.34000015258789,31.34000015258789,273690,0.0,0.0
2024-06-18 00:00:00+02:00,31.579999923706055,31.690000534057617,31.06999969482422,31.229999542236328,31.229999542236328,218534,0.0,0.0
2024-06-19 00:00:00+02:00,31.260000228881836,31.81999969482422,31.200000762939453,31.350000381469727,31.350000381469727,175454,0.0,0.0
2024-06-20 00:00:00+02:00,31.31999969482422,32.11000061035156,31.31999969482422,31.709999084472656,31.709999084472656,296995,0.0,0.0
2024-06-21 00:00:00+02:00,31.860000610351562,32.04999923706055,31.559999465942383,31.719999313354492,31.719999313354492,2005373,0.0,0.0
2024-06-24 00:00:00+02:00,31.700000762939453,33.630001068115234,31.700000762939453,33.06999969482422,33.06999969482422,347579,0.0,0.0
2024-06-25 00:00:00+02:00,33.0,33.34000015258789,31.90999984741211,31.90999984741211,31.90999984741211,241894,0.0,0.0
2024-06-26 00:00:00+02:00,31.899999618530273,32.349998474121094,31.649999618530273,31.8700008392334,31.8700008392334,267568,0.0,0.0
2024-06-27 00:00:00+02:00,32.29999923706055,33.0,32.20000076293945,32.900001525878906,32.900001525878906,182682,0.0,0.0
2024-06-28 00:00:00+02:00,32.95000076293945,33.060001373291016,32.31999969482422,32.869998931884766,32.869998931884766,277611,0.0,0.0
2024-07-01 00:00:00+02:00,33.29999923706055,33.4900016784668,32.72999954223633,33.4900016784668,33.4900016784668,206747,0.0,0.0
2024-07-02 00:00:00+02:00,33.5,34.0,33.13999938964844,34.0,34.0,231379,0.0,0.0
2024-07-03 00:00:00+02:00,33.95000076293945,34.13999938964844,33.47999954223633,34.13999938964844,34.13999938964844,262502,0.0,0.0
2024-07-04 00:00:00+02:00,34.0,34.20000076293945,33.540000915527344,34.060001373291016,34.060001373291016,130465,0.0,0.0
2024-07-05 00:00:00+02:00,34.060001373291016,34.279998779296875,33.5099983215332,33.5099983215332,33.5099983215332,212429,0.0,0.0
2024-07-08 00:00:00+02:00,33.400001525878906,33.95000076293945,32.81999969482422,33.95000076293945,33.95000076293945,194477,0.0,0.0
2024-07-09 00:00:00+02:00,33.790000915527344,34.060001373291016,32.290000915527344,32.5099983215332,32.5099983215332,364262,0.0,0.0
2024-07-10 00:00:00+02:00,32.29999923706055,32.38999938964844,31.75,32.040000915527344,32.040000915527344,207620,0.0,0.0
2024-07-11 00:00:00+02:00,32.11000061035156,32.599998474121094,32.06999969482422,32.349998474121094,32.349998474121094,159663,0.0,0.0
2024-07-12 00:00:00+02:00,32.29999923706055,32.93000030517578,32.29999923706055,32.59000015258789,32.59000015258789,116583,0.0,0.0
2024-07-15 00:00:00+02:00,32.459999084472656,32.689998626708984,31.899999618530273,32.279998779296875,32.279998779296875,123588,0.0,0.0
2024-07-16 00:00:00+02:00,32.20000076293945,32.65999984741211,31.940000534057617,32.45000076293945,32.45000076293945,88377,0.0,0.0
2024-07-17 00:00:00+02:00,32.72999954223633,33.939998626708984,32.040000915527344,33.939998626708984,33.939998626708984,222062,0.0,0.0
2024-07-18 00:00:00+02:00,34.0,34.93000030517578,33.79999923706055,34.63999938964844,34.63999938964844,400707,0.0,0.0
2024-07-19 00:00:00+02:00,34.290000915527344,34.36000061035156,33.529998779296875,34.0099983215332,34.0099983215332,188494,0.0,0.0
2024-07-22 00:00:00+02:00,34.349998474121094,34.5,33.66999816894531,34.13999938964844,34.13999938964844,144759,0.0,0.0
2024-07-23 00:00:00+02:00,33.95000076293945,34.02000045776367,33.5,33.83000183105469,33.83000183105469,99602,0.0,0.0
2024-07-24 00:00:00+02:00,33.54999923706055,33.97999954223633,33.459999084472656,33.5099983215332,33.5099983215332,118200,0.0,0.0
2024-07-25 00:00:00+02:00,33.400001525878906,33.75,32.43000030517578,33.41999816894531,33.41999816894531,143724,0.0,0.0
2024-07-26 00:00:00+02:00,33.09000015258789,33.439998626708984,32.650001525878906,33.2599983215332,33.2599983215332,150065,0.0,0.0
2024-07-29 00:00:00+02:00,33.25,33.560001373291016,33.06999969482422,33.18000030517578,33.18000030517578,101941,0.0,0.0
2024-07-30 00:00:00+02:00,33.0,33.619998931884766,32.86000061035156,33.18000030517578,33.18000030517578,142743,0.0,0.0
2024-07-31 00:00:00+02:00,33.849998474121094,34.0,32.20000076293945,32.52000045776367,32.52000045776367,561976,0.0,0.0
2024-08-01 00:00:00+02:00,32.13999938964844,32.599998474121094,31.190000534057617,31.469999313354492,31.469999313354492,275048,0.0,0.0
2024-08-02 00:00:00+02:00,31.229999542236328,31.760000228881836,30.860000610351562,30.860000610351562,30.860000610351562,265760,0.0,0.0
2024-08-05 00:00:00+02:00,30.100000381469727,30.479999542236328,29.469999313354492,29.940000534057617,29.940000534057617,473460,0.0,0.0
2024-08-06 00:00:00+02:00,30.5,31.010000228881836,30.040000915527344,30.190000534057617,30.190000534057617,264982,0.0,0.0
2024-08-07 00:00:00+02:00,30.510000228881836,31.229999542236328,30.3799991607666,30.889999389648438,30.889999389648438,178311,0.0,0.0
2024-08-08 00:00:00+02:00,30.799999237060547,30.959999084472656,30.40999984741211,30.799999237060547,30.799999237060547,172146,0.0,0.0
2024-08-09 00:00:00+02:00,30.90999984741211,31.520000457763672,30.90999984741211,31.15999984741211,31.15999984741211,179785,0.0,0.0
2024-08-12 00:00:00+02:00,31.299999237060547,31.690000534057617,30.59000015258789,30.59000015258789,30.59000015258789,132932,0.0,0.0
2024-08-13 00:00:00+02:00,30.690000534057617,31.040000915527344,30.360000610351562,30.600000381469727,30.600000381469727,103593,0.0,0.0
2024-08-14 00:00:00+02:00,30.649999618530273,30.68000030517578,30.059999465942383,30.479999542236328,30.479999542236328,209068,0.0,0.0
2024-08-15 00:00:00+02:00,30.549999237060547,31.09000015258789,30.450000762939453,30.920000076293945,30.920000076293945,125365,0.0,0.0
2024-08-16 00:00:00+02:00,30.940000534057617,31.1200008392334,30.729999542236328,30.8799991607666,30.8799991607666,141253,0.0,0.0
2024-08-19 00:00:00+02:00,31.030000686645508,31.299999237060547,30.670000076293945,31.030000686645508,31.030000686645508,180272,0.0,0.0
2024-08-20 00:00:00+02:00,31.170000076293945,31.170000076293945,30.469999313354492,30.530000686645508,30.530000686645508,152575,0.0,0.0
2024-08-21 00:00:00+02:00,30.530000686645508,31.020000457763672,30.530000686645508,30.969999313354492,30.969999313354492,128994,0.0,0.0
2024-08-22 00:00:00+02:00,30.979999542236328,31.1299991607666,30.780000686645508,31.059999465942383,31.059999465942383,15067,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-03 00:00:00+01:00 20.400468826293945 20.80828094482422 20.400468826293945 20.629241943359375 11.042257308959961 559352 0.0 0.0
3 2022-01-04 00:00:00+01:00 20.649133682250977 20.897798538208008 20.5098819732666 20.848066329956055 11.15938663482666 930594 0.0 0.0
4 2022-01-05 00:00:00+01:00 20.897798538208008 21.126571655273438 20.838119506835938 21.126571655273438 11.308463096618652 572100 0.0 0.0
5 2022-01-06 00:00:00+01:00 20.887853622436523 21.126571655273438 20.599401473999023 20.967424392700195 11.223275184631348 532086 0.0 0.0
6 2022-01-07 00:00:00+01:00 21.007211685180664 21.186250686645508 20.867958068847656 21.126571655273438 11.308463096618652 698666 0.0 0.0
7 2022-01-10 00:00:00+01:00 21.186250686645508 21.245929718017578 20.997264862060547 21.05694580078125 11.271193504333496 972438 0.0 0.0
8 2022-01-11 00:00:00+01:00 21.226036071777344 21.514488220214844 21.226036071777344 21.37523651123047 11.441567420959473 894602 0.0 0.0
9 2022-01-12 00:00:00+01:00 21.564220428466797 21.604007720947266 21.0469970703125 21.216089248657227 11.356378555297852 838352 0.0 0.0
10 2022-01-13 00:00:00+01:00 20.897798538208008 21.14646339416504 20.897798538208008 21.14646339416504 12.180269241333008 514241 1.5 0.0
11 2022-01-14 00:00:00+01:00 20.897798538208008 21.066890716552734 20.80828094482422 21.0271053314209 12.111518859863281 708327 0.0 0.0
12 2022-01-17 00:00:00+01:00 21.106678009033203 21.633846282958984 21.0469970703125 21.554275512695312 12.415165901184082 947841 0.0 0.0
13 2022-01-18 00:00:00+01:00 21.454809188842773 21.484647750854492 21.156410217285156 21.405075073242188 12.329227447509766 966355 0.0 0.0
14 2022-01-19 00:00:00+01:00 21.37523651123047 21.822832107543945 21.295663833618164 21.78304672241211 12.546936988830566 1597827 0.0 0.0
15 2022-01-20 00:00:00+01:00 21.802940368652344 22.111284255981445 21.544328689575195 21.981977462768555 12.661520004272461 1563328 0.0 0.0
16 2022-01-21 00:00:00+01:00 21.74325942993164 21.94219207763672 21.415021896362305 21.65374183654785 12.47245979309082 1539782 0.0 0.0
17 2022-01-24 00:00:00+01:00 21.484647750854492 21.58411407470703 20.887853622436523 20.997264862060547 12.094330787658691 1334240 0.0 0.0
18 2022-01-25 00:00:00+01:00 21.156410217285156 21.186250686645508 20.877906799316406 20.917692184448242 12.04849910736084 1198631 0.0 0.0
19 2022-01-26 00:00:00+01:00 20.997264862060547 21.72336769104004 20.997264862060547 21.415021896362305 12.33495807647705 913216 0.0 0.0
20 2022-01-27 00:00:00+01:00 21.11662483215332 21.862619400024414 21.0469970703125 21.6437931060791 12.466729164123535 765306 0.0 0.0
21 2022-01-28 00:00:00+01:00 21.554275512695312 21.65374183654785 21.126571655273438 21.484647750854492 12.37506103515625 1109097 0.0 0.0
22 2022-01-31 00:00:00+01:00 21.6239013671875 21.65374183654785 21.066890716552734 21.186250686645508 12.203185081481934 999557 0.0 0.0
23 2022-02-01 00:00:00+01:00 21.27577018737793 21.405075073242188 21.05694580078125 21.11662483215332 12.163081169128418 732572 0.0 0.0
24 2022-02-02 00:00:00+01:00 21.52443504333496 22.021764755249023 21.454809188842773 21.753206253051758 12.529748916625977 1195479 0.0 0.0
25 2022-02-03 00:00:00+01:00 21.773099899291992 21.892459869384766 21.6239013671875 21.773099899291992 12.541210174560547 906159 0.0 0.0
26 2022-02-04 00:00:00+01:00 21.87256622314453 21.87256622314453 21.345396041870117 21.424968719482422 12.34068489074707 763864 0.0 0.0
27 2022-02-07 00:00:00+01:00 21.574167251586914 21.574167251586914 21.265823364257812 21.415021896362305 12.33495807647705 382854 0.0 0.0
28 2022-02-08 00:00:00+01:00 21.36528968811035 21.78304672241211 21.36528968811035 21.713420867919922 12.506834030151367 1006721 0.0 0.0
29 2022-02-09 00:00:00+01:00 21.812885284423828 21.991924285888672 21.733312606811523 21.981977462768555 12.661520004272461 893571 0.0 0.0
30 2022-02-10 00:00:00+01:00 22.021764755249023 22.210750579833984 21.962085723876953 22.041658401489258 12.69589614868164 851844 0.0 0.0
31 2022-02-11 00:00:00+01:00 21.882511138916016 22.06155014038086 21.713420867919922 21.882511138916016 12.604229927062988 893486 0.0 0.0
32 2022-02-14 00:00:00+01:00 21.514488220214844 21.514488220214844 20.818225860595703 21.14646339416504 12.180269241333008 1234728 0.0 0.0
33 2022-02-15 00:00:00+01:00 21.007211685180664 21.713420867919922 20.967424392700195 21.673633575439453 12.483916282653809 687285 0.0 0.0
34 2022-02-16 00:00:00+01:00 21.713420867919922 22.06155014038086 21.713420867919922 22.06155014038086 12.707352638244629 798177 0.0 0.0
35 2022-02-17 00:00:00+01:00 22.021764755249023 22.081443786621094 21.763153076171875 21.832778930664062 12.575582504272461 684218 0.0 0.0
36 2022-02-18 00:00:00+01:00 21.832778930664062 21.892459869384766 21.385181427001953 21.544328689575195 12.40943717956543 737030 0.0 0.0
37 2022-02-21 00:00:00+01:00 21.673633575439453 21.68358039855957 20.92763900756836 21.126571655273438 12.168810844421387 677844 0.0 0.0
38 2022-02-22 00:00:00+01:00 20.529775619506836 21.196197509765625 20.32089614868164 20.95747947692871 12.071414947509766 1273455 0.0 0.0
39 2022-02-23 00:00:00+01:00 21.415021896362305 21.862619400024414 20.987319946289062 21.216089248657227 12.220373153686523 1732461 0.0 0.0
40 2022-02-24 00:00:00+01:00 20.48004150390625 20.877906799316406 19.51124382019043 19.70221710205078 11.348388671875 2560976 0.0 0.0
41 2022-02-25 00:00:00+01:00 19.903139114379883 20.291057586669922 19.475435256958008 20.201536178588867 11.635993957519531 1423396 0.0 0.0
42 2022-02-28 00:00:00+01:00 19.773834228515625 19.903139114379883 19.308332443237305 19.837491989135742 11.42630672454834 1569727 0.0 0.0
43 2022-03-01 00:00:00+01:00 19.77781105041504 19.95287322998047 18.73938751220703 18.73938751220703 10.793804168701172 1308216 0.0 0.0
44 2022-03-02 00:00:00+01:00 18.536476135253906 19.12929344177246 18.17840003967285 18.966169357299805 10.924428939819336 1739856 0.0 0.0
45 2022-03-03 00:00:00+01:00 19.001977920532227 19.077571868896484 18.297758102416992 18.361417770385742 10.576094627380371 834767 0.0 0.0
46 2022-03-04 00:00:00+01:00 18.13463592529297 18.14259147644043 16.893299102783203 17.05642318725586 9.824423789978027 2249030 0.0 0.0
47 2022-03-07 00:00:00+01:00 16.384033203125 17.10814666748047 15.516690254211426 16.380054473876953 9.434837341308594 2250820 0.0 0.0
48 2022-03-08 00:00:00+01:00 16.21295166015625 16.941043853759766 16.16520881652832 16.805768966674805 9.680047035217285 1388112 0.0 0.0
49 2022-03-09 00:00:00+01:00 17.207611083984375 18.22614288330078 17.17976188659668 18.22614288330078 10.498175621032715 1580329 0.0 0.0
50 2022-03-10 00:00:00+01:00 18.38926887512207 18.429054260253906 17.44632911682129 17.696983337402344 10.19338321685791 1037018 0.0 0.0
51 2022-03-11 00:00:00+01:00 17.88397979736328 18.369373321533203 17.585582733154297 17.943660736083984 10.335468292236328 985960 0.0 0.0
52 2022-03-14 00:00:00+01:00 18.285823822021484 18.747344970703125 18.250015258789062 18.52056312561035 10.667760848999023 963701 0.0 0.0
53 2022-03-15 00:00:00+01:00 19.79372787475586 19.893192291259766 17.99538230895996 18.15452766418457 10.456925392150879 2685295 0.0 0.0
54 2022-03-16 00:00:00+01:00 18.78713035583496 18.9741268157959 18.369373321533203 18.76723861694336 10.809844970703125 1321768 0.0 0.0
55 2022-03-17 00:00:00+01:00 18.89853286743164 18.966169357299805 18.433032989501953 18.854768753051758 10.860261917114258 1124314 0.0 0.0
56 2022-03-18 00:00:00+01:00 18.894554138183594 18.98606300354004 18.47281837463379 18.7990665435791 10.828178405761719 1809744 0.0 0.0
57 2022-03-21 00:00:00+01:00 18.7990665435791 19.15714454650879 18.763259887695312 18.91046905517578 10.892345428466797 703039 0.0 0.0
58 2022-03-22 00:00:00+01:00 18.966169357299805 19.184995651245117 18.85079002380371 19.05767822265625 10.977137565612793 715772 0.0 0.0
59 2022-03-23 00:00:00+01:00 19.121337890625 19.15714454650879 18.671751022338867 18.671751022338867 10.75484561920166 1351532 0.0 0.0
60 2022-03-24 00:00:00+01:00 18.659814834594727 18.731430053710938 18.234100341796875 18.30173683166504 10.541718482971191 1286093 0.0 0.0
61 2022-03-25 00:00:00+01:00 18.405181884765625 18.47281837463379 18.170442581176758 18.285823822021484 10.532552719116211 726494 0.0 0.0
62 2022-03-28 00:00:00+02:00 18.393245697021484 18.759281158447266 18.329587936401367 18.433032989501953 10.61734390258789 837768 0.0 0.0
63 2022-03-29 00:00:00+02:00 18.72745132446289 19.256610870361328 18.687665939331055 19.16908073425293 11.041305541992188 917861 0.0 0.0
64 2022-03-30 00:00:00+02:00 19.15714454650879 19.15714454650879 18.46088218688965 18.50862693786621 10.66088581085205 823527 0.0 0.0
65 2022-03-31 00:00:00+02:00 18.50862693786621 18.822938919067383 17.768600463867188 17.796449661254883 10.250675201416016 1780930 0.0 0.0
66 2022-04-01 00:00:00+02:00 17.895915985107422 18.102806091308594 17.880001068115234 17.880001068115234 10.298800468444824 751206 0.0 0.0
67 2022-04-04 00:00:00+02:00 17.92376708984375 17.991403579711914 17.517946243286133 17.79247283935547 10.248384475708008 836607 0.0 0.0
68 2022-04-05 00:00:00+02:00 17.77655792236328 17.975488662719727 17.382671356201172 17.617412567138672 10.147551536560059 842142 0.0 0.0
69 2022-04-06 00:00:00+02:00 17.577625274658203 17.625368118286133 16.87340545654297 17.016637802124023 9.801506996154785 1380130 0.0 0.0
70 2022-04-07 00:00:00+02:00 17.10814666748047 17.382671356201172 16.865449905395508 16.89727783203125 9.732755661010742 857449 0.0 0.0
71 2022-04-08 00:00:00+02:00 17.191696166992188 17.382671356201172 16.99674415588379 17.191696166992188 9.902338981628418 913588 0.0 0.0
72 2022-04-11 00:00:00+02:00 17.219547271728516 17.549774169921875 17.036529541015625 17.203632354736328 9.909214973449707 1067867 0.0 0.0
73 2022-04-12 00:00:00+02:00 17.00868034362793 17.565689086914062 16.833620071411133 17.565689086914062 10.117758750915527 1285128 0.0 0.0
74 2022-04-13 00:00:00+02:00 17.438373565673828 17.525903701782227 17.267290115356445 17.506010055541992 10.083383560180664 697328 0.0 0.0
75 2022-04-14 00:00:00+02:00 17.58160400390625 17.657197952270508 17.406543731689453 17.513967514038086 10.087967872619629 587256 0.0 0.0
76 2022-04-19 00:00:00+02:00 17.54181671142578 17.69300651550293 17.418479919433594 17.517946243286133 10.09025764465332 962344 0.0 0.0
77 2022-04-20 00:00:00+02:00 17.633325576782227 17.967531204223633 17.609453201293945 17.768600463867188 10.234634399414062 675733 0.0 0.0
78 2022-04-21 00:00:00+02:00 17.860109329223633 18.38926887512207 17.860109329223633 18.28980255126953 10.534844398498535 946132 0.0 0.0
79 2022-04-22 00:00:00+02:00 18.063018798828125 18.25399398803711 17.87204360961914 18.031190872192383 10.385885238647461 876938 0.0 0.0
80 2022-04-25 00:00:00+02:00 17.71687889099121 17.891937255859375 17.549774169921875 17.629348754882812 10.154426574707031 857539 0.0 0.0
81 2022-04-26 00:00:00+02:00 17.868066787719727 17.868066787719727 17.342885971069336 17.342885971069336 9.989424705505371 920938 0.0 0.0
82 2022-04-27 00:00:00+02:00 17.42245864868164 17.513967514038086 16.865449905395508 17.430416107177734 10.039841651916504 995898 0.0 0.0
83 2022-04-28 00:00:00+02:00 17.633325576782227 17.99538230895996 17.601497650146484 17.736770629882812 10.216300010681152 1172803 0.0 0.0
84 2022-04-29 00:00:00+02:00 17.848173141479492 18.10678482055664 17.804407119750977 18.015274047851562 10.376717567443848 988594 0.0 0.0
85 2022-05-02 00:00:00+02:00 17.88397979736328 18.05506134033203 16.90921401977539 17.74074935913086 10.218591690063477 1031151 0.0 0.0
86 2022-05-03 00:00:00+02:00 17.848173141479492 17.93570327758789 17.506010055541992 17.808385848999023 10.257550239562988 1121197 0.0 0.0
87 2022-05-04 00:00:00+02:00 18.747344970703125 19.10542106628418 18.532499313354492 18.846811294555664 10.85567855834961 2131889 0.0 0.0
88 2022-05-05 00:00:00+02:00 19.18101692199707 19.37994956970215 18.138612747192383 18.17840003967285 10.47067642211914 1420586 0.0 0.0
89 2022-05-06 00:00:00+02:00 18.110763549804688 18.560348510742188 17.97150993347168 18.369373321533203 10.580676078796387 967240 0.0 0.0
90 2022-05-09 00:00:00+02:00 18.190336227416992 18.305715560913086 17.844194412231445 17.951616287231445 10.34005069732666 1063615 0.0 0.0
91 2022-05-10 00:00:00+02:00 18.063018798828125 18.85079002380371 18.04710578918457 18.341524124145508 10.564635276794434 1106715 0.0 0.0
92 2022-05-11 00:00:00+02:00 18.46088218688965 18.659814834594727 18.27786636352539 18.47281837463379 10.640260696411133 916544 0.0 0.0
93 2022-05-12 00:00:00+02:00 18.04312515258789 18.261951446533203 17.784513473510742 18.222164154052734 10.495884895324707 899448 0.0 0.0
94 2022-05-13 00:00:00+02:00 18.405181884765625 18.55636978149414 18.194313049316406 18.38528823852539 10.58984375 614260 0.0 0.0
95 2022-05-16 00:00:00+02:00 18.381309509277344 18.612070083618164 18.24205780029297 18.417118072509766 10.608176231384277 734648 0.0 0.0
96 2022-05-17 00:00:00+02:00 18.21420669555664 18.747344970703125 18.21420669555664 18.512605667114258 12.22278881072998 625555 2.35 0.0
97 2022-05-18 00:00:00+02:00 18.54443359375 18.592178344726562 18.357437133789062 18.357437133789062 12.120339393615723 676447 0.0 0.0
98 2022-05-19 00:00:00+02:00 17.677091598510742 17.903873443603516 17.474180221557617 17.513967514038086 11.563447952270508 1239650 0.0 0.0
99 2022-05-20 00:00:00+02:00 17.856130599975586 18.063018798828125 17.60547637939453 17.60547637939453 11.62386417388916 792884 0.0 0.0
100 2022-05-23 00:00:00+02:00 17.85215187072754 17.987424850463867 17.633325576782227 17.987424850463867 11.876043319702148 661658 0.0 0.0
101 2022-05-24 00:00:00+02:00 17.79247283935547 17.83623695373535 17.414501190185547 17.418479919433594 11.500402450561523 729103 0.0 0.0
102 2022-05-25 00:00:00+02:00 17.617412567138672 17.89989471435547 17.394607543945312 17.8402156829834 11.778849601745605 645185 0.0 0.0
103 2022-05-26 00:00:00+02:00 17.79247283935547 18.05506134033203 17.720855712890625 18.03516960144043 11.907565116882324 523872 0.0 0.0
104 2022-05-27 00:00:00+02:00 18.031190872192383 18.198293685913086 17.94763946533203 18.198293685913086 12.015267372131348 578243 0.0 0.0
105 2022-05-30 00:00:00+02:00 18.27786636352539 18.433032989501953 18.10678482055664 18.218185424804688 12.028400421142578 568621 0.0 0.0
106 2022-05-31 00:00:00+02:00 18.1823787689209 18.218185424804688 17.97150993347168 18.122699737548828 11.965356826782227 1795488 0.0 0.0
107 2022-06-01 00:00:00+02:00 18.293779373168945 18.44496726989746 18.17840003967285 18.28980255126953 12.075685501098633 494450 0.0 0.0
108 2022-06-02 00:00:00+02:00 18.3494815826416 18.532499313354492 18.3494815826416 18.4569034576416 12.186014175415039 412331 0.0 0.0
109 2022-06-03 00:00:00+02:00 18.592178344726562 18.639921188354492 18.433032989501953 18.564327239990234 12.256937980651855 487960 0.0 0.0
110 2022-06-06 00:00:00+02:00 18.72745132446289 18.830896377563477 18.56830596923828 18.592178344726562 12.275324821472168 605186 0.0 0.0
111 2022-06-07 00:00:00+02:00 18.500669479370117 18.540456771850586 18.32560920715332 18.468839645385742 12.193893432617188 606368 0.0 0.0
112 2022-06-08 00:00:00+02:00 18.512605667114258 18.616050720214844 18.44496726989746 18.564327239990234 12.256937980651855 631100 0.0 0.0
113 2022-06-09 00:00:00+02:00 18.452926635742188 18.82691764831543 18.401203155517578 18.41313934326172 12.157118797302246 1105870 0.0 0.0
114 2022-06-10 00:00:00+02:00 18.273887634277344 18.31367301940918 17.685047149658203 17.685047149658203 11.676401138305664 933108 0.0 0.0
115 2022-06-13 00:00:00+02:00 17.506010055541992 17.768600463867188 17.223526000976562 17.521923065185547 11.56869888305664 1102884 0.0 0.0
116 2022-06-14 00:00:00+02:00 17.71289825439453 17.756664276123047 17.255355834960938 17.255355834960938 11.3927001953125 815872 0.0 0.0
117 2022-06-15 00:00:00+02:00 17.486116409301758 18.015274047851562 17.42245864868164 17.621389389038086 11.634371757507324 987976 0.0 0.0
118 2022-06-16 00:00:00+02:00 17.533859252929688 17.577625274658203 16.328332901000977 16.328332901000977 10.780641555786133 1421657 0.0 0.0
119 2022-06-17 00:00:00+02:00 16.391990661621094 16.694366455078125 16.06574249267578 16.248760223388672 10.728103637695312 3094063 0.0 0.0
120 2022-06-20 00:00:00+02:00 16.40790557861328 16.427799224853516 16.12542152404785 16.356182098388672 10.799029350280762 496948 0.0 0.0
121 2022-06-21 00:00:00+02:00 16.491456985473633 16.821683883666992 16.427799224853516 16.48349952697754 10.883089065551758 563534 0.0 0.0
122 2022-06-22 00:00:00+02:00 16.208974838256836 16.208974838256836 15.759387016296387 15.819067001342773 10.444403648376465 1050007 0.0 0.0
123 2022-06-23 00:00:00+02:00 15.735515594482422 15.799174308776855 15.285928726196289 15.30980110168457 10.10816478729248 1064414 0.0 0.0
124 2022-06-24 00:00:00+02:00 15.413246154785156 15.898639678955078 15.234207153320312 15.86681079864502 10.47592544555664 1215616 0.0 0.0
125 2022-06-27 00:00:00+02:00 16.01799964904785 16.328332901000977 15.958318710327148 16.117464065551758 10.641417503356934 1182615 0.0 0.0
126 2022-06-28 00:00:00+02:00 16.248760223388672 16.519306182861328 16.045848846435547 16.181123733520508 10.68344783782959 1274280 0.0 0.0
127 2022-06-29 00:00:00+02:00 16.014020919799805 16.06574249267578 15.468947410583496 15.528626441955566 10.252642631530762 1058236 0.0 0.0
128 2022-06-30 00:00:00+02:00 15.234207153320312 15.381417274475098 14.800535202026367 15.381417274475098 10.155448913574219 1934410 0.0 0.0
129 2022-07-01 00:00:00+02:00 15.277972221374512 15.679815292358398 15.230228424072266 15.377437591552734 10.15282154083252 909034 0.0 0.0
130 2022-07-04 00:00:00+02:00 15.564434051513672 15.791215896606445 15.488840103149414 15.687771797180176 10.35771656036377 798569 0.0 0.0
131 2022-07-05 00:00:00+02:00 15.763365745544434 15.91455364227295 14.884086608886719 14.884086608886719 9.827091217041016 1966763 0.0 0.0
132 2022-07-06 00:00:00+02:00 15.079039573669434 15.202378273010254 14.907958984375 15.110869407653809 9.976821899414062 938909 0.0 0.0
133 2022-07-07 00:00:00+02:00 15.301843643188477 15.898639678955078 15.23818588256836 15.807130813598633 10.4365234375 1170179 0.0 0.0
134 2022-07-08 00:00:00+02:00 15.69572925567627 16.39596939086914 15.532605171203613 16.049827575683594 10.596760749816895 1372047 0.0 0.0
135 2022-07-11 00:00:00+02:00 15.608199119567871 15.69572925567627 15.285928726196289 15.488840103149414 10.226374626159668 877119 0.0 0.0
136 2022-07-12 00:00:00+02:00 15.381417274475098 15.556476593017578 14.983552932739258 15.520668983459473 10.247389793395996 1161955 0.0 0.0
137 2022-07-13 00:00:00+02:00 15.425182342529297 15.647985458374023 15.234207153320312 15.357544898986816 10.139687538146973 1081802 0.0 0.0
138 2022-07-14 00:00:00+02:00 15.333672523498535 15.357544898986816 14.728919982910156 14.888065338134766 9.829717636108398 896311 0.0 0.0
139 2022-07-15 00:00:00+02:00 14.959680557250977 15.548519134521484 14.923872947692871 15.433138847351074 10.189598083496094 1160019 0.0 0.0
140 2022-07-18 00:00:00+02:00 15.970254898071289 16.316396713256836 15.894660949707031 16.133378982543945 10.651925086975098 1770123 0.0 0.0
141 2022-07-19 00:00:00+02:00 16.010042190551758 16.698345184326172 15.755409240722656 16.48349952697754 10.883089065551758 1574206 0.0 0.0
142 2022-07-20 00:00:00+02:00 16.551136016845703 16.67845344543457 16.145315170288086 16.439735412597656 10.854194641113281 876721 0.0 0.0
143 2022-07-21 00:00:00+02:00 16.30048179626465 16.646623611450195 16.16520881652832 16.364139556884766 10.804283142089844 1014598 0.0 0.0
144 2022-07-22 00:00:00+02:00 16.244781494140625 16.463605880737305 15.98219108581543 16.037891387939453 10.58888053894043 1100753 0.0 0.0
145 2022-07-25 00:00:00+02:00 16.014020919799805 16.39596939086914 15.874768257141113 16.11348533630371 10.638792037963867 826151 0.0 0.0
146 2022-07-26 00:00:00+02:00 16.11348533630371 16.133378982543945 15.600241661071777 15.715621948242188 10.376104354858398 1071673 0.0 0.0
147 2022-07-27 00:00:00+02:00 15.894660949707031 15.970254898071289 15.703685760498047 15.950362205505371 10.531089782714844 1076946 0.0 0.0
148 2022-07-28 00:00:00+02:00 16.368118286132812 16.686410903930664 16.232845306396484 16.551136016845703 10.927746772766113 1713701 0.0 0.0
149 2022-07-29 00:00:00+02:00 16.634687423706055 17.084274291992188 16.551136016845703 17.00868034362793 11.229835510253906 1096515 0.0 0.0
150 2022-08-01 00:00:00+02:00 17.088253021240234 17.303098678588867 16.83759880065918 16.861469268798828 11.132640838623047 698449 0.0 0.0
151 2022-08-02 00:00:00+02:00 16.833620071411133 16.992765426635742 16.674474716186523 16.937063217163086 11.182551383972168 683927 0.0 0.0
152 2022-08-03 00:00:00+02:00 16.92115020751953 17.175783157348633 16.83759880065918 17.12008285522461 11.303388595581055 520776 0.0 0.0
153 2022-08-04 00:00:00+02:00 17.132017135620117 17.334928512573242 17.004701614379883 17.064380645751953 11.266611099243164 770841 0.0 0.0
154 2022-08-05 00:00:00+02:00 17.100189208984375 17.283206939697266 16.821683883666992 17.104167938232422 11.292879104614258 676884 0.0 0.0
155 2022-08-08 00:00:00+02:00 17.283206939697266 17.47020149230957 17.076316833496094 17.319013595581055 11.434730529785156 640299 0.0 0.0
156 2022-08-09 00:00:00+02:00 17.247398376464844 17.342885971069336 16.9808292388916 17.112125396728516 11.298133850097656 513653 0.0 0.0
157 2022-08-10 00:00:00+02:00 17.084274291992188 17.43439483642578 16.90921401977539 17.394607543945312 11.484641075134277 565334 0.0 0.0
158 2022-08-11 00:00:00+02:00 17.45826530456543 17.474180221557617 17.15191078186035 17.267290115356445 11.400579452514648 740132 0.0 0.0
159 2022-08-12 00:00:00+02:00 17.23944091796875 17.486116409301758 17.231483459472656 17.342885971069336 11.450491905212402 966868 0.0 0.0
160 2022-08-15 00:00:00+02:00 17.346864700317383 17.474180221557617 17.064380645751953 17.243419647216797 11.384819984436035 404314 0.0 0.0
161 2022-08-16 00:00:00+02:00 17.342885971069336 17.426437377929688 17.175783157348633 17.36277961730957 11.463626861572266 615567 0.0 0.0
162 2022-08-17 00:00:00+02:00 17.44632911682129 17.525903701782227 16.742111206054688 16.76598358154297 11.069597244262695 1020374 0.0 0.0
163 2022-08-18 00:00:00+02:00 16.821683883666992 17.25137710571289 16.769962310791016 16.853513717651367 11.127388000488281 738694 0.0 0.0
164 2022-08-19 00:00:00+02:00 16.69038963317871 16.901256561279297 16.606836318969727 16.606836318969727 10.964520454406738 628184 0.0 0.0
165 2022-08-22 00:00:00+02:00 16.479520797729492 16.527265548706055 15.92251205444336 15.978212356567383 10.549478530883789 866276 0.0 0.0
166 2022-08-23 00:00:00+02:00 15.942404747009277 16.292524337768555 15.918533325195312 16.292524337768555 10.756999015808105 860233 0.0 0.0
167 2022-08-24 00:00:00+02:00 16.268653869628906 16.308439254760742 15.950362205505371 16.240802764892578 10.722850799560547 704240 0.0 0.0
168 2022-08-25 00:00:00+02:00 16.388011932373047 16.523286819458008 16.216930389404297 16.292524337768555 10.756999015808105 479490 0.0 0.0
169 2022-08-26 00:00:00+02:00 16.439735412597656 16.598880767822266 15.958318710327148 15.990147590637207 10.557358741760254 546820 0.0 0.0
170 2022-08-29 00:00:00+02:00 15.91455364227295 16.44769287109375 15.743473052978516 16.43177604675293 10.848939895629883 771344 0.0 0.0
171 2022-08-30 00:00:00+02:00 16.54317855834961 16.67845344543457 16.15327262878418 16.248760223388672 10.728103637695312 741509 0.0 0.0
172 2022-08-31 00:00:00+02:00 16.356182098388672 16.44371223449707 16.0418701171875 16.0418701171875 10.591507911682129 956161 0.0 0.0
173 2022-09-01 00:00:00+02:00 15.978212356567383 15.978212356567383 15.691749572753906 15.755409240722656 10.402374267578125 998562 0.0 0.0
174 2022-09-02 00:00:00+02:00 16.161230087280273 16.519306182861328 15.962298393249512 16.391990661621094 10.822671890258789 997552 0.0 0.0
175 2022-09-05 00:00:00+02:00 15.874768257141113 15.91455364227295 15.520668983459473 15.723580360412598 10.381359100341797 1129909 0.0 0.0
176 2022-09-06 00:00:00+02:00 15.763365745544434 16.09359359741211 15.683793067932129 15.86681079864502 10.47592544555664 638791 0.0 0.0
177 2022-09-07 00:00:00+02:00 15.616155624389648 16.264673233032227 15.58034896850586 16.21295166015625 10.704462051391602 819365 0.0 0.0
178 2022-09-08 00:00:00+02:00 16.292524337768555 16.364139556884766 15.954340934753418 16.14133644104004 10.65717887878418 690130 0.0 0.0
179 2022-09-09 00:00:00+02:00 16.19305992126465 16.575008392333984 16.19305992126465 16.427799224853516 10.8463134765625 623223 0.0 0.0
180 2022-09-12 00:00:00+02:00 16.614795684814453 17.076316833496094 16.571029663085938 16.98480796813965 11.21407413482666 880959 0.0 0.0
181 2022-09-13 00:00:00+02:00 17.02061653137207 17.549774169921875 16.698345184326172 16.722217559814453 11.040700912475586 1949078 0.0 0.0
182 2022-09-14 00:00:00+02:00 16.55511474609375 16.65458106994629 16.06574249267578 16.316396713256836 10.772761344909668 1147799 0.0 0.0
183 2022-09-15 00:00:00+02:00 16.316396713256836 16.50737190246582 16.01799964904785 16.12542152404785 10.646672248840332 704698 0.0 0.0
184 2022-09-16 00:00:00+02:00 15.92648983001709 16.05380630493164 15.647985458374023 15.954340934753418 10.533716201782227 1934284 0.0 0.0
185 2022-09-19 00:00:00+02:00 15.890682220458984 16.419841766357422 15.791215896606445 16.368118286132812 10.806909561157227 961766 0.0 0.0
186 2022-09-20 00:00:00+02:00 16.44769287109375 16.55511474609375 15.930468559265137 15.99412727355957 10.559985160827637 712846 0.0 0.0
187 2022-09-21 00:00:00+02:00 15.894660949707031 16.137357711791992 15.815088272094727 16.1294002532959 10.649298667907715 557165 0.0 0.0
188 2022-09-22 00:00:00+02:00 15.727558135986328 16.197038650512695 15.667879104614258 16.069721221923828 10.609896659851074 892616 0.0 0.0
189 2022-09-23 00:00:00+02:00 16.0418701171875 16.161230087280273 15.64002799987793 15.854874610900879 10.46804428100586 1425407 0.0 0.0
190 2022-09-26 00:00:00+02:00 15.675835609436035 16.037891387939453 15.604220390319824 15.604220390319824 10.302552223205566 823367 0.0 0.0
191 2022-09-27 00:00:00+02:00 15.6360502243042 15.886704444885254 15.492818832397461 15.687771797180176 10.35771656036377 1239006 0.0 0.0
192 2022-09-28 00:00:00+02:00 15.433138847351074 16.109508514404297 15.170549392700195 15.990147590637207 10.557358741760254 1753368 0.0 0.0
193 2022-09-29 00:00:00+02:00 15.986169815063477 15.986169815063477 15.40926742553711 15.516690254211426 10.24476146697998 1373640 0.0 0.0
194 2022-09-30 00:00:00+02:00 15.6360502243042 15.894660949707031 15.528626441955566 15.842939376831055 10.460165023803711 1225082 0.0 0.0
195 2022-10-03 00:00:00+02:00 15.671856880187988 16.419841766357422 15.628091812133789 16.34822654724121 10.793777465820312 968647 0.0 0.0
196 2022-10-04 00:00:00+02:00 16.618772506713867 17.267290115356445 16.618772506713867 17.267290115356445 11.400579452514648 1425231 0.0 0.0
197 2022-10-05 00:00:00+02:00 17.100189208984375 17.35084342956543 17.016637802124023 17.08029556274414 11.277119636535645 1216119 0.0 0.0
198 2022-10-06 00:00:00+02:00 17.203632354736328 17.32697105407715 16.88534164428711 16.976850509643555 11.208820343017578 825166 0.0 0.0
199 2022-10-07 00:00:00+02:00 16.976850509643555 17.12803840637207 16.65458106994629 16.730175018310547 11.045955657958984 839674 0.0 0.0
200 2022-10-10 00:00:00+02:00 16.610815048217773 17.56966781616211 16.586944580078125 17.402565002441406 11.48989486694336 1029281 0.0 0.0
201 2022-10-11 00:00:00+02:00 17.088253021240234 17.23944091796875 16.284568786621094 16.463605880737305 10.869955062866211 2020228 0.0 0.0
202 2022-10-12 00:00:00+02:00 16.499414443969727 16.929107666015625 16.320375442504883 16.789854049682617 11.085357666015625 1510536 0.0 0.0
203 2022-10-13 00:00:00+02:00 16.694366455078125 17.17976188659668 16.384033203125 17.17976188659668 11.342789649963379 1551570 0.0 0.0
204 2022-10-14 00:00:00+02:00 17.525903701782227 17.69300651550293 16.841577529907227 17.012659072875977 11.232462882995605 1388605 0.0 0.0
205 2022-10-17 00:00:00+02:00 17.012659072875977 17.49407386779785 16.913192749023438 17.287185668945312 11.413715362548828 857670 0.0 0.0
206 2022-10-18 00:00:00+02:00 17.43439483642578 17.951616287231445 17.39858627319336 17.617412567138672 11.631745338439941 1118895 0.0 0.0
207 2022-10-19 00:00:00+02:00 17.732791900634766 17.820322036743164 17.565689086914062 17.58160400390625 11.60810375213623 659672 0.0 0.0
208 2022-10-20 00:00:00+02:00 17.4980525970459 17.796449661254883 17.414501190185547 17.677091598510742 11.671147346496582 869126 0.0 0.0
209 2022-10-21 00:00:00+02:00 17.506010055541992 17.85215187072754 17.346864700317383 17.85215187072754 11.786730766296387 781749 0.0 0.0
210 2022-10-24 00:00:00+02:00 18.699600219726562 18.834875106811523 17.708919525146484 18.345502853393555 12.11246109008789 1695268 0.0 0.0
211 2022-10-25 00:00:00+02:00 18.440990447998047 18.627986907958984 17.931724548339844 18.202272415161133 12.017894744873047 1131150 0.0 0.0
212 2022-10-26 00:00:00+02:00 18.22614288330078 18.43701171875 17.975488662719727 18.329587936401367 12.101953506469727 1222905 0.0 0.0
213 2022-10-27 00:00:00+02:00 18.341524124145508 18.600135803222656 18.08291244506836 18.293779373168945 12.0783109664917 778065 0.0 0.0
214 2022-10-28 00:00:00+02:00 18.078933715820312 18.32560920715332 17.975488662719727 18.269908905029297 12.06255054473877 1099727 0.0 0.0
215 2022-10-31 00:00:00+01:00 18.369373321533203 18.532499313354492 18.14259147644043 18.150548934936523 11.983744621276855 1018936 0.0 0.0
216 2022-11-01 00:00:00+01:00 18.293779373168945 18.492712020874023 18.063018798828125 18.15452766418457 11.986370086669922 1016061 0.0 0.0
217 2022-11-02 00:00:00+01:00 18.186357498168945 18.194313049316406 17.88397979736328 18.063018798828125 11.92595386505127 1299861 0.0 0.0
218 2022-11-03 00:00:00+01:00 17.69300651550293 18.015274047851562 17.406543731689453 17.98344612121582 11.87341594696045 1179101 0.0 0.0
219 2022-11-04 00:00:00+01:00 18.202272415161133 18.894554138183594 18.15452766418457 18.791109085083008 12.406667709350586 1369272 0.0 0.0
220 2022-11-07 00:00:00+01:00 18.759281158447266 19.391883850097656 18.659814834594727 19.336183547973633 12.766550064086914 1259541 0.0 0.0
221 2022-11-08 00:00:00+01:00 19.332204818725586 19.566944122314453 19.188974380493164 19.41177749633789 12.816459655761719 886906 0.0 0.0
222 2022-11-09 00:00:00+01:00 19.415756225585938 19.415756225585938 18.954233169555664 19.208866119384766 12.682489395141602 1198007 0.0 0.0
223 2022-11-10 00:00:00+01:00 19.153165817260742 19.59479522705078 19.03778648376465 19.586837768554688 12.93204116821289 1410472 0.0 0.0
224 2022-11-11 00:00:00+01:00 19.59479522705078 19.857385635375977 19.562965393066406 19.78974723815918 13.066010475158691 1274687 0.0 0.0
225 2022-11-14 00:00:00+01:00 19.81361961364746 20.112018585205078 19.690282821655273 20.032445907592773 13.226251602172852 1295287 0.0 0.0
226 2022-11-15 00:00:00+01:00 20.01255226135254 20.191591262817383 19.61071014404297 19.805662155151367 13.076519966125488 1056914 0.0 0.0
227 2022-11-16 00:00:00+01:00 19.75394058227539 19.785770416259766 19.276504516601562 19.44758415222168 12.84010124206543 1015000 0.0 0.0
228 2022-11-17 00:00:00+01:00 19.4833927154541 19.65447425842285 19.09746551513672 19.296396255493164 12.740279197692871 644501 0.0 0.0
229 2022-11-18 00:00:00+01:00 19.42371368408203 19.666410446166992 19.332204818725586 19.666410446166992 12.984579086303711 829590 0.0 0.0
230 2022-11-21 00:00:00+01:00 19.598773956298828 19.606731414794922 19.02187156677246 19.101444244384766 12.611566543579102 918183 0.0 0.0
231 2022-11-22 00:00:00+01:00 19.137252807617188 19.49930763244629 19.073593139648438 19.395862579345703 12.805953025817871 915438 0.0 0.0
232 2022-11-23 00:00:00+01:00 19.475435256958008 19.51124382019043 19.149187088012695 19.264568328857422 12.719265937805176 867427 0.0 0.0
233 2022-11-24 00:00:00+01:00 19.31231117248535 19.551029205322266 19.31231117248535 19.539094924926758 12.900520324707031 658838 0.0 0.0
234 2022-11-25 00:00:00+01:00 19.535114288330078 19.574901580810547 19.371990203857422 19.419734954833984 12.8217134475708 444192 0.0 0.0
235 2022-11-28 00:00:00+01:00 19.296396255493164 19.356077194213867 19.085529327392578 19.16908073425293 12.656221389770508 743198 0.0 0.0
236 2022-11-29 00:00:00+01:00 18.830896377563477 18.978105545043945 18.572284698486328 18.72745132446289 12.364638328552246 1801344 0.0 0.0
237 2022-11-30 00:00:00+01:00 18.89853286743164 18.92638397216797 18.405181884765625 18.675729751586914 12.33049201965332 1555300 0.0 0.0
238 2022-12-01 00:00:00+01:00 18.87466049194336 18.958213806152344 18.56830596923828 18.73938751220703 12.372520446777344 1102744 0.0 0.0
239 2022-12-02 00:00:00+01:00 18.663793563842773 19.013914108276367 18.55636978149414 19.005956649780273 12.5485200881958 783142 0.0 0.0
240 2022-12-05 00:00:00+01:00 18.966169357299805 19.061656951904297 18.73938751220703 18.86272621154785 12.45395278930664 726414 0.0 0.0
241 2022-12-06 00:00:00+01:00 18.870683670043945 19.073593139648438 18.791109085083008 18.962190628051758 12.519624710083008 752418 0.0 0.0
242 2022-12-07 00:00:00+01:00 18.922405242919922 18.958213806152344 18.572284698486328 18.62002944946289 12.29371452331543 1312303 0.0 0.0
243 2022-12-08 00:00:00+01:00 18.48475456237793 18.759281158447266 18.421096801757812 18.516584396362305 12.22541618347168 1077991 0.0 0.0
244 2022-12-09 00:00:00+01:00 18.56830596923828 18.890575408935547 18.52056312561035 18.83885383605957 12.438192367553711 876148 0.0 0.0
245 2022-12-12 00:00:00+01:00 18.735408782958984 18.763259887695312 18.417118072509766 18.468839645385742 12.193893432617188 1151398 0.0 0.0
246 2022-12-13 00:00:00+01:00 18.604114532470703 19.065635681152344 18.552391052246094 18.942298889160156 12.506489753723145 1226494 0.0 0.0
247 2022-12-14 00:00:00+01:00 18.858747482299805 19.017892837524414 18.75530242919922 18.8865966796875 12.469714164733887 958418 0.0 0.0
248 2022-12-15 00:00:00+01:00 18.73938751220703 18.751323699951172 18.369373321533203 18.47281837463379 12.19651985168457 1115743 0.0 0.0
249 2022-12-16 00:00:00+01:00 18.4569034576416 18.627986907958984 18.329587936401367 18.564327239990234 12.256937980651855 1941860 0.0 0.0
250 2022-12-19 00:00:00+01:00 18.58422088623047 18.75530242919922 18.548412322998047 18.627986907958984 12.298968315124512 778150 0.0 0.0
251 2022-12-20 00:00:00+01:00 18.504648208618164 18.7990665435791 18.393245697021484 18.7990665435791 12.411921501159668 935164 0.0 0.0
252 2022-12-21 00:00:00+01:00 18.89853286743164 19.244674682617188 18.8865966796875 19.208866119384766 12.682489395141602 1124419 0.0 0.0
253 2022-12-22 00:00:00+01:00 19.272525787353516 19.38790512084961 18.783153533935547 18.82691764831543 12.43031120300293 1217165 0.0 0.0
254 2022-12-23 00:00:00+01:00 18.89853286743164 19.14520835876465 18.81498146057129 19.0338077545166 12.566908836364746 552525 0.0 0.0
255 2022-12-27 00:00:00+01:00 19.177038192749023 19.24069595336914 19.03778648376465 19.04972267150879 12.57741641998291 387951 0.0 0.0
256 2022-12-28 00:00:00+01:00 19.09746551513672 19.177038192749023 18.934341430664062 19.005956649780273 12.5485200881958 517744 0.0 0.0
257 2022-12-29 00:00:00+01:00 19.001977920532227 19.077571868896484 18.8865966796875 19.045743942260742 12.574790000915527 398794 0.0 0.0
258 2022-12-30 00:00:00+01:00 18.946277618408203 19.017892837524414 18.75530242919922 18.791109085083008 12.406667709350586 449339 0.0 0.0
259 2023-01-02 00:00:00+01:00 18.990041732788086 19.383926391601562 18.914447784423828 19.383926391601562 12.79807186126709 671340 0.0 0.0
260 2023-01-03 00:00:00+01:00 19.356077194213867 19.78179168701172 19.344141006469727 19.435649871826172 12.832220077514648 983215 0.0 0.0
261 2023-01-04 00:00:00+01:00 19.48737144470215 19.982711791992188 19.44758415222168 19.94292640686035 13.167146682739258 1333355 0.0 0.0
262 2023-01-05 00:00:00+01:00 19.932979583740234 20.121965408325195 19.845449447631836 20.002605438232422 13.206550598144531 1261924 0.0 0.0
263 2023-01-06 00:00:00+01:00 20.112018585205078 20.410415649414062 19.95287322998047 20.410415649414062 13.475802421569824 641716 0.0 0.0
264 2023-01-09 00:00:00+01:00 20.410415649414062 20.569562911987305 20.32089614868164 20.440256118774414 13.495504379272461 839910 0.0 0.0
265 2023-01-10 00:00:00+01:00 20.48004150390625 20.48004150390625 19.932979583740234 20.17169761657715 13.318191528320312 1099813 0.0 0.0
266 2023-01-11 00:00:00+01:00 20.241323471069336 20.838119506835938 20.10207176208496 20.599401473999023 13.600577354431152 1479852 0.0 0.0
267 2023-01-12 00:00:00+01:00 20.60934829711914 20.758546829223633 20.470096588134766 20.639188766479492 13.626848220825195 1067892 0.0 0.0
268 2023-01-13 00:00:00+01:00 20.559614181518555 21.01715850830078 20.430309295654297 20.788387298583984 13.725353240966797 1563851 0.0 0.0
269 2023-01-16 00:00:00+01:00 20.589454650878906 20.72870635986328 20.181644439697266 20.70881462097168 14.76673412322998 790612 1.54 0.0
270 2023-01-17 00:00:00+01:00 20.698867797851562 20.997264862060547 20.499935150146484 20.659080505371094 14.731269836425781 917298 0.0 0.0
271 2023-01-18 00:00:00+01:00 20.649133682250977 20.80828094482422 20.39052391052246 20.688920974731445 14.752549171447754 976454 0.0 0.0
272 2023-01-19 00:00:00+01:00 20.569562911987305 20.57950782775879 20.26121711730957 20.39052391052246 14.539772987365723 888012 0.0 0.0
273 2023-01-20 00:00:00+01:00 20.529775619506836 20.649133682250977 20.340789794921875 20.619295120239258 14.702899932861328 757103 0.0 0.0
274 2023-01-23 00:00:00+01:00 20.678974151611328 20.70881462097168 20.5098819732666 20.57950782775879 14.674530982971191 540245 0.0 0.0
275 2023-01-24 00:00:00+01:00 20.688920974731445 20.72870635986328 20.599401473999023 20.72870635986328 14.780917167663574 497230 0.0 0.0
276 2023-01-25 00:00:00+01:00 20.72870635986328 20.788387298583984 20.539722442626953 20.72870635986328 14.780917167663574 610198 0.0 0.0
277 2023-01-26 00:00:00+01:00 20.82817268371582 21.01715850830078 20.549667358398438 21.01715850830078 14.986603736877441 1177819 0.0 0.0
278 2023-01-27 00:00:00+01:00 21.0271053314209 21.315555572509766 20.937585830688477 21.196197509765625 15.114269256591797 1399061 0.0 0.0
279 2023-01-30 00:00:00+01:00 21.106678009033203 21.196197509765625 20.967424392700195 21.096731185913086 15.043343544006348 1048142 0.0 0.0
280 2023-01-31 00:00:00+01:00 21.156410217285156 21.255876541137695 21.007211685180664 21.216089248657227 15.12845516204834 1153987 0.0 0.0
281 2023-02-01 00:00:00+01:00 21.36528968811035 21.633846282958984 21.295663833618164 21.604007720947266 15.405065536499023 1127903 0.0 0.0
282 2023-02-02 00:00:00+01:00 21.604007720947266 21.922298431396484 21.514488220214844 21.792993545532227 15.539825439453125 1405008 0.0 0.0
283 2023-02-03 00:00:00+01:00 21.733312606811523 21.981977462768555 21.6437931060791 21.981977462768555 15.674581527709961 1224408 0.0 0.0
284 2023-02-06 00:00:00+01:00 21.713420867919922 21.862619400024414 21.514488220214844 21.6437931060791 15.433436393737793 1078283 0.0 0.0
285 2023-02-07 00:00:00+01:00 21.812885284423828 21.912351608276367 21.6437931060791 21.65374183654785 15.440529823303223 983431 0.0 0.0
286 2023-02-08 00:00:00+01:00 21.68358039855957 22.051603317260742 21.68358039855957 21.832778930664062 15.568194389343262 983919 0.0 0.0
287 2023-02-09 00:00:00+01:00 21.862619400024414 22.03171157836914 21.74325942993164 21.892459869384766 15.610751152038574 921355 0.0 0.0
288 2023-02-10 00:00:00+01:00 21.773099899291992 21.892459869384766 21.39512825012207 21.58411407470703 15.39087963104248 931770 0.0 0.0
289 2023-02-13 00:00:00+01:00 21.613954544067383 21.68358039855957 21.484647750854492 21.534381866455078 15.355417251586914 653816 0.0 0.0
290 2023-02-14 00:00:00+01:00 21.564220428466797 21.6437931060791 21.415021896362305 21.484647750854492 15.319953918457031 566610 0.0 0.0
291 2023-02-15 00:00:00+01:00 21.385181427001953 21.72336769104004 21.345396041870117 21.703474044799805 15.475992202758789 971141 0.0 0.0
292 2023-02-16 00:00:00+01:00 21.733312606811523 21.852672576904297 21.58411407470703 21.753206253051758 15.511453628540039 860626 0.0 0.0
293 2023-02-17 00:00:00+01:00 21.604007720947266 21.822832107543945 21.484647750854492 21.763153076171875 15.518547058105469 558814 0.0 0.0
294 2023-02-20 00:00:00+01:00 21.78304672241211 22.340055465698242 21.78304672241211 22.340055465698242 15.929915428161621 997833 0.0 0.0
295 2023-02-21 00:00:00+01:00 22.300268173217773 22.4693603515625 22.111284255981445 22.19085693359375 15.823528289794922 907456 0.0 0.0
296 2023-02-22 00:00:00+01:00 21.59406089782715 22.011817932128906 21.484647750854492 21.97203254699707 15.667490005493164 1114536 0.0 0.0
297 2023-02-23 00:00:00+01:00 22.06155014038086 22.06155014038086 21.05694580078125 21.126571655273438 15.064621925354004 2085708 0.0 0.0
298 2023-02-24 00:00:00+01:00 21.126571655273438 21.763153076171875 20.967424392700195 21.07683753967285 15.029157638549805 1493284 0.0 0.0
299 2023-02-27 00:00:00+01:00 21.285715103149414 21.604007720947266 21.206144332885742 21.454809188842773 15.298677444458008 744495 0.0 0.0
300 2023-02-28 00:00:00+01:00 21.325502395629883 21.72336769104004 21.265823364257812 21.534381866455078 15.355417251586914 1797489 0.0 0.0
301 2023-03-01 00:00:00+01:00 21.613954544067383 21.663686752319336 21.30561065673828 21.37523651123047 15.241936683654785 1095414 0.0 0.0
302 2023-03-02 00:00:00+01:00 21.295663833618164 21.43491554260254 21.096731185913086 21.355342864990234 15.227752685546875 729153 0.0 0.0
303 2023-03-03 00:00:00+01:00 21.454809188842773 21.673633575439453 21.444862365722656 21.59406089782715 15.39797306060791 731340 0.0 0.0
304 2023-03-06 00:00:00+01:00 21.59406089782715 21.633846282958984 21.136518478393555 21.136518478393555 15.07171630859375 1177638 0.0 0.0
305 2023-03-07 00:00:00+01:00 21.14646339416504 21.255876541137695 21.0469970703125 21.126571655273438 15.064621925354004 894823 0.0 0.0
306 2023-03-08 00:00:00+01:00 21.0271053314209 21.216089248657227 20.7386531829834 21.216089248657227 15.12845516204834 1145240 0.0 0.0
307 2023-03-09 00:00:00+01:00 21.07683753967285 21.196197509765625 21.01715850830078 21.066890716552734 15.022065162658691 611676 0.0 0.0
308 2023-03-10 00:00:00+01:00 20.76849365234375 21.007211685180664 20.589454650878906 20.897798538208008 14.90149211883545 1111284 0.0 0.0
309 2023-03-13 00:00:00+01:00 20.688920974731445 20.778440475463867 20.07223129272461 20.221431732177734 14.41919994354248 1243550 0.0 0.0
310 2023-03-14 00:00:00+01:00 20.181644439697266 20.470096588134766 19.903139114379883 20.400468826293945 14.546863555908203 1301756 0.0 0.0
311 2023-03-15 00:00:00+01:00 20.430309295654297 20.440256118774414 19.093486785888672 19.121337890625 13.634759902954102 2538134 0.0 0.0
312 2023-03-16 00:00:00+01:00 19.578880310058594 19.68232536315918 18.914447784423828 19.344141006469727 13.793633460998535 1772646 0.0 0.0
313 2023-03-17 00:00:00+01:00 19.395862579345703 19.68232536315918 18.87466049194336 19.20488739013672 13.694336891174316 2459464 0.0 0.0
314 2023-03-20 00:00:00+01:00 19.196931838989258 19.531137466430664 18.723472595214844 19.467479705810547 13.881582260131836 903163 0.0 0.0
315 2023-03-21 00:00:00+01:00 19.73006820678711 20.17169761657715 19.646516799926758 19.972766876220703 14.2418851852417 1270092 0.0 0.0
316 2023-03-22 00:00:00+01:00 19.932979583740234 20.340789794921875 19.869321823120117 20.032445907592773 14.284440040588379 1100120 0.0 0.0
317 2023-03-23 00:00:00+01:00 19.962818145751953 19.962818145751953 19.6584529876709 19.845449447631836 14.151098251342773 1594495 0.0 0.0
318 2023-03-24 00:00:00+01:00 19.74200439453125 19.761898040771484 19.165102005004883 19.726089477539062 14.065986633300781 2008460 0.0 0.0
319 2023-03-27 00:00:00+02:00 20.07223129272461 20.301002502441406 19.833513259887695 20.221431732177734 14.41919994354248 1382281 0.0 0.0
320 2023-03-28 00:00:00+02:00 20.42036247253418 20.559614181518555 20.13191032409668 20.470096588134766 14.596513748168945 1220512 0.0 0.0
321 2023-03-29 00:00:00+02:00 20.559614181518555 20.639188766479492 20.370630264282227 20.539722442626953 14.646160125732422 791707 0.0 0.0
322 2023-03-30 00:00:00+02:00 20.659080505371094 21.01715850830078 20.629241943359375 20.82817268371582 14.851845741271973 968974 0.0 0.0
323 2023-03-31 00:00:00+02:00 20.82817268371582 21.01715850830078 20.748600006103516 20.95747947692871 14.944048881530762 1172265 0.0 0.0
324 2023-04-03 00:00:00+02:00 20.967424392700195 21.066890716552734 20.688920974731445 20.937585830688477 14.929863929748535 1141103 0.0 0.0
325 2023-04-04 00:00:00+02:00 21.08678436279297 21.186250686645508 20.858013153076172 20.858013153076172 14.873123168945312 728163 0.0 0.0
326 2023-04-05 00:00:00+02:00 20.897798538208008 20.947532653808594 20.46014976501465 20.499935150146484 14.617790222167969 1310588 0.0 0.0
327 2023-04-06 00:00:00+02:00 20.649133682250977 20.758546829223633 20.470096588134766 20.589454650878906 14.681623458862305 957116 0.0 0.0
328 2023-04-11 00:00:00+02:00 20.887853622436523 21.216089248657227 20.867958068847656 21.196197509765625 15.114269256591797 1155390 0.0 0.0
329 2023-04-12 00:00:00+02:00 21.156410217285156 21.285715103149414 20.907745361328125 21.226036071777344 15.135547637939453 907456 0.0 0.0
330 2023-04-13 00:00:00+02:00 21.186250686645508 21.385181427001953 21.14646339416504 21.255876541137695 15.156824111938477 1096832 0.0 0.0
331 2023-04-14 00:00:00+02:00 21.315555572509766 21.514488220214844 21.216089248657227 21.484647750854492 15.319953918457031 1071929 0.0 0.0
332 2023-04-17 00:00:00+02:00 21.882511138916016 22.07149887084961 21.58411407470703 21.892459869384766 15.610751152038574 1508490 0.0 0.0
333 2023-04-18 00:00:00+02:00 21.862619400024414 22.041658401489258 21.484647750854492 21.613954544067383 15.412158012390137 1127797 0.0 0.0
334 2023-04-19 00:00:00+02:00 21.633846282958984 21.65374183654785 21.37523651123047 21.633846282958984 15.426342010498047 908843 0.0 0.0
335 2023-04-20 00:00:00+02:00 21.68358039855957 21.68358039855957 21.484647750854492 21.6239013671875 15.419249534606934 810257 0.0 0.0
336 2023-04-21 00:00:00+02:00 21.58411407470703 21.58411407470703 21.255876541137695 21.424968719482422 15.277398109436035 823291 0.0 0.0
337 2023-04-24 00:00:00+02:00 21.385181427001953 21.703474044799805 21.295663833618164 21.633846282958984 15.426342010498047 882673 0.0 0.0
338 2023-04-25 00:00:00+02:00 21.59406089782715 21.74325942993164 21.385181427001953 21.663686752319336 15.447622299194336 1318878 0.0 0.0
339 2023-04-26 00:00:00+02:00 21.464754104614258 21.613954544067383 21.096731185913086 21.613954544067383 15.412158012390137 1135730 0.0 0.0
340 2023-04-27 00:00:00+02:00 21.504541397094727 21.504541397094727 20.897798538208008 21.11662483215332 15.057530403137207 1167454 0.0 0.0
341 2023-04-28 00:00:00+02:00 21.136518478393555 21.65374183654785 21.007211685180664 21.65374183654785 15.440529823303223 1480858 0.0 0.0
342 2023-05-02 00:00:00+02:00 21.68358039855957 21.713420867919922 21.126571655273438 21.14646339416504 15.07880687713623 1146537 0.0 0.0
343 2023-05-03 00:00:00+02:00 21.285715103149414 21.504541397094727 21.186250686645508 21.424968719482422 15.277398109436035 1054129 0.0 0.0
344 2023-05-04 00:00:00+02:00 20.987319946289062 21.6437931060791 20.340789794921875 20.66902732849121 14.738364219665527 1741640 0.0 0.0
345 2023-05-05 00:00:00+02:00 21.01715850830078 21.59406089782715 20.80828094482422 21.444862365722656 15.291584014892578 1420028 0.0 0.0
346 2023-05-08 00:00:00+02:00 21.484647750854492 21.514488220214844 21.245929718017578 21.514488220214844 15.341232299804688 674713 0.0 0.0
347 2023-05-09 00:00:00+02:00 21.663686752319336 21.663686752319336 21.17630386352539 21.444862365722656 15.291584014892578 853724 0.0 0.0
348 2023-05-10 00:00:00+02:00 21.49459457397461 21.663686752319336 21.156410217285156 21.405075073242188 15.263213157653809 826931 0.0 0.0
349 2023-05-11 00:00:00+02:00 21.464754104614258 21.633846282958984 21.106678009033203 21.37523651123047 15.241936683654785 1023400 0.0 0.0
350 2023-05-12 00:00:00+02:00 21.37523651123047 21.43491554260254 21.206144332885742 21.37523651123047 17.269859313964844 847053 2.51 0.0
351 2023-05-15 00:00:00+02:00 21.0469970703125 21.096731185913086 20.788387298583984 20.858013153076172 19.094114303588867 1023546 2.51 0.0
352 2023-05-16 00:00:00+02:00 20.7386531829834 20.76849365234375 20.281110763549805 20.310949325561523 18.593313217163086 1280267 0.0 0.0
353 2023-05-17 00:00:00+02:00 20.201536178588867 20.57950782775879 20.092124938964844 20.549667358398438 18.811845779418945 1106539 0.0 0.0
354 2023-05-18 00:00:00+02:00 20.72870635986328 20.818225860595703 20.539722442626953 20.678974151611328 18.930217742919922 704356 0.0 0.0
355 2023-05-19 00:00:00+02:00 20.818225860595703 20.897798538208008 20.66902732849121 20.72870635986328 18.975744247436523 1030030 0.0 0.0
356 2023-05-22 00:00:00+02:00 20.66902732849121 20.788387298583984 20.57950782775879 20.76849365234375 19.012165069580078 853879 0.0 0.0
357 2023-05-23 00:00:00+02:00 20.748600006103516 20.80828094482422 20.66902732849121 20.79833221435547 19.03948211669922 779729 0.0 0.0
358 2023-05-24 00:00:00+02:00 20.60934829711914 20.60934829711914 20.291057586669922 20.489988327026367 18.757211685180664 846847 0.0 0.0
359 2023-05-25 00:00:00+02:00 20.51982879638672 20.51982879638672 19.962818145751953 20.01255226135254 18.320152282714844 1017197 0.0 0.0
360 2023-05-26 00:00:00+02:00 20.141857147216797 20.26121711730957 19.885236740112305 20.191591262817383 18.48404884338379 1058894 0.0 0.0
361 2023-05-29 00:00:00+02:00 20.301002502441406 20.340789794921875 20.181644439697266 20.26121711730957 18.547786712646484 295090 0.0 0.0
362 2023-05-30 00:00:00+02:00 20.301002502441406 20.340789794921875 20.052337646484375 20.092124938964844 18.392993927001953 641576 0.0 0.0
363 2023-05-31 00:00:00+02:00 19.77781105041504 19.77781105041504 19.184995651245117 19.427692413330078 17.784751892089844 3164263 0.0 0.0
364 2023-06-01 00:00:00+02:00 19.614688873291016 19.698240280151367 19.475435256958008 19.68232536315918 18.017850875854492 876148 0.0 0.0
365 2023-06-02 00:00:00+02:00 19.857385635375977 20.499935150146484 19.8255558013916 20.440256118774414 18.711685180664062 1069712 0.0 0.0
366 2023-06-05 00:00:00+02:00 20.529775619506836 20.589454650878906 20.39052391052246 20.499935150146484 18.766319274902344 850280 0.0 0.0
367 2023-06-06 00:00:00+02:00 20.489988327026367 20.66902732849121 20.38057518005371 20.66902732849121 18.921110153198242 646291 0.0 0.0
368 2023-06-07 00:00:00+02:00 20.678974151611328 20.92763900756836 20.569562911987305 20.92763900756836 19.157852172851562 885388 0.0 0.0
369 2023-06-08 00:00:00+02:00 20.877906799316406 21.514488220214844 20.877906799316406 21.186250686645508 19.394594192504883 1247924 0.0 0.0
370 2023-06-09 00:00:00+02:00 21.126571655273438 21.17630386352539 20.46014976501465 20.818225860595703 19.05769157409668 1294412 0.0 0.0
371 2023-06-12 00:00:00+02:00 20.887853622436523 21.08678436279297 20.80828094482422 21.05694580078125 19.27622413635254 932962 0.0 0.0
372 2023-06-13 00:00:00+02:00 21.166357040405273 21.454809188842773 20.907745361328125 21.424968719482422 19.61312484741211 905912 0.0 0.0
373 2023-06-14 00:00:00+02:00 21.862619400024414 21.882511138916016 21.424968719482422 21.514488220214844 19.6950740814209 1696595 0.0 0.0
374 2023-06-15 00:00:00+02:00 21.474702835083008 21.474702835083008 21.01715850830078 21.355342864990234 19.549386978149414 932700 0.0 0.0
375 2023-06-16 00:00:00+02:00 21.444862365722656 21.52443504333496 20.04239273071289 20.569562911987305 18.83005714416504 3430067 0.0 0.0
376 2023-06-19 00:00:00+02:00 20.291057586669922 20.291057586669922 19.932979583740234 19.982711791992188 18.292835235595703 1208865 0.0 0.0
377 2023-06-20 00:00:00+02:00 19.495328903198242 20.121965408325195 19.208866119384766 19.821577072143555 18.145326614379883 2053697 0.0 0.0
378 2023-06-21 00:00:00+02:00 19.845449447631836 19.923032760620117 19.662431716918945 19.923032760620117 18.238203048706055 644074 0.0 0.0
379 2023-06-22 00:00:00+02:00 19.749961853027344 20.022499084472656 19.68232536315918 19.797706604003906 18.12347412109375 667821 0.0 0.0
380 2023-06-23 00:00:00+02:00 19.65447425842285 19.805662155151367 19.539094924926758 19.686304092407227 18.021493911743164 893260 0.0 0.0
381 2023-06-26 00:00:00+02:00 19.757919311523438 20.032445907592773 19.65447425842285 19.982711791992188 18.292835235595703 793819 0.0 0.0
382 2023-06-27 00:00:00+02:00 20.092124938964844 20.211484909057617 19.74200439453125 19.95287322998047 18.265520095825195 871227 0.0 0.0
383 2023-06-28 00:00:00+02:00 20.112018585205078 20.151803970336914 19.865341186523438 19.95287322998047 18.265520095825195 911547 0.0 0.0
384 2023-06-29 00:00:00+02:00 20.01255226135254 20.181644439697266 19.903139114379883 20.092124938964844 18.392993927001953 1053234 0.0 0.0
385 2023-06-30 00:00:00+02:00 20.092124938964844 20.46014976501465 20.092124938964844 20.350736618041992 18.629737854003906 934560 0.0 0.0
386 2023-07-03 00:00:00+02:00 20.301002502441406 20.499935150146484 20.181644439697266 20.26121711730957 18.547786712646484 652308 0.0 0.0
387 2023-07-04 00:00:00+02:00 20.241323471069336 20.241323471069336 20.032445907592773 20.181644439697266 18.474945068359375 483753 0.0 0.0
388 2023-07-05 00:00:00+02:00 20.07223129272461 20.201536178588867 20.002605438232422 20.092124938964844 18.392993927001953 692829 0.0 0.0
389 2023-07-06 00:00:00+02:00 19.903139114379883 20.002605438232422 19.634580612182617 19.74200439453125 18.07248306274414 1098682 0.0 0.0
390 2023-07-07 00:00:00+02:00 19.7181339263916 20.350736618041992 19.7181339263916 20.350736618041992 18.629737854003906 909321 0.0 0.0
391 2023-07-10 00:00:00+02:00 20.221431732177734 20.48004150390625 20.201536178588867 20.241323471069336 18.52957534790039 599989 0.0 0.0
392 2023-07-11 00:00:00+02:00 20.291057586669922 20.60934829711914 20.211484909057617 20.51982879638672 18.784528732299805 514723 0.0 0.0
393 2023-07-12 00:00:00+02:00 20.569562911987305 21.126571655273438 20.529775619506836 21.066890716552734 19.285327911376953 903369 0.0 0.0
394 2023-07-13 00:00:00+02:00 20.967424392700195 21.226036071777344 20.92763900756836 20.967424392700195 19.194272994995117 830319 0.0 0.0
395 2023-07-14 00:00:00+02:00 20.877906799316406 20.897798538208008 20.301002502441406 20.301002502441406 18.584209442138672 959780 0.0 0.0
396 2023-07-17 00:00:00+02:00 20.191591262817383 20.330842971801758 20.151803970336914 20.201536178588867 18.493154525756836 678639 0.0 0.0
397 2023-07-18 00:00:00+02:00 20.211484909057617 20.410415649414062 20.112018585205078 20.410415649414062 18.684368133544922 696082 0.0 0.0
398 2023-07-19 00:00:00+02:00 20.340789794921875 20.430309295654297 20.04239273071289 20.310949325561523 18.593313217163086 1027451 0.0 0.0
399 2023-07-20 00:00:00+02:00 20.330842971801758 20.589454650878906 20.330842971801758 20.589454650878906 18.8482666015625 771530 0.0 0.0
400 2023-07-21 00:00:00+02:00 20.569562911987305 20.758546829223633 20.499935150146484 20.639188766479492 18.893795013427734 532559 0.0 0.0
401 2023-07-24 00:00:00+02:00 20.529775619506836 20.788387298583984 20.48004150390625 20.778440475463867 19.021270751953125 576946 0.0 0.0
402 2023-07-25 00:00:00+02:00 20.80828094482422 21.156410217285156 20.7386531829834 21.14646339416504 19.358171463012695 815268 0.0 0.0
403 2023-07-26 00:00:00+02:00 21.066890716552734 21.206144332885742 20.867958068847656 20.967424392700195 19.194272994995117 501060 0.0 0.0
404 2023-07-27 00:00:00+02:00 21.01715850830078 21.43491554260254 20.967424392700195 21.39512825012207 19.58580780029297 1024169 0.0 0.0
405 2023-07-28 00:00:00+02:00 21.30561065673828 21.802940368652344 21.255876541137695 21.802940368652344 19.95913314819336 1075428 0.0 0.0
406 2023-07-31 00:00:00+02:00 21.802940368652344 21.912351608276367 21.663686752319336 21.703474044799805 19.868078231811523 1096731 0.0 0.0
407 2023-08-01 00:00:00+02:00 21.59406089782715 21.604007720947266 21.424968719482422 21.424968719482422 19.61312484741211 660286 0.0 0.0
408 2023-08-02 00:00:00+02:00 21.186250686645508 21.58411407470703 21.08678436279297 21.454809188842773 19.64044189453125 858203 0.0 0.0
409 2023-08-03 00:00:00+02:00 21.673633575439453 21.78304672241211 20.01255226135254 20.499935150146484 18.766319274902344 1721865 0.0 0.0
410 2023-08-04 00:00:00+02:00 20.66902732849121 20.718759536743164 20.39052391052246 20.659080505371094 18.912004470825195 610022 0.0 0.0
411 2023-08-07 00:00:00+02:00 20.589454650878906 20.80828094482422 20.45020294189453 20.80828094482422 19.048587799072266 484065 0.0 0.0
412 2023-08-08 00:00:00+02:00 20.688920974731445 20.818225860595703 20.589454650878906 20.678974151611328 18.930217742919922 420797 0.0 0.0
413 2023-08-09 00:00:00+02:00 20.858013153076172 21.037052154541016 20.76849365234375 20.858013153076172 19.094114303588867 550545 0.0 0.0
414 2023-08-10 00:00:00+02:00 20.977371215820312 21.126571655273438 20.858013153076172 20.997264862060547 19.221590042114258 468059 0.0 0.0
415 2023-08-11 00:00:00+02:00 20.877906799316406 21.0271053314209 20.748600006103516 20.758546829223633 19.00305938720703 462374 0.0 0.0
416 2023-08-14 00:00:00+02:00 20.7386531829834 20.848066329956055 20.66902732849121 20.7386531829834 18.984848022460938 668188 0.0 0.0
417 2023-08-15 00:00:00+02:00 20.788387298583984 20.818225860595703 20.430309295654297 20.57950782775879 18.839162826538086 432414 0.0 0.0
418 2023-08-16 00:00:00+02:00 20.539722442626953 20.76849365234375 20.539722442626953 20.70881462097168 18.95753288269043 544437 0.0 0.0
419 2023-08-17 00:00:00+02:00 20.57950782775879 20.76849365234375 20.549667358398438 20.688920974731445 18.939321517944336 564871 0.0 0.0
420 2023-08-18 00:00:00+02:00 20.688920974731445 20.70881462097168 20.291057586669922 20.38057518005371 18.657052993774414 693870 0.0 0.0
421 2023-08-21 00:00:00+02:00 20.39052391052246 20.66902732849121 20.39052391052246 20.569562911987305 18.83005714416504 793311 0.0 0.0
422 2023-08-22 00:00:00+02:00 20.599401473999023 20.907745361328125 20.5098819732666 20.76849365234375 19.012165069580078 650046 0.0 0.0
423 2023-08-23 00:00:00+02:00 20.80828094482422 20.858013153076172 20.330842971801758 20.370630264282227 18.64794921875 647211 0.0 0.0
424 2023-08-24 00:00:00+02:00 20.45020294189453 20.599401473999023 20.291057586669922 20.330842971801758 18.611526489257812 475896 0.0 0.0
425 2023-08-25 00:00:00+02:00 20.301002502441406 20.45020294189453 20.26121711730957 20.291057586669922 18.575103759765625 318928 0.0 0.0
426 2023-08-28 00:00:00+02:00 20.42036247253418 20.549667358398438 20.42036247253418 20.499935150146484 18.766319274902344 332741 0.0 0.0
427 2023-08-29 00:00:00+02:00 20.66902732849121 20.897798538208008 20.66902732849121 20.838119506835938 19.075902938842773 523138 0.0 0.0
428 2023-08-30 00:00:00+02:00 20.838119506835938 21.007211685180664 20.778440475463867 20.907745361328125 19.13964080810547 394929 0.0 0.0
429 2023-08-31 00:00:00+02:00 20.947532653808594 21.36528968811035 20.92763900756836 21.265823364257812 19.467437744140625 2323236 0.0 0.0
430 2023-09-01 00:00:00+02:00 21.255876541137695 21.9322452545166 21.255876541137695 21.87256622314453 20.022869110107422 966179 0.0 0.0
431 2023-09-04 00:00:00+02:00 21.981977462768555 22.021764755249023 21.544328689575195 21.58411407470703 19.758811950683594 643546 0.0 0.0
432 2023-09-05 00:00:00+02:00 21.504541397094727 21.78304672241211 21.424968719482422 21.6239013671875 19.79523277282715 541345 0.0 0.0
433 2023-09-06 00:00:00+02:00 21.544328689575195 22.111284255981445 21.504541397094727 22.09139060974121 20.223188400268555 851678 0.0 0.0
434 2023-09-07 00:00:00+02:00 21.882511138916016 21.90240478515625 21.424968719482422 21.464754104614258 19.649545669555664 700314 0.0 0.0
435 2023-09-08 00:00:00+02:00 21.574167251586914 21.574167251586914 20.887853622436523 21.235984802246094 19.440122604370117 719356 0.0 0.0
436 2023-09-11 00:00:00+02:00 21.345396041870117 21.564220428466797 21.315555572509766 21.52443504333496 19.704177856445312 524078 0.0 0.0
437 2023-09-12 00:00:00+02:00 21.58411407470703 21.6239013671875 21.11662483215332 21.11662483215332 19.330856323242188 772781 0.0 0.0
438 2023-09-13 00:00:00+02:00 21.0469970703125 21.36528968811035 20.76849365234375 20.818225860595703 19.05769157409668 691035 0.0 0.0
439 2023-09-14 00:00:00+02:00 20.887853622436523 21.196197509765625 20.629241943359375 21.126571655273438 19.339962005615234 578423 0.0 0.0
440 2023-09-15 00:00:00+02:00 21.295663833618164 21.952138900756836 21.295663833618164 21.84272575378418 19.99555206298828 2234985 0.0 0.0
441 2023-09-18 00:00:00+02:00 21.802940368652344 21.84272575378418 21.673633575439453 21.713420867919922 19.87718391418457 856277 0.0 0.0
442 2023-09-19 00:00:00+02:00 21.6437931060791 21.6437931060791 21.39512825012207 21.415021896362305 19.604019165039062 685505 0.0 0.0
443 2023-09-20 00:00:00+02:00 21.52443504333496 21.792993545532227 21.504541397094727 21.74325942993164 19.904497146606445 752488 0.0 0.0
444 2023-09-21 00:00:00+02:00 21.534381866455078 21.574167251586914 21.0271053314209 21.186250686645508 19.394594192504883 722196 0.0 0.0
445 2023-09-22 00:00:00+02:00 21.08678436279297 21.295663833618164 20.95747947692871 21.096731185913086 19.312644958496094 535977 0.0 0.0
446 2023-09-25 00:00:00+02:00 21.037052154541016 21.17630386352539 20.529775619506836 20.788387298583984 19.030376434326172 678523 0.0 0.0
447 2023-09-26 00:00:00+02:00 20.72870635986328 20.72870635986328 20.410415649414062 20.489988327026367 18.757211685180664 999281 0.0 0.0
448 2023-09-27 00:00:00+02:00 20.559614181518555 20.66902732849121 20.440256118774414 20.569562911987305 18.83005714416504 679654 0.0 0.0
449 2023-09-28 00:00:00+02:00 20.57950782775879 20.858013153076172 20.42036247253418 20.80828094482422 19.048587799072266 791858 0.0 0.0
450 2023-09-29 00:00:00+02:00 20.977371215820312 21.07683753967285 20.778440475463867 20.858013153076172 19.094114303588867 1368070 0.0 0.0
451 2023-10-02 00:00:00+02:00 20.877906799316406 20.95747947692871 20.38057518005371 20.489988327026367 18.757211685180664 921943 0.0 0.0
452 2023-10-03 00:00:00+02:00 20.45020294189453 20.559614181518555 20.241323471069336 20.430309295654297 18.70258140563965 870202 0.0 0.0
453 2023-10-04 00:00:00+02:00 20.340789794921875 20.629241943359375 20.23137664794922 20.301002502441406 18.584209442138672 1412955 0.0 0.0
454 2023-10-05 00:00:00+02:00 20.301002502441406 20.410415649414062 20.151803970336914 20.23137664794922 18.520471572875977 552761 0.0 0.0
455 2023-10-06 00:00:00+02:00 20.271163940429688 20.489988327026367 20.17169761657715 20.370630264282227 18.64794921875 824653 0.0 0.0
456 2023-10-09 00:00:00+02:00 20.201536178588867 20.26121711730957 19.817598342895508 20.201536178588867 18.493154525756836 857112 0.0 0.0
457 2023-10-10 00:00:00+02:00 20.310949325561523 20.619295120239258 20.281110763549805 20.470096588134766 18.739002227783203 881954 0.0 0.0
458 2023-10-11 00:00:00+02:00 20.32089614868164 20.629241943359375 20.32089614868164 20.440256118774414 18.711685180664062 612797 0.0 0.0
459 2023-10-12 00:00:00+02:00 20.569562911987305 20.688920974731445 20.271163940429688 20.32089614868164 18.602420806884766 484462 0.0 0.0
460 2023-10-13 00:00:00+02:00 20.211484909057617 20.470096588134766 20.211484909057617 20.301002502441406 18.584209442138672 538324 0.0 0.0
461 2023-10-16 00:00:00+02:00 20.340789794921875 20.489988327026367 20.26121711730957 20.310949325561523 18.593313217163086 495104 0.0 0.0
462 2023-10-17 00:00:00+02:00 20.241323471069336 20.301002502441406 19.9130859375 20.221431732177734 18.511367797851562 618131 0.0 0.0
463 2023-10-18 00:00:00+02:00 20.191591262817383 20.23137664794922 19.881256103515625 19.881256103515625 18.19995880126953 559829 0.0 0.0
464 2023-10-19 00:00:00+02:00 19.714153289794922 19.84147071838379 19.551029205322266 19.630603790283203 17.970502853393555 708805 0.0 0.0
465 2023-10-20 00:00:00+02:00 19.49930763244629 19.54705047607422 19.296396255493164 19.296396255493164 17.664560317993164 760144 0.0 0.0
466 2023-10-23 00:00:00+02:00 19.3162899017334 19.344141006469727 19.005956649780273 19.16908073425293 17.548009872436523 652032 0.0 0.0
467 2023-10-24 00:00:00+02:00 19.101444244384766 19.232738494873047 18.994020462036133 19.11735725402832 17.500661849975586 565349 0.0 0.0
468 2023-10-25 00:00:00+02:00 19.133272171020508 19.184995651245117 18.882619857788086 19.093486785888672 17.478809356689453 597757 0.0 0.0
469 2023-10-26 00:00:00+02:00 18.882619857788086 19.507265090942383 18.834875106811523 19.403820037841797 17.762897491455078 756208 0.0 0.0
470 2023-10-27 00:00:00+02:00 19.519201278686523 19.75394058227539 19.20488739013672 19.20488739013672 17.580787658691406 767302 0.0 0.0
471 2023-10-30 00:00:00+01:00 19.296396255493164 19.54705047607422 19.296396255493164 19.45156478881836 17.806604385375977 755454 0.0 0.0
472 2023-10-31 00:00:00+01:00 19.455543518066406 19.972766876220703 19.443607330322266 19.84147071838379 18.163537979125977 1249155 0.0 0.0
473 2023-11-01 00:00:00+01:00 19.903139114379883 20.04239273071289 19.551029205322266 19.618667602539062 17.959575653076172 645054 0.0 0.0
474 2023-11-02 00:00:00+01:00 19.734046936035156 20.410415649414062 19.726089477539062 20.141857147216797 18.438520431518555 1414951 0.0 0.0
475 2023-11-03 00:00:00+01:00 19.877277374267578 20.211484909057617 19.165102005004883 19.51124382019043 17.861238479614258 1786173 0.0 0.0
476 2023-11-06 00:00:00+01:00 19.515222549438477 19.78179168701172 19.304353713989258 19.531137466430664 17.87944793701172 1141224 0.0 0.0
477 2023-11-07 00:00:00+01:00 19.42371368408203 19.535114288330078 19.25263214111328 19.35209846496582 17.71554946899414 719557 0.0 0.0
478 2023-11-08 00:00:00+01:00 19.228759765625 19.427692413330078 19.093486785888672 19.320268630981445 17.686412811279297 829203 0.0 0.0
479 2023-11-09 00:00:00+01:00 19.308332443237305 19.903139114379883 19.308332443237305 19.574901580810547 17.919511795043945 1169455 0.0 0.0
480 2023-11-10 00:00:00+01:00 19.479415893554688 19.761898040771484 19.244674682617188 19.761898040771484 18.090694427490234 991826 0.0 0.0
481 2023-11-13 00:00:00+01:00 19.773834228515625 19.857385635375977 19.531137466430664 19.734046936035156 18.06519889831543 980360 0.0 0.0
482 2023-11-14 00:00:00+01:00 19.79372787475586 20.410415649414062 19.78974723815918 20.340789794921875 18.620630264282227 892672 0.0 0.0
483 2023-11-15 00:00:00+01:00 20.36068344116211 20.917692184448242 20.291057586669922 20.917692184448242 19.148746490478516 1168610 0.0 0.0
484 2023-11-16 00:00:00+01:00 20.79833221435547 21.07683753967285 20.549667358398438 20.549667358398438 18.811845779418945 755625 0.0 0.0
485 2023-11-17 00:00:00+01:00 20.549667358398438 20.848066329956055 20.549667358398438 20.559614181518555 18.82094955444336 784037 0.0 0.0
486 2023-11-20 00:00:00+01:00 20.589454650878906 20.887853622436523 20.51982879638672 20.72870635986328 18.975744247436523 946072 0.0 0.0
487 2023-11-21 00:00:00+01:00 20.688920974731445 20.82817268371582 20.470096588134766 20.629241943359375 18.88469123840332 1185330 0.0 0.0
488 2023-11-22 00:00:00+01:00 20.629241943359375 20.838119506835938 20.559614181518555 20.599401473999023 18.85737419128418 1261386 0.0 0.0
489 2023-11-23 00:00:00+01:00 20.599401473999023 20.76849365234375 20.599401473999023 20.7386531829834 18.984848022460938 633558 0.0 0.0
490 2023-11-24 00:00:00+01:00 20.778440475463867 20.92763900756836 20.72870635986328 20.92763900756836 19.157852172851562 719180 0.0 0.0
491 2023-11-27 00:00:00+01:00 20.887853622436523 20.907745361328125 20.51982879638672 20.57950782775879 18.839162826538086 1094505 0.0 0.0
492 2023-11-28 00:00:00+01:00 20.529775619506836 20.66902732849121 20.330842971801758 20.60934829711914 18.866477966308594 1053370 0.0 0.0
493 2023-11-29 00:00:00+01:00 20.60934829711914 21.037052154541016 20.569562911987305 20.977371215820312 19.203378677368164 957061 0.0 0.0
494 2023-11-30 00:00:00+01:00 20.947532653808594 21.27577018737793 20.818225860595703 21.11662483215332 19.330856323242188 2370750 0.0 0.0
495 2023-12-01 00:00:00+01:00 21.166357040405273 21.6437931060791 21.166357040405273 21.604007720947266 19.777023315429688 1195222 0.0 0.0
496 2023-12-04 00:00:00+01:00 21.484647750854492 21.94219207763672 21.464754104614258 21.74325942993164 19.904497146606445 1089262 0.0 0.0
497 2023-12-05 00:00:00+01:00 21.6239013671875 21.9322452545166 21.59406089782715 21.882511138916016 20.03197479248047 1150906 0.0 0.0
498 2023-12-06 00:00:00+01:00 21.882511138916016 22.081443786621094 21.84272575378418 22.041658401489258 20.177661895751953 1090639 0.0 0.0
499 2023-12-07 00:00:00+01:00 22.081443786621094 22.489255905151367 22.041658401489258 22.359949111938477 20.469036102294922 1596696 0.0 0.0
500 2023-12-08 00:00:00+01:00 22.330108642578125 22.479307174682617 21.991924285888672 22.35000228881836 20.459930419921875 1410130 0.0 0.0
501 2023-12-11 00:00:00+01:00 19.450000762939453 23.649999618530273 17.895000457763672 20.6200008392334 18.876230239868164 8998324 0.0 0.0
502 2023-12-12 00:00:00+01:00 20.790000915527344 22.3700008392334 20.75 22.139999389648438 20.26768684387207 3236690 0.0 0.0
503 2023-12-13 00:00:00+01:00 22.489999771118164 24.530000686645508 22.399999618530273 23.950000762939453 21.924623489379883 2215354 0.0 0.0
504 2023-12-14 00:00:00+01:00 24.5 25.010000228881836 23.950000762939453 24.540000915527344 22.4647274017334 1535694 0.0 0.0
505 2023-12-15 00:00:00+01:00 24.8799991607666 25.420000076293945 24.600000381469727 25.40999984741211 23.261154174804688 2385553 0.0 0.0
506 2023-12-18 00:00:00+01:00 25.649999618530273 26.969999313354492 25.489999771118164 26.1299991607666 23.920265197753906 965441 0.0 0.0
507 2023-12-19 00:00:00+01:00 26.290000915527344 27.399999618530273 26.200000762939453 27.209999084472656 24.908931732177734 908754 0.0 0.0
508 2023-12-20 00:00:00+01:00 27.3700008392334 27.469999313354492 26.350000381469727 26.350000381469727 24.121660232543945 821654 0.0 0.0
509 2023-12-21 00:00:00+01:00 26.239999771118164 26.3700008392334 25.760000228881836 26.049999237060547 23.847028732299805 744197 0.0 0.0
510 2023-12-22 00:00:00+01:00 26.1200008392334 26.510000228881836 26.049999237060547 26.239999771118164 24.020963668823242 358134 0.0 0.0
511 2023-12-27 00:00:00+01:00 26.639999389648438 26.729999542236328 26.299999237060547 26.729999542236328 24.469526290893555 398784 0.0 0.0
512 2023-12-28 00:00:00+01:00 26.899999618530273 27.200000762939453 26.899999618530273 27.190000534057617 24.890625 306879 0.0 0.0
513 2023-12-29 00:00:00+01:00 27.219999313354492 27.959999084472656 27.219999313354492 27.729999542236328 25.384958267211914 508827 0.0 0.0
514 2024-01-02 00:00:00+01:00 28.059999465942383 28.600000381469727 27.520000457763672 28.030000686645508 25.659587860107422 395002 0.0 0.0
515 2024-01-03 00:00:00+01:00 28.110000610351562 28.15999984741211 27.170000076293945 27.43000030517578 25.110328674316406 517626 0.0 0.0
516 2024-01-04 00:00:00+01:00 27.5 28.110000610351562 27.5 28.09000015258789 25.714515686035156 353356 0.0 0.0
517 2024-01-05 00:00:00+01:00 28.079999923706055 28.469999313354492 28.0 28.329999923706055 25.93421745300293 426440 0.0 0.0
518 2024-01-08 00:00:00+01:00 28.290000915527344 28.329999923706055 27.540000915527344 28.0 25.632125854492188 503233 0.0 0.0
519 2024-01-09 00:00:00+01:00 27.190000534057617 27.549999237060547 27.079999923706055 27.299999237060547 24.991321563720703 592677 0.0 0.0
520 2024-01-10 00:00:00+01:00 27.100000381469727 27.170000076293945 26.350000381469727 26.350000381469727 24.121660232543945 692877 0.0 0.0
521 2024-01-11 00:00:00+01:00 26.389999389648438 26.559999465942383 25.889999389648438 26.0 23.801259994506836 631805 0.0 0.0
522 2024-01-12 00:00:00+01:00 26.639999389648438 26.860000610351562 26.06999969482422 26.139999389648438 23.929418563842773 803481 0.0 0.0
523 2024-01-15 00:00:00+01:00 25.059999465942383 25.329999923706055 25.0 25.299999237060547 24.690631866455078 726646 1.62 0.0
524 2024-01-16 00:00:00+01:00 25.149999618530273 25.200000762939453 24.579999923706055 24.989999771118164 24.388099670410156 493029 0.0 0.0
525 2024-01-17 00:00:00+01:00 24.700000762939453 24.729999542236328 23.989999771118164 24.260000228881836 23.675682067871094 646371 0.0 0.0
526 2024-01-18 00:00:00+01:00 24.200000762939453 24.239999771118164 23.530000686645508 23.530000686645508 22.963266372680664 686723 0.0 0.0
527 2024-01-19 00:00:00+01:00 23.670000076293945 24.25 23.670000076293945 24.049999237060547 23.470739364624023 679303 0.0 0.0
528 2024-01-22 00:00:00+01:00 24.299999237060547 24.770000457763672 24.079999923706055 24.760000228881836 24.163639068603516 282294 0.0 0.0
529 2024-01-23 00:00:00+01:00 25.200000762939453 25.450000762939453 24.90999984741211 25.3799991607666 24.768705368041992 397643 0.0 0.0
530 2024-01-24 00:00:00+01:00 25.600000381469727 25.6299991607666 24.75 24.75 24.153881072998047 564082 0.0 0.0
531 2024-01-25 00:00:00+01:00 24.84000015258789 25.760000228881836 24.799999237060547 25.600000381469727 24.983407974243164 401178 0.0 0.0
532 2024-01-26 00:00:00+01:00 25.690000534057617 26.959999084472656 25.6200008392334 26.40999984741211 25.773897171020508 712857 0.0 0.0
533 2024-01-29 00:00:00+01:00 26.5 26.549999237060547 25.760000228881836 25.760000228881836 25.139554977416992 375526 0.0 0.0
534 2024-01-30 00:00:00+01:00 25.8799991607666 26.049999237060547 25.610000610351562 25.690000534057617 25.071239471435547 339731 0.0 0.0
535 2024-01-31 00:00:00+01:00 25.850000381469727 26.1299991607666 25.440000534057617 25.440000534057617 24.827260971069336 1756316 0.0 0.0
536 2024-02-01 00:00:00+01:00 25.329999923706055 25.5 24.530000686645508 24.59000015258789 23.99773406982422 398800 0.0 0.0
537 2024-02-02 00:00:00+01:00 24.899999618530273 24.979999542236328 24.40999984741211 24.40999984741211 23.82206916809082 418661 0.0 0.0
538 2024-02-05 00:00:00+01:00 24.440000534057617 24.56999969482422 23.6299991607666 23.649999618530273 23.080373764038086 640546 0.0 0.0
539 2024-02-06 00:00:00+01:00 23.739999771118164 23.81999969482422 22.8799991607666 23.469999313354492 22.904708862304688 800098 0.0 0.0
540 2024-02-07 00:00:00+01:00 23.200000762939453 23.309999465942383 22.489999771118164 22.639999389648438 22.09469985961914 896379 0.0 0.0
541 2024-02-08 00:00:00+01:00 22.799999237060547 23.1299991607666 22.690000534057617 23.0 22.446029663085938 622376 0.0 0.0
542 2024-02-09 00:00:00+01:00 22.5 22.739999771118164 22.209999084472656 22.209999084472656 21.67505645751953 783024 0.0 0.0
543 2024-02-12 00:00:00+01:00 22.450000762939453 22.899999618530273 22.290000915527344 22.84000015258789 22.289884567260742 443790 0.0 0.0
544 2024-02-13 00:00:00+01:00 22.860000610351562 23.34000015258789 22.719999313354492 23.190000534057617 22.631454467773438 530025 0.0 0.0
545 2024-02-14 00:00:00+01:00 23.06999969482422 23.5 22.90999984741211 23.489999771118164 22.92422866821289 452602 0.0 0.0
546 2024-02-15 00:00:00+01:00 23.6200008392334 24.170000076293945 23.579999923706055 23.940000534057617 23.36338996887207 423885 0.0 0.0
547 2024-02-16 00:00:00+01:00 24.280000686645508 24.420000076293945 23.770000457763672 24.020000457763672 23.441463470458984 445071 0.0 0.0
548 2024-02-19 00:00:00+01:00 24.110000610351562 24.139999389648438 23.690000534057617 23.690000534057617 23.11941146850586 334433 0.0 0.0
549 2024-02-20 00:00:00+01:00 23.770000457763672 24.09000015258789 23.489999771118164 24.09000015258789 23.509777069091797 306827 0.0 0.0
550 2024-02-21 00:00:00+01:00 23.850000381469727 24.040000915527344 23.5 24.040000915527344 23.460981369018555 431924 0.0 0.0
551 2024-02-22 00:00:00+01:00 24.229999542236328 24.399999618530273 24.010000228881836 24.219999313354492 23.63664436340332 366743 0.0 0.0
552 2024-02-23 00:00:00+01:00 24.239999771118164 24.6200008392334 23.860000610351562 23.959999084472656 23.38290786743164 266603 0.0 0.0
553 2024-02-26 00:00:00+01:00 23.959999084472656 23.959999084472656 23.270000457763672 23.479999542236328 22.91446876525879 316183 0.0 0.0
554 2024-02-27 00:00:00+01:00 23.540000915527344 23.889999389648438 23.329999923706055 23.75 23.17796516418457 284263 0.0 0.0
555 2024-02-28 00:00:00+01:00 23.829999923706055 24.059999465942383 23.559999465942383 23.6200008392334 23.051097869873047 344714 0.0 0.0
556 2024-02-29 00:00:00+01:00 23.600000381469727 23.6299991607666 23.329999923706055 23.5 22.93398666381836 601749 0.0 0.0
557 2024-03-01 00:00:00+01:00 23.6299991607666 24.530000686645508 23.59000015258789 24.200000762939453 23.617128372192383 445507 0.0 0.0
558 2024-03-04 00:00:00+01:00 24.1200008392334 24.229999542236328 22.989999771118164 23.3799991607666 22.816877365112305 469234 0.0 0.0
559 2024-03-05 00:00:00+01:00 23.329999923706055 23.579999923706055 23.079999923706055 23.579999923706055 23.012060165405273 321295 0.0 0.0
560 2024-03-06 00:00:00+01:00 23.579999923706055 24.100000381469727 23.549999237060547 23.549999237060547 22.9827823638916 516710 0.0 0.0
561 2024-03-07 00:00:00+01:00 23.389999389648438 23.670000076293945 23.100000381469727 23.5 22.93398666381836 371579 0.0 0.0
562 2024-03-08 00:00:00+01:00 23.520000457763672 23.770000457763672 22.969999313354492 23.739999771118164 23.1682071685791 426367 0.0 0.0
563 2024-03-11 00:00:00+01:00 23.68000030517578 24.100000381469727 23.450000762939453 24.100000381469727 23.5195369720459 437456 0.0 0.0
564 2024-03-12 00:00:00+01:00 24.299999237060547 25.450000762939453 24.059999465942383 25.25 24.64183807373047 794906 0.0 0.0
565 2024-03-13 00:00:00+01:00 24.100000381469727 26.010000228881836 23.950000762939453 24.549999237060547 23.958696365356445 844838 0.0 0.0
566 2024-03-14 00:00:00+01:00 24.440000534057617 24.729999542236328 23.649999618530273 23.81999969482422 23.246280670166016 643203 0.0 0.0
567 2024-03-15 00:00:00+01:00 23.850000381469727 24.579999923706055 23.229999542236328 23.229999542236328 22.670490264892578 1376963 0.0 0.0
568 2024-03-18 00:00:00+01:00 23.229999542236328 23.6299991607666 23.030000686645508 23.440000534057617 22.87543296813965 406545 0.0 0.0
569 2024-03-19 00:00:00+01:00 23.149999618530273 23.75 23.040000915527344 23.670000076293945 23.09989356994629 429140 0.0 0.0
570 2024-03-20 00:00:00+01:00 23.639999389648438 24.110000610351562 23.5 24.030000686645508 23.451223373413086 308989 0.0 0.0
571 2024-03-21 00:00:00+01:00 24.18000030517578 24.479999542236328 24.030000686645508 24.15999984741211 23.57809066772461 415990 0.0 0.0
572 2024-03-22 00:00:00+01:00 24.139999389648438 24.719999313354492 23.84000015258789 24.540000915527344 23.948938369750977 295245 0.0 0.0
573 2024-03-25 00:00:00+01:00 24.549999237060547 25.100000381469727 24.520000457763672 25.059999465942383 24.45641326904297 348983 0.0 0.0
574 2024-03-26 00:00:00+01:00 25.030000686645508 25.09000015258789 24.299999237060547 24.549999237060547 23.958696365356445 323207 0.0 0.0
575 2024-03-27 00:00:00+01:00 24.459999084472656 24.969999313354492 24.31999969482422 24.969999313354492 24.368581771850586 203281 0.0 0.0
576 2024-03-28 00:00:00+01:00 25.020000457763672 25.360000610351562 24.700000762939453 25.299999237060547 24.690631866455078 292668 0.0 0.0
577 2024-04-02 00:00:00+02:00 25.350000381469727 25.799999237060547 25.299999237060547 25.600000381469727 24.983407974243164 302238 0.0 0.0
578 2024-04-03 00:00:00+02:00 25.68000030517578 26.8799991607666 25.6299991607666 26.690000534057617 26.047155380249023 448326 0.0 0.0
579 2024-04-04 00:00:00+02:00 28.5 29.190000534057617 27.709999084472656 27.709999084472656 27.042585372924805 1493843 0.0 0.0
580 2024-04-05 00:00:00+02:00 27.350000381469727 27.959999084472656 27.010000228881836 27.350000381469727 26.69125747680664 540908 0.0 0.0
581 2024-04-08 00:00:00+02:00 27.399999618530273 28.309999465942383 27.34000015258789 28.270000457763672 27.589099884033203 487088 0.0 0.0
582 2024-04-09 00:00:00+02:00 28.350000381469727 28.43000030517578 28.049999237060547 28.200000762939453 27.52078628540039 253999 0.0 0.0
583 2024-04-10 00:00:00+02:00 28.34000015258789 29.40999984741211 28.1200008392334 28.639999389648438 27.950185775756836 735134 0.0 0.0
584 2024-04-11 00:00:00+02:00 28.93000030517578 29.260000228881836 28.649999618530273 28.959999084472656 28.262479782104492 306645 0.0 0.0
585 2024-04-12 00:00:00+02:00 29.399999618530273 29.799999237060547 29.170000076293945 29.5 28.789474487304688 437731 0.0 0.0
586 2024-04-15 00:00:00+02:00 29.100000381469727 29.850000381469727 29.0 29.450000762939453 28.740678787231445 388339 0.0 0.0
587 2024-04-16 00:00:00+02:00 29.200000762939453 29.350000381469727 28.780000686645508 28.780000686645508 28.086816787719727 434787 0.0 0.0
588 2024-04-17 00:00:00+02:00 28.780000686645508 29.989999771118164 28.760000228881836 29.799999237060547 29.082246780395508 352161 0.0 0.0
589 2024-04-18 00:00:00+02:00 29.899999618530273 30.700000762939453 29.780000686645508 30.649999618530273 29.911775588989258 347317 0.0 0.0
590 2024-04-19 00:00:00+02:00 30.5 31.040000915527344 28.34000015258789 30.75 30.009366989135742 697878 0.0 0.0
591 2024-04-22 00:00:00+02:00 30.81999969482422 31.600000381469727 30.770000457763672 31.56999969482422 30.809616088867188 401308 0.0 0.0
592 2024-04-23 00:00:00+02:00 31.579999923706055 31.65999984741211 30.049999237060547 31.0 30.253345489501953 471634 0.0 0.0
593 2024-04-24 00:00:00+02:00 30.950000762939453 31.75 30.90999984741211 31.200000762939453 30.448528289794922 307607 0.0 0.0
594 2024-04-25 00:00:00+02:00 31.299999237060547 31.329999923706055 29.670000076293945 29.75 29.0334529876709 478021 0.0 0.0
595 2024-04-26 00:00:00+02:00 30.25 30.719999313354492 29.959999084472656 30.18000030517578 29.453096389770508 331898 0.0 0.0
596 2024-04-29 00:00:00+02:00 30.209999084472656 30.899999618530273 30.209999084472656 30.850000381469727 30.106958389282227 225725 0.0 0.0
597 2024-04-30 00:00:00+02:00 30.899999618530273 31.18000030517578 30.290000915527344 30.40999984741211 29.677555084228516 232054 0.0 0.0
598 2024-05-02 00:00:00+02:00 30.40999984741211 30.600000381469727 29.709999084472656 30.5 29.76538848876953 390674 0.0 0.0
599 2024-05-03 00:00:00+02:00 29.56999969482422 30.299999237060547 29.5 30.139999389648438 29.414058685302734 364126 0.0 0.0
600 2024-05-06 00:00:00+02:00 30.290000915527344 30.989999771118164 30.139999389648438 30.420000076293945 29.687314987182617 273816 0.0 0.0
601 2024-05-07 00:00:00+02:00 31.600000381469727 35.25 31.360000610351562 34.7599983215332 33.92278289794922 1075584 0.0 0.0
602 2024-05-08 00:00:00+02:00 34.34000015258789 36.619998931884766 33.43000030517578 34.68000030517578 33.84471130371094 1057246 0.0 0.0
603 2024-05-09 00:00:00+02:00 34.650001525878906 35.33000183105469 34.209999084472656 34.38999938964844 33.56169509887695 262471 0.0 0.0
604 2024-05-10 00:00:00+02:00 34.790000915527344 34.939998626708984 33.58000183105469 33.650001525878906 32.83951950073242 223080 0.0 0.0
605 2024-05-13 00:00:00+02:00 33.5 34.459999084472656 33.33000183105469 34.310001373291016 33.48362350463867 273103 0.0 0.0
606 2024-05-14 00:00:00+02:00 34.220001220703125 34.52000045776367 33.560001373291016 34.52000045776367 33.68856430053711 279550 0.0 0.0
607 2024-05-15 00:00:00+02:00 34.630001068115234 34.900001525878906 33.75 34.099998474121094 33.27867889404297 242453 0.0 0.0
608 2024-05-16 00:00:00+02:00 34.13999938964844 34.13999938964844 33.04999923706055 33.599998474121094 32.79072189331055 235321 0.0 0.0
609 2024-05-17 00:00:00+02:00 32.84000015258789 34.06999969482422 32.59000015258789 34.06999969482422 33.2494010925293 339910 0.0 0.0
610 2024-05-20 00:00:00+02:00 34.400001525878906 34.400001525878906 33.70000076293945 34.04999923706055 33.229881286621094 164887 0.0 0.0
611 2024-05-21 00:00:00+02:00 33.97999954223633 34.130001068115234 33.31999969482422 33.31999969482422 32.5174674987793 171162 0.0 0.0
612 2024-05-22 00:00:00+02:00 33.29999923706055 34.189998626708984 32.93000030517578 34.189998626708984 33.366512298583984 345186 0.0 0.0
613 2024-05-23 00:00:00+02:00 34.189998626708984 34.75 34.150001525878906 34.470001220703125 33.6397705078125 301874 0.0 0.0
614 2024-05-24 00:00:00+02:00 34.29999923706055 35.040000915527344 34.060001373291016 34.52000045776367 33.68856430053711 297474 0.0 0.0
615 2024-05-27 00:00:00+02:00 34.52000045776367 34.900001525878906 34.25 34.5 33.669044494628906 145496 0.0 0.0
616 2024-05-28 00:00:00+02:00 34.459999084472656 34.540000915527344 33.81999969482422 34.400001525878906 33.57145690917969 239174 0.0 0.0
617 2024-05-29 00:00:00+02:00 34.400001525878906 34.439998626708984 33.900001525878906 34.220001220703125 33.395790100097656 245711 0.0 0.0
618 2024-05-30 00:00:00+02:00 34.61000061035156 34.61000061035156 33.75 34.310001373291016 33.48362350463867 270049 0.0 0.0
619 2024-05-31 00:00:00+02:00 34.25 34.650001525878906 33.45000076293945 33.630001068115234 32.81999969482422 348292 0.0 0.0
620 2024-06-03 00:00:00+02:00 33.20000076293945 33.290000915527344 31.81999969482422 31.829999923706055 31.829999923706055 271111 0.81 0.0
621 2024-06-04 00:00:00+02:00 31.780000686645508 31.860000610351562 31.260000228881836 31.649999618530273 31.649999618530273 345119 0.0 0.0
622 2024-06-05 00:00:00+02:00 31.770000457763672 31.940000534057617 31.270000457763672 31.270000457763672 31.270000457763672 371491 0.0 0.0
623 2024-06-06 00:00:00+02:00 31.489999771118164 31.510000228881836 30.600000381469727 30.920000076293945 30.920000076293945 325501 0.0 0.0
624 2024-06-07 00:00:00+02:00 30.90999984741211 31.209999084472656 30.600000381469727 30.969999313354492 30.969999313354492 161556 0.0 0.0
625 2024-06-10 00:00:00+02:00 30.850000381469727 31.739999771118164 30.729999542236328 31.739999771118164 31.739999771118164 265293 0.0 0.0
626 2024-06-11 00:00:00+02:00 31.639999389648438 32.529998779296875 31.639999389648438 32.349998474121094 32.349998474121094 424271 0.0 0.0
627 2024-06-12 00:00:00+02:00 32.40999984741211 33.04999923706055 32.40999984741211 32.81999969482422 32.81999969482422 244552 0.0 0.0
628 2024-06-13 00:00:00+02:00 32.54999923706055 32.54999923706055 31.709999084472656 31.780000686645508 31.780000686645508 302052 0.0 0.0
629 2024-06-14 00:00:00+02:00 31.600000381469727 31.6299991607666 30.34000015258789 30.790000915527344 30.790000915527344 342157 0.0 0.0
630 2024-06-17 00:00:00+02:00 30.920000076293945 31.479999542236328 30.889999389648438 31.34000015258789 31.34000015258789 273690 0.0 0.0
631 2024-06-18 00:00:00+02:00 31.579999923706055 31.690000534057617 31.06999969482422 31.229999542236328 31.229999542236328 218534 0.0 0.0
632 2024-06-19 00:00:00+02:00 31.260000228881836 31.81999969482422 31.200000762939453 31.350000381469727 31.350000381469727 175454 0.0 0.0
633 2024-06-20 00:00:00+02:00 31.31999969482422 32.11000061035156 31.31999969482422 31.709999084472656 31.709999084472656 296995 0.0 0.0
634 2024-06-21 00:00:00+02:00 31.860000610351562 32.04999923706055 31.559999465942383 31.719999313354492 31.719999313354492 2005373 0.0 0.0
635 2024-06-24 00:00:00+02:00 31.700000762939453 33.630001068115234 31.700000762939453 33.06999969482422 33.06999969482422 347579 0.0 0.0
636 2024-06-25 00:00:00+02:00 33.0 33.34000015258789 31.90999984741211 31.90999984741211 31.90999984741211 241894 0.0 0.0
637 2024-06-26 00:00:00+02:00 31.899999618530273 32.349998474121094 31.649999618530273 31.8700008392334 31.8700008392334 267568 0.0 0.0
638 2024-06-27 00:00:00+02:00 32.29999923706055 33.0 32.20000076293945 32.900001525878906 32.900001525878906 182682 0.0 0.0
639 2024-06-28 00:00:00+02:00 32.95000076293945 33.060001373291016 32.31999969482422 32.869998931884766 32.869998931884766 277611 0.0 0.0
640 2024-07-01 00:00:00+02:00 33.29999923706055 33.4900016784668 32.72999954223633 33.4900016784668 33.4900016784668 206747 0.0 0.0
641 2024-07-02 00:00:00+02:00 33.5 34.0 33.13999938964844 34.0 34.0 231379 0.0 0.0
642 2024-07-03 00:00:00+02:00 33.95000076293945 34.13999938964844 33.47999954223633 34.13999938964844 34.13999938964844 262502 0.0 0.0
643 2024-07-04 00:00:00+02:00 34.0 34.20000076293945 33.540000915527344 34.060001373291016 34.060001373291016 130465 0.0 0.0
644 2024-07-05 00:00:00+02:00 34.060001373291016 34.279998779296875 33.5099983215332 33.5099983215332 33.5099983215332 212429 0.0 0.0
645 2024-07-08 00:00:00+02:00 33.400001525878906 33.95000076293945 32.81999969482422 33.95000076293945 33.95000076293945 194477 0.0 0.0
646 2024-07-09 00:00:00+02:00 33.790000915527344 34.060001373291016 32.290000915527344 32.5099983215332 32.5099983215332 364262 0.0 0.0
647 2024-07-10 00:00:00+02:00 32.29999923706055 32.38999938964844 31.75 32.040000915527344 32.040000915527344 207620 0.0 0.0
648 2024-07-11 00:00:00+02:00 32.11000061035156 32.599998474121094 32.06999969482422 32.349998474121094 32.349998474121094 159663 0.0 0.0
649 2024-07-12 00:00:00+02:00 32.29999923706055 32.93000030517578 32.29999923706055 32.59000015258789 32.59000015258789 116583 0.0 0.0
650 2024-07-15 00:00:00+02:00 32.459999084472656 32.689998626708984 31.899999618530273 32.279998779296875 32.279998779296875 123588 0.0 0.0
651 2024-07-16 00:00:00+02:00 32.20000076293945 32.65999984741211 31.940000534057617 32.45000076293945 32.45000076293945 88377 0.0 0.0
652 2024-07-17 00:00:00+02:00 32.72999954223633 33.939998626708984 32.040000915527344 33.939998626708984 33.939998626708984 222062 0.0 0.0
653 2024-07-18 00:00:00+02:00 34.0 34.93000030517578 33.79999923706055 34.63999938964844 34.63999938964844 400707 0.0 0.0
654 2024-07-19 00:00:00+02:00 34.290000915527344 34.36000061035156 33.529998779296875 34.0099983215332 34.0099983215332 188494 0.0 0.0
655 2024-07-22 00:00:00+02:00 34.349998474121094 34.5 33.66999816894531 34.13999938964844 34.13999938964844 144759 0.0 0.0
656 2024-07-23 00:00:00+02:00 33.95000076293945 34.02000045776367 33.5 33.83000183105469 33.83000183105469 99602 0.0 0.0
657 2024-07-24 00:00:00+02:00 33.54999923706055 33.97999954223633 33.459999084472656 33.5099983215332 33.5099983215332 118200 0.0 0.0
658 2024-07-25 00:00:00+02:00 33.400001525878906 33.75 32.43000030517578 33.41999816894531 33.41999816894531 143724 0.0 0.0
659 2024-07-26 00:00:00+02:00 33.09000015258789 33.439998626708984 32.650001525878906 33.2599983215332 33.2599983215332 150065 0.0 0.0
660 2024-07-29 00:00:00+02:00 33.25 33.560001373291016 33.06999969482422 33.18000030517578 33.18000030517578 101941 0.0 0.0
661 2024-07-30 00:00:00+02:00 33.0 33.619998931884766 32.86000061035156 33.18000030517578 33.18000030517578 142743 0.0 0.0
662 2024-07-31 00:00:00+02:00 33.849998474121094 34.0 32.20000076293945 32.52000045776367 32.52000045776367 561976 0.0 0.0
663 2024-08-01 00:00:00+02:00 32.13999938964844 32.599998474121094 31.190000534057617 31.469999313354492 31.469999313354492 275048 0.0 0.0
664 2024-08-02 00:00:00+02:00 31.229999542236328 31.760000228881836 30.860000610351562 30.860000610351562 30.860000610351562 265760 0.0 0.0
665 2024-08-05 00:00:00+02:00 30.100000381469727 30.479999542236328 29.469999313354492 29.940000534057617 29.940000534057617 473460 0.0 0.0
666 2024-08-06 00:00:00+02:00 30.5 31.010000228881836 30.040000915527344 30.190000534057617 30.190000534057617 264982 0.0 0.0
667 2024-08-07 00:00:00+02:00 30.510000228881836 31.229999542236328 30.3799991607666 30.889999389648438 30.889999389648438 178311 0.0 0.0
668 2024-08-08 00:00:00+02:00 30.799999237060547 30.959999084472656 30.40999984741211 30.799999237060547 30.799999237060547 172146 0.0 0.0
669 2024-08-09 00:00:00+02:00 30.90999984741211 31.520000457763672 30.90999984741211 31.15999984741211 31.15999984741211 179785 0.0 0.0
670 2024-08-12 00:00:00+02:00 31.299999237060547 31.690000534057617 30.59000015258789 30.59000015258789 30.59000015258789 132932 0.0 0.0
671 2024-08-13 00:00:00+02:00 30.690000534057617 31.040000915527344 30.360000610351562 30.600000381469727 30.600000381469727 103593 0.0 0.0
672 2024-08-14 00:00:00+02:00 30.649999618530273 30.68000030517578 30.059999465942383 30.479999542236328 30.479999542236328 209068 0.0 0.0
673 2024-08-15 00:00:00+02:00 30.549999237060547 31.09000015258789 30.450000762939453 30.920000076293945 30.920000076293945 125365 0.0 0.0
674 2024-08-16 00:00:00+02:00 30.940000534057617 31.1200008392334 30.729999542236328 30.8799991607666 30.8799991607666 141253 0.0 0.0
675 2024-08-19 00:00:00+02:00 31.030000686645508 31.299999237060547 30.670000076293945 31.030000686645508 31.030000686645508 180272 0.0 0.0
676 2024-08-20 00:00:00+02:00 31.170000076293945 31.170000076293945 30.469999313354492 30.530000686645508 30.530000686645508 152575 0.0 0.0
677 2024-08-21 00:00:00+02:00 30.530000686645508 31.020000457763672 30.530000686645508 30.969999313354492 30.969999313354492 128994 0.0 0.0
678 2024-08-22 00:00:00+02:00 30.979999542236328 31.1299991607666 30.780000686645508 31.059999465942383 31.059999465942383 15067 0.0 0.0

View File

@@ -0,0 +1,503 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains
2024-01-10 00:00:00-05:00,100.029998779297,100.029998779297,100.029998779297,100.029998779297,85.4241455239785,0,0,0,0
2024-01-11 00:00:00-05:00,100.25,100.25,100.25,100.25,85.6120233258593,0,0,0,0
2024-01-12 00:00:00-05:00,100.440002441406,100.440002441406,100.440002441406,100.440002441406,85.7742826121002,0,0,0,0
2024-01-16 00:00:00-05:00,98.7099990844727,98.7099990844727,98.7099990844727,98.7099990844727,84.2968852280841,0,0,0,0
2024-01-17 00:00:00-05:00,97.0599975585938,97.0599975585938,97.0599975585938,97.0599975585938,82.8878082293684,0,0,0,0
2024-01-18 00:00:00-05:00,98.0299987792969,98.0299987792969,98.0299987792969,98.0299987792969,83.7161749838117,0,0,0,0
2024-01-19 00:00:00-05:00,98.7699966430664,98.7699966430664,98.7699966430664,98.7699966430664,84.3481222593641,0,0,0,0
2024-01-22 00:00:00-05:00,98.7600021362305,98.7600021362305,98.7600021362305,98.7600021362305,84.3395870977445,0,0,0,0
2024-01-23 00:00:00-05:00,99.370002746582,99.370002746582,99.370002746582,99.370002746582,84.8605186337266,0,0,0,0
2024-01-24 00:00:00-05:00,100.410003662109,100.410003662109,100.410003662109,100.410003662109,85.7486640964602,0,0,0,0
2024-01-25 00:00:00-05:00,100.349998474121,100.349998474121,100.349998474121,100.349998474121,85.6974205497896,0,0,0,0
2024-01-26 00:00:00-05:00,100.839996337891,100.839996337891,100.839996337891,100.839996337891,86.1158715078211,0,0,0,0
2024-01-29 00:00:00-05:00,101.190002441406,101.190002441406,101.190002441406,101.190002441406,86.4147715646627,0,0,0,0
2024-01-30 00:00:00-05:00,100.410003662109,100.410003662109,100.410003662109,100.410003662109,85.7486640964602,0,0,0,0
2024-01-31 00:00:00-05:00,99.2799987792969,99.2799987792969,99.2799987792969,99.2799987792969,84.783656571416,0,0,0,0
2024-02-01 00:00:00-05:00,100.800003051758,100.800003051758,100.800003051758,100.800003051758,86.0817178305614,0,0,0,0
2024-02-02 00:00:00-05:00,100.120002746582,100.120002746582,100.120002746582,100.120002746582,85.5010075862891,0,0,0,0
2024-02-05 00:00:00-05:00,100.269996643066,100.269996643066,100.269996643066,100.269996643066,85.6291001644892,0,0,0,0
2024-02-06 00:00:00-05:00,101.080001831055,101.080001831055,101.080001831055,101.080001831055,86.3208326637223,0,0,0,0
2024-02-07 00:00:00-05:00,101.860000610352,101.860000610352,101.860000610352,101.860000610352,86.9869401319248,0,0,0,0
2024-02-08 00:00:00-05:00,102.720001220703,102.720001220703,102.720001220703,102.720001220703,87.7213679854278,0,0,0,0
2024-02-09 00:00:00-05:00,103.440002441406,103.440002441406,103.440002441406,103.440002441406,88.3362384223503,0,0,0,0
2024-02-12 00:00:00-05:00,103.540000915527,103.540000915527,103.540000915527,103.540000915527,88.4216356462806,0,0,0,0
2024-02-13 00:00:00-05:00,101.23999786377,101.23999786377,101.23999786377,101.23999786377,86.4574669189325,0,0,0,0
2024-02-14 00:00:00-05:00,103.01000213623,103.01000213623,103.01000213623,103.01000213623,87.9690244955988,0,0,0,0
2024-02-15 00:00:00-05:00,104.330001831055,104.330001831055,104.330001831055,104.330001831055,89.0962847914933,0,0,0,0
2024-02-16 00:00:00-05:00,104.349998474121,104.349998474121,104.349998474121,104.349998474121,89.1133616301231,0,0,0,0
2024-02-20 00:00:00-05:00,103.480003356934,103.480003356934,103.480003356934,103.480003356934,88.3703986150005,0,0,0,0
2024-02-21 00:00:00-05:00,103.75,103.75,103.75,103.75,88.6009717711512,0,0,0,0
2024-02-22 00:00:00-05:00,106.080001831055,106.080001831055,106.080001831055,106.080001831055,90.5907590141392,0,0,0,0
2024-02-23 00:00:00-05:00,105.269996643066,105.269996643066,105.269996643066,105.269996643066,89.8990265149061,0,0,0,0
2024-02-26 00:00:00-05:00,105.349998474121,105.349998474121,105.349998474121,105.349998474121,89.9673469002065,0,0,0,0
2024-02-27 00:00:00-05:00,105.930000305176,105.930000305176,105.930000305176,105.930000305176,90.4626599205486,0,0,0,0
2024-02-28 00:00:00-05:00,105.209999084473,105.209999084473,105.209999084473,105.209999084473,89.8477894836261,0,0,0,0
2024-02-29 00:00:00-05:00,105.519996643066,105.519996643066,105.519996643066,105.519996643066,90.112522832427,0,0,0,0
2024-03-01 00:00:00-05:00,107.01000213623,107.01000213623,107.01000213623,107.01000213623,91.3849655759324,0,0,0,0
2024-03-04 00:00:00-05:00,106.449996948242,106.449996948242,106.449996948242,106.449996948242,90.9067293942201,0,0,0,0
2024-03-05 00:00:00-05:00,105.23999786377,105.23999786377,105.23999786377,105.23999786377,89.8734079992661,0,0,0,0
2024-03-06 00:00:00-05:00,106.629997253418,106.629997253418,106.629997253418,106.629997253418,91.0604470034508,0,0,0,0
2024-03-07 00:00:00-05:00,108.180000305176,108.180000305176,108.180000305176,108.180000305176,92.3841267782362,0,0,0,0
2024-03-08 00:00:00-05:00,106.98999786377,106.98999786377,106.98999786377,106.98999786377,91.367882221912,0,0,0,0
2024-03-11 00:00:00-04:00,107.110000610352,107.110000610352,107.110000610352,107.110000610352,91.4703627998626,0,0,0,0
2024-03-12 00:00:00-04:00,108.73999786377,108.73999786377,108.73999786377,108.73999786377,92.8623564445579,0,0,0,0
2024-03-13 00:00:00-04:00,108.550003051758,108.550003051758,108.550003051758,108.550003051758,92.7001036737077,0,0,0,0
2024-03-14 00:00:00-04:00,107.199996948242,107.199996948242,107.199996948242,107.199996948242,91.5472183467827,0,0,0,0
2024-03-15 00:00:00-04:00,106.120002746582,106.120002746582,106.120002746582,106.120002746582,90.6249192067894,0,0,0,0
2024-03-18 00:00:00-04:00,106.389999389648,106.389999389648,106.389999389648,106.389999389648,90.8554923629401,0,0,0,0
2024-03-19 00:00:00-04:00,106.459999084473,106.459999084473,106.459999084473,106.459999084473,90.9152710712303,0,0,0,0
2024-03-20 00:00:00-04:00,107.76000213623,107.76000213623,107.76000213623,107.76000213623,92.0254545284949,0,0,0,0
2024-03-21 00:00:00-04:00,108.040000915527,108.040000915527,108.040000915527,108.040000915527,92.2645693616558,0,0,0,0
2024-03-22 00:00:00-04:00,107.949996948242,107.949996948242,107.949996948242,107.949996948242,92.1877072993452,0,0,0,0
2024-03-25 00:00:00-04:00,107.790000915527,107.790000915527,107.790000915527,107.790000915527,92.0510730441349,0,0,0,0
2024-03-26 00:00:00-04:00,107.559997558594,107.559997558594,107.559997558594,107.559997558594,91.8546535652439,0,0,0,0
2024-03-27 00:00:00-04:00,107.650001525879,107.650001525879,107.650001525879,107.650001525879,91.9315156275545,0,0,0,0
2024-03-28 00:00:00-04:00,107.199996948242,107.199996948242,107.199996948242,107.199996948242,91.5472183467827,0,0,0,0
2024-04-01 00:00:00-04:00,107.290000915527,107.290000915527,107.290000915527,107.290000915527,91.6240804090932,0,0,0,0
2024-04-02 00:00:00-04:00,106.790000915527,106.790000915527,106.790000915527,106.790000915527,91.1970877740516,0,0,0,0
2024-04-03 00:00:00-04:00,107.290000915527,107.290000915527,107.290000915527,107.290000915527,91.6240804090932,0,0,0,0
2024-04-04 00:00:00-04:00,106.400001525879,106.400001525879,106.400001525879,106.400001525879,90.8640340399503,0,0,0,0
2024-04-05 00:00:00-04:00,106.959999084473,106.959999084473,106.959999084473,106.959999084473,91.342263706272,0,0,0,0
2024-04-08 00:00:00-04:00,107.470001220703,107.470001220703,107.470001220703,107.470001220703,91.7777980183239,0,0,0,0
2024-04-09 00:00:00-04:00,107.879997253418,107.879997253418,107.879997253418,107.879997253418,92.127928591055,0,0,0,0
2024-04-10 00:00:00-04:00,106.569999694824,106.569999694824,106.569999694824,106.569999694824,91.0092099721707,0,0,0,0
2024-04-11 00:00:00-04:00,107.400001525879,107.400001525879,107.400001525879,107.400001525879,91.7180193100337,0,0,0,0
2024-04-12 00:00:00-04:00,105.080001831055,105.080001831055,105.080001831055,105.080001831055,89.7367737440558,0,0,0,0
2024-04-15 00:00:00-04:00,104.309997558594,104.309997558594,104.309997558594,104.309997558594,89.0792014374729,0,0,0,0
2024-04-16 00:00:00-04:00,103.980003356934,103.980003356934,103.980003356934,103.980003356934,88.7973912500422,0,0,0,0
2024-04-17 00:00:00-04:00,103.279998779297,103.279998779297,103.279998779297,103.279998779297,88.1995976517495,0,0,0,0
2024-04-18 00:00:00-04:00,102.480003356934,102.480003356934,102.480003356934,102.480003356934,87.5164133449171,0,0,0,0
2024-04-19 00:00:00-04:00,101.139999389648,101.139999389648,101.139999389648,101.139999389648,86.3720696950023,0,0,0,0
2024-04-22 00:00:00-04:00,102.580001831055,102.580001831055,102.580001831055,102.580001831055,87.6018105688474,0,0,0,0
2024-04-23 00:00:00-04:00,104.879997253418,104.879997253418,104.879997253418,104.879997253418,89.5659727808048,0,0,0,0
2024-04-24 00:00:00-04:00,104.660003662109,104.660003662109,104.660003662109,104.660003662109,89.3781014943145,0,0,0,0
2024-04-25 00:00:00-04:00,103.930000305176,103.930000305176,103.930000305176,103.930000305176,88.7546893803818,0,0,0,0
2024-04-26 00:00:00-04:00,105.23999786377,105.23999786377,105.23999786377,105.23999786377,89.8734079992661,0,0,0,0
2024-04-29 00:00:00-04:00,105.75,105.75,105.75,105.75,90.308942311318,0,0,0,0
2024-04-30 00:00:00-04:00,103.949996948242,103.949996948242,103.949996948242,103.949996948242,88.7717662190117,0,0,0,0
2024-05-01 00:00:00-04:00,103.779998779297,103.779998779297,103.779998779297,103.779998779297,88.6265902867912,0,0,0,0
2024-05-02 00:00:00-04:00,106.279998779297,106.279998779297,106.279998779297,106.279998779297,90.7615534619997,0,0,0,0
2024-05-03 00:00:00-04:00,107.970001220703,107.970001220703,107.970001220703,107.970001220703,92.2047906533656,0,0,0,0
2024-05-06 00:00:00-04:00,108.73999786377,108.73999786377,108.73999786377,108.73999786377,92.8623564445579,0,0,0,0
2024-05-07 00:00:00-04:00,108.669998168945,108.669998168945,108.669998168945,108.669998168945,92.8025777362677,0,0,0,0
2024-05-08 00:00:00-04:00,108.230003356934,108.230003356934,108.230003356934,108.230003356934,92.4268286478966,0,0,0,0
2024-05-09 00:00:00-04:00,108.639999389648,108.639999389648,108.639999389648,108.639999389648,92.7769592206277,0,0,0,0
2024-05-10 00:00:00-04:00,108.819999694824,108.819999694824,108.819999694824,108.819999694824,92.9306768298583,0,0,0,0
2024-05-13 00:00:00-04:00,109.089996337891,109.089996337891,109.089996337891,109.089996337891,93.161249986009,0,0,0,0
2024-05-14 00:00:00-04:00,110.180000305176,110.180000305176,110.180000305176,110.180000305176,94.092097318403,0,0,0,0
2024-05-15 00:00:00-04:00,111.889999389648,111.889999389648,111.889999389648,111.889999389648,95.5524113483987,0,0,0,0
2024-05-16 00:00:00-04:00,111.449996948242,111.449996948242,111.449996948242,111.449996948242,95.176655744637,0,0,0,0
2024-05-17 00:00:00-04:00,111.470001220703,111.470001220703,111.470001220703,111.470001220703,95.1937390986574,0,0,0,0
2024-05-20 00:00:00-04:00,112.150001525879,112.150001525879,112.150001525879,112.150001525879,95.7744493429297,0,0,0,0
2024-05-21 00:00:00-04:00,111.660003662109,111.660003662109,111.660003662109,111.660003662109,95.3559983848982,0,0,0,0
2024-05-22 00:00:00-04:00,111.459999084473,111.459999084473,111.459999084473,111.459999084473,95.1851974216472,0,0,0,0
2024-05-23 00:00:00-04:00,111.360000610352,111.360000610352,111.360000610352,111.360000610352,95.099800197717,0,0,0,0
2024-05-24 00:00:00-04:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0
2024-05-28 00:00:00-04:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0
2024-05-29 00:00:00-04:00,110.459999084473,110.459999084473,110.459999084473,110.459999084473,94.3312121515638,0,0,0,0
2024-05-30 00:00:00-04:00,110.680000305176,110.680000305176,110.680000305176,110.680000305176,94.5190899534447,0,0,0,0
2024-05-31 00:00:00-04:00,110.790000915527,110.790000915527,110.790000915527,110.790000915527,94.6130288543851,0,0,0,0
2024-06-03 00:00:00-04:00,111.580001831055,111.580001831055,111.580001831055,111.580001831055,95.2876779995978,0,0,0,0
2024-06-04 00:00:00-04:00,111.139999389648,111.139999389648,111.139999389648,111.139999389648,94.9119223958362,0,0,0,0
2024-06-05 00:00:00-04:00,113.23999786377,113.23999786377,113.23999786377,113.23999786377,96.7052901599332,0,0,0,0
2024-06-06 00:00:00-04:00,113.720001220703,113.720001220703,113.720001220703,113.720001220703,97.115205956345,0,0,0,0
2024-06-07 00:00:00-04:00,112.059997558594,112.059997558594,112.059997558594,112.059997558594,95.6975872806192,0,0,0,0
2024-06-10 00:00:00-04:00,112.379997253418,112.379997253418,112.379997253418,112.379997253418,95.9708623064302,0,0,0,0
2024-06-11 00:00:00-04:00,111.599998474121,111.599998474121,111.599998474121,111.599998474121,95.3047548382277,0,0,0,0
2024-06-12 00:00:00-04:00,113.059997558594,113.059997558594,113.059997558594,113.059997558594,96.5515725507025,0,0,0,0
2024-06-13 00:00:00-04:00,111.959999084473,111.959999084473,111.959999084473,111.959999084473,95.6121900566889,0,0,0,0
2024-06-14 00:00:00-04:00,111.040000915527,111.040000915527,111.040000915527,111.040000915527,94.8265251719059,0,0,0,0
2024-06-17 00:00:00-04:00,111.150001525879,111.150001525879,111.150001525879,111.150001525879,94.9204640728464,0,0,0,0
2024-06-18 00:00:00-04:00,111.220001220703,111.220001220703,111.220001220703,111.220001220703,94.9802427811366,0,0,0,0
2024-06-20 00:00:00-04:00,111.019996643066,111.019996643066,111.019996643066,111.019996643066,94.8094418178856,0,0,0,0
2024-06-21 00:00:00-04:00,110.389999389648,110.389999389648,110.389999389648,110.389999389648,94.2714334432736,0,0,0,0
2024-06-24 00:00:00-04:00,110.51000213623,110.51000213623,110.51000213623,110.51000213623,94.3739140212242,0,0,0,0
2024-06-25 00:00:00-04:00,111.389999389648,111.389999389648,111.389999389648,111.389999389648,95.125418713357,0,0,0,0
2024-06-26 00:00:00-04:00,110.73999786377,110.73999786377,110.73999786377,110.73999786377,94.5703269847247,0,0,0,0
2024-06-27 00:00:00-04:00,110.25,110.25,110.25,110.25,94.1518760266932,0,0,0,0
2024-06-28 00:00:00-04:00,109.720001220703,109.720001220703,109.720001220703,109.720001220703,93.6992648760115,0,0,0,0
2024-07-01 00:00:00-04:00,109.650001525879,109.650001525879,109.650001525879,109.650001525879,93.6394861677213,0,0,0,0
2024-07-02 00:00:00-04:00,110.069999694824,110.069999694824,110.069999694824,110.069999694824,93.9981584174626,0,0,0,0
2024-07-03 00:00:00-04:00,111.51000213623,111.51000213623,111.51000213623,111.51000213623,95.2278992913076,0,0,0,0
2024-07-05 00:00:00-04:00,112.48999786377,112.48999786377,112.48999786377,112.48999786377,96.0648012073706,0,0,0,0
2024-07-08 00:00:00-04:00,112.169998168945,112.169998168945,112.169998168945,112.169998168945,95.7915261815596,0,0,0,0
2024-07-09 00:00:00-04:00,112.389999389648,112.389999389648,112.389999389648,112.389999389648,95.9794039834404,0,0,0,0
2024-07-10 00:00:00-04:00,113.769996643066,113.769996643066,113.769996643066,113.769996643066,97.1579013106149,0,0,0,0
2024-07-11 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,97.2347633729255,0,0,0,0
2024-07-12 00:00:00-04:00,115.230003356934,115.230003356934,115.230003356934,115.230003356934,98.4047255384803,0,0,0,0
2024-07-15 00:00:00-04:00,113.779998779297,113.779998779297,113.779998779297,113.779998779297,97.1664429876251,0,0,0,0
2024-07-16 00:00:00-04:00,114.279998779297,114.279998779297,114.279998779297,114.279998779297,97.5934356226668,0,0,0,0
2024-07-17 00:00:00-04:00,111.639999389648,111.639999389648,111.639999389648,111.639999389648,95.3389150308779,0,0,0,0
2024-07-18 00:00:00-04:00,110.540000915527,110.540000915527,110.540000915527,110.540000915527,94.3995325368642,0,0,0,0
2024-07-19 00:00:00-04:00,109.949996948242,109.949996948242,109.949996948242,109.949996948242,93.895677839512,0,0,0,0
2024-07-22 00:00:00-04:00,111.51000213623,111.51000213623,111.51000213623,111.51000213623,95.2278992913076,0,0,0,0
2024-07-23 00:00:00-04:00,111.459999084473,111.459999084473,111.459999084473,111.459999084473,95.1851974216472,0,0,0,0
2024-07-24 00:00:00-04:00,108.900001525879,108.900001525879,108.900001525879,108.900001525879,92.9989972151587,0,0,0,0
2024-07-25 00:00:00-04:00,108.080001831055,108.080001831055,108.080001831055,108.080001831055,92.298729554306,0,0,0,0
2024-07-26 00:00:00-04:00,109.48999786377,109.48999786377,109.48999786377,109.48999786377,93.5028453971205,0,0,0,0
2024-07-29 00:00:00-04:00,108.769996643066,108.769996643066,108.769996643066,108.769996643066,92.8879749601979,0,0,0,0
2024-07-30 00:00:00-04:00,108.5,108.5,108.5,108.5,92.6574018040473,0,0,0,0
2024-07-31 00:00:00-04:00,111.089996337891,111.089996337891,111.089996337891,111.089996337891,94.8692205261758,0,0,0,0
2024-08-01 00:00:00-04:00,107.879997253418,107.879997253418,107.879997253418,107.879997253418,92.127928591055,0,0,0,0
2024-08-02 00:00:00-04:00,105.830001831055,105.830001831055,105.830001831055,105.830001831055,90.3772626966184,0,0,0,0
2024-08-05 00:00:00-04:00,103.870002746582,103.870002746582,103.870002746582,103.870002746582,88.7034523491018,0,0,0,0
2024-08-06 00:00:00-04:00,104.76000213623,104.76000213623,104.76000213623,104.76000213623,89.4634987182448,0,0,0,0
2024-08-07 00:00:00-04:00,105.199996948242,105.199996948242,105.199996948242,105.199996948242,89.8392478066159,0,0,0,0
2024-08-08 00:00:00-04:00,107.900001525879,107.900001525879,107.900001525879,107.900001525879,92.1450119450754,0,0,0,0
2024-08-09 00:00:00-04:00,108.180000305176,108.180000305176,108.180000305176,108.180000305176,92.3841267782362,0,0,0,0
2024-08-12 00:00:00-04:00,108.069999694824,108.069999694824,108.069999694824,108.069999694824,92.2901878772958,0,0,0,0
2024-08-13 00:00:00-04:00,109.900001525879,109.900001525879,109.900001525879,109.900001525879,93.8529824852421,0,0,0,0
2024-08-14 00:00:00-04:00,109.779998779297,109.779998779297,109.779998779297,109.779998779297,93.7505019072915,0,0,0,0
2024-08-15 00:00:00-04:00,112.300003051758,112.300003051758,112.300003051758,112.300003051758,95.9025484365204,0,0,0,0
2024-08-16 00:00:00-04:00,113,113,113,113,96.5003355194225,0,0,0,0
2024-08-19 00:00:00-04:00,114.830001831055,114.830001831055,114.830001831055,114.830001831055,98.0631301273688,0,0,0,0
2024-08-20 00:00:00-04:00,113.830001831055,113.830001831055,113.830001831055,113.830001831055,97.2091448572854,0,0,0,0
2024-08-21 00:00:00-04:00,114.959999084473,114.959999084473,114.959999084473,114.959999084473,98.1741458669391,0,0,0,0
2024-08-22 00:00:00-04:00,113.819999694824,113.819999694824,113.819999694824,113.819999694824,97.2006031802753,0,0,0,0
2024-08-23 00:00:00-04:00,115.139999389648,115.139999389648,115.139999389648,115.139999389648,98.3278634761697,0,0,0,0
2024-08-26 00:00:00-04:00,113.629997253418,113.629997253418,113.629997253418,113.629997253418,97.0383438940344,0,0,0,0
2024-08-27 00:00:00-04:00,113.970001220703,113.970001220703,113.970001220703,113.970001220703,97.3287022738659,0,0,0,0
2024-08-28 00:00:00-04:00,112.879997253418,112.879997253418,112.879997253418,112.879997253418,96.3978549414719,0,0,0,0
2024-08-29 00:00:00-04:00,113.629997253418,113.629997253418,113.629997253418,113.629997253418,97.0383438940344,0,0,0,0
2024-08-30 00:00:00-04:00,113.870002746582,113.870002746582,113.870002746582,113.870002746582,97.2433050499356,0,0,0,0
2024-09-03 00:00:00-04:00,110.930000305176,110.930000305176,110.930000305176,110.930000305176,94.7325862709655,0,0,0,0
2024-09-04 00:00:00-04:00,110.569999694824,110.569999694824,110.569999694824,110.569999694824,94.4251510525043,0,0,0,0
2024-09-05 00:00:00-04:00,110.690002441406,110.690002441406,110.690002441406,110.690002441406,94.5276316304549,0,0,0,0
2024-09-06 00:00:00-04:00,108.099998474121,108.099998474121,108.099998474121,108.099998474121,92.3158063929358,0,0,0,0
2024-09-09 00:00:00-04:00,109.610000610352,109.610000610352,109.610000610352,109.610000610352,93.6053259750711,0,0,0,0
2024-09-10 00:00:00-04:00,109.330001831055,109.330001831055,109.330001831055,109.330001831055,93.3662111419102,0,0,0,0
2024-09-11 00:00:00-04:00,111.069999694824,111.069999694824,111.069999694824,111.069999694824,94.852143687546,0,0,0,0
2024-09-12 00:00:00-04:00,111.970001220703,111.970001220703,111.970001220703,111.970001220703,95.6207317336991,0,0,0,0
2024-09-13 00:00:00-04:00,112.319999694824,112.319999694824,112.319999694824,112.319999694824,95.9196252751502,0,0,0,0
2024-09-16 00:00:00-04:00,112.449996948242,112.449996948242,112.449996948242,112.449996948242,96.0306410147204,0,0,0,0
2024-09-17 00:00:00-04:00,112.650001525879,112.650001525879,112.650001525879,112.650001525879,96.2014419779714,0,0,0,0
2024-09-18 00:00:00-04:00,112.360000610352,112.360000610352,112.360000610352,112.360000610352,95.9537854678004,0,0,0,0
2024-09-19 00:00:00-04:00,115.370002746582,115.370002746582,115.370002746582,115.370002746582,98.5242829550607,0,0,0,0
2024-09-20 00:00:00-04:00,114.089996337891,114.089996337891,114.089996337891,114.089996337891,97.4311763364259,0,0,0,0
2024-09-23 00:00:00-04:00,114.589996337891,114.589996337891,114.589996337891,114.589996337891,97.8581689714676,0,0,0,0
2024-09-24 00:00:00-04:00,116.519996643066,116.519996643066,116.519996643066,116.519996643066,99.5063608033442,0,0,0,0
2024-09-25 00:00:00-04:00,116.199996948242,116.199996948242,116.199996948242,116.199996948242,99.2330857775331,0,0,0,0
2024-09-26 00:00:00-04:00,118.980003356934,118.980003356934,118.980003356934,118.980003356934,101.607170301293,0,0,0,0
2024-09-27 00:00:00-04:00,118.51000213623,118.51000213623,118.51000213623,118.51000213623,101.205796181891,0,0,0,0
2024-09-30 00:00:00-04:00,117.870002746582,117.870002746582,117.870002746582,117.870002746582,100.659246130269,0,0,0,0
2024-10-01 00:00:00-04:00,117.5,117.5,117.5,117.5,100.343269234798,0,0,0,0
2024-10-02 00:00:00-04:00,118.050003051758,118.050003051758,118.050003051758,118.050003051758,100.8129637395,0,0,0,0
2024-10-03 00:00:00-04:00,117.230003356934,117.230003356934,117.230003356934,117.230003356934,100.112696078647,0,0,0,0
2024-10-04 00:00:00-04:00,118.379997253418,118.379997253418,118.379997253418,118.379997253418,101.094773926931,0,0,0,0
2024-10-07 00:00:00-04:00,118.180000305176,118.180000305176,118.180000305176,118.180000305176,100.92397947907,0,0,0,0
2024-10-08 00:00:00-04:00,117.589996337891,117.589996337891,117.589996337891,117.589996337891,100.420124781718,0,0,0,0
2024-10-09 00:00:00-04:00,118,118,118,118,100.770261869839,0,0,0,0
2024-10-10 00:00:00-04:00,117.830001831055,117.830001831055,117.830001831055,117.830001831055,100.625085937619,0,0,0,0
2024-10-11 00:00:00-04:00,118.660003662109,118.660003662109,118.660003662109,118.660003662109,101.333895275482,0,0,0,0
2024-10-14 00:00:00-04:00,118.800003051758,118.800003051758,118.800003051758,118.800003051758,101.453452692062,0,0,0,0
2024-10-15 00:00:00-04:00,115.360000610352,115.360000610352,115.360000610352,115.360000610352,98.5157412780505,0,0,0,0
2024-10-16 00:00:00-04:00,115.660003662109,115.660003662109,115.660003662109,115.660003662109,98.7719394652318,0,0,0,0
2024-10-17 00:00:00-04:00,115.839996337891,115.839996337891,115.839996337891,115.839996337891,98.9256505590719,0,0,0,0
2024-10-18 00:00:00-04:00,117.300003051758,117.300003051758,117.300003051758,117.300003051758,100.172474786937,0,0,0,0
2024-10-21 00:00:00-04:00,116.569999694824,116.569999694824,116.569999694824,116.569999694824,99.5490626730046,0,0,0,0
2024-10-22 00:00:00-04:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,99.3782682251441,0,0,0,0
2024-10-23 00:00:00-04:00,115.430000305176,115.430000305176,115.430000305176,115.430000305176,98.5755199863408,0,0,0,0
2024-10-24 00:00:00-04:00,115.830001831055,115.830001831055,115.830001831055,115.830001831055,98.9171153974522,0,0,0,0
2024-10-25 00:00:00-04:00,116,116,116,116,99.0622913296727,0,0,0,0
2024-10-28 00:00:00-04:00,116.669998168945,116.669998168945,116.669998168945,116.669998168945,99.6344598969348,0,0,0,0
2024-10-29 00:00:00-04:00,116.73999786377,116.73999786377,116.73999786377,116.73999786377,99.694238605225,0,0,0,0
2024-10-30 00:00:00-04:00,115.720001220703,115.720001220703,115.720001220703,115.720001220703,98.8231764965118,0,0,0,0
2024-10-31 00:00:00-04:00,114.519996643066,114.519996643066,114.519996643066,114.519996643066,97.7983902631774,0,0,0,0
2024-11-01 00:00:00-04:00,115.129997253418,115.129997253418,115.129997253418,115.129997253418,98.3193217991595,0,0,0,0
2024-11-04 00:00:00-05:00,115.180000305176,115.180000305176,115.180000305176,115.180000305176,98.3620236688199,0,0,0,0
2024-11-05 00:00:00-05:00,116.449996948242,116.449996948242,116.449996948242,116.449996948242,99.446582095054,0,0,0,0
2024-11-06 00:00:00-05:00,115.25,115.25,115.25,115.25,98.4218023771101,0,0,0,0
2024-11-07 00:00:00-05:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,99.3782682251441,0,0,0,0
2024-11-08 00:00:00-05:00,114.830001831055,114.830001831055,114.830001831055,114.830001831055,98.0631301273688,0,0,0,0
2024-11-11 00:00:00-05:00,115.480003356934,115.480003356934,115.480003356934,115.480003356934,98.6182218560011,0,0,0,0
2024-11-12 00:00:00-05:00,114.48999786377,114.48999786377,114.48999786377,114.48999786377,97.7727717475374,0,0,0,0
2024-11-13 00:00:00-05:00,114.610000610352,114.610000610352,114.610000610352,114.610000610352,97.875252325488,0,0,0,0
2024-11-14 00:00:00-05:00,114.180000305176,114.180000305176,114.180000305176,114.180000305176,97.5080383987365,0,0,0,0
2024-11-15 00:00:00-05:00,112.25,112.25,112.25,112.25,95.85984656686,0,0,0,0
2024-11-18 00:00:00-05:00,112.879997253418,112.879997253418,112.879997253418,112.879997253418,96.3978549414719,0,0,0,0
2024-11-19 00:00:00-05:00,113.290000915527,113.290000915527,113.290000915527,113.290000915527,96.7479920295936,0,0,0,0
2024-11-20 00:00:00-05:00,113.379997253418,113.379997253418,113.379997253418,113.379997253418,96.8248475765136,0,0,0,0
2024-11-21 00:00:00-05:00,113.709999084473,113.709999084473,113.709999084473,113.709999084473,97.1066642793348,0,0,0,0
2024-11-22 00:00:00-05:00,114.160003662109,114.160003662109,114.160003662109,114.160003662109,97.4909615601067,0,0,0,0
2024-11-25 00:00:00-05:00,115.160003662109,115.160003662109,115.160003662109,115.160003662109,98.3449468301901,0,0,0,0
2024-11-26 00:00:00-05:00,114.76000213623,114.76000213623,114.76000213623,114.76000213623,98.0033514190786,0,0,0,0
2024-11-27 00:00:00-05:00,114.970001220703,114.970001220703,114.970001220703,114.970001220703,98.1826875439493,0,0,0,0
2024-11-29 00:00:00-05:00,115.339996337891,115.339996337891,115.339996337891,115.339996337891,98.4986579240302,0,0,0,0
2024-12-02 00:00:00-05:00,116.040000915527,116.040000915527,116.040000915527,116.040000915527,99.0964515223229,0,0,0,0
2024-12-03 00:00:00-05:00,116.110000610352,116.110000610352,116.110000610352,116.110000610352,99.1562302306131,0,0,0,0
2024-12-04 00:00:00-05:00,117.160003662109,117.160003662109,117.160003662109,117.160003662109,100.052917370357,0,0,0,0
2024-12-05 00:00:00-05:00,117.360000610352,117.360000610352,117.360000610352,117.360000610352,100.223711818217,0,0,0,0
2024-12-06 00:00:00-05:00,117.779998779297,117.779998779297,117.779998779297,117.779998779297,100.582384067959,0,0,0,0
2024-12-09 00:00:00-05:00,117.75,117.75,117.75,117.75,100.556765552319,0,0,0,0
2024-12-10 00:00:00-05:00,116.059997558594,116.059997558594,116.059997558594,116.059997558594,99.1135283609527,0,0,0,0
2024-12-11 00:00:00-05:00,117.069999694824,117.069999694824,117.069999694824,117.069999694824,99.9760553080463,0,0,0,0
2024-12-12 00:00:00-05:00,116.620002746582,116.620002746582,116.620002746582,116.620002746582,99.591764542665,0,0,0,0
2024-12-13 00:00:00-05:00,116.26000213623,116.26000213623,116.26000213623,116.26000213623,99.2843293242037,0,0,0,0
2024-12-16 00:00:00-05:00,115.830001831055,115.830001831055,115.830001831055,115.830001831055,98.9171153974522,0,0,0,0
2024-12-17 00:00:00-05:00,115.589996337891,115.589996337891,115.589996337891,115.589996337891,98.712154241551,0,0,0,0
2024-12-18 00:00:00-05:00,102.330001831055,102.330001831055,102.330001831055,102.330001831055,95.6355236078943,0,9.968,0,8.999
2024-12-19 00:00:00-05:00,102.040000915527,102.040000915527,102.040000915527,102.040000915527,95.3644946925522,0,0,0,0
2024-12-20 00:00:00-05:00,102.330001831055,102.330001831055,102.330001831055,102.330001831055,95.6355236078943,0,0,0,0
2024-12-23 00:00:00-05:00,103.139999389648,103.139999389648,103.139999389648,103.139999389648,96.3925307343588,0,0,0,0
2024-12-24 00:00:00-05:00,103.589996337891,103.589996337891,103.589996337891,103.589996337891,96.8130886645555,0,0,0,0
2024-12-26 00:00:00-05:00,103.410003662109,103.410003662109,103.410003662109,103.410003662109,96.6448711966975,0,0,0,0
2024-12-27 00:00:00-05:00,102.849998474121,102.849998474121,102.849998474121,102.849998474121,96.1215018190167,0,0,0,0
2024-12-30 00:00:00-05:00,101.949996948242,101.949996948242,101.949996948242,101.949996948242,95.2803788283474,0,0,0,0
2024-12-31 00:00:00-05:00,101.569999694824,101.569999694824,101.569999694824,101.569999694824,94.9252411790763,0,0,0,0
2025-01-02 00:00:00-05:00,101.699996948242,101.699996948242,101.699996948242,101.699996948242,95.0467339492879,0,0,0,0
2025-01-03 00:00:00-05:00,102.970001220703,102.970001220703,102.970001220703,102.970001220703,96.2336539278645,0,0,0,0
2025-01-06 00:00:00-05:00,104.370002746582,104.370002746582,104.370002746582,104.370002746582,97.5420666766528,0,0,0,0
2025-01-07 00:00:00-05:00,103.620002746582,103.620002746582,103.620002746582,103.620002746582,96.8411320394744,0,0,0,0
2025-01-08 00:00:00-05:00,103.389999389648,103.389999389648,103.389999389648,103.389999389648,96.6261756134183,0,0,0,0
2025-01-10 00:00:00-05:00,101.860000610352,101.860000610352,101.860000610352,101.860000610352,95.1962700944184,0,0,0,0
2025-01-13 00:00:00-05:00,100.919998168945,100.919998168945,100.919998168945,100.919998168945,94.3177630674664,0,0,0,0
2025-01-14 00:00:00-05:00,101.690002441406,101.690002441406,101.690002441406,101.690002441406,95.0373932879241,0,0,0,0
2025-01-15 00:00:00-05:00,103.26000213623,103.26000213623,103.26000213623,103.26000213623,96.5046828432066,0,0,0,0
2025-01-16 00:00:00-05:00,103.849998474121,103.849998474121,103.849998474121,103.849998474121,97.0560813352546,0,0,0,0
2025-01-17 00:00:00-05:00,104.319999694824,104.319999694824,104.319999694824,104.319999694824,97.4953348487306,0,0,0,0
2025-01-21 00:00:00-05:00,105.919998168945,105.919998168945,105.919998168945,105.919998168945,98.9906606486561,0,0,0,0
2025-01-22 00:00:00-05:00,106.370002746582,106.370002746582,106.370002746582,106.370002746582,99.4112257091287,0,0,0,0
2025-01-23 00:00:00-05:00,106.800003051758,106.800003051758,106.800003051758,106.800003051758,99.813095186322,0,0,0,0
2025-01-24 00:00:00-05:00,107.51000213623,107.51000213623,107.51000213623,107.51000213623,100.476645787218,0,0,0,0
2025-01-27 00:00:00-05:00,105.819999694824,105.819999694824,105.819999694824,105.819999694824,98.8972041230875,0,0,0,0
2025-01-28 00:00:00-05:00,107.050003051758,107.050003051758,107.050003051758,107.050003051758,100.046740065382,0,0,0,0
2025-01-29 00:00:00-05:00,106.919998168945,106.919998168945,106.919998168945,106.919998168945,99.9252401648941,0,0,0,0
2025-01-30 00:00:00-05:00,108.610000610352,108.610000610352,108.610000610352,108.610000610352,101.504681829024,0,0,0,0
2025-01-31 00:00:00-05:00,107.5,107.5,107.5,107.5,100.467297995578,0,0,0,0
2025-02-03 00:00:00-05:00,106.099998474121,106.099998474121,106.099998474121,106.099998474121,99.15888524679,0,0,0,0
2025-02-04 00:00:00-05:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0
2025-02-05 00:00:00-05:00,109.660003662109,109.660003662109,109.660003662109,109.660003662109,102.485993173185,0,0,0,0
2025-02-06 00:00:00-05:00,109.970001220703,109.970001220703,109.970001220703,109.970001220703,102.77571054153,0,0,0,0
2025-02-07 00:00:00-05:00,109.099998474121,109.099998474121,109.099998474121,109.099998474121,101.962623795504,0,0,0,0
2025-02-10 00:00:00-05:00,110.180000305176,110.180000305176,110.180000305176,110.180000305176,102.971971384307,0,0,0,0
2025-02-11 00:00:00-05:00,110.389999389648,110.389999389648,110.389999389648,110.389999389648,103.168232227084,0,0,0,0
2025-02-12 00:00:00-05:00,110.699996948242,110.699996948242,110.699996948242,110.699996948242,103.457949595429,0,0,0,0
2025-02-13 00:00:00-05:00,112.790000915527,112.790000915527,112.790000915527,112.790000915527,105.41122449211,0,0,0,0
2025-02-14 00:00:00-05:00,113.300003051758,113.300003051758,113.300003051758,113.300003051758,105.887862041869,0,0,0,0
2025-02-18 00:00:00-05:00,114.230003356934,114.230003356934,114.230003356934,114.230003356934,106.757021277181,0,0,0,0
2025-02-19 00:00:00-05:00,113.230003356934,113.230003356934,113.230003356934,113.230003356934,105.822441760943,0,0,0,0
2025-02-20 00:00:00-05:00,113.400001525879,113.400001525879,113.400001525879,113.400001525879,105.981318567437,0,0,0,0
2025-02-21 00:00:00-05:00,112.25,112.25,112.25,112.25,104.906550697708,0,0,0,0
2025-02-24 00:00:00-05:00,110.660003662109,110.660003662109,110.660003662109,110.660003662109,103.420572689423,0,0,0,0
2025-02-25 00:00:00-05:00,110.339996337891,110.339996337891,110.339996337891,110.339996337891,103.121500399162,0,0,0,0
2025-02-26 00:00:00-05:00,111.339996337891,111.339996337891,111.339996337891,111.339996337891,104.0560799154,0,0,0,0
2025-02-27 00:00:00-05:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0
2025-02-28 00:00:00-05:00,108.949996948242,108.949996948242,108.949996948242,108.949996948242,101.822435442013,0,0,0,0
2025-03-03 00:00:00-05:00,107.400001525879,107.400001525879,107.400001525879,107.400001525879,100.37384147001,0,0,0,0
2025-03-04 00:00:00-05:00,107.589996337891,107.589996337891,107.589996337891,107.589996337891,100.551406729507,0,0,0,0
2025-03-05 00:00:00-05:00,110.949996948242,110.949996948242,110.949996948242,110.949996948242,103.691594474489,0,0,0,0
2025-03-06 00:00:00-05:00,108.370002746582,108.370002746582,108.370002746582,108.370002746582,101.280384741605,0,0,0,0
2025-03-07 00:00:00-05:00,108.620002746582,108.620002746582,108.620002746582,108.620002746582,101.514029620664,0,0,0,0
2025-03-10 00:00:00-04:00,104.459999084473,104.459999084473,104.459999084473,104.459999084473,97.6261754105818,0,0,0,0
2025-03-11 00:00:00-04:00,105,105,105,105,98.1308492049834,0,0,0,0
2025-03-12 00:00:00-04:00,106.220001220703,106.220001220703,106.220001220703,106.220001220703,99.2710373556378,0,0,0,0
2025-03-13 00:00:00-04:00,104.980003356934,104.980003356934,104.980003356934,104.980003356934,98.11216075198,0,0,0,0
2025-03-14 00:00:00-04:00,107.809997558594,107.809997558594,107.809997558594,107.809997558594,100.757015363924,0,0,0,0
2025-03-17 00:00:00-04:00,109.620002746582,109.620002746582,109.620002746582,109.620002746582,102.448609136902,0,0,0,0
2025-03-18 00:00:00-04:00,108.589996337891,108.589996337891,108.589996337891,108.589996337891,101.485986245745,0,0,0,0
2025-03-19 00:00:00-04:00,109.5,109.5,109.5,109.5,102.336457028054,0,0,0,0
2025-03-20 00:00:00-04:00,109.029998779297,109.029998779297,109.029998779297,109.029998779297,101.897203514578,0,0,0,0
2025-03-21 00:00:00-04:00,108.029998779297,108.029998779297,108.029998779297,108.029998779297,100.96262399834,0,0,0,0
2025-03-24 00:00:00-04:00,108.680000305176,108.680000305176,108.680000305176,108.680000305176,101.57010210995,0,0,0,0
2025-03-25 00:00:00-04:00,108.680000305176,108.680000305176,108.680000305176,108.680000305176,101.57010210995,0,0,0,0
2025-03-26 00:00:00-04:00,106.26000213623,106.26000213623,106.26000213623,106.26000213623,99.3084213919205,0,0,0,0
2025-03-27 00:00:00-04:00,106.650001525879,106.650001525879,106.650001525879,106.650001525879,99.6729068328312,0,0,0,0
2025-03-28 00:00:00-04:00,104.559997558594,104.559997558594,104.559997558594,104.559997558594,97.7196319361505,0,0,0,0
2025-03-31 00:00:00-04:00,103.01000213623,103.01000213623,103.01000213623,103.01000213623,96.2710379641472,0,0,0,0
2025-04-01 00:00:00-04:00,103.129997253418,103.129997253418,103.129997253418,103.129997253418,96.3831829427192,0,0,0,0
2025-04-02 00:00:00-04:00,103.819999694824,103.819999694824,103.819999694824,103.819999694824,97.0280450906116,0,0,0,0
2025-04-03 00:00:00-04:00,100.059997558594,100.059997558594,100.059997558594,100.059997558594,93.5140241130797,0,0,0,0
2025-04-04 00:00:00-04:00,93.5199966430664,93.5199966430664,93.5199966430664,93.5199966430664,87.4018732212505,0,0,0,0
2025-04-07 00:00:00-04:00,92.1999969482422,92.1999969482422,92.1999969482422,92.1999969482422,86.1682285450275,0,0,0,0
2025-04-08 00:00:00-04:00,91.3600006103516,91.3600006103516,91.3600006103516,91.3600006103516,85.38318517392,0,0,0,0
2025-04-09 00:00:00-04:00,99.0800018310547,99.0800018310547,99.0800018310547,99.0800018310547,92.598140180121,0,0,0,0
2025-04-10 00:00:00-04:00,96.3499984741211,96.3499984741211,96.3499984741211,96.3499984741211,90.0467349634701,0,0,0,0
2025-04-11 00:00:00-04:00,98.9400024414063,98.9400024414063,98.9400024414063,98.9400024414063,92.4672996182698,0,0,0,0
2025-04-14 00:00:00-04:00,99.9199981689453,99.9199981689453,99.9199981689453,99.9199981689453,93.3831835512285,0,0,0,0
2025-04-15 00:00:00-04:00,100.849998474121,100.849998474121,100.849998474121,100.849998474121,94.2523427865408,0,0,0,0
2025-04-16 00:00:00-04:00,98.9899978637695,98.9899978637695,98.9899978637695,98.9899978637695,92.5140243159162,0,0,0,0
2025-04-17 00:00:00-04:00,99.6900024414063,99.6900024414063,99.6900024414063,99.6900024414063,93.1682342554482,0,0,0,0
2025-04-21 00:00:00-04:00,98.7200012207031,98.7200012207031,98.7200012207031,98.7200012207031,92.2616909838533,0,0,0,0
2025-04-22 00:00:00-04:00,100.769996643066,100.769996643066,100.769996643066,100.769996643066,94.1775747139756,0,0,0,0
2025-04-23 00:00:00-04:00,102.279998779297,102.279998779297,102.279998779297,102.279998779297,95.5887917799721,0,0,0,0
2025-04-24 00:00:00-04:00,104.540000915527,104.540000915527,104.540000915527,104.540000915527,97.7009434831471,0,0,0,0
2025-04-25 00:00:00-04:00,105.269996643066,105.269996643066,105.269996643066,105.269996643066,98.3831825370463,0,0,0,0
2025-04-28 00:00:00-04:00,105.150001525879,105.150001525879,105.150001525879,105.150001525879,98.2710375584743,0,0,0,0
2025-04-29 00:00:00-04:00,105.360000610352,105.360000610352,105.360000610352,105.360000610352,98.4672984012511,0,0,0,0
2025-04-30 00:00:00-04:00,106.040000915527,106.040000915527,106.040000915527,106.040000915527,99.102812757504,0,0,0,0
2025-05-01 00:00:00-04:00,106.019996643066,106.019996643066,106.019996643066,106.019996643066,99.0841171742247,0,0,0,0
2025-05-02 00:00:00-04:00,108.809997558594,108.809997558594,108.809997558594,108.809997558594,101.691594880162,0,0,0,0
2025-05-05 00:00:00-04:00,108.610000610352,108.610000610352,108.610000610352,108.610000610352,101.504681829024,0,0,0,0
2025-05-06 00:00:00-04:00,108.25,108.25,108.25,108.25,101.168232632757,0,0,0,0
2025-05-07 00:00:00-04:00,108.25,108.25,108.25,108.25,101.168232632757,0,0,0,0
2025-05-08 00:00:00-04:00,108.76000213623,108.76000213623,108.76000213623,108.76000213623,101.644870182515,0,0,0,0
2025-05-09 00:00:00-04:00,109.139999389648,109.139999389648,109.139999389648,109.139999389648,102.000007831786,0,0,0,0
2025-05-12 00:00:00-04:00,111.889999389648,111.889999389648,111.889999389648,111.889999389648,104.570101501441,0,0,0,0
2025-05-13 00:00:00-04:00,112.699996948242,112.699996948242,112.699996948242,112.699996948242,105.327108627905,0,0,0,0
2025-05-14 00:00:00-04:00,113.330001831055,113.330001831055,113.330001831055,113.330001831055,105.915898286512,0,0,0,0
2025-05-15 00:00:00-04:00,113.849998474121,113.849998474121,113.849998474121,113.849998474121,106.401876497634,0,0,0,0
2025-05-16 00:00:00-04:00,114.139999389648,114.139999389648,114.139999389648,114.139999389648,106.672905412976,0,0,0,0
2025-05-19 00:00:00-04:00,114.779998779297,114.779998779297,114.779998779297,114.779998779297,107.271035732946,0,0,0,0
2025-05-20 00:00:00-04:00,114.860000610352,114.860000610352,114.860000610352,114.860000610352,107.345803805512,0,0,0,0
2025-05-21 00:00:00-04:00,113.809997558594,113.809997558594,113.809997558594,113.809997558594,106.364492461351,0,0,0,0
2025-05-22 00:00:00-04:00,113.730003356934,113.730003356934,113.730003356934,113.730003356934,106.289731519062,0,0,0,0
2025-05-23 00:00:00-04:00,113.330001831055,113.330001831055,113.330001831055,113.330001831055,105.915898286512,0,0,0,0
2025-05-27 00:00:00-04:00,114.279998779297,114.279998779297,114.279998779297,114.279998779297,106.803745974827,0,0,0,0
2025-05-28 00:00:00-04:00,113.069999694824,113.069999694824,113.069999694824,113.069999694824,105.672905615813,0,0,0,0
2025-05-29 00:00:00-04:00,113.470001220703,113.470001220703,113.470001220703,113.470001220703,106.046738848363,0,0,0,0
2025-05-30 00:00:00-04:00,113.279998779297,113.279998779297,113.279998779297,113.279998779297,105.869166458589,0,0,0,0
2025-06-02 00:00:00-04:00,114.180000305176,114.180000305176,114.180000305176,114.180000305176,106.710289449259,0,0,0,0
2025-06-03 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,106.411224289274,0,0,0,0
2025-06-04 00:00:00-04:00,114.940002441406,114.940002441406,114.940002441406,114.940002441406,107.420571878077,0,0,0,0
2025-06-05 00:00:00-04:00,115.339996337891,115.339996337891,115.339996337891,115.339996337891,107.794397980351,0,0,0,0
2025-06-06 00:00:00-04:00,115.569999694824,115.569999694824,115.569999694824,115.569999694824,108.009354406407,0,0,0,0
2025-06-09 00:00:00-04:00,115.529998779297,115.529998779297,115.529998779297,115.529998779297,107.971970370125,0,0,0,0
2025-06-10 00:00:00-04:00,116.089996337891,116.089996337891,116.089996337891,116.089996337891,108.49533261753,0,0,0,0
2025-06-11 00:00:00-04:00,116.180000305176,116.180000305176,116.180000305176,116.180000305176,108.579448481735,0,0,0,0
2025-06-12 00:00:00-04:00,116.309997558594,116.309997558594,116.309997558594,116.309997558594,108.700941251946,0,0,0,0
2025-06-13 00:00:00-04:00,114.26000213623,114.26000213623,114.26000213623,114.26000213623,106.785057521824,0,0,0,0
2025-06-16 00:00:00-04:00,115.309997558594,115.309997558594,115.309997558594,115.309997558594,107.766361735708,0,0,0,0
2025-06-17 00:00:00-04:00,113.860000610352,113.860000610352,113.860000610352,113.860000610352,106.411224289274,0,0,0,0
2025-06-18 00:00:00-04:00,113.660003662109,113.660003662109,113.660003662109,113.660003662109,106.224311238136,0,0,0,0
2025-06-20 00:00:00-04:00,112.680000305176,112.680000305176,112.680000305176,112.680000305176,105.308420174902,0,0,0,0
2025-06-23 00:00:00-04:00,113.699996948242,113.699996948242,113.699996948242,113.699996948242,106.261688144143,0,0,0,0
2025-06-24 00:00:00-04:00,113.699996948242,113.699996948242,113.699996948242,113.699996948242,106.261688144143,0,0,0,0
2025-06-25 00:00:00-04:00,116.139999389648,116.139999389648,116.139999389648,116.139999389648,108.542064445452,0,0,0,0
2025-06-26 00:00:00-04:00,117.069999694824,117.069999694824,117.069999694824,117.069999694824,109.411223680764,0,0,0,0
2025-06-27 00:00:00-04:00,118.059997558594,118.059997558594,118.059997558594,118.059997558594,110.336455405363,0,0,0,0
2025-06-30 00:00:00-04:00,117.919998168945,117.919998168945,117.919998168945,117.919998168945,110.205614843511,0,0,0,0
2025-07-01 00:00:00-04:00,116.98999786377,116.98999786377,116.98999786377,116.98999786377,109.336455608199,0,0,0,0
2025-07-02 00:00:00-04:00,117.449996948242,117.449996948242,117.449996948242,117.449996948242,109.766361330035,0,0,0,0
2025-07-03 00:00:00-04:00,117.779998779297,117.779998779297,117.779998779297,117.779998779297,110.07477428166,0,0,0,0
2025-07-07 00:00:00-04:00,116.849998474121,116.849998474121,116.849998474121,116.849998474121,109.205615046348,0,0,0,0
2025-07-08 00:00:00-04:00,117.629997253418,117.629997253418,117.629997253418,117.629997253418,109.934585928169,0,0,0,0
2025-07-09 00:00:00-04:00,118.209999084473,118.209999084473,118.209999084473,118.209999084473,110.476643758853,0,0,0,0
2025-07-10 00:00:00-04:00,117.73999786377,117.73999786377,117.73999786377,117.73999786377,110.037390245378,0,0,0,0
2025-07-11 00:00:00-04:00,116.75,116.75,116.75,116.75,109.112158520779,0,0,0,0
2025-07-14 00:00:00-04:00,116.779998779297,116.779998779297,116.779998779297,116.779998779297,109.140194765422,0,0,0,0
2025-07-15 00:00:00-04:00,117.120002746582,117.120002746582,117.120002746582,117.120002746582,109.457955508687,0,0,0,0
2025-07-16 00:00:00-04:00,117.430000305176,117.430000305176,117.430000305176,117.430000305176,109.747672877032,0,0,0,0
2025-07-17 00:00:00-04:00,118.220001220703,118.220001220703,118.220001220703,118.220001220703,110.485991550493,0,0,0,0
2025-07-18 00:00:00-04:00,117.610000610352,117.610000610352,117.610000610352,117.610000610352,109.915897475166,0,0,0,0
2025-07-21 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0
2025-07-22 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0
2025-07-23 00:00:00-04:00,119.860000610352,119.860000610352,119.860000610352,119.860000610352,112.018701386701,0,0,0,0
2025-07-24 00:00:00-04:00,119.449996948242,119.449996948242,119.449996948242,119.449996948242,111.635520362511,0,0,0,0
2025-07-25 00:00:00-04:00,119.559997558594,119.559997558594,119.559997558594,119.559997558594,111.73832467972,0,0,0,0
2025-07-28 00:00:00-04:00,118.449996948242,118.449996948242,118.449996948242,118.449996948242,110.700940846273,0,0,0,0
2025-07-29 00:00:00-04:00,117.309997558594,117.309997558594,117.309997558594,117.309997558594,109.635520768184,0,0,0,0
2025-07-30 00:00:00-04:00,115.879997253418,115.879997253418,115.879997253418,115.879997253418,108.299071774753,0,0,0,0
2025-07-31 00:00:00-04:00,114.089996337891,114.089996337891,114.089996337891,114.089996337891,106.626173585054,0,0,0,0
2025-08-01 00:00:00-04:00,113.199996948242,113.199996948242,113.199996948242,113.199996948242,105.794398386024,0,0,0,0
2025-08-04 00:00:00-04:00,114.839996337891,114.839996337891,114.839996337891,114.839996337891,107.327108222232,0,0,0,0
2025-08-05 00:00:00-04:00,114.330001831055,114.330001831055,114.330001831055,114.330001831055,106.85047780275,0,0,0,0
2025-08-06 00:00:00-04:00,114.51000213623,114.51000213623,114.51000213623,114.51000213623,107.018702400883,0,0,0,0
2025-08-07 00:00:00-04:00,116.080001831055,116.080001831055,116.080001831055,116.080001831055,108.485991956166,0,0,0,0
2025-08-08 00:00:00-04:00,116.370002746582,116.370002746582,116.370002746582,116.370002746582,108.757020871508,0,0,0,0
2025-08-11 00:00:00-04:00,115.360000610352,115.360000610352,115.360000610352,115.360000610352,107.813093563631,0,0,0,0
2025-08-12 00:00:00-04:00,117.699996948242,117.699996948242,117.699996948242,117.699996948242,110.000006209095,0,0,0,0
2025-08-13 00:00:00-04:00,118.580001831055,118.580001831055,118.580001831055,118.580001831055,110.822440746761,0,0,0,0
2025-08-14 00:00:00-04:00,117.860000610352,117.860000610352,117.860000610352,117.860000610352,110.149542354225,0,0,0,0
2025-08-15 00:00:00-04:00,118.900001525879,118.900001525879,118.900001525879,118.900001525879,111.121505906746,0,0,0,0
2025-08-18 00:00:00-04:00,119.309997558594,119.309997558594,119.309997558594,119.309997558594,111.50467980066,0,0,0,0
2025-08-19 00:00:00-04:00,118.860000610352,118.860000610352,118.860000610352,118.860000610352,111.084121870463,0,0,0,0
2025-08-20 00:00:00-04:00,118.569999694824,118.569999694824,118.569999694824,118.569999694824,110.813092955121,0,0,0,0
2025-08-21 00:00:00-04:00,117.940002441406,117.940002441406,117.940002441406,117.940002441406,110.224310426791,0,0,0,0
2025-08-22 00:00:00-04:00,120.230003356934,120.230003356934,120.230003356934,120.230003356934,112.364498374609,0,0,0,0
2025-08-25 00:00:00-04:00,119.349998474121,119.349998474121,119.349998474121,119.349998474121,111.542063836943,0,0,0,0
2025-08-26 00:00:00-04:00,119.800003051758,119.800003051758,119.800003051758,119.800003051758,111.962628897415,0,0,0,0
2025-08-27 00:00:00-04:00,119.199996948242,119.199996948242,119.199996948242,119.199996948242,111.401875483452,0,0,0,0
2025-08-28 00:00:00-04:00,119.529998779297,119.529998779297,119.529998779297,119.529998779297,111.710288435077,0,0,0,0
2025-08-29 00:00:00-04:00,118.589996337891,118.589996337891,118.589996337891,118.589996337891,110.831781408125,0,0,0,0
2025-09-02 00:00:00-04:00,117.099998474121,117.099998474121,117.099998474121,117.099998474121,109.439259925407,0,0,0,0
2025-09-03 00:00:00-04:00,117.660003662109,117.660003662109,117.660003662109,117.660003662109,109.962629303088,0,0,0,0
2025-09-04 00:00:00-04:00,118.580001831055,118.580001831055,118.580001831055,118.580001831055,110.822440746761,0,0,0,0
2025-09-05 00:00:00-04:00,119.410003662109,119.410003662109,119.410003662109,119.410003662109,111.598143456504,0,0,0,0
2025-09-08 00:00:00-04:00,120.5,120.5,120.5,120.5,112.616831706671,0,0,0,0
2025-09-09 00:00:00-04:00,120.860000610352,120.860000610352,120.860000610352,120.860000610352,112.953280902939,0,0,0,0
2025-09-10 00:00:00-04:00,120.610000610352,120.610000610352,120.610000610352,120.610000610352,112.71963602388,0,0,0,0
2025-09-11 00:00:00-04:00,121.599998474121,121.599998474121,121.599998474121,121.599998474121,113.644867748478,0,0,0,0
2025-09-12 00:00:00-04:00,121.209999084473,121.209999084473,121.209999084473,121.209999084473,113.280382307567,0,0,0,0
2025-09-15 00:00:00-04:00,122.430000305176,122.430000305176,122.430000305176,122.430000305176,114.420570458222,0,0,0,0
2025-09-16 00:00:00-04:00,122.900001525879,122.900001525879,122.900001525879,122.900001525879,114.859823971698,0,0,0,0
2025-09-17 00:00:00-04:00,123.110000610352,123.110000610352,123.110000610352,123.110000610352,115.056084814475,0,0,0,0
2025-09-18 00:00:00-04:00,124.75,124.75,124.75,124.75,116.588794650683,0,0,0,0
2025-09-19 00:00:00-04:00,123.940002441406,123.940002441406,123.940002441406,123.940002441406,115.831787524218,0,0,0,0
2025-09-22 00:00:00-04:00,124.569999694824,124.569999694824,124.569999694824,124.569999694824,116.420570052549,0,0,0,0
2025-09-23 00:00:00-04:00,124,124,124,124,115.887860013504,0,0,0,0
2025-09-24 00:00:00-04:00,123.26000213623,123.26000213623,123.26000213623,123.26000213623,115.196273167965,0,0,0,0
2025-09-25 00:00:00-04:00,122.220001220703,122.220001220703,122.220001220703,122.220001220703,114.224309615445,0,0,0,0
2025-09-26 00:00:00-04:00,122.120002746582,122.120002746582,122.120002746582,122.120002746582,114.130853089876,0,0,0,0
2025-09-29 00:00:00-04:00,123.169998168945,123.169998168945,123.169998168945,123.169998168945,115.112157303761,0,0,0,0
2025-09-30 00:00:00-04:00,123.199996948242,123.199996948242,123.199996948242,123.199996948242,115.140193548404,0,0,0,0
2025-10-01 00:00:00-04:00,123.860000610352,123.860000610352,123.860000610352,123.860000610352,115.757019451653,0,0,0,0
2025-10-02 00:00:00-04:00,125.309997558594,125.309997558594,125.309997558594,125.309997558594,117.112156898088,0,0,0,0
2025-10-03 00:00:00-04:00,125.650001525879,125.650001525879,125.650001525879,125.650001525879,117.429917641352,0,0,0,0
2025-10-06 00:00:00-04:00,126.889999389648,126.889999389648,126.889999389648,126.889999389648,118.58879424501,0,0,0,0
2025-10-07 00:00:00-04:00,125.580001831055,125.580001831055,125.580001831055,125.580001831055,117.364497360426,0,0,0,0
2025-10-08 00:00:00-04:00,126.120002746582,126.120002746582,126.120002746582,126.120002746582,117.869171154828,0,0,0,0
2025-10-09 00:00:00-04:00,125.040000915527,125.040000915527,125.040000915527,125.040000915527,116.859823566025,0,0,0,0
2025-10-10 00:00:00-04:00,120.529998779297,120.529998779297,120.529998779297,120.529998779297,112.644867951314,0,0,0,0
2025-10-13 00:00:00-04:00,123.080001831055,123.080001831055,123.080001831055,123.080001831055,115.028048569832,0,0,0,0
2025-10-14 00:00:00-04:00,122.540000915527,122.540000915527,122.540000915527,122.540000915527,114.52337477543,0,0,0,0
2025-10-15 00:00:00-04:00,122.839996337891,122.839996337891,122.839996337891,122.839996337891,114.803744352136,0,0,0,0
2025-10-16 00:00:00-04:00,122.970001220703,122.970001220703,122.970001220703,122.970001220703,114.925244252623,0,0,0,0
2025-10-17 00:00:00-04:00,123.040000915527,123.040000915527,123.040000915527,123.040000915527,114.990664533549,0,0,0,0
2025-10-20 00:00:00-04:00,124.769996643066,124.769996643066,124.769996643066,124.769996643066,116.607483103686,0,0,0,0
2025-10-21 00:00:00-04:00,124.120002746582,124.120002746582,124.120002746582,124.120002746582,116.000012122352,0,0,0,0
2025-10-22 00:00:00-04:00,122.669998168945,122.669998168945,122.669998168945,122.669998168945,114.644867545642,0,0,0,0
2025-10-23 00:00:00-04:00,123.949996948242,123.949996948242,123.949996948242,123.949996948242,115.841128185582,0,0,0,0
2025-10-24 00:00:00-04:00,124.440002441406,124.440002441406,124.440002441406,124.440002441406,116.299077282337,0,0,0,0
2025-10-27 00:00:00-04:00,126.180000305176,126.180000305176,126.180000305176,126.180000305176,117.925243644114,0,0,0,0
2025-10-28 00:00:00-04:00,125.730003356934,125.730003356934,125.730003356934,125.730003356934,117.504685713917,0,0,0,0
2025-10-29 00:00:00-04:00,126,126,126,126,117.75701904598,0,0,0,0
2025-10-30 00:00:00-04:00,125.300003051758,125.300003051758,125.300003051758,125.300003051758,117.102816236724,0,0,0,0
2025-10-31 00:00:00-04:00,124.940002441406,124.940002441406,124.940002441406,124.940002441406,116.766367040456,0,0,0,0
2025-11-03 00:00:00-05:00,125.080001831055,125.080001831055,125.080001831055,125.080001831055,116.897207602307,0,0,0,0
2025-11-04 00:00:00-05:00,122.650001525879,122.650001525879,122.650001525879,122.650001525879,114.626179092638,0,0,0,0
2025-11-05 00:00:00-05:00,123.150001525879,123.150001525879,123.150001525879,123.150001525879,115.093468850757,0,0,0,0
2025-11-06 00:00:00-05:00,121.400001525879,121.400001525879,121.400001525879,121.400001525879,113.457954697341,0,0,0,0
2025-11-07 00:00:00-05:00,120.959999084473,120.959999084473,120.959999084473,120.959999084473,113.046737428508,0,0,0,0
2025-11-10 00:00:00-05:00,122.849998474121,122.849998474121,122.849998474121,122.849998474121,114.813092143775,0,0,0,0
2025-11-11 00:00:00-05:00,123.300003051758,123.300003051758,123.300003051758,123.300003051758,115.233657204248,0,0,0,0
2025-11-12 00:00:00-05:00,123.650001525879,123.650001525879,123.650001525879,123.650001525879,115.560758608876,0,0,0,0
2025-11-13 00:00:00-05:00,121.470001220703,121.470001220703,121.470001220703,121.470001220703,113.523374978266,0,0,0,0
2025-11-14 00:00:00-05:00,121.330001831055,121.330001831055,121.330001831055,121.330001831055,113.392534416415,0,0,0,0
2025-11-17 00:00:00-05:00,119.73999786377,119.73999786377,119.73999786377,119.73999786377,111.906549277853,0,0,0,0
2025-11-18 00:00:00-05:00,118.410003662109,118.410003662109,118.410003662109,118.410003662109,110.663563940267,0,0,0,0
2025-11-19 00:00:00-05:00,118.279998779297,118.279998779297,118.279998779297,118.279998779297,110.542064039779,0,0,0,0
2025-11-20 00:00:00-05:00,115.160003662109,115.160003662109,115.160003662109,115.160003662109,107.626180512493,0,0,0,0
2025-11-21 00:00:00-05:00,116.569999694824,116.569999694824,116.569999694824,116.569999694824,108.943933922645,0,0,0,0
2025-11-24 00:00:00-05:00,117.610000610352,117.610000610352,117.610000610352,117.610000610352,109.915897475166,0,0,0,0
2025-11-25 00:00:00-05:00,118.849998474121,118.849998474121,118.849998474121,118.849998474121,111.074774078824,0,0,0,0
2025-11-26 00:00:00-05:00,119.889999389648,119.889999389648,119.889999389648,119.889999389648,112.046737631344,0,0,0,0
2025-11-28 00:00:00-05:00,120.910003662109,120.910003662109,120.910003662109,120.910003662109,113.000012730861,0,0,0,0
2025-12-01 00:00:00-05:00,120,120,120,120,112.149541948552,0,0,0,0
2025-12-02 00:00:00-05:00,120.769996643066,120.769996643066,120.769996643066,120.769996643066,112.869165038734,0,0,0,0
2025-12-03 00:00:00-05:00,121.389999389648,121.389999389648,121.389999389648,121.389999389648,113.448606905701,0,0,0,0
2025-12-04 00:00:00-05:00,121.559997558594,121.559997558594,121.559997558594,121.559997558594,113.607483712195,0,0,0,0
2025-12-05 00:00:00-05:00,121.519996643066,121.519996643066,121.519996643066,121.519996643066,113.570099675913,0,0,0,0
2025-12-08 00:00:00-05:00,121.48999786377,121.48999786377,121.48999786377,121.48999786377,113.54206343127,0,0,0,0
2025-12-09 00:00:00-05:00,121.160003662109,121.160003662109,121.160003662109,121.160003662109,113.233657609921,0,0,0,0
2025-12-10 00:00:00-05:00,122.550003051758,122.550003051758,122.550003051758,122.550003051758,114.53272256707,0,0,0,0
2025-12-11 00:00:00-05:00,122.669998168945,122.669998168945,122.669998168945,122.669998168945,114.644867545642,0,0,0,0
2025-12-12 00:00:00-05:00,121.089996337891,121.089996337891,121.089996337891,121.089996337891,113.168230198719,0,0,0,0
2025-12-15 00:00:00-05:00,120.769996643066,120.769996643066,120.769996643066,120.769996643066,112.869165038734,0,0,0,0
2025-12-16 00:00:00-05:00,120.099998474121,120.099998474121,120.099998474121,120.099998474121,112.242998474121,0,0,0,0
2025-12-17 00:00:00-05:00,110.440002441406,110.440002441406,110.440002441406,110.440002441406,110.440002441406,0,7.857,0,6.42
2025-12-18 00:00:00-05:00,111.779998779297,111.779998779297,111.779998779297,111.779998779297,111.779998779297,0,0,0,0
2025-12-19 00:00:00-05:00,112.76000213623,112.76000213623,112.76000213623,112.76000213623,112.76000213623,0,0,0,0
2025-12-22 00:00:00-05:00,113.379997253418,113.379997253418,113.379997253418,113.379997253418,113.379997253418,0,0,0,0
2025-12-23 00:00:00-05:00,114.01000213623,114.01000213623,114.01000213623,114.01000213623,114.01000213623,0,0,0,0
2025-12-24 00:00:00-05:00,114.129997253418,114.129997253418,114.129997253418,114.129997253418,114.129997253418,0,0,0,0
2025-12-26 00:00:00-05:00,114.709999084473,114.709999084473,114.709999084473,114.709999084473,114.709999084473,0,0,0,0
2025-12-29 00:00:00-05:00,114.440002441406,114.440002441406,114.440002441406,114.440002441406,114.440002441406,0,0,0,0
2025-12-30 00:00:00-05:00,114.379997253418,114.379997253418,114.379997253418,114.379997253418,114.379997253418,0,0,0,0
2025-12-31 00:00:00-05:00,113.98999786377,113.98999786377,113.98999786377,113.98999786377,113.98999786377,0,0,0,0
2026-01-02 00:00:00-05:00,115.680000305176,115.680000305176,115.680000305176,115.680000305176,115.680000305176,0,0,0,0
2026-01-05 00:00:00-05:00,118.099998474121,118.099998474121,118.099998474121,118.099998474121,118.099998474121,0,0,0,0
2026-01-06 00:00:00-05:00,118.98999786377,118.98999786377,118.98999786377,118.98999786377,118.98999786377,0,0,0,0
2026-01-07 00:00:00-05:00,118.019996643066,118.019996643066,118.019996643066,118.019996643066,118.019996643066,0,0,0,0
2026-01-08 00:00:00-05:00,117.5,117.5,117.5,117.5,117.5,0,0,0,0
2026-01-09 00:00:00-05:00,118.620002746582,118.620002746582,118.620002746582,118.620002746582,118.620002746582,0,0,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains
2 2024-01-10 00:00:00-05:00 100.029998779297 100.029998779297 100.029998779297 100.029998779297 85.4241455239785 0 0 0 0
3 2024-01-11 00:00:00-05:00 100.25 100.25 100.25 100.25 85.6120233258593 0 0 0 0
4 2024-01-12 00:00:00-05:00 100.440002441406 100.440002441406 100.440002441406 100.440002441406 85.7742826121002 0 0 0 0
5 2024-01-16 00:00:00-05:00 98.7099990844727 98.7099990844727 98.7099990844727 98.7099990844727 84.2968852280841 0 0 0 0
6 2024-01-17 00:00:00-05:00 97.0599975585938 97.0599975585938 97.0599975585938 97.0599975585938 82.8878082293684 0 0 0 0
7 2024-01-18 00:00:00-05:00 98.0299987792969 98.0299987792969 98.0299987792969 98.0299987792969 83.7161749838117 0 0 0 0
8 2024-01-19 00:00:00-05:00 98.7699966430664 98.7699966430664 98.7699966430664 98.7699966430664 84.3481222593641 0 0 0 0
9 2024-01-22 00:00:00-05:00 98.7600021362305 98.7600021362305 98.7600021362305 98.7600021362305 84.3395870977445 0 0 0 0
10 2024-01-23 00:00:00-05:00 99.370002746582 99.370002746582 99.370002746582 99.370002746582 84.8605186337266 0 0 0 0
11 2024-01-24 00:00:00-05:00 100.410003662109 100.410003662109 100.410003662109 100.410003662109 85.7486640964602 0 0 0 0
12 2024-01-25 00:00:00-05:00 100.349998474121 100.349998474121 100.349998474121 100.349998474121 85.6974205497896 0 0 0 0
13 2024-01-26 00:00:00-05:00 100.839996337891 100.839996337891 100.839996337891 100.839996337891 86.1158715078211 0 0 0 0
14 2024-01-29 00:00:00-05:00 101.190002441406 101.190002441406 101.190002441406 101.190002441406 86.4147715646627 0 0 0 0
15 2024-01-30 00:00:00-05:00 100.410003662109 100.410003662109 100.410003662109 100.410003662109 85.7486640964602 0 0 0 0
16 2024-01-31 00:00:00-05:00 99.2799987792969 99.2799987792969 99.2799987792969 99.2799987792969 84.783656571416 0 0 0 0
17 2024-02-01 00:00:00-05:00 100.800003051758 100.800003051758 100.800003051758 100.800003051758 86.0817178305614 0 0 0 0
18 2024-02-02 00:00:00-05:00 100.120002746582 100.120002746582 100.120002746582 100.120002746582 85.5010075862891 0 0 0 0
19 2024-02-05 00:00:00-05:00 100.269996643066 100.269996643066 100.269996643066 100.269996643066 85.6291001644892 0 0 0 0
20 2024-02-06 00:00:00-05:00 101.080001831055 101.080001831055 101.080001831055 101.080001831055 86.3208326637223 0 0 0 0
21 2024-02-07 00:00:00-05:00 101.860000610352 101.860000610352 101.860000610352 101.860000610352 86.9869401319248 0 0 0 0
22 2024-02-08 00:00:00-05:00 102.720001220703 102.720001220703 102.720001220703 102.720001220703 87.7213679854278 0 0 0 0
23 2024-02-09 00:00:00-05:00 103.440002441406 103.440002441406 103.440002441406 103.440002441406 88.3362384223503 0 0 0 0
24 2024-02-12 00:00:00-05:00 103.540000915527 103.540000915527 103.540000915527 103.540000915527 88.4216356462806 0 0 0 0
25 2024-02-13 00:00:00-05:00 101.23999786377 101.23999786377 101.23999786377 101.23999786377 86.4574669189325 0 0 0 0
26 2024-02-14 00:00:00-05:00 103.01000213623 103.01000213623 103.01000213623 103.01000213623 87.9690244955988 0 0 0 0
27 2024-02-15 00:00:00-05:00 104.330001831055 104.330001831055 104.330001831055 104.330001831055 89.0962847914933 0 0 0 0
28 2024-02-16 00:00:00-05:00 104.349998474121 104.349998474121 104.349998474121 104.349998474121 89.1133616301231 0 0 0 0
29 2024-02-20 00:00:00-05:00 103.480003356934 103.480003356934 103.480003356934 103.480003356934 88.3703986150005 0 0 0 0
30 2024-02-21 00:00:00-05:00 103.75 103.75 103.75 103.75 88.6009717711512 0 0 0 0
31 2024-02-22 00:00:00-05:00 106.080001831055 106.080001831055 106.080001831055 106.080001831055 90.5907590141392 0 0 0 0
32 2024-02-23 00:00:00-05:00 105.269996643066 105.269996643066 105.269996643066 105.269996643066 89.8990265149061 0 0 0 0
33 2024-02-26 00:00:00-05:00 105.349998474121 105.349998474121 105.349998474121 105.349998474121 89.9673469002065 0 0 0 0
34 2024-02-27 00:00:00-05:00 105.930000305176 105.930000305176 105.930000305176 105.930000305176 90.4626599205486 0 0 0 0
35 2024-02-28 00:00:00-05:00 105.209999084473 105.209999084473 105.209999084473 105.209999084473 89.8477894836261 0 0 0 0
36 2024-02-29 00:00:00-05:00 105.519996643066 105.519996643066 105.519996643066 105.519996643066 90.112522832427 0 0 0 0
37 2024-03-01 00:00:00-05:00 107.01000213623 107.01000213623 107.01000213623 107.01000213623 91.3849655759324 0 0 0 0
38 2024-03-04 00:00:00-05:00 106.449996948242 106.449996948242 106.449996948242 106.449996948242 90.9067293942201 0 0 0 0
39 2024-03-05 00:00:00-05:00 105.23999786377 105.23999786377 105.23999786377 105.23999786377 89.8734079992661 0 0 0 0
40 2024-03-06 00:00:00-05:00 106.629997253418 106.629997253418 106.629997253418 106.629997253418 91.0604470034508 0 0 0 0
41 2024-03-07 00:00:00-05:00 108.180000305176 108.180000305176 108.180000305176 108.180000305176 92.3841267782362 0 0 0 0
42 2024-03-08 00:00:00-05:00 106.98999786377 106.98999786377 106.98999786377 106.98999786377 91.367882221912 0 0 0 0
43 2024-03-11 00:00:00-04:00 107.110000610352 107.110000610352 107.110000610352 107.110000610352 91.4703627998626 0 0 0 0
44 2024-03-12 00:00:00-04:00 108.73999786377 108.73999786377 108.73999786377 108.73999786377 92.8623564445579 0 0 0 0
45 2024-03-13 00:00:00-04:00 108.550003051758 108.550003051758 108.550003051758 108.550003051758 92.7001036737077 0 0 0 0
46 2024-03-14 00:00:00-04:00 107.199996948242 107.199996948242 107.199996948242 107.199996948242 91.5472183467827 0 0 0 0
47 2024-03-15 00:00:00-04:00 106.120002746582 106.120002746582 106.120002746582 106.120002746582 90.6249192067894 0 0 0 0
48 2024-03-18 00:00:00-04:00 106.389999389648 106.389999389648 106.389999389648 106.389999389648 90.8554923629401 0 0 0 0
49 2024-03-19 00:00:00-04:00 106.459999084473 106.459999084473 106.459999084473 106.459999084473 90.9152710712303 0 0 0 0
50 2024-03-20 00:00:00-04:00 107.76000213623 107.76000213623 107.76000213623 107.76000213623 92.0254545284949 0 0 0 0
51 2024-03-21 00:00:00-04:00 108.040000915527 108.040000915527 108.040000915527 108.040000915527 92.2645693616558 0 0 0 0
52 2024-03-22 00:00:00-04:00 107.949996948242 107.949996948242 107.949996948242 107.949996948242 92.1877072993452 0 0 0 0
53 2024-03-25 00:00:00-04:00 107.790000915527 107.790000915527 107.790000915527 107.790000915527 92.0510730441349 0 0 0 0
54 2024-03-26 00:00:00-04:00 107.559997558594 107.559997558594 107.559997558594 107.559997558594 91.8546535652439 0 0 0 0
55 2024-03-27 00:00:00-04:00 107.650001525879 107.650001525879 107.650001525879 107.650001525879 91.9315156275545 0 0 0 0
56 2024-03-28 00:00:00-04:00 107.199996948242 107.199996948242 107.199996948242 107.199996948242 91.5472183467827 0 0 0 0
57 2024-04-01 00:00:00-04:00 107.290000915527 107.290000915527 107.290000915527 107.290000915527 91.6240804090932 0 0 0 0
58 2024-04-02 00:00:00-04:00 106.790000915527 106.790000915527 106.790000915527 106.790000915527 91.1970877740516 0 0 0 0
59 2024-04-03 00:00:00-04:00 107.290000915527 107.290000915527 107.290000915527 107.290000915527 91.6240804090932 0 0 0 0
60 2024-04-04 00:00:00-04:00 106.400001525879 106.400001525879 106.400001525879 106.400001525879 90.8640340399503 0 0 0 0
61 2024-04-05 00:00:00-04:00 106.959999084473 106.959999084473 106.959999084473 106.959999084473 91.342263706272 0 0 0 0
62 2024-04-08 00:00:00-04:00 107.470001220703 107.470001220703 107.470001220703 107.470001220703 91.7777980183239 0 0 0 0
63 2024-04-09 00:00:00-04:00 107.879997253418 107.879997253418 107.879997253418 107.879997253418 92.127928591055 0 0 0 0
64 2024-04-10 00:00:00-04:00 106.569999694824 106.569999694824 106.569999694824 106.569999694824 91.0092099721707 0 0 0 0
65 2024-04-11 00:00:00-04:00 107.400001525879 107.400001525879 107.400001525879 107.400001525879 91.7180193100337 0 0 0 0
66 2024-04-12 00:00:00-04:00 105.080001831055 105.080001831055 105.080001831055 105.080001831055 89.7367737440558 0 0 0 0
67 2024-04-15 00:00:00-04:00 104.309997558594 104.309997558594 104.309997558594 104.309997558594 89.0792014374729 0 0 0 0
68 2024-04-16 00:00:00-04:00 103.980003356934 103.980003356934 103.980003356934 103.980003356934 88.7973912500422 0 0 0 0
69 2024-04-17 00:00:00-04:00 103.279998779297 103.279998779297 103.279998779297 103.279998779297 88.1995976517495 0 0 0 0
70 2024-04-18 00:00:00-04:00 102.480003356934 102.480003356934 102.480003356934 102.480003356934 87.5164133449171 0 0 0 0
71 2024-04-19 00:00:00-04:00 101.139999389648 101.139999389648 101.139999389648 101.139999389648 86.3720696950023 0 0 0 0
72 2024-04-22 00:00:00-04:00 102.580001831055 102.580001831055 102.580001831055 102.580001831055 87.6018105688474 0 0 0 0
73 2024-04-23 00:00:00-04:00 104.879997253418 104.879997253418 104.879997253418 104.879997253418 89.5659727808048 0 0 0 0
74 2024-04-24 00:00:00-04:00 104.660003662109 104.660003662109 104.660003662109 104.660003662109 89.3781014943145 0 0 0 0
75 2024-04-25 00:00:00-04:00 103.930000305176 103.930000305176 103.930000305176 103.930000305176 88.7546893803818 0 0 0 0
76 2024-04-26 00:00:00-04:00 105.23999786377 105.23999786377 105.23999786377 105.23999786377 89.8734079992661 0 0 0 0
77 2024-04-29 00:00:00-04:00 105.75 105.75 105.75 105.75 90.308942311318 0 0 0 0
78 2024-04-30 00:00:00-04:00 103.949996948242 103.949996948242 103.949996948242 103.949996948242 88.7717662190117 0 0 0 0
79 2024-05-01 00:00:00-04:00 103.779998779297 103.779998779297 103.779998779297 103.779998779297 88.6265902867912 0 0 0 0
80 2024-05-02 00:00:00-04:00 106.279998779297 106.279998779297 106.279998779297 106.279998779297 90.7615534619997 0 0 0 0
81 2024-05-03 00:00:00-04:00 107.970001220703 107.970001220703 107.970001220703 107.970001220703 92.2047906533656 0 0 0 0
82 2024-05-06 00:00:00-04:00 108.73999786377 108.73999786377 108.73999786377 108.73999786377 92.8623564445579 0 0 0 0
83 2024-05-07 00:00:00-04:00 108.669998168945 108.669998168945 108.669998168945 108.669998168945 92.8025777362677 0 0 0 0
84 2024-05-08 00:00:00-04:00 108.230003356934 108.230003356934 108.230003356934 108.230003356934 92.4268286478966 0 0 0 0
85 2024-05-09 00:00:00-04:00 108.639999389648 108.639999389648 108.639999389648 108.639999389648 92.7769592206277 0 0 0 0
86 2024-05-10 00:00:00-04:00 108.819999694824 108.819999694824 108.819999694824 108.819999694824 92.9306768298583 0 0 0 0
87 2024-05-13 00:00:00-04:00 109.089996337891 109.089996337891 109.089996337891 109.089996337891 93.161249986009 0 0 0 0
88 2024-05-14 00:00:00-04:00 110.180000305176 110.180000305176 110.180000305176 110.180000305176 94.092097318403 0 0 0 0
89 2024-05-15 00:00:00-04:00 111.889999389648 111.889999389648 111.889999389648 111.889999389648 95.5524113483987 0 0 0 0
90 2024-05-16 00:00:00-04:00 111.449996948242 111.449996948242 111.449996948242 111.449996948242 95.176655744637 0 0 0 0
91 2024-05-17 00:00:00-04:00 111.470001220703 111.470001220703 111.470001220703 111.470001220703 95.1937390986574 0 0 0 0
92 2024-05-20 00:00:00-04:00 112.150001525879 112.150001525879 112.150001525879 112.150001525879 95.7744493429297 0 0 0 0
93 2024-05-21 00:00:00-04:00 111.660003662109 111.660003662109 111.660003662109 111.660003662109 95.3559983848982 0 0 0 0
94 2024-05-22 00:00:00-04:00 111.459999084473 111.459999084473 111.459999084473 111.459999084473 95.1851974216472 0 0 0 0
95 2024-05-23 00:00:00-04:00 111.360000610352 111.360000610352 111.360000610352 111.360000610352 95.099800197717 0 0 0 0
96 2024-05-24 00:00:00-04:00 112.25 112.25 112.25 112.25 95.85984656686 0 0 0 0
97 2024-05-28 00:00:00-04:00 112.25 112.25 112.25 112.25 95.85984656686 0 0 0 0
98 2024-05-29 00:00:00-04:00 110.459999084473 110.459999084473 110.459999084473 110.459999084473 94.3312121515638 0 0 0 0
99 2024-05-30 00:00:00-04:00 110.680000305176 110.680000305176 110.680000305176 110.680000305176 94.5190899534447 0 0 0 0
100 2024-05-31 00:00:00-04:00 110.790000915527 110.790000915527 110.790000915527 110.790000915527 94.6130288543851 0 0 0 0
101 2024-06-03 00:00:00-04:00 111.580001831055 111.580001831055 111.580001831055 111.580001831055 95.2876779995978 0 0 0 0
102 2024-06-04 00:00:00-04:00 111.139999389648 111.139999389648 111.139999389648 111.139999389648 94.9119223958362 0 0 0 0
103 2024-06-05 00:00:00-04:00 113.23999786377 113.23999786377 113.23999786377 113.23999786377 96.7052901599332 0 0 0 0
104 2024-06-06 00:00:00-04:00 113.720001220703 113.720001220703 113.720001220703 113.720001220703 97.115205956345 0 0 0 0
105 2024-06-07 00:00:00-04:00 112.059997558594 112.059997558594 112.059997558594 112.059997558594 95.6975872806192 0 0 0 0
106 2024-06-10 00:00:00-04:00 112.379997253418 112.379997253418 112.379997253418 112.379997253418 95.9708623064302 0 0 0 0
107 2024-06-11 00:00:00-04:00 111.599998474121 111.599998474121 111.599998474121 111.599998474121 95.3047548382277 0 0 0 0
108 2024-06-12 00:00:00-04:00 113.059997558594 113.059997558594 113.059997558594 113.059997558594 96.5515725507025 0 0 0 0
109 2024-06-13 00:00:00-04:00 111.959999084473 111.959999084473 111.959999084473 111.959999084473 95.6121900566889 0 0 0 0
110 2024-06-14 00:00:00-04:00 111.040000915527 111.040000915527 111.040000915527 111.040000915527 94.8265251719059 0 0 0 0
111 2024-06-17 00:00:00-04:00 111.150001525879 111.150001525879 111.150001525879 111.150001525879 94.9204640728464 0 0 0 0
112 2024-06-18 00:00:00-04:00 111.220001220703 111.220001220703 111.220001220703 111.220001220703 94.9802427811366 0 0 0 0
113 2024-06-20 00:00:00-04:00 111.019996643066 111.019996643066 111.019996643066 111.019996643066 94.8094418178856 0 0 0 0
114 2024-06-21 00:00:00-04:00 110.389999389648 110.389999389648 110.389999389648 110.389999389648 94.2714334432736 0 0 0 0
115 2024-06-24 00:00:00-04:00 110.51000213623 110.51000213623 110.51000213623 110.51000213623 94.3739140212242 0 0 0 0
116 2024-06-25 00:00:00-04:00 111.389999389648 111.389999389648 111.389999389648 111.389999389648 95.125418713357 0 0 0 0
117 2024-06-26 00:00:00-04:00 110.73999786377 110.73999786377 110.73999786377 110.73999786377 94.5703269847247 0 0 0 0
118 2024-06-27 00:00:00-04:00 110.25 110.25 110.25 110.25 94.1518760266932 0 0 0 0
119 2024-06-28 00:00:00-04:00 109.720001220703 109.720001220703 109.720001220703 109.720001220703 93.6992648760115 0 0 0 0
120 2024-07-01 00:00:00-04:00 109.650001525879 109.650001525879 109.650001525879 109.650001525879 93.6394861677213 0 0 0 0
121 2024-07-02 00:00:00-04:00 110.069999694824 110.069999694824 110.069999694824 110.069999694824 93.9981584174626 0 0 0 0
122 2024-07-03 00:00:00-04:00 111.51000213623 111.51000213623 111.51000213623 111.51000213623 95.2278992913076 0 0 0 0
123 2024-07-05 00:00:00-04:00 112.48999786377 112.48999786377 112.48999786377 112.48999786377 96.0648012073706 0 0 0 0
124 2024-07-08 00:00:00-04:00 112.169998168945 112.169998168945 112.169998168945 112.169998168945 95.7915261815596 0 0 0 0
125 2024-07-09 00:00:00-04:00 112.389999389648 112.389999389648 112.389999389648 112.389999389648 95.9794039834404 0 0 0 0
126 2024-07-10 00:00:00-04:00 113.769996643066 113.769996643066 113.769996643066 113.769996643066 97.1579013106149 0 0 0 0
127 2024-07-11 00:00:00-04:00 113.860000610352 113.860000610352 113.860000610352 113.860000610352 97.2347633729255 0 0 0 0
128 2024-07-12 00:00:00-04:00 115.230003356934 115.230003356934 115.230003356934 115.230003356934 98.4047255384803 0 0 0 0
129 2024-07-15 00:00:00-04:00 113.779998779297 113.779998779297 113.779998779297 113.779998779297 97.1664429876251 0 0 0 0
130 2024-07-16 00:00:00-04:00 114.279998779297 114.279998779297 114.279998779297 114.279998779297 97.5934356226668 0 0 0 0
131 2024-07-17 00:00:00-04:00 111.639999389648 111.639999389648 111.639999389648 111.639999389648 95.3389150308779 0 0 0 0
132 2024-07-18 00:00:00-04:00 110.540000915527 110.540000915527 110.540000915527 110.540000915527 94.3995325368642 0 0 0 0
133 2024-07-19 00:00:00-04:00 109.949996948242 109.949996948242 109.949996948242 109.949996948242 93.895677839512 0 0 0 0
134 2024-07-22 00:00:00-04:00 111.51000213623 111.51000213623 111.51000213623 111.51000213623 95.2278992913076 0 0 0 0
135 2024-07-23 00:00:00-04:00 111.459999084473 111.459999084473 111.459999084473 111.459999084473 95.1851974216472 0 0 0 0
136 2024-07-24 00:00:00-04:00 108.900001525879 108.900001525879 108.900001525879 108.900001525879 92.9989972151587 0 0 0 0
137 2024-07-25 00:00:00-04:00 108.080001831055 108.080001831055 108.080001831055 108.080001831055 92.298729554306 0 0 0 0
138 2024-07-26 00:00:00-04:00 109.48999786377 109.48999786377 109.48999786377 109.48999786377 93.5028453971205 0 0 0 0
139 2024-07-29 00:00:00-04:00 108.769996643066 108.769996643066 108.769996643066 108.769996643066 92.8879749601979 0 0 0 0
140 2024-07-30 00:00:00-04:00 108.5 108.5 108.5 108.5 92.6574018040473 0 0 0 0
141 2024-07-31 00:00:00-04:00 111.089996337891 111.089996337891 111.089996337891 111.089996337891 94.8692205261758 0 0 0 0
142 2024-08-01 00:00:00-04:00 107.879997253418 107.879997253418 107.879997253418 107.879997253418 92.127928591055 0 0 0 0
143 2024-08-02 00:00:00-04:00 105.830001831055 105.830001831055 105.830001831055 105.830001831055 90.3772626966184 0 0 0 0
144 2024-08-05 00:00:00-04:00 103.870002746582 103.870002746582 103.870002746582 103.870002746582 88.7034523491018 0 0 0 0
145 2024-08-06 00:00:00-04:00 104.76000213623 104.76000213623 104.76000213623 104.76000213623 89.4634987182448 0 0 0 0
146 2024-08-07 00:00:00-04:00 105.199996948242 105.199996948242 105.199996948242 105.199996948242 89.8392478066159 0 0 0 0
147 2024-08-08 00:00:00-04:00 107.900001525879 107.900001525879 107.900001525879 107.900001525879 92.1450119450754 0 0 0 0
148 2024-08-09 00:00:00-04:00 108.180000305176 108.180000305176 108.180000305176 108.180000305176 92.3841267782362 0 0 0 0
149 2024-08-12 00:00:00-04:00 108.069999694824 108.069999694824 108.069999694824 108.069999694824 92.2901878772958 0 0 0 0
150 2024-08-13 00:00:00-04:00 109.900001525879 109.900001525879 109.900001525879 109.900001525879 93.8529824852421 0 0 0 0
151 2024-08-14 00:00:00-04:00 109.779998779297 109.779998779297 109.779998779297 109.779998779297 93.7505019072915 0 0 0 0
152 2024-08-15 00:00:00-04:00 112.300003051758 112.300003051758 112.300003051758 112.300003051758 95.9025484365204 0 0 0 0
153 2024-08-16 00:00:00-04:00 113 113 113 113 96.5003355194225 0 0 0 0
154 2024-08-19 00:00:00-04:00 114.830001831055 114.830001831055 114.830001831055 114.830001831055 98.0631301273688 0 0 0 0
155 2024-08-20 00:00:00-04:00 113.830001831055 113.830001831055 113.830001831055 113.830001831055 97.2091448572854 0 0 0 0
156 2024-08-21 00:00:00-04:00 114.959999084473 114.959999084473 114.959999084473 114.959999084473 98.1741458669391 0 0 0 0
157 2024-08-22 00:00:00-04:00 113.819999694824 113.819999694824 113.819999694824 113.819999694824 97.2006031802753 0 0 0 0
158 2024-08-23 00:00:00-04:00 115.139999389648 115.139999389648 115.139999389648 115.139999389648 98.3278634761697 0 0 0 0
159 2024-08-26 00:00:00-04:00 113.629997253418 113.629997253418 113.629997253418 113.629997253418 97.0383438940344 0 0 0 0
160 2024-08-27 00:00:00-04:00 113.970001220703 113.970001220703 113.970001220703 113.970001220703 97.3287022738659 0 0 0 0
161 2024-08-28 00:00:00-04:00 112.879997253418 112.879997253418 112.879997253418 112.879997253418 96.3978549414719 0 0 0 0
162 2024-08-29 00:00:00-04:00 113.629997253418 113.629997253418 113.629997253418 113.629997253418 97.0383438940344 0 0 0 0
163 2024-08-30 00:00:00-04:00 113.870002746582 113.870002746582 113.870002746582 113.870002746582 97.2433050499356 0 0 0 0
164 2024-09-03 00:00:00-04:00 110.930000305176 110.930000305176 110.930000305176 110.930000305176 94.7325862709655 0 0 0 0
165 2024-09-04 00:00:00-04:00 110.569999694824 110.569999694824 110.569999694824 110.569999694824 94.4251510525043 0 0 0 0
166 2024-09-05 00:00:00-04:00 110.690002441406 110.690002441406 110.690002441406 110.690002441406 94.5276316304549 0 0 0 0
167 2024-09-06 00:00:00-04:00 108.099998474121 108.099998474121 108.099998474121 108.099998474121 92.3158063929358 0 0 0 0
168 2024-09-09 00:00:00-04:00 109.610000610352 109.610000610352 109.610000610352 109.610000610352 93.6053259750711 0 0 0 0
169 2024-09-10 00:00:00-04:00 109.330001831055 109.330001831055 109.330001831055 109.330001831055 93.3662111419102 0 0 0 0
170 2024-09-11 00:00:00-04:00 111.069999694824 111.069999694824 111.069999694824 111.069999694824 94.852143687546 0 0 0 0
171 2024-09-12 00:00:00-04:00 111.970001220703 111.970001220703 111.970001220703 111.970001220703 95.6207317336991 0 0 0 0
172 2024-09-13 00:00:00-04:00 112.319999694824 112.319999694824 112.319999694824 112.319999694824 95.9196252751502 0 0 0 0
173 2024-09-16 00:00:00-04:00 112.449996948242 112.449996948242 112.449996948242 112.449996948242 96.0306410147204 0 0 0 0
174 2024-09-17 00:00:00-04:00 112.650001525879 112.650001525879 112.650001525879 112.650001525879 96.2014419779714 0 0 0 0
175 2024-09-18 00:00:00-04:00 112.360000610352 112.360000610352 112.360000610352 112.360000610352 95.9537854678004 0 0 0 0
176 2024-09-19 00:00:00-04:00 115.370002746582 115.370002746582 115.370002746582 115.370002746582 98.5242829550607 0 0 0 0
177 2024-09-20 00:00:00-04:00 114.089996337891 114.089996337891 114.089996337891 114.089996337891 97.4311763364259 0 0 0 0
178 2024-09-23 00:00:00-04:00 114.589996337891 114.589996337891 114.589996337891 114.589996337891 97.8581689714676 0 0 0 0
179 2024-09-24 00:00:00-04:00 116.519996643066 116.519996643066 116.519996643066 116.519996643066 99.5063608033442 0 0 0 0
180 2024-09-25 00:00:00-04:00 116.199996948242 116.199996948242 116.199996948242 116.199996948242 99.2330857775331 0 0 0 0
181 2024-09-26 00:00:00-04:00 118.980003356934 118.980003356934 118.980003356934 118.980003356934 101.607170301293 0 0 0 0
182 2024-09-27 00:00:00-04:00 118.51000213623 118.51000213623 118.51000213623 118.51000213623 101.205796181891 0 0 0 0
183 2024-09-30 00:00:00-04:00 117.870002746582 117.870002746582 117.870002746582 117.870002746582 100.659246130269 0 0 0 0
184 2024-10-01 00:00:00-04:00 117.5 117.5 117.5 117.5 100.343269234798 0 0 0 0
185 2024-10-02 00:00:00-04:00 118.050003051758 118.050003051758 118.050003051758 118.050003051758 100.8129637395 0 0 0 0
186 2024-10-03 00:00:00-04:00 117.230003356934 117.230003356934 117.230003356934 117.230003356934 100.112696078647 0 0 0 0
187 2024-10-04 00:00:00-04:00 118.379997253418 118.379997253418 118.379997253418 118.379997253418 101.094773926931 0 0 0 0
188 2024-10-07 00:00:00-04:00 118.180000305176 118.180000305176 118.180000305176 118.180000305176 100.92397947907 0 0 0 0
189 2024-10-08 00:00:00-04:00 117.589996337891 117.589996337891 117.589996337891 117.589996337891 100.420124781718 0 0 0 0
190 2024-10-09 00:00:00-04:00 118 118 118 118 100.770261869839 0 0 0 0
191 2024-10-10 00:00:00-04:00 117.830001831055 117.830001831055 117.830001831055 117.830001831055 100.625085937619 0 0 0 0
192 2024-10-11 00:00:00-04:00 118.660003662109 118.660003662109 118.660003662109 118.660003662109 101.333895275482 0 0 0 0
193 2024-10-14 00:00:00-04:00 118.800003051758 118.800003051758 118.800003051758 118.800003051758 101.453452692062 0 0 0 0
194 2024-10-15 00:00:00-04:00 115.360000610352 115.360000610352 115.360000610352 115.360000610352 98.5157412780505 0 0 0 0
195 2024-10-16 00:00:00-04:00 115.660003662109 115.660003662109 115.660003662109 115.660003662109 98.7719394652318 0 0 0 0
196 2024-10-17 00:00:00-04:00 115.839996337891 115.839996337891 115.839996337891 115.839996337891 98.9256505590719 0 0 0 0
197 2024-10-18 00:00:00-04:00 117.300003051758 117.300003051758 117.300003051758 117.300003051758 100.172474786937 0 0 0 0
198 2024-10-21 00:00:00-04:00 116.569999694824 116.569999694824 116.569999694824 116.569999694824 99.5490626730046 0 0 0 0
199 2024-10-22 00:00:00-04:00 116.370002746582 116.370002746582 116.370002746582 116.370002746582 99.3782682251441 0 0 0 0
200 2024-10-23 00:00:00-04:00 115.430000305176 115.430000305176 115.430000305176 115.430000305176 98.5755199863408 0 0 0 0
201 2024-10-24 00:00:00-04:00 115.830001831055 115.830001831055 115.830001831055 115.830001831055 98.9171153974522 0 0 0 0
202 2024-10-25 00:00:00-04:00 116 116 116 116 99.0622913296727 0 0 0 0
203 2024-10-28 00:00:00-04:00 116.669998168945 116.669998168945 116.669998168945 116.669998168945 99.6344598969348 0 0 0 0
204 2024-10-29 00:00:00-04:00 116.73999786377 116.73999786377 116.73999786377 116.73999786377 99.694238605225 0 0 0 0
205 2024-10-30 00:00:00-04:00 115.720001220703 115.720001220703 115.720001220703 115.720001220703 98.8231764965118 0 0 0 0
206 2024-10-31 00:00:00-04:00 114.519996643066 114.519996643066 114.519996643066 114.519996643066 97.7983902631774 0 0 0 0
207 2024-11-01 00:00:00-04:00 115.129997253418 115.129997253418 115.129997253418 115.129997253418 98.3193217991595 0 0 0 0
208 2024-11-04 00:00:00-05:00 115.180000305176 115.180000305176 115.180000305176 115.180000305176 98.3620236688199 0 0 0 0
209 2024-11-05 00:00:00-05:00 116.449996948242 116.449996948242 116.449996948242 116.449996948242 99.446582095054 0 0 0 0
210 2024-11-06 00:00:00-05:00 115.25 115.25 115.25 115.25 98.4218023771101 0 0 0 0
211 2024-11-07 00:00:00-05:00 116.370002746582 116.370002746582 116.370002746582 116.370002746582 99.3782682251441 0 0 0 0
212 2024-11-08 00:00:00-05:00 114.830001831055 114.830001831055 114.830001831055 114.830001831055 98.0631301273688 0 0 0 0
213 2024-11-11 00:00:00-05:00 115.480003356934 115.480003356934 115.480003356934 115.480003356934 98.6182218560011 0 0 0 0
214 2024-11-12 00:00:00-05:00 114.48999786377 114.48999786377 114.48999786377 114.48999786377 97.7727717475374 0 0 0 0
215 2024-11-13 00:00:00-05:00 114.610000610352 114.610000610352 114.610000610352 114.610000610352 97.875252325488 0 0 0 0
216 2024-11-14 00:00:00-05:00 114.180000305176 114.180000305176 114.180000305176 114.180000305176 97.5080383987365 0 0 0 0
217 2024-11-15 00:00:00-05:00 112.25 112.25 112.25 112.25 95.85984656686 0 0 0 0
218 2024-11-18 00:00:00-05:00 112.879997253418 112.879997253418 112.879997253418 112.879997253418 96.3978549414719 0 0 0 0
219 2024-11-19 00:00:00-05:00 113.290000915527 113.290000915527 113.290000915527 113.290000915527 96.7479920295936 0 0 0 0
220 2024-11-20 00:00:00-05:00 113.379997253418 113.379997253418 113.379997253418 113.379997253418 96.8248475765136 0 0 0 0
221 2024-11-21 00:00:00-05:00 113.709999084473 113.709999084473 113.709999084473 113.709999084473 97.1066642793348 0 0 0 0
222 2024-11-22 00:00:00-05:00 114.160003662109 114.160003662109 114.160003662109 114.160003662109 97.4909615601067 0 0 0 0
223 2024-11-25 00:00:00-05:00 115.160003662109 115.160003662109 115.160003662109 115.160003662109 98.3449468301901 0 0 0 0
224 2024-11-26 00:00:00-05:00 114.76000213623 114.76000213623 114.76000213623 114.76000213623 98.0033514190786 0 0 0 0
225 2024-11-27 00:00:00-05:00 114.970001220703 114.970001220703 114.970001220703 114.970001220703 98.1826875439493 0 0 0 0
226 2024-11-29 00:00:00-05:00 115.339996337891 115.339996337891 115.339996337891 115.339996337891 98.4986579240302 0 0 0 0
227 2024-12-02 00:00:00-05:00 116.040000915527 116.040000915527 116.040000915527 116.040000915527 99.0964515223229 0 0 0 0
228 2024-12-03 00:00:00-05:00 116.110000610352 116.110000610352 116.110000610352 116.110000610352 99.1562302306131 0 0 0 0
229 2024-12-04 00:00:00-05:00 117.160003662109 117.160003662109 117.160003662109 117.160003662109 100.052917370357 0 0 0 0
230 2024-12-05 00:00:00-05:00 117.360000610352 117.360000610352 117.360000610352 117.360000610352 100.223711818217 0 0 0 0
231 2024-12-06 00:00:00-05:00 117.779998779297 117.779998779297 117.779998779297 117.779998779297 100.582384067959 0 0 0 0
232 2024-12-09 00:00:00-05:00 117.75 117.75 117.75 117.75 100.556765552319 0 0 0 0
233 2024-12-10 00:00:00-05:00 116.059997558594 116.059997558594 116.059997558594 116.059997558594 99.1135283609527 0 0 0 0
234 2024-12-11 00:00:00-05:00 117.069999694824 117.069999694824 117.069999694824 117.069999694824 99.9760553080463 0 0 0 0
235 2024-12-12 00:00:00-05:00 116.620002746582 116.620002746582 116.620002746582 116.620002746582 99.591764542665 0 0 0 0
236 2024-12-13 00:00:00-05:00 116.26000213623 116.26000213623 116.26000213623 116.26000213623 99.2843293242037 0 0 0 0
237 2024-12-16 00:00:00-05:00 115.830001831055 115.830001831055 115.830001831055 115.830001831055 98.9171153974522 0 0 0 0
238 2024-12-17 00:00:00-05:00 115.589996337891 115.589996337891 115.589996337891 115.589996337891 98.712154241551 0 0 0 0
239 2024-12-18 00:00:00-05:00 102.330001831055 102.330001831055 102.330001831055 102.330001831055 95.6355236078943 0 9.968 0 8.999
240 2024-12-19 00:00:00-05:00 102.040000915527 102.040000915527 102.040000915527 102.040000915527 95.3644946925522 0 0 0 0
241 2024-12-20 00:00:00-05:00 102.330001831055 102.330001831055 102.330001831055 102.330001831055 95.6355236078943 0 0 0 0
242 2024-12-23 00:00:00-05:00 103.139999389648 103.139999389648 103.139999389648 103.139999389648 96.3925307343588 0 0 0 0
243 2024-12-24 00:00:00-05:00 103.589996337891 103.589996337891 103.589996337891 103.589996337891 96.8130886645555 0 0 0 0
244 2024-12-26 00:00:00-05:00 103.410003662109 103.410003662109 103.410003662109 103.410003662109 96.6448711966975 0 0 0 0
245 2024-12-27 00:00:00-05:00 102.849998474121 102.849998474121 102.849998474121 102.849998474121 96.1215018190167 0 0 0 0
246 2024-12-30 00:00:00-05:00 101.949996948242 101.949996948242 101.949996948242 101.949996948242 95.2803788283474 0 0 0 0
247 2024-12-31 00:00:00-05:00 101.569999694824 101.569999694824 101.569999694824 101.569999694824 94.9252411790763 0 0 0 0
248 2025-01-02 00:00:00-05:00 101.699996948242 101.699996948242 101.699996948242 101.699996948242 95.0467339492879 0 0 0 0
249 2025-01-03 00:00:00-05:00 102.970001220703 102.970001220703 102.970001220703 102.970001220703 96.2336539278645 0 0 0 0
250 2025-01-06 00:00:00-05:00 104.370002746582 104.370002746582 104.370002746582 104.370002746582 97.5420666766528 0 0 0 0
251 2025-01-07 00:00:00-05:00 103.620002746582 103.620002746582 103.620002746582 103.620002746582 96.8411320394744 0 0 0 0
252 2025-01-08 00:00:00-05:00 103.389999389648 103.389999389648 103.389999389648 103.389999389648 96.6261756134183 0 0 0 0
253 2025-01-10 00:00:00-05:00 101.860000610352 101.860000610352 101.860000610352 101.860000610352 95.1962700944184 0 0 0 0
254 2025-01-13 00:00:00-05:00 100.919998168945 100.919998168945 100.919998168945 100.919998168945 94.3177630674664 0 0 0 0
255 2025-01-14 00:00:00-05:00 101.690002441406 101.690002441406 101.690002441406 101.690002441406 95.0373932879241 0 0 0 0
256 2025-01-15 00:00:00-05:00 103.26000213623 103.26000213623 103.26000213623 103.26000213623 96.5046828432066 0 0 0 0
257 2025-01-16 00:00:00-05:00 103.849998474121 103.849998474121 103.849998474121 103.849998474121 97.0560813352546 0 0 0 0
258 2025-01-17 00:00:00-05:00 104.319999694824 104.319999694824 104.319999694824 104.319999694824 97.4953348487306 0 0 0 0
259 2025-01-21 00:00:00-05:00 105.919998168945 105.919998168945 105.919998168945 105.919998168945 98.9906606486561 0 0 0 0
260 2025-01-22 00:00:00-05:00 106.370002746582 106.370002746582 106.370002746582 106.370002746582 99.4112257091287 0 0 0 0
261 2025-01-23 00:00:00-05:00 106.800003051758 106.800003051758 106.800003051758 106.800003051758 99.813095186322 0 0 0 0
262 2025-01-24 00:00:00-05:00 107.51000213623 107.51000213623 107.51000213623 107.51000213623 100.476645787218 0 0 0 0
263 2025-01-27 00:00:00-05:00 105.819999694824 105.819999694824 105.819999694824 105.819999694824 98.8972041230875 0 0 0 0
264 2025-01-28 00:00:00-05:00 107.050003051758 107.050003051758 107.050003051758 107.050003051758 100.046740065382 0 0 0 0
265 2025-01-29 00:00:00-05:00 106.919998168945 106.919998168945 106.919998168945 106.919998168945 99.9252401648941 0 0 0 0
266 2025-01-30 00:00:00-05:00 108.610000610352 108.610000610352 108.610000610352 108.610000610352 101.504681829024 0 0 0 0
267 2025-01-31 00:00:00-05:00 107.5 107.5 107.5 107.5 100.467297995578 0 0 0 0
268 2025-02-03 00:00:00-05:00 106.099998474121 106.099998474121 106.099998474121 106.099998474121 99.15888524679 0 0 0 0
269 2025-02-04 00:00:00-05:00 108.76000213623 108.76000213623 108.76000213623 108.76000213623 101.644870182515 0 0 0 0
270 2025-02-05 00:00:00-05:00 109.660003662109 109.660003662109 109.660003662109 109.660003662109 102.485993173185 0 0 0 0
271 2025-02-06 00:00:00-05:00 109.970001220703 109.970001220703 109.970001220703 109.970001220703 102.77571054153 0 0 0 0
272 2025-02-07 00:00:00-05:00 109.099998474121 109.099998474121 109.099998474121 109.099998474121 101.962623795504 0 0 0 0
273 2025-02-10 00:00:00-05:00 110.180000305176 110.180000305176 110.180000305176 110.180000305176 102.971971384307 0 0 0 0
274 2025-02-11 00:00:00-05:00 110.389999389648 110.389999389648 110.389999389648 110.389999389648 103.168232227084 0 0 0 0
275 2025-02-12 00:00:00-05:00 110.699996948242 110.699996948242 110.699996948242 110.699996948242 103.457949595429 0 0 0 0
276 2025-02-13 00:00:00-05:00 112.790000915527 112.790000915527 112.790000915527 112.790000915527 105.41122449211 0 0 0 0
277 2025-02-14 00:00:00-05:00 113.300003051758 113.300003051758 113.300003051758 113.300003051758 105.887862041869 0 0 0 0
278 2025-02-18 00:00:00-05:00 114.230003356934 114.230003356934 114.230003356934 114.230003356934 106.757021277181 0 0 0 0
279 2025-02-19 00:00:00-05:00 113.230003356934 113.230003356934 113.230003356934 113.230003356934 105.822441760943 0 0 0 0
280 2025-02-20 00:00:00-05:00 113.400001525879 113.400001525879 113.400001525879 113.400001525879 105.981318567437 0 0 0 0
281 2025-02-21 00:00:00-05:00 112.25 112.25 112.25 112.25 104.906550697708 0 0 0 0
282 2025-02-24 00:00:00-05:00 110.660003662109 110.660003662109 110.660003662109 110.660003662109 103.420572689423 0 0 0 0
283 2025-02-25 00:00:00-05:00 110.339996337891 110.339996337891 110.339996337891 110.339996337891 103.121500399162 0 0 0 0
284 2025-02-26 00:00:00-05:00 111.339996337891 111.339996337891 111.339996337891 111.339996337891 104.0560799154 0 0 0 0
285 2025-02-27 00:00:00-05:00 108.76000213623 108.76000213623 108.76000213623 108.76000213623 101.644870182515 0 0 0 0
286 2025-02-28 00:00:00-05:00 108.949996948242 108.949996948242 108.949996948242 108.949996948242 101.822435442013 0 0 0 0
287 2025-03-03 00:00:00-05:00 107.400001525879 107.400001525879 107.400001525879 107.400001525879 100.37384147001 0 0 0 0
288 2025-03-04 00:00:00-05:00 107.589996337891 107.589996337891 107.589996337891 107.589996337891 100.551406729507 0 0 0 0
289 2025-03-05 00:00:00-05:00 110.949996948242 110.949996948242 110.949996948242 110.949996948242 103.691594474489 0 0 0 0
290 2025-03-06 00:00:00-05:00 108.370002746582 108.370002746582 108.370002746582 108.370002746582 101.280384741605 0 0 0 0
291 2025-03-07 00:00:00-05:00 108.620002746582 108.620002746582 108.620002746582 108.620002746582 101.514029620664 0 0 0 0
292 2025-03-10 00:00:00-04:00 104.459999084473 104.459999084473 104.459999084473 104.459999084473 97.6261754105818 0 0 0 0
293 2025-03-11 00:00:00-04:00 105 105 105 105 98.1308492049834 0 0 0 0
294 2025-03-12 00:00:00-04:00 106.220001220703 106.220001220703 106.220001220703 106.220001220703 99.2710373556378 0 0 0 0
295 2025-03-13 00:00:00-04:00 104.980003356934 104.980003356934 104.980003356934 104.980003356934 98.11216075198 0 0 0 0
296 2025-03-14 00:00:00-04:00 107.809997558594 107.809997558594 107.809997558594 107.809997558594 100.757015363924 0 0 0 0
297 2025-03-17 00:00:00-04:00 109.620002746582 109.620002746582 109.620002746582 109.620002746582 102.448609136902 0 0 0 0
298 2025-03-18 00:00:00-04:00 108.589996337891 108.589996337891 108.589996337891 108.589996337891 101.485986245745 0 0 0 0
299 2025-03-19 00:00:00-04:00 109.5 109.5 109.5 109.5 102.336457028054 0 0 0 0
300 2025-03-20 00:00:00-04:00 109.029998779297 109.029998779297 109.029998779297 109.029998779297 101.897203514578 0 0 0 0
301 2025-03-21 00:00:00-04:00 108.029998779297 108.029998779297 108.029998779297 108.029998779297 100.96262399834 0 0 0 0
302 2025-03-24 00:00:00-04:00 108.680000305176 108.680000305176 108.680000305176 108.680000305176 101.57010210995 0 0 0 0
303 2025-03-25 00:00:00-04:00 108.680000305176 108.680000305176 108.680000305176 108.680000305176 101.57010210995 0 0 0 0
304 2025-03-26 00:00:00-04:00 106.26000213623 106.26000213623 106.26000213623 106.26000213623 99.3084213919205 0 0 0 0
305 2025-03-27 00:00:00-04:00 106.650001525879 106.650001525879 106.650001525879 106.650001525879 99.6729068328312 0 0 0 0
306 2025-03-28 00:00:00-04:00 104.559997558594 104.559997558594 104.559997558594 104.559997558594 97.7196319361505 0 0 0 0
307 2025-03-31 00:00:00-04:00 103.01000213623 103.01000213623 103.01000213623 103.01000213623 96.2710379641472 0 0 0 0
308 2025-04-01 00:00:00-04:00 103.129997253418 103.129997253418 103.129997253418 103.129997253418 96.3831829427192 0 0 0 0
309 2025-04-02 00:00:00-04:00 103.819999694824 103.819999694824 103.819999694824 103.819999694824 97.0280450906116 0 0 0 0
310 2025-04-03 00:00:00-04:00 100.059997558594 100.059997558594 100.059997558594 100.059997558594 93.5140241130797 0 0 0 0
311 2025-04-04 00:00:00-04:00 93.5199966430664 93.5199966430664 93.5199966430664 93.5199966430664 87.4018732212505 0 0 0 0
312 2025-04-07 00:00:00-04:00 92.1999969482422 92.1999969482422 92.1999969482422 92.1999969482422 86.1682285450275 0 0 0 0
313 2025-04-08 00:00:00-04:00 91.3600006103516 91.3600006103516 91.3600006103516 91.3600006103516 85.38318517392 0 0 0 0
314 2025-04-09 00:00:00-04:00 99.0800018310547 99.0800018310547 99.0800018310547 99.0800018310547 92.598140180121 0 0 0 0
315 2025-04-10 00:00:00-04:00 96.3499984741211 96.3499984741211 96.3499984741211 96.3499984741211 90.0467349634701 0 0 0 0
316 2025-04-11 00:00:00-04:00 98.9400024414063 98.9400024414063 98.9400024414063 98.9400024414063 92.4672996182698 0 0 0 0
317 2025-04-14 00:00:00-04:00 99.9199981689453 99.9199981689453 99.9199981689453 99.9199981689453 93.3831835512285 0 0 0 0
318 2025-04-15 00:00:00-04:00 100.849998474121 100.849998474121 100.849998474121 100.849998474121 94.2523427865408 0 0 0 0
319 2025-04-16 00:00:00-04:00 98.9899978637695 98.9899978637695 98.9899978637695 98.9899978637695 92.5140243159162 0 0 0 0
320 2025-04-17 00:00:00-04:00 99.6900024414063 99.6900024414063 99.6900024414063 99.6900024414063 93.1682342554482 0 0 0 0
321 2025-04-21 00:00:00-04:00 98.7200012207031 98.7200012207031 98.7200012207031 98.7200012207031 92.2616909838533 0 0 0 0
322 2025-04-22 00:00:00-04:00 100.769996643066 100.769996643066 100.769996643066 100.769996643066 94.1775747139756 0 0 0 0
323 2025-04-23 00:00:00-04:00 102.279998779297 102.279998779297 102.279998779297 102.279998779297 95.5887917799721 0 0 0 0
324 2025-04-24 00:00:00-04:00 104.540000915527 104.540000915527 104.540000915527 104.540000915527 97.7009434831471 0 0 0 0
325 2025-04-25 00:00:00-04:00 105.269996643066 105.269996643066 105.269996643066 105.269996643066 98.3831825370463 0 0 0 0
326 2025-04-28 00:00:00-04:00 105.150001525879 105.150001525879 105.150001525879 105.150001525879 98.2710375584743 0 0 0 0
327 2025-04-29 00:00:00-04:00 105.360000610352 105.360000610352 105.360000610352 105.360000610352 98.4672984012511 0 0 0 0
328 2025-04-30 00:00:00-04:00 106.040000915527 106.040000915527 106.040000915527 106.040000915527 99.102812757504 0 0 0 0
329 2025-05-01 00:00:00-04:00 106.019996643066 106.019996643066 106.019996643066 106.019996643066 99.0841171742247 0 0 0 0
330 2025-05-02 00:00:00-04:00 108.809997558594 108.809997558594 108.809997558594 108.809997558594 101.691594880162 0 0 0 0
331 2025-05-05 00:00:00-04:00 108.610000610352 108.610000610352 108.610000610352 108.610000610352 101.504681829024 0 0 0 0
332 2025-05-06 00:00:00-04:00 108.25 108.25 108.25 108.25 101.168232632757 0 0 0 0
333 2025-05-07 00:00:00-04:00 108.25 108.25 108.25 108.25 101.168232632757 0 0 0 0
334 2025-05-08 00:00:00-04:00 108.76000213623 108.76000213623 108.76000213623 108.76000213623 101.644870182515 0 0 0 0
335 2025-05-09 00:00:00-04:00 109.139999389648 109.139999389648 109.139999389648 109.139999389648 102.000007831786 0 0 0 0
336 2025-05-12 00:00:00-04:00 111.889999389648 111.889999389648 111.889999389648 111.889999389648 104.570101501441 0 0 0 0
337 2025-05-13 00:00:00-04:00 112.699996948242 112.699996948242 112.699996948242 112.699996948242 105.327108627905 0 0 0 0
338 2025-05-14 00:00:00-04:00 113.330001831055 113.330001831055 113.330001831055 113.330001831055 105.915898286512 0 0 0 0
339 2025-05-15 00:00:00-04:00 113.849998474121 113.849998474121 113.849998474121 113.849998474121 106.401876497634 0 0 0 0
340 2025-05-16 00:00:00-04:00 114.139999389648 114.139999389648 114.139999389648 114.139999389648 106.672905412976 0 0 0 0
341 2025-05-19 00:00:00-04:00 114.779998779297 114.779998779297 114.779998779297 114.779998779297 107.271035732946 0 0 0 0
342 2025-05-20 00:00:00-04:00 114.860000610352 114.860000610352 114.860000610352 114.860000610352 107.345803805512 0 0 0 0
343 2025-05-21 00:00:00-04:00 113.809997558594 113.809997558594 113.809997558594 113.809997558594 106.364492461351 0 0 0 0
344 2025-05-22 00:00:00-04:00 113.730003356934 113.730003356934 113.730003356934 113.730003356934 106.289731519062 0 0 0 0
345 2025-05-23 00:00:00-04:00 113.330001831055 113.330001831055 113.330001831055 113.330001831055 105.915898286512 0 0 0 0
346 2025-05-27 00:00:00-04:00 114.279998779297 114.279998779297 114.279998779297 114.279998779297 106.803745974827 0 0 0 0
347 2025-05-28 00:00:00-04:00 113.069999694824 113.069999694824 113.069999694824 113.069999694824 105.672905615813 0 0 0 0
348 2025-05-29 00:00:00-04:00 113.470001220703 113.470001220703 113.470001220703 113.470001220703 106.046738848363 0 0 0 0
349 2025-05-30 00:00:00-04:00 113.279998779297 113.279998779297 113.279998779297 113.279998779297 105.869166458589 0 0 0 0
350 2025-06-02 00:00:00-04:00 114.180000305176 114.180000305176 114.180000305176 114.180000305176 106.710289449259 0 0 0 0
351 2025-06-03 00:00:00-04:00 113.860000610352 113.860000610352 113.860000610352 113.860000610352 106.411224289274 0 0 0 0
352 2025-06-04 00:00:00-04:00 114.940002441406 114.940002441406 114.940002441406 114.940002441406 107.420571878077 0 0 0 0
353 2025-06-05 00:00:00-04:00 115.339996337891 115.339996337891 115.339996337891 115.339996337891 107.794397980351 0 0 0 0
354 2025-06-06 00:00:00-04:00 115.569999694824 115.569999694824 115.569999694824 115.569999694824 108.009354406407 0 0 0 0
355 2025-06-09 00:00:00-04:00 115.529998779297 115.529998779297 115.529998779297 115.529998779297 107.971970370125 0 0 0 0
356 2025-06-10 00:00:00-04:00 116.089996337891 116.089996337891 116.089996337891 116.089996337891 108.49533261753 0 0 0 0
357 2025-06-11 00:00:00-04:00 116.180000305176 116.180000305176 116.180000305176 116.180000305176 108.579448481735 0 0 0 0
358 2025-06-12 00:00:00-04:00 116.309997558594 116.309997558594 116.309997558594 116.309997558594 108.700941251946 0 0 0 0
359 2025-06-13 00:00:00-04:00 114.26000213623 114.26000213623 114.26000213623 114.26000213623 106.785057521824 0 0 0 0
360 2025-06-16 00:00:00-04:00 115.309997558594 115.309997558594 115.309997558594 115.309997558594 107.766361735708 0 0 0 0
361 2025-06-17 00:00:00-04:00 113.860000610352 113.860000610352 113.860000610352 113.860000610352 106.411224289274 0 0 0 0
362 2025-06-18 00:00:00-04:00 113.660003662109 113.660003662109 113.660003662109 113.660003662109 106.224311238136 0 0 0 0
363 2025-06-20 00:00:00-04:00 112.680000305176 112.680000305176 112.680000305176 112.680000305176 105.308420174902 0 0 0 0
364 2025-06-23 00:00:00-04:00 113.699996948242 113.699996948242 113.699996948242 113.699996948242 106.261688144143 0 0 0 0
365 2025-06-24 00:00:00-04:00 113.699996948242 113.699996948242 113.699996948242 113.699996948242 106.261688144143 0 0 0 0
366 2025-06-25 00:00:00-04:00 116.139999389648 116.139999389648 116.139999389648 116.139999389648 108.542064445452 0 0 0 0
367 2025-06-26 00:00:00-04:00 117.069999694824 117.069999694824 117.069999694824 117.069999694824 109.411223680764 0 0 0 0
368 2025-06-27 00:00:00-04:00 118.059997558594 118.059997558594 118.059997558594 118.059997558594 110.336455405363 0 0 0 0
369 2025-06-30 00:00:00-04:00 117.919998168945 117.919998168945 117.919998168945 117.919998168945 110.205614843511 0 0 0 0
370 2025-07-01 00:00:00-04:00 116.98999786377 116.98999786377 116.98999786377 116.98999786377 109.336455608199 0 0 0 0
371 2025-07-02 00:00:00-04:00 117.449996948242 117.449996948242 117.449996948242 117.449996948242 109.766361330035 0 0 0 0
372 2025-07-03 00:00:00-04:00 117.779998779297 117.779998779297 117.779998779297 117.779998779297 110.07477428166 0 0 0 0
373 2025-07-07 00:00:00-04:00 116.849998474121 116.849998474121 116.849998474121 116.849998474121 109.205615046348 0 0 0 0
374 2025-07-08 00:00:00-04:00 117.629997253418 117.629997253418 117.629997253418 117.629997253418 109.934585928169 0 0 0 0
375 2025-07-09 00:00:00-04:00 118.209999084473 118.209999084473 118.209999084473 118.209999084473 110.476643758853 0 0 0 0
376 2025-07-10 00:00:00-04:00 117.73999786377 117.73999786377 117.73999786377 117.73999786377 110.037390245378 0 0 0 0
377 2025-07-11 00:00:00-04:00 116.75 116.75 116.75 116.75 109.112158520779 0 0 0 0
378 2025-07-14 00:00:00-04:00 116.779998779297 116.779998779297 116.779998779297 116.779998779297 109.140194765422 0 0 0 0
379 2025-07-15 00:00:00-04:00 117.120002746582 117.120002746582 117.120002746582 117.120002746582 109.457955508687 0 0 0 0
380 2025-07-16 00:00:00-04:00 117.430000305176 117.430000305176 117.430000305176 117.430000305176 109.747672877032 0 0 0 0
381 2025-07-17 00:00:00-04:00 118.220001220703 118.220001220703 118.220001220703 118.220001220703 110.485991550493 0 0 0 0
382 2025-07-18 00:00:00-04:00 117.610000610352 117.610000610352 117.610000610352 117.610000610352 109.915897475166 0 0 0 0
383 2025-07-21 00:00:00-04:00 117.699996948242 117.699996948242 117.699996948242 117.699996948242 110.000006209095 0 0 0 0
384 2025-07-22 00:00:00-04:00 117.699996948242 117.699996948242 117.699996948242 117.699996948242 110.000006209095 0 0 0 0
385 2025-07-23 00:00:00-04:00 119.860000610352 119.860000610352 119.860000610352 119.860000610352 112.018701386701 0 0 0 0
386 2025-07-24 00:00:00-04:00 119.449996948242 119.449996948242 119.449996948242 119.449996948242 111.635520362511 0 0 0 0
387 2025-07-25 00:00:00-04:00 119.559997558594 119.559997558594 119.559997558594 119.559997558594 111.73832467972 0 0 0 0
388 2025-07-28 00:00:00-04:00 118.449996948242 118.449996948242 118.449996948242 118.449996948242 110.700940846273 0 0 0 0
389 2025-07-29 00:00:00-04:00 117.309997558594 117.309997558594 117.309997558594 117.309997558594 109.635520768184 0 0 0 0
390 2025-07-30 00:00:00-04:00 115.879997253418 115.879997253418 115.879997253418 115.879997253418 108.299071774753 0 0 0 0
391 2025-07-31 00:00:00-04:00 114.089996337891 114.089996337891 114.089996337891 114.089996337891 106.626173585054 0 0 0 0
392 2025-08-01 00:00:00-04:00 113.199996948242 113.199996948242 113.199996948242 113.199996948242 105.794398386024 0 0 0 0
393 2025-08-04 00:00:00-04:00 114.839996337891 114.839996337891 114.839996337891 114.839996337891 107.327108222232 0 0 0 0
394 2025-08-05 00:00:00-04:00 114.330001831055 114.330001831055 114.330001831055 114.330001831055 106.85047780275 0 0 0 0
395 2025-08-06 00:00:00-04:00 114.51000213623 114.51000213623 114.51000213623 114.51000213623 107.018702400883 0 0 0 0
396 2025-08-07 00:00:00-04:00 116.080001831055 116.080001831055 116.080001831055 116.080001831055 108.485991956166 0 0 0 0
397 2025-08-08 00:00:00-04:00 116.370002746582 116.370002746582 116.370002746582 116.370002746582 108.757020871508 0 0 0 0
398 2025-08-11 00:00:00-04:00 115.360000610352 115.360000610352 115.360000610352 115.360000610352 107.813093563631 0 0 0 0
399 2025-08-12 00:00:00-04:00 117.699996948242 117.699996948242 117.699996948242 117.699996948242 110.000006209095 0 0 0 0
400 2025-08-13 00:00:00-04:00 118.580001831055 118.580001831055 118.580001831055 118.580001831055 110.822440746761 0 0 0 0
401 2025-08-14 00:00:00-04:00 117.860000610352 117.860000610352 117.860000610352 117.860000610352 110.149542354225 0 0 0 0
402 2025-08-15 00:00:00-04:00 118.900001525879 118.900001525879 118.900001525879 118.900001525879 111.121505906746 0 0 0 0
403 2025-08-18 00:00:00-04:00 119.309997558594 119.309997558594 119.309997558594 119.309997558594 111.50467980066 0 0 0 0
404 2025-08-19 00:00:00-04:00 118.860000610352 118.860000610352 118.860000610352 118.860000610352 111.084121870463 0 0 0 0
405 2025-08-20 00:00:00-04:00 118.569999694824 118.569999694824 118.569999694824 118.569999694824 110.813092955121 0 0 0 0
406 2025-08-21 00:00:00-04:00 117.940002441406 117.940002441406 117.940002441406 117.940002441406 110.224310426791 0 0 0 0
407 2025-08-22 00:00:00-04:00 120.230003356934 120.230003356934 120.230003356934 120.230003356934 112.364498374609 0 0 0 0
408 2025-08-25 00:00:00-04:00 119.349998474121 119.349998474121 119.349998474121 119.349998474121 111.542063836943 0 0 0 0
409 2025-08-26 00:00:00-04:00 119.800003051758 119.800003051758 119.800003051758 119.800003051758 111.962628897415 0 0 0 0
410 2025-08-27 00:00:00-04:00 119.199996948242 119.199996948242 119.199996948242 119.199996948242 111.401875483452 0 0 0 0
411 2025-08-28 00:00:00-04:00 119.529998779297 119.529998779297 119.529998779297 119.529998779297 111.710288435077 0 0 0 0
412 2025-08-29 00:00:00-04:00 118.589996337891 118.589996337891 118.589996337891 118.589996337891 110.831781408125 0 0 0 0
413 2025-09-02 00:00:00-04:00 117.099998474121 117.099998474121 117.099998474121 117.099998474121 109.439259925407 0 0 0 0
414 2025-09-03 00:00:00-04:00 117.660003662109 117.660003662109 117.660003662109 117.660003662109 109.962629303088 0 0 0 0
415 2025-09-04 00:00:00-04:00 118.580001831055 118.580001831055 118.580001831055 118.580001831055 110.822440746761 0 0 0 0
416 2025-09-05 00:00:00-04:00 119.410003662109 119.410003662109 119.410003662109 119.410003662109 111.598143456504 0 0 0 0
417 2025-09-08 00:00:00-04:00 120.5 120.5 120.5 120.5 112.616831706671 0 0 0 0
418 2025-09-09 00:00:00-04:00 120.860000610352 120.860000610352 120.860000610352 120.860000610352 112.953280902939 0 0 0 0
419 2025-09-10 00:00:00-04:00 120.610000610352 120.610000610352 120.610000610352 120.610000610352 112.71963602388 0 0 0 0
420 2025-09-11 00:00:00-04:00 121.599998474121 121.599998474121 121.599998474121 121.599998474121 113.644867748478 0 0 0 0
421 2025-09-12 00:00:00-04:00 121.209999084473 121.209999084473 121.209999084473 121.209999084473 113.280382307567 0 0 0 0
422 2025-09-15 00:00:00-04:00 122.430000305176 122.430000305176 122.430000305176 122.430000305176 114.420570458222 0 0 0 0
423 2025-09-16 00:00:00-04:00 122.900001525879 122.900001525879 122.900001525879 122.900001525879 114.859823971698 0 0 0 0
424 2025-09-17 00:00:00-04:00 123.110000610352 123.110000610352 123.110000610352 123.110000610352 115.056084814475 0 0 0 0
425 2025-09-18 00:00:00-04:00 124.75 124.75 124.75 124.75 116.588794650683 0 0 0 0
426 2025-09-19 00:00:00-04:00 123.940002441406 123.940002441406 123.940002441406 123.940002441406 115.831787524218 0 0 0 0
427 2025-09-22 00:00:00-04:00 124.569999694824 124.569999694824 124.569999694824 124.569999694824 116.420570052549 0 0 0 0
428 2025-09-23 00:00:00-04:00 124 124 124 124 115.887860013504 0 0 0 0
429 2025-09-24 00:00:00-04:00 123.26000213623 123.26000213623 123.26000213623 123.26000213623 115.196273167965 0 0 0 0
430 2025-09-25 00:00:00-04:00 122.220001220703 122.220001220703 122.220001220703 122.220001220703 114.224309615445 0 0 0 0
431 2025-09-26 00:00:00-04:00 122.120002746582 122.120002746582 122.120002746582 122.120002746582 114.130853089876 0 0 0 0
432 2025-09-29 00:00:00-04:00 123.169998168945 123.169998168945 123.169998168945 123.169998168945 115.112157303761 0 0 0 0
433 2025-09-30 00:00:00-04:00 123.199996948242 123.199996948242 123.199996948242 123.199996948242 115.140193548404 0 0 0 0
434 2025-10-01 00:00:00-04:00 123.860000610352 123.860000610352 123.860000610352 123.860000610352 115.757019451653 0 0 0 0
435 2025-10-02 00:00:00-04:00 125.309997558594 125.309997558594 125.309997558594 125.309997558594 117.112156898088 0 0 0 0
436 2025-10-03 00:00:00-04:00 125.650001525879 125.650001525879 125.650001525879 125.650001525879 117.429917641352 0 0 0 0
437 2025-10-06 00:00:00-04:00 126.889999389648 126.889999389648 126.889999389648 126.889999389648 118.58879424501 0 0 0 0
438 2025-10-07 00:00:00-04:00 125.580001831055 125.580001831055 125.580001831055 125.580001831055 117.364497360426 0 0 0 0
439 2025-10-08 00:00:00-04:00 126.120002746582 126.120002746582 126.120002746582 126.120002746582 117.869171154828 0 0 0 0
440 2025-10-09 00:00:00-04:00 125.040000915527 125.040000915527 125.040000915527 125.040000915527 116.859823566025 0 0 0 0
441 2025-10-10 00:00:00-04:00 120.529998779297 120.529998779297 120.529998779297 120.529998779297 112.644867951314 0 0 0 0
442 2025-10-13 00:00:00-04:00 123.080001831055 123.080001831055 123.080001831055 123.080001831055 115.028048569832 0 0 0 0
443 2025-10-14 00:00:00-04:00 122.540000915527 122.540000915527 122.540000915527 122.540000915527 114.52337477543 0 0 0 0
444 2025-10-15 00:00:00-04:00 122.839996337891 122.839996337891 122.839996337891 122.839996337891 114.803744352136 0 0 0 0
445 2025-10-16 00:00:00-04:00 122.970001220703 122.970001220703 122.970001220703 122.970001220703 114.925244252623 0 0 0 0
446 2025-10-17 00:00:00-04:00 123.040000915527 123.040000915527 123.040000915527 123.040000915527 114.990664533549 0 0 0 0
447 2025-10-20 00:00:00-04:00 124.769996643066 124.769996643066 124.769996643066 124.769996643066 116.607483103686 0 0 0 0
448 2025-10-21 00:00:00-04:00 124.120002746582 124.120002746582 124.120002746582 124.120002746582 116.000012122352 0 0 0 0
449 2025-10-22 00:00:00-04:00 122.669998168945 122.669998168945 122.669998168945 122.669998168945 114.644867545642 0 0 0 0
450 2025-10-23 00:00:00-04:00 123.949996948242 123.949996948242 123.949996948242 123.949996948242 115.841128185582 0 0 0 0
451 2025-10-24 00:00:00-04:00 124.440002441406 124.440002441406 124.440002441406 124.440002441406 116.299077282337 0 0 0 0
452 2025-10-27 00:00:00-04:00 126.180000305176 126.180000305176 126.180000305176 126.180000305176 117.925243644114 0 0 0 0
453 2025-10-28 00:00:00-04:00 125.730003356934 125.730003356934 125.730003356934 125.730003356934 117.504685713917 0 0 0 0
454 2025-10-29 00:00:00-04:00 126 126 126 126 117.75701904598 0 0 0 0
455 2025-10-30 00:00:00-04:00 125.300003051758 125.300003051758 125.300003051758 125.300003051758 117.102816236724 0 0 0 0
456 2025-10-31 00:00:00-04:00 124.940002441406 124.940002441406 124.940002441406 124.940002441406 116.766367040456 0 0 0 0
457 2025-11-03 00:00:00-05:00 125.080001831055 125.080001831055 125.080001831055 125.080001831055 116.897207602307 0 0 0 0
458 2025-11-04 00:00:00-05:00 122.650001525879 122.650001525879 122.650001525879 122.650001525879 114.626179092638 0 0 0 0
459 2025-11-05 00:00:00-05:00 123.150001525879 123.150001525879 123.150001525879 123.150001525879 115.093468850757 0 0 0 0
460 2025-11-06 00:00:00-05:00 121.400001525879 121.400001525879 121.400001525879 121.400001525879 113.457954697341 0 0 0 0
461 2025-11-07 00:00:00-05:00 120.959999084473 120.959999084473 120.959999084473 120.959999084473 113.046737428508 0 0 0 0
462 2025-11-10 00:00:00-05:00 122.849998474121 122.849998474121 122.849998474121 122.849998474121 114.813092143775 0 0 0 0
463 2025-11-11 00:00:00-05:00 123.300003051758 123.300003051758 123.300003051758 123.300003051758 115.233657204248 0 0 0 0
464 2025-11-12 00:00:00-05:00 123.650001525879 123.650001525879 123.650001525879 123.650001525879 115.560758608876 0 0 0 0
465 2025-11-13 00:00:00-05:00 121.470001220703 121.470001220703 121.470001220703 121.470001220703 113.523374978266 0 0 0 0
466 2025-11-14 00:00:00-05:00 121.330001831055 121.330001831055 121.330001831055 121.330001831055 113.392534416415 0 0 0 0
467 2025-11-17 00:00:00-05:00 119.73999786377 119.73999786377 119.73999786377 119.73999786377 111.906549277853 0 0 0 0
468 2025-11-18 00:00:00-05:00 118.410003662109 118.410003662109 118.410003662109 118.410003662109 110.663563940267 0 0 0 0
469 2025-11-19 00:00:00-05:00 118.279998779297 118.279998779297 118.279998779297 118.279998779297 110.542064039779 0 0 0 0
470 2025-11-20 00:00:00-05:00 115.160003662109 115.160003662109 115.160003662109 115.160003662109 107.626180512493 0 0 0 0
471 2025-11-21 00:00:00-05:00 116.569999694824 116.569999694824 116.569999694824 116.569999694824 108.943933922645 0 0 0 0
472 2025-11-24 00:00:00-05:00 117.610000610352 117.610000610352 117.610000610352 117.610000610352 109.915897475166 0 0 0 0
473 2025-11-25 00:00:00-05:00 118.849998474121 118.849998474121 118.849998474121 118.849998474121 111.074774078824 0 0 0 0
474 2025-11-26 00:00:00-05:00 119.889999389648 119.889999389648 119.889999389648 119.889999389648 112.046737631344 0 0 0 0
475 2025-11-28 00:00:00-05:00 120.910003662109 120.910003662109 120.910003662109 120.910003662109 113.000012730861 0 0 0 0
476 2025-12-01 00:00:00-05:00 120 120 120 120 112.149541948552 0 0 0 0
477 2025-12-02 00:00:00-05:00 120.769996643066 120.769996643066 120.769996643066 120.769996643066 112.869165038734 0 0 0 0
478 2025-12-03 00:00:00-05:00 121.389999389648 121.389999389648 121.389999389648 121.389999389648 113.448606905701 0 0 0 0
479 2025-12-04 00:00:00-05:00 121.559997558594 121.559997558594 121.559997558594 121.559997558594 113.607483712195 0 0 0 0
480 2025-12-05 00:00:00-05:00 121.519996643066 121.519996643066 121.519996643066 121.519996643066 113.570099675913 0 0 0 0
481 2025-12-08 00:00:00-05:00 121.48999786377 121.48999786377 121.48999786377 121.48999786377 113.54206343127 0 0 0 0
482 2025-12-09 00:00:00-05:00 121.160003662109 121.160003662109 121.160003662109 121.160003662109 113.233657609921 0 0 0 0
483 2025-12-10 00:00:00-05:00 122.550003051758 122.550003051758 122.550003051758 122.550003051758 114.53272256707 0 0 0 0
484 2025-12-11 00:00:00-05:00 122.669998168945 122.669998168945 122.669998168945 122.669998168945 114.644867545642 0 0 0 0
485 2025-12-12 00:00:00-05:00 121.089996337891 121.089996337891 121.089996337891 121.089996337891 113.168230198719 0 0 0 0
486 2025-12-15 00:00:00-05:00 120.769996643066 120.769996643066 120.769996643066 120.769996643066 112.869165038734 0 0 0 0
487 2025-12-16 00:00:00-05:00 120.099998474121 120.099998474121 120.099998474121 120.099998474121 112.242998474121 0 0 0 0
488 2025-12-17 00:00:00-05:00 110.440002441406 110.440002441406 110.440002441406 110.440002441406 110.440002441406 0 7.857 0 6.42
489 2025-12-18 00:00:00-05:00 111.779998779297 111.779998779297 111.779998779297 111.779998779297 111.779998779297 0 0 0 0
490 2025-12-19 00:00:00-05:00 112.76000213623 112.76000213623 112.76000213623 112.76000213623 112.76000213623 0 0 0 0
491 2025-12-22 00:00:00-05:00 113.379997253418 113.379997253418 113.379997253418 113.379997253418 113.379997253418 0 0 0 0
492 2025-12-23 00:00:00-05:00 114.01000213623 114.01000213623 114.01000213623 114.01000213623 114.01000213623 0 0 0 0
493 2025-12-24 00:00:00-05:00 114.129997253418 114.129997253418 114.129997253418 114.129997253418 114.129997253418 0 0 0 0
494 2025-12-26 00:00:00-05:00 114.709999084473 114.709999084473 114.709999084473 114.709999084473 114.709999084473 0 0 0 0
495 2025-12-29 00:00:00-05:00 114.440002441406 114.440002441406 114.440002441406 114.440002441406 114.440002441406 0 0 0 0
496 2025-12-30 00:00:00-05:00 114.379997253418 114.379997253418 114.379997253418 114.379997253418 114.379997253418 0 0 0 0
497 2025-12-31 00:00:00-05:00 113.98999786377 113.98999786377 113.98999786377 113.98999786377 113.98999786377 0 0 0 0
498 2026-01-02 00:00:00-05:00 115.680000305176 115.680000305176 115.680000305176 115.680000305176 115.680000305176 0 0 0 0
499 2026-01-05 00:00:00-05:00 118.099998474121 118.099998474121 118.099998474121 118.099998474121 118.099998474121 0 0 0 0
500 2026-01-06 00:00:00-05:00 118.98999786377 118.98999786377 118.98999786377 118.98999786377 118.98999786377 0 0 0 0
501 2026-01-07 00:00:00-05:00 118.019996643066 118.019996643066 118.019996643066 118.019996643066 118.019996643066 0 0 0 0
502 2026-01-08 00:00:00-05:00 117.5 117.5 117.5 117.5 117.5 0 0 0 0
503 2026-01-09 00:00:00-05:00 118.620002746582 118.620002746582 118.620002746582 118.620002746582 118.620002746582 0 0 0 0

View File

@@ -0,0 +1,503 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Capital Gains
2024-01-10 00:00:00-05:00,100.02999877929688,100.02999877929688,100.02999877929688,100.02999877929688,73.67626190185547,0,0.0,0.0,0.0
2024-01-11 00:00:00-05:00,100.25,100.25,100.25,100.25,73.83830261230469,0,0.0,0.0,0.0
2024-01-12 00:00:00-05:00,100.44000244140625,100.44000244140625,100.44000244140625,100.44000244140625,73.9782485961914,0,0.0,0.0,0.0
2024-01-16 00:00:00-05:00,98.70999908447266,98.70999908447266,98.70999908447266,98.70999908447266,72.70402526855469,0,0.0,0.0,0.0
2024-01-17 00:00:00-05:00,97.05999755859375,97.05999755859375,97.05999755859375,97.05999755859375,71.48873138427734,0,0.0,0.0,0.0
2024-01-18 00:00:00-05:00,98.02999877929688,98.02999877929688,98.02999877929688,98.02999877929688,72.20317840576172,0,0.0,0.0,0.0
2024-01-19 00:00:00-05:00,98.7699966430664,98.7699966430664,98.7699966430664,98.7699966430664,72.74822235107422,0,0.0,0.0,0.0
2024-01-22 00:00:00-05:00,98.76000213623047,98.76000213623047,98.76000213623047,98.76000213623047,72.74085235595703,0,0.0,0.0,0.0
2024-01-23 00:00:00-05:00,99.37000274658203,99.37000274658203,99.37000274658203,99.37000274658203,73.19014739990234,0,0.0,0.0,0.0
2024-01-24 00:00:00-05:00,100.41000366210938,100.41000366210938,100.41000366210938,100.41000366210938,73.95614624023438,0,0.0,0.0,0.0
2024-01-25 00:00:00-05:00,100.3499984741211,100.3499984741211,100.3499984741211,100.3499984741211,73.91195678710938,0,0.0,0.0,0.0
2024-01-26 00:00:00-05:00,100.83999633789062,100.83999633789062,100.83999633789062,100.83999633789062,74.27285766601562,0,0.0,0.0,0.0
2024-01-29 00:00:00-05:00,101.19000244140625,101.19000244140625,101.19000244140625,101.19000244140625,74.53065490722656,0,0.0,0.0,0.0
2024-01-30 00:00:00-05:00,100.41000366210938,100.41000366210938,100.41000366210938,100.41000366210938,73.95614624023438,0,0.0,0.0,0.0
2024-01-31 00:00:00-05:00,99.27999877929688,99.27999877929688,99.27999877929688,99.27999877929688,73.12385559082031,0,0.0,0.0,0.0
2024-02-01 00:00:00-05:00,100.80000305175781,100.80000305175781,100.80000305175781,100.80000305175781,74.24340057373047,0,0.0,0.0,0.0
2024-02-02 00:00:00-05:00,100.12000274658203,100.12000274658203,100.12000274658203,100.12000274658203,73.7425537109375,0,0.0,0.0,0.0
2024-02-05 00:00:00-05:00,100.2699966430664,100.2699966430664,100.2699966430664,100.2699966430664,73.85303497314453,0,0.0,0.0,0.0
2024-02-06 00:00:00-05:00,101.08000183105469,101.08000183105469,101.08000183105469,101.08000183105469,74.44963073730469,0,0.0,0.0,0.0
2024-02-07 00:00:00-05:00,101.86000061035156,101.86000061035156,101.86000061035156,101.86000061035156,75.02413177490234,0,0.0,0.0,0.0
2024-02-08 00:00:00-05:00,102.72000122070312,102.72000122070312,102.72000122070312,102.72000122070312,75.65755462646484,0,0.0,0.0,0.0
2024-02-09 00:00:00-05:00,103.44000244140625,103.44000244140625,103.44000244140625,103.44000244140625,76.18787384033203,0,0.0,0.0,0.0
2024-02-12 00:00:00-05:00,103.54000091552734,103.54000091552734,103.54000091552734,103.54000091552734,76.26152801513672,0,0.0,0.0,0.0
2024-02-13 00:00:00-05:00,101.23999786376953,101.23999786376953,101.23999786376953,101.23999786376953,74.56747436523438,0,0.0,0.0,0.0
2024-02-14 00:00:00-05:00,103.01000213623047,103.01000213623047,103.01000213623047,103.01000213623047,75.87116241455078,0,0.0,0.0,0.0
2024-02-15 00:00:00-05:00,104.33000183105469,104.33000183105469,104.33000183105469,104.33000183105469,76.84339141845703,0,0.0,0.0,0.0
2024-02-16 00:00:00-05:00,104.3499984741211,104.3499984741211,104.3499984741211,104.3499984741211,76.85812377929688,0,0.0,0.0,0.0
2024-02-20 00:00:00-05:00,103.4800033569336,103.4800033569336,103.4800033569336,103.4800033569336,76.21733856201172,0,0.0,0.0,0.0
2024-02-21 00:00:00-05:00,103.75,103.75,103.75,103.75,76.41619873046875,0,0.0,0.0,0.0
2024-02-22 00:00:00-05:00,106.08000183105469,106.08000183105469,106.08000183105469,106.08000183105469,78.13233947753906,0,0.0,0.0,0.0
2024-02-23 00:00:00-05:00,105.2699966430664,105.2699966430664,105.2699966430664,105.2699966430664,77.53573608398438,0,0.0,0.0,0.0
2024-02-26 00:00:00-05:00,105.3499984741211,105.3499984741211,105.3499984741211,105.3499984741211,77.59466552734375,0,0.0,0.0,0.0
2024-02-27 00:00:00-05:00,105.93000030517578,105.93000030517578,105.93000030517578,105.93000030517578,78.02185821533203,0,0.0,0.0,0.0
2024-02-28 00:00:00-05:00,105.20999908447266,105.20999908447266,105.20999908447266,105.20999908447266,77.49154663085938,0,0.0,0.0,0.0
2024-02-29 00:00:00-05:00,105.5199966430664,105.5199966430664,105.5199966430664,105.5199966430664,77.7198715209961,0,0.0,0.0,0.0
2024-03-01 00:00:00-05:00,107.01000213623047,107.01000213623047,107.01000213623047,107.01000213623047,78.81732940673828,0,0.0,0.0,0.0
2024-03-04 00:00:00-05:00,106.44999694824219,106.44999694824219,106.44999694824219,106.44999694824219,78.40485382080078,0,0.0,0.0,0.0
2024-03-05 00:00:00-05:00,105.23999786376953,105.23999786376953,105.23999786376953,105.23999786376953,77.5136489868164,0,0.0,0.0,0.0
2024-03-06 00:00:00-05:00,106.62999725341797,106.62999725341797,106.62999725341797,106.62999725341797,78.53743743896484,0,0.0,0.0,0.0
2024-03-07 00:00:00-05:00,108.18000030517578,108.18000030517578,108.18000030517578,108.18000030517578,79.6790771484375,0,0.0,0.0,0.0
2024-03-08 00:00:00-05:00,106.98999786376953,106.98999786376953,106.98999786376953,106.98999786376953,78.8025894165039,0,0.0,0.0,0.0
2024-03-11 00:00:00-04:00,107.11000061035156,107.11000061035156,107.11000061035156,107.11000061035156,78.89097595214844,0,0.0,0.0,0.0
2024-03-12 00:00:00-04:00,108.73999786376953,108.73999786376953,108.73999786376953,108.73999786376953,80.09153747558594,0,0.0,0.0,0.0
2024-03-13 00:00:00-04:00,108.55000305175781,108.55000305175781,108.55000305175781,108.55000305175781,79.95159912109375,0,0.0,0.0,0.0
2024-03-14 00:00:00-04:00,107.19999694824219,107.19999694824219,107.19999694824219,107.19999694824219,78.95726013183594,0,0.0,0.0,0.0
2024-03-15 00:00:00-04:00,106.12000274658203,106.12000274658203,106.12000274658203,106.12000274658203,78.16180419921875,0,0.0,0.0,0.0
2024-03-18 00:00:00-04:00,106.38999938964844,106.38999938964844,106.38999938964844,106.38999938964844,78.36066436767578,0,0.0,0.0,0.0
2024-03-19 00:00:00-04:00,106.45999908447266,106.45999908447266,106.45999908447266,106.45999908447266,78.41222381591797,0,0.0,0.0,0.0
2024-03-20 00:00:00-04:00,107.76000213623047,107.76000213623047,107.76000213623047,107.76000213623047,79.36973571777344,0,0.0,0.0,0.0
2024-03-21 00:00:00-04:00,108.04000091552734,108.04000091552734,108.04000091552734,108.04000091552734,79.57596588134766,0,0.0,0.0,0.0
2024-03-22 00:00:00-04:00,107.94999694824219,107.94999694824219,107.94999694824219,107.94999694824219,79.5096664428711,0,0.0,0.0,0.0
2024-03-25 00:00:00-04:00,107.79000091552734,107.79000091552734,107.79000091552734,107.79000091552734,79.3918228149414,0,0.0,0.0,0.0
2024-03-26 00:00:00-04:00,107.55999755859375,107.55999755859375,107.55999755859375,107.55999755859375,79.22241973876953,0,0.0,0.0,0.0
2024-03-27 00:00:00-04:00,107.6500015258789,107.6500015258789,107.6500015258789,107.6500015258789,79.28871154785156,0,0.0,0.0,0.0
2024-03-28 00:00:00-04:00,107.19999694824219,107.19999694824219,107.19999694824219,107.19999694824219,78.95726013183594,0,0.0,0.0,0.0
2024-04-01 00:00:00-04:00,107.29000091552734,107.29000091552734,107.29000091552734,107.29000091552734,79.0235595703125,0,0.0,0.0,0.0
2024-04-02 00:00:00-04:00,106.79000091552734,106.79000091552734,106.79000091552734,106.79000091552734,78.65528106689453,0,0.0,0.0,0.0
2024-04-03 00:00:00-04:00,107.29000091552734,107.29000091552734,107.29000091552734,107.29000091552734,79.0235595703125,0,0.0,0.0,0.0
2024-04-04 00:00:00-04:00,106.4000015258789,106.4000015258789,106.4000015258789,106.4000015258789,78.36803436279297,0,0.0,0.0,0.0
2024-04-05 00:00:00-04:00,106.95999908447266,106.95999908447266,106.95999908447266,106.95999908447266,78.7804946899414,0,0.0,0.0,0.0
2024-04-08 00:00:00-04:00,107.47000122070312,107.47000122070312,107.47000122070312,107.47000122070312,79.1561279296875,0,0.0,0.0,0.0
2024-04-09 00:00:00-04:00,107.87999725341797,107.87999725341797,107.87999725341797,107.87999725341797,79.45811462402344,0,0.0,0.0,0.0
2024-04-10 00:00:00-04:00,106.56999969482422,106.56999969482422,106.56999969482422,106.56999969482422,78.49324035644531,0,0.0,0.0,0.0
2024-04-11 00:00:00-04:00,107.4000015258789,107.4000015258789,107.4000015258789,107.4000015258789,79.10457611083984,0,0.0,0.0,0.0
2024-04-12 00:00:00-04:00,105.08000183105469,105.08000183105469,105.08000183105469,105.08000183105469,77.39579772949219,0,0.0,0.0,0.0
2024-04-15 00:00:00-04:00,104.30999755859375,104.30999755859375,104.30999755859375,104.30999755859375,76.82865905761719,0,0.0,0.0,0.0
2024-04-16 00:00:00-04:00,103.9800033569336,103.9800033569336,103.9800033569336,103.9800033569336,76.58560180664062,0,0.0,0.0,0.0
2024-04-17 00:00:00-04:00,103.27999877929688,103.27999877929688,103.27999877929688,103.27999877929688,76.07002258300781,0,0.0,0.0,0.0
2024-04-18 00:00:00-04:00,102.4800033569336,102.4800033569336,102.4800033569336,102.4800033569336,75.48078918457031,0,0.0,0.0,0.0
2024-04-19 00:00:00-04:00,101.13999938964844,101.13999938964844,101.13999938964844,101.13999938964844,74.49382019042969,0,0.0,0.0,0.0
2024-04-22 00:00:00-04:00,102.58000183105469,102.58000183105469,102.58000183105469,102.58000183105469,75.554443359375,0,0.0,0.0,0.0
2024-04-23 00:00:00-04:00,104.87999725341797,104.87999725341797,104.87999725341797,104.87999725341797,77.24848937988281,0,0.0,0.0,0.0
2024-04-24 00:00:00-04:00,104.66000366210938,104.66000366210938,104.66000366210938,104.66000366210938,77.08645629882812,0,0.0,0.0,0.0
2024-04-25 00:00:00-04:00,103.93000030517578,103.93000030517578,103.93000030517578,103.93000030517578,76.54877471923828,0,0.0,0.0,0.0
2024-04-26 00:00:00-04:00,105.23999786376953,105.23999786376953,105.23999786376953,105.23999786376953,77.5136489868164,0,0.0,0.0,0.0
2024-04-29 00:00:00-04:00,105.75,105.75,105.75,105.75,77.8892822265625,0,0.0,0.0,0.0
2024-04-30 00:00:00-04:00,103.94999694824219,103.94999694824219,103.94999694824219,103.94999694824219,76.5634994506836,0,0.0,0.0,0.0
2024-05-01 00:00:00-04:00,103.77999877929688,103.77999877929688,103.77999877929688,103.77999877929688,76.43829345703125,0,0.0,0.0,0.0
2024-05-02 00:00:00-04:00,106.27999877929688,106.27999877929688,106.27999877929688,106.27999877929688,78.27964782714844,0,0.0,0.0,0.0
2024-05-03 00:00:00-04:00,107.97000122070312,107.97000122070312,107.97000122070312,107.97000122070312,79.52440643310547,0,0.0,0.0,0.0
2024-05-06 00:00:00-04:00,108.73999786376953,108.73999786376953,108.73999786376953,108.73999786376953,80.09153747558594,0,0.0,0.0,0.0
2024-05-07 00:00:00-04:00,108.66999816894531,108.66999816894531,108.66999816894531,108.66999816894531,80.03998565673828,0,0.0,0.0,0.0
2024-05-08 00:00:00-04:00,108.2300033569336,108.2300033569336,108.2300033569336,108.2300033569336,79.71590423583984,0,0.0,0.0,0.0
2024-05-09 00:00:00-04:00,108.63999938964844,108.63999938964844,108.63999938964844,108.63999938964844,80.01788330078125,0,0.0,0.0,0.0
2024-05-10 00:00:00-04:00,108.81999969482422,108.81999969482422,108.81999969482422,108.81999969482422,80.15045928955078,0,0.0,0.0,0.0
2024-05-13 00:00:00-04:00,109.08999633789062,109.08999633789062,109.08999633789062,109.08999633789062,80.34932708740234,0,0.0,0.0,0.0
2024-05-14 00:00:00-04:00,110.18000030517578,110.18000030517578,110.18000030517578,110.18000030517578,81.15216064453125,0,0.0,0.0,0.0
2024-05-15 00:00:00-04:00,111.88999938964844,111.88999938964844,111.88999938964844,111.88999938964844,82.4116439819336,0,0.0,0.0,0.0
2024-05-16 00:00:00-04:00,111.44999694824219,111.44999694824219,111.44999694824219,111.44999694824219,82.08757019042969,0,0.0,0.0,0.0
2024-05-17 00:00:00-04:00,111.47000122070312,111.47000122070312,111.47000122070312,111.47000122070312,82.10230255126953,0,0.0,0.0,0.0
2024-05-20 00:00:00-04:00,112.1500015258789,112.1500015258789,112.1500015258789,112.1500015258789,82.6031494140625,0,0.0,0.0,0.0
2024-05-21 00:00:00-04:00,111.66000366210938,111.66000366210938,111.66000366210938,111.66000366210938,82.24224090576172,0,0.0,0.0,0.0
2024-05-22 00:00:00-04:00,111.45999908447266,111.45999908447266,111.45999908447266,111.45999908447266,82.09493255615234,0,0.0,0.0,0.0
2024-05-23 00:00:00-04:00,111.36000061035156,111.36000061035156,111.36000061035156,111.36000061035156,82.02127838134766,0,0.0,0.0,0.0
2024-05-24 00:00:00-04:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0
2024-05-28 00:00:00-04:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0
2024-05-29 00:00:00-04:00,110.45999908447266,110.45999908447266,110.45999908447266,110.45999908447266,81.35839080810547,0,0.0,0.0,0.0
2024-05-30 00:00:00-04:00,110.68000030517578,110.68000030517578,110.68000030517578,110.68000030517578,81.52043151855469,0,0.0,0.0,0.0
2024-05-31 00:00:00-04:00,110.79000091552734,110.79000091552734,110.79000091552734,110.79000091552734,81.60144805908203,0,0.0,0.0,0.0
2024-06-03 00:00:00-04:00,111.58000183105469,111.58000183105469,111.58000183105469,111.58000183105469,82.18331909179688,0,0.0,0.0,0.0
2024-06-04 00:00:00-04:00,111.13999938964844,111.13999938964844,111.13999938964844,111.13999938964844,81.85923767089844,0,0.0,0.0,0.0
2024-06-05 00:00:00-04:00,113.23999786376953,113.23999786376953,113.23999786376953,113.23999786376953,83.40597534179688,0,0.0,0.0,0.0
2024-06-06 00:00:00-04:00,113.72000122070312,113.72000122070312,113.72000122070312,113.72000122070312,83.759521484375,0,0.0,0.0,0.0
2024-06-07 00:00:00-04:00,112.05999755859375,112.05999755859375,112.05999755859375,112.05999755859375,82.53685760498047,0,0.0,0.0,0.0
2024-06-10 00:00:00-04:00,112.37999725341797,112.37999725341797,112.37999725341797,112.37999725341797,82.77255249023438,0,0.0,0.0,0.0
2024-06-11 00:00:00-04:00,111.5999984741211,111.5999984741211,111.5999984741211,111.5999984741211,82.19804382324219,0,0.0,0.0,0.0
2024-06-12 00:00:00-04:00,113.05999755859375,113.05999755859375,113.05999755859375,113.05999755859375,83.27339935302734,0,0.0,0.0,0.0
2024-06-13 00:00:00-04:00,111.95999908447266,111.95999908447266,111.95999908447266,111.95999908447266,82.46320343017578,0,0.0,0.0,0.0
2024-06-14 00:00:00-04:00,111.04000091552734,111.04000091552734,111.04000091552734,111.04000091552734,81.78558349609375,0,0.0,0.0,0.0
2024-06-17 00:00:00-04:00,111.1500015258789,111.1500015258789,111.1500015258789,111.1500015258789,81.86660766601562,0,0.0,0.0,0.0
2024-06-18 00:00:00-04:00,111.22000122070312,111.22000122070312,111.22000122070312,111.22000122070312,81.91815948486328,0,0.0,0.0,0.0
2024-06-20 00:00:00-04:00,111.0199966430664,111.0199966430664,111.0199966430664,111.0199966430664,81.7708511352539,0,0.0,0.0,0.0
2024-06-21 00:00:00-04:00,110.38999938964844,110.38999938964844,110.38999938964844,110.38999938964844,81.30683135986328,0,0.0,0.0,0.0
2024-06-24 00:00:00-04:00,110.51000213623047,110.51000213623047,110.51000213623047,110.51000213623047,81.39521789550781,0,0.0,0.0,0.0
2024-06-25 00:00:00-04:00,111.38999938964844,111.38999938964844,111.38999938964844,111.38999938964844,82.04337310791016,0,0.0,0.0,0.0
2024-06-26 00:00:00-04:00,110.73999786376953,110.73999786376953,110.73999786376953,110.73999786376953,81.56462097167969,0,0.0,0.0,0.0
2024-06-27 00:00:00-04:00,110.25,110.25,110.25,110.25,81.20372009277344,0,0.0,0.0,0.0
2024-06-28 00:00:00-04:00,109.72000122070312,109.72000122070312,109.72000122070312,109.72000122070312,80.81334686279297,0,0.0,0.0,0.0
2024-07-01 00:00:00-04:00,109.6500015258789,109.6500015258789,109.6500015258789,109.6500015258789,80.76179504394531,0,0.0,0.0,0.0
2024-07-02 00:00:00-04:00,110.06999969482422,110.06999969482422,110.06999969482422,110.06999969482422,81.0711441040039,0,0.0,0.0,0.0
2024-07-03 00:00:00-04:00,111.51000213623047,111.51000213623047,111.51000213623047,111.51000213623047,82.13176727294922,0,0.0,0.0,0.0
2024-07-05 00:00:00-04:00,112.48999786376953,112.48999786376953,112.48999786376953,112.48999786376953,82.85356903076172,0,0.0,0.0,0.0
2024-07-08 00:00:00-04:00,112.16999816894531,112.16999816894531,112.16999816894531,112.16999816894531,82.61787414550781,0,0.0,0.0,0.0
2024-07-09 00:00:00-04:00,112.38999938964844,112.38999938964844,112.38999938964844,112.38999938964844,82.77991485595703,0,0.0,0.0,0.0
2024-07-10 00:00:00-04:00,113.7699966430664,113.7699966430664,113.7699966430664,113.7699966430664,83.79634094238281,0,0.0,0.0,0.0
2024-07-11 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,83.86263275146484,0,0.0,0.0,0.0
2024-07-12 00:00:00-04:00,115.2300033569336,115.2300033569336,115.2300033569336,115.2300033569336,84.87169647216797,0,0.0,0.0,0.0
2024-07-15 00:00:00-04:00,113.77999877929688,113.77999877929688,113.77999877929688,113.77999877929688,83.8037109375,0,0.0,0.0,0.0
2024-07-16 00:00:00-04:00,114.27999877929688,114.27999877929688,114.27999877929688,114.27999877929688,84.17198181152344,0,0.0,0.0,0.0
2024-07-17 00:00:00-04:00,111.63999938964844,111.63999938964844,111.63999938964844,111.63999938964844,82.22750854492188,0,0.0,0.0,0.0
2024-07-18 00:00:00-04:00,110.54000091552734,110.54000091552734,110.54000091552734,110.54000091552734,81.41732025146484,0,0.0,0.0,0.0
2024-07-19 00:00:00-04:00,109.94999694824219,109.94999694824219,109.94999694824219,109.94999694824219,80.98275756835938,0,0.0,0.0,0.0
2024-07-22 00:00:00-04:00,111.51000213623047,111.51000213623047,111.51000213623047,111.51000213623047,82.13176727294922,0,0.0,0.0,0.0
2024-07-23 00:00:00-04:00,111.45999908447266,111.45999908447266,111.45999908447266,111.45999908447266,82.09493255615234,0,0.0,0.0,0.0
2024-07-24 00:00:00-04:00,108.9000015258789,108.9000015258789,108.9000015258789,108.9000015258789,80.20938873291016,0,0.0,0.0,0.0
2024-07-25 00:00:00-04:00,108.08000183105469,108.08000183105469,108.08000183105469,108.08000183105469,79.60542297363281,0,0.0,0.0,0.0
2024-07-26 00:00:00-04:00,109.48999786376953,109.48999786376953,109.48999786376953,109.48999786376953,80.6439437866211,0,0.0,0.0,0.0
2024-07-29 00:00:00-04:00,108.7699966430664,108.7699966430664,108.7699966430664,108.7699966430664,80.11363983154297,0,0.0,0.0,0.0
2024-07-30 00:00:00-04:00,108.5,108.5,108.5,108.5,79.91476440429688,0,0.0,0.0,0.0
2024-07-31 00:00:00-04:00,111.08999633789062,111.08999633789062,111.08999633789062,111.08999633789062,81.8224105834961,0,0.0,0.0,0.0
2024-08-01 00:00:00-04:00,107.87999725341797,107.87999725341797,107.87999725341797,107.87999725341797,79.45811462402344,0,0.0,0.0,0.0
2024-08-02 00:00:00-04:00,105.83000183105469,105.83000183105469,105.83000183105469,105.83000183105469,77.94820404052734,0,0.0,0.0,0.0
2024-08-05 00:00:00-04:00,103.87000274658203,103.87000274658203,103.87000274658203,103.87000274658203,76.50458526611328,0,0.0,0.0,0.0
2024-08-06 00:00:00-04:00,104.76000213623047,104.76000213623047,104.76000213623047,104.76000213623047,77.16010284423828,0,0.0,0.0,0.0
2024-08-07 00:00:00-04:00,105.19999694824219,105.19999694824219,105.19999694824219,105.19999694824219,77.48418426513672,0,0.0,0.0,0.0
2024-08-08 00:00:00-04:00,107.9000015258789,107.9000015258789,107.9000015258789,107.9000015258789,79.47284698486328,0,0.0,0.0,0.0
2024-08-09 00:00:00-04:00,108.18000030517578,108.18000030517578,108.18000030517578,108.18000030517578,79.6790771484375,0,0.0,0.0,0.0
2024-08-12 00:00:00-04:00,108.06999969482422,108.06999969482422,108.06999969482422,108.06999969482422,79.59805297851562,0,0.0,0.0,0.0
2024-08-13 00:00:00-04:00,109.9000015258789,109.9000015258789,109.9000015258789,109.9000015258789,80.94593048095703,0,0.0,0.0,0.0
2024-08-14 00:00:00-04:00,109.77999877929688,109.77999877929688,109.77999877929688,109.77999877929688,80.85753631591797,0,0.0,0.0,0.0
2024-08-15 00:00:00-04:00,112.30000305175781,112.30000305175781,112.30000305175781,112.30000305175781,82.71363067626953,0,0.0,0.0,0.0
2024-08-16 00:00:00-04:00,113.0,113.0,113.0,113.0,83.22920989990234,0,0.0,0.0,0.0
2024-08-19 00:00:00-04:00,114.83000183105469,114.83000183105469,114.83000183105469,114.83000183105469,84.57707977294922,0,0.0,0.0,0.0
2024-08-20 00:00:00-04:00,113.83000183105469,113.83000183105469,113.83000183105469,113.83000183105469,83.84053802490234,0,0.0,0.0,0.0
2024-08-21 00:00:00-04:00,114.95999908447266,114.95999908447266,114.95999908447266,114.95999908447266,84.6728286743164,0,0.0,0.0,0.0
2024-08-22 00:00:00-04:00,113.81999969482422,113.81999969482422,113.81999969482422,113.81999969482422,83.83316802978516,0,0.0,0.0,0.0
2024-08-23 00:00:00-04:00,115.13999938964844,115.13999938964844,115.13999938964844,115.13999938964844,84.80541229248047,0,0.0,0.0,0.0
2024-08-26 00:00:00-04:00,113.62999725341797,113.62999725341797,113.62999725341797,113.62999725341797,83.69322204589844,0,0.0,0.0,0.0
2024-08-27 00:00:00-04:00,113.97000122070312,113.97000122070312,113.97000122070312,113.97000122070312,83.94365692138672,0,0.0,0.0,0.0
2024-08-28 00:00:00-04:00,112.87999725341797,112.87999725341797,112.87999725341797,112.87999725341797,83.14081573486328,0,0.0,0.0,0.0
2024-08-29 00:00:00-04:00,113.62999725341797,113.62999725341797,113.62999725341797,113.62999725341797,83.69322204589844,0,0.0,0.0,0.0
2024-08-30 00:00:00-04:00,113.87000274658203,113.87000274658203,113.87000274658203,113.87000274658203,83.87000274658203,0,0.0,0.0,0.0
2024-09-03 00:00:00-04:00,110.93000030517578,110.93000030517578,110.93000030517578,110.93000030517578,81.7045669555664,0,0.0,0.0,0.0
2024-09-04 00:00:00-04:00,110.56999969482422,110.56999969482422,110.56999969482422,110.56999969482422,81.43940734863281,0,0.0,0.0,0.0
2024-09-05 00:00:00-04:00,110.69000244140625,110.69000244140625,110.69000244140625,110.69000244140625,81.52779388427734,0,0.0,0.0,0.0
2024-09-06 00:00:00-04:00,108.0999984741211,108.0999984741211,108.0999984741211,108.0999984741211,79.62015533447266,0,0.0,0.0,0.0
2024-09-09 00:00:00-04:00,109.61000061035156,109.61000061035156,109.61000061035156,109.61000061035156,80.73233032226562,0,0.0,0.0,0.0
2024-09-10 00:00:00-04:00,109.33000183105469,109.33000183105469,109.33000183105469,109.33000183105469,80.5261001586914,0,0.0,0.0,0.0
2024-09-11 00:00:00-04:00,111.06999969482422,111.06999969482422,111.06999969482422,111.06999969482422,81.80767822265625,0,0.0,0.0,0.0
2024-09-12 00:00:00-04:00,111.97000122070312,111.97000122070312,111.97000122070312,111.97000122070312,82.47056579589844,0,0.0,0.0,0.0
2024-09-13 00:00:00-04:00,112.31999969482422,112.31999969482422,112.31999969482422,112.31999969482422,82.72836303710938,0,0.0,0.0,0.0
2024-09-16 00:00:00-04:00,112.44999694824219,112.44999694824219,112.44999694824219,112.44999694824219,82.82410430908203,0,0.0,0.0,0.0
2024-09-17 00:00:00-04:00,112.6500015258789,112.6500015258789,112.6500015258789,112.6500015258789,82.97142028808594,0,0.0,0.0,0.0
2024-09-18 00:00:00-04:00,112.36000061035156,112.36000061035156,112.36000061035156,112.36000061035156,82.75782012939453,0,0.0,0.0,0.0
2024-09-19 00:00:00-04:00,115.37000274658203,115.37000274658203,115.37000274658203,115.37000274658203,84.97481536865234,0,0.0,0.0,0.0
2024-09-20 00:00:00-04:00,114.08999633789062,114.08999633789062,114.08999633789062,114.08999633789062,84.03203582763672,0,0.0,0.0,0.0
2024-09-23 00:00:00-04:00,114.58999633789062,114.58999633789062,114.58999633789062,114.58999633789062,84.40030670166016,0,0.0,0.0,0.0
2024-09-24 00:00:00-04:00,116.5199966430664,116.5199966430664,116.5199966430664,116.5199966430664,85.82183074951172,0,0.0,0.0,0.0
2024-09-25 00:00:00-04:00,116.19999694824219,116.19999694824219,116.19999694824219,116.19999694824219,85.58613586425781,0,0.0,0.0,0.0
2024-09-26 00:00:00-04:00,118.9800033569336,118.9800033569336,118.9800033569336,118.9800033569336,87.63372802734375,0,0.0,0.0,0.0
2024-09-27 00:00:00-04:00,118.51000213623047,118.51000213623047,118.51000213623047,118.51000213623047,87.28755950927734,0,0.0,0.0,0.0
2024-09-30 00:00:00-04:00,117.87000274658203,117.87000274658203,117.87000274658203,117.87000274658203,86.81616973876953,0,0.0,0.0,0.0
2024-10-01 00:00:00-04:00,117.5,117.5,117.5,117.5,86.54364776611328,0,0.0,0.0,0.0
2024-10-02 00:00:00-04:00,118.05000305175781,118.05000305175781,118.05000305175781,118.05000305175781,86.94874572753906,0,0.0,0.0,0.0
2024-10-03 00:00:00-04:00,117.2300033569336,117.2300033569336,117.2300033569336,117.2300033569336,86.34477996826172,0,0.0,0.0,0.0
2024-10-04 00:00:00-04:00,118.37999725341797,118.37999725341797,118.37999725341797,118.37999725341797,87.1917953491211,0,0.0,0.0,0.0
2024-10-07 00:00:00-04:00,118.18000030517578,118.18000030517578,118.18000030517578,118.18000030517578,87.04448699951172,0,0.0,0.0,0.0
2024-10-08 00:00:00-04:00,117.58999633789062,117.58999633789062,117.58999633789062,117.58999633789062,86.60992431640625,0,0.0,0.0,0.0
2024-10-09 00:00:00-04:00,118.0,118.0,118.0,118.0,86.91191864013672,0,0.0,0.0,0.0
2024-10-10 00:00:00-04:00,117.83000183105469,117.83000183105469,117.83000183105469,117.83000183105469,86.78670501708984,0,0.0,0.0,0.0
2024-10-11 00:00:00-04:00,118.66000366210938,118.66000366210938,118.66000366210938,118.66000366210938,87.39803314208984,0,0.0,0.0,0.0
2024-10-14 00:00:00-04:00,118.80000305175781,118.80000305175781,118.80000305175781,118.80000305175781,87.50115203857422,0,0.0,0.0,0.0
2024-10-15 00:00:00-04:00,115.36000061035156,115.36000061035156,115.36000061035156,115.36000061035156,84.96744537353516,0,0.0,0.0,0.0
2024-10-16 00:00:00-04:00,115.66000366210938,115.66000366210938,115.66000366210938,115.66000366210938,85.18840789794922,0,0.0,0.0,0.0
2024-10-17 00:00:00-04:00,115.83999633789062,115.83999633789062,115.83999633789062,115.83999633789062,85.32098388671875,0,0.0,0.0,0.0
2024-10-18 00:00:00-04:00,117.30000305175781,117.30000305175781,117.30000305175781,117.30000305175781,86.3963394165039,0,0.0,0.0,0.0
2024-10-21 00:00:00-04:00,116.56999969482422,116.56999969482422,116.56999969482422,116.56999969482422,85.85865783691406,0,0.0,0.0,0.0
2024-10-22 00:00:00-04:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,85.71135711669922,0,0.0,0.0,0.0
2024-10-23 00:00:00-04:00,115.43000030517578,115.43000030517578,115.43000030517578,115.43000030517578,85.01900482177734,0,0.0,0.0,0.0
2024-10-24 00:00:00-04:00,115.83000183105469,115.83000183105469,115.83000183105469,115.83000183105469,85.3136215209961,0,0.0,0.0,0.0
2024-10-25 00:00:00-04:00,116.0,116.0,116.0,116.0,85.43883514404297,0,0.0,0.0,0.0
2024-10-28 00:00:00-04:00,116.66999816894531,116.66999816894531,116.66999816894531,116.66999816894531,85.93231201171875,0,0.0,0.0,0.0
2024-10-29 00:00:00-04:00,116.73999786376953,116.73999786376953,116.73999786376953,116.73999786376953,85.98387145996094,0,0.0,0.0,0.0
2024-10-30 00:00:00-04:00,115.72000122070312,115.72000122070312,115.72000122070312,115.72000122070312,85.23259735107422,0,0.0,0.0,0.0
2024-10-31 00:00:00-04:00,114.5199966430664,114.5199966430664,114.5199966430664,114.5199966430664,84.34874725341797,0,0.0,0.0,0.0
2024-11-01 00:00:00-04:00,115.12999725341797,115.12999725341797,115.12999725341797,115.12999725341797,84.79803466796875,0,0.0,0.0,0.0
2024-11-04 00:00:00-05:00,115.18000030517578,115.18000030517578,115.18000030517578,115.18000030517578,84.83486938476562,0,0.0,0.0,0.0
2024-11-05 00:00:00-05:00,116.44999694824219,116.44999694824219,116.44999694824219,116.44999694824219,85.77027130126953,0,0.0,0.0,0.0
2024-11-06 00:00:00-05:00,115.25,115.25,115.25,115.25,84.88642883300781,0,0.0,0.0,0.0
2024-11-07 00:00:00-05:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,85.71135711669922,0,0.0,0.0,0.0
2024-11-08 00:00:00-05:00,114.83000183105469,114.83000183105469,114.83000183105469,114.83000183105469,84.57707977294922,0,0.0,0.0,0.0
2024-11-11 00:00:00-05:00,115.4800033569336,115.4800033569336,115.4800033569336,115.4800033569336,85.05583190917969,0,0.0,0.0,0.0
2024-11-12 00:00:00-05:00,114.48999786376953,114.48999786376953,114.48999786376953,114.48999786376953,84.32665252685547,0,0.0,0.0,0.0
2024-11-13 00:00:00-05:00,114.61000061035156,114.61000061035156,114.61000061035156,114.61000061035156,84.4150390625,0,0.0,0.0,0.0
2024-11-14 00:00:00-05:00,114.18000030517578,114.18000030517578,114.18000030517578,114.18000030517578,84.09832763671875,0,0.0,0.0,0.0
2024-11-15 00:00:00-05:00,112.25,112.25,112.25,112.25,82.67680358886719,0,0.0,0.0,0.0
2024-11-18 00:00:00-05:00,112.87999725341797,112.87999725341797,112.87999725341797,112.87999725341797,83.14081573486328,0,0.0,0.0,0.0
2024-11-19 00:00:00-05:00,113.29000091552734,113.29000091552734,113.29000091552734,113.29000091552734,83.44280242919922,0,0.0,0.0,0.0
2024-11-20 00:00:00-05:00,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,83.50909423828125,0,0.0,0.0,0.0
2024-11-21 00:00:00-05:00,113.70999908447266,113.70999908447266,113.70999908447266,113.70999908447266,83.75215148925781,0,0.0,0.0,0.0
2024-11-22 00:00:00-05:00,114.16000366210938,114.16000366210938,114.16000366210938,114.16000366210938,84.0835952758789,0,0.0,0.0,0.0
2024-11-25 00:00:00-05:00,115.16000366210938,115.16000366210938,115.16000366210938,115.16000366210938,84.82013702392578,0,0.0,0.0,0.0
2024-11-26 00:00:00-05:00,114.76000213623047,114.76000213623047,114.76000213623047,114.76000213623047,84.52552032470703,0,0.0,0.0,0.0
2024-11-27 00:00:00-05:00,114.97000122070312,114.97000122070312,114.97000122070312,114.97000122070312,84.68019104003906,0,0.0,0.0,0.0
2024-11-29 00:00:00-05:00,115.33999633789062,115.33999633789062,115.33999633789062,115.33999633789062,84.95271301269531,0,0.0,0.0,0.0
2024-12-02 00:00:00-05:00,116.04000091552734,116.04000091552734,116.04000091552734,116.04000091552734,85.46829223632812,0,0.0,0.0,0.0
2024-12-03 00:00:00-05:00,116.11000061035156,116.11000061035156,116.11000061035156,116.11000061035156,85.51985168457031,0,0.0,0.0,0.0
2024-12-04 00:00:00-05:00,117.16000366210938,117.16000366210938,117.16000366210938,117.16000366210938,86.29322052001953,0,0.0,0.0,0.0
2024-12-05 00:00:00-05:00,117.36000061035156,117.36000061035156,117.36000061035156,117.36000061035156,86.4405288696289,0,0.0,0.0,0.0
2024-12-06 00:00:00-05:00,117.77999877929688,117.77999877929688,117.77999877929688,117.77999877929688,86.7498779296875,0,0.0,0.0,0.0
2024-12-09 00:00:00-05:00,117.75,117.75,117.75,117.75,86.72777557373047,0,0.0,0.0,0.0
2024-12-10 00:00:00-05:00,116.05999755859375,116.05999755859375,116.05999755859375,116.05999755859375,85.48302459716797,0,0.0,0.0,0.0
2024-12-11 00:00:00-05:00,117.06999969482422,117.06999969482422,117.06999969482422,117.06999969482422,86.22693634033203,0,0.0,0.0,0.0
2024-12-12 00:00:00-05:00,116.62000274658203,116.62000274658203,116.62000274658203,116.62000274658203,85.8954849243164,0,0.0,0.0,0.0
2024-12-13 00:00:00-05:00,116.26000213623047,116.26000213623047,116.26000213623047,116.26000213623047,85.63033294677734,0,0.0,0.0,0.0
2024-12-16 00:00:00-05:00,115.83000183105469,115.83000183105469,115.83000183105469,115.83000183105469,85.3136215209961,0,0.0,0.0,0.0
2024-12-17 00:00:00-05:00,115.58999633789062,115.58999633789062,115.58999633789062,115.58999633789062,85.13684844970703,0,0.0,0.0,0.0
2024-12-18 00:00:00-05:00,102.33000183105469,102.33000183105469,102.33000183105469,102.33000183105469,90.1654281616211,0,9.968,0.0,8.999
2024-12-19 00:00:00-05:00,102.04000091552734,102.04000091552734,102.04000091552734,102.04000091552734,89.90990447998047,0,0.0,0.0,0.0
2024-12-20 00:00:00-05:00,102.33000183105469,102.33000183105469,102.33000183105469,102.33000183105469,90.1654281616211,0,0.0,0.0,0.0
2024-12-23 00:00:00-05:00,103.13999938964844,103.13999938964844,103.13999938964844,103.13999938964844,90.87913513183594,0,0.0,0.0,0.0
2024-12-24 00:00:00-05:00,103.58999633789062,103.58999633789062,103.58999633789062,103.58999633789062,91.27564239501953,0,0.0,0.0,0.0
2024-12-26 00:00:00-05:00,103.41000366210938,103.41000366210938,103.41000366210938,103.41000366210938,91.1170425415039,0,0.0,0.0,0.0
2024-12-27 00:00:00-05:00,102.8499984741211,102.8499984741211,102.8499984741211,102.8499984741211,90.62361145019531,0,0.0,0.0,0.0
2024-12-30 00:00:00-05:00,101.94999694824219,101.94999694824219,101.94999694824219,101.94999694824219,89.83059692382812,0,0.0,0.0,0.0
2024-12-31 00:00:00-05:00,101.56999969482422,101.56999969482422,101.56999969482422,101.56999969482422,89.49577331542969,0,0.0,0.0,0.0
2025-01-02 00:00:00-05:00,101.69999694824219,101.69999694824219,101.69999694824219,101.69999694824219,89.61031341552734,0,0.0,0.0,0.0
2025-01-03 00:00:00-05:00,102.97000122070312,102.97000122070312,102.97000122070312,102.97000122070312,90.7293472290039,0,0.0,0.0,0.0
2025-01-06 00:00:00-05:00,104.37000274658203,104.37000274658203,104.37000274658203,104.37000274658203,91.96292114257812,0,0.0,0.0,0.0
2025-01-07 00:00:00-05:00,103.62000274658203,103.62000274658203,103.62000274658203,103.62000274658203,91.30207824707031,0,0.0,0.0,0.0
2025-01-08 00:00:00-05:00,103.38999938964844,103.38999938964844,103.38999938964844,103.38999938964844,91.09941864013672,0,0.0,0.0,0.0
2025-01-10 00:00:00-05:00,101.86000061035156,101.86000061035156,101.86000061035156,101.86000061035156,89.75129699707031,0,0.0,0.0,0.0
2025-01-13 00:00:00-05:00,100.91999816894531,100.91999816894531,100.91999816894531,100.91999816894531,88.92304229736328,0,0.0,0.0,0.0
2025-01-14 00:00:00-05:00,101.69000244140625,101.69000244140625,101.69000244140625,101.69000244140625,89.60150909423828,0,0.0,0.0,0.0
2025-01-15 00:00:00-05:00,103.26000213623047,103.26000213623047,103.26000213623047,103.26000213623047,90.98487091064453,0,0.0,0.0,0.0
2025-01-16 00:00:00-05:00,103.8499984741211,103.8499984741211,103.8499984741211,103.8499984741211,91.5047378540039,0,0.0,0.0,0.0
2025-01-17 00:00:00-05:00,104.31999969482422,104.31999969482422,104.31999969482422,104.31999969482422,91.91886138916016,0,0.0,0.0,0.0
2025-01-21 00:00:00-05:00,105.91999816894531,105.91999816894531,105.91999816894531,105.91999816894531,93.32865905761719,0,0.0,0.0,0.0
2025-01-22 00:00:00-05:00,106.37000274658203,106.37000274658203,106.37000274658203,106.37000274658203,93.72517395019531,0,0.0,0.0,0.0
2025-01-23 00:00:00-05:00,106.80000305175781,106.80000305175781,106.80000305175781,106.80000305175781,94.10405731201172,0,0.0,0.0,0.0
2025-01-24 00:00:00-05:00,107.51000213623047,107.51000213623047,107.51000213623047,107.51000213623047,94.72965240478516,0,0.0,0.0,0.0
2025-01-27 00:00:00-05:00,105.81999969482422,105.81999969482422,105.81999969482422,105.81999969482422,93.24054718017578,0,0.0,0.0,0.0
2025-01-28 00:00:00-05:00,107.05000305175781,107.05000305175781,107.05000305175781,107.05000305175781,94.32433319091797,0,0.0,0.0,0.0
2025-01-29 00:00:00-05:00,106.91999816894531,106.91999816894531,106.91999816894531,106.91999816894531,94.20978546142578,0,0.0,0.0,0.0
2025-01-30 00:00:00-05:00,108.61000061035156,108.61000061035156,108.61000061035156,108.61000061035156,95.69888305664062,0,0.0,0.0,0.0
2025-01-31 00:00:00-05:00,107.5,107.5,107.5,107.5,94.72084045410156,0,0.0,0.0,0.0
2025-02-03 00:00:00-05:00,106.0999984741211,106.0999984741211,106.0999984741211,106.0999984741211,93.48726654052734,0,0.0,0.0,0.0
2025-02-04 00:00:00-05:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0
2025-02-05 00:00:00-05:00,109.66000366210938,109.66000366210938,109.66000366210938,109.66000366210938,96.62406921386719,0,0.0,0.0,0.0
2025-02-06 00:00:00-05:00,109.97000122070312,109.97000122070312,109.97000122070312,109.97000122070312,96.897216796875,0,0.0,0.0,0.0
2025-02-07 00:00:00-05:00,109.0999984741211,109.0999984741211,109.0999984741211,109.0999984741211,96.1306381225586,0,0.0,0.0,0.0
2025-02-10 00:00:00-05:00,110.18000030517578,110.18000030517578,110.18000030517578,110.18000030517578,97.0822525024414,0,0.0,0.0,0.0
2025-02-11 00:00:00-05:00,110.38999938964844,110.38999938964844,110.38999938964844,110.38999938964844,97.26728820800781,0,0.0,0.0,0.0
2025-02-12 00:00:00-05:00,110.69999694824219,110.69999694824219,110.69999694824219,110.69999694824219,97.54043579101562,0,0.0,0.0,0.0
2025-02-13 00:00:00-05:00,112.79000091552734,112.79000091552734,112.79000091552734,112.79000091552734,99.38198852539062,0,0.0,0.0,0.0
2025-02-14 00:00:00-05:00,113.30000305175781,113.30000305175781,113.30000305175781,113.30000305175781,99.83135986328125,0,0.0,0.0,0.0
2025-02-18 00:00:00-05:00,114.2300033569336,114.2300033569336,114.2300033569336,114.2300033569336,100.65081024169922,0,0.0,0.0,0.0
2025-02-19 00:00:00-05:00,113.2300033569336,113.2300033569336,113.2300033569336,113.2300033569336,99.76968383789062,0,0.0,0.0,0.0
2025-02-20 00:00:00-05:00,113.4000015258789,113.4000015258789,113.4000015258789,113.4000015258789,99.91947174072266,0,0.0,0.0,0.0
2025-02-21 00:00:00-05:00,112.25,112.25,112.25,112.25,98.90618133544922,0,0.0,0.0,0.0
2025-02-24 00:00:00-05:00,110.66000366210938,110.66000366210938,110.66000366210938,110.66000366210938,97.50519561767578,0,0.0,0.0,0.0
2025-02-25 00:00:00-05:00,110.33999633789062,110.33999633789062,110.33999633789062,110.33999633789062,97.22322845458984,0,0.0,0.0,0.0
2025-02-26 00:00:00-05:00,111.33999633789062,111.33999633789062,111.33999633789062,111.33999633789062,98.10435485839844,0,0.0,0.0,0.0
2025-02-27 00:00:00-05:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0
2025-02-28 00:00:00-05:00,108.94999694824219,108.94999694824219,108.94999694824219,108.94999694824219,95.99846649169922,0,0.0,0.0,0.0
2025-03-03 00:00:00-05:00,107.4000015258789,107.4000015258789,107.4000015258789,107.4000015258789,94.63272857666016,0,0.0,0.0,0.0
2025-03-04 00:00:00-05:00,107.58999633789062,107.58999633789062,107.58999633789062,107.58999633789062,94.80013275146484,0,0.0,0.0,0.0
2025-03-05 00:00:00-05:00,110.94999694824219,110.94999694824219,110.94999694824219,110.94999694824219,97.76071166992188,0,0.0,0.0,0.0
2025-03-06 00:00:00-05:00,108.37000274658203,108.37000274658203,108.37000274658203,108.37000274658203,95.48741912841797,0,0.0,0.0,0.0
2025-03-07 00:00:00-05:00,108.62000274658203,108.62000274658203,108.62000274658203,108.62000274658203,95.70770263671875,0,0.0,0.0,0.0
2025-03-10 00:00:00-04:00,104.45999908447266,104.45999908447266,104.45999908447266,104.45999908447266,92.04222106933594,0,0.0,0.0,0.0
2025-03-11 00:00:00-04:00,105.0,105.0,105.0,105.0,92.51802825927734,0,0.0,0.0,0.0
2025-03-12 00:00:00-04:00,106.22000122070312,106.22000122070312,106.22000122070312,106.22000122070312,93.59300231933594,0,0.0,0.0,0.0
2025-03-13 00:00:00-04:00,104.9800033569336,104.9800033569336,104.9800033569336,104.9800033569336,92.50041198730469,0,0.0,0.0,0.0
2025-03-14 00:00:00-04:00,107.80999755859375,107.80999755859375,107.80999755859375,107.80999755859375,94.99398803710938,0,0.0,0.0,0.0
2025-03-17 00:00:00-04:00,109.62000274658203,109.62000274658203,109.62000274658203,109.62000274658203,96.58882141113281,0,0.0,0.0,0.0
2025-03-18 00:00:00-04:00,108.58999633789062,108.58999633789062,108.58999633789062,108.58999633789062,95.68125915527344,0,0.0,0.0,0.0
2025-03-19 00:00:00-04:00,109.5,109.5,109.5,109.5,96.48308563232422,0,0.0,0.0,0.0
2025-03-20 00:00:00-04:00,109.02999877929688,109.02999877929688,109.02999877929688,109.02999877929688,96.06895446777344,0,0.0,0.0,0.0
2025-03-21 00:00:00-04:00,108.02999877929688,108.02999877929688,108.02999877929688,108.02999877929688,95.18783569335938,0,0.0,0.0,0.0
2025-03-24 00:00:00-04:00,108.68000030517578,108.68000030517578,108.68000030517578,108.68000030517578,95.76056671142578,0,0.0,0.0,0.0
2025-03-25 00:00:00-04:00,108.68000030517578,108.68000030517578,108.68000030517578,108.68000030517578,95.76056671142578,0,0.0,0.0,0.0
2025-03-26 00:00:00-04:00,106.26000213623047,106.26000213623047,106.26000213623047,106.26000213623047,93.62825012207031,0,0.0,0.0,0.0
2025-03-27 00:00:00-04:00,106.6500015258789,106.6500015258789,106.6500015258789,106.6500015258789,93.97188568115234,0,0.0,0.0,0.0
2025-03-28 00:00:00-04:00,104.55999755859375,104.55999755859375,104.55999755859375,104.55999755859375,92.13033294677734,0,0.0,0.0,0.0
2025-03-31 00:00:00-04:00,103.01000213623047,103.01000213623047,103.01000213623047,103.01000213623047,90.76459503173828,0,0.0,0.0,0.0
2025-04-01 00:00:00-04:00,103.12999725341797,103.12999725341797,103.12999725341797,103.12999725341797,90.87032318115234,0,0.0,0.0,0.0
2025-04-02 00:00:00-04:00,103.81999969482422,103.81999969482422,103.81999969482422,103.81999969482422,91.47830200195312,0,0.0,0.0,0.0
2025-04-03 00:00:00-04:00,100.05999755859375,100.05999755859375,100.05999755859375,100.05999755859375,88.16527557373047,0,0.0,0.0,0.0
2025-04-04 00:00:00-04:00,93.5199966430664,93.5199966430664,93.5199966430664,93.5199966430664,82.40271759033203,0,0.0,0.0,0.0
2025-04-07 00:00:00-04:00,92.19999694824219,92.19999694824219,92.19999694824219,92.19999694824219,81.23963928222656,0,0.0,0.0,0.0
2025-04-08 00:00:00-04:00,91.36000061035156,91.36000061035156,91.36000061035156,91.36000061035156,80.49949645996094,0,0.0,0.0,0.0
2025-04-09 00:00:00-04:00,99.08000183105469,99.08000183105469,99.08000183105469,99.08000183105469,87.30177307128906,0,0.0,0.0,0.0
2025-04-10 00:00:00-04:00,96.3499984741211,96.3499984741211,96.3499984741211,96.3499984741211,84.89630126953125,0,0.0,0.0,0.0
2025-04-11 00:00:00-04:00,98.94000244140625,98.94000244140625,98.94000244140625,98.94000244140625,87.17842102050781,0,0.0,0.0,0.0
2025-04-14 00:00:00-04:00,99.91999816894531,99.91999816894531,99.91999816894531,99.91999816894531,88.04191589355469,0,0.0,0.0,0.0
2025-04-15 00:00:00-04:00,100.8499984741211,100.8499984741211,100.8499984741211,100.8499984741211,88.86135864257812,0,0.0,0.0,0.0
2025-04-16 00:00:00-04:00,98.98999786376953,98.98999786376953,98.98999786376953,98.98999786376953,87.22247314453125,0,0.0,0.0,0.0
2025-04-17 00:00:00-04:00,99.69000244140625,99.69000244140625,99.69000244140625,99.69000244140625,87.83926391601562,0,0.0,0.0,0.0
2025-04-21 00:00:00-04:00,98.72000122070312,98.72000122070312,98.72000122070312,98.72000122070312,86.98457336425781,0,0.0,0.0,0.0
2025-04-22 00:00:00-04:00,100.7699966430664,100.7699966430664,100.7699966430664,100.7699966430664,88.7908706665039,0,0.0,0.0,0.0
2025-04-23 00:00:00-04:00,102.27999877929688,102.27999877929688,102.27999877929688,102.27999877929688,90.12136840820312,0,0.0,0.0,0.0
2025-04-24 00:00:00-04:00,104.54000091552734,104.54000091552734,104.54000091552734,104.54000091552734,92.11270904541016,0,0.0,0.0,0.0
2025-04-25 00:00:00-04:00,105.2699966430664,105.2699966430664,105.2699966430664,105.2699966430664,92.75592803955078,0,0.0,0.0,0.0
2025-04-28 00:00:00-04:00,105.1500015258789,105.1500015258789,105.1500015258789,105.1500015258789,92.65019989013672,0,0.0,0.0,0.0
2025-04-29 00:00:00-04:00,105.36000061035156,105.36000061035156,105.36000061035156,105.36000061035156,92.83523559570312,0,0.0,0.0,0.0
2025-04-30 00:00:00-04:00,106.04000091552734,106.04000091552734,106.04000091552734,106.04000091552734,93.43439483642578,0,0.0,0.0,0.0
2025-05-01 00:00:00-04:00,106.0199966430664,106.0199966430664,106.0199966430664,106.0199966430664,93.4167709350586,0,0.0,0.0,0.0
2025-05-02 00:00:00-04:00,108.80999755859375,108.80999755859375,108.80999755859375,108.80999755859375,95.87510681152344,0,0.0,0.0,0.0
2025-05-05 00:00:00-04:00,108.61000061035156,108.61000061035156,108.61000061035156,108.61000061035156,95.69888305664062,0,0.0,0.0,0.0
2025-05-06 00:00:00-04:00,108.25,108.25,108.25,108.25,95.38168334960938,0,0.0,0.0,0.0
2025-05-07 00:00:00-04:00,108.25,108.25,108.25,108.25,95.38168334960938,0,0.0,0.0,0.0
2025-05-08 00:00:00-04:00,108.76000213623047,108.76000213623047,108.76000213623047,108.76000213623047,95.8310546875,0,0.0,0.0,0.0
2025-05-09 00:00:00-04:00,109.13999938964844,109.13999938964844,109.13999938964844,109.13999938964844,96.16587829589844,0,0.0,0.0,0.0
2025-05-12 00:00:00-04:00,111.88999938964844,111.88999938964844,111.88999938964844,111.88999938964844,98.58897399902344,0,0.0,0.0,0.0
2025-05-13 00:00:00-04:00,112.69999694824219,112.69999694824219,112.69999694824219,112.69999694824219,99.30268096923828,0,0.0,0.0,0.0
2025-05-14 00:00:00-04:00,113.33000183105469,113.33000183105469,113.33000183105469,113.33000183105469,99.85779571533203,0,0.0,0.0,0.0
2025-05-15 00:00:00-04:00,113.8499984741211,113.8499984741211,113.8499984741211,113.8499984741211,100.31597137451172,0,0.0,0.0,0.0
2025-05-16 00:00:00-04:00,114.13999938964844,114.13999938964844,114.13999938964844,114.13999938964844,100.57150268554688,0,0.0,0.0,0.0
2025-05-19 00:00:00-04:00,114.77999877929688,114.77999877929688,114.77999877929688,114.77999877929688,101.13542175292969,0,0.0,0.0,0.0
2025-05-20 00:00:00-04:00,114.86000061035156,114.86000061035156,114.86000061035156,114.86000061035156,101.2059097290039,0,0.0,0.0,0.0
2025-05-21 00:00:00-04:00,113.80999755859375,113.80999755859375,113.80999755859375,113.80999755859375,100.28073120117188,0,0.0,0.0,0.0
2025-05-22 00:00:00-04:00,113.7300033569336,113.7300033569336,113.7300033569336,113.7300033569336,100.21024322509766,0,0.0,0.0,0.0
2025-05-23 00:00:00-04:00,113.33000183105469,113.33000183105469,113.33000183105469,113.33000183105469,99.85779571533203,0,0.0,0.0,0.0
2025-05-27 00:00:00-04:00,114.27999877929688,114.27999877929688,114.27999877929688,114.27999877929688,100.69486236572266,0,0.0,0.0,0.0
2025-05-28 00:00:00-04:00,113.06999969482422,113.06999969482422,113.06999969482422,113.06999969482422,99.62870025634766,0,0.0,0.0,0.0
2025-05-29 00:00:00-04:00,113.47000122070312,113.47000122070312,113.47000122070312,113.47000122070312,99.98114776611328,0,0.0,0.0,0.0
2025-05-30 00:00:00-04:00,113.27999877929688,113.27999877929688,113.27999877929688,113.27999877929688,99.81373596191406,0,0.0,0.0,0.0
2025-06-02 00:00:00-04:00,114.18000030517578,114.18000030517578,114.18000030517578,114.18000030517578,100.60675048828125,0,0.0,0.0,0.0
2025-06-03 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,100.32479095458984,0,0.0,0.0,0.0
2025-06-04 00:00:00-04:00,114.94000244140625,114.94000244140625,114.94000244140625,114.94000244140625,101.27640533447266,0,0.0,0.0,0.0
2025-06-05 00:00:00-04:00,115.33999633789062,115.33999633789062,115.33999633789062,115.33999633789062,101.62884521484375,0,0.0,0.0,0.0
2025-06-06 00:00:00-04:00,115.56999969482422,115.56999969482422,115.56999969482422,115.56999969482422,101.83151245117188,0,0.0,0.0,0.0
2025-06-09 00:00:00-04:00,115.52999877929688,115.52999877929688,115.52999877929688,115.52999877929688,101.7962646484375,0,0.0,0.0,0.0
2025-06-10 00:00:00-04:00,116.08999633789062,116.08999633789062,116.08999633789062,116.08999633789062,102.28968811035156,0,0.0,0.0,0.0
2025-06-11 00:00:00-04:00,116.18000030517578,116.18000030517578,116.18000030517578,116.18000030517578,102.3689956665039,0,0.0,0.0,0.0
2025-06-12 00:00:00-04:00,116.30999755859375,116.30999755859375,116.30999755859375,116.30999755859375,102.48353576660156,0,0.0,0.0,0.0
2025-06-13 00:00:00-04:00,114.26000213623047,114.26000213623047,114.26000213623047,114.26000213623047,100.67723846435547,0,0.0,0.0,0.0
2025-06-16 00:00:00-04:00,115.30999755859375,115.30999755859375,115.30999755859375,115.30999755859375,101.6024169921875,0,0.0,0.0,0.0
2025-06-17 00:00:00-04:00,113.86000061035156,113.86000061035156,113.86000061035156,113.86000061035156,100.32479095458984,0,0.0,0.0,0.0
2025-06-18 00:00:00-04:00,113.66000366210938,113.66000366210938,113.66000366210938,113.66000366210938,100.14856719970703,0,0.0,0.0,0.0
2025-06-20 00:00:00-04:00,112.68000030517578,112.68000030517578,112.68000030517578,112.68000030517578,99.28506469726562,0,0.0,0.0,0.0
2025-06-23 00:00:00-04:00,113.69999694824219,113.69999694824219,113.69999694824219,113.69999694824219,100.18380737304688,0,0.0,0.0,0.0
2025-06-24 00:00:00-04:00,113.69999694824219,113.69999694824219,113.69999694824219,113.69999694824219,100.18380737304688,0,0.0,0.0,0.0
2025-06-25 00:00:00-04:00,116.13999938964844,116.13999938964844,116.13999938964844,116.13999938964844,102.33374786376953,0,0.0,0.0,0.0
2025-06-26 00:00:00-04:00,117.06999969482422,117.06999969482422,117.06999969482422,117.06999969482422,103.1531982421875,0,0.0,0.0,0.0
2025-06-27 00:00:00-04:00,118.05999755859375,118.05999755859375,118.05999755859375,118.05999755859375,104.02550506591797,0,0.0,0.0,0.0
2025-06-30 00:00:00-04:00,117.91999816894531,117.91999816894531,117.91999816894531,117.91999816894531,103.90215301513672,0,0.0,0.0,0.0
2025-07-01 00:00:00-04:00,116.98999786376953,116.98999786376953,116.98999786376953,116.98999786376953,103.08270263671875,0,0.0,0.0,0.0
2025-07-02 00:00:00-04:00,117.44999694824219,117.44999694824219,117.44999694824219,117.44999694824219,103.48802185058594,0,0.0,0.0,0.0
2025-07-03 00:00:00-04:00,117.77999877929688,117.77999877929688,117.77999877929688,117.77999877929688,103.77879333496094,0,0.0,0.0,0.0
2025-07-07 00:00:00-04:00,116.8499984741211,116.8499984741211,116.8499984741211,116.8499984741211,102.9593505859375,0,0.0,0.0,0.0
2025-07-08 00:00:00-04:00,117.62999725341797,117.62999725341797,117.62999725341797,117.62999725341797,103.64662170410156,0,0.0,0.0,0.0
2025-07-09 00:00:00-04:00,118.20999908447266,118.20999908447266,118.20999908447266,118.20999908447266,104.15767669677734,0,0.0,0.0,0.0
2025-07-10 00:00:00-04:00,117.73999786376953,117.73999786376953,117.73999786376953,117.73999786376953,103.74354553222656,0,0.0,0.0,0.0
2025-07-11 00:00:00-04:00,116.75,116.75,116.75,116.75,102.8712387084961,0,0.0,0.0,0.0
2025-07-14 00:00:00-04:00,116.77999877929688,116.77999877929688,116.77999877929688,116.77999877929688,102.89766693115234,0,0.0,0.0,0.0
2025-07-15 00:00:00-04:00,117.12000274658203,117.12000274658203,117.12000274658203,117.12000274658203,103.19725799560547,0,0.0,0.0,0.0
2025-07-16 00:00:00-04:00,117.43000030517578,117.43000030517578,117.43000030517578,117.43000030517578,103.47039794921875,0,0.0,0.0,0.0
2025-07-17 00:00:00-04:00,118.22000122070312,118.22000122070312,118.22000122070312,118.22000122070312,104.16648864746094,0,0.0,0.0,0.0
2025-07-18 00:00:00-04:00,117.61000061035156,117.61000061035156,117.61000061035156,117.61000061035156,103.6290054321289,0,0.0,0.0,0.0
2025-07-21 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0
2025-07-22 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0
2025-07-23 00:00:00-04:00,119.86000061035156,119.86000061035156,119.86000061035156,119.86000061035156,105.61153411865234,0,0.0,0.0,0.0
2025-07-24 00:00:00-04:00,119.44999694824219,119.44999694824219,119.44999694824219,119.44999694824219,105.2502670288086,0,0.0,0.0,0.0
2025-07-25 00:00:00-04:00,119.55999755859375,119.55999755859375,119.55999755859375,119.55999755859375,105.3471908569336,0,0.0,0.0,0.0
2025-07-28 00:00:00-04:00,118.44999694824219,118.44999694824219,118.44999694824219,118.44999694824219,104.36914825439453,0,0.0,0.0,0.0
2025-07-29 00:00:00-04:00,117.30999755859375,117.30999755859375,117.30999755859375,117.30999755859375,103.36466217041016,0,0.0,0.0,0.0
2025-07-30 00:00:00-04:00,115.87999725341797,115.87999725341797,115.87999725341797,115.87999725341797,102.10465240478516,0,0.0,0.0,0.0
2025-07-31 00:00:00-04:00,114.08999633789062,114.08999633789062,114.08999633789062,114.08999633789062,100.5274429321289,0,0.0,0.0,0.0
2025-08-01 00:00:00-04:00,113.19999694824219,113.19999694824219,113.19999694824219,113.19999694824219,99.74324035644531,0,0.0,0.0,0.0
2025-08-04 00:00:00-04:00,114.83999633789062,114.83999633789062,114.83999633789062,114.83999633789062,101.18828582763672,0,0.0,0.0,0.0
2025-08-05 00:00:00-04:00,114.33000183105469,114.33000183105469,114.33000183105469,114.33000183105469,100.7389144897461,0,0.0,0.0,0.0
2025-08-06 00:00:00-04:00,114.51000213623047,114.51000213623047,114.51000213623047,114.51000213623047,100.89752197265625,0,0.0,0.0,0.0
2025-08-07 00:00:00-04:00,116.08000183105469,116.08000183105469,116.08000183105469,116.08000183105469,102.2808837890625,0,0.0,0.0,0.0
2025-08-08 00:00:00-04:00,116.37000274658203,116.37000274658203,116.37000274658203,116.37000274658203,102.53641510009766,0,0.0,0.0,0.0
2025-08-11 00:00:00-04:00,115.36000061035156,115.36000061035156,115.36000061035156,115.36000061035156,101.64647674560547,0,0.0,0.0,0.0
2025-08-12 00:00:00-04:00,117.69999694824219,117.69999694824219,117.69999694824219,117.69999694824219,103.70829772949219,0,0.0,0.0,0.0
2025-08-13 00:00:00-04:00,118.58000183105469,118.58000183105469,118.58000183105469,118.58000183105469,104.48369598388672,0,0.0,0.0,0.0
2025-08-14 00:00:00-04:00,117.86000061035156,117.86000061035156,117.86000061035156,117.86000061035156,103.84928131103516,0,0.0,0.0,0.0
2025-08-15 00:00:00-04:00,118.9000015258789,118.9000015258789,118.9000015258789,118.9000015258789,104.76565551757812,0,0.0,0.0,0.0
2025-08-18 00:00:00-04:00,119.30999755859375,119.30999755859375,119.30999755859375,119.30999755859375,105.12691497802734,0,0.0,0.0,0.0
2025-08-19 00:00:00-04:00,118.86000061035156,118.86000061035156,118.86000061035156,118.86000061035156,104.73040771484375,0,0.0,0.0,0.0
2025-08-20 00:00:00-04:00,118.56999969482422,118.56999969482422,118.56999969482422,118.56999969482422,104.47488403320312,0,0.0,0.0,0.0
2025-08-21 00:00:00-04:00,117.94000244140625,117.94000244140625,117.94000244140625,117.94000244140625,103.9197769165039,0,0.0,0.0,0.0
2025-08-22 00:00:00-04:00,120.2300033569336,120.2300033569336,120.2300033569336,120.2300033569336,105.93755340576172,0,0.0,0.0,0.0
2025-08-25 00:00:00-04:00,119.3499984741211,119.3499984741211,119.3499984741211,119.3499984741211,105.16215515136719,0,0.0,0.0,0.0
2025-08-26 00:00:00-04:00,119.80000305175781,119.80000305175781,119.80000305175781,119.80000305175781,105.55867004394531,0,0.0,0.0,0.0
2025-08-27 00:00:00-04:00,119.19999694824219,119.19999694824219,119.19999694824219,119.19999694824219,105.02999114990234,0,0.0,0.0,0.0
2025-08-28 00:00:00-04:00,119.52999877929688,119.52999877929688,119.52999877929688,119.52999877929688,105.32076263427734,0,0.0,0.0,0.0
2025-08-29 00:00:00-04:00,118.58999633789062,118.58999633789062,118.58999633789062,118.58999633789062,104.49250030517578,0,0.0,0.0,0.0
2025-09-02 00:00:00-04:00,117.0999984741211,117.0999984741211,117.0999984741211,117.0999984741211,103.17962646484375,0,0.0,0.0,0.0
2025-09-03 00:00:00-04:00,117.66000366210938,117.66000366210938,117.66000366210938,117.66000366210938,103.67306518554688,0,0.0,0.0,0.0
2025-09-04 00:00:00-04:00,118.58000183105469,118.58000183105469,118.58000183105469,118.58000183105469,104.48369598388672,0,0.0,0.0,0.0
2025-09-05 00:00:00-04:00,119.41000366210938,119.41000366210938,119.41000366210938,119.41000366210938,105.21502685546875,0,0.0,0.0,0.0
2025-09-08 00:00:00-04:00,120.5,120.5,120.5,120.5,106.17545318603516,0,0.0,0.0,0.0
2025-09-09 00:00:00-04:00,120.86000061035156,120.86000061035156,120.86000061035156,120.86000061035156,106.49266052246094,0,0.0,0.0,0.0
2025-09-10 00:00:00-04:00,120.61000061035156,120.61000061035156,120.61000061035156,120.61000061035156,106.27237701416016,0,0.0,0.0,0.0
2025-09-11 00:00:00-04:00,121.5999984741211,121.5999984741211,121.5999984741211,121.5999984741211,107.14468383789062,0,0.0,0.0,0.0
2025-09-12 00:00:00-04:00,121.20999908447266,121.20999908447266,121.20999908447266,121.20999908447266,106.8010482788086,0,0.0,0.0,0.0
2025-09-15 00:00:00-04:00,122.43000030517578,122.43000030517578,122.43000030517578,122.43000030517578,107.87602233886719,0,0.0,0.0,0.0
2025-09-16 00:00:00-04:00,122.9000015258789,122.9000015258789,122.9000015258789,122.9000015258789,108.29015350341797,0,0.0,0.0,0.0
2025-09-17 00:00:00-04:00,123.11000061035156,123.11000061035156,123.11000061035156,123.11000061035156,108.47518920898438,0,0.0,0.0,0.0
2025-09-18 00:00:00-04:00,124.75,124.75,124.75,124.75,109.92022705078125,0,0.0,0.0,0.0
2025-09-19 00:00:00-04:00,123.94000244140625,123.94000244140625,123.94000244140625,123.94000244140625,109.2065200805664,0,0.0,0.0,0.0
2025-09-22 00:00:00-04:00,124.56999969482422,124.56999969482422,124.56999969482422,124.56999969482422,109.76162719726562,0,0.0,0.0,0.0
2025-09-23 00:00:00-04:00,124.0,124.0,124.0,124.0,109.25938415527344,0,0.0,0.0,0.0
2025-09-24 00:00:00-04:00,123.26000213623047,123.26000213623047,123.26000213623047,123.26000213623047,108.60735321044922,0,0.0,0.0,0.0
2025-09-25 00:00:00-04:00,122.22000122070312,122.22000122070312,122.22000122070312,122.22000122070312,107.69098663330078,0,0.0,0.0,0.0
2025-09-26 00:00:00-04:00,122.12000274658203,122.12000274658203,122.12000274658203,122.12000274658203,107.60287475585938,0,0.0,0.0,0.0
2025-09-29 00:00:00-04:00,123.16999816894531,123.16999816894531,123.16999816894531,123.16999816894531,108.5280532836914,0,0.0,0.0,0.0
2025-09-30 00:00:00-04:00,123.19999694824219,123.19999694824219,123.19999694824219,123.19999694824219,108.55448150634766,0,0.0,0.0,0.0
2025-10-01 00:00:00-04:00,123.86000061035156,123.86000061035156,123.86000061035156,123.86000061035156,109.13603210449219,0,0.0,0.0,0.0
2025-10-02 00:00:00-04:00,125.30999755859375,125.30999755859375,125.30999755859375,125.30999755859375,110.41365814208984,0,0.0,0.0,0.0
2025-10-03 00:00:00-04:00,125.6500015258789,125.6500015258789,125.6500015258789,125.6500015258789,110.71324157714844,0,0.0,0.0,0.0
2025-10-06 00:00:00-04:00,126.88999938964844,126.88999938964844,126.88999938964844,126.88999938964844,111.80583190917969,0,0.0,0.0,0.0
2025-10-07 00:00:00-04:00,125.58000183105469,125.58000183105469,125.58000183105469,125.58000183105469,110.65156555175781,0,0.0,0.0,0.0
2025-10-08 00:00:00-04:00,126.12000274658203,126.12000274658203,126.12000274658203,126.12000274658203,111.12737274169922,0,0.0,0.0,0.0
2025-10-09 00:00:00-04:00,125.04000091552734,125.04000091552734,125.04000091552734,125.04000091552734,110.1757583618164,0,0.0,0.0,0.0
2025-10-10 00:00:00-04:00,120.52999877929688,120.52999877929688,120.52999877929688,120.52999877929688,106.2018814086914,0,0.0,0.0,0.0
2025-10-13 00:00:00-04:00,123.08000183105469,123.08000183105469,123.08000183105469,123.08000183105469,108.4487533569336,0,0.0,0.0,0.0
2025-10-14 00:00:00-04:00,122.54000091552734,122.54000091552734,122.54000091552734,122.54000091552734,107.97294616699219,0,0.0,0.0,0.0
2025-10-15 00:00:00-04:00,122.83999633789062,122.83999633789062,122.83999633789062,122.83999633789062,108.2372817993164,0,0.0,0.0,0.0
2025-10-16 00:00:00-04:00,122.97000122070312,122.97000122070312,122.97000122070312,122.97000122070312,108.3518295288086,0,0.0,0.0,0.0
2025-10-17 00:00:00-04:00,123.04000091552734,123.04000091552734,123.04000091552734,123.04000091552734,108.41350555419922,0,0.0,0.0,0.0
2025-10-20 00:00:00-04:00,124.7699966430664,124.7699966430664,124.7699966430664,124.7699966430664,109.93785095214844,0,0.0,0.0,0.0
2025-10-21 00:00:00-04:00,124.12000274658203,124.12000274658203,124.12000274658203,124.12000274658203,109.36511993408203,0,0.0,0.0,0.0
2025-10-22 00:00:00-04:00,122.66999816894531,122.66999816894531,122.66999816894531,122.66999816894531,108.08748626708984,0,0.0,0.0,0.0
2025-10-23 00:00:00-04:00,123.94999694824219,123.94999694824219,123.94999694824219,123.94999694824219,109.21532440185547,0,0.0,0.0,0.0
2025-10-24 00:00:00-04:00,124.44000244140625,124.44000244140625,124.44000244140625,124.44000244140625,109.64707946777344,0,0.0,0.0,0.0
2025-10-27 00:00:00-04:00,126.18000030517578,126.18000030517578,126.18000030517578,126.18000030517578,111.18023681640625,0,0.0,0.0,0.0
2025-10-28 00:00:00-04:00,125.7300033569336,125.7300033569336,125.7300033569336,125.7300033569336,110.78373718261719,0,0.0,0.0,0.0
2025-10-29 00:00:00-04:00,126.0,126.0,126.0,126.0,111.02163696289062,0,0.0,0.0,0.0
2025-10-30 00:00:00-04:00,125.30000305175781,125.30000305175781,125.30000305175781,125.30000305175781,110.40484619140625,0,0.0,0.0,0.0
2025-10-31 00:00:00-04:00,124.94000244140625,124.94000244140625,124.94000244140625,124.94000244140625,110.087646484375,0,0.0,0.0,0.0
2025-11-03 00:00:00-05:00,125.08000183105469,125.08000183105469,125.08000183105469,125.08000183105469,110.21099853515625,0,0.0,0.0,0.0
2025-11-04 00:00:00-05:00,122.6500015258789,122.6500015258789,122.6500015258789,122.6500015258789,108.06986999511719,0,0.0,0.0,0.0
2025-11-05 00:00:00-05:00,123.1500015258789,123.1500015258789,123.1500015258789,123.1500015258789,108.51042938232422,0,0.0,0.0,0.0
2025-11-06 00:00:00-05:00,121.4000015258789,121.4000015258789,121.4000015258789,121.4000015258789,106.96846771240234,0,0.0,0.0,0.0
2025-11-07 00:00:00-05:00,120.95999908447266,120.95999908447266,120.95999908447266,120.95999908447266,106.58076477050781,0,0.0,0.0,0.0
2025-11-10 00:00:00-05:00,122.8499984741211,122.8499984741211,122.8499984741211,122.8499984741211,108.24609375,0,0.0,0.0,0.0
2025-11-11 00:00:00-05:00,123.30000305175781,123.30000305175781,123.30000305175781,123.30000305175781,108.6426010131836,0,0.0,0.0,0.0
2025-11-12 00:00:00-05:00,123.6500015258789,123.6500015258789,123.6500015258789,123.6500015258789,108.95099639892578,0,0.0,0.0,0.0
2025-11-13 00:00:00-05:00,121.47000122070312,121.47000122070312,121.47000122070312,121.47000122070312,107.03014373779297,0,0.0,0.0,0.0
2025-11-14 00:00:00-05:00,121.33000183105469,121.33000183105469,121.33000183105469,121.33000183105469,106.90678405761719,0,0.0,0.0,0.0
2025-11-17 00:00:00-05:00,119.73999786376953,119.73999786376953,119.73999786376953,119.73999786376953,105.50579833984375,0,0.0,0.0,0.0
2025-11-18 00:00:00-05:00,118.41000366210938,118.41000366210938,118.41000366210938,118.41000366210938,104.33390808105469,0,0.0,0.0,0.0
2025-11-19 00:00:00-05:00,118.27999877929688,118.27999877929688,118.27999877929688,118.27999877929688,104.21935272216797,0,0.0,0.0,0.0
2025-11-20 00:00:00-05:00,115.16000366210938,115.16000366210938,115.16000366210938,115.16000366210938,101.47025299072266,0,0.0,0.0,0.0
2025-11-21 00:00:00-05:00,116.56999969482422,116.56999969482422,116.56999969482422,116.56999969482422,102.71263122558594,0,0.0,0.0,0.0
2025-11-24 00:00:00-05:00,117.61000061035156,117.61000061035156,117.61000061035156,117.61000061035156,103.6290054321289,0,0.0,0.0,0.0
2025-11-25 00:00:00-05:00,118.8499984741211,118.8499984741211,118.8499984741211,118.8499984741211,104.72159576416016,0,0.0,0.0,0.0
2025-11-26 00:00:00-05:00,119.88999938964844,119.88999938964844,119.88999938964844,119.88999938964844,105.6379623413086,0,0.0,0.0,0.0
2025-11-28 00:00:00-05:00,120.91000366210938,120.91000366210938,120.91000366210938,120.91000366210938,106.53671264648438,0,0.0,0.0,0.0
2025-12-01 00:00:00-05:00,120.0,120.0,120.0,120.0,105.7348861694336,0,0.0,0.0,0.0
2025-12-02 00:00:00-05:00,120.7699966430664,120.7699966430664,120.7699966430664,120.7699966430664,106.4133529663086,0,0.0,0.0,0.0
2025-12-03 00:00:00-05:00,121.38999938964844,121.38999938964844,121.38999938964844,121.38999938964844,106.95964813232422,0,0.0,0.0,0.0
2025-12-04 00:00:00-05:00,121.55999755859375,121.55999755859375,121.55999755859375,121.55999755859375,107.10944366455078,0,0.0,0.0,0.0
2025-12-05 00:00:00-05:00,121.5199966430664,121.5199966430664,121.5199966430664,121.5199966430664,107.0741958618164,0,0.0,0.0,0.0
2025-12-08 00:00:00-05:00,121.48999786376953,121.48999786376953,121.48999786376953,121.48999786376953,107.04776000976562,0,0.0,0.0,0.0
2025-12-09 00:00:00-05:00,121.16000366210938,121.16000366210938,121.16000366210938,121.16000366210938,106.75699615478516,0,0.0,0.0,0.0
2025-12-10 00:00:00-05:00,122.55000305175781,122.55000305175781,122.55000305175781,122.55000305175781,107.98175811767578,0,0.0,0.0,0.0
2025-12-11 00:00:00-05:00,122.66999816894531,122.66999816894531,122.66999816894531,122.66999816894531,108.08748626708984,0,0.0,0.0,0.0
2025-12-12 00:00:00-05:00,121.08999633789062,121.08999633789062,121.08999633789062,121.08999633789062,106.6953125,0,0.0,0.0,0.0
2025-12-15 00:00:00-05:00,120.7699966430664,120.7699966430664,120.7699966430664,120.7699966430664,106.4133529663086,0,0.0,0.0,0.0
2025-12-16 00:00:00-05:00,120.0999984741211,120.0999984741211,120.0999984741211,120.0999984741211,105.822998046875,0,0.0,0.0,0.0
2025-12-17 00:00:00-05:00,110.44000244140625,110.44000244140625,110.44000244140625,110.44000244140625,110.44000244140625,0,7.857,0.0,6.42
2025-12-18 00:00:00-05:00,111.77999877929688,111.77999877929688,111.77999877929688,111.77999877929688,111.77999877929688,0,0.0,0.0,0.0
2025-12-19 00:00:00-05:00,112.76000213623047,112.76000213623047,112.76000213623047,112.76000213623047,112.76000213623047,0,0.0,0.0,0.0
2025-12-22 00:00:00-05:00,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,113.37999725341797,0,0.0,0.0,0.0
2025-12-23 00:00:00-05:00,114.01000213623047,114.01000213623047,114.01000213623047,114.01000213623047,114.01000213623047,0,0.0,0.0,0.0
2025-12-24 00:00:00-05:00,114.12999725341797,114.12999725341797,114.12999725341797,114.12999725341797,114.12999725341797,0,0.0,0.0,0.0
2025-12-26 00:00:00-05:00,114.70999908447266,114.70999908447266,114.70999908447266,114.70999908447266,114.70999908447266,0,0.0,0.0,0.0
2025-12-29 00:00:00-05:00,114.44000244140625,114.44000244140625,114.44000244140625,114.44000244140625,114.44000244140625,0,0.0,0.0,0.0
2025-12-30 00:00:00-05:00,114.37999725341797,114.37999725341797,114.37999725341797,114.37999725341797,114.37999725341797,0,0.0,0.0,0.0
2025-12-31 00:00:00-05:00,113.98999786376953,113.98999786376953,113.98999786376953,113.98999786376953,113.98999786376953,0,0.0,0.0,0.0
2026-01-02 00:00:00-05:00,115.68000030517578,115.68000030517578,115.68000030517578,115.68000030517578,115.68000030517578,0,0.0,0.0,0.0
2026-01-05 00:00:00-05:00,118.0999984741211,118.0999984741211,118.0999984741211,118.0999984741211,118.0999984741211,0,0.0,0.0,0.0
2026-01-06 00:00:00-05:00,118.98999786376953,118.98999786376953,118.98999786376953,118.98999786376953,118.98999786376953,0,0.0,0.0,0.0
2026-01-07 00:00:00-05:00,118.0199966430664,118.0199966430664,118.0199966430664,118.0199966430664,118.0199966430664,0,0.0,0.0,0.0
2026-01-08 00:00:00-05:00,117.5,117.5,117.5,117.5,117.5,0,0.0,0.0,0.0
2026-01-09 00:00:00-05:00,118.62000274658203,118.62000274658203,118.62000274658203,118.62000274658203,118.62000274658203,0,0.0,0.0,0.0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits Capital Gains
2 2024-01-10 00:00:00-05:00 100.02999877929688 100.02999877929688 100.02999877929688 100.02999877929688 73.67626190185547 0 0.0 0.0 0.0
3 2024-01-11 00:00:00-05:00 100.25 100.25 100.25 100.25 73.83830261230469 0 0.0 0.0 0.0
4 2024-01-12 00:00:00-05:00 100.44000244140625 100.44000244140625 100.44000244140625 100.44000244140625 73.9782485961914 0 0.0 0.0 0.0
5 2024-01-16 00:00:00-05:00 98.70999908447266 98.70999908447266 98.70999908447266 98.70999908447266 72.70402526855469 0 0.0 0.0 0.0
6 2024-01-17 00:00:00-05:00 97.05999755859375 97.05999755859375 97.05999755859375 97.05999755859375 71.48873138427734 0 0.0 0.0 0.0
7 2024-01-18 00:00:00-05:00 98.02999877929688 98.02999877929688 98.02999877929688 98.02999877929688 72.20317840576172 0 0.0 0.0 0.0
8 2024-01-19 00:00:00-05:00 98.7699966430664 98.7699966430664 98.7699966430664 98.7699966430664 72.74822235107422 0 0.0 0.0 0.0
9 2024-01-22 00:00:00-05:00 98.76000213623047 98.76000213623047 98.76000213623047 98.76000213623047 72.74085235595703 0 0.0 0.0 0.0
10 2024-01-23 00:00:00-05:00 99.37000274658203 99.37000274658203 99.37000274658203 99.37000274658203 73.19014739990234 0 0.0 0.0 0.0
11 2024-01-24 00:00:00-05:00 100.41000366210938 100.41000366210938 100.41000366210938 100.41000366210938 73.95614624023438 0 0.0 0.0 0.0
12 2024-01-25 00:00:00-05:00 100.3499984741211 100.3499984741211 100.3499984741211 100.3499984741211 73.91195678710938 0 0.0 0.0 0.0
13 2024-01-26 00:00:00-05:00 100.83999633789062 100.83999633789062 100.83999633789062 100.83999633789062 74.27285766601562 0 0.0 0.0 0.0
14 2024-01-29 00:00:00-05:00 101.19000244140625 101.19000244140625 101.19000244140625 101.19000244140625 74.53065490722656 0 0.0 0.0 0.0
15 2024-01-30 00:00:00-05:00 100.41000366210938 100.41000366210938 100.41000366210938 100.41000366210938 73.95614624023438 0 0.0 0.0 0.0
16 2024-01-31 00:00:00-05:00 99.27999877929688 99.27999877929688 99.27999877929688 99.27999877929688 73.12385559082031 0 0.0 0.0 0.0
17 2024-02-01 00:00:00-05:00 100.80000305175781 100.80000305175781 100.80000305175781 100.80000305175781 74.24340057373047 0 0.0 0.0 0.0
18 2024-02-02 00:00:00-05:00 100.12000274658203 100.12000274658203 100.12000274658203 100.12000274658203 73.7425537109375 0 0.0 0.0 0.0
19 2024-02-05 00:00:00-05:00 100.2699966430664 100.2699966430664 100.2699966430664 100.2699966430664 73.85303497314453 0 0.0 0.0 0.0
20 2024-02-06 00:00:00-05:00 101.08000183105469 101.08000183105469 101.08000183105469 101.08000183105469 74.44963073730469 0 0.0 0.0 0.0
21 2024-02-07 00:00:00-05:00 101.86000061035156 101.86000061035156 101.86000061035156 101.86000061035156 75.02413177490234 0 0.0 0.0 0.0
22 2024-02-08 00:00:00-05:00 102.72000122070312 102.72000122070312 102.72000122070312 102.72000122070312 75.65755462646484 0 0.0 0.0 0.0
23 2024-02-09 00:00:00-05:00 103.44000244140625 103.44000244140625 103.44000244140625 103.44000244140625 76.18787384033203 0 0.0 0.0 0.0
24 2024-02-12 00:00:00-05:00 103.54000091552734 103.54000091552734 103.54000091552734 103.54000091552734 76.26152801513672 0 0.0 0.0 0.0
25 2024-02-13 00:00:00-05:00 101.23999786376953 101.23999786376953 101.23999786376953 101.23999786376953 74.56747436523438 0 0.0 0.0 0.0
26 2024-02-14 00:00:00-05:00 103.01000213623047 103.01000213623047 103.01000213623047 103.01000213623047 75.87116241455078 0 0.0 0.0 0.0
27 2024-02-15 00:00:00-05:00 104.33000183105469 104.33000183105469 104.33000183105469 104.33000183105469 76.84339141845703 0 0.0 0.0 0.0
28 2024-02-16 00:00:00-05:00 104.3499984741211 104.3499984741211 104.3499984741211 104.3499984741211 76.85812377929688 0 0.0 0.0 0.0
29 2024-02-20 00:00:00-05:00 103.4800033569336 103.4800033569336 103.4800033569336 103.4800033569336 76.21733856201172 0 0.0 0.0 0.0
30 2024-02-21 00:00:00-05:00 103.75 103.75 103.75 103.75 76.41619873046875 0 0.0 0.0 0.0
31 2024-02-22 00:00:00-05:00 106.08000183105469 106.08000183105469 106.08000183105469 106.08000183105469 78.13233947753906 0 0.0 0.0 0.0
32 2024-02-23 00:00:00-05:00 105.2699966430664 105.2699966430664 105.2699966430664 105.2699966430664 77.53573608398438 0 0.0 0.0 0.0
33 2024-02-26 00:00:00-05:00 105.3499984741211 105.3499984741211 105.3499984741211 105.3499984741211 77.59466552734375 0 0.0 0.0 0.0
34 2024-02-27 00:00:00-05:00 105.93000030517578 105.93000030517578 105.93000030517578 105.93000030517578 78.02185821533203 0 0.0 0.0 0.0
35 2024-02-28 00:00:00-05:00 105.20999908447266 105.20999908447266 105.20999908447266 105.20999908447266 77.49154663085938 0 0.0 0.0 0.0
36 2024-02-29 00:00:00-05:00 105.5199966430664 105.5199966430664 105.5199966430664 105.5199966430664 77.7198715209961 0 0.0 0.0 0.0
37 2024-03-01 00:00:00-05:00 107.01000213623047 107.01000213623047 107.01000213623047 107.01000213623047 78.81732940673828 0 0.0 0.0 0.0
38 2024-03-04 00:00:00-05:00 106.44999694824219 106.44999694824219 106.44999694824219 106.44999694824219 78.40485382080078 0 0.0 0.0 0.0
39 2024-03-05 00:00:00-05:00 105.23999786376953 105.23999786376953 105.23999786376953 105.23999786376953 77.5136489868164 0 0.0 0.0 0.0
40 2024-03-06 00:00:00-05:00 106.62999725341797 106.62999725341797 106.62999725341797 106.62999725341797 78.53743743896484 0 0.0 0.0 0.0
41 2024-03-07 00:00:00-05:00 108.18000030517578 108.18000030517578 108.18000030517578 108.18000030517578 79.6790771484375 0 0.0 0.0 0.0
42 2024-03-08 00:00:00-05:00 106.98999786376953 106.98999786376953 106.98999786376953 106.98999786376953 78.8025894165039 0 0.0 0.0 0.0
43 2024-03-11 00:00:00-04:00 107.11000061035156 107.11000061035156 107.11000061035156 107.11000061035156 78.89097595214844 0 0.0 0.0 0.0
44 2024-03-12 00:00:00-04:00 108.73999786376953 108.73999786376953 108.73999786376953 108.73999786376953 80.09153747558594 0 0.0 0.0 0.0
45 2024-03-13 00:00:00-04:00 108.55000305175781 108.55000305175781 108.55000305175781 108.55000305175781 79.95159912109375 0 0.0 0.0 0.0
46 2024-03-14 00:00:00-04:00 107.19999694824219 107.19999694824219 107.19999694824219 107.19999694824219 78.95726013183594 0 0.0 0.0 0.0
47 2024-03-15 00:00:00-04:00 106.12000274658203 106.12000274658203 106.12000274658203 106.12000274658203 78.16180419921875 0 0.0 0.0 0.0
48 2024-03-18 00:00:00-04:00 106.38999938964844 106.38999938964844 106.38999938964844 106.38999938964844 78.36066436767578 0 0.0 0.0 0.0
49 2024-03-19 00:00:00-04:00 106.45999908447266 106.45999908447266 106.45999908447266 106.45999908447266 78.41222381591797 0 0.0 0.0 0.0
50 2024-03-20 00:00:00-04:00 107.76000213623047 107.76000213623047 107.76000213623047 107.76000213623047 79.36973571777344 0 0.0 0.0 0.0
51 2024-03-21 00:00:00-04:00 108.04000091552734 108.04000091552734 108.04000091552734 108.04000091552734 79.57596588134766 0 0.0 0.0 0.0
52 2024-03-22 00:00:00-04:00 107.94999694824219 107.94999694824219 107.94999694824219 107.94999694824219 79.5096664428711 0 0.0 0.0 0.0
53 2024-03-25 00:00:00-04:00 107.79000091552734 107.79000091552734 107.79000091552734 107.79000091552734 79.3918228149414 0 0.0 0.0 0.0
54 2024-03-26 00:00:00-04:00 107.55999755859375 107.55999755859375 107.55999755859375 107.55999755859375 79.22241973876953 0 0.0 0.0 0.0
55 2024-03-27 00:00:00-04:00 107.6500015258789 107.6500015258789 107.6500015258789 107.6500015258789 79.28871154785156 0 0.0 0.0 0.0
56 2024-03-28 00:00:00-04:00 107.19999694824219 107.19999694824219 107.19999694824219 107.19999694824219 78.95726013183594 0 0.0 0.0 0.0
57 2024-04-01 00:00:00-04:00 107.29000091552734 107.29000091552734 107.29000091552734 107.29000091552734 79.0235595703125 0 0.0 0.0 0.0
58 2024-04-02 00:00:00-04:00 106.79000091552734 106.79000091552734 106.79000091552734 106.79000091552734 78.65528106689453 0 0.0 0.0 0.0
59 2024-04-03 00:00:00-04:00 107.29000091552734 107.29000091552734 107.29000091552734 107.29000091552734 79.0235595703125 0 0.0 0.0 0.0
60 2024-04-04 00:00:00-04:00 106.4000015258789 106.4000015258789 106.4000015258789 106.4000015258789 78.36803436279297 0 0.0 0.0 0.0
61 2024-04-05 00:00:00-04:00 106.95999908447266 106.95999908447266 106.95999908447266 106.95999908447266 78.7804946899414 0 0.0 0.0 0.0
62 2024-04-08 00:00:00-04:00 107.47000122070312 107.47000122070312 107.47000122070312 107.47000122070312 79.1561279296875 0 0.0 0.0 0.0
63 2024-04-09 00:00:00-04:00 107.87999725341797 107.87999725341797 107.87999725341797 107.87999725341797 79.45811462402344 0 0.0 0.0 0.0
64 2024-04-10 00:00:00-04:00 106.56999969482422 106.56999969482422 106.56999969482422 106.56999969482422 78.49324035644531 0 0.0 0.0 0.0
65 2024-04-11 00:00:00-04:00 107.4000015258789 107.4000015258789 107.4000015258789 107.4000015258789 79.10457611083984 0 0.0 0.0 0.0
66 2024-04-12 00:00:00-04:00 105.08000183105469 105.08000183105469 105.08000183105469 105.08000183105469 77.39579772949219 0 0.0 0.0 0.0
67 2024-04-15 00:00:00-04:00 104.30999755859375 104.30999755859375 104.30999755859375 104.30999755859375 76.82865905761719 0 0.0 0.0 0.0
68 2024-04-16 00:00:00-04:00 103.9800033569336 103.9800033569336 103.9800033569336 103.9800033569336 76.58560180664062 0 0.0 0.0 0.0
69 2024-04-17 00:00:00-04:00 103.27999877929688 103.27999877929688 103.27999877929688 103.27999877929688 76.07002258300781 0 0.0 0.0 0.0
70 2024-04-18 00:00:00-04:00 102.4800033569336 102.4800033569336 102.4800033569336 102.4800033569336 75.48078918457031 0 0.0 0.0 0.0
71 2024-04-19 00:00:00-04:00 101.13999938964844 101.13999938964844 101.13999938964844 101.13999938964844 74.49382019042969 0 0.0 0.0 0.0
72 2024-04-22 00:00:00-04:00 102.58000183105469 102.58000183105469 102.58000183105469 102.58000183105469 75.554443359375 0 0.0 0.0 0.0
73 2024-04-23 00:00:00-04:00 104.87999725341797 104.87999725341797 104.87999725341797 104.87999725341797 77.24848937988281 0 0.0 0.0 0.0
74 2024-04-24 00:00:00-04:00 104.66000366210938 104.66000366210938 104.66000366210938 104.66000366210938 77.08645629882812 0 0.0 0.0 0.0
75 2024-04-25 00:00:00-04:00 103.93000030517578 103.93000030517578 103.93000030517578 103.93000030517578 76.54877471923828 0 0.0 0.0 0.0
76 2024-04-26 00:00:00-04:00 105.23999786376953 105.23999786376953 105.23999786376953 105.23999786376953 77.5136489868164 0 0.0 0.0 0.0
77 2024-04-29 00:00:00-04:00 105.75 105.75 105.75 105.75 77.8892822265625 0 0.0 0.0 0.0
78 2024-04-30 00:00:00-04:00 103.94999694824219 103.94999694824219 103.94999694824219 103.94999694824219 76.5634994506836 0 0.0 0.0 0.0
79 2024-05-01 00:00:00-04:00 103.77999877929688 103.77999877929688 103.77999877929688 103.77999877929688 76.43829345703125 0 0.0 0.0 0.0
80 2024-05-02 00:00:00-04:00 106.27999877929688 106.27999877929688 106.27999877929688 106.27999877929688 78.27964782714844 0 0.0 0.0 0.0
81 2024-05-03 00:00:00-04:00 107.97000122070312 107.97000122070312 107.97000122070312 107.97000122070312 79.52440643310547 0 0.0 0.0 0.0
82 2024-05-06 00:00:00-04:00 108.73999786376953 108.73999786376953 108.73999786376953 108.73999786376953 80.09153747558594 0 0.0 0.0 0.0
83 2024-05-07 00:00:00-04:00 108.66999816894531 108.66999816894531 108.66999816894531 108.66999816894531 80.03998565673828 0 0.0 0.0 0.0
84 2024-05-08 00:00:00-04:00 108.2300033569336 108.2300033569336 108.2300033569336 108.2300033569336 79.71590423583984 0 0.0 0.0 0.0
85 2024-05-09 00:00:00-04:00 108.63999938964844 108.63999938964844 108.63999938964844 108.63999938964844 80.01788330078125 0 0.0 0.0 0.0
86 2024-05-10 00:00:00-04:00 108.81999969482422 108.81999969482422 108.81999969482422 108.81999969482422 80.15045928955078 0 0.0 0.0 0.0
87 2024-05-13 00:00:00-04:00 109.08999633789062 109.08999633789062 109.08999633789062 109.08999633789062 80.34932708740234 0 0.0 0.0 0.0
88 2024-05-14 00:00:00-04:00 110.18000030517578 110.18000030517578 110.18000030517578 110.18000030517578 81.15216064453125 0 0.0 0.0 0.0
89 2024-05-15 00:00:00-04:00 111.88999938964844 111.88999938964844 111.88999938964844 111.88999938964844 82.4116439819336 0 0.0 0.0 0.0
90 2024-05-16 00:00:00-04:00 111.44999694824219 111.44999694824219 111.44999694824219 111.44999694824219 82.08757019042969 0 0.0 0.0 0.0
91 2024-05-17 00:00:00-04:00 111.47000122070312 111.47000122070312 111.47000122070312 111.47000122070312 82.10230255126953 0 0.0 0.0 0.0
92 2024-05-20 00:00:00-04:00 112.1500015258789 112.1500015258789 112.1500015258789 112.1500015258789 82.6031494140625 0 0.0 0.0 0.0
93 2024-05-21 00:00:00-04:00 111.66000366210938 111.66000366210938 111.66000366210938 111.66000366210938 82.24224090576172 0 0.0 0.0 0.0
94 2024-05-22 00:00:00-04:00 111.45999908447266 111.45999908447266 111.45999908447266 111.45999908447266 82.09493255615234 0 0.0 0.0 0.0
95 2024-05-23 00:00:00-04:00 111.36000061035156 111.36000061035156 111.36000061035156 111.36000061035156 82.02127838134766 0 0.0 0.0 0.0
96 2024-05-24 00:00:00-04:00 112.25 112.25 112.25 112.25 82.67680358886719 0 0.0 0.0 0.0
97 2024-05-28 00:00:00-04:00 112.25 112.25 112.25 112.25 82.67680358886719 0 0.0 0.0 0.0
98 2024-05-29 00:00:00-04:00 110.45999908447266 110.45999908447266 110.45999908447266 110.45999908447266 81.35839080810547 0 0.0 0.0 0.0
99 2024-05-30 00:00:00-04:00 110.68000030517578 110.68000030517578 110.68000030517578 110.68000030517578 81.52043151855469 0 0.0 0.0 0.0
100 2024-05-31 00:00:00-04:00 110.79000091552734 110.79000091552734 110.79000091552734 110.79000091552734 81.60144805908203 0 0.0 0.0 0.0
101 2024-06-03 00:00:00-04:00 111.58000183105469 111.58000183105469 111.58000183105469 111.58000183105469 82.18331909179688 0 0.0 0.0 0.0
102 2024-06-04 00:00:00-04:00 111.13999938964844 111.13999938964844 111.13999938964844 111.13999938964844 81.85923767089844 0 0.0 0.0 0.0
103 2024-06-05 00:00:00-04:00 113.23999786376953 113.23999786376953 113.23999786376953 113.23999786376953 83.40597534179688 0 0.0 0.0 0.0
104 2024-06-06 00:00:00-04:00 113.72000122070312 113.72000122070312 113.72000122070312 113.72000122070312 83.759521484375 0 0.0 0.0 0.0
105 2024-06-07 00:00:00-04:00 112.05999755859375 112.05999755859375 112.05999755859375 112.05999755859375 82.53685760498047 0 0.0 0.0 0.0
106 2024-06-10 00:00:00-04:00 112.37999725341797 112.37999725341797 112.37999725341797 112.37999725341797 82.77255249023438 0 0.0 0.0 0.0
107 2024-06-11 00:00:00-04:00 111.5999984741211 111.5999984741211 111.5999984741211 111.5999984741211 82.19804382324219 0 0.0 0.0 0.0
108 2024-06-12 00:00:00-04:00 113.05999755859375 113.05999755859375 113.05999755859375 113.05999755859375 83.27339935302734 0 0.0 0.0 0.0
109 2024-06-13 00:00:00-04:00 111.95999908447266 111.95999908447266 111.95999908447266 111.95999908447266 82.46320343017578 0 0.0 0.0 0.0
110 2024-06-14 00:00:00-04:00 111.04000091552734 111.04000091552734 111.04000091552734 111.04000091552734 81.78558349609375 0 0.0 0.0 0.0
111 2024-06-17 00:00:00-04:00 111.1500015258789 111.1500015258789 111.1500015258789 111.1500015258789 81.86660766601562 0 0.0 0.0 0.0
112 2024-06-18 00:00:00-04:00 111.22000122070312 111.22000122070312 111.22000122070312 111.22000122070312 81.91815948486328 0 0.0 0.0 0.0
113 2024-06-20 00:00:00-04:00 111.0199966430664 111.0199966430664 111.0199966430664 111.0199966430664 81.7708511352539 0 0.0 0.0 0.0
114 2024-06-21 00:00:00-04:00 110.38999938964844 110.38999938964844 110.38999938964844 110.38999938964844 81.30683135986328 0 0.0 0.0 0.0
115 2024-06-24 00:00:00-04:00 110.51000213623047 110.51000213623047 110.51000213623047 110.51000213623047 81.39521789550781 0 0.0 0.0 0.0
116 2024-06-25 00:00:00-04:00 111.38999938964844 111.38999938964844 111.38999938964844 111.38999938964844 82.04337310791016 0 0.0 0.0 0.0
117 2024-06-26 00:00:00-04:00 110.73999786376953 110.73999786376953 110.73999786376953 110.73999786376953 81.56462097167969 0 0.0 0.0 0.0
118 2024-06-27 00:00:00-04:00 110.25 110.25 110.25 110.25 81.20372009277344 0 0.0 0.0 0.0
119 2024-06-28 00:00:00-04:00 109.72000122070312 109.72000122070312 109.72000122070312 109.72000122070312 80.81334686279297 0 0.0 0.0 0.0
120 2024-07-01 00:00:00-04:00 109.6500015258789 109.6500015258789 109.6500015258789 109.6500015258789 80.76179504394531 0 0.0 0.0 0.0
121 2024-07-02 00:00:00-04:00 110.06999969482422 110.06999969482422 110.06999969482422 110.06999969482422 81.0711441040039 0 0.0 0.0 0.0
122 2024-07-03 00:00:00-04:00 111.51000213623047 111.51000213623047 111.51000213623047 111.51000213623047 82.13176727294922 0 0.0 0.0 0.0
123 2024-07-05 00:00:00-04:00 112.48999786376953 112.48999786376953 112.48999786376953 112.48999786376953 82.85356903076172 0 0.0 0.0 0.0
124 2024-07-08 00:00:00-04:00 112.16999816894531 112.16999816894531 112.16999816894531 112.16999816894531 82.61787414550781 0 0.0 0.0 0.0
125 2024-07-09 00:00:00-04:00 112.38999938964844 112.38999938964844 112.38999938964844 112.38999938964844 82.77991485595703 0 0.0 0.0 0.0
126 2024-07-10 00:00:00-04:00 113.7699966430664 113.7699966430664 113.7699966430664 113.7699966430664 83.79634094238281 0 0.0 0.0 0.0
127 2024-07-11 00:00:00-04:00 113.86000061035156 113.86000061035156 113.86000061035156 113.86000061035156 83.86263275146484 0 0.0 0.0 0.0
128 2024-07-12 00:00:00-04:00 115.2300033569336 115.2300033569336 115.2300033569336 115.2300033569336 84.87169647216797 0 0.0 0.0 0.0
129 2024-07-15 00:00:00-04:00 113.77999877929688 113.77999877929688 113.77999877929688 113.77999877929688 83.8037109375 0 0.0 0.0 0.0
130 2024-07-16 00:00:00-04:00 114.27999877929688 114.27999877929688 114.27999877929688 114.27999877929688 84.17198181152344 0 0.0 0.0 0.0
131 2024-07-17 00:00:00-04:00 111.63999938964844 111.63999938964844 111.63999938964844 111.63999938964844 82.22750854492188 0 0.0 0.0 0.0
132 2024-07-18 00:00:00-04:00 110.54000091552734 110.54000091552734 110.54000091552734 110.54000091552734 81.41732025146484 0 0.0 0.0 0.0
133 2024-07-19 00:00:00-04:00 109.94999694824219 109.94999694824219 109.94999694824219 109.94999694824219 80.98275756835938 0 0.0 0.0 0.0
134 2024-07-22 00:00:00-04:00 111.51000213623047 111.51000213623047 111.51000213623047 111.51000213623047 82.13176727294922 0 0.0 0.0 0.0
135 2024-07-23 00:00:00-04:00 111.45999908447266 111.45999908447266 111.45999908447266 111.45999908447266 82.09493255615234 0 0.0 0.0 0.0
136 2024-07-24 00:00:00-04:00 108.9000015258789 108.9000015258789 108.9000015258789 108.9000015258789 80.20938873291016 0 0.0 0.0 0.0
137 2024-07-25 00:00:00-04:00 108.08000183105469 108.08000183105469 108.08000183105469 108.08000183105469 79.60542297363281 0 0.0 0.0 0.0
138 2024-07-26 00:00:00-04:00 109.48999786376953 109.48999786376953 109.48999786376953 109.48999786376953 80.6439437866211 0 0.0 0.0 0.0
139 2024-07-29 00:00:00-04:00 108.7699966430664 108.7699966430664 108.7699966430664 108.7699966430664 80.11363983154297 0 0.0 0.0 0.0
140 2024-07-30 00:00:00-04:00 108.5 108.5 108.5 108.5 79.91476440429688 0 0.0 0.0 0.0
141 2024-07-31 00:00:00-04:00 111.08999633789062 111.08999633789062 111.08999633789062 111.08999633789062 81.8224105834961 0 0.0 0.0 0.0
142 2024-08-01 00:00:00-04:00 107.87999725341797 107.87999725341797 107.87999725341797 107.87999725341797 79.45811462402344 0 0.0 0.0 0.0
143 2024-08-02 00:00:00-04:00 105.83000183105469 105.83000183105469 105.83000183105469 105.83000183105469 77.94820404052734 0 0.0 0.0 0.0
144 2024-08-05 00:00:00-04:00 103.87000274658203 103.87000274658203 103.87000274658203 103.87000274658203 76.50458526611328 0 0.0 0.0 0.0
145 2024-08-06 00:00:00-04:00 104.76000213623047 104.76000213623047 104.76000213623047 104.76000213623047 77.16010284423828 0 0.0 0.0 0.0
146 2024-08-07 00:00:00-04:00 105.19999694824219 105.19999694824219 105.19999694824219 105.19999694824219 77.48418426513672 0 0.0 0.0 0.0
147 2024-08-08 00:00:00-04:00 107.9000015258789 107.9000015258789 107.9000015258789 107.9000015258789 79.47284698486328 0 0.0 0.0 0.0
148 2024-08-09 00:00:00-04:00 108.18000030517578 108.18000030517578 108.18000030517578 108.18000030517578 79.6790771484375 0 0.0 0.0 0.0
149 2024-08-12 00:00:00-04:00 108.06999969482422 108.06999969482422 108.06999969482422 108.06999969482422 79.59805297851562 0 0.0 0.0 0.0
150 2024-08-13 00:00:00-04:00 109.9000015258789 109.9000015258789 109.9000015258789 109.9000015258789 80.94593048095703 0 0.0 0.0 0.0
151 2024-08-14 00:00:00-04:00 109.77999877929688 109.77999877929688 109.77999877929688 109.77999877929688 80.85753631591797 0 0.0 0.0 0.0
152 2024-08-15 00:00:00-04:00 112.30000305175781 112.30000305175781 112.30000305175781 112.30000305175781 82.71363067626953 0 0.0 0.0 0.0
153 2024-08-16 00:00:00-04:00 113.0 113.0 113.0 113.0 83.22920989990234 0 0.0 0.0 0.0
154 2024-08-19 00:00:00-04:00 114.83000183105469 114.83000183105469 114.83000183105469 114.83000183105469 84.57707977294922 0 0.0 0.0 0.0
155 2024-08-20 00:00:00-04:00 113.83000183105469 113.83000183105469 113.83000183105469 113.83000183105469 83.84053802490234 0 0.0 0.0 0.0
156 2024-08-21 00:00:00-04:00 114.95999908447266 114.95999908447266 114.95999908447266 114.95999908447266 84.6728286743164 0 0.0 0.0 0.0
157 2024-08-22 00:00:00-04:00 113.81999969482422 113.81999969482422 113.81999969482422 113.81999969482422 83.83316802978516 0 0.0 0.0 0.0
158 2024-08-23 00:00:00-04:00 115.13999938964844 115.13999938964844 115.13999938964844 115.13999938964844 84.80541229248047 0 0.0 0.0 0.0
159 2024-08-26 00:00:00-04:00 113.62999725341797 113.62999725341797 113.62999725341797 113.62999725341797 83.69322204589844 0 0.0 0.0 0.0
160 2024-08-27 00:00:00-04:00 113.97000122070312 113.97000122070312 113.97000122070312 113.97000122070312 83.94365692138672 0 0.0 0.0 0.0
161 2024-08-28 00:00:00-04:00 112.87999725341797 112.87999725341797 112.87999725341797 112.87999725341797 83.14081573486328 0 0.0 0.0 0.0
162 2024-08-29 00:00:00-04:00 113.62999725341797 113.62999725341797 113.62999725341797 113.62999725341797 83.69322204589844 0 0.0 0.0 0.0
163 2024-08-30 00:00:00-04:00 113.87000274658203 113.87000274658203 113.87000274658203 113.87000274658203 83.87000274658203 0 0.0 0.0 0.0
164 2024-09-03 00:00:00-04:00 110.93000030517578 110.93000030517578 110.93000030517578 110.93000030517578 81.7045669555664 0 0.0 0.0 0.0
165 2024-09-04 00:00:00-04:00 110.56999969482422 110.56999969482422 110.56999969482422 110.56999969482422 81.43940734863281 0 0.0 0.0 0.0
166 2024-09-05 00:00:00-04:00 110.69000244140625 110.69000244140625 110.69000244140625 110.69000244140625 81.52779388427734 0 0.0 0.0 0.0
167 2024-09-06 00:00:00-04:00 108.0999984741211 108.0999984741211 108.0999984741211 108.0999984741211 79.62015533447266 0 0.0 0.0 0.0
168 2024-09-09 00:00:00-04:00 109.61000061035156 109.61000061035156 109.61000061035156 109.61000061035156 80.73233032226562 0 0.0 0.0 0.0
169 2024-09-10 00:00:00-04:00 109.33000183105469 109.33000183105469 109.33000183105469 109.33000183105469 80.5261001586914 0 0.0 0.0 0.0
170 2024-09-11 00:00:00-04:00 111.06999969482422 111.06999969482422 111.06999969482422 111.06999969482422 81.80767822265625 0 0.0 0.0 0.0
171 2024-09-12 00:00:00-04:00 111.97000122070312 111.97000122070312 111.97000122070312 111.97000122070312 82.47056579589844 0 0.0 0.0 0.0
172 2024-09-13 00:00:00-04:00 112.31999969482422 112.31999969482422 112.31999969482422 112.31999969482422 82.72836303710938 0 0.0 0.0 0.0
173 2024-09-16 00:00:00-04:00 112.44999694824219 112.44999694824219 112.44999694824219 112.44999694824219 82.82410430908203 0 0.0 0.0 0.0
174 2024-09-17 00:00:00-04:00 112.6500015258789 112.6500015258789 112.6500015258789 112.6500015258789 82.97142028808594 0 0.0 0.0 0.0
175 2024-09-18 00:00:00-04:00 112.36000061035156 112.36000061035156 112.36000061035156 112.36000061035156 82.75782012939453 0 0.0 0.0 0.0
176 2024-09-19 00:00:00-04:00 115.37000274658203 115.37000274658203 115.37000274658203 115.37000274658203 84.97481536865234 0 0.0 0.0 0.0
177 2024-09-20 00:00:00-04:00 114.08999633789062 114.08999633789062 114.08999633789062 114.08999633789062 84.03203582763672 0 0.0 0.0 0.0
178 2024-09-23 00:00:00-04:00 114.58999633789062 114.58999633789062 114.58999633789062 114.58999633789062 84.40030670166016 0 0.0 0.0 0.0
179 2024-09-24 00:00:00-04:00 116.5199966430664 116.5199966430664 116.5199966430664 116.5199966430664 85.82183074951172 0 0.0 0.0 0.0
180 2024-09-25 00:00:00-04:00 116.19999694824219 116.19999694824219 116.19999694824219 116.19999694824219 85.58613586425781 0 0.0 0.0 0.0
181 2024-09-26 00:00:00-04:00 118.9800033569336 118.9800033569336 118.9800033569336 118.9800033569336 87.63372802734375 0 0.0 0.0 0.0
182 2024-09-27 00:00:00-04:00 118.51000213623047 118.51000213623047 118.51000213623047 118.51000213623047 87.28755950927734 0 0.0 0.0 0.0
183 2024-09-30 00:00:00-04:00 117.87000274658203 117.87000274658203 117.87000274658203 117.87000274658203 86.81616973876953 0 0.0 0.0 0.0
184 2024-10-01 00:00:00-04:00 117.5 117.5 117.5 117.5 86.54364776611328 0 0.0 0.0 0.0
185 2024-10-02 00:00:00-04:00 118.05000305175781 118.05000305175781 118.05000305175781 118.05000305175781 86.94874572753906 0 0.0 0.0 0.0
186 2024-10-03 00:00:00-04:00 117.2300033569336 117.2300033569336 117.2300033569336 117.2300033569336 86.34477996826172 0 0.0 0.0 0.0
187 2024-10-04 00:00:00-04:00 118.37999725341797 118.37999725341797 118.37999725341797 118.37999725341797 87.1917953491211 0 0.0 0.0 0.0
188 2024-10-07 00:00:00-04:00 118.18000030517578 118.18000030517578 118.18000030517578 118.18000030517578 87.04448699951172 0 0.0 0.0 0.0
189 2024-10-08 00:00:00-04:00 117.58999633789062 117.58999633789062 117.58999633789062 117.58999633789062 86.60992431640625 0 0.0 0.0 0.0
190 2024-10-09 00:00:00-04:00 118.0 118.0 118.0 118.0 86.91191864013672 0 0.0 0.0 0.0
191 2024-10-10 00:00:00-04:00 117.83000183105469 117.83000183105469 117.83000183105469 117.83000183105469 86.78670501708984 0 0.0 0.0 0.0
192 2024-10-11 00:00:00-04:00 118.66000366210938 118.66000366210938 118.66000366210938 118.66000366210938 87.39803314208984 0 0.0 0.0 0.0
193 2024-10-14 00:00:00-04:00 118.80000305175781 118.80000305175781 118.80000305175781 118.80000305175781 87.50115203857422 0 0.0 0.0 0.0
194 2024-10-15 00:00:00-04:00 115.36000061035156 115.36000061035156 115.36000061035156 115.36000061035156 84.96744537353516 0 0.0 0.0 0.0
195 2024-10-16 00:00:00-04:00 115.66000366210938 115.66000366210938 115.66000366210938 115.66000366210938 85.18840789794922 0 0.0 0.0 0.0
196 2024-10-17 00:00:00-04:00 115.83999633789062 115.83999633789062 115.83999633789062 115.83999633789062 85.32098388671875 0 0.0 0.0 0.0
197 2024-10-18 00:00:00-04:00 117.30000305175781 117.30000305175781 117.30000305175781 117.30000305175781 86.3963394165039 0 0.0 0.0 0.0
198 2024-10-21 00:00:00-04:00 116.56999969482422 116.56999969482422 116.56999969482422 116.56999969482422 85.85865783691406 0 0.0 0.0 0.0
199 2024-10-22 00:00:00-04:00 116.37000274658203 116.37000274658203 116.37000274658203 116.37000274658203 85.71135711669922 0 0.0 0.0 0.0
200 2024-10-23 00:00:00-04:00 115.43000030517578 115.43000030517578 115.43000030517578 115.43000030517578 85.01900482177734 0 0.0 0.0 0.0
201 2024-10-24 00:00:00-04:00 115.83000183105469 115.83000183105469 115.83000183105469 115.83000183105469 85.3136215209961 0 0.0 0.0 0.0
202 2024-10-25 00:00:00-04:00 116.0 116.0 116.0 116.0 85.43883514404297 0 0.0 0.0 0.0
203 2024-10-28 00:00:00-04:00 116.66999816894531 116.66999816894531 116.66999816894531 116.66999816894531 85.93231201171875 0 0.0 0.0 0.0
204 2024-10-29 00:00:00-04:00 116.73999786376953 116.73999786376953 116.73999786376953 116.73999786376953 85.98387145996094 0 0.0 0.0 0.0
205 2024-10-30 00:00:00-04:00 115.72000122070312 115.72000122070312 115.72000122070312 115.72000122070312 85.23259735107422 0 0.0 0.0 0.0
206 2024-10-31 00:00:00-04:00 114.5199966430664 114.5199966430664 114.5199966430664 114.5199966430664 84.34874725341797 0 0.0 0.0 0.0
207 2024-11-01 00:00:00-04:00 115.12999725341797 115.12999725341797 115.12999725341797 115.12999725341797 84.79803466796875 0 0.0 0.0 0.0
208 2024-11-04 00:00:00-05:00 115.18000030517578 115.18000030517578 115.18000030517578 115.18000030517578 84.83486938476562 0 0.0 0.0 0.0
209 2024-11-05 00:00:00-05:00 116.44999694824219 116.44999694824219 116.44999694824219 116.44999694824219 85.77027130126953 0 0.0 0.0 0.0
210 2024-11-06 00:00:00-05:00 115.25 115.25 115.25 115.25 84.88642883300781 0 0.0 0.0 0.0
211 2024-11-07 00:00:00-05:00 116.37000274658203 116.37000274658203 116.37000274658203 116.37000274658203 85.71135711669922 0 0.0 0.0 0.0
212 2024-11-08 00:00:00-05:00 114.83000183105469 114.83000183105469 114.83000183105469 114.83000183105469 84.57707977294922 0 0.0 0.0 0.0
213 2024-11-11 00:00:00-05:00 115.4800033569336 115.4800033569336 115.4800033569336 115.4800033569336 85.05583190917969 0 0.0 0.0 0.0
214 2024-11-12 00:00:00-05:00 114.48999786376953 114.48999786376953 114.48999786376953 114.48999786376953 84.32665252685547 0 0.0 0.0 0.0
215 2024-11-13 00:00:00-05:00 114.61000061035156 114.61000061035156 114.61000061035156 114.61000061035156 84.4150390625 0 0.0 0.0 0.0
216 2024-11-14 00:00:00-05:00 114.18000030517578 114.18000030517578 114.18000030517578 114.18000030517578 84.09832763671875 0 0.0 0.0 0.0
217 2024-11-15 00:00:00-05:00 112.25 112.25 112.25 112.25 82.67680358886719 0 0.0 0.0 0.0
218 2024-11-18 00:00:00-05:00 112.87999725341797 112.87999725341797 112.87999725341797 112.87999725341797 83.14081573486328 0 0.0 0.0 0.0
219 2024-11-19 00:00:00-05:00 113.29000091552734 113.29000091552734 113.29000091552734 113.29000091552734 83.44280242919922 0 0.0 0.0 0.0
220 2024-11-20 00:00:00-05:00 113.37999725341797 113.37999725341797 113.37999725341797 113.37999725341797 83.50909423828125 0 0.0 0.0 0.0
221 2024-11-21 00:00:00-05:00 113.70999908447266 113.70999908447266 113.70999908447266 113.70999908447266 83.75215148925781 0 0.0 0.0 0.0
222 2024-11-22 00:00:00-05:00 114.16000366210938 114.16000366210938 114.16000366210938 114.16000366210938 84.0835952758789 0 0.0 0.0 0.0
223 2024-11-25 00:00:00-05:00 115.16000366210938 115.16000366210938 115.16000366210938 115.16000366210938 84.82013702392578 0 0.0 0.0 0.0
224 2024-11-26 00:00:00-05:00 114.76000213623047 114.76000213623047 114.76000213623047 114.76000213623047 84.52552032470703 0 0.0 0.0 0.0
225 2024-11-27 00:00:00-05:00 114.97000122070312 114.97000122070312 114.97000122070312 114.97000122070312 84.68019104003906 0 0.0 0.0 0.0
226 2024-11-29 00:00:00-05:00 115.33999633789062 115.33999633789062 115.33999633789062 115.33999633789062 84.95271301269531 0 0.0 0.0 0.0
227 2024-12-02 00:00:00-05:00 116.04000091552734 116.04000091552734 116.04000091552734 116.04000091552734 85.46829223632812 0 0.0 0.0 0.0
228 2024-12-03 00:00:00-05:00 116.11000061035156 116.11000061035156 116.11000061035156 116.11000061035156 85.51985168457031 0 0.0 0.0 0.0
229 2024-12-04 00:00:00-05:00 117.16000366210938 117.16000366210938 117.16000366210938 117.16000366210938 86.29322052001953 0 0.0 0.0 0.0
230 2024-12-05 00:00:00-05:00 117.36000061035156 117.36000061035156 117.36000061035156 117.36000061035156 86.4405288696289 0 0.0 0.0 0.0
231 2024-12-06 00:00:00-05:00 117.77999877929688 117.77999877929688 117.77999877929688 117.77999877929688 86.7498779296875 0 0.0 0.0 0.0
232 2024-12-09 00:00:00-05:00 117.75 117.75 117.75 117.75 86.72777557373047 0 0.0 0.0 0.0
233 2024-12-10 00:00:00-05:00 116.05999755859375 116.05999755859375 116.05999755859375 116.05999755859375 85.48302459716797 0 0.0 0.0 0.0
234 2024-12-11 00:00:00-05:00 117.06999969482422 117.06999969482422 117.06999969482422 117.06999969482422 86.22693634033203 0 0.0 0.0 0.0
235 2024-12-12 00:00:00-05:00 116.62000274658203 116.62000274658203 116.62000274658203 116.62000274658203 85.8954849243164 0 0.0 0.0 0.0
236 2024-12-13 00:00:00-05:00 116.26000213623047 116.26000213623047 116.26000213623047 116.26000213623047 85.63033294677734 0 0.0 0.0 0.0
237 2024-12-16 00:00:00-05:00 115.83000183105469 115.83000183105469 115.83000183105469 115.83000183105469 85.3136215209961 0 0.0 0.0 0.0
238 2024-12-17 00:00:00-05:00 115.58999633789062 115.58999633789062 115.58999633789062 115.58999633789062 85.13684844970703 0 0.0 0.0 0.0
239 2024-12-18 00:00:00-05:00 102.33000183105469 102.33000183105469 102.33000183105469 102.33000183105469 90.1654281616211 0 9.968 0.0 8.999
240 2024-12-19 00:00:00-05:00 102.04000091552734 102.04000091552734 102.04000091552734 102.04000091552734 89.90990447998047 0 0.0 0.0 0.0
241 2024-12-20 00:00:00-05:00 102.33000183105469 102.33000183105469 102.33000183105469 102.33000183105469 90.1654281616211 0 0.0 0.0 0.0
242 2024-12-23 00:00:00-05:00 103.13999938964844 103.13999938964844 103.13999938964844 103.13999938964844 90.87913513183594 0 0.0 0.0 0.0
243 2024-12-24 00:00:00-05:00 103.58999633789062 103.58999633789062 103.58999633789062 103.58999633789062 91.27564239501953 0 0.0 0.0 0.0
244 2024-12-26 00:00:00-05:00 103.41000366210938 103.41000366210938 103.41000366210938 103.41000366210938 91.1170425415039 0 0.0 0.0 0.0
245 2024-12-27 00:00:00-05:00 102.8499984741211 102.8499984741211 102.8499984741211 102.8499984741211 90.62361145019531 0 0.0 0.0 0.0
246 2024-12-30 00:00:00-05:00 101.94999694824219 101.94999694824219 101.94999694824219 101.94999694824219 89.83059692382812 0 0.0 0.0 0.0
247 2024-12-31 00:00:00-05:00 101.56999969482422 101.56999969482422 101.56999969482422 101.56999969482422 89.49577331542969 0 0.0 0.0 0.0
248 2025-01-02 00:00:00-05:00 101.69999694824219 101.69999694824219 101.69999694824219 101.69999694824219 89.61031341552734 0 0.0 0.0 0.0
249 2025-01-03 00:00:00-05:00 102.97000122070312 102.97000122070312 102.97000122070312 102.97000122070312 90.7293472290039 0 0.0 0.0 0.0
250 2025-01-06 00:00:00-05:00 104.37000274658203 104.37000274658203 104.37000274658203 104.37000274658203 91.96292114257812 0 0.0 0.0 0.0
251 2025-01-07 00:00:00-05:00 103.62000274658203 103.62000274658203 103.62000274658203 103.62000274658203 91.30207824707031 0 0.0 0.0 0.0
252 2025-01-08 00:00:00-05:00 103.38999938964844 103.38999938964844 103.38999938964844 103.38999938964844 91.09941864013672 0 0.0 0.0 0.0
253 2025-01-10 00:00:00-05:00 101.86000061035156 101.86000061035156 101.86000061035156 101.86000061035156 89.75129699707031 0 0.0 0.0 0.0
254 2025-01-13 00:00:00-05:00 100.91999816894531 100.91999816894531 100.91999816894531 100.91999816894531 88.92304229736328 0 0.0 0.0 0.0
255 2025-01-14 00:00:00-05:00 101.69000244140625 101.69000244140625 101.69000244140625 101.69000244140625 89.60150909423828 0 0.0 0.0 0.0
256 2025-01-15 00:00:00-05:00 103.26000213623047 103.26000213623047 103.26000213623047 103.26000213623047 90.98487091064453 0 0.0 0.0 0.0
257 2025-01-16 00:00:00-05:00 103.8499984741211 103.8499984741211 103.8499984741211 103.8499984741211 91.5047378540039 0 0.0 0.0 0.0
258 2025-01-17 00:00:00-05:00 104.31999969482422 104.31999969482422 104.31999969482422 104.31999969482422 91.91886138916016 0 0.0 0.0 0.0
259 2025-01-21 00:00:00-05:00 105.91999816894531 105.91999816894531 105.91999816894531 105.91999816894531 93.32865905761719 0 0.0 0.0 0.0
260 2025-01-22 00:00:00-05:00 106.37000274658203 106.37000274658203 106.37000274658203 106.37000274658203 93.72517395019531 0 0.0 0.0 0.0
261 2025-01-23 00:00:00-05:00 106.80000305175781 106.80000305175781 106.80000305175781 106.80000305175781 94.10405731201172 0 0.0 0.0 0.0
262 2025-01-24 00:00:00-05:00 107.51000213623047 107.51000213623047 107.51000213623047 107.51000213623047 94.72965240478516 0 0.0 0.0 0.0
263 2025-01-27 00:00:00-05:00 105.81999969482422 105.81999969482422 105.81999969482422 105.81999969482422 93.24054718017578 0 0.0 0.0 0.0
264 2025-01-28 00:00:00-05:00 107.05000305175781 107.05000305175781 107.05000305175781 107.05000305175781 94.32433319091797 0 0.0 0.0 0.0
265 2025-01-29 00:00:00-05:00 106.91999816894531 106.91999816894531 106.91999816894531 106.91999816894531 94.20978546142578 0 0.0 0.0 0.0
266 2025-01-30 00:00:00-05:00 108.61000061035156 108.61000061035156 108.61000061035156 108.61000061035156 95.69888305664062 0 0.0 0.0 0.0
267 2025-01-31 00:00:00-05:00 107.5 107.5 107.5 107.5 94.72084045410156 0 0.0 0.0 0.0
268 2025-02-03 00:00:00-05:00 106.0999984741211 106.0999984741211 106.0999984741211 106.0999984741211 93.48726654052734 0 0.0 0.0 0.0
269 2025-02-04 00:00:00-05:00 108.76000213623047 108.76000213623047 108.76000213623047 108.76000213623047 95.8310546875 0 0.0 0.0 0.0
270 2025-02-05 00:00:00-05:00 109.66000366210938 109.66000366210938 109.66000366210938 109.66000366210938 96.62406921386719 0 0.0 0.0 0.0
271 2025-02-06 00:00:00-05:00 109.97000122070312 109.97000122070312 109.97000122070312 109.97000122070312 96.897216796875 0 0.0 0.0 0.0
272 2025-02-07 00:00:00-05:00 109.0999984741211 109.0999984741211 109.0999984741211 109.0999984741211 96.1306381225586 0 0.0 0.0 0.0
273 2025-02-10 00:00:00-05:00 110.18000030517578 110.18000030517578 110.18000030517578 110.18000030517578 97.0822525024414 0 0.0 0.0 0.0
274 2025-02-11 00:00:00-05:00 110.38999938964844 110.38999938964844 110.38999938964844 110.38999938964844 97.26728820800781 0 0.0 0.0 0.0
275 2025-02-12 00:00:00-05:00 110.69999694824219 110.69999694824219 110.69999694824219 110.69999694824219 97.54043579101562 0 0.0 0.0 0.0
276 2025-02-13 00:00:00-05:00 112.79000091552734 112.79000091552734 112.79000091552734 112.79000091552734 99.38198852539062 0 0.0 0.0 0.0
277 2025-02-14 00:00:00-05:00 113.30000305175781 113.30000305175781 113.30000305175781 113.30000305175781 99.83135986328125 0 0.0 0.0 0.0
278 2025-02-18 00:00:00-05:00 114.2300033569336 114.2300033569336 114.2300033569336 114.2300033569336 100.65081024169922 0 0.0 0.0 0.0
279 2025-02-19 00:00:00-05:00 113.2300033569336 113.2300033569336 113.2300033569336 113.2300033569336 99.76968383789062 0 0.0 0.0 0.0
280 2025-02-20 00:00:00-05:00 113.4000015258789 113.4000015258789 113.4000015258789 113.4000015258789 99.91947174072266 0 0.0 0.0 0.0
281 2025-02-21 00:00:00-05:00 112.25 112.25 112.25 112.25 98.90618133544922 0 0.0 0.0 0.0
282 2025-02-24 00:00:00-05:00 110.66000366210938 110.66000366210938 110.66000366210938 110.66000366210938 97.50519561767578 0 0.0 0.0 0.0
283 2025-02-25 00:00:00-05:00 110.33999633789062 110.33999633789062 110.33999633789062 110.33999633789062 97.22322845458984 0 0.0 0.0 0.0
284 2025-02-26 00:00:00-05:00 111.33999633789062 111.33999633789062 111.33999633789062 111.33999633789062 98.10435485839844 0 0.0 0.0 0.0
285 2025-02-27 00:00:00-05:00 108.76000213623047 108.76000213623047 108.76000213623047 108.76000213623047 95.8310546875 0 0.0 0.0 0.0
286 2025-02-28 00:00:00-05:00 108.94999694824219 108.94999694824219 108.94999694824219 108.94999694824219 95.99846649169922 0 0.0 0.0 0.0
287 2025-03-03 00:00:00-05:00 107.4000015258789 107.4000015258789 107.4000015258789 107.4000015258789 94.63272857666016 0 0.0 0.0 0.0
288 2025-03-04 00:00:00-05:00 107.58999633789062 107.58999633789062 107.58999633789062 107.58999633789062 94.80013275146484 0 0.0 0.0 0.0
289 2025-03-05 00:00:00-05:00 110.94999694824219 110.94999694824219 110.94999694824219 110.94999694824219 97.76071166992188 0 0.0 0.0 0.0
290 2025-03-06 00:00:00-05:00 108.37000274658203 108.37000274658203 108.37000274658203 108.37000274658203 95.48741912841797 0 0.0 0.0 0.0
291 2025-03-07 00:00:00-05:00 108.62000274658203 108.62000274658203 108.62000274658203 108.62000274658203 95.70770263671875 0 0.0 0.0 0.0
292 2025-03-10 00:00:00-04:00 104.45999908447266 104.45999908447266 104.45999908447266 104.45999908447266 92.04222106933594 0 0.0 0.0 0.0
293 2025-03-11 00:00:00-04:00 105.0 105.0 105.0 105.0 92.51802825927734 0 0.0 0.0 0.0
294 2025-03-12 00:00:00-04:00 106.22000122070312 106.22000122070312 106.22000122070312 106.22000122070312 93.59300231933594 0 0.0 0.0 0.0
295 2025-03-13 00:00:00-04:00 104.9800033569336 104.9800033569336 104.9800033569336 104.9800033569336 92.50041198730469 0 0.0 0.0 0.0
296 2025-03-14 00:00:00-04:00 107.80999755859375 107.80999755859375 107.80999755859375 107.80999755859375 94.99398803710938 0 0.0 0.0 0.0
297 2025-03-17 00:00:00-04:00 109.62000274658203 109.62000274658203 109.62000274658203 109.62000274658203 96.58882141113281 0 0.0 0.0 0.0
298 2025-03-18 00:00:00-04:00 108.58999633789062 108.58999633789062 108.58999633789062 108.58999633789062 95.68125915527344 0 0.0 0.0 0.0
299 2025-03-19 00:00:00-04:00 109.5 109.5 109.5 109.5 96.48308563232422 0 0.0 0.0 0.0
300 2025-03-20 00:00:00-04:00 109.02999877929688 109.02999877929688 109.02999877929688 109.02999877929688 96.06895446777344 0 0.0 0.0 0.0
301 2025-03-21 00:00:00-04:00 108.02999877929688 108.02999877929688 108.02999877929688 108.02999877929688 95.18783569335938 0 0.0 0.0 0.0
302 2025-03-24 00:00:00-04:00 108.68000030517578 108.68000030517578 108.68000030517578 108.68000030517578 95.76056671142578 0 0.0 0.0 0.0
303 2025-03-25 00:00:00-04:00 108.68000030517578 108.68000030517578 108.68000030517578 108.68000030517578 95.76056671142578 0 0.0 0.0 0.0
304 2025-03-26 00:00:00-04:00 106.26000213623047 106.26000213623047 106.26000213623047 106.26000213623047 93.62825012207031 0 0.0 0.0 0.0
305 2025-03-27 00:00:00-04:00 106.6500015258789 106.6500015258789 106.6500015258789 106.6500015258789 93.97188568115234 0 0.0 0.0 0.0
306 2025-03-28 00:00:00-04:00 104.55999755859375 104.55999755859375 104.55999755859375 104.55999755859375 92.13033294677734 0 0.0 0.0 0.0
307 2025-03-31 00:00:00-04:00 103.01000213623047 103.01000213623047 103.01000213623047 103.01000213623047 90.76459503173828 0 0.0 0.0 0.0
308 2025-04-01 00:00:00-04:00 103.12999725341797 103.12999725341797 103.12999725341797 103.12999725341797 90.87032318115234 0 0.0 0.0 0.0
309 2025-04-02 00:00:00-04:00 103.81999969482422 103.81999969482422 103.81999969482422 103.81999969482422 91.47830200195312 0 0.0 0.0 0.0
310 2025-04-03 00:00:00-04:00 100.05999755859375 100.05999755859375 100.05999755859375 100.05999755859375 88.16527557373047 0 0.0 0.0 0.0
311 2025-04-04 00:00:00-04:00 93.5199966430664 93.5199966430664 93.5199966430664 93.5199966430664 82.40271759033203 0 0.0 0.0 0.0
312 2025-04-07 00:00:00-04:00 92.19999694824219 92.19999694824219 92.19999694824219 92.19999694824219 81.23963928222656 0 0.0 0.0 0.0
313 2025-04-08 00:00:00-04:00 91.36000061035156 91.36000061035156 91.36000061035156 91.36000061035156 80.49949645996094 0 0.0 0.0 0.0
314 2025-04-09 00:00:00-04:00 99.08000183105469 99.08000183105469 99.08000183105469 99.08000183105469 87.30177307128906 0 0.0 0.0 0.0
315 2025-04-10 00:00:00-04:00 96.3499984741211 96.3499984741211 96.3499984741211 96.3499984741211 84.89630126953125 0 0.0 0.0 0.0
316 2025-04-11 00:00:00-04:00 98.94000244140625 98.94000244140625 98.94000244140625 98.94000244140625 87.17842102050781 0 0.0 0.0 0.0
317 2025-04-14 00:00:00-04:00 99.91999816894531 99.91999816894531 99.91999816894531 99.91999816894531 88.04191589355469 0 0.0 0.0 0.0
318 2025-04-15 00:00:00-04:00 100.8499984741211 100.8499984741211 100.8499984741211 100.8499984741211 88.86135864257812 0 0.0 0.0 0.0
319 2025-04-16 00:00:00-04:00 98.98999786376953 98.98999786376953 98.98999786376953 98.98999786376953 87.22247314453125 0 0.0 0.0 0.0
320 2025-04-17 00:00:00-04:00 99.69000244140625 99.69000244140625 99.69000244140625 99.69000244140625 87.83926391601562 0 0.0 0.0 0.0
321 2025-04-21 00:00:00-04:00 98.72000122070312 98.72000122070312 98.72000122070312 98.72000122070312 86.98457336425781 0 0.0 0.0 0.0
322 2025-04-22 00:00:00-04:00 100.7699966430664 100.7699966430664 100.7699966430664 100.7699966430664 88.7908706665039 0 0.0 0.0 0.0
323 2025-04-23 00:00:00-04:00 102.27999877929688 102.27999877929688 102.27999877929688 102.27999877929688 90.12136840820312 0 0.0 0.0 0.0
324 2025-04-24 00:00:00-04:00 104.54000091552734 104.54000091552734 104.54000091552734 104.54000091552734 92.11270904541016 0 0.0 0.0 0.0
325 2025-04-25 00:00:00-04:00 105.2699966430664 105.2699966430664 105.2699966430664 105.2699966430664 92.75592803955078 0 0.0 0.0 0.0
326 2025-04-28 00:00:00-04:00 105.1500015258789 105.1500015258789 105.1500015258789 105.1500015258789 92.65019989013672 0 0.0 0.0 0.0
327 2025-04-29 00:00:00-04:00 105.36000061035156 105.36000061035156 105.36000061035156 105.36000061035156 92.83523559570312 0 0.0 0.0 0.0
328 2025-04-30 00:00:00-04:00 106.04000091552734 106.04000091552734 106.04000091552734 106.04000091552734 93.43439483642578 0 0.0 0.0 0.0
329 2025-05-01 00:00:00-04:00 106.0199966430664 106.0199966430664 106.0199966430664 106.0199966430664 93.4167709350586 0 0.0 0.0 0.0
330 2025-05-02 00:00:00-04:00 108.80999755859375 108.80999755859375 108.80999755859375 108.80999755859375 95.87510681152344 0 0.0 0.0 0.0
331 2025-05-05 00:00:00-04:00 108.61000061035156 108.61000061035156 108.61000061035156 108.61000061035156 95.69888305664062 0 0.0 0.0 0.0
332 2025-05-06 00:00:00-04:00 108.25 108.25 108.25 108.25 95.38168334960938 0 0.0 0.0 0.0
333 2025-05-07 00:00:00-04:00 108.25 108.25 108.25 108.25 95.38168334960938 0 0.0 0.0 0.0
334 2025-05-08 00:00:00-04:00 108.76000213623047 108.76000213623047 108.76000213623047 108.76000213623047 95.8310546875 0 0.0 0.0 0.0
335 2025-05-09 00:00:00-04:00 109.13999938964844 109.13999938964844 109.13999938964844 109.13999938964844 96.16587829589844 0 0.0 0.0 0.0
336 2025-05-12 00:00:00-04:00 111.88999938964844 111.88999938964844 111.88999938964844 111.88999938964844 98.58897399902344 0 0.0 0.0 0.0
337 2025-05-13 00:00:00-04:00 112.69999694824219 112.69999694824219 112.69999694824219 112.69999694824219 99.30268096923828 0 0.0 0.0 0.0
338 2025-05-14 00:00:00-04:00 113.33000183105469 113.33000183105469 113.33000183105469 113.33000183105469 99.85779571533203 0 0.0 0.0 0.0
339 2025-05-15 00:00:00-04:00 113.8499984741211 113.8499984741211 113.8499984741211 113.8499984741211 100.31597137451172 0 0.0 0.0 0.0
340 2025-05-16 00:00:00-04:00 114.13999938964844 114.13999938964844 114.13999938964844 114.13999938964844 100.57150268554688 0 0.0 0.0 0.0
341 2025-05-19 00:00:00-04:00 114.77999877929688 114.77999877929688 114.77999877929688 114.77999877929688 101.13542175292969 0 0.0 0.0 0.0
342 2025-05-20 00:00:00-04:00 114.86000061035156 114.86000061035156 114.86000061035156 114.86000061035156 101.2059097290039 0 0.0 0.0 0.0
343 2025-05-21 00:00:00-04:00 113.80999755859375 113.80999755859375 113.80999755859375 113.80999755859375 100.28073120117188 0 0.0 0.0 0.0
344 2025-05-22 00:00:00-04:00 113.7300033569336 113.7300033569336 113.7300033569336 113.7300033569336 100.21024322509766 0 0.0 0.0 0.0
345 2025-05-23 00:00:00-04:00 113.33000183105469 113.33000183105469 113.33000183105469 113.33000183105469 99.85779571533203 0 0.0 0.0 0.0
346 2025-05-27 00:00:00-04:00 114.27999877929688 114.27999877929688 114.27999877929688 114.27999877929688 100.69486236572266 0 0.0 0.0 0.0
347 2025-05-28 00:00:00-04:00 113.06999969482422 113.06999969482422 113.06999969482422 113.06999969482422 99.62870025634766 0 0.0 0.0 0.0
348 2025-05-29 00:00:00-04:00 113.47000122070312 113.47000122070312 113.47000122070312 113.47000122070312 99.98114776611328 0 0.0 0.0 0.0
349 2025-05-30 00:00:00-04:00 113.27999877929688 113.27999877929688 113.27999877929688 113.27999877929688 99.81373596191406 0 0.0 0.0 0.0
350 2025-06-02 00:00:00-04:00 114.18000030517578 114.18000030517578 114.18000030517578 114.18000030517578 100.60675048828125 0 0.0 0.0 0.0
351 2025-06-03 00:00:00-04:00 113.86000061035156 113.86000061035156 113.86000061035156 113.86000061035156 100.32479095458984 0 0.0 0.0 0.0
352 2025-06-04 00:00:00-04:00 114.94000244140625 114.94000244140625 114.94000244140625 114.94000244140625 101.27640533447266 0 0.0 0.0 0.0
353 2025-06-05 00:00:00-04:00 115.33999633789062 115.33999633789062 115.33999633789062 115.33999633789062 101.62884521484375 0 0.0 0.0 0.0
354 2025-06-06 00:00:00-04:00 115.56999969482422 115.56999969482422 115.56999969482422 115.56999969482422 101.83151245117188 0 0.0 0.0 0.0
355 2025-06-09 00:00:00-04:00 115.52999877929688 115.52999877929688 115.52999877929688 115.52999877929688 101.7962646484375 0 0.0 0.0 0.0
356 2025-06-10 00:00:00-04:00 116.08999633789062 116.08999633789062 116.08999633789062 116.08999633789062 102.28968811035156 0 0.0 0.0 0.0
357 2025-06-11 00:00:00-04:00 116.18000030517578 116.18000030517578 116.18000030517578 116.18000030517578 102.3689956665039 0 0.0 0.0 0.0
358 2025-06-12 00:00:00-04:00 116.30999755859375 116.30999755859375 116.30999755859375 116.30999755859375 102.48353576660156 0 0.0 0.0 0.0
359 2025-06-13 00:00:00-04:00 114.26000213623047 114.26000213623047 114.26000213623047 114.26000213623047 100.67723846435547 0 0.0 0.0 0.0
360 2025-06-16 00:00:00-04:00 115.30999755859375 115.30999755859375 115.30999755859375 115.30999755859375 101.6024169921875 0 0.0 0.0 0.0
361 2025-06-17 00:00:00-04:00 113.86000061035156 113.86000061035156 113.86000061035156 113.86000061035156 100.32479095458984 0 0.0 0.0 0.0
362 2025-06-18 00:00:00-04:00 113.66000366210938 113.66000366210938 113.66000366210938 113.66000366210938 100.14856719970703 0 0.0 0.0 0.0
363 2025-06-20 00:00:00-04:00 112.68000030517578 112.68000030517578 112.68000030517578 112.68000030517578 99.28506469726562 0 0.0 0.0 0.0
364 2025-06-23 00:00:00-04:00 113.69999694824219 113.69999694824219 113.69999694824219 113.69999694824219 100.18380737304688 0 0.0 0.0 0.0
365 2025-06-24 00:00:00-04:00 113.69999694824219 113.69999694824219 113.69999694824219 113.69999694824219 100.18380737304688 0 0.0 0.0 0.0
366 2025-06-25 00:00:00-04:00 116.13999938964844 116.13999938964844 116.13999938964844 116.13999938964844 102.33374786376953 0 0.0 0.0 0.0
367 2025-06-26 00:00:00-04:00 117.06999969482422 117.06999969482422 117.06999969482422 117.06999969482422 103.1531982421875 0 0.0 0.0 0.0
368 2025-06-27 00:00:00-04:00 118.05999755859375 118.05999755859375 118.05999755859375 118.05999755859375 104.02550506591797 0 0.0 0.0 0.0
369 2025-06-30 00:00:00-04:00 117.91999816894531 117.91999816894531 117.91999816894531 117.91999816894531 103.90215301513672 0 0.0 0.0 0.0
370 2025-07-01 00:00:00-04:00 116.98999786376953 116.98999786376953 116.98999786376953 116.98999786376953 103.08270263671875 0 0.0 0.0 0.0
371 2025-07-02 00:00:00-04:00 117.44999694824219 117.44999694824219 117.44999694824219 117.44999694824219 103.48802185058594 0 0.0 0.0 0.0
372 2025-07-03 00:00:00-04:00 117.77999877929688 117.77999877929688 117.77999877929688 117.77999877929688 103.77879333496094 0 0.0 0.0 0.0
373 2025-07-07 00:00:00-04:00 116.8499984741211 116.8499984741211 116.8499984741211 116.8499984741211 102.9593505859375 0 0.0 0.0 0.0
374 2025-07-08 00:00:00-04:00 117.62999725341797 117.62999725341797 117.62999725341797 117.62999725341797 103.64662170410156 0 0.0 0.0 0.0
375 2025-07-09 00:00:00-04:00 118.20999908447266 118.20999908447266 118.20999908447266 118.20999908447266 104.15767669677734 0 0.0 0.0 0.0
376 2025-07-10 00:00:00-04:00 117.73999786376953 117.73999786376953 117.73999786376953 117.73999786376953 103.74354553222656 0 0.0 0.0 0.0
377 2025-07-11 00:00:00-04:00 116.75 116.75 116.75 116.75 102.8712387084961 0 0.0 0.0 0.0
378 2025-07-14 00:00:00-04:00 116.77999877929688 116.77999877929688 116.77999877929688 116.77999877929688 102.89766693115234 0 0.0 0.0 0.0
379 2025-07-15 00:00:00-04:00 117.12000274658203 117.12000274658203 117.12000274658203 117.12000274658203 103.19725799560547 0 0.0 0.0 0.0
380 2025-07-16 00:00:00-04:00 117.43000030517578 117.43000030517578 117.43000030517578 117.43000030517578 103.47039794921875 0 0.0 0.0 0.0
381 2025-07-17 00:00:00-04:00 118.22000122070312 118.22000122070312 118.22000122070312 118.22000122070312 104.16648864746094 0 0.0 0.0 0.0
382 2025-07-18 00:00:00-04:00 117.61000061035156 117.61000061035156 117.61000061035156 117.61000061035156 103.6290054321289 0 0.0 0.0 0.0
383 2025-07-21 00:00:00-04:00 117.69999694824219 117.69999694824219 117.69999694824219 117.69999694824219 103.70829772949219 0 0.0 0.0 0.0
384 2025-07-22 00:00:00-04:00 117.69999694824219 117.69999694824219 117.69999694824219 117.69999694824219 103.70829772949219 0 0.0 0.0 0.0
385 2025-07-23 00:00:00-04:00 119.86000061035156 119.86000061035156 119.86000061035156 119.86000061035156 105.61153411865234 0 0.0 0.0 0.0
386 2025-07-24 00:00:00-04:00 119.44999694824219 119.44999694824219 119.44999694824219 119.44999694824219 105.2502670288086 0 0.0 0.0 0.0
387 2025-07-25 00:00:00-04:00 119.55999755859375 119.55999755859375 119.55999755859375 119.55999755859375 105.3471908569336 0 0.0 0.0 0.0
388 2025-07-28 00:00:00-04:00 118.44999694824219 118.44999694824219 118.44999694824219 118.44999694824219 104.36914825439453 0 0.0 0.0 0.0
389 2025-07-29 00:00:00-04:00 117.30999755859375 117.30999755859375 117.30999755859375 117.30999755859375 103.36466217041016 0 0.0 0.0 0.0
390 2025-07-30 00:00:00-04:00 115.87999725341797 115.87999725341797 115.87999725341797 115.87999725341797 102.10465240478516 0 0.0 0.0 0.0
391 2025-07-31 00:00:00-04:00 114.08999633789062 114.08999633789062 114.08999633789062 114.08999633789062 100.5274429321289 0 0.0 0.0 0.0
392 2025-08-01 00:00:00-04:00 113.19999694824219 113.19999694824219 113.19999694824219 113.19999694824219 99.74324035644531 0 0.0 0.0 0.0
393 2025-08-04 00:00:00-04:00 114.83999633789062 114.83999633789062 114.83999633789062 114.83999633789062 101.18828582763672 0 0.0 0.0 0.0
394 2025-08-05 00:00:00-04:00 114.33000183105469 114.33000183105469 114.33000183105469 114.33000183105469 100.7389144897461 0 0.0 0.0 0.0
395 2025-08-06 00:00:00-04:00 114.51000213623047 114.51000213623047 114.51000213623047 114.51000213623047 100.89752197265625 0 0.0 0.0 0.0
396 2025-08-07 00:00:00-04:00 116.08000183105469 116.08000183105469 116.08000183105469 116.08000183105469 102.2808837890625 0 0.0 0.0 0.0
397 2025-08-08 00:00:00-04:00 116.37000274658203 116.37000274658203 116.37000274658203 116.37000274658203 102.53641510009766 0 0.0 0.0 0.0
398 2025-08-11 00:00:00-04:00 115.36000061035156 115.36000061035156 115.36000061035156 115.36000061035156 101.64647674560547 0 0.0 0.0 0.0
399 2025-08-12 00:00:00-04:00 117.69999694824219 117.69999694824219 117.69999694824219 117.69999694824219 103.70829772949219 0 0.0 0.0 0.0
400 2025-08-13 00:00:00-04:00 118.58000183105469 118.58000183105469 118.58000183105469 118.58000183105469 104.48369598388672 0 0.0 0.0 0.0
401 2025-08-14 00:00:00-04:00 117.86000061035156 117.86000061035156 117.86000061035156 117.86000061035156 103.84928131103516 0 0.0 0.0 0.0
402 2025-08-15 00:00:00-04:00 118.9000015258789 118.9000015258789 118.9000015258789 118.9000015258789 104.76565551757812 0 0.0 0.0 0.0
403 2025-08-18 00:00:00-04:00 119.30999755859375 119.30999755859375 119.30999755859375 119.30999755859375 105.12691497802734 0 0.0 0.0 0.0
404 2025-08-19 00:00:00-04:00 118.86000061035156 118.86000061035156 118.86000061035156 118.86000061035156 104.73040771484375 0 0.0 0.0 0.0
405 2025-08-20 00:00:00-04:00 118.56999969482422 118.56999969482422 118.56999969482422 118.56999969482422 104.47488403320312 0 0.0 0.0 0.0
406 2025-08-21 00:00:00-04:00 117.94000244140625 117.94000244140625 117.94000244140625 117.94000244140625 103.9197769165039 0 0.0 0.0 0.0
407 2025-08-22 00:00:00-04:00 120.2300033569336 120.2300033569336 120.2300033569336 120.2300033569336 105.93755340576172 0 0.0 0.0 0.0
408 2025-08-25 00:00:00-04:00 119.3499984741211 119.3499984741211 119.3499984741211 119.3499984741211 105.16215515136719 0 0.0 0.0 0.0
409 2025-08-26 00:00:00-04:00 119.80000305175781 119.80000305175781 119.80000305175781 119.80000305175781 105.55867004394531 0 0.0 0.0 0.0
410 2025-08-27 00:00:00-04:00 119.19999694824219 119.19999694824219 119.19999694824219 119.19999694824219 105.02999114990234 0 0.0 0.0 0.0
411 2025-08-28 00:00:00-04:00 119.52999877929688 119.52999877929688 119.52999877929688 119.52999877929688 105.32076263427734 0 0.0 0.0 0.0
412 2025-08-29 00:00:00-04:00 118.58999633789062 118.58999633789062 118.58999633789062 118.58999633789062 104.49250030517578 0 0.0 0.0 0.0
413 2025-09-02 00:00:00-04:00 117.0999984741211 117.0999984741211 117.0999984741211 117.0999984741211 103.17962646484375 0 0.0 0.0 0.0
414 2025-09-03 00:00:00-04:00 117.66000366210938 117.66000366210938 117.66000366210938 117.66000366210938 103.67306518554688 0 0.0 0.0 0.0
415 2025-09-04 00:00:00-04:00 118.58000183105469 118.58000183105469 118.58000183105469 118.58000183105469 104.48369598388672 0 0.0 0.0 0.0
416 2025-09-05 00:00:00-04:00 119.41000366210938 119.41000366210938 119.41000366210938 119.41000366210938 105.21502685546875 0 0.0 0.0 0.0
417 2025-09-08 00:00:00-04:00 120.5 120.5 120.5 120.5 106.17545318603516 0 0.0 0.0 0.0
418 2025-09-09 00:00:00-04:00 120.86000061035156 120.86000061035156 120.86000061035156 120.86000061035156 106.49266052246094 0 0.0 0.0 0.0
419 2025-09-10 00:00:00-04:00 120.61000061035156 120.61000061035156 120.61000061035156 120.61000061035156 106.27237701416016 0 0.0 0.0 0.0
420 2025-09-11 00:00:00-04:00 121.5999984741211 121.5999984741211 121.5999984741211 121.5999984741211 107.14468383789062 0 0.0 0.0 0.0
421 2025-09-12 00:00:00-04:00 121.20999908447266 121.20999908447266 121.20999908447266 121.20999908447266 106.8010482788086 0 0.0 0.0 0.0
422 2025-09-15 00:00:00-04:00 122.43000030517578 122.43000030517578 122.43000030517578 122.43000030517578 107.87602233886719 0 0.0 0.0 0.0
423 2025-09-16 00:00:00-04:00 122.9000015258789 122.9000015258789 122.9000015258789 122.9000015258789 108.29015350341797 0 0.0 0.0 0.0
424 2025-09-17 00:00:00-04:00 123.11000061035156 123.11000061035156 123.11000061035156 123.11000061035156 108.47518920898438 0 0.0 0.0 0.0
425 2025-09-18 00:00:00-04:00 124.75 124.75 124.75 124.75 109.92022705078125 0 0.0 0.0 0.0
426 2025-09-19 00:00:00-04:00 123.94000244140625 123.94000244140625 123.94000244140625 123.94000244140625 109.2065200805664 0 0.0 0.0 0.0
427 2025-09-22 00:00:00-04:00 124.56999969482422 124.56999969482422 124.56999969482422 124.56999969482422 109.76162719726562 0 0.0 0.0 0.0
428 2025-09-23 00:00:00-04:00 124.0 124.0 124.0 124.0 109.25938415527344 0 0.0 0.0 0.0
429 2025-09-24 00:00:00-04:00 123.26000213623047 123.26000213623047 123.26000213623047 123.26000213623047 108.60735321044922 0 0.0 0.0 0.0
430 2025-09-25 00:00:00-04:00 122.22000122070312 122.22000122070312 122.22000122070312 122.22000122070312 107.69098663330078 0 0.0 0.0 0.0
431 2025-09-26 00:00:00-04:00 122.12000274658203 122.12000274658203 122.12000274658203 122.12000274658203 107.60287475585938 0 0.0 0.0 0.0
432 2025-09-29 00:00:00-04:00 123.16999816894531 123.16999816894531 123.16999816894531 123.16999816894531 108.5280532836914 0 0.0 0.0 0.0
433 2025-09-30 00:00:00-04:00 123.19999694824219 123.19999694824219 123.19999694824219 123.19999694824219 108.55448150634766 0 0.0 0.0 0.0
434 2025-10-01 00:00:00-04:00 123.86000061035156 123.86000061035156 123.86000061035156 123.86000061035156 109.13603210449219 0 0.0 0.0 0.0
435 2025-10-02 00:00:00-04:00 125.30999755859375 125.30999755859375 125.30999755859375 125.30999755859375 110.41365814208984 0 0.0 0.0 0.0
436 2025-10-03 00:00:00-04:00 125.6500015258789 125.6500015258789 125.6500015258789 125.6500015258789 110.71324157714844 0 0.0 0.0 0.0
437 2025-10-06 00:00:00-04:00 126.88999938964844 126.88999938964844 126.88999938964844 126.88999938964844 111.80583190917969 0 0.0 0.0 0.0
438 2025-10-07 00:00:00-04:00 125.58000183105469 125.58000183105469 125.58000183105469 125.58000183105469 110.65156555175781 0 0.0 0.0 0.0
439 2025-10-08 00:00:00-04:00 126.12000274658203 126.12000274658203 126.12000274658203 126.12000274658203 111.12737274169922 0 0.0 0.0 0.0
440 2025-10-09 00:00:00-04:00 125.04000091552734 125.04000091552734 125.04000091552734 125.04000091552734 110.1757583618164 0 0.0 0.0 0.0
441 2025-10-10 00:00:00-04:00 120.52999877929688 120.52999877929688 120.52999877929688 120.52999877929688 106.2018814086914 0 0.0 0.0 0.0
442 2025-10-13 00:00:00-04:00 123.08000183105469 123.08000183105469 123.08000183105469 123.08000183105469 108.4487533569336 0 0.0 0.0 0.0
443 2025-10-14 00:00:00-04:00 122.54000091552734 122.54000091552734 122.54000091552734 122.54000091552734 107.97294616699219 0 0.0 0.0 0.0
444 2025-10-15 00:00:00-04:00 122.83999633789062 122.83999633789062 122.83999633789062 122.83999633789062 108.2372817993164 0 0.0 0.0 0.0
445 2025-10-16 00:00:00-04:00 122.97000122070312 122.97000122070312 122.97000122070312 122.97000122070312 108.3518295288086 0 0.0 0.0 0.0
446 2025-10-17 00:00:00-04:00 123.04000091552734 123.04000091552734 123.04000091552734 123.04000091552734 108.41350555419922 0 0.0 0.0 0.0
447 2025-10-20 00:00:00-04:00 124.7699966430664 124.7699966430664 124.7699966430664 124.7699966430664 109.93785095214844 0 0.0 0.0 0.0
448 2025-10-21 00:00:00-04:00 124.12000274658203 124.12000274658203 124.12000274658203 124.12000274658203 109.36511993408203 0 0.0 0.0 0.0
449 2025-10-22 00:00:00-04:00 122.66999816894531 122.66999816894531 122.66999816894531 122.66999816894531 108.08748626708984 0 0.0 0.0 0.0
450 2025-10-23 00:00:00-04:00 123.94999694824219 123.94999694824219 123.94999694824219 123.94999694824219 109.21532440185547 0 0.0 0.0 0.0
451 2025-10-24 00:00:00-04:00 124.44000244140625 124.44000244140625 124.44000244140625 124.44000244140625 109.64707946777344 0 0.0 0.0 0.0
452 2025-10-27 00:00:00-04:00 126.18000030517578 126.18000030517578 126.18000030517578 126.18000030517578 111.18023681640625 0 0.0 0.0 0.0
453 2025-10-28 00:00:00-04:00 125.7300033569336 125.7300033569336 125.7300033569336 125.7300033569336 110.78373718261719 0 0.0 0.0 0.0
454 2025-10-29 00:00:00-04:00 126.0 126.0 126.0 126.0 111.02163696289062 0 0.0 0.0 0.0
455 2025-10-30 00:00:00-04:00 125.30000305175781 125.30000305175781 125.30000305175781 125.30000305175781 110.40484619140625 0 0.0 0.0 0.0
456 2025-10-31 00:00:00-04:00 124.94000244140625 124.94000244140625 124.94000244140625 124.94000244140625 110.087646484375 0 0.0 0.0 0.0
457 2025-11-03 00:00:00-05:00 125.08000183105469 125.08000183105469 125.08000183105469 125.08000183105469 110.21099853515625 0 0.0 0.0 0.0
458 2025-11-04 00:00:00-05:00 122.6500015258789 122.6500015258789 122.6500015258789 122.6500015258789 108.06986999511719 0 0.0 0.0 0.0
459 2025-11-05 00:00:00-05:00 123.1500015258789 123.1500015258789 123.1500015258789 123.1500015258789 108.51042938232422 0 0.0 0.0 0.0
460 2025-11-06 00:00:00-05:00 121.4000015258789 121.4000015258789 121.4000015258789 121.4000015258789 106.96846771240234 0 0.0 0.0 0.0
461 2025-11-07 00:00:00-05:00 120.95999908447266 120.95999908447266 120.95999908447266 120.95999908447266 106.58076477050781 0 0.0 0.0 0.0
462 2025-11-10 00:00:00-05:00 122.8499984741211 122.8499984741211 122.8499984741211 122.8499984741211 108.24609375 0 0.0 0.0 0.0
463 2025-11-11 00:00:00-05:00 123.30000305175781 123.30000305175781 123.30000305175781 123.30000305175781 108.6426010131836 0 0.0 0.0 0.0
464 2025-11-12 00:00:00-05:00 123.6500015258789 123.6500015258789 123.6500015258789 123.6500015258789 108.95099639892578 0 0.0 0.0 0.0
465 2025-11-13 00:00:00-05:00 121.47000122070312 121.47000122070312 121.47000122070312 121.47000122070312 107.03014373779297 0 0.0 0.0 0.0
466 2025-11-14 00:00:00-05:00 121.33000183105469 121.33000183105469 121.33000183105469 121.33000183105469 106.90678405761719 0 0.0 0.0 0.0
467 2025-11-17 00:00:00-05:00 119.73999786376953 119.73999786376953 119.73999786376953 119.73999786376953 105.50579833984375 0 0.0 0.0 0.0
468 2025-11-18 00:00:00-05:00 118.41000366210938 118.41000366210938 118.41000366210938 118.41000366210938 104.33390808105469 0 0.0 0.0 0.0
469 2025-11-19 00:00:00-05:00 118.27999877929688 118.27999877929688 118.27999877929688 118.27999877929688 104.21935272216797 0 0.0 0.0 0.0
470 2025-11-20 00:00:00-05:00 115.16000366210938 115.16000366210938 115.16000366210938 115.16000366210938 101.47025299072266 0 0.0 0.0 0.0
471 2025-11-21 00:00:00-05:00 116.56999969482422 116.56999969482422 116.56999969482422 116.56999969482422 102.71263122558594 0 0.0 0.0 0.0
472 2025-11-24 00:00:00-05:00 117.61000061035156 117.61000061035156 117.61000061035156 117.61000061035156 103.6290054321289 0 0.0 0.0 0.0
473 2025-11-25 00:00:00-05:00 118.8499984741211 118.8499984741211 118.8499984741211 118.8499984741211 104.72159576416016 0 0.0 0.0 0.0
474 2025-11-26 00:00:00-05:00 119.88999938964844 119.88999938964844 119.88999938964844 119.88999938964844 105.6379623413086 0 0.0 0.0 0.0
475 2025-11-28 00:00:00-05:00 120.91000366210938 120.91000366210938 120.91000366210938 120.91000366210938 106.53671264648438 0 0.0 0.0 0.0
476 2025-12-01 00:00:00-05:00 120.0 120.0 120.0 120.0 105.7348861694336 0 0.0 0.0 0.0
477 2025-12-02 00:00:00-05:00 120.7699966430664 120.7699966430664 120.7699966430664 120.7699966430664 106.4133529663086 0 0.0 0.0 0.0
478 2025-12-03 00:00:00-05:00 121.38999938964844 121.38999938964844 121.38999938964844 121.38999938964844 106.95964813232422 0 0.0 0.0 0.0
479 2025-12-04 00:00:00-05:00 121.55999755859375 121.55999755859375 121.55999755859375 121.55999755859375 107.10944366455078 0 0.0 0.0 0.0
480 2025-12-05 00:00:00-05:00 121.5199966430664 121.5199966430664 121.5199966430664 121.5199966430664 107.0741958618164 0 0.0 0.0 0.0
481 2025-12-08 00:00:00-05:00 121.48999786376953 121.48999786376953 121.48999786376953 121.48999786376953 107.04776000976562 0 0.0 0.0 0.0
482 2025-12-09 00:00:00-05:00 121.16000366210938 121.16000366210938 121.16000366210938 121.16000366210938 106.75699615478516 0 0.0 0.0 0.0
483 2025-12-10 00:00:00-05:00 122.55000305175781 122.55000305175781 122.55000305175781 122.55000305175781 107.98175811767578 0 0.0 0.0 0.0
484 2025-12-11 00:00:00-05:00 122.66999816894531 122.66999816894531 122.66999816894531 122.66999816894531 108.08748626708984 0 0.0 0.0 0.0
485 2025-12-12 00:00:00-05:00 121.08999633789062 121.08999633789062 121.08999633789062 121.08999633789062 106.6953125 0 0.0 0.0 0.0
486 2025-12-15 00:00:00-05:00 120.7699966430664 120.7699966430664 120.7699966430664 120.7699966430664 106.4133529663086 0 0.0 0.0 0.0
487 2025-12-16 00:00:00-05:00 120.0999984741211 120.0999984741211 120.0999984741211 120.0999984741211 105.822998046875 0 0.0 0.0 0.0
488 2025-12-17 00:00:00-05:00 110.44000244140625 110.44000244140625 110.44000244140625 110.44000244140625 110.44000244140625 0 7.857 0.0 6.42
489 2025-12-18 00:00:00-05:00 111.77999877929688 111.77999877929688 111.77999877929688 111.77999877929688 111.77999877929688 0 0.0 0.0 0.0
490 2025-12-19 00:00:00-05:00 112.76000213623047 112.76000213623047 112.76000213623047 112.76000213623047 112.76000213623047 0 0.0 0.0 0.0
491 2025-12-22 00:00:00-05:00 113.37999725341797 113.37999725341797 113.37999725341797 113.37999725341797 113.37999725341797 0 0.0 0.0 0.0
492 2025-12-23 00:00:00-05:00 114.01000213623047 114.01000213623047 114.01000213623047 114.01000213623047 114.01000213623047 0 0.0 0.0 0.0
493 2025-12-24 00:00:00-05:00 114.12999725341797 114.12999725341797 114.12999725341797 114.12999725341797 114.12999725341797 0 0.0 0.0 0.0
494 2025-12-26 00:00:00-05:00 114.70999908447266 114.70999908447266 114.70999908447266 114.70999908447266 114.70999908447266 0 0.0 0.0 0.0
495 2025-12-29 00:00:00-05:00 114.44000244140625 114.44000244140625 114.44000244140625 114.44000244140625 114.44000244140625 0 0.0 0.0 0.0
496 2025-12-30 00:00:00-05:00 114.37999725341797 114.37999725341797 114.37999725341797 114.37999725341797 114.37999725341797 0 0.0 0.0 0.0
497 2025-12-31 00:00:00-05:00 113.98999786376953 113.98999786376953 113.98999786376953 113.98999786376953 113.98999786376953 0 0.0 0.0 0.0
498 2026-01-02 00:00:00-05:00 115.68000030517578 115.68000030517578 115.68000030517578 115.68000030517578 115.68000030517578 0 0.0 0.0 0.0
499 2026-01-05 00:00:00-05:00 118.0999984741211 118.0999984741211 118.0999984741211 118.0999984741211 118.0999984741211 0 0.0 0.0 0.0
500 2026-01-06 00:00:00-05:00 118.98999786376953 118.98999786376953 118.98999786376953 118.98999786376953 118.98999786376953 0 0.0 0.0 0.0
501 2026-01-07 00:00:00-05:00 118.0199966430664 118.0199966430664 118.0199966430664 118.0199966430664 118.0199966430664 0 0.0 0.0 0.0
502 2026-01-08 00:00:00-05:00 117.5 117.5 117.5 117.5 117.5 0 0.0 0.0 0.0
503 2026-01-09 00:00:00-05:00 118.62000274658203 118.62000274658203 118.62000274658203 118.62000274658203 118.62000274658203 0 0.0 0.0 0.0

50
tests/test_cache.py Normal file
View File

@@ -0,0 +1,50 @@
"""
Tests for cache
To run all tests in suite from commandline:
python -m unittest tests.cache
Specific test class:
python -m unittest tests.cache.TestCache
"""
from tests.context import yfinance as yf
import unittest
import tempfile
import os
class TestCache(unittest.TestCase):
@classmethod
def setUpClass(cls):
cls.tempCacheDir = tempfile.TemporaryDirectory()
yf.set_tz_cache_location(cls.tempCacheDir.name)
@classmethod
def tearDownClass(cls):
yf.cache._TzDBManager.close_db()
cls.tempCacheDir.cleanup()
def test_storeTzNoRaise(self):
# storing TZ to cache should never raise exception
tkr = 'AMZN'
tz1 = "America/New_York"
tz2 = "London/Europe"
cache = yf.cache.get_tz_cache()
cache.store(tkr, tz1)
cache.store(tkr, tz2)
def test_setTzCacheLocation(self):
self.assertEqual(yf.cache._TzDBManager.get_location(), self.tempCacheDir.name)
tkr = 'AMZN'
tz1 = "America/New_York"
cache = yf.cache.get_tz_cache()
cache.store(tkr, tz1)
self.assertTrue(os.path.exists(os.path.join(self.tempCacheDir.name, "tkr-tz.db")))
if __name__ == '__main__':
unittest.main()

View File

@@ -0,0 +1,52 @@
"""
Tests for cache
To run all tests in suite from commandline:
python -m unittest tests.cache
Specific test class:
python -m unittest tests.cache.TestCache
"""
from tests.context import yfinance as yf
import unittest
import os
class TestCacheNoPermission(unittest.TestCase):
@classmethod
def setUpClass(cls):
if os.name == "nt": # Windows
cls.cache_path = "C:\\Windows\\System32\\yf-cache"
else: # Unix/Linux/MacOS
# Use a writable directory
cls.cache_path = "/yf-cache"
yf.set_tz_cache_location(cls.cache_path)
def test_tzCacheRootStore(self):
# Test that if cache path in read-only filesystem, no exception.
tkr = 'AMZN'
tz1 = "America/New_York"
# During attempt to store, will discover cannot write
yf.cache.get_tz_cache().store(tkr, tz1)
# Handling the store failure replaces cache with a dummy
cache = yf.cache.get_tz_cache()
self.assertTrue(cache.dummy)
cache.store(tkr, tz1)
def test_tzCacheRootLookup(self):
# Test that if cache path in read-only filesystem, no exception.
tkr = 'AMZN'
# During attempt to lookup, will discover cannot write
yf.cache.get_tz_cache().lookup(tkr)
# Handling the lookup failure replaces cache with a dummy
cache = yf.cache.get_tz_cache()
self.assertTrue(cache.dummy)
cache.lookup(tkr)
if __name__ == '__main__':
unittest.main()

55
tests/test_calendars.py Normal file
View File

@@ -0,0 +1,55 @@
from datetime import datetime, timedelta, timezone
import unittest
import pandas as pd
from tests.context import yfinance as yf, session_gbl
class TestCalendars(unittest.TestCase):
def setUp(self):
self.calendars = yf.Calendars(session=session_gbl)
def test_get_earnings_calendar(self):
result = self.calendars.get_earnings_calendar(limit=1)
tickers = self.calendars.earnings_calendar.index.tolist()
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 1)
self.assertIsInstance(tickers, list)
self.assertEqual(len(tickers), len(result))
self.assertEqual(tickers, result.index.tolist())
first_ticker = result.index.tolist()[0]
result_first_ticker = self.calendars.earnings_calendar.loc[first_ticker].name
self.assertEqual(first_ticker, result_first_ticker)
def test_get_earnings_calendar_init_params(self):
result = self.calendars.get_earnings_calendar(limit=5)
self.assertGreaterEqual(result['Event Start Date'].iloc[0], pd.to_datetime(datetime.now(tz=timezone.utc)))
start = datetime.now(tz=timezone.utc) - timedelta(days=7)
result = yf.Calendars(start=start).get_earnings_calendar(limit=5)
self.assertGreaterEqual(result['Event Start Date'].iloc[0], pd.to_datetime(start))
def test_get_ipo_info_calendar(self):
result = self.calendars.get_ipo_info_calendar(limit=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_economic_events_calendar(self):
result = self.calendars.get_economic_events_calendar(limit=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_splits_calendar(self):
result = self.calendars.get_splits_calendar(limit=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
if __name__ == "__main__":
unittest.main()

30
tests/test_live.py Normal file
View File

@@ -0,0 +1,30 @@
import unittest
from unittest.mock import Mock
from yfinance.live import BaseWebSocket
class TestWebSocket(unittest.TestCase):
def test_decode_message_valid(self):
message = ("CgdCVEMtVVNEFYoMuUcYwLCVgIplIgNVU0QqA0NDQzApOAFFPWrEP0iAgOrxvANVx/25R12csrRHZYD8skR9/"
"7i0R7ABgIDq8bwD2AEE4AGAgOrxvAPoAYCA6vG8A/IBA0JUQ4ECAAAAwPrjckGJAgAA2P5ZT3tC")
ws = BaseWebSocket(Mock())
decoded = ws._decode_message(message)
expected = {'id': 'BTC-USD', 'price': 94745.08, 'time': '1736509140000', 'currency': 'USD', 'exchange': 'CCC',
'quote_type': 41, 'market_hours': 1, 'change_percent': 1.5344921, 'day_volume': '59712028672',
'day_high': 95227.555, 'day_low': 92517.22, 'change': 1431.8906, 'open_price': 92529.99,
'last_size': '59712028672', 'price_hint': '2', 'vol_24hr': '59712028672',
'vol_all_currencies': '59712028672', 'from_currency': 'BTC', 'circulating_supply': 19808172.0,
'market_cap': 1876726640000.0}
self.assertEqual(expected, decoded)
def test_decode_message_invalid(self):
websocket = BaseWebSocket(Mock())
base64_message = "invalid_base64_string"
decoded = websocket._decode_message(base64_message)
assert "error" in decoded
assert "raw_base64" in decoded
self.assertEqual(base64_message, decoded["raw_base64"])

69
tests/test_lookup.py Normal file
View File

@@ -0,0 +1,69 @@
import unittest
import pandas as pd
from tests.context import yfinance as yf, session_gbl
class TestLookup(unittest.TestCase):
def setUp(self):
self.query = "A" # Generic query to make sure all lookup types are returned
self.lookup = yf.Lookup(query=self.query, session=session_gbl)
def test_get_all(self):
result = self.lookup.get_all(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_stock(self):
result = self.lookup.get_stock(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_mutualfund(self):
result = self.lookup.get_mutualfund(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_etf(self):
result = self.lookup.get_etf(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_index(self):
result = self.lookup.get_index(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_future(self):
result = self.lookup.get_future(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_currency(self):
result = self.lookup.get_currency(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_get_cryptocurrency(self):
result = self.lookup.get_cryptocurrency(count=5)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 5)
def test_large_all(self):
result = self.lookup.get_all(count=1000)
self.assertIsInstance(result, pd.DataFrame)
self.assertEqual(len(result), 1000)
if __name__ == "__main__":
unittest.main()

View File

@@ -61,7 +61,7 @@ class TestPriceRepairAssumptions(unittest.TestCase):
vol_diff_pct0 = (dfr['Volume'].iloc[0] - df_truth['Volume'].iloc[0])/df_truth['Volume'].iloc[0]
vol_diff_pct1 = (dfr['Volume'].iloc[-1] - df_truth['Volume'].iloc[-1])/df_truth['Volume'].iloc[-1]
vol_diff_pct = _np.array([vol_diff_pct0, vol_diff_pct1])
vol_match = vol_diff_pct > -0.23
vol_match = vol_diff_pct > -0.32
vol_match_nmatch = _np.sum(vol_match)
vol_match_ndiff = len(vol_match) - vol_match_nmatch
if vol_match.all():
@@ -78,6 +78,8 @@ class TestPriceRepairAssumptions(unittest.TestCase):
if debug:
print("- investigate:")
print(f" - interval = {interval}")
print(f" - period = {period}")
print("- df_truth:")
print(df_truth)#[['Open', 'Close', 'Volume']])
df_1d = dat.history(interval='1d', period=period)
@@ -121,7 +123,7 @@ class TestPriceRepair(unittest.TestCase):
tkrs = ["BHP.AX", "IMP.JO", "BP.L", "PNL.L", "INTC"]
dt_now = _pd.Timestamp.utcnow()
dt_now = _pd.Timestamp.now('UTC')
td_60d = _dt.timedelta(days=60)
# Round time for 'requests_cache' reuse
@@ -301,10 +303,9 @@ class TestPriceRepair(unittest.TestCase):
# Sometimes Yahoo suddenly shifts from cents->$ from some recent date.
tkrs = ['AET.L', 'SSW.JO']
intervals = ['1d', '1wk']
# tkrs = ['AET.L']
# intervals = ['1wk']
# import yfinance as yf ; yf.enable_debug_mode()
# intervals = ['1d', '1wk']
# Give up repairing 1wk intervals directly. Instead will resample from 1d
intervals = ['1d']
for tkr in tkrs:
for interval in intervals:
@@ -361,27 +362,23 @@ class TestPriceRepair(unittest.TestCase):
hist = dat._lazy_load_price_history()
tz_exchange = dat.fast_info["timezone"]
df_bad = _pd.DataFrame(data={"Open": [0, 102.04, 102.04],
"High": [0, 102.1, 102.11],
"Low": [0, 102.04, 102.04],
"Close": [103.03, 102.05, 102.08],
"Adj Close": [102.03, 102.05, 102.08],
"Volume": [560, 137, 117]},
index=_pd.to_datetime([_dt.datetime(2022, 11, 1),
_dt.datetime(2022, 10, 31),
_dt.datetime(2022, 10, 30)]))
df_bad = df_bad.sort_index()
df_bad.index.name = "Date"
df_bad.index = df_bad.index.tz_localize(tz_exchange)
correct_df = dat.history(period='1mo', auto_adjust=False)
dt_bad = correct_df.index[len(correct_df)//2]
df_bad = correct_df.copy()
for c in df_bad.columns:
df_bad.loc[dt_bad, c] = _np.nan
repaired_df = hist._fix_zeroes(df_bad, "1d", tz_exchange, prepost=False)
correct_df = df_bad.copy()
correct_df.loc["2022-11-01", "Open"] = 102.080002
correct_df.loc["2022-11-01", "Low"] = 102.032501
correct_df.loc["2022-11-01", "High"] = 102.080002
for c in ["Open", "Low", "High", "Close"]:
self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=1e-8).all())
try:
self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=1e-7).all())
except Exception:
print(f"# column = {c}")
print("# correct:") ; print(correct_df[c])
print("# repaired:") ; print(repaired_df[c])
raise
self.assertTrue("Repaired?" in repaired_df.columns)
self.assertFalse(repaired_df["Repaired?"].isna().any())
@@ -390,19 +387,21 @@ class TestPriceRepair(unittest.TestCase):
# Test that 'Adj Close' is reconstructed correctly,
# particularly when a dividend occurred within 1 day.
self.skipTest("Currently failing because Yahoo returning slightly different data for interval 1d vs 1h on day Aug 6 2024")
tkr = "INTC"
df = _pd.DataFrame(data={"Open": [28.95, 28.65, 29.55, 29.62, 29.25],
"High": [29.12, 29.27, 29.65, 31.17, 30.30],
"Low": [28.21, 28.43, 28.61, 29.53, 28.80],
"Close": [28.24, 29.05, 28.69, 30.32, 30.19],
"Adj Close": [28.12, 28.93, 28.57, 29.83, 29.70],
"Volume": [36e6, 51e6, 49e6, 58e6, 62e6],
"Dividends": [0, 0, 0.365, 0, 0]},
index=_pd.to_datetime([_dt.datetime(2023, 2, 8),
_dt.datetime(2023, 2, 7),
_dt.datetime(2023, 2, 6),
_dt.datetime(2023, 2, 3),
_dt.datetime(2023, 2, 2)]))
df = _pd.DataFrame(data={"Open": [2.020000e+01, 2.032000e+01, 1.992000e+01, 1.910000e+01, 2.008000e+01],
"High": [2.039000e+01, 2.063000e+01, 2.025000e+01, 2.055000e+01, 2.015000e+01],
"Low": [1.929000e+01, 1.975000e+01, 1.895000e+01, 1.884000e+01, 1.950000e+01],
"Close": [2.011000e+01, 1.983000e+01, 1.899000e+01, 2.049000e+01, 1.971000e+01],
"Adj Close": [1.998323e+01, 1.970500e+01, 1.899000e+01, 2.049000e+01, 1.971000e+01],
"Volume": [1.473857e+08, 1.066704e+08, 9.797230e+07, 9.683680e+07, 7.639450e+07],
"Dividends": [0.000000e+00, 0.000000e+00, 1.250000e-01, 0.000000e+00, 0.000000e+00]},
index=_pd.to_datetime([_dt.datetime(2024, 8, 9),
_dt.datetime(2024, 8, 8),
_dt.datetime(2024, 8, 7),
_dt.datetime(2024, 8, 6),
_dt.datetime(2024, 8, 5)]))
df = df.sort_index()
df.index.name = "Date"
dat = yf.Ticker(tkr, session=self.session)
@@ -419,7 +418,13 @@ class TestPriceRepair(unittest.TestCase):
df_slice_bad_repaired = hist._fix_zeroes(df_slice_bad, "1d", tz_exchange, prepost=False)
for c in ["Close", "Adj Close"]:
self.assertTrue(_np.isclose(df_slice_bad_repaired[c], df_slice[c], rtol=rtol).all())
try:
self.assertTrue(_np.isclose(df_slice_bad_repaired[c], df_slice[c], rtol=rtol).all())
except Exception:
print(f"# column = {c}")
print("# correct:") ; print(df_slice[c])
print("# repaired:") ; print(df_slice_bad_repaired[c])
raise
self.assertTrue("Repaired?" in df_slice_bad_repaired.columns)
self.assertFalse(df_slice_bad_repaired["Repaired?"].isna().any())
@@ -462,7 +467,7 @@ class TestPriceRepair(unittest.TestCase):
# Stocks that split in 2022 but no problems in Yahoo data,
# so repair should change nothing
good_tkrs = ['AMZN', 'DXCM', 'FTNT', 'GOOG', 'GME', 'PANW', 'SHOP', 'TSLA']
good_tkrs += ['AEI', 'GHI', 'IRON', 'LXU', 'NUZE', 'RSLS', 'TISI']
good_tkrs += ['AEI', 'GHI', 'IRON', 'LXU', 'TISI']
good_tkrs += ['BOL.ST', 'TUI1.DE']
intervals = ['1d', '1wk', '1mo', '3mo']
for tkr in good_tkrs:
@@ -488,7 +493,7 @@ class TestPriceRepair(unittest.TestCase):
print(df_dbg[f_diff | _np.roll(f_diff, 1) | _np.roll(f_diff, -1)])
raise
bad_tkrs = ['4063.T', 'ALPHA.PA', 'AV.L', 'CNE.L', 'MOB.ST', 'SPM.MI']
bad_tkrs = ['4063.T', 'AV.L', 'CNE.L', 'MOB.ST', 'SPM.MI']
bad_tkrs.append('LA.V') # special case - stock split error is 3 years ago! why not fixed?
for tkr in bad_tkrs:
dat = yf.Ticker(tkr, session=self.session)
@@ -524,33 +529,36 @@ class TestPriceRepair(unittest.TestCase):
# print(repaired_df[c] - correct_df[c])
raise
# Had very high price volatility in Jan-2021 around split date that could
# be mistaken for missing stock split adjustment. And old logic did think
# column 'High' required fixing - wrong!
sketchy_tkrs = ['FIZZ']
intervals = ['1wk']
for tkr in sketchy_tkrs:
for interval in intervals:
dat = yf.Ticker(tkr, session=self.session)
tz_exchange = dat.fast_info["timezone"]
hist = dat._lazy_load_price_history()
false_positives = {}
# FIZZ had very high price volatility in Jan-2021 around split date:
false_positives['FIZZ'] = {'interval': '1d', 'start': '2020-11-30', 'end': '2021-04-01'}
# GME has crazy price action in Jan 2021, mistaken for missing 2007 split
false_positives['GME'] = {'interval': '1d', 'start': '2007-01-01', 'end': '2023-01-01'}
# NVDA has a ~33% price drop on 2004-08-06, confused with earlier 3:2 split
false_positives['NVDA'] = {'interval': '1d', 'start': '2001-07-01', 'end': '2007-09-15'}
# yf.config.debug.logging = True
for tkr, args in false_positives.items():
interval = args['interval']
dat = yf.Ticker(tkr, session=self.session)
tz_exchange = dat.fast_info["timezone"]
hist = dat._lazy_load_price_history()
df_good = hist.history(start='2020-11-30', end='2021-04-01', interval=interval, auto_adjust=False)
df_good = hist.history(auto_adjust=False, **args)
repaired_df = hist._fix_bad_stock_splits(df_good, interval, tz_exchange)
repaired_df = hist._fix_bad_stock_splits(df_good, interval, tz_exchange)
# Expect no change from repair
df_good = df_good.sort_index()
repaired_df = repaired_df.sort_index()
for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]:
try:
self.assertTrue((repaired_df[c].to_numpy() == df_good[c].to_numpy()).all())
except AssertionError:
print(f"tkr={tkr} interval={interval} COLUMN={c}")
df_dbg = df_good[[c]].join(repaired_df[[c]], lsuffix='.good', rsuffix='.repaired')
f_diff = repaired_df[c].to_numpy() != df_good[c].to_numpy()
print(df_dbg[f_diff | _np.roll(f_diff, 1) | _np.roll(f_diff, -1)])
raise
# Expect no change from repair
df_good = df_good.sort_index()
repaired_df = repaired_df.sort_index()
for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]:
try:
self.assertTrue((repaired_df[c].to_numpy() == df_good[c].to_numpy()).all())
except AssertionError:
print(f"tkr={tkr} interval={interval} COLUMN={c}")
df_dbg = df_good[[c]].join(repaired_df[[c]], lsuffix='.good', rsuffix='.repaired')
f_diff = repaired_df[c].to_numpy() != df_good[c].to_numpy()
print(df_dbg[f_diff | _np.roll(f_diff, 1) | _np.roll(f_diff, -1)])
raise
def test_repair_bad_div_adjusts(self):
interval = '1d'
@@ -580,7 +588,6 @@ class TestPriceRepair(unittest.TestCase):
# Div 100x
bad_tkrs += ['ABDP.L']
bad_tkrs += ['ELCO.L']
bad_tkrs += ['KWS.L']
bad_tkrs += ['PSH.L']
# Div 100x and adjust too big
@@ -588,7 +595,6 @@ class TestPriceRepair(unittest.TestCase):
# Div 0.01x
bad_tkrs += ['NVT.L']
bad_tkrs += ['TENT.L']
# Missing div adjusts:
bad_tkrs += ['1398.HK']
@@ -597,8 +603,6 @@ class TestPriceRepair(unittest.TestCase):
# Phantom divs
bad_tkrs += ['KAP.IL'] # 1x 1d phantom div, and false positives 0.01x in 1wk
bad_tkrs += ['SAND']
bad_tkrs += ['SOLB.BR'] # 1x phantom div, but some false-positive 100x. and had to improve phantom detection
bad_tkrs += ['TEM.L']
bad_tkrs += ['TEP.PA']
@@ -692,6 +696,44 @@ class TestPriceRepair(unittest.TestCase):
print(repaired_df[c][f_diff] - correct_df[c][f_diff])
raise
def test_repair_capital_gains_double_count(self):
bad_tkrs = ['DODFX', 'VWILX', 'JENYX']
for tkr in bad_tkrs:
dat = yf.Ticker(tkr, session=self.session)
hist = dat._lazy_load_price_history()
interval = '1d'
fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-cg-double-count.csv")
df_bad = _pd.read_csv(fp, index_col="Date")
df_bad.index = _pd.to_datetime(df_bad.index, utc=True)
repaired_df = hist._repair_capital_gains(df_bad)
fp = os.path.join(self.dp, "data", tkr.replace('.','-')+'-'+interval+"-cg-double-count-fixed.csv")
correct_df = _pd.read_csv(fp, index_col="Date")
correct_df.index = _pd.to_datetime(correct_df.index, utc=True)
repaired_df = repaired_df.sort_index()
correct_df = correct_df.sort_index()
for c in ["Open", "Low", "High", "Close", "Adj Close", "Volume"]:
try:
self.assertTrue(_np.isclose(repaired_df[c], correct_df[c], rtol=5e-6).all())
except AssertionError:
f = (correct_df['Capital Gains']!=0).to_numpy()
f2 = f|_np.roll(f,1)|_np.roll(f,2)|_np.roll(f,-1)|_np.roll(f,-2)
print(f"tkr={tkr} COLUMN={c}")
print("- repaired_df")
print(repaired_df[f2].drop(['Open', 'High', 'Low', 'Volume', 'Capital Gains'], axis=1))
print("- repaired_df[c]")
print(repaired_df[f2][c])
print("- correct_df[c]:")
print(correct_df[f2][c])
print("- diff:")
print(repaired_df[f2][c] - correct_df[f2][c])
raise
if __name__ == '__main__':
unittest.main()

View File

@@ -2,6 +2,7 @@ from tests.context import yfinance as yf
from tests.context import session_gbl
import unittest
import socket
import datetime as _dt
import pytz as _tz
@@ -46,7 +47,7 @@ class TestPriceHistory(unittest.TestCase):
def test_download_multi_small_interval(self):
use_tkrs = ["AAPL", "0Q3.DE", "ATVI"]
df = yf.download(use_tkrs, period="1d", interval="5m")
df = yf.download(use_tkrs, period="1d", interval="5m", auto_adjust=True)
self.assertEqual(df.index.tz, _dt.timezone.utc)
def test_download_with_invalid_ticker(self):
@@ -56,18 +57,19 @@ class TestPriceHistory(unittest.TestCase):
invalid_tkrs = ["AAPL", "ATVI"] #AAPL exists and ATVI does not exist
valid_tkrs = ["AAPL", "INTC"] #AAPL and INTC both exist
data_invalid_sym = yf.download(invalid_tkrs, start='2023-11-16', end='2023-11-17')
data_valid_sym = yf.download(valid_tkrs, start='2023-11-16', end='2023-11-17')
self.assertEqual(data_invalid_sym['Close']['AAPL']['2023-11-16'],data_valid_sym['Close']['AAPL']['2023-11-16'])
start_d = _dt.date.today() - _dt.timedelta(days=30)
data_invalid_sym = yf.download(invalid_tkrs, start=start_d, auto_adjust=True)
data_valid_sym = yf.download(valid_tkrs, start=start_d, auto_adjust=True)
dt_compare = data_valid_sym.index[0]
self.assertEqual(data_invalid_sym['Close']['AAPL'][dt_compare],data_valid_sym['Close']['AAPL'][dt_compare])
def test_duplicatingHourly(self):
tkrs = ["IMP.JO", "BHG.JO", "SSW.JO", "BP.L", "INTC"]
for tkr in tkrs:
dat = yf.Ticker(tkr, session=self.session)
tz = dat._get_ticker_tz(proxy=None, timeout=None)
tz = dat._get_ticker_tz(timeout=None)
dt_utc = _pd.Timestamp.utcnow()
dt_utc = _pd.Timestamp.now('UTC')
dt = dt_utc.astimezone(_tz.timezone(tz))
start_d = dt.date() - _dt.timedelta(days=7)
df = dat.history(start=start_d, interval="1h")
@@ -85,9 +87,9 @@ class TestPriceHistory(unittest.TestCase):
test_run = False
for tkr in tkrs:
dat = yf.Ticker(tkr, session=self.session)
tz = dat._get_ticker_tz(proxy=None, timeout=None)
tz = dat._get_ticker_tz(timeout=None)
dt_utc = _pd.Timestamp.utcnow()
dt_utc = _pd.Timestamp.now('UTC')
dt = dt_utc.astimezone(_tz.timezone(tz))
if dt.time() < _dt.time(17, 0):
continue
@@ -111,7 +113,7 @@ class TestPriceHistory(unittest.TestCase):
test_run = False
for tkr in tkrs:
dat = yf.Ticker(tkr, session=self.session)
tz = dat._get_ticker_tz(proxy=None, timeout=None)
tz = dat._get_ticker_tz(timeout=None)
dt = _tz.timezone(tz).localize(_dt.datetime.now())
if dt.date().weekday() not in [1, 2, 3, 4]:
@@ -185,7 +187,7 @@ class TestPriceHistory(unittest.TestCase):
df_intraday_divs = df_intraday["Dividends"][df_intraday["Dividends"] != 0]
df_intraday_divs.index = df_intraday_divs.index.floor('D')
self.assertTrue(df_daily_divs.equals(df_intraday_divs))
self.assertTrue(df_daily_divs.index.equals(df_intraday_divs.index))
test_run = True
@@ -212,7 +214,7 @@ class TestPriceHistory(unittest.TestCase):
df_intraday_divs = df_intraday["Dividends"][df_intraday["Dividends"] != 0]
df_intraday_divs.index = df_intraday_divs.index.floor('D')
self.assertTrue(df_daily_divs.equals(df_intraday_divs))
self.assertTrue(df_daily_divs.index.equals(df_intraday_divs.index))
test_run = True
@@ -223,7 +225,7 @@ class TestPriceHistory(unittest.TestCase):
start_d = _dt.date(2022, 1, 1)
end_d = _dt.date(2023, 1, 1)
tkr_div_dates = {'BHP.AX': [_dt.date(2022, 9, 1), _dt.date(2022, 2, 24)], # Yahoo claims 23-Feb but wrong because DST
tkr_div_dates = {'BHP.AX': [_dt.date(2022, 9, 1), _dt.date(2022, 2, 24)],
'IMP.JO': [_dt.date(2022, 9, 21), _dt.date(2022, 3, 16)],
'BP.L': [_dt.date(2022, 11, 10), _dt.date(2022, 8, 11), _dt.date(2022, 5, 12),
_dt.date(2022, 2, 17)],
@@ -401,7 +403,7 @@ class TestPriceHistory(unittest.TestCase):
# Setup
tkr = "AMZN"
special_day = _dt.date(2023, 11, 24)
special_day = _dt.date(2024, 11, 29)
time_early_close = _dt.time(13)
dat = yf.Ticker(tkr, session=self.session)
@@ -416,6 +418,8 @@ class TestPriceHistory(unittest.TestCase):
start_d = _dt.date(special_day.year, 1, 1)
end_d = _dt.date(special_day.year+1, 1, 1)
df = dat.history(start=start_d, end=end_d, interval="1h", prepost=False, keepna=True)
if df.empty:
self.skipTest("TEST NEEDS UPDATE: 'special_day' needs to be LATEST Thanksgiving date")
last_dts = _pd.Series(df.index).groupby(df.index.date).last()
dfd = dat.history(start=start_d, end=end_d, interval='1d', prepost=False, keepna=True)
self.assertTrue(_np.equal(dfd.index.date, _pd.to_datetime(last_dts.index).date).all())
@@ -423,12 +427,12 @@ class TestPriceHistory(unittest.TestCase):
def test_prune_post_intraday_asx(self):
# Setup
tkr = "BHP.AX"
# No early closes in 2023
# No early closes in 2024
dat = yf.Ticker(tkr, session=self.session)
# Test no other afternoons (or mornings) were pruned
start_d = _dt.date(2023, 1, 1)
end_d = _dt.date(2023+1, 1, 1)
start_d = _dt.date(2024, 1, 1)
end_d = _dt.date(2024+1, 1, 1)
df = dat.history(start=start_d, end=end_d, interval="1h", prepost=False, keepna=True)
last_dts = _pd.Series(df.index).groupby(df.index.date).last()
dfd = dat.history(start=start_d, end=end_d, interval='1d', prepost=False, keepna=True)
@@ -453,6 +457,21 @@ class TestPriceHistory(unittest.TestCase):
dat.history(start=start, end=end, interval=interval)
def test_transient_error_detection(self):
"""Test that _is_transient_error correctly identifies transient vs permanent errors"""
from yfinance.data import _is_transient_error
from yfinance.exceptions import YFPricesMissingError
# Transient errors (should retry)
self.assertTrue(_is_transient_error(socket.error("Network error")))
self.assertTrue(_is_transient_error(TimeoutError("Timeout")))
self.assertTrue(_is_transient_error(OSError("OS error")))
# Permanent errors (should NOT retry)
self.assertFalse(_is_transient_error(ValueError("Invalid")))
self.assertFalse(_is_transient_error(YFPricesMissingError('INVALID', '')))
self.assertFalse(_is_transient_error(KeyError("key")))
if __name__ == '__main__':
unittest.main()

View File

@@ -1,133 +1,38 @@
import unittest
from unittest.mock import patch, MagicMock
from yfinance.const import PREDEFINED_SCREENER_BODY_MAP
from yfinance.screener.screener import Screener
from yfinance.screener.screener_query import EquityQuery
from yfinance.screener.screener import screen
from yfinance.screener.query import EquityQuery
class TestScreener(unittest.TestCase):
@classmethod
def setUpClass(self):
self.screener = Screener()
self.query = EquityQuery('gt',['eodprice',3])
def test_set_default_body(self):
self.screener.set_default_body(self.query)
self.assertEqual(self.screener.body['offset'], 0)
self.assertEqual(self.screener.body['size'], 100)
self.assertEqual(self.screener.body['sortField'], 'ticker')
self.assertEqual(self.screener.body['sortType'], 'desc')
self.assertEqual(self.screener.body['quoteType'], 'equity')
self.assertEqual(self.screener.body['query'], self.query.to_dict())
self.assertEqual(self.screener.body['userId'], '')
self.assertEqual(self.screener.body['userIdType'], 'guid')
def test_set_predefined_body(self):
k = 'most_actives'
self.screener.set_predefined_body(k)
self.assertEqual(self.screener.body, PREDEFINED_SCREENER_BODY_MAP[k])
def test_set_predefined_body_invalid_key(self):
with self.assertRaises(ValueError):
self.screener.set_predefined_body('invalid_key')
def test_set_body(self):
body = {
"offset": 0,
"size": 100,
"sortField": "ticker",
"sortType": "desc",
"quoteType": "equity",
"query": self.query.to_dict(),
"userId": "",
"userIdType": "guid"
}
self.screener.set_body(body)
self.assertEqual(self.screener.body, body)
def test_set_body_missing_keys(self):
body = {
"offset": 0,
"size": 100,
"sortField": "ticker",
"sortType": "desc",
"quoteType": "equity"
}
with self.assertRaises(ValueError):
self.screener.set_body(body)
def test_set_body_extra_keys(self):
body = {
"offset": 0,
"size": 100,
"sortField": "ticker",
"sortType": "desc",
"quoteType": "equity",
"query": self.query.to_dict(),
"userId": "",
"userIdType": "guid",
"extraKey": "extraValue"
}
with self.assertRaises(ValueError):
self.screener.set_body(body)
def test_patch_body(self):
initial_body = {
"offset": 0,
"size": 100,
"sortField": "ticker",
"sortType": "desc",
"quoteType": "equity",
"query": self.query.to_dict(),
"userId": "",
"userIdType": "guid"
}
self.screener.set_body(initial_body)
patch_values = {"size": 50}
self.screener.patch_body(patch_values)
self.assertEqual(self.screener.body['size'], 50)
self.assertEqual(self.screener.body['query'], self.query.to_dict())
def test_patch_body_extra_keys(self):
initial_body = {
"offset": 0,
"size": 100,
"sortField": "ticker",
"sortType": "desc",
"quoteType": "equity",
"query": self.query.to_dict(),
"userId": "",
"userIdType": "guid"
}
self.screener.set_body(initial_body)
patch_values = {"extraKey": "extraValue"}
with self.assertRaises(ValueError):
self.screener.patch_body(patch_values)
self.predefined = 'aggressive_small_caps'
@patch('yfinance.screener.screener.YfData.post')
def test_fetch(self, mock_post):
mock_response = MagicMock()
mock_response.json.return_value = {'finance': {'result': [{}]}}
mock_post.return_value = mock_response
def test_set_large_size_in_body(self, mock_post):
with self.assertRaises(ValueError):
screen(self.query, size=251)
self.screener.set_default_body(self.query)
response = self.screener._fetch()
self.assertEqual(response, {'finance': {'result': [{}]}})
@patch('yfinance.screener.screener.YfData.post')
def test_fetch_and_parse(self, mock_post):
@patch('yfinance.data.YfData.post')
def test_fetch_query(self, mock_post):
mock_response = MagicMock()
mock_response.json.return_value = {'finance': {'result': [{'key': 'value'}]}}
mock_post.return_value = mock_response
self.screener.set_default_body(self.query)
self.screener._fetch_and_parse()
self.assertEqual(self.screener.response, {'key': 'value'})
response = screen(self.query)
self.assertEqual(response, {'key': 'value'})
@patch('yfinance.data.YfData.get')
def test_fetch_predefined(self, mock_get):
mock_response = MagicMock()
mock_response.json.return_value = {'finance': {'result': [{'key': 'value'}]}}
mock_get.return_value = mock_response
response = screen(self.predefined)
self.assertEqual(response, {'key': 'value'})
if __name__ == '__main__':
unittest.main()

42
tests/test_search.py Normal file
View File

@@ -0,0 +1,42 @@
import unittest
from tests.context import yfinance as yf
class TestSearch(unittest.TestCase):
def test_invalid_query(self):
search = yf.Search(query="XYZXYZ")
self.assertEqual(len(search.quotes), 0)
self.assertEqual(len(search.news), 0)
self.assertEqual(len(search.lists), 0)
self.assertEqual(len(search.nav), 0)
self.assertEqual(len(search.research), 0)
def test_empty_query(self):
search = yf.Search(query="")
self.assertEqual(len(search.quotes), 0)
self.assertEqual(len(search.news), 0)
def test_fuzzy_query(self):
search = yf.Search(query="Appel", enable_fuzzy_query=True)
# Check if the fuzzy search retrieves relevant results despite the typo
self.assertGreater(len(search.quotes), 0)
self.assertIn("AAPL", search.quotes[0]['symbol'])
def test_quotes(self):
search = yf.Search(query="AAPL", max_results=5)
self.assertEqual(len(search.quotes), 5)
self.assertIn("AAPL", search.quotes[0]['symbol'])
def test_news(self):
search = yf.Search(query="AAPL", news_count=3)
self.assertEqual(len(search.news), 3)
def test_research_reports(self):
search = yf.Search(query="AAPL", include_research=True)
self.assertEqual(len(search.research), 3)

Some files were not shown because too many files have changed in this diff Show More