Compare commits

..

897 Commits
0.2.8 ... 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
Ran Aroussi
1397dcc4bc Update version.py 2024-10-25 11:34:13 +01:00
Ran Aroussi
7fee3039f4 Delete .DS_Store 2024-10-25 11:33:08 +01:00
Ran Aroussi
4beb489f82 Refactor multi.py to handle single tickers and rename columns 2024-10-25 11:31:20 +01:00
ValueRaider
0f570c4684 Merge pull request #2097 from eltociear/patch-1
docs: update README.md
2024-10-22 18:55:03 +01:00
Ikko Eltociear Ashimine
b32e57fcfe docs: update README.md
minor fix
2024-10-22 17:19:56 +09:00
ValueRaider
0ec5151ff3 Version 0.2.46 2024-10-21 18:37:53 +01:00
ValueRaider
b88a0a6bf5 Merge pull request #2094 from FX196/patch-1
Fix malformed f-string in release `0.2.45`
2024-10-21 18:36:49 +01:00
Yuhong Chen
c218848a69 Fix malformed f-string 2024-10-20 17:36:22 -07:00
ValueRaider
f19dff247e Version 0.2.45 2024-10-20 22:59:16 +01:00
ValueRaider
1de113eccd Merge pull request #2091 from ranaroussi/dev
sync dev -> main
2024-10-20 22:56:26 +01:00
ValueRaider
8daa477167 Merge pull request #2090 from ranaroussi/feature/divident-repair-improve
Feature/dividend repair improve
2024-10-20 22:55:52 +01:00
ValueRaider
3152715d45 Improve divident repair
Dividend repair tweaks:
- handle coincident split missing from dividend
- avoid 100x price changes confusing detection of div too-big/small
- improve detecting div-date-wrong
2024-10-20 21:50:08 +01:00
ValueRaider
ee657b24d5 Merge pull request #2087 from ranaroussi/fix/debug-msg
Fix IndexError in some history() debug messages
2024-10-20 16:31:33 +01:00
ValueRaider
4672715a86 Merge pull request #2066 from ericpien/screener
Implement Screener Feature
2024-10-19 22:13:46 +01:00
Eric Pien
4a70b59db9 Simplify README for Screener
- Reduce the information provided in README with the expectation of migrating to separate documentation.
2024-10-19 09:27:32 -07:00
Ran Aroussi
12e815d977 Update README.md 2024-10-17 21:51:59 +01:00
ValueRaider
e282d1b59c Fix IndexError in some history() debug messages 2024-10-12 11:48:11 +01:00
ValueRaider
7e0946ed37 Merge pull request #2080 from ranaroussi/main
sync main -> dev
2024-10-07 21:30:03 +01:00
ValueRaider
a21fc073b8 Merge pull request #2059 from marco-carvalho/patch-1
Add Pyright type checking
2024-10-07 19:50:24 +01:00
ValueRaider
a9e3cf0780 Merge pull request #2072 from algonell/main
Fix typos
2024-10-05 20:08:10 +01:00
ValueRaider
0f63ecc2bd Merge pull request #2068 from antoniouaa/fix_tickers_single
fix keyerror with single element list passed to Tickers
2024-10-03 20:09:52 +01:00
Andrew Kreimer
10800a1070 Fix typos 2024-10-03 22:01:53 +03:00
Andrew Kreimer
db39b3fca4 Fix a typo 2024-10-03 22:00:57 +03:00
Andrew Kreimer
10d6221718 Fix typos 2024-10-03 22:00:29 +03:00
ValueRaider
17f07e08ef Merge pull request #2069 from ranaroussi/main
sync main -> dev
2024-10-02 20:12:48 +01:00
ValueRaider
f82823c624 Merge pull request #2067 from ranaroussi/fix/tests-context
Fix unit tests contextual imports
2024-10-02 20:11:30 +01:00
antoniouaa
ebc4e200c1 fix keyerror with single element list passed to Tickers 2024-10-01 23:15:54 +01:00
ValueRaider
a8df88b2d2 Fix unit tests contextual imports 2024-10-01 21:24:51 +01:00
Eric Pien
048378ea20 Implement Screener
- Add a new class Screener, Query, and EquityQuery
- Refactor YfData.get() to enable YfData.post() to all of get's implementations
- Add test for the Screener
- Add new set and map to const

Screener can be used to filter yahoo finance. This can be used to get the top gainers of the day, and more customized queries that a user may want to automate.
2024-09-30 18:01:11 -07:00
ValueRaider
9e2252e451 Version 0.2.44 2024-09-30 19:57:57 +01:00
ValueRaider
4c3c228724 Merge pull request #2063 from ranaroussi/dev
sync dev -> main
2024-09-30 19:55:01 +01:00
ValueRaider
3535fb9ed7 Fix test fails in _fix_prices_sudden_change 2024-09-29 23:03:44 +01:00
ValueRaider
dd663a404a Merge pull request #2062 from ranaroussi/feature/improve-div-repair
Improve dividend repair
2024-09-29 20:32:54 +01:00
ValueRaider
ce530b0855 Improve dividend repair
Improve dividend repair:
- detect wrong date
- detect split missing from coincident dividend
- improve detecting adjust contradicting price action
- improve detecting when Close has adjustment
  (remove phantoms before, then use AdjClose -> AdjLow deltas)

Stop negative 'Adj Close' triggering a 'sudden change' repair.
2024-09-29 16:44:23 +01:00
ValueRaider
1890ff2b6d Merge pull request #2058 from ericpien/sectors
Feature Proposal: Support Sector and Industry data from Markets Tab
2024-09-22 17:53:39 +01:00
Eric Pien
3a0b6c2315 Implement Sector and Industry
Sector and Industry class to query the data available on: https://finance.yahoo.com/sectors/:
- sector / industry overview
- sector / industry top companies
- sector / industry research reports
- sector top ETFs
- sector top Mutual Funds
- industries within sector
- industry's sector
- industry's top performing companies
- industry's top growth companies
2024-09-22 08:35:12 -07:00
ValueRaider
676500854c Bug template: clarify 'bad data proof' 2024-09-21 11:56:54 +01:00
Marco Carvalho
f1d5c1d06f Update pyright.yml 2024-09-19 16:08:40 -03:00
Marco Carvalho
d65bf2d761 Update requirements.txt 2024-09-19 15:57:55 -03:00
Marco Carvalho
81deec0d6c Update pyrightconfig.json 2024-09-19 11:32:57 -03:00
Marco Carvalho
74f44a4e1e Update pyright.yml 2024-09-19 11:14:09 -03:00
Marco Carvalho
691904202b Create pyright.yml 2024-09-19 11:09:13 -03:00
Marco Carvalho
3fc54ab249 Create pyrightconfig.json 2024-09-19 11:08:56 -03:00
Marco Carvalho
d7c6f5f320 Update requirements.txt 2024-09-19 11:08:08 -03:00
ValueRaider
6b7a511765 Merge pull request #2041 from ericpien/funds
implement support for funds data
2024-09-08 12:53:20 +01:00
Eric Pien
f584b0c7d0 implementing support for funds data
- adding to scraper a new class FundsData.
- Ticker can now reference the data via ticker.funds_data when appropriate.
- Add unit tests in test_ticker.py for the funds data
2024-09-07 13:49:54 -07:00
ValueRaider
8cadad2cbb Merge pull request #2048 from ranaroussi/main
sync main -> dev
2024-09-04 21:44:28 +01:00
ValueRaider
3fe87cb132 Merge pull request #2039 from joncokisler/main
Fix typo in README.md #2038
2024-08-26 19:27:55 +01:00
Jon Cokisler
72684b1784 fix typo in README 2024-08-26 13:51:45 -04:00
ValueRaider
ed43f6fc09 Version 0.2.43 2024-08-24 21:37:58 +01:00
ValueRaider
f87a9affb3 Merge pull request #2036 from ranaroussi/fix/price-repair-currency-bug
Fix price-repair-currency, logic was inverted
2024-08-24 21:36:36 +01:00
ValueRaider
e329f267b2 Fix price-repair-currency, logic was inverted 2024-08-24 19:04:15 +01:00
ValueRaider
bd1a597a0c Version 0.2.42 2024-08-22 16:59:11 +01:00
ValueRaider
0193cec8bf Merge pull request #2034 from ranaroussi/dev
sync dev -> main
2024-08-22 16:53:14 +01:00
ValueRaider
a2b5d6bea9 Fix 2x old tests 2024-08-22 16:29:07 +01:00
ValueRaider
ce9becddbb Merge branch 'main' into dev 2024-08-22 16:12:15 +01:00
ValueRaider
7e12f2029f Merge pull request #2031 from ranaroussi/feature/price-repair-div-adjust
New: repair bad dividends and div-adjusts. Plus other repair fixes.
2024-08-22 16:03:13 +01:00
ValueRaider
a74ad474d9 Repair dividends: fine-tune logic + unit tests
Fix detecting div_adj_exceeds_prices.
Fine-tune fixing div_too_big.
Unit tests.
2024-08-22 15:47:10 +01:00
ValueRaider
2f5203d677 New: repair bad dividends and div-adjusts. Plus other repair fixes.
The new dividend repair logic looks for too big/small dividends/adjusts.
Because it analyses prices, it needs prices to be consistent - this means
for some exchanges, prices are converted to major currency e.g. pence -> £.
These exchanges are: .L, .TA, .JO
Also, multiday intervals are created by resampling adjusted 1d intervals.

Related change:
- _fix_prices_sudden_change() now fixes dividends with prices

Other repair fixes:
- add basic repair function to fix_Yahoo_returning_live_separate() to handle simple 100x price errors within same week/month
- fix _fix_prices_sudden_change() false positive on real massive price drop (clue = massive volume spike)
- price reconstruct fixes:
  - calibration: stop NaNs breaking, and detect currency unit mixup
  - fix a Pandas warning
2024-08-22 11:08:31 +01:00
ValueRaider
7c66bc374c Merge pull request #2032 from ranaroussi/revert/PR-2027-30m-resampling
Revert PR #2027, breaks with prepost=True
2024-08-22 11:08:07 +01:00
ValueRaider
a0dc25229b Update python-publish.yml to v4 for node20 2024-08-21 22:35:27 +01:00
ValueRaider
1baecc9d5b Revert PR #2027, breaks with prepost=True 2024-08-21 21:11:52 +01:00
ValueRaider
8b8db167f5 Update bug_report.yaml 2024-08-19 10:10:57 +01:00
ValueRaider
4941c619f4 Merge pull request #2023 from Fidasek009/feature/analysis
Implement Analysis (no scraping)
2024-08-16 19:25:48 +01:00
Filip Krása
9cf62894e8 Fix ruff complaining 2024-08-16 20:14:02 +02:00
Filip Krása
0c447d56d1 Update README.md with analysis attributes 2024-08-16 18:37:31 +02:00
Filip Krása
bc719627d1 Implement tests for Analysis 2024-08-16 17:40:40 +02:00
Filip Krása
408d0659e5 Implement Analysis 2024-08-16 17:37:55 +02:00
ValueRaider
67d6859384 Merge pull request #2027 from aleksfasting/fix/NSEI-quarter-offset
Solves #2026
2024-08-16 14:27:14 +01:00
Aleks Fasting
1037ec5b05 solves #2026
Solution that checks the offset of the opening time of the stock exchange (mod 30 minutes) and adds it to the quotes
2024-08-15 17:11:57 +02:00
ValueRaider
459d5f69c2 Merge pull request #2016 from mreiche/bugfix/mixed-tz-conversion
Fix datetime conversion with mixed timezones when ignore_tz is False
2024-08-12 20:29:54 +01:00
Mike Reiche
f13ff4bb4c Fix datetime conversion with mixed timezones when ignore_tz is False 2024-08-12 07:39:55 +02:00
ValueRaider
2b8716c72f Merge pull request #2021 from ericpien/address_issue_2015
Handle faulty response object when getting news.
2024-08-10 12:38:09 +01:00
Eric Pien
447ec68eff add try except for when requests.response.json() fails
- return empty set rather than raising an exception
2024-08-10 03:50:27 -07:00
ValueRaider
602fe2abe6 Merge pull request #2000 from ranaroussi/feature/prices-adjust-errors-and-logging
Prices: improve exceptions and logging
2024-08-10 11:42:43 +01:00
ValueRaider
ffe364268c Prices: improve exceptions & logging
Tidy messages sent to logging.INFO
Use logging's 'extra' argument to make YF log formatting programmatic.
Reclassify some YF price-repair log messages, so that repairs (or repair fails) are level INFO.
2024-08-10 11:40:36 +01:00
ValueRaider
cd18947284 Merge pull request #2020 from ericpien/dev
Fix minor typo
2024-08-10 11:26:03 +01:00
Eric Pien
76062dda22 fixing minor typo
%% -> %
2024-08-10 00:29:07 -07:00
ValueRaider
07329dbfd7 Merge pull request #2013 from ericpien/dev
use dict.get() to safely access key in Holders
2024-08-07 21:02:25 +01:00
ValueRaider
89e61bb118 Merge pull request #2009 from ranaroussi/feature/sec-filings
Implement fetch sec-filings
2024-08-06 22:36:34 +01:00
ThetisLake
d490fa3163 use dict.get() to safely access key
using .get() is safer than [key] and allows effective way to return non-None variable
2024-08-05 17:37:31 -07:00
ValueRaider
614906cc50 Implement fetch sec-filings 2024-08-03 15:16:45 +01:00
ValueRaider
fa3779896b Merge pull request #1995 from stevenbischoff/dev
Fix error on empty options chain
2024-07-24 22:21:52 +01:00
ValueRaider
59178f4402 Merge pull request #1998 from aaron-jencks/patch-1
Remove erroneous print statement
2024-07-22 18:47:14 +01:00
Aaron Jencks
ce6bf9378c Remove erroneous print statement 2024-07-22 11:29:31 -05:00
Steven Bischoff
d70c99ccfa Fix error on empty options chain
Signed-off-by: Steven Bischoff <61480100+stevenbischoff@users.noreply.github.com>
2024-07-19 15:12:43 -05:00
ValueRaider
2594eef3a3 Merge pull request #1994 from ranaroussi/main
main -> dev
2024-07-19 16:07:02 +01:00
ValueRaider
30abd89474 README: add new 'sustainability' attribute 2024-07-19 16:00:52 +01:00
ValueRaider
26697c25de Version 0.2.41 2024-07-19 15:57:45 +01:00
ValueRaider
3e9a77a7f7 Merge pull request #1971 from ranaroussi/dev
dev -> main
2024-07-19 15:50:08 +01:00
ValueRaider
7ca6b10a63 Fix typo in merged branch feature/price-repair-zeroes-improve 2024-07-19 10:39:28 +01:00
ValueRaider
d024dbb012 Merge pull request #1989 from ranaroussi/fix/price-repair-syntax-error-fixes
Fix: price repair syntax errors
2024-07-18 21:33:00 +01:00
ValueRaider
862ef7c78d Merge pull request #1990 from ranaroussi/feature/price-repair-zeroes-improve
Price repair zeroes: improve for 1d+ data
2024-07-18 21:32:24 +01:00
ValueRaider
d948db7344 Price repair zeroes: improve for 1d+ data
If 1d/1wk close changes without volume, tag as bad for repair.
2024-07-18 21:26:01 +01:00
ValueRaider
c894b9e595 Price repair: fix 2x syntax errors 2024-07-18 21:07:55 +01:00
ValueRaider
0681a777b8 Tests small fixes + fix another Pandas warning 2024-07-15 21:33:03 +01:00
ValueRaider
96279b932b Merge pull request #1981 from ranaroussi/fix/pandas-warnings
Prices: fix some Pandas deprecation warnings
2024-07-15 20:55:15 +01:00
ValueRaider
b0e9e917fe Merge pull request #1985 from rhwvu/main
Rebased: Adding various financials to const.py
2024-07-15 20:51:13 +01:00
R. W
d219e841b3 const.py addition 2024-07-15 15:02:43 -04:00
ValueRaider
a73e974d19 Merge pull request #1977 from ranaroussi/fix/earnings
Deprecate Ticker.earnings
2024-07-13 18:46:21 +01:00
ValueRaider
2e48495a9b Fix deprecation warnings not printing. Remove deprecated info code. 2024-07-13 18:45:35 +01:00
ValueRaider
742cc85a0c Prices: fix some Pandas deprecation warnings 2024-07-13 18:30:38 +01:00
ValueRaider
9c89308780 Merge pull request #1967 from SnowCheetos/preiod_max_fix
fixed history fetching when period='max'
2024-07-06 19:55:02 +01:00
ValueRaider
4160fec989 Clarify max period when interval=60m/1h. Tidy. 2024-07-06 19:51:14 +01:00
ValueRaider
57dac67b0e Deprecate 'Ticker.earnings' 2024-07-05 17:40:15 +01:00
SnowCheetos
b1d56ac235 directly subtracted seconds, kept 99 years impl as on main branch 2024-07-03 11:17:03 -05:00
ValueRaider
6be7cc311b Merge pull request #1970 from ranaroussi/fix/history-metadata
history metadata: Fix '1wk is invalid' & repeated calls
2024-06-28 14:01:24 +01:00
ValueRaider
a9f6c3346b history metadata: Fix '1wk is invalid' & repeated calls 2024-06-28 14:00:12 +01:00
zhihaos2
a42a5b75d6 fixed history fetching when period='max' 2024-06-25 13:37:13 -05:00
ValueRaider
2d5978e4d8 Merge pull request #1965 from vittoboa/add-loss-adjustment-expense
Add pull of "Loss Adjustment Expense" as part of Income Statement
2024-06-21 21:58:37 +01:00
vittoboa
17b4518e6a Add pull of Loss Adjustment Expense data in income statement 2024-06-20 23:53:45 +02:00
ValueRaider
2b1dd86c2b Merge pull request #1959 from MohamedAlaa201/mohamed/sustainibillity_implementation
Sustainability Fetching Implementation
2024-06-13 21:13:06 +01:00
Darksinian
ead2b894e4 Implement Sustainibility Fetching 2024-06-13 13:36:29 -04:00
ValueRaider
b27b88caff Merge pull request #1955 from lp177/patch-1 2024-06-04 13:51:06 +01:00
lp177
5d6981346e Fix 'T' is deprecated
site-packages/yfinance/scrapers/history.py:239: FutureWarning: 'T' is deprecated and will be removed in a future version, please use 'min' instead.
2024-06-01 07:57:41 +02:00
ValueRaider
19f9760599 Merge pull request #1946 from ranaroussi/main
sync main -> dev
2024-05-20 19:16:25 +01:00
ValueRaider
930b305327 Version 0.2.40 2024-05-19 17:25:01 +01:00
ValueRaider
7af213dea2 Fix unmatched quotes (0.2.39 regression) 2024-05-19 17:21:59 +01:00
ValueRaider
049337327e Version 0.2.39 2024-05-19 15:14:45 +01:00
ValueRaider
e65ca40d95 Merge pull request #1927 from ranaroussi/dev
sync dev -> main
2024-05-19 15:10:34 +01:00
ValueRaider
fe00fd5152 Ruff fixes 2024-05-19 15:09:57 +01:00
ValueRaider
cb691df586 Merge pull request #1941 from ranaroussi/main
sync main -> dev
2024-05-19 15:07:18 +01:00
ValueRaider
4bc546cb71 Update ci.yml to Node20 2024-05-19 15:05:35 +01:00
ValueRaider
f3c9f9962d Fix tests ; Fine-tune split repair ; Fix UTC warning 2024-05-19 15:01:52 +01:00
ValueRaider
da1c466550 Merge pull request #1931 from ranaroussi/feature/improve-price-repair-bad-splits
Price repair: improve 'sudden change' repair for splits & currency
2024-05-19 11:40:18 +01:00
ValueRaider
97f35b721c Price repair: improve 'sudden change' repair for splits & currency
Original logic for repairing missing split adjustment only checked latest split.
Improved logic checks ALL splits in data, because any can be missing.

Then related changes to 'sudden change detection':
- use prices median not mean, reduce sensitivity to noise.
- handle Kuwait Dinar, which sub-divides into 1000x not 100x.
2024-05-19 11:39:03 +01:00
ValueRaider
7c41434f44 Merge pull request #1930 from ranaroussi/fix/session-switching
Fix switching session from/to requests_cache
2024-05-11 21:40:41 +01:00
ValueRaider
070f13577e Merge pull request #1928 from marcofognog/dev
Add more specific error thowring base on PR 1918
2024-05-11 21:37:35 +01:00
Marcao
7628bec2a6 Adjust and fix according to feedback 2024-05-11 19:20:19 +02:00
ValueRaider
ac4efa3e3d Fix switching session from/to requests_cache
Session switch logic was not recalculating 'self._session_is_caching'.
Also removed message 'help stress-test cookie & crumb & requests_cache', clearly works now.
2024-05-11 09:33:17 +01:00
Elijah Lopez
5a683b916d Add raise missing ticker tests, replace deprecated datetime methods
- renamed test files conform with standards
- replaced utcfromtimestamp
2024-05-10 17:23:14 +02:00
Elijah Lopez
30fdc96157 Fix: PricesMissingError not being raised 2024-05-10 17:15:08 +02:00
Elijah Lopez
ee87a95b8d Rename errors from YFinance to YF 2024-05-10 17:15:08 +02:00
Elijah Lopez
685ef71d9f Add error classes for symbol delisting errors, closes #270 2024-05-10 17:15:08 +02:00
ValueRaider
098e77659c Merge pull request #1922 from ranaroussi/fix/datetime-utc-warning 2024-05-09 10:05:43 +01:00
ValueRaider
dc5c718556 Fix: datetime.datetime.utcnow() is deprecated ...
Python 3.12 deprecates datetime.datetime.utcnow().
Instead of switching to datetime.datetime.now(datetime.UTC), which won't work in Python 3.11,
just switch to Pandas.utcnow().
2024-05-02 22:45:26 +01:00
ValueRaider
84ba6d7d88 Merge pull request #1920 from ranaroussi/feature/price-repair-fx
Don't price-repair FX volume=0, is normal
2024-04-28 12:51:59 +01:00
ValueRaider
e238ac1f95 Merge pull request #1919 from ranaroussi/feature/readme-table-of-contents
Add table-of-contents to README
2024-04-28 12:51:15 +01:00
ValueRaider
efe15e1907 Add table-of-contents to README 2024-04-27 12:50:15 +01:00
ValueRaider
2dcbe34910 Don't price-repair FX volume=0, is normal 2024-04-26 21:32:39 +01:00
ValueRaider
bb47cd4182 Merge pull request #1917 from ranaroussi/main
sync main -> dev
2024-04-24 21:06:43 +01:00
ValueRaider
94e3833e90 Merge pull request #1913 from vittoboa/add_functools_wraps_to_wrapper
Fix help(yf.download) not showing the information about the function
2024-04-22 21:12:22 +01:00
vittoboa
f8e8eecf44 Add functools.wraps to log_indent_decorator's wrapper function 2024-04-22 21:08:10 +02:00
ValueRaider
a1bcb4c351 Version 0.2.38 2024-04-16 22:18:37 +01:00
ValueRaider
18089f451b Merge pull request #1908 from vittoboa/holders_404_error
Fix 404 Error for Holders
2024-04-16 22:14:33 +01:00
vittoboa
3d180fcf2c Move ticker symbol from parameter to URL 2024-04-16 22:37:07 +02:00
ValueRaider
82a3145fdf Merge pull request #1897 from ranaroussi/feature/deprecate-pdr
Deprecate 'pandas_datareader', remove a deprecated argument
2024-04-06 12:42:52 +01:00
ValueRaider
48e9075a2d Deprecate 'pandas_datareader', remove a deprecated argument.
Drop official support for 'pandas_datareader', tag pdr_override() as deprecated.
Also removed deprecated argument 'download(show_errors)'.
2024-04-06 12:42:04 +01:00
ValueRaider
88e8ddb7f5 Merge pull request #1896 from ranaroussi/feature/replace-dead-appdirs
Replace dead 'appdirs' package with 'platformdirs'
2024-04-06 12:22:37 +01:00
ValueRaider
812931ff98 Replace dead 'appdirs' package with 'platformdirs' 2024-04-06 12:19:46 +01:00
ValueRaider
1967e974c1 Merge pull request #1874 from ranaroussi/fix/price-repair-subtle-bug
Fix potential for price repair to discard price=0 rows
2024-03-04 19:46:59 +00:00
Value Raider
942a26fd37 Fix potential for price repair to discard price=0 rows 2024-03-01 22:03:03 +00:00
Value Raider
c2d568367c Version 0.2.37 2024-02-25 13:25:28 +00:00
ValueRaider
d3728d3071 Merge pull request #1869 from ranaroussi/dev
Dev
2024-02-24 23:09:34 +00:00
ValueRaider
915bb1a080 Merge pull request #1866 from ranaroussi/fix/price-repair-confusing-order
Price repair bug-fix
2024-02-24 22:58:20 +00:00
Value Raider
d55c317158 Fix bug: prices order flipping during repair, introducing potential data corruption 2024-02-19 22:17:20 +00:00
ValueRaider
ac1d09049e Merge pull request #1865 from cottrell/fix
Fix some errors.
2024-02-19 22:11:48 +00:00
David Cottrell
afb4e0d5dc Fix some errors. 2024-02-19 21:43:12 +00:00
ValueRaider
1d31e7ca01 Update issue form - more emphasis on following instructions 2024-02-11 13:47:36 +00:00
ValueRaider
683064f9ad Merge pull request #1849 from ranaroussi/refactor/price-history 2024-02-07 23:11:51 +00:00
Value Raider
cdf897f9e6 Move price history+repair logic into new file 2024-02-04 13:09:37 +00:00
ValueRaider
eab6c8dfa7 Update bug_report.yaml because people can't read 2024-02-01 21:28:38 +00:00
ValueRaider
97f93d35ed Merge pull request #1844 from power-edge/dev
adding upgrade for pandas deprecation warning, adding pyarrow>=0.17.0…
2024-01-31 21:51:05 +00:00
Nikolaus Schuetz
5aef8addab removing dev requirements (they are included by extras) 2024-01-29 17:43:12 -05:00
ValueRaider
6b8a4a5608 Merge pull request #1841 from Rogach/pr/dont-disable-global-logging
do not disable app-wide logging in quote.py (fixes #1829)
2024-01-28 16:29:43 +00:00
Platon Pronko
212a7987c3 do not disable app-wide logging in quote.py (fixes #1829) 2024-01-28 20:43:50 +05:00
Nikolaus Schuetz
58a0a57457 adding upgrade for pandas deprecation warning, adding pyarrow>=0.17.0 at minimum requirement as defined in dev requirements for pandas==1.3.0 version 2024-01-26 20:12:58 -05:00
ValueRaider
75297c0eba Merge pull request #1838 from mreiche/bugfix/remove-empty-series
Remove _empty_series leftovers
2024-01-23 19:07:16 +00:00
Mike Reiche
1dc2719368 Remove _empty_series leftovers 2024-01-23 15:32:56 +01:00
Value Raider
ab979e9141 Version 0.2.36 2024-01-21 18:10:41 +00:00
ValueRaider
b837c1ec2a Merge pull request #1834 from ranaroussi/dev
sync dev -> main
2024-01-21 18:08:04 +00:00
ValueRaider
2630c66cd1 Merge pull request #1833 from ange-daumal/json-fix
Fix JSON error handling
2024-01-19 21:56:42 +00:00
ValueRaider
7af789fe9a Merge pull request #1830 from ange-daumal/patch-1
Fix JSON error handling
2024-01-19 21:51:52 +00:00
ValueRaider
73e36688b7 Merge pull request #1827 from ranaroussi/fix/peewee-with-old-sqlite
Handle peewee with old sqlite
2024-01-19 21:51:31 +00:00
ValueRaider
f1264716fc Merge pull request #1824 from ranaroussi/fix/price-keepna-with-repair
Fix history() keepna=False with repair=True
2024-01-19 21:51:10 +00:00
Ange Daumal
06fd35121a Fix JSON access to prevent KeyError 2024-01-19 22:51:02 +01:00
Mike Reiche
91f468e4d3 Fix JSON access to prevent KeyError 2024-01-19 22:42:42 +01:00
ValueRaider
d00c1a976c Merge pull request #1831 from ranaroussi/main
sync main -> dev
2024-01-15 19:28:56 +00:00
ValueRaider
176c3d628b Update ci.yml to Node16 2024-01-15 19:27:37 +00:00
ValueRaider
8f53af1593 Merge pull request #1823 from molpcs/patch-2
Update README.md for better copy-ability
2024-01-14 12:36:17 +00:00
ValueRaider
19188d52d4 Merge pull request #1795 from amanlai/main
explicitly name the column levels
2024-01-14 10:45:04 +00:00
Value Raider
ffaf200562 Handle peewee with old sqlite 2024-01-13 23:00:59 +00:00
Value Raider
6686258e66 Fix history() keepna=False with repair=True 2024-01-13 13:19:44 +00:00
molpcs
47bc46c804 Update README.md
Wrap yfinance[optional] code snippet with quotes to avoid conflict with zsh globbing. Remains compatible with bash.
2024-01-12 11:57:58 -08:00
ValueRaider
f563e51509 Merge pull request #1822 from akshayparopkari/patch-1 2024-01-11 09:30:22 +00:00
Akshay Paropkari
c5404bcd9d Update fundamentals.py
Error in supplying timescale values resulted in misleading ValueError - 

```
ValueError: Illegal argument: timescale must be one of: ['income', 'balance-sheet', 'cash-flow']
```
2024-01-11 05:17:39 +00:00
ValueRaider
006e0a155b Merge pull request #1724 from mreiche/bugfix/data-types-2
Bugfix/data types 2
2024-01-09 20:13:41 +00:00
Mike Reiche
dbc55e5596 Remove unused List import 2024-01-09 21:08:46 +01:00
Mike Reiche
4ce63fe8ca Merge remote-tracking branch 'yfinance/dev' into bugfix/data-types-2 2024-01-09 08:51:33 +01:00
Mike Reiche
223f5337a8 Remove empty static series 2024-01-09 08:50:31 +01:00
Mike Reiche
4c34487149 Revert disabling earnings test 2024-01-09 08:50:00 +01:00
Mike Reiche
ac8a917288 Revert adding explicit requirements 2024-01-09 08:43:54 +01:00
Mike Reiche
15321bd097 Merge remote-tracking branch 'yfinance/main' into bugfix/data-types-2 2024-01-09 08:42:43 +01:00
ValueRaider
10961905b6 Merge pull request #1817 from ranaroussi/main
sync main -> dev
2024-01-07 18:39:10 +00:00
ValueRaider
acbd2a8d78 Merge pull request #1816 from ranaroussi/fix/ticker-api
0.2.34 fixes: Add new data to README, remove deprecated stuff, fix tests
2024-01-07 00:35:06 +00:00
Value Raider
61c4696c65 Add new data to README, remove deprecated stuff, fix tests, v0.2.35
Ticker.recommendations*:
- add to README
- organise their unit tests
- remove redundant recommendations_history

Remove deprecated arguments from Ticker.history

Fix 'bad symbol' behaviour & tests
Fix some prices tests

Bump version 0.2.35
2024-01-07 00:33:59 +00:00
Value Raider
a7c41afa52 Version 0.2.34 2024-01-06 17:19:51 +00:00
ValueRaider
49d8dfd544 Merge pull request #1815 from ranaroussi/dev
sync dev -> main
2024-01-06 16:18:20 +00:00
ValueRaider
477dc6e6c4 Merge pull request #1798 from ranaroussi/fix/price-repair-div-adjust
Fix price repair div adjust
2023-12-31 21:43:44 +00:00
ValueRaider
7e6ad0834c Merge pull request #1806 from puntonim/ticker-history-exc-hook
Ticker.history() to raise HTTP request excs if raise_errors args is True
2023-12-31 14:09:12 +00:00
puntonim
c94cbb64d4 Ticker.history() to raise HTTP request excs if raise_errors args is True 2023-12-31 14:57:47 +01:00
ValueRaider
c053e2cb30 Merge pull request #1807 from ranaroussi/feature/optional-reqs-min-versions
Set sensible min versions for optional 'nospam' reqs
2023-12-31 13:47:17 +00:00
Value Raider
112b297c41 Set sensible min versions for optional 'nospam' reqs
Set sensible min versions for optional 'nospam' reqs:
- requests_cache >= 1.0 , first defined DO_NOT_CACHE
2023-12-31 13:45:26 +00:00
ValueRaider
5195c3a798 Merge pull request #1810 from Tejasweee/dev
make nan as float
2023-12-31 12:56:26 +00:00
Tejasweee
c1ad2589da make nan as float 2023-12-31 09:29:19 +05:45
ValueRaider
d1a34a4da0 Merge pull request #1796 from ranaroussi/fix/cookie-cache-date
Fix invalid date entering cache DB
2023-12-30 17:32:14 +00:00
Value Raider
d44eff4065 Fix 'Unalignable' error in reconstruct_intervals 2023-12-22 20:29:04 +00:00
Value Raider
db670aefd7 Fix invalid date entering cache DB
'peewee.DateTimeField' is not ISO-compliant. If user enforces strict ISO-compliance,
then translation between DateTimeField and sqlite breaks. Fix is to manually
implement translation.
2023-12-22 12:59:50 +00:00
Manlai Amar
a3095d2a40 explicitly name the column levels 2023-12-21 00:02:53 -08:00
ValueRaider
f753e6090d Merge pull request #1793 from ranaroussi/fix/fetch-tkr-tz
Fix _get_ticker_tz() args, were being swapped. Improve its unit test
2023-12-17 18:59:06 +00:00
Value Raider
9021fe52b4 Fix _get_ticker_tz() args, were being swapped. Improve its unit test 2023-12-17 18:35:29 +00:00
ValueRaider
281cc64a4a Merge pull request #1790 from bot-unit/feature/calendar
feature calendar events
2023-12-16 13:37:19 +00:00
ValueRaider
8975689bd1 README: add cache folder location 2023-12-16 13:36:40 +00:00
Unit
24f53e935d added calendar events
added events from calendarEvents module
returning data is dict
test upgraded and passed
2023-12-16 13:35:04 +01:00
ValueRaider
a6790606ef Merge pull request #1774 from coskos-ops/fix/complementaryinfo
Fixed incorrect code for ticker complementary info retrieval
2023-12-14 17:57:26 +00:00
Filip Kostic
122269cf53 Fixed fstring error 2023-12-13 19:45:47 -05:00
ValueRaider
a914647fa4 Merge pull request #1772 from JuliaLWang8/feat/holders-insiders
Feat/Holders insider data
2023-12-13 22:13:24 +00:00
Julia L. Wang
dc957eeb0e Implementation of holders data 2023-12-13 16:57:13 -05:00
ValueRaider
f8d65d0def Merge pull request #1773 from bot-unit/feature/upgrades_downgrades
add upgrades downgrades
2023-12-13 20:59:58 +00:00
ValueRaider
f32097e157 Merge pull request #1771 from JuliaLWang8/feat/extra-dependencies
Feat/adding extra dependencies
2023-12-13 20:58:48 +00:00
Value Raider
469037be80 Tweaks to formatting and links. 2023-12-13 19:26:05 +00:00
Julia L. Wang
9648e69b7e Updated scipy and readme 2023-12-12 18:26:04 -05:00
ValueRaider
f718db6c2f Merge pull request #1776 from coskos-ops/fix/progressSTDerr 2023-12-12 23:08:28 +00:00
Filip Kostic
c8280e4001 Update utils.py 2023-12-12 17:45:26 -05:00
ValueRaider
53c29480b6 Merge pull request #1779 from VishnuAkundi/invalid_symbol_date_fix
Fix for Key Error Issue on Date column when one of the symbols is no longer valid (delisted/not available)
2023-12-12 21:16:39 +00:00
Vishnu Akundi
4a5616d5c4 Added Fix and Unit Test for Issue 2023-12-12 11:29:58 -05:00
Filip Kostic
5e0006e4b3 Removed redundant import 2023-12-11 15:07:16 -05:00
Filip Kostic
2b1a26ef0c Moved progress bar output to stderr 2023-12-10 20:51:11 -05:00
Filip Kostic
8fdf53233f Fixed issue #1305. Added test case to test for trailingPegInfo statistic retrieval 2023-12-10 17:54:08 -05:00
Unit
4175885747 add upgrades downgrades
add upgrades/downgrades (recommendations history)
return data is pandas dataframe
add test for upgrades/downgrades data
2023-12-10 22:35:53 +01:00
ValueRaider
580502941a Merge pull request #1766 from JuliaLWang8/pandas-future-proofing
Pandas future proofing
2023-12-10 20:33:46 +00:00
Julia L. Wang
1863b211cd Added extra dependencies 2023-12-10 10:36:02 -05:00
Julia L. Wang
0bcd2dc725 Removed unnecessary iloc 2023-12-09 23:08:22 -05:00
ValueRaider
c60e590bd7 Merge pull request #1768 from ranaroussi/fix/price-repair-and-tests
Minor fixes for price repair and related tests
2023-12-09 21:45:25 +00:00
ValueRaider
fce4707340 Merge pull request #1756 from marco-carvalho/ruff
Add Ruff
2023-12-09 21:33:28 +00:00
Value Raider
f7825c1c3a Minor fixes for price repair and related tests
Minor fixes for price repair and related tests:
- update out-of-date test, remove delisted ticker
- fix Numpy type mismatch error
2023-12-09 19:40:20 +00:00
Marco Carvalho
27ef2bcd1a Update ruff.yml 2023-12-09 13:18:35 +00:00
Marco Carvalho
fb2006b814 add ruff 2023-12-09 13:18:35 +00:00
Julia L. Wang
9b9158050a Pandas future proofing (tested)
Changed fillna, iloc, and added test changes
2023-12-08 04:26:04 -05:00
ValueRaider
f30e4ebd4c Merge pull request #1764 from ranaroussi/main
sync main -> dev
2023-12-07 09:40:56 +00:00
Value Raider
f08fe83290 Version 0.2.33 2023-12-06 19:49:23 +00:00
ValueRaider
ca2040f5fd Merge pull request #1759 from ranaroussi/hotfix/cookie-fallback-strategy
Fix '_set_cookie_strategy'
2023-12-06 19:47:40 +00:00
ValueRaider
1cfeddff59 Merge pull request #1760 from bot-unit/bugfixes/from_isin
fix base class init method
2023-12-06 19:47:32 +00:00
Value Raider
1ab476b14f Fix '_set_cookie_strategy', was double-toggling. + more logging 2023-12-06 19:46:01 +00:00
Unit
ae2ae7bce4 fix class init method 2023-12-05 19:19:03 +00:00
ValueRaider
1d3ef4f733 Merge pull request #1754 from bot-unit/feature/recommendations
Feature/recommendations
2023-12-02 19:43:35 +00:00
Unit
a3ac9fc72d added recommendations
added valid modules for quote summary request
added _fetch method for fetching quote summary
added fetch recommendationTrend
2023-12-02 15:46:17 +01:00
ValueRaider
03a1f03583 Create CODE_OF_CONDUCT.md 2023-11-26 13:08:54 +00:00
ValueRaider
af9a356fd5 Merge pull request #1745 from ranaroussi/main
sync main -> dev
2023-11-19 11:10:03 +00:00
Value Raider
9b6e35bdcd Version 0.2.32 2023-11-18 12:56:06 +00:00
ValueRaider
4d4e56cdc8 Merge pull request #1657 from ranaroussi/feature/cookie-and-crumb
Add cookie & crumb to requests
2023-11-18 12:54:24 +00:00
Value Raider
91efcd8f7d Final tidy before merge 2023-11-18 12:53:42 +00:00
Value Raider
63a3531edc Remove dependence on python>3.8 2023-11-16 20:29:02 +00:00
Value Raider
1b0d8357d6 Beta version 0.2.32b1 2023-11-13 20:29:51 +00:00
Value Raider
4466e57b95 Add cookie & crumb to requests
Add cookie & crumb to requests. Involves several changes:
- fetch cookie & crumb, obviously.
- two different cookie strategies - one seems to work better in USA, other better outside.
- yfinance auto-detects if one strategy fails, and switches to other strategy.
- cookie is stored in persistent cache folder, alongside timezones. Refetched after 24 hours.

To have this work well with multithreading (yfinance.download()) requires more changes:
- all threads share the same cookie, therefore the same session object. Requires thread-safety ...
- converted data class to a singleton with "SingletonMeta":
 - the first init() call initialises data.
 - but successive calls update its session object - naughty but necessary.
- thread locks to avoid deadlocks and race conditions.
2023-11-13 19:35:12 +00:00
ValueRaider
6d3d6b659c Merge pull request #1740 from mikez/main
Fix pandas FutureWarning: "Passing literal html to 'read_html' is deprecated"
2023-11-09 20:20:56 +00:00
Value Raider
b696add360 Restore 'earnings_dates' unit tests 2023-11-09 20:18:32 +00:00
Michael B.
06751a0b9c Fix pandas FutureWarning: "Passing literal html to 'read_html' is deprecated"
This addresses #1685 (`institutional_holders`) and also `get_earnings_dates()`.

Pandas issue is found here:
https://github.com/pandas-dev/pandas/issues/53767
and the change in code here:
5cedf87ccc/pandas/io/html.py (L1238)

As for legacy Python 2.7 support: `io.StringIO` seems to be supported in
the versions I tested. See https://docs.python.org/2/library/io.html
2023-11-09 17:42:22 +01:00
Mike Reiche
ba3c1b5ac6 Merge remote-tracking branch 'yfinance/dev' into bugfix/data-types-2
# Conflicts:
#	yfinance/base.py
2023-10-21 12:44:39 +02:00
ValueRaider
7432d2939c Merge pull request #1711 from rickturner2001/refactor/ticker-proxy
Refactor/ticker proxy
2023-10-18 20:08:05 +01:00
Mike Reiche
ba977a16a2 Added tests 2023-10-12 08:53:16 +02:00
Mike Reiche
9a3d60105c Minor typing fixes 2023-10-12 08:53:16 +02:00
Mike Reiche
0521428f69 Fixed typing bug when series are empty 2023-10-12 08:53:15 +02:00
Value Raider
308e58b914 Bump version to 0.2.31 2023-10-04 22:03:24 +01:00
ValueRaider
f6beadf448 Merge pull request #1716 from ranaroussi/dev
sync dev -> main
2023-10-04 22:01:43 +01:00
rickturner2001
d607c43967 refactored Ticker proxy attribute 2023-10-01 21:46:59 -04:00
rickturner2001
4c1669ad9d Refactored tests for Ticker with proxy
Ticker proxy refactor
2023-10-01 21:08:49 -04:00
Value Raider
7da64b679e Dev version 0.2.31b2 2023-10-01 22:40:15 +01:00
ValueRaider
38f8ccd40a Merge pull request #1709 from ranaroussi/feature/tz-cache-lazy-load
Feature/tz cache lazy load
2023-10-01 22:39:19 +01:00
ValueRaider
13acc3dc97 Merge pull request #1707 from rickturner2001/fix-testing
Test Fix: Check for type and expect exceptions in tests
2023-10-01 21:19:31 +01:00
Value Raider
cc1ac7bbcc Fix cache on read-only filesystem, + tests 2023-10-01 21:17:59 +01:00
rickturner2001
75449fd0ac Merge branch 'dev' into fix-testing 2023-10-01 15:08:12 -04:00
Value Raider
22e0c414c4 Rename for clarity 2023-10-01 13:04:48 +01:00
Value Raider
37d60e6efb Complete TZ cache lazy-loading
The initial singleton design pattern for database access meant that lazy-loading was broken,
due to structure of '_KV' class. So errors were blocking import.
Fix = use 'peewee' proxy database and initialise when needed.
2023-10-01 12:53:49 +01:00
Value Raider
dac9a48742 Dev version 0.2.31b1 2023-10-01 10:06:34 +01:00
rickturner2001
bd52326091 Fix testing: Fixed broken tests and refactored code 2023-09-30 18:23:03 -04:00
ValueRaider
9581b8bd45 Merge pull request #1705 from ranaroussi/fix/tz-cache-init
Fix TZ cache exception blocking import
2023-09-30 21:16:04 +01:00
Value Raider
62b2c25da8 Disable broken Ticker tests 2023-09-27 21:45:46 +01:00
Value Raider
7618dda5d0 Hopefully fix TZ cache exception blocking import
Hopefully fix TZ cache exception blocking import. Also:
- relocate cache init lock
- add test for setTzCacheLocation()
2023-09-27 21:34:59 +01:00
ValueRaider
95ef486e13 Merge pull request #1704 from ranaroussi/main
sync main -> dev
2023-09-27 20:53:42 +01:00
ValueRaider
9e59f6b61c Merge pull request #1703 from ranaroussi/fix/prices-intraday-merge-events
Fix merging pre-market events with intraday prices
2023-09-27 20:52:23 +01:00
Value Raider
716cd65fd3 Fix merging pre-market events with intraday prices 2023-09-25 22:19:24 +01:00
Value Raider
5b1605b5a1 Bump version to 0.2.30 2023-09-24 22:18:30 +01:00
ValueRaider
412cfbcd6d Merge pull request #1698 from ranaroussi/hotfix/download-database-error
Fix: OperationalError('unable to open database file')
2023-09-24 22:15:15 +01:00
Value Raider
6abee6df44 Remove unrelated change (will go in another PR) 2023-09-23 15:20:06 +01:00
Value Raider
fad21dfeac Enhance testing - use new cache folder 2023-09-23 13:41:59 +01:00
Value Raider
fc27f9c367 Refactor TZ cache 2023-09-23 13:30:58 +01:00
Value Raider
bb79b573ed Fix download() ''unable to open database file' 2023-09-23 11:40:39 +01:00
ValueRaider
127b53ee7f Merge pull request #1693 from ranaroussi/main
sync main -> dev
2023-09-22 14:52:36 +01:00
Value Raider
88525abcbd Bump version to 0.2.29 2023-09-22 12:00:47 +01:00
ValueRaider
99ef055cc4 Merge pull request #1692 from ranaroussi/dev
sync dev -> main
2023-09-22 12:00:06 +01:00
ValueRaider
0f36f7980b Merge pull request #1688 from ranaroussi/fix/price-repair
Price repair fixes
2023-09-22 11:27:38 +01:00
ValueRaider
8282af9ce4 Merge pull request #1684 from ranaroussi/fix/prices-intraday-merge-events
Fix merging events with intraday prices
2023-09-22 11:24:30 +01:00
Value Raider
5208c8cf05 Price repair improvements
Price repair improvements:
- don't attempt repair of empty prices table
- random-mixups: fix 0.01x errors, not just 100x
- stop zeroes, big-dividends, and 100x errors triggering false split errors
2023-09-22 11:21:17 +01:00
Value Raider
d3dfb4c6a8 Fix merging events with intraday prices
If Yahoo returns intraday price data with dividend or stock-split event in future, then this broke the merge.
Fix is to discard out-of-range events.
Assumes that if user requesting intraday then they aren't interested in events.
2023-09-19 19:35:03 +01:00
ValueRaider
279726afe4 Merge pull request #1687 from arduinocc04/arduinocc04-patch-2
Fix error when calling enable_debug_mode twice
2023-09-19 17:41:28 +01:00
조다니엘(Daniel Cho)
937386f3ef Fix error when calling enable_debug_mode twice 2023-09-19 10:02:28 +09:00
ValueRaider
32e569f652 Merge pull request #1675 from ranaroussi/hotfix/database-error
Replace sqlite3 with peewee for 100% thread-safety
2023-09-17 21:47:57 +01:00
ValueRaider
de59f0b2c6 Bug template - add section to describe bug 2023-09-09 18:32:32 +01:00
Value Raider
7d6d8562e8 Replace sqlite3 with peewee for 100% thread-safety 2023-09-03 16:47:36 +01:00
ValueRaider
6cae6d45b1 Merge pull request #1672 from difelice/fix-fix_yahoo_returning_live_separate-warnings
Fix pandas warning when retrieving quotes.
2023-09-01 22:07:18 +01:00
Alessandro Di Felice
ec3de0710d Fix pandas warning when retrieving quotes 2023-09-01 14:07:53 -05:00
Value Raider
0713d93867 Bump version to 0.2.28 2023-08-13 13:05:02 +01:00
Value Raider
67e81a8f9a Fix TypeError: 'FastInfo' object is not callable #1636 2023-08-13 13:01:53 +01:00
ValueRaider
b6372c0945 Merge pull request #1661 from ranaroussi/dev
sync dev -> main
2023-08-13 12:44:05 +01:00
ValueRaider
c9dd582dd8 Merge branch 'main' into dev 2023-08-13 12:40:11 +01:00
ValueRaider
677f3d5702 Merge pull request #1660 from ranaroussi/fix/price-repair-100x-and-calibration
Fix price repair: 100x & calibration
2023-08-13 12:21:55 +01:00
Value Raider
4f9b05a546 Fix price repair: 100x & calibration
Price repair fixes and improvement

Fixes:
- fix reconstruction mis-calibration with tiny DataFrames
- fix detecting last-active-trading-interval when NaNs in DataFrame
- redesign mapping 100x signals to ranges:
  - no change for signals before last-active-trading-interval
  - but for signals after last-active-trading-interval, process in reverse order

Improvements:
- increase max reconstruction depth from 1 to 2. E.g. now 1wk can be repaired with 1h (1wk->1d->1h)
2023-08-13 10:54:57 +01:00
ValueRaider
e1f94ed337 Merge pull request #1654 from ranaroussi/fix/circular-import
Fix circular import in utils.py
2023-08-05 12:56:15 +01:00
Value Raider
93a7ee6161 Fix circular import in utils.py
Commit a4d7d6 introduced a circular import into utils.py
2023-08-05 12:54:12 +01:00
Value Raider
5b0cb60cf5 Bump version to 0.2.27 2023-08-03 21:24:07 +01:00
ValueRaider
1a97c22874 Merge pull request #1635 from ranaroussi/hotfix/prices-events-merge
Fix merging 1d-prices with out-of-range divs/splits
2023-08-03 21:20:29 +01:00
ValueRaider
b0de31da63 Merge pull request #1648 from ranaroussi/hotfix/tkr-tz-already-in-cache
Fix multithread error 'tz already in cache'
2023-08-03 18:02:51 +01:00
Value Raider
cc87608824 Fix multithread error 'tz already in cache' 2023-08-02 19:29:06 +01:00
ValueRaider
6c1e26093c Merge pull request #1633 from ranaroussi/feature/price-repair-improvements
Improve price repair
2023-08-01 20:03:29 +01:00
ValueRaider
e8fdd12cb1 Merge branch 'dev' into feature/price-repair-improvements 2023-07-31 18:30:00 +01:00
Value Raider
93b6e024da Improve bad-split-repair on multiday intervals
Improve bad-split-repair on multiday intervals
Switch some repair log msgs from warning -> info
2023-07-31 18:19:42 +01:00
ValueRaider
d5282967ce Merge pull request #1606 from DanielGoldfarb/main
option_chain() return underlying data that comes with the options data
2023-07-27 15:10:13 +01:00
ValueRaider
9908c1ff48 Merge pull request #1638 from ricardoprins/dev
PEP 8 changes + minor performance improvements
2023-07-26 17:49:25 +01:00
Ricardo Prins
a4d7d6c577 PEP 8 changes + minor performance improvements 2023-07-25 21:01:46 -06:00
ValueRaider
f9080c22a5 Merge pull request #1630 from ricardoprins/dev
Adjust PEP 8 + minor improvements + f-strings in base.py
2023-07-25 16:50:01 +01:00
Ricardo Prins
32e1d479b1 Remove last _pd 2023-07-23 18:37:09 -06:00
Ricardo Prins
5729ce3cb6 Remove .formats and adjust imports 2023-07-23 18:28:30 -06:00
ValueRaider
d0b2070036 Fix merging 1d-prices with out-of-range divs/splits 2023-07-23 15:20:57 +01:00
ValueRaider
688120cab7 Merge pull request #1632 from ranaroussi/fix/history-30m-typo
Fix typo in Ticker.history(30m)
2023-07-23 13:18:35 +01:00
ValueRaider
4a1e1c4447 Merge branch 'dev' into feature/price-repair-improvements 2023-07-22 20:34:56 +01:00
ValueRaider
f99677ed1e Fix typo in Ticker.history(30m) 2023-07-22 16:52:50 +01:00
ValueRaider
6a613eb114 Improve price repair
Several improvements to price repair

Repair 100x and split errors:
- Handle stocks that recently suspended - use latest ACTIVE trading as baseline
- Improve error identification:
  - Restrict repair to no older than 1 year before oldest split
  - To reduce false positives when checking for multiday split errors,
    only analyse 'Open' and 'Close' and use average change instead of nearest-to-1
  - For weekly intervals reduce threshold to 3x standard deviation (5x was too high),
    and for monthly increase to 6x
  - For multiday intervas, if errors only detected in 1 column then assume false positive => ignore

Repair missing div-adjust:
- Fix repair of multiday intervals containing dividend

Price reconstruction:
- Move to after repairing 100x and split errors, so calibration works properly
- Fix maximum depth and reduce to 1
- Restrict calibration to 'Open' and 'Close', because 'Low' and 'High' can differ significantly between e.g. 1d and day-of-1h

Miscellaneous:
- Deprecate repair='silent', the logging module handles this
- Improve tests for 100x and split errors
- New test for 'repair missing div adjust'
2023-07-22 15:09:38 +01:00
Ricardo Prins
0503240973 Adjust PEP 8 + minor improvements + f-strings 2023-07-21 20:33:47 -06:00
ValueRaider
ae6c05fa74 Merge pull request #1628 from ricardoprins/dev
Adjust PEP 8 + minor improvement
2023-07-21 22:35:21 +01:00
Ricardo Prins
aa9a0286a1 Add missing comment to test_dailyWithEvents 2023-07-21 14:25:46 -06:00
ValueRaider
ddf0cf19cd Bump version to 0.2.26 2023-07-21 12:56:10 +01:00
Ricardo Prins
a2bde88c36 Adjust PEP 8 + minor improvement 2023-07-20 22:44:36 -06:00
ValueRaider
1bd819ac4d Merge pull request #1371 from ranaroussi/hotfix/proxy
Fix proxy arg passthrough
2023-07-21 01:01:14 +01:00
ValueRaider
1b9fc5f12f Merge pull request #1625 from ricardoprins/main
Bump requests to 2.31 and removes cryptography.
2023-07-21 00:59:46 +01:00
Ricardo Prins
274f309052 Bump requests to 2.31 and removes cryptography. 2023-07-20 17:17:44 -06:00
ValueRaider
edac283a60 Merge pull request #1623 from ranaroussi/bug-report-yaml
Fix yaml issue rendering
2023-07-19 18:21:52 +01:00
ValueRaider
781fad501f Merge branch 'main' into bug-report-yaml 2023-07-19 18:21:44 +01:00
ValueRaider
39527d24d4 Fix yaml issue template rendering 2023-07-19 18:21:04 +01:00
ValueRaider
45f1c88460 yaml issue template - escape some backticks 2023-07-19 18:09:20 +01:00
ValueRaider
7d638e1040 Merge pull request #1613 from ranaroussi/bug-report-yaml
Convert issue template to yaml
2023-07-19 18:05:40 +01:00
ValueRaider
97b13dfa8c Convert issue template to yaml + improve 2023-07-19 18:01:47 +01:00
ValueRaider
693565a85b Bump version to 0.2.25 2023-07-18 13:45:55 +01:00
ValueRaider
957051e0e8 Merge pull request #1605 from ranaroussi/dev
sync dev -> main
2023-07-18 12:02:19 +01:00
ValueRaider
bd81ebb4e9 Merge pull request #1611 from ricardoprins/main
[BUG] Fix failure when using single ISIN as a ticker (#1525)
2023-07-18 10:55:18 +01:00
ValueRaider
46f53f9957 Port proxy fix to relocated 'FastInfo' 2023-07-17 18:34:00 +01:00
ValueRaider
056b84d8fe Merge branch 'main' into hotfix/proxy 2023-07-17 18:29:04 +01:00
Ricardo Prins
835dbd9629 Fix failure when using single ISIN as a ticker 2023-07-17 08:49:39 -06:00
ValueRaider
07a4594455 Dev version 0.2.25b1 2023-07-14 21:55:29 +01:00
Daniel Goldfarb
736c03ac5b options_chain() return underlying data that comes with the options data 2023-07-14 15:17:17 -04:00
ValueRaider
adfa2e9beb Merge pull request #1604 from ranaroussi/main
sync main -> dev
2023-07-14 20:11:45 +01:00
ValueRaider
b286797e8c Bump version to 0.2.24 2023-07-14 15:52:33 +01:00
ValueRaider
b306bef350 Merge pull request #1603 from ranaroussi/hotfix/info-missing-values
Fix info[] missing values
2023-07-14 15:51:23 +01:00
ValueRaider
61c89660df Optimise info fetch, improve test 2023-07-14 15:29:55 +01:00
Value Raider
31af2ab1d5 Fix recently-fixed info[] missing data 2023-07-13 22:20:42 +01:00
Value Raider
21c380fa61 Bump version to 0.2.23 2023-07-13 20:54:56 +01:00
ValueRaider
e0000cd787 Merge pull request #1595 from signifer-geo/bug20230714
Update quote.py
2023-07-13 20:51:33 +01:00
signifer-geo
11d43eb1a1 Update quote.py
dead code deleted
2023-07-14 04:29:59 +09:00
signifer-geo
509a109f29 Update quote.py
It fixes the error: unauthorized, invalid crumb
2023-07-14 03:11:24 +09:00
ValueRaider
b0639409a3 Merge pull request #1586 from ranaroussi/improve-readme
Emphasise API on Wiki
2023-07-10 15:26:31 +01:00
ValueRaider
ed10feee9a Merge pull request #1584 from lucas03/lukas/start-date-docs
update start parameter docstring
2023-07-06 21:20:17 +01:00
ValueRaider
aba81eedc2 Emphasise API on Wiki
More emphasis that user should review the Wiki for the full API for download() and Ticker.history()
2023-07-06 21:15:41 +01:00
Lukas Vojt
d424d027ac update docstrings for start parameter
requested here
https://github.com/ranaroussi/yfinance/pull/1576#issuecomment-1616599633
2023-07-06 08:17:07 +00:00
ValueRaider
9268fcfa76 Merge pull request #1545 from SnoozeFreddo/main
fix: Readme cache-ratelimit. Limiter parenthesis was never closed
2023-06-27 13:54:08 +01:00
ValueRaider
711e1138d3 Merge pull request #1576 from lucas03/lukas/start-date
fix start date on history
2023-06-27 12:32:17 +01:00
Lukas Vojt
0789b690a4 fix: start year on history
timestamp of 1900 is older than 100 years,
so yahoo responds with error:

GDEVW: 1d data not available for startTime=-2208994789 and
endTime=1687780922. Only 100 years worth of day granularity data are
allowed to be fetched per request.

this should fix it,
something similar was proposed here:
https://github.com/ranaroussi/yfinance/pull/648

 # Please enter the commit message for
your changes. Lines starting
2023-06-26 18:43:35 +02:00
ValueRaider
6055566de8 Bump version to 0.2.22 2023-06-24 19:42:18 +01:00
ValueRaider
398a19a855 Merge pull request #1574 from ranaroussi/hotfix/sql-db-error
Fix unhandled 'sqlite3.DatabaseError'
2023-06-24 19:40:51 +01:00
ValueRaider
e771cfabb6 Fix unhandled 'sqlite3.DatabaseError'
... also move '_TzCacheException' logging from level ERROR to INFO, because users don't need to know
2023-06-24 16:57:06 +01:00
ValueRaider
5b676f803b Bump version to 0.2.21 2023-06-21 23:15:37 +01:00
ValueRaider
eb5c50d5c7 Merge pull request #1569 from ranaroussi/dev
sync dev -> main
2023-06-21 23:13:49 +01:00
ValueRaider
1cb0b215c4 Merge branch 'main' into dev 2023-06-21 23:13:12 +01:00
ValueRaider
50dcb2ce5a Merge pull request #1568 from ranaroussi/fix/financials
Fix financials tables
2023-06-21 23:07:50 +01:00
ValueRaider
1ce9ce2784 Fix financials ; Remove broken decryption & scraping 2023-06-21 14:49:16 +01:00
ValueRaider
cd4816e289 Post-merge tidy price-repair logging 2023-06-20 17:46:06 +01:00
ValueRaider
27e9ce7542 Merge pull request #1543 from ranaroussi/feature/fix-Yahoo-bad-div-split-adjustments
Price repair update: fix Yahoo messing up dividend and split adjustments
2023-06-20 17:41:16 +01:00
ValueRaider
02c1c60f3b Merge branch 'dev' into feature/fix-Yahoo-bad-div-split-adjustments 2023-06-20 17:39:19 +01:00
ValueRaider
27ea9472c1 Price repair improvements
Improve split-repair of multi-day intervals. Because split error can occur within a multi-day interval, e.g. mid-way through week, need to repair each OHLC column separately

Increase robustness of repair 'Adj Close'

Limit price-repair recursion depth to 2
2023-06-20 17:37:19 +01:00
ValueRaider
801f58790a Merge pull request #1562 from ranaroussi/fix/logging-behaviour
Fix logging behaviour
2023-06-19 23:26:14 +01:00
ValueRaider
080834e3ce Update README#logging ; remove 'info fixed' message 2023-06-19 23:25:36 +01:00
ValueRaider
4e7b2094d0 Logging: improve appearance, fix propagation
Various important changes to yfinance logging:

Remove handler from YF logger as breaks standard logging practice.

Improve 'download' log message grouping

Move custom DEBUG log formatting into 'yf.enable_debug_mode()', which if called adds the handler. The custom DEBUG log formatting is:
- 'MultiLineFormatter' improves appearance of multi-line messages in any logging mode. Adds leading indent to all lines below first, to align with the first line which is indented by %levelname%.
- Whitespace padding is added to end of %levelname% string up to 8 characters. This resolves different level strings e.g. INFO & DEBUG creating different indents. But this only automatically applies to first line of message - for multi-line messages, 'MultiLineFormatter' extracts amount of padding and applies to all other lines.
- Add leading indent proportional to function depth, because DEBUG generates a lot of messages particularly when repairing price data - same function can be called recursively. Implemented in 'IndentLoggerAdapter', a simple wrapper around the logger object.
- 'log_indent_decorator' inserts 'Entering/Exiting %function%' debug messages, helps organise.
2023-06-19 19:42:02 +01:00
ValueRaider
c72e04bf55 Merge pull request #1567 from ranaroussi/fix/future-event-merge
Fix merge future div/split into prices
2023-06-19 11:56:48 +01:00
ValueRaider
abbe4c3a2f Fix merge future div/split into prices 2023-06-19 11:41:53 +01:00
ValueRaider
9e21b85043 Merge branch 'dev' into feature/fix-Yahoo-bad-div-split-adjustments 2023-06-17 12:49:01 +01:00
ValueRaider
b44917b7f9 Improve price-repair of 1d 'Adj Close'
Main change is fixing price-repair of 1d 'Adj Close'. 1d repair uses 1h data, but 1h is never div-adjusted. For correct 1d 'Adj Close', extract div-adjustment from the good 1d data, and calculate it for any bad 1d data. A new unit test ensures correctness.

Other changes:
- bug fix in split-repair logic to handle price=0
- improve unit test coverage on price dividend
- add 1wk interval to split-repair unit test
2023-06-16 14:06:25 +01:00
ValueRaider
6f78dd6e6b Fix dumb bug 2023-06-12 17:05:37 +01:00
ValueRaider
593dc8fcee Use new split-repair logic to also fix 100x error
Stumbled upon another type of 100x price error - Yahoo may switch a symbol from e.g. cents -> $ on some recent date, so recent prices are 100x different. The new split-repair is perfect for this - set change to 100 and ignore 'Volume'.
2023-06-12 14:46:58 +01:00
ValueRaider
b94baa4cc5 Merge pull request #1552 from adityanparikh/fix/timedelta
Fix timedelta bug
2023-06-08 21:26:31 +01:00
ValueRaider
1a054135fb Merge pull request #1553 from ranaroussi/fix/events-merging
Fix prices-events merge
2023-06-08 21:18:14 +01:00
ValueRaider
4e2253a406 Fix prices-events merge
An out-of-range dividend was breaking merge with 1mo-prices, so fixed that. Also replaced the mega-loop with Numpy, much clearer now. Improved its tests.
2023-06-08 21:16:05 +01:00
Aditya Parikh
9af7ec0a4e Fix timedelta bug
Fix for exception using _pd.Timedelta function with unit='d' parameter for  Pandas v1.4.4
2023-06-08 16:15:03 -04:00
Value Raider
8624216e21 Bump version to 0.2.20 2023-06-07 16:51:17 +01:00
ValueRaider
954e71d19c Update action versions in python-publish.yml
Recent release action generated deprecated error: "Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2."

So simply increasing versions to match latest GitHub usage docs, hopefully works.
2023-06-07 16:48:11 +01:00
ValueRaider
5124059422 Bump version to 0.2.19 2023-06-07 13:28:32 +01:00
ValueRaider
d18cd6f42f Merge pull request #1549 from ranaroussi/dev
dev -> main
2023-06-07 13:23:39 +01:00
ValueRaider
c20211a06c Merge pull request #1547 from bveber/dev 2023-06-06 23:05:40 +01:00
bveber
cdfe7d0d2d add session to download 2023-06-06 01:06:18 -05:00
ValueRaider
e57647c1d7 Stock split repair: bug fixes & more testing 2023-06-03 20:49:35 +01:00
Konstantinos Ftikas
762abd8bba fix: Readme cache-ratelimit. Limiter parenthesis was never closed
The example in the docs will not work out of the box due to a syntax error.
2023-06-03 14:19:31 +02:00
ValueRaider
d1ea402792 Price repair improvement: fix stupid bug 2023-06-01 15:56:54 +01:00
ValueRaider
65f65b1776 Price repair improvement: fix price Low=High errors on stock split day
Yahoo often messes up price data on stock split day - all equal or simply missing.
Impossible that price didn't move/trade on stock split day.
2023-05-31 21:51:04 +01:00
ValueRaider
9388c29207 Price repair improvement: fix stock split adjustment missing from pre-split data 2023-05-31 21:41:05 +01:00
ValueRaider
9f91f4b180 Price repair improvement: fix missing dividend adjustment 2023-05-31 21:40:16 +01:00
ValueRaider
cac616a24c Dev version 0.2.19b4 2023-05-25 11:09:31 +01:00
ValueRaider
72a9e45e56 Merge pull request #1541 from ranaroussi/fix/download-logging
Bugfix in `download` logging tracebacks & boost tests
2023-05-25 10:58:52 +01:00
ValueRaider
4802199ae7 Bugfix in download logging tracebacks & boost tests
New logging in `download` stores the tracebacks, but the logic was faulty, this fixes that.
Also improves error handling in `download`.
Unit tests should have detected this so improved them:
- add/improve `download` tests
- disable tests that require Yahoo decryption (because is broken)
- fix logging-related errors
- improve session use
2023-05-24 13:19:39 +01:00
ValueRaider
d9bfd29113 Delete 'Feature request' issue template - can't have nice things 2023-05-23 17:11:31 +01:00
ValueRaider
4711aab7b3 Merge pull request #1536 from ranaroussi/hotfix/tz-cache-migrate-error-again
Fix corrupt tkr-tz-csv halting code (again)
2023-05-23 16:44:35 +01:00
ValueRaider
30d20c1206 Fix corrupt tkr-tz-csv halting code (again) 2023-05-23 16:34:50 +01:00
ValueRaider
5c565c8934 bug_report.md: add instruction to post debug log
bug_report.md: add instruction to post debug log. Plus some minor edits.
2023-05-17 18:44:52 +01:00
ValueRaider
2fff97290b Merge pull request #1528 from ranaroussi/fix/tz-cache-migrate-error
Fix corrupt tkr-tz-csv halting code
2023-05-17 16:59:15 +01:00
ValueRaider
62ca5ab6be Fix corrupt tkr-tz-csv halting code 2023-05-17 15:05:38 +01:00
ValueRaider
83b177b7fb README.md - note on installing betas 2023-05-12 12:11:14 +01:00
ValueRaider
e8b99cb4e6 Dev version 0.2.19b3 2023-05-11 14:04:04 +01:00
ValueRaider
503d234020 Dev version 0.2.19b2 - add missing file 2023-05-11 14:03:38 +01:00
ValueRaider
144efd3b08 Dev version 0.2.19b2 2023-05-11 13:52:41 +01:00
ValueRaider
80fc91ffa9 Merge pull request #1523 from ranaroussi/fix/price-fixes
Price fixes
2023-05-11 13:51:03 +01:00
ValueRaider
9821197fd1 Merge pull request #1522 from ranaroussi/fix/logging-messages
Improve logging messages
2023-05-11 13:50:45 +01:00
ValueRaider
45b5cac33b Improve logging messages
Improve logging messages related to price data fetches:
- fix 'debug is deprecated' msg
- append user args to 'may be delisted' msg - interval & dates/period
- improve formatting of 'cannot reconstruct' msg
- hide errors in 'history()' while accessing 'fast_info[]'
2023-05-10 14:47:58 +01:00
ValueRaider
d755b8c7ff Fix 'history()' edge cases
Fix merging prices & events if prices empty.
If user requested price repair, ensure 'Repaired?' column always present.
2023-05-10 14:44:50 +01:00
ValueRaider
ab1042b4c9 Dev version 0.2.19b1 2023-05-04 22:14:34 +01:00
ValueRaider
8172fc02d2 Merge pull request #1514 from ranaroussi/feature/optimise-history
Optimise Ticker.history() - up to 2x faster
2023-05-04 22:08:40 +01:00
ValueRaider
836082280b Merge branch 'dev' into feature/optimise-history 2023-05-04 22:08:28 +01:00
ValueRaider
6a98c2eda6 Merge pull request #1493 from ranaroussi/feature/error-reporting
Deprecate 'debug' arg, improve 'logging' use
2023-05-04 22:06:54 +01:00
ValueRaider
46f55c8983 Add debug logging to 'history()' ; Improve logger fmt 2023-05-04 22:04:39 +01:00
ValueRaider
b025fef22c Optimise Ticker.history() - up to 2x faster
format_history_metadata() is expensive. Improvements:
- only perform full formatting if user requests metadata
- when pruning prepost data, only format 'tradingPeriods' entry of metadata

Other small optimisations to several internal prices processing methods.

Speedups:
dat.history(period='1wk', interval='1h', prepost=True)  # 2x
dat.history(period='1mo', interval='1h', prepost=True)  # 1.46x
dat.history(period='1wk', interval='1h')  # 1.15x
dat.history(period='1mo', interval='1h')  # 1.13x
dat.history(period='1y', interval='1d')  # 1.36x
dat.history(period='5y', interval='1d')  # 1.13x
2023-04-30 00:35:08 +01:00
ValueRaider
b96319dd64 Merge pull request #1504 from ranaroussi/hotfix/sql-exception
Fix timezone cache error: IntegrityError('NOT NULL constraint failed: kv.key')
2023-04-26 21:29:33 +01:00
ValueRaider
74b88dc62c Fix IntegrityError in timezone cache 2023-04-26 21:27:31 +01:00
ValueRaider
e3778465d8 Merge branch 'dev' into feature/error-reporting 2023-04-22 16:02:56 +01:00
ValueRaider
f82177ea2e Improve download() logging - group errors & tracebacks for cleaner STDOUT 2023-04-16 21:57:04 +01:00
ValueRaider
d30a2a0915 README.md: update 'News' 2023-04-16 21:29:57 +01:00
ValueRaider
142b1f3eb4 Merge pull request #1499 from ranaroussi/main
sync main -> dev
2023-04-16 19:08:50 +01:00
ValueRaider
afad7fcf0b Bump version to 0.2.18 2023-04-16 19:03:08 +01:00
ValueRaider
0baedbe4f5 Merge pull request #1498 from ranaroussi/hotfix/tz-cache-migrate-error
Fix handling Pandas parsing error during TZ-csv-cache migrate
2023-04-16 19:00:50 +01:00
ValueRaider
2c3c3dc8a9 Merge pull request #1496 from ranaroussi/hotfix/fast-info-np-not-found
Fix '_np not found', tweak 'info[] fixed' message
2023-04-16 18:59:38 +01:00
ValueRaider
8585dda77a Fix handling Pandas parsing error during TZ-csv-cache migrate 2023-04-16 15:09:28 +01:00
ValueRaider
3eb60fbd4a Fix '_np not found', tweak 'info[] fixed' message 2023-04-16 10:37:25 +01:00
ValueRaider
d3e2e71a6e Improve logging behaviour, particulary download()
- Use same logger across all files
- download():
  - write tracebacks to DEBUG
  - deprecate 'show_errors' argument
2023-04-15 17:29:07 +01:00
ValueRaider
4937c933a2 Deprecate 'debug' arg, improve 'logging' use 2023-04-15 16:47:39 +01:00
ValueRaider
045cd45893 Bump version to 0.2.17 2023-04-10 21:55:21 +01:00
ValueRaider
6d52cb6e3a Merge pull request #1488 from steven9909/fix_localize
Fix tzinfo missing attribute
2023-04-10 21:51:54 +01:00
steven9909
a24c0e1391 fix tzinfo missing attribute
tzinfo does not have a localize attribute so it is replaced with timestamp in UTC
2023-04-10 16:04:58 -04:00
ValueRaider
1e941fc86a Merge branch 'main' into dev 2023-04-09 23:45:37 +01:00
ValueRaider
0b52e8f118 Bump version to 0.2.16 2023-04-09 23:42:50 +01:00
ValueRaider
d45bed3d53 Fix 'fast_info deprecated' msg appearing at Ticker() init 2023-04-09 23:41:44 +01:00
ValueRaider
4152f7c897 Bump version to 0.2.15 2023-04-09 21:07:16 +01:00
ValueRaider
e7a3848f69 Merge pull request #1477 from ranaroussi/feature/price-repair-tweaks
Price repair: add 'Repaired?' column, and a bugfix
2023-04-09 21:01:49 +01:00
ValueRaider
fc4350e463 Merge pull request #1480 from kennykos/get_full_info
'info' fetch now gets same data as scrape
2023-04-09 21:01:34 +01:00
ValueRaider
13556afd90 README.md: reorganise & link to 'How to contribute' 2023-04-07 12:21:01 +01:00
ValueRaider
3d29ced428 Merge pull request #1474 from garrettladley/leverage-dict-and-list-comps
Leverage dict & list comprehensions in yfinance/tickers.py
2023-04-06 13:26:08 +01:00
Value Raider
6a63ce9e15 Demote 'fast_info'
Demote 'fast_info':
- inform user can revert to 'info'
- remove from README
- relocate class from base.py -> quote.py
2023-04-06 12:21:57 +01:00
garrettladley
2fe5a0a361 leveraged dict & list comps in yfinance/tickers.py 2023-04-05 18:55:47 -04:00
kennykos
63699a6aad 'info' fetch now gets same data as scrape
* Changed base url to "https://query2.finance.yahoo.com/v10/finance/quoteSummary"
* instead of just getting the quote, we now get
	* ```
	   items = ['summaryProfile', 'financialData', 'quoteType',
                    'defaultKeyStatistics', 'assetProfile', 'summaryDetail']
          ```
	which is the same as in the scrape function
2023-04-05 18:23:36 +01:00
Value Raider
a649b40dc9 Price repair: add 'Repaired?' column, and a bugfix
Price repair changes:
- if user requests price repair, add 'Repaired?' bool column showing what rows were repaired.
- fix price repair requesting <1d data beyond Yahoo's limit.
- fix logger messages
2023-04-03 21:27:04 +01:00
ValueRaider
a01edee4fa Merge pull request #1476 from ranaroussi/main
main -> dev
2023-04-03 21:20:50 +01:00
Value Raider
5367f62bd7 Bump version to 0.2.14 2023-03-25 11:39:21 +00:00
ValueRaider
27cb90c596 Merge pull request #1461 from qianyun210603/main
Add failback for decryption error in info interface
2023-03-25 11:33:27 +00:00
BookSword
6c2682654a Fetch 'info' dict via API 2023-03-24 18:04:07 +00:00
Value Raider
e89e190d11 Merge branch 'main' into dev 2023-03-21 19:05:56 +00:00
ValueRaider
a236270389 Merge pull request #1457 from ranaroussi/fix/price-fixes-various
Various fixes to price data processing
2023-03-21 18:59:13 +00:00
Value Raider
ef1205388c Bump version to 0.2.13 2023-03-21 18:56:32 +00:00
Value Raider
bb477989d4 Fix price-events merge when occurred pre-market 2023-03-21 18:52:35 +00:00
ValueRaider
478dc0a350 Merge pull request #1452 from ranaroussi/hotfix/prices-merge-events
Fix filtering events older than prices for merging
2023-03-21 18:16:29 +00:00
Value Raider
b5dca4941a Order history_metadata['tradingPeriods'] DF sensibly 2023-03-20 21:18:53 +00:00
Value Raider
6b71ba977c Various fixes to price data processing
- move drop-duplicates to before repair
- fix 'format_history_metadata()' processing 'regular' column
- fix Pandas & Numpy warnings
2023-03-20 21:10:45 +00:00
ValueRaider
195a7aa304 Merge pull request #1455 from mppics/fix/aggregate_capital_gains
Adding fix and test for aggregating Capital Gains
2023-03-18 17:24:53 +00:00
Matt Piccoli
a58d7456fe Adding fix and test for aggregating Capital Gains 2023-03-18 12:57:26 -04:00
ValueRaider
1edeaf07dc Merge pull request #1448 from ivan23kor/feature/clarify-end-argument
Clarify that interval is [start; end) in docstrings
2023-03-09 22:04:58 +00:00
Ivan Korostelev
7f04a9dcb6 Clarify that interval is [start; end) in docstrings 2023-03-09 14:27:21 -07:00
ValueRaider
7b95f554bd README: fix rate-limiting example 2023-02-21 12:24:35 +00:00
ValueRaider
6c70b866c7 Merge pull request #1423 from flaviovs/no-print
No print
2023-02-20 20:07:23 +00:00
Value Raider
bd696fb4db Beta version 0.2.13b1 2023-02-17 17:04:39 +00:00
Value Raider
d13aafa633 Replace more prints with logging, mostly in 'price repair' 2023-02-17 12:01:11 +00:00
Flávio Veloso Soares
00823f6fa6 Remove redundant logging text 2023-02-16 16:53:33 -08:00
Flávio Veloso Soares
21fdba9021 Replace warnings print() with warnings.warn(...) calls 2023-02-16 16:53:33 -08:00
Flávio Veloso Soares
972547ca8c Replace prints with logging module 2023-02-16 16:53:33 -08:00
ValueRaider
23b400f0fb Merge pull request #1421 from ranaroussi/fix/missing-price-history-errors
Improve handling missing price history
2023-02-16 14:22:10 +00:00
Value Raider
ca8c1c8cb4 Bump version to 0.2.12 2023-02-16 12:01:25 +00:00
ValueRaider
6b8b0d5c86 Merge pull request #1422 from ranaroussi/hotfix/disable-decrypt-fail-msg
Disable annoying 'backup decrypt' msg
2023-02-16 12:00:16 +00:00
Value Raider
952a04338f Disable annoying 'backup decrypt' msg 2023-02-15 16:46:55 +00:00
Value Raider
a1a385196b Improve handling missing price history
Fix fast_info[] dying if metadata incomplete/missing ; Price repair fix when no fine data available ; Fix _fix_unit_mixups() report
2023-02-14 17:31:14 +00:00
ValueRaider
62a442bd15 Update yahoo-keys.txt 2023-02-14 00:06:06 +00:00
ValueRaider
a0046439d1 Merge pull request #1400 from ranaroussi/feature/improve-performance
Optimise recent new features in `history`
2023-02-12 14:58:36 +00:00
ValueRaider
63a8476575 Merge pull request #1417 from ranaroussi/main
main -> dev
2023-02-12 14:56:19 +00:00
ValueRaider
e96f4f3cc0 Update yahoo-keys.txt 2023-02-12 09:57:25 +00:00
ValueRaider
cd5d0dfc3b Bump version to 0.2.11 2023-02-10 16:59:20 +00:00
ValueRaider
ece41cdb06 Merge pull request #1411 from sdeibel/main
Fix format_history_metadata for some symbols
2023-02-10 16:30:03 +00:00
ValueRaider
c362d54b1a Fix other metadata accesses + tests 2023-02-09 19:41:50 +00:00
Stephan Deibel
543e4fe582 Fix format_history_metadata for some symbols
Fix format_history_metadata when firstTradeDate is None, as is the case for QCSTIX and probably others.
2023-02-09 13:46:52 -05:00
ValueRaider
f8aab533ba Merge branch 'main' into hotfix/proxy 2023-02-08 13:52:34 +00:00
ValueRaider
53fca7016e Bump version to 0.2.10 2023-02-07 22:05:17 +00:00
ValueRaider
4b6529c3a5 Merge pull request #1406 from ranaroussi/dev
dev -> main
2023-02-07 22:03:20 +00:00
ValueRaider
8957147926 Merge branch 'main' into dev 2023-02-07 22:02:46 +00:00
ValueRaider
4c7392ed17 Merge pull request #1403 from ranaroussi/fix/decrypt-keys
Fix decrypt keys
2023-02-07 21:55:33 +00:00
ValueRaider
0efda4f5af Fix filtering events older than prices for merging 2023-02-07 21:45:35 +00:00
ValueRaider
508de4aefb Dev version 0.2.10b3 2023-02-07 14:09:08 +00:00
ValueRaider
3d39992280 Add resilience to price repair
When calibrating price repair, use weighted average to estimate stock split ratio, is more resilient
2023-02-07 14:07:08 +00:00
ValueRaider
b462836540 Merge pull request #1385 from ranaroussi/fix/download-tz-behaviour
Restore original download() timezone handling
2023-02-07 13:16:03 +00:00
ValueRaider
2795660c28 Add a 5th backup key 2023-02-07 13:10:03 +00:00
ValueRaider
3dc87753ea Fix _get_decryption_keys_from_yahoo_js() returning '' 2023-02-07 13:09:49 +00:00
ValueRaider
645cc19037 Merge pull request #1379 from ranaroussi/feature/improve-decrypt
Add another backup decrypt option
2023-02-06 22:24:22 +00:00
ValueRaider
86d6acccf7 Fix dumb bugs in price repair - 1 more 2023-02-05 18:17:47 +00:00
ValueRaider
0f5db35b6e Optimise Ticker._reconstruct_intervals_batch() (slightly) 2023-02-05 18:16:08 +00:00
ValueRaider
7c6742a60a Optimise Ticker._fix_unit_mixups() 2023-02-05 15:15:56 +00:00
ValueRaider
4fa32a98ed Merge pull request #1397 from Matt-Seath/dev
Catch TypeError Exception
2023-02-05 13:49:48 +00:00
ValueRaider
36ace8017d Optimise Ticker._fix_zeroes() 2023-02-05 13:46:57 +00:00
ValueRaider
5cdc78f479 Merge pull request #1398 from vidalmarco/patch-1
get_shares_full does not work with proxy
2023-02-05 10:59:33 +00:00
Marco Vidal
ba634fad0e get_shares_full does not work with proxy
Error: "Yahoo web request for share count failed" 
updated cache_get call by adding proxy parameter and by calling it by keyword
2023-02-05 09:17:22 +01:00
Matt Seath
35f4071c0b Catch TypeError Exception
Addresses recent issue where calling Ticker.info would occasionally result in a TypeError Exception at line 287.
2023-02-05 11:49:40 +10:00
ValueRaider
8a5ca71f52 Fix holders.py proxy pass-through 2023-02-05 00:06:49 +00:00
ValueRaider
ead0bce96e Optimise format_history_metadata() 2023-02-04 22:56:49 +00:00
ValueRaider
86b00091a9 Fix dumb bugs in price repair 2023-02-02 21:57:55 +00:00
ValueRaider
141ce7e471 Fix proxy + cache_get. Improve error propagation 2023-02-01 21:19:54 +00:00
ValueRaider
4eae728a06 Potential fix for proxy - enable #2 2023-02-01 19:17:18 +00:00
ValueRaider
2d6b6b26ed Potential fix for proxy - enable 2023-02-01 19:04:47 +00:00
ValueRaider
ec3dfaf305 Potential fix for proxy - revert 2023-02-01 18:10:45 +00:00
ValueRaider
e89d390824 Potential fix for proxy 2023-02-01 18:09:51 +00:00
ValueRaider
563a1a3448 Add Ticker test for proxy 2023-02-01 17:28:57 +00:00
ValueRaider
2e6d3d0e60 Fix proxy in 'history()' 2023-02-01 17:06:23 +00:00
ValueRaider
2a2928b4a0 Fix 'tradingPeriods' parsing when empty - 0.2.10b2 2023-02-01 13:31:54 +00:00
ValueRaider
d47133e5bf Dev version 0.2.10b1 2023-01-31 22:12:11 +00:00
ValueRaider
8f0c58dafa Dev version 0.2.10b0 2023-01-31 22:02:41 +00:00
ValueRaider
27a721c7dd Merge pull request #1380 from ranaroussi/fix/old-sqlite-error
Allow using sqlite3 < 3.8.2
2023-01-31 19:52:22 +00:00
ValueRaider
3e964d5319 Merge pull request #1383 from ranaroussi/fix/fast-info-prepost
Fix fast_info["previousClose"]
2023-01-31 19:51:46 +00:00
ValueRaider
84a31ae0b4 Merge pull request #1311 from ranaroussi/feature/prices-metadata-prune-prepost
Drop intraday intervals if in post-market but prepost=False
2023-01-31 19:50:00 +00:00
ValueRaider
891b533ec2 Drop intraday intervals if in prepost but prepost=False 2023-01-31 19:48:47 +00:00
ValueRaider
b9fb3e4979 Restore original download() tz handling: day/week/etc = ignore 2023-01-31 00:00:45 +00:00
ValueRaider
09342982a4 Add 'quoteType'. Improve handling tickers without trading 2023-01-30 23:53:06 +00:00
ValueRaider
da8c49011e fast_info: Fix previousClose & yearChange 2023-01-30 16:06:55 +00:00
ValueRaider
b805f0a010 Add another backup decrypt option 2023-01-29 23:09:45 +00:00
ValueRaider
5b0feb3d20 Fix tests 2023-01-29 16:53:26 +00:00
ValueRaider
ecbfc2957d bug_report: tighten language (again) 2023-01-29 13:58:02 +00:00
ValueRaider
e96248dec7 README: fix narrative ordering 2023-01-29 13:52:13 +00:00
ValueRaider
7d0045f03c README: simplify API overview with link to Wiki 2023-01-29 13:49:01 +00:00
ValueRaider
c3d7449844 Merge pull request #1289 from ranaroussi/fix/price-repair
Fix & improve price repair
2023-01-29 13:02:48 +00:00
ValueRaider
a4f11b0243 Fix price repair tests, remove unrelated changes 2023-01-29 13:01:54 +00:00
ValueRaider
1702fd0797 bug_report: tighten language 2023-01-29 00:54:27 +00:00
ValueRaider
464b3333d7 Allow using sqlite3 < 3.8.2 2023-01-29 00:34:46 +00:00
ValueRaider
685f2ec351 Merge branch 'dev' into fix/price-repair 2023-01-28 23:26:56 +00:00
ValueRaider
aad46baf28 price repair: Fix 'min_dt', add 'silent' mode 2023-01-28 23:14:28 +00:00
ValueRaider
a97db0aac6 README: add how-to for requests rate-limiting 2023-01-28 23:10:38 +00:00
ValueRaider
553bc5965a Fix proxy arg passthrough 2023-01-28 23:07:19 +00:00
ValueRaider
af5f96f97e Merge pull request #1368 from ranaroussi/fix/fast-info-camel-case
`fast_info` usability improvements
2023-01-28 22:28:42 +00:00
ValueRaider
a4bdaea888 fast_info: add camelCase, items() & values() 2023-01-28 22:27:51 +00:00
ValueRaider
ac5a9d2793 Merge pull request #1367 from ranaroussi/main
main -> dev
2023-01-27 22:09:59 +00:00
ValueRaider
b17ad32a47 Merge pull request #1366 from ranaroussi/doc/readme-explain-instability
README: comment on instability, tidy Ticker 'Quick start'
2023-01-27 18:31:32 +00:00
ValueRaider
af39855e28 README: comment on instability, tidy Ticker 'Quick start' 2023-01-27 17:36:25 +00:00
ValueRaider
ac6e047f0d Bump version to 0.2.9 2023-01-26 22:21:46 +00:00
ValueRaider
1e24337f29 Bump version to 0.2.8 2023-01-26 22:20:11 +00:00
ValueRaider
9297504b84 Merge pull request #1346 from ranaroussi/main
main -> dev sync
2023-01-25 22:16:22 +00:00
ValueRaider
39c1ecc7a2 Improve price repair - reduce spam, improve data reliability
Extend 'reconstruct groups' to reduce Yahoo spam ; Extend fetch range to avoid first/last day irregularities ; Improve handling of 'max fetch days' Yahoo limit
2023-01-25 14:37:43 +00:00
ValueRaider
eb6d830e2a Fix repair volume=0 ; Tidy code 2023-01-21 23:00:30 +00:00
ValueRaider
2b0ae5a6c1 Remove 'repair_intervals' 2023-01-21 16:58:45 +00:00
ValueRaider
1636839b67 Handle request to reconstruct 1m 2023-01-20 00:13:28 +00:00
ValueRaider
65b97d024b Improve reporting 2023-01-20 00:13:02 +00:00
ValueRaider
197d2968e3 Add 'repair_intervals', rename 'repair'->'repair_prices' 2023-01-19 22:19:16 +00:00
ValueRaider
7460dbea17 If reconstructing 1d interval with 1h, always request prepost 2023-01-19 22:18:46 +00:00
ValueRaider
b49fd797fc Fix & improve price repair
Fix repair calibration & volume=0 repair ; Extend repair to sub-hour ; Avoid attempting repair of mostly-NaN days
2023-01-19 22:18:46 +00:00
ValueRaider
0ba810fda5 Improve 'history_metadata' formatting 2023-01-16 18:30:28 +00:00
204 changed files with 53416 additions and 4553 deletions

View File

@@ -1,42 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
# READ BEFORE POSTING
### Are you up-to-date?
Upgrade to the latest version and confirm the issue/bug is still there.
`$ pip install yfinance --upgrade --no-cache-dir`
Confirm by running:
`import yfinance as yf ; print(yf.__version__)`
and comparing against [PIP](https://pypi.org/project/yfinance/#history).
### Does Yahoo actually have the data?
Are spelling ticker *exactly* same as Yahoo?
Visit `finance.yahoo.com` and confim they have your data. Maybe your ticker was delisted.
### Are you spamming Yahoo?
Yahoo Finance free service has limit on query rate dependent on request - roughly 500/minute for prices, 10/minute for info. Them delaying or blocking your spam is not a bug.
### Still think it's a bug?
Delete this default message and submit your bug report here, providing the following as best you can:
- Simple code that reproduces your problem
- Error message, with traceback if shown
- Info about your system:
- yfinance version
- operating system

97
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@@ -0,0 +1,97 @@
name: Bug report
description: Report a bug in our project
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
# !!! IMPORTANT !!! FOLLOW THESE INSTRUCTIONS CAREFULLY !!!
### Are you up-to-date?
Upgrade to the latest version: `$ pip install yfinance --upgrade --no-cache-dir`
Confirm latest version by running: `import yfinance as yf ; print(yf.__version__)` and comparing against [PyPI](https://pypi.org/project/yfinance/#history).
### Does Yahoo actually have the data?
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.
### 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?
Yahoo Finance free service has rate-limiting https://github.com/ranaroussi/yfinance/discussions/1513. Once limit hit, Yahoo can delay, block, or return bad data -> not a `yfinance` bug.
### Does issue already exist?
Use the search tool. Don't duplicate existing issues.
- type: markdown
attributes:
value: |
---
## Still think it's a bug?
Provide the following as best you can:
- type: textarea
id: summary
attributes:
label: "Describe bug"
validations:
required: true
- type: textarea
id: code
attributes:
label: "Simple code that reproduces your problem"
description: "Provide a snippet of code that we can copy-paste-run. Wrap code in Python Markdown code blocks for proper formatting (```` ```python ... ``` ````)."
validations:
required: true
- type: textarea
id: debug-log
attributes:
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
- type: textarea
id: bad-data-proof
attributes:
label: "Bad data proof"
description: "If yfinance returning bad data, show proof of good data on Yahoo Finance website here."
validations:
required: false
- type: input
id: version-yfinance
attributes:
label: "`yfinance` version"
validations:
required: true
- type: input
id: version-python
attributes:
label: "Python version"
validations:
required: false
- type: input
id: os
attributes:
label: "Operating system"
validations:
required: false

View File

@@ -1,14 +0,0 @@
---
name: Feature request
about: Request a new feature
title: ''
labels: ''
assignees: ''
---
**Describe the problem**
**Describe the solution**
**Additional context**

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@v2
- uses: actions/setup-python@v2
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

27
.github/workflows/pyright.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Pyright
on:
pull_request:
branches:
- master
- main
- dev
jobs:
pyright:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyright
- name: Run Pyright
run: pyright . --level error

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@v2
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies

15
.github/workflows/ruff.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Ruff
on:
pull_request:
branches:
- master
- main
- dev
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: check --ignore E702 . --exclude yfinance/pricing_pb2.py

10
.gitignore vendored
View File

@@ -4,11 +4,12 @@ dist
yfinance.egg-info
*.pyc
.coverage
.idea/
.vscode/
build/
*.html
*.css
*.png
test.ipynb
# Environments
.env
@@ -16,3 +17,10 @@ build/
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,446 @@
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
0.2.45
------
Features:
- Screener #2066 @ericpien
Fixes
- Tickers keyerror #2068 @antoniouaa
- IndexError in some history() debug messages #2087
- improve dividend repair #2090
Maintenance
- fix unit tests contextual imports #2067
- fix typos #2072 @algonell
- add Pyright type checking #2059 @marco-carvalho
0.2.44
------
Features:
- fetch funds #2041
- fetch sector & industry #2058
Fixes:
- improve dividend repair #2062
0.2.43
------
Fix price-repair bug introduced in 0.2.42 #2036
0.2.42
------
Features:
- fetch SEC filings #2009
- fetch analysis #2023 @Fidasek009
- price repair extended to dividends & adjust #2031
Fixes:
- fix error on empty options chain #1995 @stevenbischoff
- use dict.get() to safely access key in Holders #2013 @ericpien
- fix datetime conversion with mixed timezones when ignore_tz is False #2016 @mreiche
- handle faulty response object when getting news. #2021 @ericpien
Maintenance:
- prices: improve exceptions and logging #2000
0.2.41
------
Improvements:
- add keys to financials #1965 #1985
- fetch Sustainability #1959
- improve price-repair-zeroes #1990
Fixes (prices):
- fetching when period='max' #1967
- metadata: Fix '1wk is invalid' & repeated calls #1970
- Pandas warnings #1955 #1981
- price repair syntax errors #1989
Maintenance:
- deprecate Ticker.earnings #1977
0.2.40
------
Fix typo in 0.2.39 c7af213
0.2.39
------
Fixes:
- Fix switching session from/to requests_cache #1930
Price repair:
- Fix potential for price repair to discard price=0 rows #1874
- Don't price-repair FX volume=0, is normal #1920
- Improve 'sudden change' repair for splits & currency #1931
Information:
- Fix help(yf.download) not showing the information about the function #1913 @vittoboa
- Add more specific error throwing based on PR 1918 #1928 @elibroftw @marcofognog
Maintenance:
- Replace dead 'appdirs' package with 'platformdirs' #1896
- Deprecate 'pandas_datareader', remove a deprecated argument #1897
- Fix: datetime.datetime.utcnow() is deprecated ... #1922
0.2.38
------
Fix holders & insiders #1908
0.2.37
------
Small fixes:
- Fix Pandas warnings #1838 #1844
- Fix price repair bug, typos, refactor #1866 #1865 #1849
- Stop disabling logging #1841
0.2.36
------
Small fixes:
- Update README.md for better copy-ability #1823
- Name download() column levels #1795
- Fix history(keepna=False) when repair=True #1824
- Replace empty list with empty pd.Series #1724
- Handle peewee with old sqlite #1827
- Fix JSON error handling #1830 #1833
0.2.35
------
Internal fixes for 0.2.34
0.2.34
------
Features:
- Add Recommendations Trend Summary #1754
- Add Recommendation upgrades & downgrades #1773
- Add Insider Roster & Transactions #1772
- Moved download() progress bar to STDERR #1776
- PIP optional dependencies #1771
- Set sensible min versions for optional 'nospam' reqs #1807
Fixes
- Fix download() DatetimeIndex on invalid symbols #1779
- Fix invalid date entering cache DB #1796
- Fix Ticker.calendar fetch #1790
- Fixed adding complementary to info #1774
- Ticker.earnings_dates: fix warning "Value 'NaN' has dtype incompatible with float64" #1810
- Minor fixes for price repair and related tests #1768
- Fix price repair div adjust #1798
- Fix 'raise_errors' argument ignored in Ticker.history() #1806
Maintenance
- Fix regression: _get_ticker_tz() args were being swapped. Improve its unit test #1793
- Refactor Ticker proxy #1711
- Add Ruff linter checks #1756
- Resolve Pandas FutureWarnings #1766
0.2.33
------
Cookie fixes:
- fix backup strategy #1759
- fix Ticker(ISIN) #1760
0.2.32
------
Add cookie & crumb to requests #1657
0.2.31
------
- Fix TZ cache exception blocking import #1705 #1709
- Fix merging pre-market events with intraday prices #1703
0.2.30
------
- Fix OperationalError #1698
0.2.29
------
- Fix pandas warning when retrieving quotes. #1672
- Replace sqlite3 with peewee for 100% thread-safety #1675
- Fix merging events with intraday prices #1684
- Fix error when calling enable_debug_mode twice #1687
- Price repair fixes #1688
0.2.28
------
- Fix TypeError: 'FastInfo' object is not callable #1636
- Improve & fix price repair #1633 #1660
- option_chain() also return underlying data #1606
0.2.27
------
Bug fixes:
- fix merging 1d-prices with out-of-range divs/splits #1635
- fix multithread error 'tz already in cache' #1648
0.2.26
------
Proxy improvements
- bug fixes #1371
- security fix #1625
0.2.25
------
Fix single ISIN as ticker #1611
Fix 'Only 100 years allowed' error #1576
0.2.24
------
Fix info[] missing values #1603
0.2.23
------
Fix 'Unauthorized' error #1595
0.2.22
------
Fix unhandled 'sqlite3.DatabaseError' #1574
0.2.21
------
Fix financials tables #1568
Price repair update: fix Yahoo messing up dividend and split adjustments #1543
Fix logging behaviour #1562
Fix merge future div/split into prices #1567
0.2.20
------
Switch to `logging` module #1493 #1522 #1541
Price history:
- optimise #1514
- fixes #1523
- fix TZ-cache corruption #1528
0.2.18
------
Fix 'fast_info' error '_np not found' #1496
Fix bug in timezone cache #1498
0.2.17
------
Fix prices error with Pandas 2.0 #1488
0.2.16
------
Fix 'fast_info deprecated' msg appearing at Ticker() init
0.2.15
------
Restore missing Ticker.info keys #1480
0.2.14
------
Fix Ticker.info dict by fetching from API #1461
0.2.13
------
Price bug fixes:
- fetch big-interval with Capital Gains #1455
- merging dividends & splits with prices #1452
0.2.12
------
Disable annoying 'backup decrypt' msg
0.2.11
------
Fix history_metadata accesses for unusual symbols #1411
0.2.10
------
General
- allow using sqlite3 < 3.8.2 #1380
- add another backup decrypt option #1379
Prices
- restore original download() timezone handling #1385
- fix & improve price repair #1289 2a2928b 86d6acc
- drop intraday intervals if in post-market but prepost=False #1311
Info
- fast_info improvements:
- add camelCase keys, add dict functions values() & items() #1368
- fix fast_info["previousClose"] #1383
- catch TypeError Exception #1397
0.2.9
-----
- Fix fast_info bugs #1362
0.2.7
-----
- Fix Yahoo decryption, smarter this time #1353
@@ -119,7 +559,7 @@ Jumping to 0.2 for this big update. 0.1.* will continue to receive bug-fixes
- Fix timezone handling
- Fix handling of missing data
- Clean&format earnings_dates table
- Add ``.get_earnings_dates()`` to retreive earnings calendar
- Add ``.get_earnings_dates()`` to retrieve earnings calendar
- Added ``.get_earnings_history()`` to fetch earnings data
0.1.70
@@ -431,7 +871,7 @@ Jumping to 0.2 for this big update. 0.1.* will continue to receive bug-fixes
- Removed 5 second wait for every failed fetch
- Reduced TTL for Yahoo!'s cookie
- Keeps track of failed downloads and tries to re-download all failed downloads one more time before giving up
- Added progress bar (can be turned off useing ``progress=False``)
- Added progress bar (can be turned off using ``progress=False``)
0.0.7
-------

15
CODE_OF_CONDUCT.md Normal file
View File

@@ -0,0 +1,15 @@
# Code of Conduct
## Submitting a new issue
* Search through existing Issues and Discussions, in case your issue already exists and a solution is being developed.
* Ensure you read & follow the template form.
* Consider you may be the best person to investigate and fix.
## Contributing to an existing Issue
* Read the entire thread.
* Ensure your comment is contributing something new/useful. Remember you can simply react to other comments.
* Be concise:
- use the formatting options
- if replying to a big comment, instead of quoting it, link to it

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.

341
README.md
View File

@@ -1,334 +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://travis-ci.com/github/ranaroussi/yfinance"><img border=0 src="https://img.shields.io/travis/ranaroussi/yfinance/main.svg?maxAge=1" alt="Travis-CI build status"></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).
---
## What's new in version 0.2
- Optimised web scraping
- All 3 financials tables now match website so expect keys to change. If you really want old tables, use [`Ticker.get_[income_stmt|balance_sheet|cashflow](legacy=True, ...)`](https://github.com/ranaroussi/yfinance/blob/85783da515761a145411d742c2a8a3c1517264b0/yfinance/base.py#L968)
- price data improvements: fix bug NaN rows with dividend; new repair feature for missing or 100x prices `download(repair=True)`; new attribute `Ticker.history_metadata`
[See release notes for full list of changes](https://github.com/ranaroussi/yfinance/releases/tag/0.2.1)
## 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")
# fast access to subset of stock info
msft.basic_info
# slow access to all stock info
msft.info
# get historical market data
hist = msft.history(period="max")
# show meta information about the history (requires history() to be called first)
msft.history_metadata
# show actions (dividends, splits, capital gains)
msft.actions
# show dividends
msft.dividends
# show splits
msft.splits
# show capital gains (for mutual funds & etfs)
msft.capital_gains
# show share count
msft.shares
msft.get_shares_full()
# show financials:
# - 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 major holders
msft.major_holders
# show institutional holders
msft.institutional_holders
# show mutualfund holders
msft.mutualfund_holders
# show earnings
msft.earnings
msft.quarterly_earnings
# show sustainability
msft.sustainability
# show analysts recommendations
msft.recommendations
msft.recommendations_summary
# show analysts other work
msft.analyst_price_target
msft.revenue_forecasts
msft.earnings_forecasts
msft.earnings_trend
# show next event (earnings, etc)
msft.calendar
# 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
```
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")
...
```
To use a custom `requests` session (for example to cache calls to the
API or customize the `User-agent` header), pass a `session=` argument to
the Ticker constructor.
```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
```
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
```
### Fetching data for multiple tickers
```python
import yfinance as yf
data = yf.download("SPY AAPL", start="2017-01-01", end="2017-04-30")
```
I've also added some options to make life easier :)
```python
data = yf.download( # or pdr.get_data_yahoo(...
# tickers list or string as well
tickers = "SPY AAPL MSFT",
# use "period" instead of start/end
# valid periods: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max
# (optional, default is '1mo')
period = "ytd",
# fetch data by interval (including intraday if period < 60 days)
# valid intervals: 1m,2m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo
# (optional, default is '1d')
interval = "5d",
# Whether to ignore timezone when aligning ticker data from
# different timezones. Default is False.
ignore_tz = False,
# group by ticker (to access via data['SPY'])
# (optional, default is 'column')
group_by = 'ticker',
# adjust all OHLC automatically
# (optional, default is False)
auto_adjust = True,
# attempt repair of missing data or currency mixups e.g. $/cents
repair = False,
# download pre/post regular market hours data
# (optional, default is False)
prepost = True,
# use threads for mass downloading? (True/False/Integer)
# (optional, default is True)
threads = True,
# proxy URL scheme use use when downloading?
# (optional, default is None)
proxy = None
)
```
### Timezone cache store
When fetching price data, all dates are localized to stock exchange timezone.
But timezone retrieval is relatively slow, so yfinance attemps to cache them
in your users cache folder.
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")
...
```
### 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
> [!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.**
---
## `pandas_datareader` override
If your code uses `pandas_datareader` and you want to download data
faster, you can "hijack" `pandas_datareader.data.get_data_yahoo()`
method to use **yfinance** while making sure the returned data is in the
same format as **pandas\_datareader**'s `get_data_yahoo()`.
```python
from pandas_datareader import data as pdr
import yfinance as yf
yf.pdr_override() # <== that's all it takes :-)
# download dataframe
data = pdr.get_data_yahoo("SPY", start="2017-01-01", end="2017-04-30")
```
> [!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
```
To install `yfinance` using `conda`, see
[this](https://anaconda.org/ranaroussi/yfinance).
### [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)
### Requirements
---
- [Python](https://www.python.org) \>= 2.7, 3.4+
- [Pandas](https://github.com/pydata/pandas) \>= 1.3.0
- [Numpy](http://www.numpy.org) \>= 1.16.5
- [requests](http://docs.python-requests.org/en/master) \>= 2.26
- [lxml](https://pypi.org/project/lxml) \>= 4.9.1
- [appdirs](https://pypi.org/project/appdirs) \>= 1.4.4
- [pytz](https://pypi.org/project/pytz) \>=2022.5
- [frozendict](https://pypi.org/project/frozendict) \>= 2.3.4
- [beautifulsoup4](https://pypi.org/project/beautifulsoup4) \>= 4.11.1
- [html5lib](https://pypi.org/project/html5lib) \>= 1.1
- [cryptography](https://pypi.org/project/cryptography) \>= 3.3.2
### Optional (if you want to use `pandas_datareader`)
- [pandas\_datareader](https://github.com/pydata/pandas-datareader)
\>= 0.4.0
![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
@@ -336,12 +72,13 @@ intended for research and educational purposes. You should refer to Yahoo!'s ter
([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
detailes on your rights to use the actual data downloaded.
details on your rights to use the actual data downloaded.
---
### P.S.
Please drop me an note with any feedback you have.
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.7" %}
{% set version = "1.1.0" %}
package:
name: "{{ name|lower }}"
@@ -15,35 +15,36 @@ 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
- requests >=2.26
- requests >=2.31
- multitasking >=0.0.7
- lxml >=4.9.1
- appdirs >=1.4.4
- platformdirs >=2.0.0
- pytz >=2022.5
- frozendict >=2.3.4
- beautifulsoup4 >=4.11.1
- html5lib >=1.1
# - pycryptodome >=3.6.6
- cryptography >=3.3.2
- curl_cffi >=0.7,<0.14
- peewee >=3.16.2
- pip
- python
run:
- pandas >=1.3.0
- numpy >=1.16.5
- requests >=2.26
- requests >=2.31
- multitasking >=0.0.7
- lxml >=4.9.1
- appdirs >=1.4.4
- platformdirs >=2.0.0
- pytz >=2022.5
- frozendict >=2.3.4
- beautifulsoup4 >=4.11.1
- html5lib >=1.1
# - pycryptodome >=3.6.6
- cryptography >=3.3.2
- curl_cffi >=0.7,<0.14
- peewee >=3.16.2
- 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'

15
pyrightconfig.json Normal file
View File

@@ -0,0 +1,15 @@
{
"typeCheckingMode": "basic",
"reportGeneralTypeIssues": "warning",
"reportArgumentType": "warning",
"reportOptionalMemberAccess": "warning",
"reportOperatorIssue": "warning",
"reportAttributeAccessIssue": "warning",
"reportMissingImports": "warning",
"reportReturnType": "warning",
"reportAssignmentType": "warning",
"reportOptionalSubscript": "warning",
"reportOptionalIterable": "warning",
"reportCallIssue": "warning",
"reportUnhashable": "warning"
}

View File

@@ -1,11 +1,16 @@
pandas>=1.3.0
numpy>=1.16.5
requests>=2.26
requests>=2.31
multitasking>=0.0.7
lxml>=4.9.1
appdirs>=1.4.4
platformdirs>=2.0.0
pytz>=2022.5
frozendict>=2.3.4
beautifulsoup4>=4.11.1
html5lib>=1.1
cryptography>=3.3.2
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

@@ -39,7 +39,7 @@ setup(
'License :: OSI Approved :: Apache Software License',
# 'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
#'Development Status :: 5 - Production/Stable',
# 'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
@@ -59,13 +59,23 @@ 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.26', 'multitasking>=0.0.7',
'lxml>=4.9.1', 'appdirs>=1.4.4', 'pytz>=2022.5',
'frozendict>=2.3.4',
# 'pycryptodome>=3.6.6',
'cryptography>=3.3.2',
'beautifulsoup4>=4.11.1', 'html5lib>=1.1'],
'requests>=2.31', 'multitasking>=0.0.7',
'platformdirs>=2.0.0', 'pytz>=2022.5',
'frozendict>=2.3.4', 'peewee>=3.16.2',
'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': [
'sample=sample:main',

View File

@@ -1,70 +0,0 @@
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
#
# yfinance - market data downloader
# https://github.com/ranaroussi/yfinance
"""
Sanity check for most common library uses all working
- Stock: Microsoft
- ETF: Russell 2000 Growth
- Mutual fund: Vanguard 500 Index fund
- Index: S&P500
- Currency BTC-USD
"""
import yfinance as yf
import unittest
symbols = ['MSFT', 'IWO', 'VFINX', '^GSPC', 'BTC-USD']
tickers = [yf.Ticker(symbol) for symbol in symbols]
class TestTicker(unittest.TestCase):
def test_info_history(self):
for ticker in tickers:
# always should have info and history for valid symbols
assert(ticker.info is not None and ticker.info != {})
history = ticker.history(period="max")
assert(history.empty is False and history is not None)
def test_attributes(self):
for ticker in tickers:
ticker.isin
ticker.major_holders
ticker.institutional_holders
ticker.mutualfund_holders
ticker.dividends
ticker.splits
ticker.actions
ticker.shares
ticker.info
ticker.calendar
ticker.recommendations
ticker.earnings
ticker.quarterly_earnings
ticker.income_stmt
ticker.quarterly_income_stmt
ticker.balance_sheet
ticker.quarterly_balance_sheet
ticker.cashflow
ticker.quarterly_cashflow
ticker.recommendations_summary
ticker.analyst_price_target
ticker.revenue_forecasts
ticker.sustainability
ticker.options
ticker.news
ticker.earnings_trend
ticker.earnings_dates
ticker.earnings_forecasts
def test_holders(self):
for ticker in tickers:
assert(ticker.info is not None and ticker.info != {})
assert(ticker.major_holders is not None)
assert(ticker.institutional_holders is not None)
if __name__ == '__main__':
unittest.main()

View File

@@ -1 +0,0 @@
#!/usr/bin/env python

View File

@@ -1,9 +1,48 @@
# -*- coding: utf-8 -*-
import platformdirs as _ad
import datetime as _dt
import sys
import os
import yfinance
# 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
sys.path.insert(0, _src_dp)
import yfinance
# Optional: see the exact requests that are made during tests:
# import logging
# logging.basicConfig(level=logging.DEBUG)
# Use adjacent cache folder for testing, delete if already exists and older than today
testing_cache_dirpath = os.path.join(_ad.user_cache_dir(), "py-yfinance-testing")
yfinance.set_tz_cache_location(testing_cache_dirpath)
if os.path.isdir(testing_cache_dirpath):
mtime = _dt.datetime.fromtimestamp(os.path.getmtime(testing_cache_dirpath))
if mtime.date() < _dt.date.today():
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 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

@@ -0,0 +1,649 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-03 00:00:00+08:00,4.449999809265137,4.449999809265137,4.400000095367432,4.420000076293945,3.504674898559325,42688622.0,0.0,0.0,True
2022-01-04 00:00:00+08:00,4.429999828338623,4.449999809265137,4.389999866485596,4.440000057220459,3.520532966294506,146990360.0,0.0,0.0,True
2022-01-05 00:00:00+08:00,4.449999809265137,4.550000190734863,4.440000057220459,4.519999980926514,3.5839656809292446,312079015.0,0.0,0.0,True
2022-01-06 00:00:00+08:00,4.539999961853027,4.539999961853027,4.440000057220459,4.5,3.5681076131940634,144072250.0,0.0,0.0,True
2022-01-07 00:00:00+08:00,4.46999979019165,4.579999923706055,4.449999809265137,4.570000171661377,3.6236119595022314,242535732.0,0.0,0.0,True
2022-01-10 00:00:00+08:00,4.599999904632568,4.650000095367432,4.579999923706055,4.639999866485596,3.679115418422372,270492205.0,0.0,0.0,True
2022-01-11 00:00:00+08:00,4.599999904632568,4.659999847412109,4.579999923706055,4.630000114440918,3.671186384554782,186392481.0,0.0,0.0,True
2022-01-12 00:00:00+08:00,4.630000114440918,4.650000095367432,4.590000152587891,4.610000133514404,3.6553283168196007,230956599.0,0.0,0.0,True
2022-01-13 00:00:00+08:00,4.610000133514404,4.699999809265137,4.599999904632568,4.699999809265137,3.7266898434749227,213448950.0,0.0,0.0,True
2022-01-14 00:00:00+08:00,4.710000038146973,4.739999771118164,4.670000076293945,4.710000038146973,3.73461909918952,226355010.0,0.0,0.0,True
2022-01-17 00:00:00+08:00,4.690000057220459,4.71999979019165,4.670000076293945,4.699999809265137,3.7266898434749227,137932161.0,0.0,0.0,True
2022-01-18 00:00:00+08:00,4.679999828338623,4.71999979019165,4.630000114440918,4.670000076293945,3.7029029637191577,138734371.0,0.0,0.0,True
2022-01-19 00:00:00+08:00,4.679999828338623,4.710000038146973,4.639999866485596,4.670000076293945,3.7029029637191577,129644509.0,0.0,0.0,True
2022-01-20 00:00:00+08:00,4.710000038146973,4.710000038146973,4.619999885559082,4.690000057220459,3.718761031454339,246026991.0,0.0,0.0,True
2022-01-21 00:00:00+08:00,4.690000057220459,4.699999809265137,4.630000114440918,4.699999809265137,3.7266898434749227,173314946.0,0.0,0.0,True
2022-01-24 00:00:00+08:00,4.699999809265137,4.75,4.670000076293945,4.71999979019165,3.7425483549041174,181865349.0,0.0,0.0,True
2022-01-25 00:00:00+08:00,4.650000095367432,4.739999771118164,4.650000095367432,4.71999979019165,3.7425483549041174,198777082.0,0.0,0.0,True
2022-01-26 00:00:00+08:00,4.739999771118164,4.75,4.710000038146973,4.730000019073486,3.7504776106187148,160528048.0,0.0,0.0,True
2022-01-27 00:00:00+08:00,4.679999828338623,4.71999979019165,4.670000076293945,4.71999979019165,3.7425483549041174,128188395.0,0.0,0.0,True
2022-01-28 00:00:00+08:00,4.739999771118164,4.75,4.670000076293945,4.679999828338623,3.7108317757397415,106436134.0,0.0,0.0,True
2022-01-31 00:00:00+08:00,4.71999979019165,4.71999979019165,4.71999979019165,4.71999979019165,3.7425483549041174,0.0,0.0,0.0,True
2022-02-04 00:00:00+08:00,4.710000038146973,4.789999961853027,4.710000038146973,4.78000020980835,3.790123445497688,158406204.0,0.0,0.0,True
2022-02-07 00:00:00+08:00,4.760000228881836,4.849999904632568,4.739999771118164,4.840000152587891,3.8376980923972455,272642318.0,0.0,0.0,True
2022-02-08 00:00:00+08:00,4.860000133514404,4.900000095367432,4.829999923706055,4.860000133514404,3.8535561601324266,214256288.0,0.0,0.0,True
2022-02-09 00:00:00+08:00,4.889999866485596,4.900000095367432,4.849999904632568,4.889999866485596,3.877343483582205,223439580.0,0.0,0.0,True
2022-02-10 00:00:00+08:00,4.889999866485596,4.889999866485596,4.840000152587891,4.889999866485596,3.877343483582205,207400910.0,0.0,0.0,True
2022-02-11 00:00:00+08:00,4.889999866485596,4.929999828338623,4.849999904632568,4.929999828338623,3.909060062746581,278373812.0,0.0,0.0,True
2022-02-14 00:00:00+08:00,4.929999828338623,4.940000057220459,4.860000133514404,4.880000114440918,3.8694146715616213,200959806.0,0.0,0.0,True
2022-02-15 00:00:00+08:00,4.849999904632568,4.869999885559082,4.679999828338623,4.75,3.7663361220479095,335766335.0,0.0,0.0,True
2022-02-16 00:00:00+08:00,4.75,4.789999961853027,4.71999979019165,4.760000228881836,3.774265377762507,267721097.0,0.0,0.0,True
2022-02-17 00:00:00+08:00,4.789999961853027,4.800000190734863,4.730000019073486,4.789999961853027,3.798052257518272,181702145.0,0.0,0.0,True
2022-02-18 00:00:00+08:00,4.75,4.829999923706055,4.730000019073486,4.789999961853027,3.798052257518272,196787412.0,0.0,0.0,True
2022-02-21 00:00:00+08:00,4.789999961853027,4.840000152587891,4.730000019073486,4.829999923706055,3.829768836682648,179237601.0,0.0,0.0,True
2022-02-22 00:00:00+08:00,4.78000020980835,4.800000190734863,4.71999979019165,4.760000228881836,3.774265377762507,191170185.0,0.0,0.0,True
2022-02-23 00:00:00+08:00,4.820000171661377,4.820000171661377,4.71999979019165,4.739999771118164,3.758406866333312,144982428.0,0.0,0.0,True
2022-02-24 00:00:00+08:00,4.699999809265137,4.75,4.619999885559082,4.650000095367432,3.6870446741369696,284338187.0,0.0,0.0,True
2022-02-25 00:00:00+08:00,4.619999885559082,4.639999866485596,4.570000171661377,4.579999923706055,3.631540771522815,277566175.0,0.0,0.0,True
2022-02-28 00:00:00+08:00,4.599999904632568,4.679999828338623,4.53000020980835,4.670000076293945,3.7029029637191577,267459675.0,0.0,0.0,True
2022-03-01 00:00:00+08:00,4.679999828338623,4.699999809265137,4.590000152587891,4.670000076293945,3.7029029637191577,185273965.0,0.0,0.0,True
2022-03-02 00:00:00+08:00,4.650000095367432,4.659999847412109,4.579999923706055,4.590000152587891,3.6394700272374125,134643426.0,0.0,0.0,True
2022-03-03 00:00:00+08:00,4.610000133514404,4.690000057220459,4.599999904632568,4.650000095367432,3.6870446741369696,136337761.0,0.0,0.0,True
2022-03-04 00:00:00+08:00,4.599999904632568,4.639999866485596,4.570000171661377,4.619999885559082,3.6632571288401845,187345313.0,0.0,0.0,True
2022-03-07 00:00:00+08:00,4.559999942779541,4.570000171661377,4.510000228881836,4.53000020980835,3.5918951584908485,214985443.0,0.0,0.0,True
2022-03-08 00:00:00+08:00,4.570000171661377,4.570000171661377,4.449999809265137,4.519999980926514,3.5839656809292446,307571129.0,0.0,0.0,True
2022-03-09 00:00:00+08:00,4.5,4.579999923706055,4.429999828338623,4.510000228881836,3.576036868908661,294831097.0,0.0,0.0,True
2022-03-10 00:00:00+08:00,4.590000152587891,4.590000152587891,4.510000228881836,4.570000171661377,3.6236119595022314,170116737.0,0.0,0.0,True
2022-03-11 00:00:00+08:00,4.559999942779541,4.610000133514404,4.510000228881836,4.579999923706055,3.631540771522815,243770862.0,0.0,0.0,True
2022-03-14 00:00:00+08:00,4.619999885559082,4.619999885559082,4.550000190734863,4.599999904632568,3.6473990611050033,338753089.0,0.0,0.0,True
2022-03-15 00:00:00+08:00,4.599999904632568,4.599999904632568,4.349999904632568,4.429999828338623,3.5126037105799086,517738144.0,0.0,0.0,True
2022-03-16 00:00:00+08:00,4.46999979019165,4.46999979019165,4.340000152587891,4.400000095367432,3.488816608977137,404766302.0,0.0,0.0,True
2022-03-17 00:00:00+08:00,4.440000057220459,4.599999904632568,4.420000076293945,4.579999923706055,3.631540771522815,354447970.0,0.0,0.0,True
2022-03-18 00:00:00+08:00,4.559999942779541,4.670000076293945,4.53000020980835,4.630000114440918,3.671186384554782,466329103.0,0.0,0.0,True
2022-03-21 00:00:00+08:00,4.619999885559082,4.650000095367432,4.550000190734863,4.590000152587891,3.6394700272374125,144232518.0,0.0,0.0,True
2022-03-22 00:00:00+08:00,4.630000114440918,4.650000095367432,4.579999923706055,4.630000114440918,3.671186384554782,155120637.0,0.0,0.0,True
2022-03-23 00:00:00+08:00,4.599999904632568,4.639999866485596,4.579999923706055,4.630000114440918,3.671186384554782,178670194.0,0.0,0.0,True
2022-03-24 00:00:00+08:00,4.590000152587891,4.670000076293945,4.590000152587891,4.659999847412109,3.6949734861575534,152744218.0,0.0,0.0,True
2022-03-25 00:00:00+08:00,4.659999847412109,4.71999979019165,4.630000114440918,4.690000057220459,3.718761031454339,197186668.0,0.0,0.0,True
2022-03-28 00:00:00+08:00,4.690000057220459,4.699999809265137,4.650000095367432,4.690000057220459,3.718761031454339,118402829.0,0.0,0.0,True
2022-03-29 00:00:00+08:00,4.690000057220459,4.71999979019165,4.659999847412109,4.71999979019165,3.7425483549041174,168733498.0,0.0,0.0,True
2022-03-30 00:00:00+08:00,4.75,4.789999961853027,4.730000019073486,4.760000228881836,3.774265377762507,237372211.0,0.0,0.0,True
2022-03-31 00:00:00+08:00,4.760000228881836,4.840000152587891,4.75,4.809999942779541,3.8139107689474665,212456579.0,0.0,0.0,True
2022-04-01 00:00:00+08:00,4.840000152587891,4.840000152587891,4.78000020980835,4.840000152587891,3.8376980923972455,190609233.0,0.0,0.0,True
2022-04-04 00:00:00+08:00,4.840000152587891,4.869999885559082,4.800000190734863,4.860000133514404,3.8535561601324266,151459212.0,0.0,0.0,True
2022-04-06 00:00:00+08:00,4.860000133514404,4.869999885559082,4.789999961853027,4.809999942779541,3.8139107689474665,193053761.0,0.0,0.0,True
2022-04-07 00:00:00+08:00,4.820000171661377,4.849999904632568,4.769999980926514,4.789999961853027,3.798052257518272,165591689.0,0.0,0.0,True
2022-04-08 00:00:00+08:00,4.78000020980835,4.809999942779541,4.760000228881836,4.78000020980835,3.790123445497688,125862452.0,0.0,0.0,True
2022-04-11 00:00:00+08:00,4.800000190734863,4.800000190734863,4.71999979019165,4.78000020980835,3.790123445497688,217015199.0,0.0,0.0,True
2022-04-12 00:00:00+08:00,4.800000190734863,4.800000190734863,4.71999979019165,4.75,3.7663361220479095,197079900.0,0.0,0.0,True
2022-04-13 00:00:00+08:00,4.75,4.78000020980835,4.730000019073486,4.75,3.7663361220479095,170451942.0,0.0,0.0,True
2022-04-14 00:00:00+08:00,4.760000228881836,4.769999980926514,4.71999979019165,4.75,3.7663361220479095,154267290.0,0.0,0.0,True
2022-04-19 00:00:00+08:00,4.730000019073486,4.739999771118164,4.659999847412109,4.71999979019165,3.7425483549041174,216123073.0,0.0,0.0,True
2022-04-20 00:00:00+08:00,4.659999847412109,4.730000019073486,4.659999847412109,4.710000038146973,3.73461909918952,146054294.0,0.0,0.0,True
2022-04-21 00:00:00+08:00,4.710000038146973,4.75,4.699999809265137,4.739999771118164,3.758406866333312,185194225.0,0.0,0.0,True
2022-04-22 00:00:00+08:00,4.710000038146973,4.739999771118164,4.710000038146973,4.71999979019165,3.7425483549041174,135844028.0,0.0,0.0,True
2022-04-25 00:00:00+08:00,4.710000038146973,4.71999979019165,4.650000095367432,4.670000076293945,3.7029029637191577,200256353.0,0.0,0.0,True
2022-04-26 00:00:00+08:00,4.710000038146973,4.710000038146973,4.610000133514404,4.619999885559082,3.6632571288401845,184551014.0,0.0,0.0,True
2022-04-27 00:00:00+08:00,4.599999904632568,4.650000095367432,4.590000152587891,4.630000114440918,3.671186384554782,191718211.0,0.0,0.0,True
2022-04-28 00:00:00+08:00,4.659999847412109,4.760000228881836,4.619999885559082,4.75,3.7663361220479095,246882890.0,0.0,0.0,True
2022-04-29 00:00:00+08:00,4.75,4.800000190734863,4.670000076293945,4.739999771118164,3.758406866333312,183817214.0,0.0,0.0,True
2022-05-03 00:00:00+08:00,4.670000076293945,4.699999809265137,4.630000114440918,4.699999809265137,3.7266898434749227,156828378.0,0.0,0.0,True
2022-05-04 00:00:00+08:00,4.699999809265137,4.739999771118164,4.679999828338623,4.71999979019165,3.7425483549041174,92233967.0,0.0,0.0,True
2022-05-05 00:00:00+08:00,4.75,4.789999961853027,4.630000114440918,4.659999847412109,3.6949734861575534,162282234.0,0.0,0.0,True
2022-05-06 00:00:00+08:00,4.639999866485596,4.650000095367432,4.559999942779541,4.579999923706055,3.631540771522815,178956874.0,0.0,0.0,True
2022-05-10 00:00:00+08:00,4.539999961853027,4.570000171661377,4.480000019073486,4.539999961853027,3.5998239705114323,155643735.0,0.0,0.0,True
2022-05-11 00:00:00+08:00,4.519999980926514,4.539999961853027,4.5,4.519999980926514,3.5839656809292446,103697643.0,0.0,0.0,True
2022-05-12 00:00:00+08:00,4.519999980926514,4.519999980926514,4.449999809265137,4.46999979019165,3.544320067897278,204596142.0,0.0,0.0,True
2022-05-13 00:00:00+08:00,4.480000019073486,4.579999923706055,4.46999979019165,4.570000171661377,3.6236119595022314,156732463.0,0.0,0.0,True
2022-05-16 00:00:00+08:00,4.570000171661377,4.579999923706055,4.519999980926514,4.559999942779541,3.615682481940627,150395730.0,0.0,0.0,True
2022-05-17 00:00:00+08:00,4.630000114440918,4.630000114440918,4.550000190734863,4.590000152587891,3.6394700272374125,142759916.0,0.0,0.0,True
2022-05-18 00:00:00+08:00,4.559999942779541,4.599999904632568,4.519999980926514,4.570000171661377,3.6236119595022314,193671918.0,0.0,0.0,True
2022-05-19 00:00:00+08:00,4.570000171661377,4.599999904632568,4.519999980926514,4.570000171661377,3.6236119595022314,164880949.0,0.0,0.0,True
2022-05-20 00:00:00+08:00,4.610000133514404,4.670000076293945,4.599999904632568,4.650000095367432,3.6870446741369696,167913620.0,0.0,0.0,True
2022-05-23 00:00:00+08:00,4.630000114440918,4.699999809265137,4.599999904632568,4.639999866485596,3.679115418422372,95386755.0,0.0,0.0,True
2022-05-24 00:00:00+08:00,4.639999866485596,4.679999828338623,4.610000133514404,4.639999866485596,3.679115418422372,125710468.0,0.0,0.0,True
2022-05-25 00:00:00+08:00,4.639999866485596,4.690000057220459,4.619999885559082,4.659999847412109,3.6949734861575534,156111958.0,0.0,0.0,True
2022-05-26 00:00:00+08:00,4.699999809265137,4.699999809265137,4.599999904632568,4.650000095367432,3.6870446741369696,132602703.0,0.0,0.0,True
2022-05-27 00:00:00+08:00,4.679999828338623,4.699999809265137,4.650000095367432,4.699999809265137,3.7266898434749227,206988750.0,0.0,0.0,True
2022-05-30 00:00:00+08:00,4.699999809265137,4.730000019073486,4.650000095367432,4.679999828338623,3.7108317757397415,171774574.0,0.0,0.0,True
2022-05-31 00:00:00+08:00,4.699999809265137,4.710000038146973,4.659999847412109,4.710000038146973,3.73461909918952,220277319.0,0.0,0.0,True
2022-06-01 00:00:00+08:00,4.730000019073486,4.730000019073486,4.659999847412109,4.690000057220459,3.718761031454339,193079721.0,0.0,0.0,True
2022-06-02 00:00:00+08:00,4.670000076293945,4.679999828338623,4.610000133514404,4.650000095367432,3.6870446741369696,139107770.0,0.0,0.0,True
2022-06-06 00:00:00+08:00,4.650000095367432,4.699999809265137,4.570000171661377,4.679999828338623,3.7108317757397415,153712172.0,0.0,0.0,True
2022-06-07 00:00:00+08:00,4.630000114440918,4.650000095367432,4.579999923706055,4.610000133514404,3.6553283168196007,158668693.0,0.0,0.0,True
2022-06-08 00:00:00+08:00,4.630000114440918,4.630000114440918,4.570000171661377,4.590000152587891,3.6394700272374125,204148038.0,0.0,0.0,True
2022-06-09 00:00:00+08:00,4.519999980926514,4.590000152587891,4.519999980926514,4.570000171661377,3.6236119595022314,218714573.0,0.0,0.0,True
2022-06-10 00:00:00+08:00,4.550000190734863,4.570000171661377,4.53000020980835,4.550000190734863,3.6077532262260297,202832508.0,0.0,0.0,True
2022-06-13 00:00:00+08:00,4.5,4.519999980926514,4.480000019073486,4.510000228881836,3.576036868908661,226958458.0,0.0,0.0,True
2022-06-14 00:00:00+08:00,4.53000020980835,4.539999961853027,4.489999771118164,4.519999980926514,3.5839656809292446,158315596.0,0.0,0.0,True
2022-06-15 00:00:00+08:00,4.489999771118164,4.539999961853027,4.489999771118164,4.510000228881836,3.576036868908661,196629642.0,0.0,0.0,True
2022-06-16 00:00:00+08:00,4.539999961853027,4.539999961853027,4.449999809265137,4.460000038146973,3.536391255876694,203701316.0,0.0,0.0,True
2022-06-17 00:00:00+08:00,4.449999809265137,4.5,4.449999809265137,4.5,3.5681076131940634,263907767.0,0.0,0.0,True
2022-06-20 00:00:00+08:00,4.460000038146973,4.489999771118164,4.449999809265137,4.480000019073486,3.5522493236118753,147860264.0,0.0,0.0,True
2022-06-21 00:00:00+08:00,4.489999771118164,4.610000133514404,4.489999771118164,4.599999904632568,3.6473990611050033,192570908.0,0.0,0.0,True
2022-06-22 00:00:00+08:00,4.559999942779541,4.590000152587891,4.510000228881836,4.53000020980835,3.5918951584908485,149133751.0,0.0,0.0,True
2022-06-23 00:00:00+08:00,4.559999942779541,4.570000171661377,4.510000228881836,4.53000020980835,3.5918951584908485,119888044.0,0.0,0.0,True
2022-06-24 00:00:00+08:00,4.519999980926514,4.559999942779541,4.510000228881836,4.53000020980835,3.5918951584908485,138856645.0,0.0,0.0,True
2022-06-27 00:00:00+08:00,4.550000190734863,4.599999904632568,4.510000228881836,4.559999942779541,3.615682481940627,172806844.0,0.0,0.0,True
2022-06-28 00:00:00+08:00,4.559999942779541,4.659999847412109,4.550000190734863,4.639999866485596,3.679115418422372,206324445.0,0.0,0.0,True
2022-06-29 00:00:00+08:00,4.599999904632568,4.699999809265137,4.599999904632568,4.670000076293945,3.7029029637191577,315113260.0,0.0,0.0,True
2022-06-30 00:00:00+08:00,4.650000095367432,4.679999828338623,4.639999866485596,4.659999847412109,3.6949734861575534,330506421.0,0.0,0.0,True
2022-07-04 00:00:00+08:00,4.309999942779541,4.360000133514404,4.260000228881836,4.340000152587891,3.7148474284085884,186247797.0,0.343218,0.0,True
2022-07-05 00:00:00+08:00,4.360000133514404,4.420000076293945,4.320000171661377,4.329999923706055,3.70628768350086,157833531.0,0.0,0.0,True
2022-07-06 00:00:00+08:00,4.300000190734863,4.329999923706055,4.21999979019165,4.25,3.637811277168081,207621705.0,0.0,0.0,True
2022-07-07 00:00:00+08:00,4.21999979019165,4.28000020980835,4.210000038146973,4.269999980926514,3.6549303232895243,125459740.0,0.0,0.0,True
2022-07-08 00:00:00+08:00,4.289999961853027,4.300000190734863,4.260000228881836,4.28000020980835,3.6634900681972526,121906865.0,0.0,0.0,True
2022-07-11 00:00:00+08:00,4.28000020980835,4.289999961853027,4.21999979019165,4.25,3.637811277168081,153555318.0,0.0,0.0,True
2022-07-12 00:00:00+08:00,4.230000019073486,4.28000020980835,4.210000038146973,4.21999979019165,3.612132264291903,142581267.0,0.0,0.0,True
2022-07-13 00:00:00+08:00,4.21999979019165,4.239999771118164,4.150000095367432,4.150000095367432,3.552215824713859,166171071.0,0.0,0.0,True
2022-07-14 00:00:00+08:00,4.150000095367432,4.150000095367432,4.03000020980835,4.050000190734863,3.46662015041263,285030303.0,0.0,0.0,True
2022-07-15 00:00:00+08:00,4.0,4.050000190734863,4.0,4.010000228881836,3.4323820581697437,191441297.0,0.0,0.0,True
2022-07-18 00:00:00+08:00,4.059999942779541,4.139999866485596,4.019999980926514,4.130000114440918,3.535096556745409,141346012.0,0.0,0.0,True
2022-07-19 00:00:00+08:00,4.099999904632568,4.130000114440918,4.070000171661377,4.099999904632568,3.5094177657162375,95535528.0,0.0,0.0,True
2022-07-20 00:00:00+08:00,4.110000133514404,4.170000076293945,4.110000133514404,4.110000133514404,3.517977510623966,139814494.0,0.0,0.0,True
2022-07-21 00:00:00+08:00,4.099999904632568,4.119999885559082,4.059999942779541,4.070000171661377,3.48373941838108,120004999.0,0.0,0.0,True
2022-07-22 00:00:00+08:00,4.079999923706055,4.139999866485596,4.059999942779541,4.090000152587891,3.5008584645025227,114403909.0,0.0,0.0,True
2022-07-25 00:00:00+08:00,4.079999923706055,4.139999866485596,4.079999923706055,4.119999885559082,3.5265368118376808,98165323.0,0.0,0.0,True
2022-07-26 00:00:00+08:00,4.119999885559082,4.170000076293945,4.110000133514404,4.150000095367432,3.552215824713859,117811945.0,0.0,0.0,True
2022-07-27 00:00:00+08:00,4.139999866485596,4.159999847412109,4.110000133514404,4.150000095367432,3.552215824713859,88534851.0,0.0,0.0,True
2022-07-28 00:00:00+08:00,4.139999866485596,4.159999847412109,4.110000133514404,4.139999866485596,3.5436560798061305,117639358.0,0.0,0.0,True
2022-07-29 00:00:00+08:00,4.139999866485596,4.199999809265137,4.099999904632568,4.150000095367432,3.552215824713859,162818088.0,0.0,0.0,True
2022-08-01 00:00:00+08:00,4.150000095367432,4.170000076293945,4.099999904632568,4.150000095367432,3.552215824713859,113797320.0,0.0,0.0,True
2022-08-02 00:00:00+08:00,4.119999885559082,4.130000114440918,4.050000190734863,4.070000171661377,3.48373941838108,130607073.0,0.0,0.0,True
2022-08-03 00:00:00+08:00,4.059999942779541,4.070000171661377,4.010000228881836,4.03000020980835,3.449501104291187,130115193.0,0.0,0.0,True
2022-08-04 00:00:00+08:00,4.019999980926514,4.079999923706055,4.010000228881836,4.079999923706055,3.4922987195947948,123298899.0,0.0,0.0,True
2022-08-05 00:00:00+08:00,4.079999923706055,4.119999885559082,4.070000171661377,4.099999904632568,3.5094177657162375,70808951.0,0.0,0.0,True
2022-08-08 00:00:00+08:00,4.099999904632568,4.139999866485596,4.090000152587891,4.110000133514404,3.517977510623966,103490304.0,0.0,0.0,True
2022-08-09 00:00:00+08:00,4.130000114440918,4.170000076293945,4.099999904632568,4.110000133514404,3.517977510623966,102503956.0,0.0,0.0,True
2022-08-10 00:00:00+08:00,4.110000133514404,4.130000114440918,4.039999961853027,4.070000171661377,3.48373941838108,109648123.0,0.0,0.0,True
2022-08-11 00:00:00+08:00,4.099999904632568,4.119999885559082,4.070000171661377,4.110000133514404,3.517977510623966,96918665.0,0.0,0.0,True
2022-08-12 00:00:00+08:00,4.119999885559082,4.139999866485596,4.079999923706055,4.119999885559082,3.5265368118376808,87588882.0,0.0,0.0,True
2022-08-15 00:00:00+08:00,4.110000133514404,4.119999885559082,4.059999942779541,4.090000152587891,3.5008584645025227,97749417.0,0.0,0.0,True
2022-08-16 00:00:00+08:00,4.119999885559082,4.130000114440918,4.070000171661377,4.070000171661377,3.48373941838108,98392012.0,0.0,0.0,True
2022-08-17 00:00:00+08:00,4.130000114440918,4.130000114440918,4.079999923706055,4.090000152587891,3.5008584645025227,112383051.0,0.0,0.0,True
2022-08-18 00:00:00+08:00,4.090000152587891,4.090000152587891,4.03000020980835,4.050000190734863,3.46662015041263,110197864.0,0.0,0.0,True
2022-08-19 00:00:00+08:00,4.03000020980835,4.079999923706055,4.03000020980835,4.050000190734863,3.46662015041263,53318208.0,0.0,0.0,True
2022-08-22 00:00:00+08:00,4.03000020980835,4.059999942779541,4.03000020980835,4.039999961853027,3.458060405504902,73772532.0,0.0,0.0,True
2022-08-23 00:00:00+08:00,4.050000190734863,4.050000190734863,4.0,4.0,3.4238223132620154,141418541.0,0.0,0.0,True
2022-08-24 00:00:00+08:00,4.0,4.010000228881836,3.950000047683716,3.9600000381469727,3.3895842210191294,152588936.0,0.0,0.0,True
2022-08-25 00:00:00+08:00,4.0,4.050000190734863,3.950000047683716,4.010000228881836,3.4323820581697437,105614559.0,0.0,0.0,True
2022-08-26 00:00:00+08:00,4.010000228881836,4.039999961853027,4.0,4.039999961853027,3.458060405504902,91759288.0,0.0,0.0,True
2022-08-29 00:00:00+08:00,3.990000009536743,4.03000020980835,3.9700000286102295,4.010000228881836,3.4323820581697437,93220101.0,0.0,0.0,True
2022-08-30 00:00:00+08:00,3.990000009536743,4.019999980926514,3.9600000381469727,4.0,3.4238223132620154,124232476.0,0.0,0.0,True
2022-08-31 00:00:00+08:00,4.0,4.010000228881836,3.950000047683716,4.0,3.4238223132620154,215089075.0,0.0,0.0,True
2022-09-01 00:00:00+08:00,3.9800000190734863,3.990000009536743,3.950000047683716,3.9700000286102295,3.3981437440798508,141869725.0,0.0,0.0,True
2022-09-02 00:00:00+08:00,3.9700000286102295,3.990000009536743,3.9200000762939453,3.940000057220459,3.3724649530506796,170197348.0,0.0,0.0,True
2022-09-05 00:00:00+08:00,3.9100000858306885,3.9200000762939453,3.880000114440918,3.9000000953674316,3.338226860807793,160451324.0,0.0,0.0,True
2022-09-06 00:00:00+08:00,3.930000066757202,3.950000047683716,3.9000000953674316,3.9000000953674316,3.338226860807793,98911778.0,0.0,0.0,True
2022-09-07 00:00:00+08:00,3.869999885559082,3.9000000953674316,3.859999895095825,3.890000104904175,3.329667337747072,119839071.0,0.0,0.0,True
2022-09-08 00:00:00+08:00,3.9100000858306885,3.9100000858306885,3.8499999046325684,3.859999895095825,3.3039885467179,164256459.0,0.0,0.0,True
2022-09-09 00:00:00+08:00,3.869999885559082,3.930000066757202,3.8499999046325684,3.9200000762939453,3.3553459069292364,135594987.0,0.0,0.0,True
2022-09-13 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.890000104904175,3.9000000953674316,3.338226860807793,127884080.0,0.0,0.0,True
2022-09-14 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.819999933242798,3.8299999237060547,3.278309755688729,157929262.0,0.0,0.0,True
2022-09-15 00:00:00+08:00,3.8299999237060547,3.859999895095825,3.819999933242798,3.8399999141693115,3.2868692787494505,80364467.0,0.0,0.0,True
2022-09-16 00:00:00+08:00,3.8299999237060547,3.890000104904175,3.819999933242798,3.869999885559082,3.312548069778622,249497736.0,0.0,0.0,True
2022-09-19 00:00:00+08:00,3.890000104904175,3.9100000858306885,3.869999885559082,3.890000104904175,3.329667337747072,139492255.0,0.0,0.0,True
2022-09-20 00:00:00+08:00,3.9200000762939453,3.9200000762939453,3.8399999141693115,3.880000114440918,3.3211078146863504,132241405.0,0.0,0.0,True
2022-09-21 00:00:00+08:00,3.880000114440918,3.880000114440918,3.8299999237060547,3.8399999141693115,3.2868692787494505,109664926.0,0.0,0.0,True
2022-09-22 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.799999952316284,3.819999933242798,3.2697502326280077,125820149.0,0.0,0.0,True
2022-09-23 00:00:00+08:00,3.809999942779541,3.8499999046325684,3.799999952316284,3.819999933242798,3.2697502326280077,143743318.0,0.0,0.0,True
2022-09-26 00:00:00+08:00,3.819999933242798,3.819999933242798,3.740000009536743,3.7699999809265137,3.2269526173244,173826934.0,0.0,0.0,True
2022-09-27 00:00:00+08:00,3.759999990463257,3.7799999713897705,3.7100000381469727,3.7200000286102295,3.1841547801737855,138631045.0,0.0,0.0,True
2022-09-28 00:00:00+08:00,3.700000047683716,3.7100000381469727,3.609999895095825,3.630000114440918,3.1071188507802847,298849371.0,0.0,0.0,True
2022-09-29 00:00:00+08:00,3.640000104904175,3.690000057220459,3.549999952316284,3.5799999237060547,3.0643210136296704,214399608.0,0.0,0.0,True
2022-09-30 00:00:00+08:00,3.609999895095825,3.690000057220459,3.5899999141693115,3.680000066757202,3.149916687930899,187751776.0,0.0,0.0,True
2022-10-03 00:00:00+08:00,3.680000066757202,3.680000066757202,3.5999999046325684,3.630000114440918,3.1071188507802847,97092640.0,0.0,0.0,True
2022-10-05 00:00:00+08:00,3.7200000286102295,3.8399999141693115,3.690000057220459,3.809999942779541,3.261190709567286,186993449.0,0.0,0.0,True
2022-10-06 00:00:00+08:00,3.809999942779541,3.8399999141693115,3.759999990463257,3.7799999713897705,3.2355121403851212,74168215.0,0.0,0.0,True
2022-10-07 00:00:00+08:00,3.759999990463257,3.7699999809265137,3.7300000190734863,3.75,3.20983334935595,89832547.0,0.0,0.0,True
2022-10-10 00:00:00+08:00,3.6700000762939453,3.7300000190734863,3.630000114440918,3.700000047683716,3.1670357340523423,114772563.0,0.0,0.0,True
2022-10-11 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.619999885559082,3.6500000953674316,3.124237896901728,149950923.0,0.0,0.0,True
2022-10-12 00:00:00+08:00,3.6500000953674316,3.690000057220459,3.609999895095825,3.630000114440918,3.1071188507802847,170367761.0,0.0,0.0,True
2022-10-13 00:00:00+08:00,3.630000114440918,3.6600000858306885,3.5999999046325684,3.609999895095825,3.089999582811835,145623355.0,0.0,0.0,True
2022-10-14 00:00:00+08:00,3.6600000858306885,3.690000057220459,3.5999999046325684,3.609999895095825,3.089999582811835,128943894.0,0.0,0.0,True
2022-10-17 00:00:00+08:00,3.6600000858306885,3.690000057220459,3.630000114440918,3.6700000762939453,3.1413569430231707,167975332.0,0.0,0.0,True
2022-10-18 00:00:00+08:00,3.680000066757202,3.7200000286102295,3.6500000953674316,3.6700000762939453,3.1413569430231707,100552835.0,0.0,0.0,True
2022-10-19 00:00:00+08:00,3.6700000762939453,3.7200000286102295,3.6600000858306885,3.6700000762939453,3.1413569430231707,107848792.0,0.0,0.0,True
2022-10-20 00:00:00+08:00,3.6600000858306885,3.700000047683716,3.640000104904175,3.680000066757202,3.149916687930899,151081318.0,0.0,0.0,True
2022-10-21 00:00:00+08:00,3.700000047683716,3.759999990463257,3.6600000858306885,3.7200000286102295,3.1841547801737855,147938772.0,0.0,0.0,True
2022-10-24 00:00:00+08:00,3.700000047683716,3.700000047683716,3.5899999141693115,3.619999885559082,3.0985591058725563,265023897.0,0.0,0.0,True
2022-10-25 00:00:00+08:00,3.690000057220459,3.690000057220459,3.5899999141693115,3.6600000858306885,3.1327974199624493,223841747.0,0.0,0.0,True
2022-10-26 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.5999999046325684,3.630000114440918,3.1071188507802847,178416017.0,0.0,0.0,True
2022-10-27 00:00:00+08:00,3.640000104904175,3.690000057220459,3.5899999141693115,3.630000114440918,3.1071188507802847,180205763.0,0.0,0.0,True
2022-10-28 00:00:00+08:00,3.6500000953674316,3.680000066757202,3.5799999237060547,3.5999999046325684,3.081440059751113,171437925.0,0.0,0.0,True
2022-10-31 00:00:00+08:00,3.640000104904175,3.640000104904175,3.4000000953674316,3.4100000858306885,2.9188086779033906,340963964.0,0.0,0.0,True
2022-11-01 00:00:00+08:00,3.450000047683716,3.450000047683716,3.359999895095825,3.4200000762939453,2.927368200964112,232698920.0,0.0,0.0,True
2022-11-02 00:00:00+08:00,3.4200000762939453,3.5,3.369999885559082,3.490000009536743,2.9872850842361696,144349882.0,0.0,0.0,True
2022-11-03 00:00:00+08:00,3.490000009536743,3.490000009536743,3.369999885559082,3.390000104904175,2.901689409934941,130609787.0,0.0,0.0,True
2022-11-04 00:00:00+08:00,3.4100000858306885,3.5399999618530273,3.4000000953674316,3.490000009536743,2.9872850842361696,200082427.0,0.0,0.0,True
2022-11-07 00:00:00+08:00,3.490000009536743,3.5999999046325684,3.490000009536743,3.5799999237060547,3.0643210136296704,158171458.0,0.0,0.0,True
2022-11-08 00:00:00+08:00,3.5999999046325684,3.619999885559082,3.549999952316284,3.5899999141693115,3.0728805366903917,97074981.0,0.0,0.0,True
2022-11-09 00:00:00+08:00,3.609999895095825,3.6500000953674316,3.569999933242798,3.5999999046325684,3.081440059751113,133791698.0,0.0,0.0,True
2022-11-10 00:00:00+08:00,3.5999999046325684,3.5999999046325684,3.5199999809265137,3.559999942779541,3.0472017456612206,91869883.0,0.0,0.0,True
2022-11-11 00:00:00+08:00,3.640000104904175,3.740000009536743,3.619999885559082,3.7300000190734863,3.192714303234507,317307046.0,0.0,0.0,True
2022-11-14 00:00:00+08:00,3.799999952316284,3.819999933242798,3.680000066757202,3.690000057220459,3.1584762109916205,233835549.0,0.0,0.0,True
2022-11-15 00:00:00+08:00,3.700000047683716,3.7799999713897705,3.690000057220459,3.7699999809265137,3.2269526173244,187874570.0,0.0,0.0,True
2022-11-16 00:00:00+08:00,3.75,3.799999952316284,3.700000047683716,3.7300000190734863,3.192714303234507,182815204.0,0.0,0.0,True
2022-11-17 00:00:00+08:00,3.7300000190734863,3.759999990463257,3.6700000762939453,3.7200000286102295,3.1841547801737855,169346286.0,0.0,0.0,True
2022-11-18 00:00:00+08:00,3.7200000286102295,3.7200000286102295,3.6500000953674316,3.6700000762939453,3.1413569430231707,170907270.0,0.0,0.0,True
2022-11-21 00:00:00+08:00,3.6500000953674316,3.680000066757202,3.609999895095825,3.6700000762939453,3.1413569430231707,132546725.0,0.0,0.0,True
2022-11-22 00:00:00+08:00,3.680000066757202,3.7799999713897705,3.680000066757202,3.7300000190734863,3.192714303234507,314616432.0,0.0,0.0,True
2022-11-23 00:00:00+08:00,3.75,3.8299999237060547,3.740000009536743,3.7699999809265137,3.2269526173244,266706035.0,0.0,0.0,True
2022-11-24 00:00:00+08:00,3.7899999618530273,3.8299999237060547,3.7699999809265137,3.799999952316284,3.2526311865065645,239947767.0,0.0,0.0,True
2022-11-25 00:00:00+08:00,3.809999942779541,3.880000114440918,3.799999952316284,3.8499999046325684,3.2954288018101723,315415430.0,0.0,0.0,True
2022-11-28 00:00:00+08:00,3.799999952316284,3.799999952316284,3.690000057220459,3.7799999713897705,3.2355121403851212,285329073.0,0.0,0.0,True
2022-11-29 00:00:00+08:00,3.799999952316284,3.9200000762939453,3.7899999618530273,3.880000114440918,3.3211078146863504,457518421.0,0.0,0.0,True
2022-11-30 00:00:00+08:00,3.8399999141693115,3.930000066757202,3.819999933242798,3.9100000858306885,3.346786383868515,527274134.0,0.0,0.0,True
2022-12-01 00:00:00+08:00,3.9000000953674316,3.930000066757202,3.869999885559082,3.9100000858306885,3.346786383868515,274400919.0,0.0,0.0,True
2022-12-02 00:00:00+08:00,3.9200000762939453,3.930000066757202,3.819999933242798,3.819999933242798,3.2697502326280077,234537573.0,0.0,0.0,True
2022-12-05 00:00:00+08:00,3.8499999046325684,3.9000000953674316,3.819999933242798,3.8499999046325684,3.2954288018101723,379318895.0,0.0,0.0,True
2022-12-06 00:00:00+08:00,3.8299999237060547,3.869999885559082,3.8299999237060547,3.859999895095825,3.3039885467179,139139112.0,0.0,0.0,True
2022-12-07 00:00:00+08:00,3.880000114440918,3.880000114440918,3.799999952316284,3.799999952316284,3.2526311865065645,372485343.0,0.0,0.0,True
2022-12-08 00:00:00+08:00,3.8299999237060547,3.8499999046325684,3.809999942779541,3.8399999141693115,3.2868692787494505,162099180.0,0.0,0.0,True
2022-12-09 00:00:00+08:00,3.819999933242798,3.890000104904175,3.819999933242798,3.890000104904175,3.329667337747072,234581088.0,0.0,0.0,True
2022-12-12 00:00:00+08:00,3.8499999046325684,3.890000104904175,3.819999933242798,3.859999895095825,3.3039885467179,188878820.0,0.0,0.0,True
2022-12-13 00:00:00+08:00,3.869999885559082,3.869999885559082,3.8299999237060547,3.8399999141693115,3.2868692787494505,148034641.0,0.0,0.0,True
2022-12-14 00:00:00+08:00,3.890000104904175,3.9000000953674316,3.819999933242798,3.8399999141693115,3.2868692787494505,168796301.0,0.0,0.0,True
2022-12-15 00:00:00+08:00,3.8399999141693115,3.8499999046325684,3.7699999809265137,3.8299999237060547,3.278309755688729,155867255.0,0.0,0.0,True
2022-12-16 00:00:00+08:00,3.8499999046325684,3.869999885559082,3.799999952316284,3.8399999141693115,3.2868692787494505,223138746.0,0.0,0.0,True
2022-12-19 00:00:00+08:00,3.8399999141693115,3.869999885559082,3.7699999809265137,3.799999952316284,3.2526311865065645,111495623.0,0.0,0.0,True
2022-12-20 00:00:00+08:00,3.7699999809265137,3.809999942779541,3.75,3.7899999618530273,3.244071663445843,143976437.0,0.0,0.0,True
2022-12-21 00:00:00+08:00,3.799999952316284,3.8399999141693115,3.7799999713897705,3.819999933242798,3.2697502326280077,109124394.0,0.0,0.0,True
2022-12-22 00:00:00+08:00,3.869999885559082,3.890000104904175,3.8399999141693115,3.880000114440918,3.3211078146863504,137608412.0,0.0,0.0,True
2022-12-23 00:00:00+08:00,3.8299999237060547,3.880000114440918,3.8299999237060547,3.8499999046325684,3.2954288018101723,83743692.0,0.0,0.0,True
2022-12-28 00:00:00+08:00,3.869999885559082,4.03000020980835,3.869999885559082,4.0,3.4238223132620154,324909402.0,0.0,0.0,True
2022-12-29 00:00:00+08:00,4.0,4.019999980926514,3.950000047683716,4.010000228881836,3.4323820581697437,166581551.0,0.0,0.0,True
2022-12-30 00:00:00+08:00,4.070000171661377,4.070000171661377,4.019999980926514,4.019999980926514,3.4409413593834586,162913773.0,0.0,0.0,True
2023-01-03 00:00:00+08:00,3.9200000762939453,4.070000171661377,3.9100000858306885,4.059999942779541,3.4751796734733515,194182186.0,0.0,0.0,True
2023-01-04 00:00:00+08:00,4.079999923706055,4.130000114440918,4.059999942779541,4.130000114440918,3.535096556745409,211264184.0,0.0,0.0,True
2023-01-05 00:00:00+08:00,4.150000095367432,4.170000076293945,4.110000133514404,4.139999866485596,3.5436560798061305,181427620.0,0.0,0.0,True
2023-01-06 00:00:00+08:00,4.179999828338623,4.179999828338623,4.119999885559082,4.130000114440918,3.535096556745409,247399417.0,0.0,0.0,True
2023-01-09 00:00:00+08:00,4.159999847412109,4.199999809265137,4.119999885559082,4.130000114440918,3.535096556745409,214979619.0,0.0,0.0,True
2023-01-10 00:00:00+08:00,4.139999866485596,4.170000076293945,4.119999885559082,4.139999866485596,3.5436560798061305,403040540.0,0.0,0.0,True
2023-01-11 00:00:00+08:00,4.130000114440918,4.179999828338623,4.119999885559082,4.139999866485596,3.5436560798061305,303390077.0,0.0,0.0,True
2023-01-12 00:00:00+08:00,4.139999866485596,4.199999809265137,4.139999866485596,4.179999828338623,3.577894172049017,245789865.0,0.0,0.0,True
2023-01-13 00:00:00+08:00,4.170000076293945,4.239999771118164,4.170000076293945,4.199999809265137,3.5950132181704597,199160580.0,0.0,0.0,True
2023-01-16 00:00:00+08:00,4.210000038146973,4.260000228881836,4.179999828338623,4.25,3.637811277168081,241899182.0,0.0,0.0,True
2023-01-17 00:00:00+08:00,4.21999979019165,4.260000228881836,4.21999979019165,4.21999979019165,3.612132264291903,262359961.0,0.0,0.0,True
2023-01-18 00:00:00+08:00,4.21999979019165,4.260000228881836,4.21999979019165,4.260000228881836,3.6463710220758094,222780307.0,0.0,0.0,True
2023-01-19 00:00:00+08:00,4.21999979019165,4.260000228881836,4.139999866485596,4.179999828338623,3.577894172049017,260203406.0,0.0,0.0,True
2023-01-20 00:00:00+08:00,4.210000038146973,4.230000019073486,4.170000076293945,4.21999979019165,3.612132264291903,194452257.0,0.0,0.0,True
2023-01-26 00:00:00+08:00,4.260000228881836,4.28000020980835,4.230000019073486,4.260000228881836,3.6463710220758094,127661742.0,0.0,0.0,True
2023-01-27 00:00:00+08:00,4.239999771118164,4.300000190734863,4.21999979019165,4.300000190734863,3.6806091143186954,149200374.0,0.0,0.0,True
2023-01-30 00:00:00+08:00,4.260000228881836,4.289999961853027,4.170000076293945,4.199999809265137,3.5950132181704597,296591107.0,0.0,0.0,True
2023-01-31 00:00:00+08:00,4.21999979019165,4.25,4.159999847412109,4.190000057220459,3.586453916956745,368763206.0,0.0,0.0,True
2023-02-01 00:00:00+08:00,4.170000076293945,4.210000038146973,4.150000095367432,4.150000095367432,3.552215824713859,266891473.0,0.0,0.0,True
2023-02-02 00:00:00+08:00,4.179999828338623,4.179999828338623,4.110000133514404,4.130000114440918,3.535096556745409,229277066.0,0.0,0.0,True
2023-02-03 00:00:00+08:00,4.130000114440918,4.130000114440918,4.050000190734863,4.079999923706055,3.4922987195947948,271447098.0,0.0,0.0,True
2023-02-06 00:00:00+08:00,4.039999961853027,4.059999942779541,3.990000009536743,4.010000228881836,3.4323820581697437,300492721.0,0.0,0.0,True
2023-02-07 00:00:00+08:00,4.03000020980835,4.090000152587891,4.019999980926514,4.050000190734863,3.46662015041263,219172307.0,0.0,0.0,True
2023-02-08 00:00:00+08:00,4.070000171661377,4.110000133514404,4.059999942779541,4.079999923706055,3.4922987195947948,228279752.0,0.0,0.0,True
2023-02-09 00:00:00+08:00,4.070000171661377,4.110000133514404,4.03000020980835,4.050000190734863,3.46662015041263,187409834.0,0.0,0.0,True
2023-02-10 00:00:00+08:00,4.039999961853027,4.090000152587891,4.03000020980835,4.039999961853027,3.458060405504902,151607943.0,0.0,0.0,True
2023-02-13 00:00:00+08:00,4.010000228881836,4.059999942779541,4.0,4.03000020980835,3.449501104291187,171671856.0,0.0,0.0,True
2023-02-14 00:00:00+08:00,4.059999942779541,4.070000171661377,4.019999980926514,4.03000020980835,3.449501104291187,147352144.0,0.0,0.0,True
2023-02-15 00:00:00+08:00,4.039999961853027,4.050000190734863,3.9700000286102295,3.9800000190734863,3.4067032671405726,303483018.0,0.0,0.0,True
2023-02-16 00:00:00+08:00,3.9800000190734863,4.03000020980835,3.9800000190734863,3.9800000190734863,3.4067032671405726,240713771.0,0.0,0.0,True
2023-02-17 00:00:00+08:00,3.990000009536743,4.039999961853027,3.9800000190734863,4.0,3.4238223132620154,224799168.0,0.0,0.0,True
2023-02-20 00:00:00+08:00,3.990000009536743,4.059999942779541,3.990000009536743,4.03000020980835,3.449501104291187,234653980.0,0.0,0.0,True
2023-02-21 00:00:00+08:00,4.019999980926514,4.070000171661377,4.019999980926514,4.03000020980835,3.449501104291187,135495543.0,0.0,0.0,True
2023-02-22 00:00:00+08:00,4.059999942779541,4.070000171661377,4.0,4.010000228881836,3.4323820581697437,139543630.0,0.0,0.0,True
2023-02-23 00:00:00+08:00,4.010000228881836,4.059999942779541,4.010000228881836,4.019999980926514,3.4409413593834586,140377304.0,0.0,0.0,True
2023-02-24 00:00:00+08:00,4.0,4.03000020980835,3.9700000286102295,3.990000009536743,3.415262790201294,206742485.0,0.0,0.0,True
2023-02-27 00:00:00+08:00,3.990000009536743,3.990000009536743,3.930000066757202,3.950000047683716,3.381024476111401,132506979.0,0.0,0.0,True
2023-02-28 00:00:00+08:00,3.9600000381469727,4.0,3.9100000858306885,3.9200000762939453,3.3553459069292364,234160382.0,0.0,0.0,True
2023-03-01 00:00:00+08:00,3.9200000762939453,4.039999961853027,3.9200000762939453,4.039999961853027,3.458060405504902,276650060.0,0.0,0.0,True
2023-03-02 00:00:00+08:00,4.0,4.119999885559082,3.990000009536743,4.059999942779541,3.4751796734733515,227208559.0,0.0,0.0,True
2023-03-03 00:00:00+08:00,4.099999904632568,4.139999866485596,4.070000171661377,4.099999904632568,3.5094177657162375,191971906.0,0.0,0.0,True
2023-03-06 00:00:00+08:00,4.059999942779541,4.159999847412109,4.059999942779541,4.130000114440918,3.535096556745409,163399856.0,0.0,0.0,True
2023-03-07 00:00:00+08:00,4.119999885559082,4.269999980926514,4.119999885559082,4.159999847412109,3.5607751259275737,330921090.0,0.0,0.0,True
2023-03-08 00:00:00+08:00,4.119999885559082,4.170000076293945,4.110000133514404,4.139999866485596,3.5436560798061305,254181206.0,0.0,0.0,True
2023-03-09 00:00:00+08:00,4.139999866485596,4.210000038146973,4.090000152587891,4.099999904632568,3.5094177657162375,207466329.0,0.0,0.0,True
2023-03-10 00:00:00+08:00,4.110000133514404,4.130000114440918,4.039999961853027,4.059999942779541,3.4751796734733515,330930499.0,0.0,0.0,True
2023-03-13 00:00:00+08:00,4.050000190734863,4.179999828338623,4.050000190734863,4.159999847412109,3.5607751259275737,288944198.0,0.0,0.0,True
2023-03-14 00:00:00+08:00,4.150000095367432,4.210000038146973,4.079999923706055,4.119999885559082,3.5265368118376808,280600748.0,0.0,0.0,True
2023-03-15 00:00:00+08:00,4.139999866485596,4.25,4.139999866485596,4.239999771118164,3.6292515322603527,283998592.0,0.0,0.0,True
2023-03-16 00:00:00+08:00,4.21999979019165,4.260000228881836,4.179999828338623,4.230000019073486,3.6206920091996313,267363697.0,0.0,0.0,True
2023-03-17 00:00:00+08:00,4.269999980926514,4.28000020980835,4.21999979019165,4.25,3.637811277168081,368734553.0,0.0,0.0,True
2023-03-20 00:00:00+08:00,4.21999979019165,4.269999980926514,4.170000076293945,4.210000038146973,3.603572963078188,178187270.0,0.0,0.0,True
2023-03-21 00:00:00+08:00,4.159999847412109,4.239999771118164,4.150000095367432,4.170000076293945,3.569334870835302,130097337.0,0.0,0.0,True
2023-03-22 00:00:00+08:00,4.179999828338623,4.269999980926514,4.179999828338623,4.21999979019165,3.612132264291903,180956192.0,0.0,0.0,True
2023-03-23 00:00:00+08:00,4.239999771118164,4.28000020980835,4.199999809265137,4.269999980926514,3.6549303232895243,209048968.0,0.0,0.0,True
2023-03-24 00:00:00+08:00,4.230000019073486,4.260000228881836,4.199999809265137,4.21999979019165,3.612132264291903,103168396.0,0.0,0.0,True
2023-03-27 00:00:00+08:00,4.230000019073486,4.230000019073486,4.159999847412109,4.179999828338623,3.577894172049017,109853647.0,0.0,0.0,True
2023-03-28 00:00:00+08:00,4.199999809265137,4.260000228881836,4.179999828338623,4.230000019073486,3.6206920091996313,155573165.0,0.0,0.0,True
2023-03-29 00:00:00+08:00,4.25,4.300000190734863,4.21999979019165,4.289999961853027,3.6720493694109675,276116933.0,0.0,0.0,True
2023-03-30 00:00:00+08:00,4.260000228881836,4.300000190734863,4.21999979019165,4.269999980926514,3.6549303232895243,163171227.0,0.0,0.0,True
2023-03-31 00:00:00+08:00,4.260000228881836,4.269999980926514,4.170000076293945,4.179999828338623,3.577894172049017,254493724.0,0.0,0.0,True
2023-04-03 00:00:00+08:00,4.190000057220459,4.210000038146973,4.099999904632568,4.110000133514404,3.517977510623966,277410722.0,0.0,0.0,True
2023-04-04 00:00:00+08:00,4.130000114440918,4.190000057220459,4.110000133514404,4.150000095367432,3.552215824713859,223268023.0,0.0,0.0,True
2023-04-06 00:00:00+08:00,4.150000095367432,4.170000076293945,4.119999885559082,4.150000095367432,3.552215824713859,154073573.0,0.0,0.0,True
2023-04-11 00:00:00+08:00,4.21999979019165,4.21999979019165,4.139999866485596,4.190000057220459,3.586453916956745,238589850.0,0.0,0.0,True
2023-04-12 00:00:00+08:00,4.210000038146973,4.230000019073486,4.170000076293945,4.230000019073486,3.6206920091996313,154918559.0,0.0,0.0,True
2023-04-13 00:00:00+08:00,4.190000057220459,4.239999771118164,4.170000076293945,4.239999771118164,3.6292515322603527,156749951.0,0.0,0.0,True
2023-04-14 00:00:00+08:00,4.260000228881836,4.260000228881836,4.210000038146973,4.25,3.637811277168081,137196709.0,0.0,0.0,True
2023-04-17 00:00:00+08:00,4.25,4.340000152587891,4.230000019073486,4.320000171661377,3.6977281604401386,256424312.0,0.0,0.0,True
2023-04-18 00:00:00+08:00,4.289999961853027,4.349999904632568,4.260000228881836,4.289999961853027,3.6720493694109675,230468469.0,0.0,0.0,True
2023-04-19 00:00:00+08:00,4.300000190734863,4.340000152587891,4.269999980926514,4.289999961853027,3.6720493694109675,161067782.0,0.0,0.0,True
2023-04-20 00:00:00+08:00,4.289999961853027,4.320000171661377,4.25,4.300000190734863,3.6806091143186954,149893142.0,0.0,0.0,True
2023-04-21 00:00:00+08:00,4.28000020980835,4.349999904632568,4.21999979019165,4.260000228881836,3.6463710220758094,196489986.0,0.0,0.0,True
2023-04-24 00:00:00+08:00,4.260000228881836,4.269999980926514,4.159999847412109,4.21999979019165,3.612132264291903,190168120.0,0.0,0.0,True
2023-04-25 00:00:00+08:00,4.21999979019165,4.239999771118164,4.190000057220459,4.210000038146973,3.603572963078188,139549842.0,0.0,0.0,True
2023-04-26 00:00:00+08:00,4.199999809265137,4.230000019073486,4.150000095367432,4.199999809265137,3.5950132181704597,154338332.0,0.0,0.0,True
2023-04-27 00:00:00+08:00,4.190000057220459,4.25,4.170000076293945,4.21999979019165,3.612132264291903,210476107.0,0.0,0.0,True
2023-04-28 00:00:00+08:00,4.21999979019165,4.300000190734863,4.199999809265137,4.21999979019165,3.612132264291903,284844113.0,0.0,0.0,True
2023-05-02 00:00:00+08:00,4.28000020980835,4.28000020980835,4.170000076293945,4.199999809265137,3.5950132181704597,130162079.0,0.0,0.0,True
2023-05-03 00:00:00+08:00,4.159999847412109,4.179999828338623,4.119999885559082,4.159999847412109,3.5607751259275737,135388593.0,0.0,0.0,True
2023-05-04 00:00:00+08:00,4.170000076293945,4.389999866485596,4.159999847412109,4.369999885559082,3.740525997590753,429356016.0,0.0,0.0,True
2023-05-05 00:00:00+08:00,4.369999885559082,4.489999771118164,4.369999885559082,4.46999979019165,3.8261212281979686,482576130.0,0.0,0.0,True
2023-05-08 00:00:00+08:00,4.460000038146973,4.679999828338623,4.449999809265137,4.670000076293945,3.9973125768004265,645869766.0,0.0,0.0,True
2023-05-09 00:00:00+08:00,4.670000076293945,4.730000019073486,4.539999961853027,4.610000133514404,3.9459554384360973,575101809.0,0.0,0.0,True
2023-05-10 00:00:00+08:00,4.610000133514404,4.610000133514404,4.449999809265137,4.46999979019165,3.8261212281979686,396054057.0,0.0,0.0,True
2023-05-11 00:00:00+08:00,4.46999979019165,4.510000228881836,4.380000114440918,4.420000076293945,3.7833238347413674,277928846.0,0.0,0.0,True
2023-05-12 00:00:00+08:00,4.400000095367432,4.409999847412109,4.300000190734863,4.329999923706055,3.70628768350086,315117973.0,0.0,0.0,True
2023-05-15 00:00:00+08:00,4.329999923706055,4.440000057220459,4.269999980926514,4.420000076293945,3.7833238347413674,412372458.0,0.0,0.0,True
2023-05-16 00:00:00+08:00,4.440000057220459,4.480000019073486,4.389999866485596,4.420000076293945,3.7833238347413674,97420412.0,0.0,0.0,True
2023-05-17 00:00:00+08:00,4.400000095367432,4.480000019073486,4.349999904632568,4.369999885559082,3.740525997590753,232920948.0,0.0,0.0,True
2023-05-18 00:00:00+08:00,4.389999866485596,4.5,4.360000133514404,4.449999809265137,3.8090021820765254,248785011.0,0.0,0.0,True
2023-05-19 00:00:00+08:00,4.440000057220459,4.489999771118164,4.380000114440918,4.420000076293945,3.7833238347413674,172064051.0,0.0,0.0,True
2023-05-22 00:00:00+08:00,4.460000038146973,4.5,4.420000076293945,4.449999809265137,3.8090021820765254,195795701.0,0.0,0.0,True
2023-05-23 00:00:00+08:00,4.480000019073486,4.489999771118164,4.360000133514404,4.389999866485596,3.757645043712196,186289922.0,0.0,0.0,True
2023-05-24 00:00:00+08:00,4.369999885559082,4.389999866485596,4.269999980926514,4.300000190734863,3.6806091143186954,271979464.0,0.0,0.0,True
2023-05-25 00:00:00+08:00,4.25,4.289999961853027,4.21999979019165,4.230000019073486,3.6206920091996313,208049429.0,0.0,0.0,True
2023-05-29 00:00:00+08:00,4.21999979019165,4.300000190734863,4.21999979019165,4.25,3.637811277168081,188622384.0,0.0,0.0,True
2023-05-30 00:00:00+08:00,4.239999771118164,4.260000228881836,4.199999809265137,4.230000019073486,3.6206920091996313,214459172.0,0.0,0.0,True
2023-05-31 00:00:00+08:00,4.199999809265137,4.230000019073486,4.130000114440918,4.190000057220459,3.586453916956745,443635604.0,0.0,0.0,True
2023-06-01 00:00:00+08:00,4.150000095367432,4.199999809265137,4.130000114440918,4.130000114440918,3.535096556745409,195878156.0,0.0,0.0,True
2023-06-02 00:00:00+08:00,4.159999847412109,4.230000019073486,4.139999866485596,4.199999809265137,3.5950132181704597,238106726.0,0.0,0.0,True
2023-06-05 00:00:00+08:00,4.190000057220459,4.289999961853027,4.179999828338623,4.269999980926514,3.6549303232895243,154128851.0,0.0,0.0,True
2023-06-06 00:00:00+08:00,4.269999980926514,4.340000152587891,4.239999771118164,4.269999980926514,3.6549303232895243,138382474.0,0.0,0.0,True
2023-06-07 00:00:00+08:00,4.269999980926514,4.329999923706055,4.269999980926514,4.300000190734863,3.6806091143186954,138165536.0,0.0,0.0,True
2023-06-08 00:00:00+08:00,4.329999923706055,4.369999885559082,4.300000190734863,4.340000152587891,3.7148474284085884,143479250.0,0.0,0.0,True
2023-06-09 00:00:00+08:00,4.340000152587891,4.380000114440918,4.320000171661377,4.340000152587891,3.7148474284085884,115975825.0,0.0,0.0,True
2023-06-12 00:00:00+08:00,4.329999923706055,4.360000133514404,4.289999961853027,4.329999923706055,3.70628768350086,181527647.0,0.0,0.0,True
2023-06-13 00:00:00+08:00,4.320000171661377,4.329999923706055,4.230000019073486,4.25,3.637811277168081,326274159.0,0.0,0.0,True
2023-06-14 00:00:00+08:00,4.260000228881836,4.260000228881836,4.130000114440918,4.150000095367432,3.552215824713859,442669757.0,0.0,0.0,True
2023-06-15 00:00:00+08:00,4.199999809265137,4.199999809265137,4.110000133514404,4.170000076293945,3.569334870835302,277010186.0,0.0,0.0,True
2023-06-16 00:00:00+08:00,4.150000095367432,4.210000038146973,4.150000095367432,4.210000038146973,3.603572963078188,328021658.0,0.0,0.0,True
2023-06-19 00:00:00+08:00,4.190000057220459,4.210000038146973,4.150000095367432,4.179999828338623,3.577894172049017,192042607.0,0.0,0.0,True
2023-06-20 00:00:00+08:00,4.170000076293945,4.179999828338623,4.119999885559082,4.170000076293945,3.569334870835302,235233878.0,0.0,0.0,True
2023-06-21 00:00:00+08:00,4.150000095367432,4.199999809265137,4.139999866485596,4.159999847412109,3.5607751259275737,241636902.0,0.0,0.0,True
2023-06-23 00:00:00+08:00,4.170000076293945,4.179999828338623,4.119999885559082,4.130000114440918,3.535096556745409,179933946.0,0.0,0.0,True
2023-06-26 00:00:00+08:00,4.150000095367432,4.150000095367432,4.079999923706055,4.110000133514404,3.517977510623966,266470090.0,0.0,0.0,True
2023-06-27 00:00:00+08:00,4.099999904632568,4.159999847412109,4.090000152587891,4.150000095367432,3.552215824713859,228143854.0,0.0,0.0,True
2023-06-28 00:00:00+08:00,4.130000114440918,4.179999828338623,4.119999885559082,4.159999847412109,3.5607751259275737,180586497.0,0.0,0.0,True
2023-06-29 00:00:00+08:00,4.159999847412109,4.179999828338623,4.130000114440918,4.159999847412109,3.5607751259275737,184805600.0,0.0,0.0,True
2023-06-30 00:00:00+08:00,4.170000076293945,4.21999979019165,4.159999847412109,4.179999828338623,3.577894172049017,218725448.0,0.0,0.0,True
2023-07-03 00:00:00+08:00,4.199999809265137,4.269999980926514,4.190000057220459,4.239999771118164,3.6292515322603527,309192456.0,0.0,0.0,True
2023-07-04 00:00:00+08:00,4.230000019073486,4.269999980926514,4.159999847412109,4.190000057220459,3.586453916956745,294729733.0,0.0,0.0,True
2023-07-05 00:00:00+08:00,4.170000076293945,4.179999828338623,4.099999904632568,4.110000133514404,3.517977510623966,316065085.0,0.0,0.0,True
2023-07-06 00:00:00+08:00,3.7799999713897705,3.7899999618530273,3.640000104904175,3.6600000858306885,3.405607342927319,483351531.0,0.329236,0.0,True
2023-07-07 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.5999999046325684,3.609999895095825,3.359082476063615,344014894.0,0.0,0.0,True
2023-07-10 00:00:00+08:00,3.619999885559082,3.6600000858306885,3.559999942779541,3.5899999141693115,3.3404726180569364,263135021.0,0.0,0.0,True
2023-07-11 00:00:00+08:00,3.630000114440918,3.640000104904175,3.569999933242798,3.5999999046325684,3.3497775470602758,290916418.0,0.0,0.0,True
2023-07-12 00:00:00+08:00,3.630000114440918,3.640000104904175,3.5799999237060547,3.5999999046325684,3.3497775470602758,251835089.0,0.0,0.0,True
2023-07-13 00:00:00+08:00,3.609999895095825,3.6500000953674316,3.5899999141693115,3.619999885559082,3.3683874050669544,243505182.0,0.0,0.0,True
2023-07-14 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.630000114440918,3.6600000858306885,3.405607342927319,258981289.0,0.0,0.0,True
2023-07-18 00:00:00+08:00,3.6600000858306885,3.6600000858306885,3.549999952316284,3.5799999237060547,3.331167689053597,273570216.0,0.0,0.0,True
2023-07-19 00:00:00+08:00,3.549999952316284,3.619999885559082,3.5399999618530273,3.5899999141693115,3.3404726180569364,158493423.0,0.0,0.0,True
2023-07-20 00:00:00+08:00,3.619999885559082,3.6600000858306885,3.5999999046325684,3.609999895095825,3.359082476063615,124194456.0,0.0,0.0,True
2023-07-21 00:00:00+08:00,3.640000104904175,3.680000066757202,3.630000114440918,3.6600000858306885,3.405607342927319,122860627.0,0.0,0.0,True
2023-07-24 00:00:00+08:00,3.630000114440918,3.6600000858306885,3.5799999237060547,3.5899999141693115,3.3404726180569364,165661469.0,0.0,0.0,True
2023-07-25 00:00:00+08:00,3.609999895095825,3.7300000190734863,3.609999895095825,3.690000057220459,3.433522129937337,233245325.0,0.0,0.0,True
2023-07-26 00:00:00+08:00,3.690000057220459,3.7300000190734863,3.630000114440918,3.6500000953674316,3.3963024139239795,174178400.0,0.0,0.0,True
2023-07-27 00:00:00+08:00,3.6600000858306885,3.7300000190734863,3.6500000953674316,3.700000047683716,3.442827058940676,244815663.0,0.0,0.0,True
2023-07-28 00:00:00+08:00,3.680000066757202,3.759999990463257,3.6700000762939453,3.740000009536743,3.480046774954034,231213125.0,0.0,0.0,True
2023-07-31 00:00:00+08:00,3.75,3.859999895095825,3.740000009536743,3.799999952316284,3.53587634897407,341189678.0,0.0,0.0,True
2023-08-01 00:00:00+08:00,3.819999933242798,3.859999895095825,3.7699999809265137,3.7799999713897705,3.5172664909673914,190142810.0,0.0,0.0,True
2023-08-02 00:00:00+08:00,3.759999990463257,3.7799999713897705,3.6600000858306885,3.6700000762939453,3.414912271930658,288581439.0,0.0,0.0,True
2023-08-03 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.630000114440918,3.6500000953674316,3.3963024139239795,292039499.0,0.0,0.0,True
2023-08-04 00:00:00+08:00,3.680000066757202,3.7300000190734863,3.630000114440918,3.640000104904175,3.38699748492064,195330853.0,0.0,0.0,True
2023-08-07 00:00:00+08:00,3.640000104904175,3.6600000858306885,3.619999885559082,3.640000104904175,3.38699748492064,151992015.0,0.0,0.0,True
2023-08-08 00:00:00+08:00,3.619999885559082,3.630000114440918,3.5799999237060547,3.5999999046325684,3.3497775470602758,226116681.0,0.0,0.0,True
2023-08-09 00:00:00+08:00,3.5799999237060547,3.619999885559082,3.559999942779541,3.619999885559082,3.3683874050669544,194636023.0,0.0,0.0,True
2023-08-10 00:00:00+08:00,3.569999933242798,3.630000114440918,3.559999942779541,3.5999999046325684,3.3497775470602758,257523027.0,0.0,0.0,True
2023-08-11 00:00:00+08:00,3.5899999141693115,3.5899999141693115,3.5299999713897705,3.569999933242798,3.3218627600502577,260620282.0,0.0,0.0,True
2023-08-14 00:00:00+08:00,3.5199999809265137,3.5299999713897705,3.4600000381469727,3.5,3.256728257026882,308586690.0,0.0,0.0,True
2023-08-15 00:00:00+08:00,3.4800000190734863,3.509999990463257,3.4600000381469727,3.4800000190734863,3.238118399020203,206833725.0,0.0,0.0,True
2023-08-16 00:00:00+08:00,3.450000047683716,3.4800000190734863,3.4100000858306885,3.4200000762939453,3.1822888250001666,234260976.0,0.0,0.0,True
2023-08-17 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.359999895095825,3.4200000762939453,3.1822888250001666,313019294.0,0.0,0.0,True
2023-08-18 00:00:00+08:00,3.430000066757202,3.5,3.4000000953674316,3.4100000858306885,3.1729838959968273,310788020.0,0.0,0.0,True
2023-08-21 00:00:00+08:00,3.4000000953674316,3.4000000953674316,3.3499999046325684,3.359999895095825,3.1264590291331236,278392065.0,0.0,0.0,True
2023-08-22 00:00:00+08:00,3.359999895095825,3.450000047683716,3.359999895095825,3.4000000953674316,3.163678966993488,312832612.0,0.0,0.0,True
2023-08-23 00:00:00+08:00,3.390000104904175,3.4600000381469727,3.390000104904175,3.4200000762939453,3.1822888250001666,229353234.0,0.0,0.0,True
2023-08-24 00:00:00+08:00,3.4200000762939453,3.4700000286102295,3.4100000858306885,3.450000047683716,3.2102036120101847,216303897.0,0.0,0.0,True
2023-08-25 00:00:00+08:00,3.450000047683716,3.5299999713897705,3.450000047683716,3.4600000381469727,3.219508541013524,207713213.0,0.0,0.0,True
2023-08-28 00:00:00+08:00,3.569999933242798,3.5899999141693115,3.509999990463257,3.509999990463257,3.266033186030221,244114203.0,0.0,0.0,True
2023-08-29 00:00:00+08:00,3.549999952316284,3.619999885559082,3.5299999713897705,3.5899999141693115,3.3404726180569364,346986717.0,0.0,0.0,True
2023-08-30 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.559999942779541,3.569999933242798,3.3218627600502577,336774337.0,0.0,0.0,True
2023-08-31 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.559999942779541,3.5999999046325684,3.3497775470602758,817327216.0,0.0,0.0,True
2023-09-04 00:00:00+08:00,3.609999895095825,3.7699999809265137,3.609999895095825,3.7300000190734863,3.4707418459506947,629620119.0,0.0,0.0,True
2023-09-05 00:00:00+08:00,3.700000047683716,3.75,3.6700000762939453,3.680000066757202,3.4242172009339975,252233724.0,0.0,0.0,True
2023-09-06 00:00:00+08:00,3.6600000858306885,3.759999990463257,3.6500000953674316,3.740000009536743,3.480046774954034,307058008.0,0.0,0.0,True
2023-09-07 00:00:00+08:00,3.740000009536743,3.799999952316284,3.7100000381469727,3.7699999809265137,3.507961561964052,356783232.0,0.0,0.0,True
2023-09-11 00:00:00+08:00,3.7200000286102295,3.7799999713897705,3.690000057220459,3.75,3.4893517039573734,308247176.0,0.0,0.0,True
2023-09-12 00:00:00+08:00,3.75,3.7899999618530273,3.7200000286102295,3.7699999809265137,3.507961561964052,180754456.0,0.0,0.0,True
2023-09-13 00:00:00+08:00,3.7799999713897705,3.799999952316284,3.7200000286102295,3.75,3.4893517039573734,295869721.0,0.0,0.0,True
2023-09-14 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.759999990463257,3.7899999618530273,3.5265714199707308,274404409.0,0.0,0.0,True
2023-09-15 00:00:00+08:00,3.809999942779541,3.859999895095825,3.7899999618530273,3.799999952316284,3.53587634897407,366935288.0,0.0,0.0,True
2023-09-18 00:00:00+08:00,3.7699999809265137,3.7799999713897705,3.7200000286102295,3.75,3.4893517039573734,221671313.0,0.0,0.0,True
2023-09-19 00:00:00+08:00,3.75,3.819999933242798,3.740000009536743,3.819999933242798,3.5544862069807492,269533597.0,0.0,0.0,True
2023-09-20 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.799999952316284,3.799999952316284,3.53587634897407,230980912.0,0.0,0.0,True
2023-09-21 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.7300000190734863,3.759999990463257,3.4986566329607127,348696431.0,0.0,0.0,True
2023-09-22 00:00:00+08:00,3.740000009536743,3.809999942779541,3.740000009536743,3.809999942779541,3.54518127797741,245368556.0,0.0,0.0,True
2023-09-25 00:00:00+08:00,3.799999952316284,3.8299999237060547,3.740000009536743,3.75,3.4893517039573734,225999218.0,0.0,0.0,True
2023-09-26 00:00:00+08:00,3.7300000190734863,3.7899999618530273,3.680000066757202,3.700000047683716,3.442827058940676,231317116.0,0.0,0.0,True
2023-09-27 00:00:00+08:00,3.7200000286102295,3.7699999809265137,3.700000047683716,3.740000009536743,3.480046774954034,166651605.0,0.0,0.0,True
2023-09-28 00:00:00+08:00,3.7300000190734863,3.75,3.700000047683716,3.700000047683716,3.442827058940676,256509231.0,0.0,0.0,True
2023-09-29 00:00:00+08:00,3.700000047683716,3.809999942779541,3.700000047683716,3.7699999809265137,3.507961561964052,233478337.0,0.0,0.0,True
2023-10-03 00:00:00+08:00,3.7300000190734863,3.7300000190734863,3.569999933242798,3.5899999141693115,3.3404726180569364,295613538.0,0.0,0.0,True
2023-10-04 00:00:00+08:00,3.569999933242798,3.630000114440918,3.5399999618530273,3.609999895095825,3.359082476063615,180928145.0,0.0,0.0,True
2023-10-05 00:00:00+08:00,3.630000114440918,3.6500000953674316,3.5899999141693115,3.5999999046325684,3.3497775470602758,137405790.0,0.0,0.0,True
2023-10-06 00:00:00+08:00,3.6500000953674316,3.7100000381469727,3.640000104904175,3.6600000858306885,3.405607342927319,137863261.0,0.0,0.0,True
2023-10-09 00:00:00+08:00,3.690000057220459,3.7200000286102295,3.6700000762939453,3.680000066757202,3.4242172009339975,105503037.0,0.0,0.0,True
2023-10-10 00:00:00+08:00,3.7300000190734863,3.7799999713897705,3.700000047683716,3.7100000381469727,3.452131987944016,124645952.0,0.0,0.0,True
2023-10-11 00:00:00+08:00,3.7699999809265137,3.7699999809265137,3.7300000190734863,3.740000009536743,3.480046774954034,175540685.0,0.0,0.0,True
2023-10-12 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.819999933242798,3.9200000762939453,3.6475357188611497,675968330.0,0.0,0.0,True
2023-10-13 00:00:00+08:00,3.9000000953674316,3.9100000858306885,3.8499999046325684,3.8499999046325684,3.5824009939907673,250344063.0,0.0,0.0,True
2023-10-16 00:00:00+08:00,3.8499999046325684,3.9000000953674316,3.819999933242798,3.8499999046325684,3.5824009939907673,171560136.0,0.0,0.0,True
2023-10-17 00:00:00+08:00,3.869999885559082,3.940000057220459,3.8399999141693115,3.9100000858306885,3.6382307898578103,241303688.0,0.0,0.0,True
2023-10-18 00:00:00+08:00,3.9100000858306885,3.940000057220459,3.869999885559082,3.880000114440918,3.6103160028477923,182110047.0,0.0,0.0,True
2023-10-19 00:00:00+08:00,3.819999933242798,3.8499999046325684,3.7799999713897705,3.7899999618530273,3.5265714199707308,193820232.0,0.0,0.0,True
2023-10-20 00:00:00+08:00,3.7699999809265137,3.8299999237060547,3.75,3.759999990463257,3.4986566329607127,163210066.0,0.0,0.0,True
2023-10-24 00:00:00+08:00,3.7200000286102295,3.7699999809265137,3.7100000381469727,3.740000009536743,3.480046774954034,190336656.0,0.0,0.0,True
2023-10-25 00:00:00+08:00,3.8399999141693115,3.8499999046325684,3.75,3.7699999809265137,3.507961561964052,216824013.0,0.0,0.0,True
2023-10-26 00:00:00+08:00,3.799999952316284,3.819999933242798,3.759999990463257,3.799999952316284,3.53587634897407,134917498.0,0.0,0.0,True
2023-10-27 00:00:00+08:00,3.8399999141693115,3.9000000953674316,3.809999942779541,3.8499999046325684,3.5824009939907673,226052377.0,0.0,0.0,True
2023-10-30 00:00:00+08:00,3.8499999046325684,3.859999895095825,3.680000066757202,3.740000009536743,3.480046774954034,286400692.0,0.0,0.0,True
2023-10-31 00:00:00+08:00,3.740000009536743,3.7799999713897705,3.7100000381469727,3.759999990463257,3.4986566329607127,206277198.0,0.0,0.0,True
2023-11-01 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.75,3.799999952316284,3.53587634897407,153678182.0,0.0,0.0,True
2023-11-02 00:00:00+08:00,3.799999952316284,3.8499999046325684,3.75,3.7799999713897705,3.5172664909673914,191144882.0,0.0,0.0,True
2023-11-03 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.7799999713897705,3.809999942779541,3.54518127797741,156922242.0,0.0,0.0,True
2023-11-06 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.5265714199707308,202473003.0,0.0,0.0,True
2023-11-07 00:00:00+08:00,3.759999990463257,3.7899999618530273,3.7200000286102295,3.7300000190734863,3.4707418459506947,190605813.0,0.0,0.0,True
2023-11-08 00:00:00+08:00,3.7699999809265137,3.7699999809265137,3.700000047683716,3.7100000381469727,3.452131987944016,139666955.0,0.0,0.0,True
2023-11-09 00:00:00+08:00,3.700000047683716,3.7300000190734863,3.700000047683716,3.7100000381469727,3.452131987944016,71881453.0,0.0,0.0,True
2023-11-10 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.6700000762939453,3.680000066757202,3.4242172009339975,128215976.0,0.0,0.0,True
2023-11-13 00:00:00+08:00,3.690000057220459,3.7300000190734863,3.640000104904175,3.7200000286102295,3.4614369169473553,146968935.0,0.0,0.0,True
2023-11-14 00:00:00+08:00,3.740000009536743,3.7699999809265137,3.7200000286102295,3.740000009536743,3.480046774954034,155959721.0,0.0,0.0,True
2023-11-15 00:00:00+08:00,3.809999942779541,3.880000114440918,3.7799999713897705,3.859999895095825,3.5917059229941066,260901823.0,0.0,0.0,True
2023-11-16 00:00:00+08:00,3.869999885559082,3.869999885559082,3.7899999618530273,3.819999933242798,3.5544862069807492,96949779.0,0.0,0.0,True
2023-11-17 00:00:00+08:00,3.7799999713897705,3.809999942779541,3.7300000190734863,3.75,3.4893517039573734,156398933.0,0.0,0.0,True
2023-11-20 00:00:00+08:00,3.7799999713897705,3.8299999237060547,3.759999990463257,3.8299999237060547,3.5637911359840886,143975679.0,0.0,0.0,True
2023-11-21 00:00:00+08:00,3.869999885559082,3.890000104904175,3.7799999713897705,3.7899999618530273,3.5265714199707308,158102559.0,0.0,0.0,True
2023-11-22 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.759999990463257,3.799999952316284,3.53587634897407,60718192.0,0.0,0.0,True
2023-11-23 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.759999990463257,3.8499999046325684,3.5824009939907673,115217596.0,0.0,0.0,True
2023-11-24 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.5265714199707308,93281480.0,0.0,0.0,True
2023-11-27 00:00:00+08:00,3.819999933242798,3.819999933242798,3.740000009536743,3.7799999713897705,3.5172664909673914,130065350.0,0.0,0.0,True
2023-11-28 00:00:00+08:00,3.799999952316284,3.799999952316284,3.740000009536743,3.759999990463257,3.4986566329607127,113725337.0,0.0,0.0,True
2023-11-29 00:00:00+08:00,3.7799999713897705,3.7899999618530273,3.680000066757202,3.7200000286102295,3.4614369169473553,226633574.0,0.0,0.0,True
2023-11-30 00:00:00+08:00,3.740000009536743,3.75,3.700000047683716,3.740000009536743,3.480046774954034,267272719.0,0.0,0.0,True
2023-12-01 00:00:00+08:00,3.7200000286102295,3.759999990463257,3.680000066757202,3.690000057220459,3.433522129937337,159742141.0,0.0,0.0,True
2023-12-04 00:00:00+08:00,3.740000009536743,3.75,3.690000057220459,3.690000057220459,3.433522129937337,199824961.0,0.0,0.0,True
2023-12-05 00:00:00+08:00,3.7100000381469727,3.7100000381469727,3.609999895095825,3.630000114440918,3.3776925559173008,274505556.0,0.0,0.0,True
2023-12-06 00:00:00+08:00,3.640000104904175,3.6600000858306885,3.609999895095825,3.640000104904175,3.38699748492064,164730514.0,0.0,0.0,True
2023-12-07 00:00:00+08:00,3.630000114440918,3.6500000953674316,3.5999999046325684,3.640000104904175,3.38699748492064,123750268.0,0.0,0.0,True
2023-12-08 00:00:00+08:00,3.6700000762939453,3.680000066757202,3.5899999141693115,3.630000114440918,3.3776925559173008,210592613.0,0.0,0.0,True
2023-12-11 00:00:00+08:00,3.5899999141693115,3.619999885559082,3.5199999809265137,3.609999895095825,3.359082476063615,326769186.0,0.0,0.0,True
2023-12-12 00:00:00+08:00,3.609999895095825,3.6700000762939453,3.5999999046325684,3.6500000953674316,3.3963024139239795,262302427.0,0.0,0.0,True
2023-12-13 00:00:00+08:00,3.6500000953674316,3.690000057220459,3.630000114440918,3.680000066757202,3.4242172009339975,187744171.0,0.0,0.0,True
2023-12-14 00:00:00+08:00,3.7100000381469727,3.740000009536743,3.640000104904175,3.680000066757202,3.4242172009339975,245663930.0,0.0,0.0,True
2023-12-15 00:00:00+08:00,3.7200000286102295,3.759999990463257,3.680000066757202,3.700000047683716,3.442827058940676,390760942.0,0.0,0.0,True
2023-12-18 00:00:00+08:00,3.690000057220459,3.7100000381469727,3.6600000858306885,3.690000057220459,3.433522129937337,108207962.0,0.0,0.0,True
2023-12-19 00:00:00+08:00,3.6600000858306885,3.700000047683716,3.640000104904175,3.6700000762939453,3.414912271930658,97469500.0,0.0,0.0,True
2023-12-20 00:00:00+08:00,3.690000057220459,3.690000057220459,3.619999885559082,3.6500000953674316,3.3963024139239795,188953599.0,0.0,0.0,True
2023-12-21 00:00:00+08:00,3.619999885559082,3.700000047683716,3.619999885559082,3.680000066757202,3.4242172009339975,123393447.0,0.0,0.0,True
2023-12-22 00:00:00+08:00,3.700000047683716,3.7300000190734863,3.6700000762939453,3.680000066757202,3.4242172009339975,177408320.0,0.0,0.0,True
2023-12-27 00:00:00+08:00,3.700000047683716,3.759999990463257,3.680000066757202,3.740000009536743,3.480046774954034,226712895.0,0.0,0.0,True
2023-12-28 00:00:00+08:00,3.740000009536743,3.809999942779541,3.7300000190734863,3.7799999713897705,3.5172664909673914,189710209.0,0.0,0.0,True
2023-12-29 00:00:00+08:00,3.7899999618530273,3.8299999237060547,3.7799999713897705,3.819999933242798,3.5544862069807492,142535264.0,0.0,0.0,True
2024-01-02 00:00:00+08:00,3.8399999141693115,3.8399999141693115,3.7200000286102295,3.740000009536743,3.480046774954034,195715603.0,0.0,0.0,True
2024-01-03 00:00:00+08:00,3.7100000381469727,3.759999990463257,3.7100000381469727,3.740000009536743,3.480046774954034,106480528.0,0.0,0.0,True
2024-01-04 00:00:00+08:00,3.759999990463257,3.799999952316284,3.7300000190734863,3.7799999713897705,3.5172664909673914,208328871.0,0.0,0.0,True
2024-01-05 00:00:00+08:00,3.7799999713897705,3.8299999237060547,3.7300000190734863,3.75,3.4893517039573734,270256306.0,0.0,0.0,True
2024-01-08 00:00:00+08:00,3.75,3.7799999713897705,3.6600000858306885,3.680000066757202,3.4242172009339975,279114999.0,0.0,0.0,True
2024-01-09 00:00:00+08:00,3.680000066757202,3.7100000381469727,3.6500000953674316,3.680000066757202,3.4242172009339975,172987783.0,0.0,0.0,True
2024-01-10 00:00:00+08:00,3.6700000762939453,3.7100000381469727,3.6500000953674316,3.680000066757202,3.4242172009339975,181918519.0,0.0,0.0,True
2024-01-11 00:00:00+08:00,3.680000066757202,3.7200000286102295,3.6500000953674316,3.680000066757202,3.4242172009339975,167408254.0,0.0,0.0,True
2024-01-12 00:00:00+08:00,3.6700000762939453,3.7100000381469727,3.6600000858306885,3.690000057220459,3.433522129937337,98085190.0,0.0,0.0,True
2024-01-15 00:00:00+08:00,3.700000047683716,3.7100000381469727,3.6700000762939453,3.700000047683716,3.442827058940676,77810606.0,0.0,0.0,True
2024-01-16 00:00:00+08:00,3.680000066757202,3.7100000381469727,3.630000114440918,3.640000104904175,3.38699748492064,209104452.0,0.0,0.0,True
2024-01-17 00:00:00+08:00,3.630000114440918,3.640000104904175,3.5299999713897705,3.549999952316284,3.3032529020435786,374776282.0,0.0,0.0,True
2024-01-18 00:00:00+08:00,3.559999942779541,3.5799999237060547,3.5299999713897705,3.569999933242798,3.3218627600502577,279566330.0,0.0,0.0,True
2024-01-19 00:00:00+08:00,3.5799999237060547,3.619999885559082,3.549999952316284,3.5899999141693115,3.3404726180569364,211407811.0,0.0,0.0,True
2024-01-22 00:00:00+08:00,3.5999999046325684,3.609999895095825,3.509999990463257,3.5399999618530273,3.2939479730402392,231495995.0,0.0,0.0,True
2024-01-23 00:00:00+08:00,3.5299999713897705,3.640000104904175,3.5199999809265137,3.609999895095825,3.359082476063615,234767946.0,0.0,0.0,True
2024-01-24 00:00:00+08:00,3.609999895095825,3.759999990463257,3.609999895095825,3.740000009536743,3.480046774954034,431565592.0,0.0,0.0,True
2024-01-25 00:00:00+08:00,3.740000009536743,3.8399999141693115,3.700000047683716,3.8299999237060547,3.5637911359840886,490972859.0,0.0,0.0,True
2024-01-26 00:00:00+08:00,3.819999933242798,3.859999895095825,3.809999942779541,3.819999933242798,3.5544862069807492,264403292.0,0.0,0.0,True
2024-01-29 00:00:00+08:00,3.819999933242798,3.890000104904175,3.809999942779541,3.859999895095825,3.5917059229941066,301165078.0,0.0,0.0,True
2024-01-30 00:00:00+08:00,3.8299999237060547,3.8499999046325684,3.7899999618530273,3.809999942779541,3.54518127797741,227981489.0,0.0,0.0,True
2024-01-31 00:00:00+08:00,3.809999942779541,3.8299999237060547,3.759999990463257,3.819999933242798,3.5544862069807492,248660671.0,0.0,0.0,True
2024-02-01 00:00:00+08:00,3.819999933242798,3.8499999046325684,3.7799999713897705,3.7899999618530273,3.5265714199707308,202592840.0,0.0,0.0,True
2024-02-02 00:00:00+08:00,3.799999952316284,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.5265714199707308,154637396.0,0.0,0.0,True
2024-02-05 00:00:00+08:00,3.7699999809265137,3.819999933242798,3.759999990463257,3.799999952316284,3.53587634897407,174185125.0,0.0,0.0,True
2024-02-06 00:00:00+08:00,3.7899999618530273,3.940000057220459,3.7899999618530273,3.9200000762939453,3.6475357188611497,295401124.0,0.0,0.0,True
2024-02-07 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.869999885559082,3.890000104904175,3.6196209318511317,258681088.0,0.0,0.0,True
2024-02-08 00:00:00+08:00,3.890000104904175,3.9100000858306885,3.8299999237060547,3.8499999046325684,3.5824009939907673,149952865.0,0.0,0.0,True
2024-02-09 00:00:00+08:00,3.799999952316284,3.8299999237060547,3.7699999809265137,3.8299999237060547,3.5637911359840886,43789521.0,0.0,0.0,True
2024-02-14 00:00:00+08:00,3.7799999713897705,3.880000114440918,3.75,3.859999895095825,3.5917059229941066,87229443.0,0.0,0.0,True
2024-02-15 00:00:00+08:00,3.8399999141693115,3.9100000858306885,3.8299999237060547,3.890000104904175,3.6196209318511317,76124014.0,0.0,0.0,True
2024-02-16 00:00:00+08:00,3.890000104904175,3.940000057220459,3.869999885559082,3.930000066757202,3.656840647864489,124046262.0,0.0,0.0,True
2024-02-19 00:00:00+08:00,3.940000057220459,3.9600000381469727,3.9000000953674316,3.9200000762939453,3.6475357188611497,129179934.0,0.0,0.0,True
2024-02-20 00:00:00+08:00,3.930000066757202,3.9800000190734863,3.9200000762939453,3.9800000190734863,3.703365292881186,146061157.0,0.0,0.0,True
2024-02-21 00:00:00+08:00,3.990000009536743,4.159999847412109,3.9700000286102295,4.070000171661377,3.7871098757582473,473060462.0,0.0,0.0,True
2024-02-22 00:00:00+08:00,4.059999942779541,4.110000133514404,4.039999961853027,4.099999904632568,3.815024440921259,211209589.0,0.0,0.0,True
2024-02-23 00:00:00+08:00,4.090000152587891,4.179999828338623,4.079999923706055,4.139999866485596,3.852244156934616,323870350.0,0.0,0.0,True
2024-02-26 00:00:00+08:00,4.150000095367432,4.159999847412109,4.050000190734863,4.079999923706055,3.79641458291458,262309468.0,0.0,0.0,True
2024-02-27 00:00:00+08:00,4.070000171661377,4.119999885559082,4.050000190734863,4.099999904632568,3.815024440921259,176141560.0,0.0,0.0,True
2024-02-28 00:00:00+08:00,4.099999904632568,4.119999885559082,4.039999961853027,4.059999942779541,3.7778047249079014,179704568.0,0.0,0.0,True
2024-02-29 00:00:00+08:00,4.039999961853027,4.090000152587891,4.039999961853027,4.039999961853027,3.7591948669012223,190343656.0,0.0,0.0,True
2024-03-01 00:00:00+08:00,4.019999980926514,4.079999923706055,3.9700000286102295,4.050000190734863,3.7685000177515686,282167874.0,0.0,0.0,True
2024-03-04 00:00:00+08:00,4.039999961853027,4.050000190734863,3.990000009536743,4.019999980926514,3.7405850088945436,204903610.0,0.0,0.0,True
2024-03-05 00:00:00+08:00,3.9800000190734863,4.059999942779541,3.950000047683716,3.990000009536743,3.7126702218845256,249784197.0,0.0,0.0,True
2024-03-06 00:00:00+08:00,4.010000228881836,4.059999942779541,3.9800000190734863,4.03000020980835,3.74989015974489,270589633.0,0.0,0.0,True
2024-03-07 00:00:00+08:00,4.03000020980835,4.090000152587891,4.0,4.03000020980835,3.74989015974489,165980033.0,0.0,0.0,True
2024-03-08 00:00:00+08:00,4.039999961853027,4.099999904632568,4.019999980926514,4.050000190734863,3.7685000177515686,292329286.0,0.0,0.0,True
2024-03-11 00:00:00+08:00,4.050000190734863,4.110000133514404,4.03000020980835,4.059999942779541,3.7778047249079014,237514321.0,0.0,0.0,True
2024-03-12 00:00:00+08:00,4.059999942779541,4.119999885559082,4.019999980926514,4.110000133514404,3.824329591771605,316667017.0,0.0,0.0,True
2024-03-13 00:00:00+08:00,4.070000171661377,4.090000152587891,4.019999980926514,4.039999961853027,3.7591948669012223,301063056.0,0.0,0.0,True
2024-03-14 00:00:00+08:00,4.010000228881836,4.059999942779541,4.0,4.019999980926514,3.7405850088945436,217437653.0,0.0,0.0,True
2024-03-15 00:00:00+08:00,4.0,4.010000228881836,3.940000057220459,3.9800000190734863,3.703365292881186,355675188.0,0.0,0.0,True
2024-03-18 00:00:00+08:00,3.990000009536743,4.0,3.940000057220459,3.9600000381469727,3.6847554348745075,209805618.0,0.0,0.0,True
2024-03-19 00:00:00+08:00,3.950000047683716,3.950000047683716,3.9000000953674316,3.9200000762939453,3.6475357188611497,218938960.0,0.0,0.0,True
2024-03-20 00:00:00+08:00,3.9200000762939453,3.930000066757202,3.890000104904175,3.9100000858306885,3.6382307898578103,200274220.0,0.0,0.0,True
2024-03-21 00:00:00+08:00,3.950000047683716,4.0,3.940000057220459,3.9800000190734863,3.703365292881186,315161464.0,0.0,0.0,True
2024-03-22 00:00:00+08:00,3.990000009536743,3.990000009536743,3.9100000858306885,3.9600000381469727,3.6847554348745075,191270677.0,0.0,0.0,True
2024-03-25 00:00:00+08:00,3.9600000381469727,3.9800000190734863,3.9200000762939453,3.950000047683716,3.6754505058711677,184108533.0,0.0,0.0,True
2024-03-26 00:00:00+08:00,3.990000009536743,4.059999942779541,3.9700000286102295,4.0,3.721975150887865,230414252.0,0.0,0.0,True
2024-03-27 00:00:00+08:00,4.0,4.019999980926514,3.9600000381469727,3.9700000286102295,3.694060363877847,211898473.0,0.0,0.0,True
2024-03-28 00:00:00+08:00,3.9700000286102295,3.9800000190734863,3.869999885559082,3.940000057220459,3.6661455768678284,295388883.0,0.0,0.0,True
2024-04-02 00:00:00+08:00,3.9800000190734863,4.070000171661377,3.9700000286102295,4.03000020980835,3.74989015974489,301807183.0,0.0,0.0,True
2024-04-03 00:00:00+08:00,4.019999980926514,4.050000190734863,4.0,4.010000228881836,3.7312803017382112,232543947.0,0.0,0.0,True
2024-04-05 00:00:00+08:00,4.019999980926514,4.03000020980835,3.930000066757202,3.9700000286102295,3.694060363877847,102636289.0,0.0,0.0,True
2024-04-08 00:00:00+08:00,3.9600000381469727,4.050000190734863,3.940000057220459,4.019999980926514,3.7405850088945436,193418098.0,0.0,0.0,True
2024-04-09 00:00:00+08:00,4.039999961853027,4.070000171661377,4.010000228881836,4.019999980926514,3.7405850088945436,181693799.0,0.0,0.0,True
2024-04-10 00:00:00+08:00,4.039999961853027,4.079999923706055,4.019999980926514,4.079999923706055,3.79641458291458,203179579.0,0.0,0.0,True
2024-04-11 00:00:00+08:00,4.019999980926514,4.079999923706055,4.010000228881836,4.070000171661377,3.7871098757582473,197888440.0,0.0,0.0,True
2024-04-12 00:00:00+08:00,4.039999961853027,4.059999942779541,3.990000009536743,3.990000009536743,3.7126702218845256,252604582.0,0.0,0.0,True
2024-04-15 00:00:00+08:00,3.950000047683716,4.059999942779541,3.950000047683716,4.03000020980835,3.74989015974489,240871327.0,0.0,0.0,True
2024-04-16 00:00:00+08:00,3.9800000190734863,4.03000020980835,3.9700000286102295,4.0,3.721975150887865,253900115.0,0.0,0.0,True
2024-04-17 00:00:00+08:00,4.0,4.050000190734863,3.9800000190734863,4.019999980926514,3.7405850088945436,217393787.0,0.0,0.0,True
2024-04-18 00:00:00+08:00,4.019999980926514,4.150000095367432,4.010000228881836,4.110000133514404,3.824329591771605,418569269.0,0.0,0.0,True
2024-04-19 00:00:00+08:00,4.090000152587891,4.119999885559082,4.059999942779541,4.110000133514404,3.824329591771605,285009804.0,0.0,0.0,True
2024-04-22 00:00:00+08:00,4.170000076293945,4.21999979019165,4.090000152587891,4.099999904632568,3.815024440921259,248674905.0,0.0,0.0,True
2024-04-23 00:00:00+08:00,4.099999904632568,4.150000095367432,4.090000152587891,4.119999885559082,3.8336342989279375,227687586.0,0.0,0.0,True
2024-04-24 00:00:00+08:00,4.119999885559082,4.150000095367432,4.090000152587891,4.139999866485596,3.852244156934616,225338393.0,0.0,0.0,True
2024-04-25 00:00:00+08:00,4.130000114440918,4.190000057220459,4.130000114440918,4.170000076293945,3.880159165791641,256634656.0,0.0,0.0,True
2024-04-26 00:00:00+08:00,4.170000076293945,4.199999809265137,4.150000095367432,4.150000095367432,3.8615493077849625,286312006.0,0.0,0.0,True
2024-04-29 00:00:00+08:00,4.150000095367432,4.230000019073486,4.110000133514404,4.199999809265137,3.9080737309546527,388564156.0,0.0,0.0,True
2024-04-30 00:00:00+08:00,4.210000038146973,4.28000020980835,4.190000057220459,4.230000019073486,3.9359887398116777,411724311.0,0.0,0.0,True
2024-05-02 00:00:00+08:00,4.230000019073486,4.260000228881836,4.210000038146973,4.230000019073486,3.9359887398116777,165136190.0,0.0,0.0,True
2024-05-03 00:00:00+08:00,4.28000020980835,4.320000171661377,4.25,4.28000020980835,3.9825136066753815,207992630.0,0.0,0.0,True
2024-05-06 00:00:00+08:00,4.28000020980835,4.320000171661377,4.239999771118164,4.289999961853027,3.991818313831714,270993309.0,0.0,0.0,True
2024-05-07 00:00:00+08:00,4.289999961853027,4.320000171661377,4.269999980926514,4.309999942779541,4.0104281718383925,210201848.0,0.0,0.0,True
2024-05-08 00:00:00+08:00,4.320000171661377,4.360000133514404,4.28000020980835,4.289999961853027,3.991818313831714,280763221.0,0.0,0.0,True
2024-05-09 00:00:00+08:00,4.289999961853027,4.360000133514404,4.28000020980835,4.349999904632568,4.047647887851751,360910344.0,0.0,0.0,True
2024-05-10 00:00:00+08:00,4.400000095367432,4.579999923706055,4.380000114440918,4.53000020980835,4.215137053605873,860787572.0,0.0,0.0,True
2024-05-13 00:00:00+08:00,4.53000020980835,4.559999942779541,4.519999980926514,4.539999961853027,4.224441760762206,459943466.0,0.0,0.0,True
2024-05-14 00:00:00+08:00,4.550000190734863,4.559999942779541,4.460000038146973,4.46999979019165,4.159307035891823,526434799.0,0.0,0.0,True
2024-05-16 00:00:00+08:00,4.510000228881836,4.730000019073486,4.5,4.710000038146973,4.382625775665982,623474275.0,0.0,0.0,True
2024-05-17 00:00:00+08:00,4.699999809265137,4.739999771118164,4.650000095367432,4.710000038146973,4.382625775665982,405564118.0,0.0,0.0,True
2024-05-20 00:00:00+08:00,4.739999771118164,4.760000228881836,4.699999809265137,4.730000019073486,4.401235633672661,294145952.0,0.0,0.0,True
2024-05-21 00:00:00+08:00,4.730000019073486,4.789999961853027,4.699999809265137,4.760000228881836,4.429150642529685,345750265.0,0.0,0.0,True
2024-05-22 00:00:00+08:00,4.789999961853027,4.800000190734863,4.75,4.760000228881836,4.429150642529685,242197043.0,0.0,0.0,True
2024-05-23 00:00:00+08:00,4.75,4.75,4.639999866485596,4.699999809265137,4.373320624815636,320067077.0,0.0,0.0,True
2024-05-24 00:00:00+08:00,4.699999809265137,4.71999979019165,4.639999866485596,4.659999847412109,4.336100908802278,1061277721.0,0.0,0.0,True
2024-05-27 00:00:00+08:00,4.679999828338623,4.75,4.639999866485596,4.659999847412109,4.336100908802278,351064395.0,0.0,0.0,True
2024-05-28 00:00:00+08:00,4.650000095367432,4.699999809265137,4.619999885559082,4.639999866485596,4.317491050795599,249035695.0,0.0,0.0,True
2024-05-29 00:00:00+08:00,4.619999885559082,4.639999866485596,4.519999980926514,4.550000190734863,4.233746911612552,400149121.0,0.0,0.0,True
2024-05-30 00:00:00+08:00,4.53000020980835,4.559999942779541,4.460000038146973,4.46999979019165,4.159307035891823,433191511.0,0.0,0.0,True
2024-05-31 00:00:00+08:00,4.510000228881836,4.590000152587891,4.420000076293945,4.420000076293945,4.112782612722133,659726549.0,0.0,0.0,True
2024-06-03 00:00:00+08:00,4.46999979019165,4.519999980926514,4.449999809265137,4.46999979019165,4.159307035891823,460608096.0,0.0,0.0,True
2024-06-04 00:00:00+08:00,4.460000038146973,4.489999771118164,4.409999847412109,4.429999828338623,4.1220873198784656,398708024.0,0.0,0.0,True
2024-06-05 00:00:00+08:00,4.449999809265137,4.5,4.389999866485596,4.409999847412109,4.103477461871787,504170169.0,0.0,0.0,True
2024-06-06 00:00:00+08:00,4.449999809265137,4.460000038146973,4.340000152587891,4.369999885559082,4.0662577458584295,400927719.0,0.0,0.0,True
2024-06-07 00:00:00+08:00,4.400000095367432,4.429999828338623,4.380000114440918,4.420000076293945,4.112782612722133,276405344.0,0.0,0.0,True
2024-06-11 00:00:00+08:00,4.400000095367432,4.409999847412109,4.320000171661377,4.360000133514404,4.056953038702097,320454982.0,0.0,0.0,True
2024-06-12 00:00:00+08:00,4.340000152587891,4.349999904632568,4.260000228881836,4.320000171661377,4.019733322688739,299327041.0,0.0,0.0,True
2024-06-13 00:00:00+08:00,4.340000152587891,4.349999904632568,4.28000020980835,4.320000171661377,4.019733322688739,195542304.0,0.0,0.0,True
2024-06-14 00:00:00+08:00,4.300000190734863,4.380000114440918,4.260000228881836,4.340000152587891,4.038343180695418,278091252.0,0.0,0.0,True
2024-06-17 00:00:00+08:00,4.320000171661377,4.389999866485596,4.269999980926514,4.329999923706055,4.029038029845071,202054396.0,0.0,0.0,True
2024-06-18 00:00:00+08:00,4.349999904632568,4.409999847412109,4.309999942779541,4.389999866485596,4.084867603865108,320851397.0,0.0,0.0,True
2024-06-19 00:00:00+08:00,4.420000076293945,4.559999942779541,4.409999847412109,4.550000190734863,4.233746911612552,546463978.0,0.0,0.0,True
2024-06-20 00:00:00+08:00,4.550000190734863,4.619999885559082,4.539999961853027,4.579999923706055,4.261661476775563,459230417.0,0.0,0.0,True
2024-06-21 00:00:00+08:00,4.539999961853027,4.590000152587891,4.5,4.519999980926514,4.205831902755527,573138315.0,0.0,0.0,True
2024-06-24 00:00:00+08:00,4.510000228881836,4.570000171661377,4.449999809265137,4.559999942779541,4.2430516187688845,552052233.0,0.0,0.0,True
2024-06-25 00:00:00+08:00,4.590000152587891,4.650000095367432,4.550000190734863,4.579999923706055,4.261661476775563,370930685.0,0.0,0.0,True
2024-06-26 00:00:00+08:00,4.539999961853027,4.650000095367432,4.539999961853027,4.619999885559082,4.298881192788921,396165556.0,0.0,0.0,True
2024-06-27 00:00:00+08:00,4.599999904632568,4.599999904632568,4.539999961853027,4.570000171661377,4.25235676961923,323653049.0,0.0,0.0,True
2024-06-28 00:00:00+08:00,4.550000190734863,4.679999828338623,4.550000190734863,4.639999866485596,4.317491050795599,373867647.0,0.0,0.0,True
2024-07-02 00:00:00+08:00,4.639999866485596,4.800000190734863,4.610000133514404,4.75,4.4198454916793395,564994075.0,0.0,0.0,True
2024-07-03 00:00:00+08:00,4.760000228881836,4.789999961853027,4.670000076293945,4.730000019073486,4.401235633672661,430603748.0,0.0,0.0,True
2024-07-04 00:00:00+08:00,4.760000228881836,4.849999904632568,4.730000019073486,4.829999923706055,4.494284923706055,536031698.0,0.0,0.0,True
2024-07-05 00:00:00+08:00,,,,,,,0.0,0.0,True
2024-07-08 00:00:00+08:00,4.349999904632568,4.409999847412109,4.309999942779541,4.329999923706055,4.329999923706055,377778431.0,0.335715,0.0,False
2024-07-09 00:00:00+08:00,4.320000171661377,4.380000114440918,4.289999961853027,4.309999942779541,4.309999942779541,446053587.0,0.0,0.0,False
2024-07-10 00:00:00+08:00,4.309999942779541,4.380000114440918,4.300000190734863,4.320000171661377,4.320000171661377,323856587.0,0.0,0.0,False
2024-07-11 00:00:00+08:00,4.349999904632568,4.380000114440918,4.320000171661377,4.360000133514404,4.360000133514404,277693020.0,0.0,0.0,False
2024-07-12 00:00:00+08:00,4.380000114440918,4.5,4.380000114440918,4.480000019073486,4.480000019073486,484396739.0,0.0,0.0,False
2024-07-15 00:00:00+08:00,4.46999979019165,4.539999961853027,4.429999828338623,4.449999809265137,4.449999809265137,338346642.0,0.0,0.0,False
2024-07-16 00:00:00+08:00,4.400000095367432,4.480000019073486,4.369999885559082,4.369999885559082,4.369999885559082,247840382.0,0.0,0.0,False
2024-07-17 00:00:00+08:00,4.369999885559082,4.429999828338623,4.360000133514404,4.360000133514404,4.360000133514404,185961672.0,0.0,0.0,False
2024-07-18 00:00:00+08:00,4.349999904632568,4.409999847412109,4.329999923706055,4.360000133514404,4.360000133514404,200311769.0,0.0,0.0,False
2024-07-19 00:00:00+08:00,4.340000152587891,4.349999904632568,4.21999979019165,4.25,4.25,275780913.0,0.0,0.0,False
2024-07-22 00:00:00+08:00,4.269999980926514,4.300000190734863,4.179999828338623,4.28000020980835,4.28000020980835,180171957.0,0.0,0.0,False
2024-07-23 00:00:00+08:00,4.289999961853027,4.400000095367432,4.269999980926514,4.340000152587891,4.340000152587891,356233630.0,0.0,0.0,False
2024-07-24 00:00:00+08:00,4.369999885559082,4.449999809265137,4.349999904632568,4.389999866485596,4.389999866485596,300661695.0,0.0,0.0,False
2024-07-25 00:00:00+08:00,4.400000095367432,4.440000057220459,4.309999942779541,4.340000152587891,4.340000152587891,301688549.0,0.0,0.0,False
2024-07-26 00:00:00+08:00,4.380000114440918,4.409999847412109,4.269999980926514,4.309999942779541,4.309999942779541,317705901.0,0.0,0.0,False
2024-07-29 00:00:00+08:00,4.340000152587891,4.429999828338623,4.309999942779541,4.380000114440918,4.380000114440918,232237150.0,0.0,0.0,False
2024-07-30 00:00:00+08:00,4.380000114440918,4.380000114440918,4.300000190734863,4.320000171661377,4.320000171661377,231452490.0,0.0,0.0,False
2024-07-31 00:00:00+08:00,4.369999885559082,4.369999885559082,4.309999942779541,4.340000152587891,4.340000152587891,219363065.0,0.0,0.0,False
2024-08-01 00:00:00+08:00,4.320000171661377,4.380000114440918,4.289999961853027,4.349999904632568,4.349999904632568,166222644.0,0.0,0.0,False
2024-08-02 00:00:00+08:00,4.320000171661377,4.349999904632568,4.25,4.320000171661377,4.320000171661377,268284840.0,0.0,0.0,False
2024-08-05 00:00:00+08:00,4.300000190734863,4.300000190734863,4.150000095367432,4.21999979019165,4.21999979019165,335879325.0,0.0,0.0,False
2024-08-06 00:00:00+08:00,4.25,4.28000020980835,4.159999847412109,4.190000057220459,4.190000057220459,236996663.0,0.0,0.0,False
2024-08-07 00:00:00+08:00,4.199999809265137,4.28000020980835,4.179999828338623,4.269999980926514,4.269999980926514,331294641.0,0.0,0.0,False
2024-08-08 00:00:00+08:00,4.25,4.320000171661377,4.21999979019165,4.309999942779541,4.309999942779541,374284208.0,0.0,0.0,False
2024-08-09 00:00:00+08:00,4.340000152587891,4.420000076293945,4.329999923706055,4.389999866485596,4.389999866485596,318738845.0,0.0,0.0,False
2024-08-12 00:00:00+08:00,4.389999866485596,4.489999771118164,4.389999866485596,4.480000019073486,4.480000019073486,312446492.0,0.0,0.0,False
2024-08-13 00:00:00+08:00,4.480000019073486,4.53000020980835,4.449999809265137,4.489999771118164,4.489999771118164,294220219.0,0.0,0.0,False
2024-08-14 00:00:00+08:00,4.510000228881836,4.53000020980835,4.46999979019165,4.489999771118164,4.489999771118164,150927522.0,0.0,0.0,False
2024-08-15 00:00:00+08:00,4.46999979019165,4.590000152587891,4.429999828338623,4.579999923706055,4.579999923706055,479363904.0,0.0,0.0,False
2024-08-16 00:00:00+08:00,4.610000133514404,4.639999866485596,4.579999923706055,4.619999885559082,4.619999885559082,268591885.0,0.0,0.0,False
2024-08-19 00:00:00+08:00,4.630000114440918,4.699999809265137,4.630000114440918,4.699999809265137,4.699999809265137,332636848.0,0.0,0.0,False
2024-08-20 00:00:00+08:00,4.699999809265137,4.730000019073486,4.659999847412109,4.699999809265137,4.699999809265137,216094821.0,0.0,0.0,False
2024-08-21 00:00:00+08:00,4.679999828338623,4.699999809265137,4.590000152587891,4.639999866485596,4.639999866485596,261827271.0,0.0,0.0,False
2024-08-22 00:00:00+08:00,4.650000095367432,4.679999828338623,4.610000133514404,4.679999828338623,4.679999828338623,269736483.0,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+08:00 4.449999809265137 4.449999809265137 4.400000095367432 4.420000076293945 3.504674898559325 42688622.0 0.0 0.0 True
3 2022-01-04 00:00:00+08:00 4.429999828338623 4.449999809265137 4.389999866485596 4.440000057220459 3.520532966294506 146990360.0 0.0 0.0 True
4 2022-01-05 00:00:00+08:00 4.449999809265137 4.550000190734863 4.440000057220459 4.519999980926514 3.5839656809292446 312079015.0 0.0 0.0 True
5 2022-01-06 00:00:00+08:00 4.539999961853027 4.539999961853027 4.440000057220459 4.5 3.5681076131940634 144072250.0 0.0 0.0 True
6 2022-01-07 00:00:00+08:00 4.46999979019165 4.579999923706055 4.449999809265137 4.570000171661377 3.6236119595022314 242535732.0 0.0 0.0 True
7 2022-01-10 00:00:00+08:00 4.599999904632568 4.650000095367432 4.579999923706055 4.639999866485596 3.679115418422372 270492205.0 0.0 0.0 True
8 2022-01-11 00:00:00+08:00 4.599999904632568 4.659999847412109 4.579999923706055 4.630000114440918 3.671186384554782 186392481.0 0.0 0.0 True
9 2022-01-12 00:00:00+08:00 4.630000114440918 4.650000095367432 4.590000152587891 4.610000133514404 3.6553283168196007 230956599.0 0.0 0.0 True
10 2022-01-13 00:00:00+08:00 4.610000133514404 4.699999809265137 4.599999904632568 4.699999809265137 3.7266898434749227 213448950.0 0.0 0.0 True
11 2022-01-14 00:00:00+08:00 4.710000038146973 4.739999771118164 4.670000076293945 4.710000038146973 3.73461909918952 226355010.0 0.0 0.0 True
12 2022-01-17 00:00:00+08:00 4.690000057220459 4.71999979019165 4.670000076293945 4.699999809265137 3.7266898434749227 137932161.0 0.0 0.0 True
13 2022-01-18 00:00:00+08:00 4.679999828338623 4.71999979019165 4.630000114440918 4.670000076293945 3.7029029637191577 138734371.0 0.0 0.0 True
14 2022-01-19 00:00:00+08:00 4.679999828338623 4.710000038146973 4.639999866485596 4.670000076293945 3.7029029637191577 129644509.0 0.0 0.0 True
15 2022-01-20 00:00:00+08:00 4.710000038146973 4.710000038146973 4.619999885559082 4.690000057220459 3.718761031454339 246026991.0 0.0 0.0 True
16 2022-01-21 00:00:00+08:00 4.690000057220459 4.699999809265137 4.630000114440918 4.699999809265137 3.7266898434749227 173314946.0 0.0 0.0 True
17 2022-01-24 00:00:00+08:00 4.699999809265137 4.75 4.670000076293945 4.71999979019165 3.7425483549041174 181865349.0 0.0 0.0 True
18 2022-01-25 00:00:00+08:00 4.650000095367432 4.739999771118164 4.650000095367432 4.71999979019165 3.7425483549041174 198777082.0 0.0 0.0 True
19 2022-01-26 00:00:00+08:00 4.739999771118164 4.75 4.710000038146973 4.730000019073486 3.7504776106187148 160528048.0 0.0 0.0 True
20 2022-01-27 00:00:00+08:00 4.679999828338623 4.71999979019165 4.670000076293945 4.71999979019165 3.7425483549041174 128188395.0 0.0 0.0 True
21 2022-01-28 00:00:00+08:00 4.739999771118164 4.75 4.670000076293945 4.679999828338623 3.7108317757397415 106436134.0 0.0 0.0 True
22 2022-01-31 00:00:00+08:00 4.71999979019165 4.71999979019165 4.71999979019165 4.71999979019165 3.7425483549041174 0.0 0.0 0.0 True
23 2022-02-04 00:00:00+08:00 4.710000038146973 4.789999961853027 4.710000038146973 4.78000020980835 3.790123445497688 158406204.0 0.0 0.0 True
24 2022-02-07 00:00:00+08:00 4.760000228881836 4.849999904632568 4.739999771118164 4.840000152587891 3.8376980923972455 272642318.0 0.0 0.0 True
25 2022-02-08 00:00:00+08:00 4.860000133514404 4.900000095367432 4.829999923706055 4.860000133514404 3.8535561601324266 214256288.0 0.0 0.0 True
26 2022-02-09 00:00:00+08:00 4.889999866485596 4.900000095367432 4.849999904632568 4.889999866485596 3.877343483582205 223439580.0 0.0 0.0 True
27 2022-02-10 00:00:00+08:00 4.889999866485596 4.889999866485596 4.840000152587891 4.889999866485596 3.877343483582205 207400910.0 0.0 0.0 True
28 2022-02-11 00:00:00+08:00 4.889999866485596 4.929999828338623 4.849999904632568 4.929999828338623 3.909060062746581 278373812.0 0.0 0.0 True
29 2022-02-14 00:00:00+08:00 4.929999828338623 4.940000057220459 4.860000133514404 4.880000114440918 3.8694146715616213 200959806.0 0.0 0.0 True
30 2022-02-15 00:00:00+08:00 4.849999904632568 4.869999885559082 4.679999828338623 4.75 3.7663361220479095 335766335.0 0.0 0.0 True
31 2022-02-16 00:00:00+08:00 4.75 4.789999961853027 4.71999979019165 4.760000228881836 3.774265377762507 267721097.0 0.0 0.0 True
32 2022-02-17 00:00:00+08:00 4.789999961853027 4.800000190734863 4.730000019073486 4.789999961853027 3.798052257518272 181702145.0 0.0 0.0 True
33 2022-02-18 00:00:00+08:00 4.75 4.829999923706055 4.730000019073486 4.789999961853027 3.798052257518272 196787412.0 0.0 0.0 True
34 2022-02-21 00:00:00+08:00 4.789999961853027 4.840000152587891 4.730000019073486 4.829999923706055 3.829768836682648 179237601.0 0.0 0.0 True
35 2022-02-22 00:00:00+08:00 4.78000020980835 4.800000190734863 4.71999979019165 4.760000228881836 3.774265377762507 191170185.0 0.0 0.0 True
36 2022-02-23 00:00:00+08:00 4.820000171661377 4.820000171661377 4.71999979019165 4.739999771118164 3.758406866333312 144982428.0 0.0 0.0 True
37 2022-02-24 00:00:00+08:00 4.699999809265137 4.75 4.619999885559082 4.650000095367432 3.6870446741369696 284338187.0 0.0 0.0 True
38 2022-02-25 00:00:00+08:00 4.619999885559082 4.639999866485596 4.570000171661377 4.579999923706055 3.631540771522815 277566175.0 0.0 0.0 True
39 2022-02-28 00:00:00+08:00 4.599999904632568 4.679999828338623 4.53000020980835 4.670000076293945 3.7029029637191577 267459675.0 0.0 0.0 True
40 2022-03-01 00:00:00+08:00 4.679999828338623 4.699999809265137 4.590000152587891 4.670000076293945 3.7029029637191577 185273965.0 0.0 0.0 True
41 2022-03-02 00:00:00+08:00 4.650000095367432 4.659999847412109 4.579999923706055 4.590000152587891 3.6394700272374125 134643426.0 0.0 0.0 True
42 2022-03-03 00:00:00+08:00 4.610000133514404 4.690000057220459 4.599999904632568 4.650000095367432 3.6870446741369696 136337761.0 0.0 0.0 True
43 2022-03-04 00:00:00+08:00 4.599999904632568 4.639999866485596 4.570000171661377 4.619999885559082 3.6632571288401845 187345313.0 0.0 0.0 True
44 2022-03-07 00:00:00+08:00 4.559999942779541 4.570000171661377 4.510000228881836 4.53000020980835 3.5918951584908485 214985443.0 0.0 0.0 True
45 2022-03-08 00:00:00+08:00 4.570000171661377 4.570000171661377 4.449999809265137 4.519999980926514 3.5839656809292446 307571129.0 0.0 0.0 True
46 2022-03-09 00:00:00+08:00 4.5 4.579999923706055 4.429999828338623 4.510000228881836 3.576036868908661 294831097.0 0.0 0.0 True
47 2022-03-10 00:00:00+08:00 4.590000152587891 4.590000152587891 4.510000228881836 4.570000171661377 3.6236119595022314 170116737.0 0.0 0.0 True
48 2022-03-11 00:00:00+08:00 4.559999942779541 4.610000133514404 4.510000228881836 4.579999923706055 3.631540771522815 243770862.0 0.0 0.0 True
49 2022-03-14 00:00:00+08:00 4.619999885559082 4.619999885559082 4.550000190734863 4.599999904632568 3.6473990611050033 338753089.0 0.0 0.0 True
50 2022-03-15 00:00:00+08:00 4.599999904632568 4.599999904632568 4.349999904632568 4.429999828338623 3.5126037105799086 517738144.0 0.0 0.0 True
51 2022-03-16 00:00:00+08:00 4.46999979019165 4.46999979019165 4.340000152587891 4.400000095367432 3.488816608977137 404766302.0 0.0 0.0 True
52 2022-03-17 00:00:00+08:00 4.440000057220459 4.599999904632568 4.420000076293945 4.579999923706055 3.631540771522815 354447970.0 0.0 0.0 True
53 2022-03-18 00:00:00+08:00 4.559999942779541 4.670000076293945 4.53000020980835 4.630000114440918 3.671186384554782 466329103.0 0.0 0.0 True
54 2022-03-21 00:00:00+08:00 4.619999885559082 4.650000095367432 4.550000190734863 4.590000152587891 3.6394700272374125 144232518.0 0.0 0.0 True
55 2022-03-22 00:00:00+08:00 4.630000114440918 4.650000095367432 4.579999923706055 4.630000114440918 3.671186384554782 155120637.0 0.0 0.0 True
56 2022-03-23 00:00:00+08:00 4.599999904632568 4.639999866485596 4.579999923706055 4.630000114440918 3.671186384554782 178670194.0 0.0 0.0 True
57 2022-03-24 00:00:00+08:00 4.590000152587891 4.670000076293945 4.590000152587891 4.659999847412109 3.6949734861575534 152744218.0 0.0 0.0 True
58 2022-03-25 00:00:00+08:00 4.659999847412109 4.71999979019165 4.630000114440918 4.690000057220459 3.718761031454339 197186668.0 0.0 0.0 True
59 2022-03-28 00:00:00+08:00 4.690000057220459 4.699999809265137 4.650000095367432 4.690000057220459 3.718761031454339 118402829.0 0.0 0.0 True
60 2022-03-29 00:00:00+08:00 4.690000057220459 4.71999979019165 4.659999847412109 4.71999979019165 3.7425483549041174 168733498.0 0.0 0.0 True
61 2022-03-30 00:00:00+08:00 4.75 4.789999961853027 4.730000019073486 4.760000228881836 3.774265377762507 237372211.0 0.0 0.0 True
62 2022-03-31 00:00:00+08:00 4.760000228881836 4.840000152587891 4.75 4.809999942779541 3.8139107689474665 212456579.0 0.0 0.0 True
63 2022-04-01 00:00:00+08:00 4.840000152587891 4.840000152587891 4.78000020980835 4.840000152587891 3.8376980923972455 190609233.0 0.0 0.0 True
64 2022-04-04 00:00:00+08:00 4.840000152587891 4.869999885559082 4.800000190734863 4.860000133514404 3.8535561601324266 151459212.0 0.0 0.0 True
65 2022-04-06 00:00:00+08:00 4.860000133514404 4.869999885559082 4.789999961853027 4.809999942779541 3.8139107689474665 193053761.0 0.0 0.0 True
66 2022-04-07 00:00:00+08:00 4.820000171661377 4.849999904632568 4.769999980926514 4.789999961853027 3.798052257518272 165591689.0 0.0 0.0 True
67 2022-04-08 00:00:00+08:00 4.78000020980835 4.809999942779541 4.760000228881836 4.78000020980835 3.790123445497688 125862452.0 0.0 0.0 True
68 2022-04-11 00:00:00+08:00 4.800000190734863 4.800000190734863 4.71999979019165 4.78000020980835 3.790123445497688 217015199.0 0.0 0.0 True
69 2022-04-12 00:00:00+08:00 4.800000190734863 4.800000190734863 4.71999979019165 4.75 3.7663361220479095 197079900.0 0.0 0.0 True
70 2022-04-13 00:00:00+08:00 4.75 4.78000020980835 4.730000019073486 4.75 3.7663361220479095 170451942.0 0.0 0.0 True
71 2022-04-14 00:00:00+08:00 4.760000228881836 4.769999980926514 4.71999979019165 4.75 3.7663361220479095 154267290.0 0.0 0.0 True
72 2022-04-19 00:00:00+08:00 4.730000019073486 4.739999771118164 4.659999847412109 4.71999979019165 3.7425483549041174 216123073.0 0.0 0.0 True
73 2022-04-20 00:00:00+08:00 4.659999847412109 4.730000019073486 4.659999847412109 4.710000038146973 3.73461909918952 146054294.0 0.0 0.0 True
74 2022-04-21 00:00:00+08:00 4.710000038146973 4.75 4.699999809265137 4.739999771118164 3.758406866333312 185194225.0 0.0 0.0 True
75 2022-04-22 00:00:00+08:00 4.710000038146973 4.739999771118164 4.710000038146973 4.71999979019165 3.7425483549041174 135844028.0 0.0 0.0 True
76 2022-04-25 00:00:00+08:00 4.710000038146973 4.71999979019165 4.650000095367432 4.670000076293945 3.7029029637191577 200256353.0 0.0 0.0 True
77 2022-04-26 00:00:00+08:00 4.710000038146973 4.710000038146973 4.610000133514404 4.619999885559082 3.6632571288401845 184551014.0 0.0 0.0 True
78 2022-04-27 00:00:00+08:00 4.599999904632568 4.650000095367432 4.590000152587891 4.630000114440918 3.671186384554782 191718211.0 0.0 0.0 True
79 2022-04-28 00:00:00+08:00 4.659999847412109 4.760000228881836 4.619999885559082 4.75 3.7663361220479095 246882890.0 0.0 0.0 True
80 2022-04-29 00:00:00+08:00 4.75 4.800000190734863 4.670000076293945 4.739999771118164 3.758406866333312 183817214.0 0.0 0.0 True
81 2022-05-03 00:00:00+08:00 4.670000076293945 4.699999809265137 4.630000114440918 4.699999809265137 3.7266898434749227 156828378.0 0.0 0.0 True
82 2022-05-04 00:00:00+08:00 4.699999809265137 4.739999771118164 4.679999828338623 4.71999979019165 3.7425483549041174 92233967.0 0.0 0.0 True
83 2022-05-05 00:00:00+08:00 4.75 4.789999961853027 4.630000114440918 4.659999847412109 3.6949734861575534 162282234.0 0.0 0.0 True
84 2022-05-06 00:00:00+08:00 4.639999866485596 4.650000095367432 4.559999942779541 4.579999923706055 3.631540771522815 178956874.0 0.0 0.0 True
85 2022-05-10 00:00:00+08:00 4.539999961853027 4.570000171661377 4.480000019073486 4.539999961853027 3.5998239705114323 155643735.0 0.0 0.0 True
86 2022-05-11 00:00:00+08:00 4.519999980926514 4.539999961853027 4.5 4.519999980926514 3.5839656809292446 103697643.0 0.0 0.0 True
87 2022-05-12 00:00:00+08:00 4.519999980926514 4.519999980926514 4.449999809265137 4.46999979019165 3.544320067897278 204596142.0 0.0 0.0 True
88 2022-05-13 00:00:00+08:00 4.480000019073486 4.579999923706055 4.46999979019165 4.570000171661377 3.6236119595022314 156732463.0 0.0 0.0 True
89 2022-05-16 00:00:00+08:00 4.570000171661377 4.579999923706055 4.519999980926514 4.559999942779541 3.615682481940627 150395730.0 0.0 0.0 True
90 2022-05-17 00:00:00+08:00 4.630000114440918 4.630000114440918 4.550000190734863 4.590000152587891 3.6394700272374125 142759916.0 0.0 0.0 True
91 2022-05-18 00:00:00+08:00 4.559999942779541 4.599999904632568 4.519999980926514 4.570000171661377 3.6236119595022314 193671918.0 0.0 0.0 True
92 2022-05-19 00:00:00+08:00 4.570000171661377 4.599999904632568 4.519999980926514 4.570000171661377 3.6236119595022314 164880949.0 0.0 0.0 True
93 2022-05-20 00:00:00+08:00 4.610000133514404 4.670000076293945 4.599999904632568 4.650000095367432 3.6870446741369696 167913620.0 0.0 0.0 True
94 2022-05-23 00:00:00+08:00 4.630000114440918 4.699999809265137 4.599999904632568 4.639999866485596 3.679115418422372 95386755.0 0.0 0.0 True
95 2022-05-24 00:00:00+08:00 4.639999866485596 4.679999828338623 4.610000133514404 4.639999866485596 3.679115418422372 125710468.0 0.0 0.0 True
96 2022-05-25 00:00:00+08:00 4.639999866485596 4.690000057220459 4.619999885559082 4.659999847412109 3.6949734861575534 156111958.0 0.0 0.0 True
97 2022-05-26 00:00:00+08:00 4.699999809265137 4.699999809265137 4.599999904632568 4.650000095367432 3.6870446741369696 132602703.0 0.0 0.0 True
98 2022-05-27 00:00:00+08:00 4.679999828338623 4.699999809265137 4.650000095367432 4.699999809265137 3.7266898434749227 206988750.0 0.0 0.0 True
99 2022-05-30 00:00:00+08:00 4.699999809265137 4.730000019073486 4.650000095367432 4.679999828338623 3.7108317757397415 171774574.0 0.0 0.0 True
100 2022-05-31 00:00:00+08:00 4.699999809265137 4.710000038146973 4.659999847412109 4.710000038146973 3.73461909918952 220277319.0 0.0 0.0 True
101 2022-06-01 00:00:00+08:00 4.730000019073486 4.730000019073486 4.659999847412109 4.690000057220459 3.718761031454339 193079721.0 0.0 0.0 True
102 2022-06-02 00:00:00+08:00 4.670000076293945 4.679999828338623 4.610000133514404 4.650000095367432 3.6870446741369696 139107770.0 0.0 0.0 True
103 2022-06-06 00:00:00+08:00 4.650000095367432 4.699999809265137 4.570000171661377 4.679999828338623 3.7108317757397415 153712172.0 0.0 0.0 True
104 2022-06-07 00:00:00+08:00 4.630000114440918 4.650000095367432 4.579999923706055 4.610000133514404 3.6553283168196007 158668693.0 0.0 0.0 True
105 2022-06-08 00:00:00+08:00 4.630000114440918 4.630000114440918 4.570000171661377 4.590000152587891 3.6394700272374125 204148038.0 0.0 0.0 True
106 2022-06-09 00:00:00+08:00 4.519999980926514 4.590000152587891 4.519999980926514 4.570000171661377 3.6236119595022314 218714573.0 0.0 0.0 True
107 2022-06-10 00:00:00+08:00 4.550000190734863 4.570000171661377 4.53000020980835 4.550000190734863 3.6077532262260297 202832508.0 0.0 0.0 True
108 2022-06-13 00:00:00+08:00 4.5 4.519999980926514 4.480000019073486 4.510000228881836 3.576036868908661 226958458.0 0.0 0.0 True
109 2022-06-14 00:00:00+08:00 4.53000020980835 4.539999961853027 4.489999771118164 4.519999980926514 3.5839656809292446 158315596.0 0.0 0.0 True
110 2022-06-15 00:00:00+08:00 4.489999771118164 4.539999961853027 4.489999771118164 4.510000228881836 3.576036868908661 196629642.0 0.0 0.0 True
111 2022-06-16 00:00:00+08:00 4.539999961853027 4.539999961853027 4.449999809265137 4.460000038146973 3.536391255876694 203701316.0 0.0 0.0 True
112 2022-06-17 00:00:00+08:00 4.449999809265137 4.5 4.449999809265137 4.5 3.5681076131940634 263907767.0 0.0 0.0 True
113 2022-06-20 00:00:00+08:00 4.460000038146973 4.489999771118164 4.449999809265137 4.480000019073486 3.5522493236118753 147860264.0 0.0 0.0 True
114 2022-06-21 00:00:00+08:00 4.489999771118164 4.610000133514404 4.489999771118164 4.599999904632568 3.6473990611050033 192570908.0 0.0 0.0 True
115 2022-06-22 00:00:00+08:00 4.559999942779541 4.590000152587891 4.510000228881836 4.53000020980835 3.5918951584908485 149133751.0 0.0 0.0 True
116 2022-06-23 00:00:00+08:00 4.559999942779541 4.570000171661377 4.510000228881836 4.53000020980835 3.5918951584908485 119888044.0 0.0 0.0 True
117 2022-06-24 00:00:00+08:00 4.519999980926514 4.559999942779541 4.510000228881836 4.53000020980835 3.5918951584908485 138856645.0 0.0 0.0 True
118 2022-06-27 00:00:00+08:00 4.550000190734863 4.599999904632568 4.510000228881836 4.559999942779541 3.615682481940627 172806844.0 0.0 0.0 True
119 2022-06-28 00:00:00+08:00 4.559999942779541 4.659999847412109 4.550000190734863 4.639999866485596 3.679115418422372 206324445.0 0.0 0.0 True
120 2022-06-29 00:00:00+08:00 4.599999904632568 4.699999809265137 4.599999904632568 4.670000076293945 3.7029029637191577 315113260.0 0.0 0.0 True
121 2022-06-30 00:00:00+08:00 4.650000095367432 4.679999828338623 4.639999866485596 4.659999847412109 3.6949734861575534 330506421.0 0.0 0.0 True
122 2022-07-04 00:00:00+08:00 4.309999942779541 4.360000133514404 4.260000228881836 4.340000152587891 3.7148474284085884 186247797.0 0.343218 0.0 True
123 2022-07-05 00:00:00+08:00 4.360000133514404 4.420000076293945 4.320000171661377 4.329999923706055 3.70628768350086 157833531.0 0.0 0.0 True
124 2022-07-06 00:00:00+08:00 4.300000190734863 4.329999923706055 4.21999979019165 4.25 3.637811277168081 207621705.0 0.0 0.0 True
125 2022-07-07 00:00:00+08:00 4.21999979019165 4.28000020980835 4.210000038146973 4.269999980926514 3.6549303232895243 125459740.0 0.0 0.0 True
126 2022-07-08 00:00:00+08:00 4.289999961853027 4.300000190734863 4.260000228881836 4.28000020980835 3.6634900681972526 121906865.0 0.0 0.0 True
127 2022-07-11 00:00:00+08:00 4.28000020980835 4.289999961853027 4.21999979019165 4.25 3.637811277168081 153555318.0 0.0 0.0 True
128 2022-07-12 00:00:00+08:00 4.230000019073486 4.28000020980835 4.210000038146973 4.21999979019165 3.612132264291903 142581267.0 0.0 0.0 True
129 2022-07-13 00:00:00+08:00 4.21999979019165 4.239999771118164 4.150000095367432 4.150000095367432 3.552215824713859 166171071.0 0.0 0.0 True
130 2022-07-14 00:00:00+08:00 4.150000095367432 4.150000095367432 4.03000020980835 4.050000190734863 3.46662015041263 285030303.0 0.0 0.0 True
131 2022-07-15 00:00:00+08:00 4.0 4.050000190734863 4.0 4.010000228881836 3.4323820581697437 191441297.0 0.0 0.0 True
132 2022-07-18 00:00:00+08:00 4.059999942779541 4.139999866485596 4.019999980926514 4.130000114440918 3.535096556745409 141346012.0 0.0 0.0 True
133 2022-07-19 00:00:00+08:00 4.099999904632568 4.130000114440918 4.070000171661377 4.099999904632568 3.5094177657162375 95535528.0 0.0 0.0 True
134 2022-07-20 00:00:00+08:00 4.110000133514404 4.170000076293945 4.110000133514404 4.110000133514404 3.517977510623966 139814494.0 0.0 0.0 True
135 2022-07-21 00:00:00+08:00 4.099999904632568 4.119999885559082 4.059999942779541 4.070000171661377 3.48373941838108 120004999.0 0.0 0.0 True
136 2022-07-22 00:00:00+08:00 4.079999923706055 4.139999866485596 4.059999942779541 4.090000152587891 3.5008584645025227 114403909.0 0.0 0.0 True
137 2022-07-25 00:00:00+08:00 4.079999923706055 4.139999866485596 4.079999923706055 4.119999885559082 3.5265368118376808 98165323.0 0.0 0.0 True
138 2022-07-26 00:00:00+08:00 4.119999885559082 4.170000076293945 4.110000133514404 4.150000095367432 3.552215824713859 117811945.0 0.0 0.0 True
139 2022-07-27 00:00:00+08:00 4.139999866485596 4.159999847412109 4.110000133514404 4.150000095367432 3.552215824713859 88534851.0 0.0 0.0 True
140 2022-07-28 00:00:00+08:00 4.139999866485596 4.159999847412109 4.110000133514404 4.139999866485596 3.5436560798061305 117639358.0 0.0 0.0 True
141 2022-07-29 00:00:00+08:00 4.139999866485596 4.199999809265137 4.099999904632568 4.150000095367432 3.552215824713859 162818088.0 0.0 0.0 True
142 2022-08-01 00:00:00+08:00 4.150000095367432 4.170000076293945 4.099999904632568 4.150000095367432 3.552215824713859 113797320.0 0.0 0.0 True
143 2022-08-02 00:00:00+08:00 4.119999885559082 4.130000114440918 4.050000190734863 4.070000171661377 3.48373941838108 130607073.0 0.0 0.0 True
144 2022-08-03 00:00:00+08:00 4.059999942779541 4.070000171661377 4.010000228881836 4.03000020980835 3.449501104291187 130115193.0 0.0 0.0 True
145 2022-08-04 00:00:00+08:00 4.019999980926514 4.079999923706055 4.010000228881836 4.079999923706055 3.4922987195947948 123298899.0 0.0 0.0 True
146 2022-08-05 00:00:00+08:00 4.079999923706055 4.119999885559082 4.070000171661377 4.099999904632568 3.5094177657162375 70808951.0 0.0 0.0 True
147 2022-08-08 00:00:00+08:00 4.099999904632568 4.139999866485596 4.090000152587891 4.110000133514404 3.517977510623966 103490304.0 0.0 0.0 True
148 2022-08-09 00:00:00+08:00 4.130000114440918 4.170000076293945 4.099999904632568 4.110000133514404 3.517977510623966 102503956.0 0.0 0.0 True
149 2022-08-10 00:00:00+08:00 4.110000133514404 4.130000114440918 4.039999961853027 4.070000171661377 3.48373941838108 109648123.0 0.0 0.0 True
150 2022-08-11 00:00:00+08:00 4.099999904632568 4.119999885559082 4.070000171661377 4.110000133514404 3.517977510623966 96918665.0 0.0 0.0 True
151 2022-08-12 00:00:00+08:00 4.119999885559082 4.139999866485596 4.079999923706055 4.119999885559082 3.5265368118376808 87588882.0 0.0 0.0 True
152 2022-08-15 00:00:00+08:00 4.110000133514404 4.119999885559082 4.059999942779541 4.090000152587891 3.5008584645025227 97749417.0 0.0 0.0 True
153 2022-08-16 00:00:00+08:00 4.119999885559082 4.130000114440918 4.070000171661377 4.070000171661377 3.48373941838108 98392012.0 0.0 0.0 True
154 2022-08-17 00:00:00+08:00 4.130000114440918 4.130000114440918 4.079999923706055 4.090000152587891 3.5008584645025227 112383051.0 0.0 0.0 True
155 2022-08-18 00:00:00+08:00 4.090000152587891 4.090000152587891 4.03000020980835 4.050000190734863 3.46662015041263 110197864.0 0.0 0.0 True
156 2022-08-19 00:00:00+08:00 4.03000020980835 4.079999923706055 4.03000020980835 4.050000190734863 3.46662015041263 53318208.0 0.0 0.0 True
157 2022-08-22 00:00:00+08:00 4.03000020980835 4.059999942779541 4.03000020980835 4.039999961853027 3.458060405504902 73772532.0 0.0 0.0 True
158 2022-08-23 00:00:00+08:00 4.050000190734863 4.050000190734863 4.0 4.0 3.4238223132620154 141418541.0 0.0 0.0 True
159 2022-08-24 00:00:00+08:00 4.0 4.010000228881836 3.950000047683716 3.9600000381469727 3.3895842210191294 152588936.0 0.0 0.0 True
160 2022-08-25 00:00:00+08:00 4.0 4.050000190734863 3.950000047683716 4.010000228881836 3.4323820581697437 105614559.0 0.0 0.0 True
161 2022-08-26 00:00:00+08:00 4.010000228881836 4.039999961853027 4.0 4.039999961853027 3.458060405504902 91759288.0 0.0 0.0 True
162 2022-08-29 00:00:00+08:00 3.990000009536743 4.03000020980835 3.9700000286102295 4.010000228881836 3.4323820581697437 93220101.0 0.0 0.0 True
163 2022-08-30 00:00:00+08:00 3.990000009536743 4.019999980926514 3.9600000381469727 4.0 3.4238223132620154 124232476.0 0.0 0.0 True
164 2022-08-31 00:00:00+08:00 4.0 4.010000228881836 3.950000047683716 4.0 3.4238223132620154 215089075.0 0.0 0.0 True
165 2022-09-01 00:00:00+08:00 3.9800000190734863 3.990000009536743 3.950000047683716 3.9700000286102295 3.3981437440798508 141869725.0 0.0 0.0 True
166 2022-09-02 00:00:00+08:00 3.9700000286102295 3.990000009536743 3.9200000762939453 3.940000057220459 3.3724649530506796 170197348.0 0.0 0.0 True
167 2022-09-05 00:00:00+08:00 3.9100000858306885 3.9200000762939453 3.880000114440918 3.9000000953674316 3.338226860807793 160451324.0 0.0 0.0 True
168 2022-09-06 00:00:00+08:00 3.930000066757202 3.950000047683716 3.9000000953674316 3.9000000953674316 3.338226860807793 98911778.0 0.0 0.0 True
169 2022-09-07 00:00:00+08:00 3.869999885559082 3.9000000953674316 3.859999895095825 3.890000104904175 3.329667337747072 119839071.0 0.0 0.0 True
170 2022-09-08 00:00:00+08:00 3.9100000858306885 3.9100000858306885 3.8499999046325684 3.859999895095825 3.3039885467179 164256459.0 0.0 0.0 True
171 2022-09-09 00:00:00+08:00 3.869999885559082 3.930000066757202 3.8499999046325684 3.9200000762939453 3.3553459069292364 135594987.0 0.0 0.0 True
172 2022-09-13 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.890000104904175 3.9000000953674316 3.338226860807793 127884080.0 0.0 0.0 True
173 2022-09-14 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.819999933242798 3.8299999237060547 3.278309755688729 157929262.0 0.0 0.0 True
174 2022-09-15 00:00:00+08:00 3.8299999237060547 3.859999895095825 3.819999933242798 3.8399999141693115 3.2868692787494505 80364467.0 0.0 0.0 True
175 2022-09-16 00:00:00+08:00 3.8299999237060547 3.890000104904175 3.819999933242798 3.869999885559082 3.312548069778622 249497736.0 0.0 0.0 True
176 2022-09-19 00:00:00+08:00 3.890000104904175 3.9100000858306885 3.869999885559082 3.890000104904175 3.329667337747072 139492255.0 0.0 0.0 True
177 2022-09-20 00:00:00+08:00 3.9200000762939453 3.9200000762939453 3.8399999141693115 3.880000114440918 3.3211078146863504 132241405.0 0.0 0.0 True
178 2022-09-21 00:00:00+08:00 3.880000114440918 3.880000114440918 3.8299999237060547 3.8399999141693115 3.2868692787494505 109664926.0 0.0 0.0 True
179 2022-09-22 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.799999952316284 3.819999933242798 3.2697502326280077 125820149.0 0.0 0.0 True
180 2022-09-23 00:00:00+08:00 3.809999942779541 3.8499999046325684 3.799999952316284 3.819999933242798 3.2697502326280077 143743318.0 0.0 0.0 True
181 2022-09-26 00:00:00+08:00 3.819999933242798 3.819999933242798 3.740000009536743 3.7699999809265137 3.2269526173244 173826934.0 0.0 0.0 True
182 2022-09-27 00:00:00+08:00 3.759999990463257 3.7799999713897705 3.7100000381469727 3.7200000286102295 3.1841547801737855 138631045.0 0.0 0.0 True
183 2022-09-28 00:00:00+08:00 3.700000047683716 3.7100000381469727 3.609999895095825 3.630000114440918 3.1071188507802847 298849371.0 0.0 0.0 True
184 2022-09-29 00:00:00+08:00 3.640000104904175 3.690000057220459 3.549999952316284 3.5799999237060547 3.0643210136296704 214399608.0 0.0 0.0 True
185 2022-09-30 00:00:00+08:00 3.609999895095825 3.690000057220459 3.5899999141693115 3.680000066757202 3.149916687930899 187751776.0 0.0 0.0 True
186 2022-10-03 00:00:00+08:00 3.680000066757202 3.680000066757202 3.5999999046325684 3.630000114440918 3.1071188507802847 97092640.0 0.0 0.0 True
187 2022-10-05 00:00:00+08:00 3.7200000286102295 3.8399999141693115 3.690000057220459 3.809999942779541 3.261190709567286 186993449.0 0.0 0.0 True
188 2022-10-06 00:00:00+08:00 3.809999942779541 3.8399999141693115 3.759999990463257 3.7799999713897705 3.2355121403851212 74168215.0 0.0 0.0 True
189 2022-10-07 00:00:00+08:00 3.759999990463257 3.7699999809265137 3.7300000190734863 3.75 3.20983334935595 89832547.0 0.0 0.0 True
190 2022-10-10 00:00:00+08:00 3.6700000762939453 3.7300000190734863 3.630000114440918 3.700000047683716 3.1670357340523423 114772563.0 0.0 0.0 True
191 2022-10-11 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.619999885559082 3.6500000953674316 3.124237896901728 149950923.0 0.0 0.0 True
192 2022-10-12 00:00:00+08:00 3.6500000953674316 3.690000057220459 3.609999895095825 3.630000114440918 3.1071188507802847 170367761.0 0.0 0.0 True
193 2022-10-13 00:00:00+08:00 3.630000114440918 3.6600000858306885 3.5999999046325684 3.609999895095825 3.089999582811835 145623355.0 0.0 0.0 True
194 2022-10-14 00:00:00+08:00 3.6600000858306885 3.690000057220459 3.5999999046325684 3.609999895095825 3.089999582811835 128943894.0 0.0 0.0 True
195 2022-10-17 00:00:00+08:00 3.6600000858306885 3.690000057220459 3.630000114440918 3.6700000762939453 3.1413569430231707 167975332.0 0.0 0.0 True
196 2022-10-18 00:00:00+08:00 3.680000066757202 3.7200000286102295 3.6500000953674316 3.6700000762939453 3.1413569430231707 100552835.0 0.0 0.0 True
197 2022-10-19 00:00:00+08:00 3.6700000762939453 3.7200000286102295 3.6600000858306885 3.6700000762939453 3.1413569430231707 107848792.0 0.0 0.0 True
198 2022-10-20 00:00:00+08:00 3.6600000858306885 3.700000047683716 3.640000104904175 3.680000066757202 3.149916687930899 151081318.0 0.0 0.0 True
199 2022-10-21 00:00:00+08:00 3.700000047683716 3.759999990463257 3.6600000858306885 3.7200000286102295 3.1841547801737855 147938772.0 0.0 0.0 True
200 2022-10-24 00:00:00+08:00 3.700000047683716 3.700000047683716 3.5899999141693115 3.619999885559082 3.0985591058725563 265023897.0 0.0 0.0 True
201 2022-10-25 00:00:00+08:00 3.690000057220459 3.690000057220459 3.5899999141693115 3.6600000858306885 3.1327974199624493 223841747.0 0.0 0.0 True
202 2022-10-26 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.5999999046325684 3.630000114440918 3.1071188507802847 178416017.0 0.0 0.0 True
203 2022-10-27 00:00:00+08:00 3.640000104904175 3.690000057220459 3.5899999141693115 3.630000114440918 3.1071188507802847 180205763.0 0.0 0.0 True
204 2022-10-28 00:00:00+08:00 3.6500000953674316 3.680000066757202 3.5799999237060547 3.5999999046325684 3.081440059751113 171437925.0 0.0 0.0 True
205 2022-10-31 00:00:00+08:00 3.640000104904175 3.640000104904175 3.4000000953674316 3.4100000858306885 2.9188086779033906 340963964.0 0.0 0.0 True
206 2022-11-01 00:00:00+08:00 3.450000047683716 3.450000047683716 3.359999895095825 3.4200000762939453 2.927368200964112 232698920.0 0.0 0.0 True
207 2022-11-02 00:00:00+08:00 3.4200000762939453 3.5 3.369999885559082 3.490000009536743 2.9872850842361696 144349882.0 0.0 0.0 True
208 2022-11-03 00:00:00+08:00 3.490000009536743 3.490000009536743 3.369999885559082 3.390000104904175 2.901689409934941 130609787.0 0.0 0.0 True
209 2022-11-04 00:00:00+08:00 3.4100000858306885 3.5399999618530273 3.4000000953674316 3.490000009536743 2.9872850842361696 200082427.0 0.0 0.0 True
210 2022-11-07 00:00:00+08:00 3.490000009536743 3.5999999046325684 3.490000009536743 3.5799999237060547 3.0643210136296704 158171458.0 0.0 0.0 True
211 2022-11-08 00:00:00+08:00 3.5999999046325684 3.619999885559082 3.549999952316284 3.5899999141693115 3.0728805366903917 97074981.0 0.0 0.0 True
212 2022-11-09 00:00:00+08:00 3.609999895095825 3.6500000953674316 3.569999933242798 3.5999999046325684 3.081440059751113 133791698.0 0.0 0.0 True
213 2022-11-10 00:00:00+08:00 3.5999999046325684 3.5999999046325684 3.5199999809265137 3.559999942779541 3.0472017456612206 91869883.0 0.0 0.0 True
214 2022-11-11 00:00:00+08:00 3.640000104904175 3.740000009536743 3.619999885559082 3.7300000190734863 3.192714303234507 317307046.0 0.0 0.0 True
215 2022-11-14 00:00:00+08:00 3.799999952316284 3.819999933242798 3.680000066757202 3.690000057220459 3.1584762109916205 233835549.0 0.0 0.0 True
216 2022-11-15 00:00:00+08:00 3.700000047683716 3.7799999713897705 3.690000057220459 3.7699999809265137 3.2269526173244 187874570.0 0.0 0.0 True
217 2022-11-16 00:00:00+08:00 3.75 3.799999952316284 3.700000047683716 3.7300000190734863 3.192714303234507 182815204.0 0.0 0.0 True
218 2022-11-17 00:00:00+08:00 3.7300000190734863 3.759999990463257 3.6700000762939453 3.7200000286102295 3.1841547801737855 169346286.0 0.0 0.0 True
219 2022-11-18 00:00:00+08:00 3.7200000286102295 3.7200000286102295 3.6500000953674316 3.6700000762939453 3.1413569430231707 170907270.0 0.0 0.0 True
220 2022-11-21 00:00:00+08:00 3.6500000953674316 3.680000066757202 3.609999895095825 3.6700000762939453 3.1413569430231707 132546725.0 0.0 0.0 True
221 2022-11-22 00:00:00+08:00 3.680000066757202 3.7799999713897705 3.680000066757202 3.7300000190734863 3.192714303234507 314616432.0 0.0 0.0 True
222 2022-11-23 00:00:00+08:00 3.75 3.8299999237060547 3.740000009536743 3.7699999809265137 3.2269526173244 266706035.0 0.0 0.0 True
223 2022-11-24 00:00:00+08:00 3.7899999618530273 3.8299999237060547 3.7699999809265137 3.799999952316284 3.2526311865065645 239947767.0 0.0 0.0 True
224 2022-11-25 00:00:00+08:00 3.809999942779541 3.880000114440918 3.799999952316284 3.8499999046325684 3.2954288018101723 315415430.0 0.0 0.0 True
225 2022-11-28 00:00:00+08:00 3.799999952316284 3.799999952316284 3.690000057220459 3.7799999713897705 3.2355121403851212 285329073.0 0.0 0.0 True
226 2022-11-29 00:00:00+08:00 3.799999952316284 3.9200000762939453 3.7899999618530273 3.880000114440918 3.3211078146863504 457518421.0 0.0 0.0 True
227 2022-11-30 00:00:00+08:00 3.8399999141693115 3.930000066757202 3.819999933242798 3.9100000858306885 3.346786383868515 527274134.0 0.0 0.0 True
228 2022-12-01 00:00:00+08:00 3.9000000953674316 3.930000066757202 3.869999885559082 3.9100000858306885 3.346786383868515 274400919.0 0.0 0.0 True
229 2022-12-02 00:00:00+08:00 3.9200000762939453 3.930000066757202 3.819999933242798 3.819999933242798 3.2697502326280077 234537573.0 0.0 0.0 True
230 2022-12-05 00:00:00+08:00 3.8499999046325684 3.9000000953674316 3.819999933242798 3.8499999046325684 3.2954288018101723 379318895.0 0.0 0.0 True
231 2022-12-06 00:00:00+08:00 3.8299999237060547 3.869999885559082 3.8299999237060547 3.859999895095825 3.3039885467179 139139112.0 0.0 0.0 True
232 2022-12-07 00:00:00+08:00 3.880000114440918 3.880000114440918 3.799999952316284 3.799999952316284 3.2526311865065645 372485343.0 0.0 0.0 True
233 2022-12-08 00:00:00+08:00 3.8299999237060547 3.8499999046325684 3.809999942779541 3.8399999141693115 3.2868692787494505 162099180.0 0.0 0.0 True
234 2022-12-09 00:00:00+08:00 3.819999933242798 3.890000104904175 3.819999933242798 3.890000104904175 3.329667337747072 234581088.0 0.0 0.0 True
235 2022-12-12 00:00:00+08:00 3.8499999046325684 3.890000104904175 3.819999933242798 3.859999895095825 3.3039885467179 188878820.0 0.0 0.0 True
236 2022-12-13 00:00:00+08:00 3.869999885559082 3.869999885559082 3.8299999237060547 3.8399999141693115 3.2868692787494505 148034641.0 0.0 0.0 True
237 2022-12-14 00:00:00+08:00 3.890000104904175 3.9000000953674316 3.819999933242798 3.8399999141693115 3.2868692787494505 168796301.0 0.0 0.0 True
238 2022-12-15 00:00:00+08:00 3.8399999141693115 3.8499999046325684 3.7699999809265137 3.8299999237060547 3.278309755688729 155867255.0 0.0 0.0 True
239 2022-12-16 00:00:00+08:00 3.8499999046325684 3.869999885559082 3.799999952316284 3.8399999141693115 3.2868692787494505 223138746.0 0.0 0.0 True
240 2022-12-19 00:00:00+08:00 3.8399999141693115 3.869999885559082 3.7699999809265137 3.799999952316284 3.2526311865065645 111495623.0 0.0 0.0 True
241 2022-12-20 00:00:00+08:00 3.7699999809265137 3.809999942779541 3.75 3.7899999618530273 3.244071663445843 143976437.0 0.0 0.0 True
242 2022-12-21 00:00:00+08:00 3.799999952316284 3.8399999141693115 3.7799999713897705 3.819999933242798 3.2697502326280077 109124394.0 0.0 0.0 True
243 2022-12-22 00:00:00+08:00 3.869999885559082 3.890000104904175 3.8399999141693115 3.880000114440918 3.3211078146863504 137608412.0 0.0 0.0 True
244 2022-12-23 00:00:00+08:00 3.8299999237060547 3.880000114440918 3.8299999237060547 3.8499999046325684 3.2954288018101723 83743692.0 0.0 0.0 True
245 2022-12-28 00:00:00+08:00 3.869999885559082 4.03000020980835 3.869999885559082 4.0 3.4238223132620154 324909402.0 0.0 0.0 True
246 2022-12-29 00:00:00+08:00 4.0 4.019999980926514 3.950000047683716 4.010000228881836 3.4323820581697437 166581551.0 0.0 0.0 True
247 2022-12-30 00:00:00+08:00 4.070000171661377 4.070000171661377 4.019999980926514 4.019999980926514 3.4409413593834586 162913773.0 0.0 0.0 True
248 2023-01-03 00:00:00+08:00 3.9200000762939453 4.070000171661377 3.9100000858306885 4.059999942779541 3.4751796734733515 194182186.0 0.0 0.0 True
249 2023-01-04 00:00:00+08:00 4.079999923706055 4.130000114440918 4.059999942779541 4.130000114440918 3.535096556745409 211264184.0 0.0 0.0 True
250 2023-01-05 00:00:00+08:00 4.150000095367432 4.170000076293945 4.110000133514404 4.139999866485596 3.5436560798061305 181427620.0 0.0 0.0 True
251 2023-01-06 00:00:00+08:00 4.179999828338623 4.179999828338623 4.119999885559082 4.130000114440918 3.535096556745409 247399417.0 0.0 0.0 True
252 2023-01-09 00:00:00+08:00 4.159999847412109 4.199999809265137 4.119999885559082 4.130000114440918 3.535096556745409 214979619.0 0.0 0.0 True
253 2023-01-10 00:00:00+08:00 4.139999866485596 4.170000076293945 4.119999885559082 4.139999866485596 3.5436560798061305 403040540.0 0.0 0.0 True
254 2023-01-11 00:00:00+08:00 4.130000114440918 4.179999828338623 4.119999885559082 4.139999866485596 3.5436560798061305 303390077.0 0.0 0.0 True
255 2023-01-12 00:00:00+08:00 4.139999866485596 4.199999809265137 4.139999866485596 4.179999828338623 3.577894172049017 245789865.0 0.0 0.0 True
256 2023-01-13 00:00:00+08:00 4.170000076293945 4.239999771118164 4.170000076293945 4.199999809265137 3.5950132181704597 199160580.0 0.0 0.0 True
257 2023-01-16 00:00:00+08:00 4.210000038146973 4.260000228881836 4.179999828338623 4.25 3.637811277168081 241899182.0 0.0 0.0 True
258 2023-01-17 00:00:00+08:00 4.21999979019165 4.260000228881836 4.21999979019165 4.21999979019165 3.612132264291903 262359961.0 0.0 0.0 True
259 2023-01-18 00:00:00+08:00 4.21999979019165 4.260000228881836 4.21999979019165 4.260000228881836 3.6463710220758094 222780307.0 0.0 0.0 True
260 2023-01-19 00:00:00+08:00 4.21999979019165 4.260000228881836 4.139999866485596 4.179999828338623 3.577894172049017 260203406.0 0.0 0.0 True
261 2023-01-20 00:00:00+08:00 4.210000038146973 4.230000019073486 4.170000076293945 4.21999979019165 3.612132264291903 194452257.0 0.0 0.0 True
262 2023-01-26 00:00:00+08:00 4.260000228881836 4.28000020980835 4.230000019073486 4.260000228881836 3.6463710220758094 127661742.0 0.0 0.0 True
263 2023-01-27 00:00:00+08:00 4.239999771118164 4.300000190734863 4.21999979019165 4.300000190734863 3.6806091143186954 149200374.0 0.0 0.0 True
264 2023-01-30 00:00:00+08:00 4.260000228881836 4.289999961853027 4.170000076293945 4.199999809265137 3.5950132181704597 296591107.0 0.0 0.0 True
265 2023-01-31 00:00:00+08:00 4.21999979019165 4.25 4.159999847412109 4.190000057220459 3.586453916956745 368763206.0 0.0 0.0 True
266 2023-02-01 00:00:00+08:00 4.170000076293945 4.210000038146973 4.150000095367432 4.150000095367432 3.552215824713859 266891473.0 0.0 0.0 True
267 2023-02-02 00:00:00+08:00 4.179999828338623 4.179999828338623 4.110000133514404 4.130000114440918 3.535096556745409 229277066.0 0.0 0.0 True
268 2023-02-03 00:00:00+08:00 4.130000114440918 4.130000114440918 4.050000190734863 4.079999923706055 3.4922987195947948 271447098.0 0.0 0.0 True
269 2023-02-06 00:00:00+08:00 4.039999961853027 4.059999942779541 3.990000009536743 4.010000228881836 3.4323820581697437 300492721.0 0.0 0.0 True
270 2023-02-07 00:00:00+08:00 4.03000020980835 4.090000152587891 4.019999980926514 4.050000190734863 3.46662015041263 219172307.0 0.0 0.0 True
271 2023-02-08 00:00:00+08:00 4.070000171661377 4.110000133514404 4.059999942779541 4.079999923706055 3.4922987195947948 228279752.0 0.0 0.0 True
272 2023-02-09 00:00:00+08:00 4.070000171661377 4.110000133514404 4.03000020980835 4.050000190734863 3.46662015041263 187409834.0 0.0 0.0 True
273 2023-02-10 00:00:00+08:00 4.039999961853027 4.090000152587891 4.03000020980835 4.039999961853027 3.458060405504902 151607943.0 0.0 0.0 True
274 2023-02-13 00:00:00+08:00 4.010000228881836 4.059999942779541 4.0 4.03000020980835 3.449501104291187 171671856.0 0.0 0.0 True
275 2023-02-14 00:00:00+08:00 4.059999942779541 4.070000171661377 4.019999980926514 4.03000020980835 3.449501104291187 147352144.0 0.0 0.0 True
276 2023-02-15 00:00:00+08:00 4.039999961853027 4.050000190734863 3.9700000286102295 3.9800000190734863 3.4067032671405726 303483018.0 0.0 0.0 True
277 2023-02-16 00:00:00+08:00 3.9800000190734863 4.03000020980835 3.9800000190734863 3.9800000190734863 3.4067032671405726 240713771.0 0.0 0.0 True
278 2023-02-17 00:00:00+08:00 3.990000009536743 4.039999961853027 3.9800000190734863 4.0 3.4238223132620154 224799168.0 0.0 0.0 True
279 2023-02-20 00:00:00+08:00 3.990000009536743 4.059999942779541 3.990000009536743 4.03000020980835 3.449501104291187 234653980.0 0.0 0.0 True
280 2023-02-21 00:00:00+08:00 4.019999980926514 4.070000171661377 4.019999980926514 4.03000020980835 3.449501104291187 135495543.0 0.0 0.0 True
281 2023-02-22 00:00:00+08:00 4.059999942779541 4.070000171661377 4.0 4.010000228881836 3.4323820581697437 139543630.0 0.0 0.0 True
282 2023-02-23 00:00:00+08:00 4.010000228881836 4.059999942779541 4.010000228881836 4.019999980926514 3.4409413593834586 140377304.0 0.0 0.0 True
283 2023-02-24 00:00:00+08:00 4.0 4.03000020980835 3.9700000286102295 3.990000009536743 3.415262790201294 206742485.0 0.0 0.0 True
284 2023-02-27 00:00:00+08:00 3.990000009536743 3.990000009536743 3.930000066757202 3.950000047683716 3.381024476111401 132506979.0 0.0 0.0 True
285 2023-02-28 00:00:00+08:00 3.9600000381469727 4.0 3.9100000858306885 3.9200000762939453 3.3553459069292364 234160382.0 0.0 0.0 True
286 2023-03-01 00:00:00+08:00 3.9200000762939453 4.039999961853027 3.9200000762939453 4.039999961853027 3.458060405504902 276650060.0 0.0 0.0 True
287 2023-03-02 00:00:00+08:00 4.0 4.119999885559082 3.990000009536743 4.059999942779541 3.4751796734733515 227208559.0 0.0 0.0 True
288 2023-03-03 00:00:00+08:00 4.099999904632568 4.139999866485596 4.070000171661377 4.099999904632568 3.5094177657162375 191971906.0 0.0 0.0 True
289 2023-03-06 00:00:00+08:00 4.059999942779541 4.159999847412109 4.059999942779541 4.130000114440918 3.535096556745409 163399856.0 0.0 0.0 True
290 2023-03-07 00:00:00+08:00 4.119999885559082 4.269999980926514 4.119999885559082 4.159999847412109 3.5607751259275737 330921090.0 0.0 0.0 True
291 2023-03-08 00:00:00+08:00 4.119999885559082 4.170000076293945 4.110000133514404 4.139999866485596 3.5436560798061305 254181206.0 0.0 0.0 True
292 2023-03-09 00:00:00+08:00 4.139999866485596 4.210000038146973 4.090000152587891 4.099999904632568 3.5094177657162375 207466329.0 0.0 0.0 True
293 2023-03-10 00:00:00+08:00 4.110000133514404 4.130000114440918 4.039999961853027 4.059999942779541 3.4751796734733515 330930499.0 0.0 0.0 True
294 2023-03-13 00:00:00+08:00 4.050000190734863 4.179999828338623 4.050000190734863 4.159999847412109 3.5607751259275737 288944198.0 0.0 0.0 True
295 2023-03-14 00:00:00+08:00 4.150000095367432 4.210000038146973 4.079999923706055 4.119999885559082 3.5265368118376808 280600748.0 0.0 0.0 True
296 2023-03-15 00:00:00+08:00 4.139999866485596 4.25 4.139999866485596 4.239999771118164 3.6292515322603527 283998592.0 0.0 0.0 True
297 2023-03-16 00:00:00+08:00 4.21999979019165 4.260000228881836 4.179999828338623 4.230000019073486 3.6206920091996313 267363697.0 0.0 0.0 True
298 2023-03-17 00:00:00+08:00 4.269999980926514 4.28000020980835 4.21999979019165 4.25 3.637811277168081 368734553.0 0.0 0.0 True
299 2023-03-20 00:00:00+08:00 4.21999979019165 4.269999980926514 4.170000076293945 4.210000038146973 3.603572963078188 178187270.0 0.0 0.0 True
300 2023-03-21 00:00:00+08:00 4.159999847412109 4.239999771118164 4.150000095367432 4.170000076293945 3.569334870835302 130097337.0 0.0 0.0 True
301 2023-03-22 00:00:00+08:00 4.179999828338623 4.269999980926514 4.179999828338623 4.21999979019165 3.612132264291903 180956192.0 0.0 0.0 True
302 2023-03-23 00:00:00+08:00 4.239999771118164 4.28000020980835 4.199999809265137 4.269999980926514 3.6549303232895243 209048968.0 0.0 0.0 True
303 2023-03-24 00:00:00+08:00 4.230000019073486 4.260000228881836 4.199999809265137 4.21999979019165 3.612132264291903 103168396.0 0.0 0.0 True
304 2023-03-27 00:00:00+08:00 4.230000019073486 4.230000019073486 4.159999847412109 4.179999828338623 3.577894172049017 109853647.0 0.0 0.0 True
305 2023-03-28 00:00:00+08:00 4.199999809265137 4.260000228881836 4.179999828338623 4.230000019073486 3.6206920091996313 155573165.0 0.0 0.0 True
306 2023-03-29 00:00:00+08:00 4.25 4.300000190734863 4.21999979019165 4.289999961853027 3.6720493694109675 276116933.0 0.0 0.0 True
307 2023-03-30 00:00:00+08:00 4.260000228881836 4.300000190734863 4.21999979019165 4.269999980926514 3.6549303232895243 163171227.0 0.0 0.0 True
308 2023-03-31 00:00:00+08:00 4.260000228881836 4.269999980926514 4.170000076293945 4.179999828338623 3.577894172049017 254493724.0 0.0 0.0 True
309 2023-04-03 00:00:00+08:00 4.190000057220459 4.210000038146973 4.099999904632568 4.110000133514404 3.517977510623966 277410722.0 0.0 0.0 True
310 2023-04-04 00:00:00+08:00 4.130000114440918 4.190000057220459 4.110000133514404 4.150000095367432 3.552215824713859 223268023.0 0.0 0.0 True
311 2023-04-06 00:00:00+08:00 4.150000095367432 4.170000076293945 4.119999885559082 4.150000095367432 3.552215824713859 154073573.0 0.0 0.0 True
312 2023-04-11 00:00:00+08:00 4.21999979019165 4.21999979019165 4.139999866485596 4.190000057220459 3.586453916956745 238589850.0 0.0 0.0 True
313 2023-04-12 00:00:00+08:00 4.210000038146973 4.230000019073486 4.170000076293945 4.230000019073486 3.6206920091996313 154918559.0 0.0 0.0 True
314 2023-04-13 00:00:00+08:00 4.190000057220459 4.239999771118164 4.170000076293945 4.239999771118164 3.6292515322603527 156749951.0 0.0 0.0 True
315 2023-04-14 00:00:00+08:00 4.260000228881836 4.260000228881836 4.210000038146973 4.25 3.637811277168081 137196709.0 0.0 0.0 True
316 2023-04-17 00:00:00+08:00 4.25 4.340000152587891 4.230000019073486 4.320000171661377 3.6977281604401386 256424312.0 0.0 0.0 True
317 2023-04-18 00:00:00+08:00 4.289999961853027 4.349999904632568 4.260000228881836 4.289999961853027 3.6720493694109675 230468469.0 0.0 0.0 True
318 2023-04-19 00:00:00+08:00 4.300000190734863 4.340000152587891 4.269999980926514 4.289999961853027 3.6720493694109675 161067782.0 0.0 0.0 True
319 2023-04-20 00:00:00+08:00 4.289999961853027 4.320000171661377 4.25 4.300000190734863 3.6806091143186954 149893142.0 0.0 0.0 True
320 2023-04-21 00:00:00+08:00 4.28000020980835 4.349999904632568 4.21999979019165 4.260000228881836 3.6463710220758094 196489986.0 0.0 0.0 True
321 2023-04-24 00:00:00+08:00 4.260000228881836 4.269999980926514 4.159999847412109 4.21999979019165 3.612132264291903 190168120.0 0.0 0.0 True
322 2023-04-25 00:00:00+08:00 4.21999979019165 4.239999771118164 4.190000057220459 4.210000038146973 3.603572963078188 139549842.0 0.0 0.0 True
323 2023-04-26 00:00:00+08:00 4.199999809265137 4.230000019073486 4.150000095367432 4.199999809265137 3.5950132181704597 154338332.0 0.0 0.0 True
324 2023-04-27 00:00:00+08:00 4.190000057220459 4.25 4.170000076293945 4.21999979019165 3.612132264291903 210476107.0 0.0 0.0 True
325 2023-04-28 00:00:00+08:00 4.21999979019165 4.300000190734863 4.199999809265137 4.21999979019165 3.612132264291903 284844113.0 0.0 0.0 True
326 2023-05-02 00:00:00+08:00 4.28000020980835 4.28000020980835 4.170000076293945 4.199999809265137 3.5950132181704597 130162079.0 0.0 0.0 True
327 2023-05-03 00:00:00+08:00 4.159999847412109 4.179999828338623 4.119999885559082 4.159999847412109 3.5607751259275737 135388593.0 0.0 0.0 True
328 2023-05-04 00:00:00+08:00 4.170000076293945 4.389999866485596 4.159999847412109 4.369999885559082 3.740525997590753 429356016.0 0.0 0.0 True
329 2023-05-05 00:00:00+08:00 4.369999885559082 4.489999771118164 4.369999885559082 4.46999979019165 3.8261212281979686 482576130.0 0.0 0.0 True
330 2023-05-08 00:00:00+08:00 4.460000038146973 4.679999828338623 4.449999809265137 4.670000076293945 3.9973125768004265 645869766.0 0.0 0.0 True
331 2023-05-09 00:00:00+08:00 4.670000076293945 4.730000019073486 4.539999961853027 4.610000133514404 3.9459554384360973 575101809.0 0.0 0.0 True
332 2023-05-10 00:00:00+08:00 4.610000133514404 4.610000133514404 4.449999809265137 4.46999979019165 3.8261212281979686 396054057.0 0.0 0.0 True
333 2023-05-11 00:00:00+08:00 4.46999979019165 4.510000228881836 4.380000114440918 4.420000076293945 3.7833238347413674 277928846.0 0.0 0.0 True
334 2023-05-12 00:00:00+08:00 4.400000095367432 4.409999847412109 4.300000190734863 4.329999923706055 3.70628768350086 315117973.0 0.0 0.0 True
335 2023-05-15 00:00:00+08:00 4.329999923706055 4.440000057220459 4.269999980926514 4.420000076293945 3.7833238347413674 412372458.0 0.0 0.0 True
336 2023-05-16 00:00:00+08:00 4.440000057220459 4.480000019073486 4.389999866485596 4.420000076293945 3.7833238347413674 97420412.0 0.0 0.0 True
337 2023-05-17 00:00:00+08:00 4.400000095367432 4.480000019073486 4.349999904632568 4.369999885559082 3.740525997590753 232920948.0 0.0 0.0 True
338 2023-05-18 00:00:00+08:00 4.389999866485596 4.5 4.360000133514404 4.449999809265137 3.8090021820765254 248785011.0 0.0 0.0 True
339 2023-05-19 00:00:00+08:00 4.440000057220459 4.489999771118164 4.380000114440918 4.420000076293945 3.7833238347413674 172064051.0 0.0 0.0 True
340 2023-05-22 00:00:00+08:00 4.460000038146973 4.5 4.420000076293945 4.449999809265137 3.8090021820765254 195795701.0 0.0 0.0 True
341 2023-05-23 00:00:00+08:00 4.480000019073486 4.489999771118164 4.360000133514404 4.389999866485596 3.757645043712196 186289922.0 0.0 0.0 True
342 2023-05-24 00:00:00+08:00 4.369999885559082 4.389999866485596 4.269999980926514 4.300000190734863 3.6806091143186954 271979464.0 0.0 0.0 True
343 2023-05-25 00:00:00+08:00 4.25 4.289999961853027 4.21999979019165 4.230000019073486 3.6206920091996313 208049429.0 0.0 0.0 True
344 2023-05-29 00:00:00+08:00 4.21999979019165 4.300000190734863 4.21999979019165 4.25 3.637811277168081 188622384.0 0.0 0.0 True
345 2023-05-30 00:00:00+08:00 4.239999771118164 4.260000228881836 4.199999809265137 4.230000019073486 3.6206920091996313 214459172.0 0.0 0.0 True
346 2023-05-31 00:00:00+08:00 4.199999809265137 4.230000019073486 4.130000114440918 4.190000057220459 3.586453916956745 443635604.0 0.0 0.0 True
347 2023-06-01 00:00:00+08:00 4.150000095367432 4.199999809265137 4.130000114440918 4.130000114440918 3.535096556745409 195878156.0 0.0 0.0 True
348 2023-06-02 00:00:00+08:00 4.159999847412109 4.230000019073486 4.139999866485596 4.199999809265137 3.5950132181704597 238106726.0 0.0 0.0 True
349 2023-06-05 00:00:00+08:00 4.190000057220459 4.289999961853027 4.179999828338623 4.269999980926514 3.6549303232895243 154128851.0 0.0 0.0 True
350 2023-06-06 00:00:00+08:00 4.269999980926514 4.340000152587891 4.239999771118164 4.269999980926514 3.6549303232895243 138382474.0 0.0 0.0 True
351 2023-06-07 00:00:00+08:00 4.269999980926514 4.329999923706055 4.269999980926514 4.300000190734863 3.6806091143186954 138165536.0 0.0 0.0 True
352 2023-06-08 00:00:00+08:00 4.329999923706055 4.369999885559082 4.300000190734863 4.340000152587891 3.7148474284085884 143479250.0 0.0 0.0 True
353 2023-06-09 00:00:00+08:00 4.340000152587891 4.380000114440918 4.320000171661377 4.340000152587891 3.7148474284085884 115975825.0 0.0 0.0 True
354 2023-06-12 00:00:00+08:00 4.329999923706055 4.360000133514404 4.289999961853027 4.329999923706055 3.70628768350086 181527647.0 0.0 0.0 True
355 2023-06-13 00:00:00+08:00 4.320000171661377 4.329999923706055 4.230000019073486 4.25 3.637811277168081 326274159.0 0.0 0.0 True
356 2023-06-14 00:00:00+08:00 4.260000228881836 4.260000228881836 4.130000114440918 4.150000095367432 3.552215824713859 442669757.0 0.0 0.0 True
357 2023-06-15 00:00:00+08:00 4.199999809265137 4.199999809265137 4.110000133514404 4.170000076293945 3.569334870835302 277010186.0 0.0 0.0 True
358 2023-06-16 00:00:00+08:00 4.150000095367432 4.210000038146973 4.150000095367432 4.210000038146973 3.603572963078188 328021658.0 0.0 0.0 True
359 2023-06-19 00:00:00+08:00 4.190000057220459 4.210000038146973 4.150000095367432 4.179999828338623 3.577894172049017 192042607.0 0.0 0.0 True
360 2023-06-20 00:00:00+08:00 4.170000076293945 4.179999828338623 4.119999885559082 4.170000076293945 3.569334870835302 235233878.0 0.0 0.0 True
361 2023-06-21 00:00:00+08:00 4.150000095367432 4.199999809265137 4.139999866485596 4.159999847412109 3.5607751259275737 241636902.0 0.0 0.0 True
362 2023-06-23 00:00:00+08:00 4.170000076293945 4.179999828338623 4.119999885559082 4.130000114440918 3.535096556745409 179933946.0 0.0 0.0 True
363 2023-06-26 00:00:00+08:00 4.150000095367432 4.150000095367432 4.079999923706055 4.110000133514404 3.517977510623966 266470090.0 0.0 0.0 True
364 2023-06-27 00:00:00+08:00 4.099999904632568 4.159999847412109 4.090000152587891 4.150000095367432 3.552215824713859 228143854.0 0.0 0.0 True
365 2023-06-28 00:00:00+08:00 4.130000114440918 4.179999828338623 4.119999885559082 4.159999847412109 3.5607751259275737 180586497.0 0.0 0.0 True
366 2023-06-29 00:00:00+08:00 4.159999847412109 4.179999828338623 4.130000114440918 4.159999847412109 3.5607751259275737 184805600.0 0.0 0.0 True
367 2023-06-30 00:00:00+08:00 4.170000076293945 4.21999979019165 4.159999847412109 4.179999828338623 3.577894172049017 218725448.0 0.0 0.0 True
368 2023-07-03 00:00:00+08:00 4.199999809265137 4.269999980926514 4.190000057220459 4.239999771118164 3.6292515322603527 309192456.0 0.0 0.0 True
369 2023-07-04 00:00:00+08:00 4.230000019073486 4.269999980926514 4.159999847412109 4.190000057220459 3.586453916956745 294729733.0 0.0 0.0 True
370 2023-07-05 00:00:00+08:00 4.170000076293945 4.179999828338623 4.099999904632568 4.110000133514404 3.517977510623966 316065085.0 0.0 0.0 True
371 2023-07-06 00:00:00+08:00 3.7799999713897705 3.7899999618530273 3.640000104904175 3.6600000858306885 3.405607342927319 483351531.0 0.329236 0.0 True
372 2023-07-07 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.5999999046325684 3.609999895095825 3.359082476063615 344014894.0 0.0 0.0 True
373 2023-07-10 00:00:00+08:00 3.619999885559082 3.6600000858306885 3.559999942779541 3.5899999141693115 3.3404726180569364 263135021.0 0.0 0.0 True
374 2023-07-11 00:00:00+08:00 3.630000114440918 3.640000104904175 3.569999933242798 3.5999999046325684 3.3497775470602758 290916418.0 0.0 0.0 True
375 2023-07-12 00:00:00+08:00 3.630000114440918 3.640000104904175 3.5799999237060547 3.5999999046325684 3.3497775470602758 251835089.0 0.0 0.0 True
376 2023-07-13 00:00:00+08:00 3.609999895095825 3.6500000953674316 3.5899999141693115 3.619999885559082 3.3683874050669544 243505182.0 0.0 0.0 True
377 2023-07-14 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.630000114440918 3.6600000858306885 3.405607342927319 258981289.0 0.0 0.0 True
378 2023-07-18 00:00:00+08:00 3.6600000858306885 3.6600000858306885 3.549999952316284 3.5799999237060547 3.331167689053597 273570216.0 0.0 0.0 True
379 2023-07-19 00:00:00+08:00 3.549999952316284 3.619999885559082 3.5399999618530273 3.5899999141693115 3.3404726180569364 158493423.0 0.0 0.0 True
380 2023-07-20 00:00:00+08:00 3.619999885559082 3.6600000858306885 3.5999999046325684 3.609999895095825 3.359082476063615 124194456.0 0.0 0.0 True
381 2023-07-21 00:00:00+08:00 3.640000104904175 3.680000066757202 3.630000114440918 3.6600000858306885 3.405607342927319 122860627.0 0.0 0.0 True
382 2023-07-24 00:00:00+08:00 3.630000114440918 3.6600000858306885 3.5799999237060547 3.5899999141693115 3.3404726180569364 165661469.0 0.0 0.0 True
383 2023-07-25 00:00:00+08:00 3.609999895095825 3.7300000190734863 3.609999895095825 3.690000057220459 3.433522129937337 233245325.0 0.0 0.0 True
384 2023-07-26 00:00:00+08:00 3.690000057220459 3.7300000190734863 3.630000114440918 3.6500000953674316 3.3963024139239795 174178400.0 0.0 0.0 True
385 2023-07-27 00:00:00+08:00 3.6600000858306885 3.7300000190734863 3.6500000953674316 3.700000047683716 3.442827058940676 244815663.0 0.0 0.0 True
386 2023-07-28 00:00:00+08:00 3.680000066757202 3.759999990463257 3.6700000762939453 3.740000009536743 3.480046774954034 231213125.0 0.0 0.0 True
387 2023-07-31 00:00:00+08:00 3.75 3.859999895095825 3.740000009536743 3.799999952316284 3.53587634897407 341189678.0 0.0 0.0 True
388 2023-08-01 00:00:00+08:00 3.819999933242798 3.859999895095825 3.7699999809265137 3.7799999713897705 3.5172664909673914 190142810.0 0.0 0.0 True
389 2023-08-02 00:00:00+08:00 3.759999990463257 3.7799999713897705 3.6600000858306885 3.6700000762939453 3.414912271930658 288581439.0 0.0 0.0 True
390 2023-08-03 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.630000114440918 3.6500000953674316 3.3963024139239795 292039499.0 0.0 0.0 True
391 2023-08-04 00:00:00+08:00 3.680000066757202 3.7300000190734863 3.630000114440918 3.640000104904175 3.38699748492064 195330853.0 0.0 0.0 True
392 2023-08-07 00:00:00+08:00 3.640000104904175 3.6600000858306885 3.619999885559082 3.640000104904175 3.38699748492064 151992015.0 0.0 0.0 True
393 2023-08-08 00:00:00+08:00 3.619999885559082 3.630000114440918 3.5799999237060547 3.5999999046325684 3.3497775470602758 226116681.0 0.0 0.0 True
394 2023-08-09 00:00:00+08:00 3.5799999237060547 3.619999885559082 3.559999942779541 3.619999885559082 3.3683874050669544 194636023.0 0.0 0.0 True
395 2023-08-10 00:00:00+08:00 3.569999933242798 3.630000114440918 3.559999942779541 3.5999999046325684 3.3497775470602758 257523027.0 0.0 0.0 True
396 2023-08-11 00:00:00+08:00 3.5899999141693115 3.5899999141693115 3.5299999713897705 3.569999933242798 3.3218627600502577 260620282.0 0.0 0.0 True
397 2023-08-14 00:00:00+08:00 3.5199999809265137 3.5299999713897705 3.4600000381469727 3.5 3.256728257026882 308586690.0 0.0 0.0 True
398 2023-08-15 00:00:00+08:00 3.4800000190734863 3.509999990463257 3.4600000381469727 3.4800000190734863 3.238118399020203 206833725.0 0.0 0.0 True
399 2023-08-16 00:00:00+08:00 3.450000047683716 3.4800000190734863 3.4100000858306885 3.4200000762939453 3.1822888250001666 234260976.0 0.0 0.0 True
400 2023-08-17 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.359999895095825 3.4200000762939453 3.1822888250001666 313019294.0 0.0 0.0 True
401 2023-08-18 00:00:00+08:00 3.430000066757202 3.5 3.4000000953674316 3.4100000858306885 3.1729838959968273 310788020.0 0.0 0.0 True
402 2023-08-21 00:00:00+08:00 3.4000000953674316 3.4000000953674316 3.3499999046325684 3.359999895095825 3.1264590291331236 278392065.0 0.0 0.0 True
403 2023-08-22 00:00:00+08:00 3.359999895095825 3.450000047683716 3.359999895095825 3.4000000953674316 3.163678966993488 312832612.0 0.0 0.0 True
404 2023-08-23 00:00:00+08:00 3.390000104904175 3.4600000381469727 3.390000104904175 3.4200000762939453 3.1822888250001666 229353234.0 0.0 0.0 True
405 2023-08-24 00:00:00+08:00 3.4200000762939453 3.4700000286102295 3.4100000858306885 3.450000047683716 3.2102036120101847 216303897.0 0.0 0.0 True
406 2023-08-25 00:00:00+08:00 3.450000047683716 3.5299999713897705 3.450000047683716 3.4600000381469727 3.219508541013524 207713213.0 0.0 0.0 True
407 2023-08-28 00:00:00+08:00 3.569999933242798 3.5899999141693115 3.509999990463257 3.509999990463257 3.266033186030221 244114203.0 0.0 0.0 True
408 2023-08-29 00:00:00+08:00 3.549999952316284 3.619999885559082 3.5299999713897705 3.5899999141693115 3.3404726180569364 346986717.0 0.0 0.0 True
409 2023-08-30 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.559999942779541 3.569999933242798 3.3218627600502577 336774337.0 0.0 0.0 True
410 2023-08-31 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.559999942779541 3.5999999046325684 3.3497775470602758 817327216.0 0.0 0.0 True
411 2023-09-04 00:00:00+08:00 3.609999895095825 3.7699999809265137 3.609999895095825 3.7300000190734863 3.4707418459506947 629620119.0 0.0 0.0 True
412 2023-09-05 00:00:00+08:00 3.700000047683716 3.75 3.6700000762939453 3.680000066757202 3.4242172009339975 252233724.0 0.0 0.0 True
413 2023-09-06 00:00:00+08:00 3.6600000858306885 3.759999990463257 3.6500000953674316 3.740000009536743 3.480046774954034 307058008.0 0.0 0.0 True
414 2023-09-07 00:00:00+08:00 3.740000009536743 3.799999952316284 3.7100000381469727 3.7699999809265137 3.507961561964052 356783232.0 0.0 0.0 True
415 2023-09-11 00:00:00+08:00 3.7200000286102295 3.7799999713897705 3.690000057220459 3.75 3.4893517039573734 308247176.0 0.0 0.0 True
416 2023-09-12 00:00:00+08:00 3.75 3.7899999618530273 3.7200000286102295 3.7699999809265137 3.507961561964052 180754456.0 0.0 0.0 True
417 2023-09-13 00:00:00+08:00 3.7799999713897705 3.799999952316284 3.7200000286102295 3.75 3.4893517039573734 295869721.0 0.0 0.0 True
418 2023-09-14 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.759999990463257 3.7899999618530273 3.5265714199707308 274404409.0 0.0 0.0 True
419 2023-09-15 00:00:00+08:00 3.809999942779541 3.859999895095825 3.7899999618530273 3.799999952316284 3.53587634897407 366935288.0 0.0 0.0 True
420 2023-09-18 00:00:00+08:00 3.7699999809265137 3.7799999713897705 3.7200000286102295 3.75 3.4893517039573734 221671313.0 0.0 0.0 True
421 2023-09-19 00:00:00+08:00 3.75 3.819999933242798 3.740000009536743 3.819999933242798 3.5544862069807492 269533597.0 0.0 0.0 True
422 2023-09-20 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.799999952316284 3.799999952316284 3.53587634897407 230980912.0 0.0 0.0 True
423 2023-09-21 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.7300000190734863 3.759999990463257 3.4986566329607127 348696431.0 0.0 0.0 True
424 2023-09-22 00:00:00+08:00 3.740000009536743 3.809999942779541 3.740000009536743 3.809999942779541 3.54518127797741 245368556.0 0.0 0.0 True
425 2023-09-25 00:00:00+08:00 3.799999952316284 3.8299999237060547 3.740000009536743 3.75 3.4893517039573734 225999218.0 0.0 0.0 True
426 2023-09-26 00:00:00+08:00 3.7300000190734863 3.7899999618530273 3.680000066757202 3.700000047683716 3.442827058940676 231317116.0 0.0 0.0 True
427 2023-09-27 00:00:00+08:00 3.7200000286102295 3.7699999809265137 3.700000047683716 3.740000009536743 3.480046774954034 166651605.0 0.0 0.0 True
428 2023-09-28 00:00:00+08:00 3.7300000190734863 3.75 3.700000047683716 3.700000047683716 3.442827058940676 256509231.0 0.0 0.0 True
429 2023-09-29 00:00:00+08:00 3.700000047683716 3.809999942779541 3.700000047683716 3.7699999809265137 3.507961561964052 233478337.0 0.0 0.0 True
430 2023-10-03 00:00:00+08:00 3.7300000190734863 3.7300000190734863 3.569999933242798 3.5899999141693115 3.3404726180569364 295613538.0 0.0 0.0 True
431 2023-10-04 00:00:00+08:00 3.569999933242798 3.630000114440918 3.5399999618530273 3.609999895095825 3.359082476063615 180928145.0 0.0 0.0 True
432 2023-10-05 00:00:00+08:00 3.630000114440918 3.6500000953674316 3.5899999141693115 3.5999999046325684 3.3497775470602758 137405790.0 0.0 0.0 True
433 2023-10-06 00:00:00+08:00 3.6500000953674316 3.7100000381469727 3.640000104904175 3.6600000858306885 3.405607342927319 137863261.0 0.0 0.0 True
434 2023-10-09 00:00:00+08:00 3.690000057220459 3.7200000286102295 3.6700000762939453 3.680000066757202 3.4242172009339975 105503037.0 0.0 0.0 True
435 2023-10-10 00:00:00+08:00 3.7300000190734863 3.7799999713897705 3.700000047683716 3.7100000381469727 3.452131987944016 124645952.0 0.0 0.0 True
436 2023-10-11 00:00:00+08:00 3.7699999809265137 3.7699999809265137 3.7300000190734863 3.740000009536743 3.480046774954034 175540685.0 0.0 0.0 True
437 2023-10-12 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.819999933242798 3.9200000762939453 3.6475357188611497 675968330.0 0.0 0.0 True
438 2023-10-13 00:00:00+08:00 3.9000000953674316 3.9100000858306885 3.8499999046325684 3.8499999046325684 3.5824009939907673 250344063.0 0.0 0.0 True
439 2023-10-16 00:00:00+08:00 3.8499999046325684 3.9000000953674316 3.819999933242798 3.8499999046325684 3.5824009939907673 171560136.0 0.0 0.0 True
440 2023-10-17 00:00:00+08:00 3.869999885559082 3.940000057220459 3.8399999141693115 3.9100000858306885 3.6382307898578103 241303688.0 0.0 0.0 True
441 2023-10-18 00:00:00+08:00 3.9100000858306885 3.940000057220459 3.869999885559082 3.880000114440918 3.6103160028477923 182110047.0 0.0 0.0 True
442 2023-10-19 00:00:00+08:00 3.819999933242798 3.8499999046325684 3.7799999713897705 3.7899999618530273 3.5265714199707308 193820232.0 0.0 0.0 True
443 2023-10-20 00:00:00+08:00 3.7699999809265137 3.8299999237060547 3.75 3.759999990463257 3.4986566329607127 163210066.0 0.0 0.0 True
444 2023-10-24 00:00:00+08:00 3.7200000286102295 3.7699999809265137 3.7100000381469727 3.740000009536743 3.480046774954034 190336656.0 0.0 0.0 True
445 2023-10-25 00:00:00+08:00 3.8399999141693115 3.8499999046325684 3.75 3.7699999809265137 3.507961561964052 216824013.0 0.0 0.0 True
446 2023-10-26 00:00:00+08:00 3.799999952316284 3.819999933242798 3.759999990463257 3.799999952316284 3.53587634897407 134917498.0 0.0 0.0 True
447 2023-10-27 00:00:00+08:00 3.8399999141693115 3.9000000953674316 3.809999942779541 3.8499999046325684 3.5824009939907673 226052377.0 0.0 0.0 True
448 2023-10-30 00:00:00+08:00 3.8499999046325684 3.859999895095825 3.680000066757202 3.740000009536743 3.480046774954034 286400692.0 0.0 0.0 True
449 2023-10-31 00:00:00+08:00 3.740000009536743 3.7799999713897705 3.7100000381469727 3.759999990463257 3.4986566329607127 206277198.0 0.0 0.0 True
450 2023-11-01 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.75 3.799999952316284 3.53587634897407 153678182.0 0.0 0.0 True
451 2023-11-02 00:00:00+08:00 3.799999952316284 3.8499999046325684 3.75 3.7799999713897705 3.5172664909673914 191144882.0 0.0 0.0 True
452 2023-11-03 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.7799999713897705 3.809999942779541 3.54518127797741 156922242.0 0.0 0.0 True
453 2023-11-06 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.5265714199707308 202473003.0 0.0 0.0 True
454 2023-11-07 00:00:00+08:00 3.759999990463257 3.7899999618530273 3.7200000286102295 3.7300000190734863 3.4707418459506947 190605813.0 0.0 0.0 True
455 2023-11-08 00:00:00+08:00 3.7699999809265137 3.7699999809265137 3.700000047683716 3.7100000381469727 3.452131987944016 139666955.0 0.0 0.0 True
456 2023-11-09 00:00:00+08:00 3.700000047683716 3.7300000190734863 3.700000047683716 3.7100000381469727 3.452131987944016 71881453.0 0.0 0.0 True
457 2023-11-10 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.6700000762939453 3.680000066757202 3.4242172009339975 128215976.0 0.0 0.0 True
458 2023-11-13 00:00:00+08:00 3.690000057220459 3.7300000190734863 3.640000104904175 3.7200000286102295 3.4614369169473553 146968935.0 0.0 0.0 True
459 2023-11-14 00:00:00+08:00 3.740000009536743 3.7699999809265137 3.7200000286102295 3.740000009536743 3.480046774954034 155959721.0 0.0 0.0 True
460 2023-11-15 00:00:00+08:00 3.809999942779541 3.880000114440918 3.7799999713897705 3.859999895095825 3.5917059229941066 260901823.0 0.0 0.0 True
461 2023-11-16 00:00:00+08:00 3.869999885559082 3.869999885559082 3.7899999618530273 3.819999933242798 3.5544862069807492 96949779.0 0.0 0.0 True
462 2023-11-17 00:00:00+08:00 3.7799999713897705 3.809999942779541 3.7300000190734863 3.75 3.4893517039573734 156398933.0 0.0 0.0 True
463 2023-11-20 00:00:00+08:00 3.7799999713897705 3.8299999237060547 3.759999990463257 3.8299999237060547 3.5637911359840886 143975679.0 0.0 0.0 True
464 2023-11-21 00:00:00+08:00 3.869999885559082 3.890000104904175 3.7799999713897705 3.7899999618530273 3.5265714199707308 158102559.0 0.0 0.0 True
465 2023-11-22 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.759999990463257 3.799999952316284 3.53587634897407 60718192.0 0.0 0.0 True
466 2023-11-23 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.759999990463257 3.8499999046325684 3.5824009939907673 115217596.0 0.0 0.0 True
467 2023-11-24 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.5265714199707308 93281480.0 0.0 0.0 True
468 2023-11-27 00:00:00+08:00 3.819999933242798 3.819999933242798 3.740000009536743 3.7799999713897705 3.5172664909673914 130065350.0 0.0 0.0 True
469 2023-11-28 00:00:00+08:00 3.799999952316284 3.799999952316284 3.740000009536743 3.759999990463257 3.4986566329607127 113725337.0 0.0 0.0 True
470 2023-11-29 00:00:00+08:00 3.7799999713897705 3.7899999618530273 3.680000066757202 3.7200000286102295 3.4614369169473553 226633574.0 0.0 0.0 True
471 2023-11-30 00:00:00+08:00 3.740000009536743 3.75 3.700000047683716 3.740000009536743 3.480046774954034 267272719.0 0.0 0.0 True
472 2023-12-01 00:00:00+08:00 3.7200000286102295 3.759999990463257 3.680000066757202 3.690000057220459 3.433522129937337 159742141.0 0.0 0.0 True
473 2023-12-04 00:00:00+08:00 3.740000009536743 3.75 3.690000057220459 3.690000057220459 3.433522129937337 199824961.0 0.0 0.0 True
474 2023-12-05 00:00:00+08:00 3.7100000381469727 3.7100000381469727 3.609999895095825 3.630000114440918 3.3776925559173008 274505556.0 0.0 0.0 True
475 2023-12-06 00:00:00+08:00 3.640000104904175 3.6600000858306885 3.609999895095825 3.640000104904175 3.38699748492064 164730514.0 0.0 0.0 True
476 2023-12-07 00:00:00+08:00 3.630000114440918 3.6500000953674316 3.5999999046325684 3.640000104904175 3.38699748492064 123750268.0 0.0 0.0 True
477 2023-12-08 00:00:00+08:00 3.6700000762939453 3.680000066757202 3.5899999141693115 3.630000114440918 3.3776925559173008 210592613.0 0.0 0.0 True
478 2023-12-11 00:00:00+08:00 3.5899999141693115 3.619999885559082 3.5199999809265137 3.609999895095825 3.359082476063615 326769186.0 0.0 0.0 True
479 2023-12-12 00:00:00+08:00 3.609999895095825 3.6700000762939453 3.5999999046325684 3.6500000953674316 3.3963024139239795 262302427.0 0.0 0.0 True
480 2023-12-13 00:00:00+08:00 3.6500000953674316 3.690000057220459 3.630000114440918 3.680000066757202 3.4242172009339975 187744171.0 0.0 0.0 True
481 2023-12-14 00:00:00+08:00 3.7100000381469727 3.740000009536743 3.640000104904175 3.680000066757202 3.4242172009339975 245663930.0 0.0 0.0 True
482 2023-12-15 00:00:00+08:00 3.7200000286102295 3.759999990463257 3.680000066757202 3.700000047683716 3.442827058940676 390760942.0 0.0 0.0 True
483 2023-12-18 00:00:00+08:00 3.690000057220459 3.7100000381469727 3.6600000858306885 3.690000057220459 3.433522129937337 108207962.0 0.0 0.0 True
484 2023-12-19 00:00:00+08:00 3.6600000858306885 3.700000047683716 3.640000104904175 3.6700000762939453 3.414912271930658 97469500.0 0.0 0.0 True
485 2023-12-20 00:00:00+08:00 3.690000057220459 3.690000057220459 3.619999885559082 3.6500000953674316 3.3963024139239795 188953599.0 0.0 0.0 True
486 2023-12-21 00:00:00+08:00 3.619999885559082 3.700000047683716 3.619999885559082 3.680000066757202 3.4242172009339975 123393447.0 0.0 0.0 True
487 2023-12-22 00:00:00+08:00 3.700000047683716 3.7300000190734863 3.6700000762939453 3.680000066757202 3.4242172009339975 177408320.0 0.0 0.0 True
488 2023-12-27 00:00:00+08:00 3.700000047683716 3.759999990463257 3.680000066757202 3.740000009536743 3.480046774954034 226712895.0 0.0 0.0 True
489 2023-12-28 00:00:00+08:00 3.740000009536743 3.809999942779541 3.7300000190734863 3.7799999713897705 3.5172664909673914 189710209.0 0.0 0.0 True
490 2023-12-29 00:00:00+08:00 3.7899999618530273 3.8299999237060547 3.7799999713897705 3.819999933242798 3.5544862069807492 142535264.0 0.0 0.0 True
491 2024-01-02 00:00:00+08:00 3.8399999141693115 3.8399999141693115 3.7200000286102295 3.740000009536743 3.480046774954034 195715603.0 0.0 0.0 True
492 2024-01-03 00:00:00+08:00 3.7100000381469727 3.759999990463257 3.7100000381469727 3.740000009536743 3.480046774954034 106480528.0 0.0 0.0 True
493 2024-01-04 00:00:00+08:00 3.759999990463257 3.799999952316284 3.7300000190734863 3.7799999713897705 3.5172664909673914 208328871.0 0.0 0.0 True
494 2024-01-05 00:00:00+08:00 3.7799999713897705 3.8299999237060547 3.7300000190734863 3.75 3.4893517039573734 270256306.0 0.0 0.0 True
495 2024-01-08 00:00:00+08:00 3.75 3.7799999713897705 3.6600000858306885 3.680000066757202 3.4242172009339975 279114999.0 0.0 0.0 True
496 2024-01-09 00:00:00+08:00 3.680000066757202 3.7100000381469727 3.6500000953674316 3.680000066757202 3.4242172009339975 172987783.0 0.0 0.0 True
497 2024-01-10 00:00:00+08:00 3.6700000762939453 3.7100000381469727 3.6500000953674316 3.680000066757202 3.4242172009339975 181918519.0 0.0 0.0 True
498 2024-01-11 00:00:00+08:00 3.680000066757202 3.7200000286102295 3.6500000953674316 3.680000066757202 3.4242172009339975 167408254.0 0.0 0.0 True
499 2024-01-12 00:00:00+08:00 3.6700000762939453 3.7100000381469727 3.6600000858306885 3.690000057220459 3.433522129937337 98085190.0 0.0 0.0 True
500 2024-01-15 00:00:00+08:00 3.700000047683716 3.7100000381469727 3.6700000762939453 3.700000047683716 3.442827058940676 77810606.0 0.0 0.0 True
501 2024-01-16 00:00:00+08:00 3.680000066757202 3.7100000381469727 3.630000114440918 3.640000104904175 3.38699748492064 209104452.0 0.0 0.0 True
502 2024-01-17 00:00:00+08:00 3.630000114440918 3.640000104904175 3.5299999713897705 3.549999952316284 3.3032529020435786 374776282.0 0.0 0.0 True
503 2024-01-18 00:00:00+08:00 3.559999942779541 3.5799999237060547 3.5299999713897705 3.569999933242798 3.3218627600502577 279566330.0 0.0 0.0 True
504 2024-01-19 00:00:00+08:00 3.5799999237060547 3.619999885559082 3.549999952316284 3.5899999141693115 3.3404726180569364 211407811.0 0.0 0.0 True
505 2024-01-22 00:00:00+08:00 3.5999999046325684 3.609999895095825 3.509999990463257 3.5399999618530273 3.2939479730402392 231495995.0 0.0 0.0 True
506 2024-01-23 00:00:00+08:00 3.5299999713897705 3.640000104904175 3.5199999809265137 3.609999895095825 3.359082476063615 234767946.0 0.0 0.0 True
507 2024-01-24 00:00:00+08:00 3.609999895095825 3.759999990463257 3.609999895095825 3.740000009536743 3.480046774954034 431565592.0 0.0 0.0 True
508 2024-01-25 00:00:00+08:00 3.740000009536743 3.8399999141693115 3.700000047683716 3.8299999237060547 3.5637911359840886 490972859.0 0.0 0.0 True
509 2024-01-26 00:00:00+08:00 3.819999933242798 3.859999895095825 3.809999942779541 3.819999933242798 3.5544862069807492 264403292.0 0.0 0.0 True
510 2024-01-29 00:00:00+08:00 3.819999933242798 3.890000104904175 3.809999942779541 3.859999895095825 3.5917059229941066 301165078.0 0.0 0.0 True
511 2024-01-30 00:00:00+08:00 3.8299999237060547 3.8499999046325684 3.7899999618530273 3.809999942779541 3.54518127797741 227981489.0 0.0 0.0 True
512 2024-01-31 00:00:00+08:00 3.809999942779541 3.8299999237060547 3.759999990463257 3.819999933242798 3.5544862069807492 248660671.0 0.0 0.0 True
513 2024-02-01 00:00:00+08:00 3.819999933242798 3.8499999046325684 3.7799999713897705 3.7899999618530273 3.5265714199707308 202592840.0 0.0 0.0 True
514 2024-02-02 00:00:00+08:00 3.799999952316284 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.5265714199707308 154637396.0 0.0 0.0 True
515 2024-02-05 00:00:00+08:00 3.7699999809265137 3.819999933242798 3.759999990463257 3.799999952316284 3.53587634897407 174185125.0 0.0 0.0 True
516 2024-02-06 00:00:00+08:00 3.7899999618530273 3.940000057220459 3.7899999618530273 3.9200000762939453 3.6475357188611497 295401124.0 0.0 0.0 True
517 2024-02-07 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.869999885559082 3.890000104904175 3.6196209318511317 258681088.0 0.0 0.0 True
518 2024-02-08 00:00:00+08:00 3.890000104904175 3.9100000858306885 3.8299999237060547 3.8499999046325684 3.5824009939907673 149952865.0 0.0 0.0 True
519 2024-02-09 00:00:00+08:00 3.799999952316284 3.8299999237060547 3.7699999809265137 3.8299999237060547 3.5637911359840886 43789521.0 0.0 0.0 True
520 2024-02-14 00:00:00+08:00 3.7799999713897705 3.880000114440918 3.75 3.859999895095825 3.5917059229941066 87229443.0 0.0 0.0 True
521 2024-02-15 00:00:00+08:00 3.8399999141693115 3.9100000858306885 3.8299999237060547 3.890000104904175 3.6196209318511317 76124014.0 0.0 0.0 True
522 2024-02-16 00:00:00+08:00 3.890000104904175 3.940000057220459 3.869999885559082 3.930000066757202 3.656840647864489 124046262.0 0.0 0.0 True
523 2024-02-19 00:00:00+08:00 3.940000057220459 3.9600000381469727 3.9000000953674316 3.9200000762939453 3.6475357188611497 129179934.0 0.0 0.0 True
524 2024-02-20 00:00:00+08:00 3.930000066757202 3.9800000190734863 3.9200000762939453 3.9800000190734863 3.703365292881186 146061157.0 0.0 0.0 True
525 2024-02-21 00:00:00+08:00 3.990000009536743 4.159999847412109 3.9700000286102295 4.070000171661377 3.7871098757582473 473060462.0 0.0 0.0 True
526 2024-02-22 00:00:00+08:00 4.059999942779541 4.110000133514404 4.039999961853027 4.099999904632568 3.815024440921259 211209589.0 0.0 0.0 True
527 2024-02-23 00:00:00+08:00 4.090000152587891 4.179999828338623 4.079999923706055 4.139999866485596 3.852244156934616 323870350.0 0.0 0.0 True
528 2024-02-26 00:00:00+08:00 4.150000095367432 4.159999847412109 4.050000190734863 4.079999923706055 3.79641458291458 262309468.0 0.0 0.0 True
529 2024-02-27 00:00:00+08:00 4.070000171661377 4.119999885559082 4.050000190734863 4.099999904632568 3.815024440921259 176141560.0 0.0 0.0 True
530 2024-02-28 00:00:00+08:00 4.099999904632568 4.119999885559082 4.039999961853027 4.059999942779541 3.7778047249079014 179704568.0 0.0 0.0 True
531 2024-02-29 00:00:00+08:00 4.039999961853027 4.090000152587891 4.039999961853027 4.039999961853027 3.7591948669012223 190343656.0 0.0 0.0 True
532 2024-03-01 00:00:00+08:00 4.019999980926514 4.079999923706055 3.9700000286102295 4.050000190734863 3.7685000177515686 282167874.0 0.0 0.0 True
533 2024-03-04 00:00:00+08:00 4.039999961853027 4.050000190734863 3.990000009536743 4.019999980926514 3.7405850088945436 204903610.0 0.0 0.0 True
534 2024-03-05 00:00:00+08:00 3.9800000190734863 4.059999942779541 3.950000047683716 3.990000009536743 3.7126702218845256 249784197.0 0.0 0.0 True
535 2024-03-06 00:00:00+08:00 4.010000228881836 4.059999942779541 3.9800000190734863 4.03000020980835 3.74989015974489 270589633.0 0.0 0.0 True
536 2024-03-07 00:00:00+08:00 4.03000020980835 4.090000152587891 4.0 4.03000020980835 3.74989015974489 165980033.0 0.0 0.0 True
537 2024-03-08 00:00:00+08:00 4.039999961853027 4.099999904632568 4.019999980926514 4.050000190734863 3.7685000177515686 292329286.0 0.0 0.0 True
538 2024-03-11 00:00:00+08:00 4.050000190734863 4.110000133514404 4.03000020980835 4.059999942779541 3.7778047249079014 237514321.0 0.0 0.0 True
539 2024-03-12 00:00:00+08:00 4.059999942779541 4.119999885559082 4.019999980926514 4.110000133514404 3.824329591771605 316667017.0 0.0 0.0 True
540 2024-03-13 00:00:00+08:00 4.070000171661377 4.090000152587891 4.019999980926514 4.039999961853027 3.7591948669012223 301063056.0 0.0 0.0 True
541 2024-03-14 00:00:00+08:00 4.010000228881836 4.059999942779541 4.0 4.019999980926514 3.7405850088945436 217437653.0 0.0 0.0 True
542 2024-03-15 00:00:00+08:00 4.0 4.010000228881836 3.940000057220459 3.9800000190734863 3.703365292881186 355675188.0 0.0 0.0 True
543 2024-03-18 00:00:00+08:00 3.990000009536743 4.0 3.940000057220459 3.9600000381469727 3.6847554348745075 209805618.0 0.0 0.0 True
544 2024-03-19 00:00:00+08:00 3.950000047683716 3.950000047683716 3.9000000953674316 3.9200000762939453 3.6475357188611497 218938960.0 0.0 0.0 True
545 2024-03-20 00:00:00+08:00 3.9200000762939453 3.930000066757202 3.890000104904175 3.9100000858306885 3.6382307898578103 200274220.0 0.0 0.0 True
546 2024-03-21 00:00:00+08:00 3.950000047683716 4.0 3.940000057220459 3.9800000190734863 3.703365292881186 315161464.0 0.0 0.0 True
547 2024-03-22 00:00:00+08:00 3.990000009536743 3.990000009536743 3.9100000858306885 3.9600000381469727 3.6847554348745075 191270677.0 0.0 0.0 True
548 2024-03-25 00:00:00+08:00 3.9600000381469727 3.9800000190734863 3.9200000762939453 3.950000047683716 3.6754505058711677 184108533.0 0.0 0.0 True
549 2024-03-26 00:00:00+08:00 3.990000009536743 4.059999942779541 3.9700000286102295 4.0 3.721975150887865 230414252.0 0.0 0.0 True
550 2024-03-27 00:00:00+08:00 4.0 4.019999980926514 3.9600000381469727 3.9700000286102295 3.694060363877847 211898473.0 0.0 0.0 True
551 2024-03-28 00:00:00+08:00 3.9700000286102295 3.9800000190734863 3.869999885559082 3.940000057220459 3.6661455768678284 295388883.0 0.0 0.0 True
552 2024-04-02 00:00:00+08:00 3.9800000190734863 4.070000171661377 3.9700000286102295 4.03000020980835 3.74989015974489 301807183.0 0.0 0.0 True
553 2024-04-03 00:00:00+08:00 4.019999980926514 4.050000190734863 4.0 4.010000228881836 3.7312803017382112 232543947.0 0.0 0.0 True
554 2024-04-05 00:00:00+08:00 4.019999980926514 4.03000020980835 3.930000066757202 3.9700000286102295 3.694060363877847 102636289.0 0.0 0.0 True
555 2024-04-08 00:00:00+08:00 3.9600000381469727 4.050000190734863 3.940000057220459 4.019999980926514 3.7405850088945436 193418098.0 0.0 0.0 True
556 2024-04-09 00:00:00+08:00 4.039999961853027 4.070000171661377 4.010000228881836 4.019999980926514 3.7405850088945436 181693799.0 0.0 0.0 True
557 2024-04-10 00:00:00+08:00 4.039999961853027 4.079999923706055 4.019999980926514 4.079999923706055 3.79641458291458 203179579.0 0.0 0.0 True
558 2024-04-11 00:00:00+08:00 4.019999980926514 4.079999923706055 4.010000228881836 4.070000171661377 3.7871098757582473 197888440.0 0.0 0.0 True
559 2024-04-12 00:00:00+08:00 4.039999961853027 4.059999942779541 3.990000009536743 3.990000009536743 3.7126702218845256 252604582.0 0.0 0.0 True
560 2024-04-15 00:00:00+08:00 3.950000047683716 4.059999942779541 3.950000047683716 4.03000020980835 3.74989015974489 240871327.0 0.0 0.0 True
561 2024-04-16 00:00:00+08:00 3.9800000190734863 4.03000020980835 3.9700000286102295 4.0 3.721975150887865 253900115.0 0.0 0.0 True
562 2024-04-17 00:00:00+08:00 4.0 4.050000190734863 3.9800000190734863 4.019999980926514 3.7405850088945436 217393787.0 0.0 0.0 True
563 2024-04-18 00:00:00+08:00 4.019999980926514 4.150000095367432 4.010000228881836 4.110000133514404 3.824329591771605 418569269.0 0.0 0.0 True
564 2024-04-19 00:00:00+08:00 4.090000152587891 4.119999885559082 4.059999942779541 4.110000133514404 3.824329591771605 285009804.0 0.0 0.0 True
565 2024-04-22 00:00:00+08:00 4.170000076293945 4.21999979019165 4.090000152587891 4.099999904632568 3.815024440921259 248674905.0 0.0 0.0 True
566 2024-04-23 00:00:00+08:00 4.099999904632568 4.150000095367432 4.090000152587891 4.119999885559082 3.8336342989279375 227687586.0 0.0 0.0 True
567 2024-04-24 00:00:00+08:00 4.119999885559082 4.150000095367432 4.090000152587891 4.139999866485596 3.852244156934616 225338393.0 0.0 0.0 True
568 2024-04-25 00:00:00+08:00 4.130000114440918 4.190000057220459 4.130000114440918 4.170000076293945 3.880159165791641 256634656.0 0.0 0.0 True
569 2024-04-26 00:00:00+08:00 4.170000076293945 4.199999809265137 4.150000095367432 4.150000095367432 3.8615493077849625 286312006.0 0.0 0.0 True
570 2024-04-29 00:00:00+08:00 4.150000095367432 4.230000019073486 4.110000133514404 4.199999809265137 3.9080737309546527 388564156.0 0.0 0.0 True
571 2024-04-30 00:00:00+08:00 4.210000038146973 4.28000020980835 4.190000057220459 4.230000019073486 3.9359887398116777 411724311.0 0.0 0.0 True
572 2024-05-02 00:00:00+08:00 4.230000019073486 4.260000228881836 4.210000038146973 4.230000019073486 3.9359887398116777 165136190.0 0.0 0.0 True
573 2024-05-03 00:00:00+08:00 4.28000020980835 4.320000171661377 4.25 4.28000020980835 3.9825136066753815 207992630.0 0.0 0.0 True
574 2024-05-06 00:00:00+08:00 4.28000020980835 4.320000171661377 4.239999771118164 4.289999961853027 3.991818313831714 270993309.0 0.0 0.0 True
575 2024-05-07 00:00:00+08:00 4.289999961853027 4.320000171661377 4.269999980926514 4.309999942779541 4.0104281718383925 210201848.0 0.0 0.0 True
576 2024-05-08 00:00:00+08:00 4.320000171661377 4.360000133514404 4.28000020980835 4.289999961853027 3.991818313831714 280763221.0 0.0 0.0 True
577 2024-05-09 00:00:00+08:00 4.289999961853027 4.360000133514404 4.28000020980835 4.349999904632568 4.047647887851751 360910344.0 0.0 0.0 True
578 2024-05-10 00:00:00+08:00 4.400000095367432 4.579999923706055 4.380000114440918 4.53000020980835 4.215137053605873 860787572.0 0.0 0.0 True
579 2024-05-13 00:00:00+08:00 4.53000020980835 4.559999942779541 4.519999980926514 4.539999961853027 4.224441760762206 459943466.0 0.0 0.0 True
580 2024-05-14 00:00:00+08:00 4.550000190734863 4.559999942779541 4.460000038146973 4.46999979019165 4.159307035891823 526434799.0 0.0 0.0 True
581 2024-05-16 00:00:00+08:00 4.510000228881836 4.730000019073486 4.5 4.710000038146973 4.382625775665982 623474275.0 0.0 0.0 True
582 2024-05-17 00:00:00+08:00 4.699999809265137 4.739999771118164 4.650000095367432 4.710000038146973 4.382625775665982 405564118.0 0.0 0.0 True
583 2024-05-20 00:00:00+08:00 4.739999771118164 4.760000228881836 4.699999809265137 4.730000019073486 4.401235633672661 294145952.0 0.0 0.0 True
584 2024-05-21 00:00:00+08:00 4.730000019073486 4.789999961853027 4.699999809265137 4.760000228881836 4.429150642529685 345750265.0 0.0 0.0 True
585 2024-05-22 00:00:00+08:00 4.789999961853027 4.800000190734863 4.75 4.760000228881836 4.429150642529685 242197043.0 0.0 0.0 True
586 2024-05-23 00:00:00+08:00 4.75 4.75 4.639999866485596 4.699999809265137 4.373320624815636 320067077.0 0.0 0.0 True
587 2024-05-24 00:00:00+08:00 4.699999809265137 4.71999979019165 4.639999866485596 4.659999847412109 4.336100908802278 1061277721.0 0.0 0.0 True
588 2024-05-27 00:00:00+08:00 4.679999828338623 4.75 4.639999866485596 4.659999847412109 4.336100908802278 351064395.0 0.0 0.0 True
589 2024-05-28 00:00:00+08:00 4.650000095367432 4.699999809265137 4.619999885559082 4.639999866485596 4.317491050795599 249035695.0 0.0 0.0 True
590 2024-05-29 00:00:00+08:00 4.619999885559082 4.639999866485596 4.519999980926514 4.550000190734863 4.233746911612552 400149121.0 0.0 0.0 True
591 2024-05-30 00:00:00+08:00 4.53000020980835 4.559999942779541 4.460000038146973 4.46999979019165 4.159307035891823 433191511.0 0.0 0.0 True
592 2024-05-31 00:00:00+08:00 4.510000228881836 4.590000152587891 4.420000076293945 4.420000076293945 4.112782612722133 659726549.0 0.0 0.0 True
593 2024-06-03 00:00:00+08:00 4.46999979019165 4.519999980926514 4.449999809265137 4.46999979019165 4.159307035891823 460608096.0 0.0 0.0 True
594 2024-06-04 00:00:00+08:00 4.460000038146973 4.489999771118164 4.409999847412109 4.429999828338623 4.1220873198784656 398708024.0 0.0 0.0 True
595 2024-06-05 00:00:00+08:00 4.449999809265137 4.5 4.389999866485596 4.409999847412109 4.103477461871787 504170169.0 0.0 0.0 True
596 2024-06-06 00:00:00+08:00 4.449999809265137 4.460000038146973 4.340000152587891 4.369999885559082 4.0662577458584295 400927719.0 0.0 0.0 True
597 2024-06-07 00:00:00+08:00 4.400000095367432 4.429999828338623 4.380000114440918 4.420000076293945 4.112782612722133 276405344.0 0.0 0.0 True
598 2024-06-11 00:00:00+08:00 4.400000095367432 4.409999847412109 4.320000171661377 4.360000133514404 4.056953038702097 320454982.0 0.0 0.0 True
599 2024-06-12 00:00:00+08:00 4.340000152587891 4.349999904632568 4.260000228881836 4.320000171661377 4.019733322688739 299327041.0 0.0 0.0 True
600 2024-06-13 00:00:00+08:00 4.340000152587891 4.349999904632568 4.28000020980835 4.320000171661377 4.019733322688739 195542304.0 0.0 0.0 True
601 2024-06-14 00:00:00+08:00 4.300000190734863 4.380000114440918 4.260000228881836 4.340000152587891 4.038343180695418 278091252.0 0.0 0.0 True
602 2024-06-17 00:00:00+08:00 4.320000171661377 4.389999866485596 4.269999980926514 4.329999923706055 4.029038029845071 202054396.0 0.0 0.0 True
603 2024-06-18 00:00:00+08:00 4.349999904632568 4.409999847412109 4.309999942779541 4.389999866485596 4.084867603865108 320851397.0 0.0 0.0 True
604 2024-06-19 00:00:00+08:00 4.420000076293945 4.559999942779541 4.409999847412109 4.550000190734863 4.233746911612552 546463978.0 0.0 0.0 True
605 2024-06-20 00:00:00+08:00 4.550000190734863 4.619999885559082 4.539999961853027 4.579999923706055 4.261661476775563 459230417.0 0.0 0.0 True
606 2024-06-21 00:00:00+08:00 4.539999961853027 4.590000152587891 4.5 4.519999980926514 4.205831902755527 573138315.0 0.0 0.0 True
607 2024-06-24 00:00:00+08:00 4.510000228881836 4.570000171661377 4.449999809265137 4.559999942779541 4.2430516187688845 552052233.0 0.0 0.0 True
608 2024-06-25 00:00:00+08:00 4.590000152587891 4.650000095367432 4.550000190734863 4.579999923706055 4.261661476775563 370930685.0 0.0 0.0 True
609 2024-06-26 00:00:00+08:00 4.539999961853027 4.650000095367432 4.539999961853027 4.619999885559082 4.298881192788921 396165556.0 0.0 0.0 True
610 2024-06-27 00:00:00+08:00 4.599999904632568 4.599999904632568 4.539999961853027 4.570000171661377 4.25235676961923 323653049.0 0.0 0.0 True
611 2024-06-28 00:00:00+08:00 4.550000190734863 4.679999828338623 4.550000190734863 4.639999866485596 4.317491050795599 373867647.0 0.0 0.0 True
612 2024-07-02 00:00:00+08:00 4.639999866485596 4.800000190734863 4.610000133514404 4.75 4.4198454916793395 564994075.0 0.0 0.0 True
613 2024-07-03 00:00:00+08:00 4.760000228881836 4.789999961853027 4.670000076293945 4.730000019073486 4.401235633672661 430603748.0 0.0 0.0 True
614 2024-07-04 00:00:00+08:00 4.760000228881836 4.849999904632568 4.730000019073486 4.829999923706055 4.494284923706055 536031698.0 0.0 0.0 True
615 2024-07-05 00:00:00+08:00 0.0 0.0 True
616 2024-07-08 00:00:00+08:00 4.349999904632568 4.409999847412109 4.309999942779541 4.329999923706055 4.329999923706055 377778431.0 0.335715 0.0 False
617 2024-07-09 00:00:00+08:00 4.320000171661377 4.380000114440918 4.289999961853027 4.309999942779541 4.309999942779541 446053587.0 0.0 0.0 False
618 2024-07-10 00:00:00+08:00 4.309999942779541 4.380000114440918 4.300000190734863 4.320000171661377 4.320000171661377 323856587.0 0.0 0.0 False
619 2024-07-11 00:00:00+08:00 4.349999904632568 4.380000114440918 4.320000171661377 4.360000133514404 4.360000133514404 277693020.0 0.0 0.0 False
620 2024-07-12 00:00:00+08:00 4.380000114440918 4.5 4.380000114440918 4.480000019073486 4.480000019073486 484396739.0 0.0 0.0 False
621 2024-07-15 00:00:00+08:00 4.46999979019165 4.539999961853027 4.429999828338623 4.449999809265137 4.449999809265137 338346642.0 0.0 0.0 False
622 2024-07-16 00:00:00+08:00 4.400000095367432 4.480000019073486 4.369999885559082 4.369999885559082 4.369999885559082 247840382.0 0.0 0.0 False
623 2024-07-17 00:00:00+08:00 4.369999885559082 4.429999828338623 4.360000133514404 4.360000133514404 4.360000133514404 185961672.0 0.0 0.0 False
624 2024-07-18 00:00:00+08:00 4.349999904632568 4.409999847412109 4.329999923706055 4.360000133514404 4.360000133514404 200311769.0 0.0 0.0 False
625 2024-07-19 00:00:00+08:00 4.340000152587891 4.349999904632568 4.21999979019165 4.25 4.25 275780913.0 0.0 0.0 False
626 2024-07-22 00:00:00+08:00 4.269999980926514 4.300000190734863 4.179999828338623 4.28000020980835 4.28000020980835 180171957.0 0.0 0.0 False
627 2024-07-23 00:00:00+08:00 4.289999961853027 4.400000095367432 4.269999980926514 4.340000152587891 4.340000152587891 356233630.0 0.0 0.0 False
628 2024-07-24 00:00:00+08:00 4.369999885559082 4.449999809265137 4.349999904632568 4.389999866485596 4.389999866485596 300661695.0 0.0 0.0 False
629 2024-07-25 00:00:00+08:00 4.400000095367432 4.440000057220459 4.309999942779541 4.340000152587891 4.340000152587891 301688549.0 0.0 0.0 False
630 2024-07-26 00:00:00+08:00 4.380000114440918 4.409999847412109 4.269999980926514 4.309999942779541 4.309999942779541 317705901.0 0.0 0.0 False
631 2024-07-29 00:00:00+08:00 4.340000152587891 4.429999828338623 4.309999942779541 4.380000114440918 4.380000114440918 232237150.0 0.0 0.0 False
632 2024-07-30 00:00:00+08:00 4.380000114440918 4.380000114440918 4.300000190734863 4.320000171661377 4.320000171661377 231452490.0 0.0 0.0 False
633 2024-07-31 00:00:00+08:00 4.369999885559082 4.369999885559082 4.309999942779541 4.340000152587891 4.340000152587891 219363065.0 0.0 0.0 False
634 2024-08-01 00:00:00+08:00 4.320000171661377 4.380000114440918 4.289999961853027 4.349999904632568 4.349999904632568 166222644.0 0.0 0.0 False
635 2024-08-02 00:00:00+08:00 4.320000171661377 4.349999904632568 4.25 4.320000171661377 4.320000171661377 268284840.0 0.0 0.0 False
636 2024-08-05 00:00:00+08:00 4.300000190734863 4.300000190734863 4.150000095367432 4.21999979019165 4.21999979019165 335879325.0 0.0 0.0 False
637 2024-08-06 00:00:00+08:00 4.25 4.28000020980835 4.159999847412109 4.190000057220459 4.190000057220459 236996663.0 0.0 0.0 False
638 2024-08-07 00:00:00+08:00 4.199999809265137 4.28000020980835 4.179999828338623 4.269999980926514 4.269999980926514 331294641.0 0.0 0.0 False
639 2024-08-08 00:00:00+08:00 4.25 4.320000171661377 4.21999979019165 4.309999942779541 4.309999942779541 374284208.0 0.0 0.0 False
640 2024-08-09 00:00:00+08:00 4.340000152587891 4.420000076293945 4.329999923706055 4.389999866485596 4.389999866485596 318738845.0 0.0 0.0 False
641 2024-08-12 00:00:00+08:00 4.389999866485596 4.489999771118164 4.389999866485596 4.480000019073486 4.480000019073486 312446492.0 0.0 0.0 False
642 2024-08-13 00:00:00+08:00 4.480000019073486 4.53000020980835 4.449999809265137 4.489999771118164 4.489999771118164 294220219.0 0.0 0.0 False
643 2024-08-14 00:00:00+08:00 4.510000228881836 4.53000020980835 4.46999979019165 4.489999771118164 4.489999771118164 150927522.0 0.0 0.0 False
644 2024-08-15 00:00:00+08:00 4.46999979019165 4.590000152587891 4.429999828338623 4.579999923706055 4.579999923706055 479363904.0 0.0 0.0 False
645 2024-08-16 00:00:00+08:00 4.610000133514404 4.639999866485596 4.579999923706055 4.619999885559082 4.619999885559082 268591885.0 0.0 0.0 False
646 2024-08-19 00:00:00+08:00 4.630000114440918 4.699999809265137 4.630000114440918 4.699999809265137 4.699999809265137 332636848.0 0.0 0.0 False
647 2024-08-20 00:00:00+08:00 4.699999809265137 4.730000019073486 4.659999847412109 4.699999809265137 4.699999809265137 216094821.0 0.0 0.0 False
648 2024-08-21 00:00:00+08:00 4.679999828338623 4.699999809265137 4.590000152587891 4.639999866485596 4.639999866485596 261827271.0 0.0 0.0 False
649 2024-08-22 00:00:00+08:00 4.650000095367432 4.679999828338623 4.610000133514404 4.679999828338623 4.679999828338623 269736483.0 0.0 0.0 False

View File

@@ -0,0 +1,649 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-03 00:00:00+08:00,4.449999809265137,4.449999809265137,4.400000095367432,4.420000076293945,3.766467809677124,42688622.0,0.0,0.0
2022-01-04 00:00:00+08:00,4.429999828338623,4.449999809265137,4.389999866485596,4.440000057220459,3.783510446548462,146990360.0,0.0,0.0
2022-01-05 00:00:00+08:00,4.449999809265137,4.550000190734863,4.440000057220459,4.519999980926514,3.8516814708709717,312079015.0,0.0,0.0
2022-01-06 00:00:00+08:00,4.539999961853027,4.539999961853027,4.440000057220459,4.5,3.834638833999634,144072250.0,0.0,0.0
2022-01-07 00:00:00+08:00,4.46999979019165,4.579999923706055,4.449999809265137,4.570000171661377,3.894289255142212,242535732.0,0.0,0.0
2022-01-10 00:00:00+08:00,4.599999904632568,4.650000095367432,4.579999923706055,4.639999866485596,3.9539387226104736,270492205.0,0.0,0.0
2022-01-11 00:00:00+08:00,4.599999904632568,4.659999847412109,4.579999923706055,4.630000114440918,3.9454174041748047,186392481.0,0.0,0.0
2022-01-12 00:00:00+08:00,4.630000114440918,4.650000095367432,4.590000152587891,4.610000133514404,3.928374767303467,230956599.0,0.0,0.0
2022-01-13 00:00:00+08:00,4.610000133514404,4.699999809265137,4.599999904632568,4.699999809265137,4.005066871643066,213448950.0,0.0,0.0
2022-01-14 00:00:00+08:00,4.710000038146973,4.739999771118164,4.670000076293945,4.710000038146973,4.0135884284973145,226355010.0,0.0,0.0
2022-01-17 00:00:00+08:00,4.690000057220459,4.71999979019165,4.670000076293945,4.699999809265137,4.005066871643066,137932161.0,0.0,0.0
2022-01-18 00:00:00+08:00,4.679999828338623,4.71999979019165,4.630000114440918,4.670000076293945,3.9795031547546387,138734371.0,0.0,0.0
2022-01-19 00:00:00+08:00,4.679999828338623,4.710000038146973,4.639999866485596,4.670000076293945,3.9795031547546387,129644509.0,0.0,0.0
2022-01-20 00:00:00+08:00,4.710000038146973,4.710000038146973,4.619999885559082,4.690000057220459,3.9965457916259766,246026991.0,0.0,0.0
2022-01-21 00:00:00+08:00,4.690000057220459,4.699999809265137,4.630000114440918,4.699999809265137,4.005066871643066,173314946.0,0.0,0.0
2022-01-24 00:00:00+08:00,4.699999809265137,4.75,4.670000076293945,4.71999979019165,4.0221099853515625,181865349.0,0.0,0.0
2022-01-25 00:00:00+08:00,4.650000095367432,4.739999771118164,4.650000095367432,4.71999979019165,4.0221099853515625,198777082.0,0.0,0.0
2022-01-26 00:00:00+08:00,4.739999771118164,4.75,4.710000038146973,4.730000019073486,4.0306315422058105,160528048.0,0.0,0.0
2022-01-27 00:00:00+08:00,4.679999828338623,4.71999979019165,4.670000076293945,4.71999979019165,4.0221099853515625,128188395.0,0.0,0.0
2022-01-28 00:00:00+08:00,4.739999771118164,4.75,4.670000076293945,4.679999828338623,3.9880242347717285,106436134.0,0.0,0.0
2022-01-31 00:00:00+08:00,4.71999979019165,4.71999979019165,4.71999979019165,4.71999979019165,4.0221099853515625,0.0,0.0,0.0
2022-02-04 00:00:00+08:00,4.710000038146973,4.789999961853027,4.710000038146973,4.78000020980835,4.073238849639893,158406204.0,0.0,0.0
2022-02-07 00:00:00+08:00,4.760000228881836,4.849999904632568,4.739999771118164,4.840000152587891,4.1243672370910645,272642318.0,0.0,0.0
2022-02-08 00:00:00+08:00,4.860000133514404,4.900000095367432,4.829999923706055,4.860000133514404,4.141409873962402,214256288.0,0.0,0.0
2022-02-09 00:00:00+08:00,4.889999866485596,4.900000095367432,4.849999904632568,4.889999866485596,4.166974067687988,223439580.0,0.0,0.0
2022-02-10 00:00:00+08:00,4.889999866485596,4.889999866485596,4.840000152587891,4.889999866485596,4.166974067687988,207400910.0,0.0,0.0
2022-02-11 00:00:00+08:00,4.889999866485596,4.929999828338623,4.849999904632568,4.929999828338623,4.201059818267822,278373812.0,0.0,0.0
2022-02-14 00:00:00+08:00,4.929999828338623,4.940000057220459,4.860000133514404,4.880000114440918,4.158452987670898,200959806.0,0.0,0.0
2022-02-15 00:00:00+08:00,4.849999904632568,4.869999885559082,4.679999828338623,4.75,4.047674655914307,335766335.0,0.0,0.0
2022-02-16 00:00:00+08:00,4.75,4.789999961853027,4.71999979019165,4.760000228881836,4.056196212768555,267721097.0,0.0,0.0
2022-02-17 00:00:00+08:00,4.789999961853027,4.800000190734863,4.730000019073486,4.789999961853027,4.081759929656982,181702145.0,0.0,0.0
2022-02-18 00:00:00+08:00,4.75,4.829999923706055,4.730000019073486,4.789999961853027,4.081759929656982,196787412.0,0.0,0.0
2022-02-21 00:00:00+08:00,4.789999961853027,4.840000152587891,4.730000019073486,4.829999923706055,4.115845680236816,179237601.0,0.0,0.0
2022-02-22 00:00:00+08:00,4.78000020980835,4.800000190734863,4.71999979019165,4.760000228881836,4.056196212768555,191170185.0,0.0,0.0
2022-02-23 00:00:00+08:00,4.820000171661377,4.820000171661377,4.71999979019165,4.739999771118164,4.039153099060059,144982428.0,0.0,0.0
2022-02-24 00:00:00+08:00,4.699999809265137,4.75,4.619999885559082,4.650000095367432,3.9624602794647217,284338187.0,0.0,0.0
2022-02-25 00:00:00+08:00,4.619999885559082,4.639999866485596,4.570000171661377,4.579999923706055,3.9028103351593018,277566175.0,0.0,0.0
2022-02-28 00:00:00+08:00,4.599999904632568,4.679999828338623,4.53000020980835,4.670000076293945,3.9795031547546387,267459675.0,0.0,0.0
2022-03-01 00:00:00+08:00,4.679999828338623,4.699999809265137,4.590000152587891,4.670000076293945,3.9795031547546387,185273965.0,0.0,0.0
2022-03-02 00:00:00+08:00,4.650000095367432,4.659999847412109,4.579999923706055,4.590000152587891,3.91133189201355,134643426.0,0.0,0.0
2022-03-03 00:00:00+08:00,4.610000133514404,4.690000057220459,4.599999904632568,4.650000095367432,3.9624602794647217,136337761.0,0.0,0.0
2022-03-04 00:00:00+08:00,4.599999904632568,4.639999866485596,4.570000171661377,4.619999885559082,3.9368958473205566,187345313.0,0.0,0.0
2022-03-07 00:00:00+08:00,4.559999942779541,4.570000171661377,4.510000228881836,4.53000020980835,3.860203266143799,214985443.0,0.0,0.0
2022-03-08 00:00:00+08:00,4.570000171661377,4.570000171661377,4.449999809265137,4.519999980926514,3.8516814708709717,307571129.0,0.0,0.0
2022-03-09 00:00:00+08:00,4.5,4.579999923706055,4.429999828338623,4.510000228881836,3.843160390853882,294831097.0,0.0,0.0
2022-03-10 00:00:00+08:00,4.590000152587891,4.590000152587891,4.510000228881836,4.570000171661377,3.894289255142212,170116737.0,0.0,0.0
2022-03-11 00:00:00+08:00,4.559999942779541,4.610000133514404,4.510000228881836,4.579999923706055,3.9028103351593018,243770862.0,0.0,0.0
2022-03-14 00:00:00+08:00,4.619999885559082,4.619999885559082,4.550000190734863,4.599999904632568,3.9198532104492188,338753089.0,0.0,0.0
2022-03-15 00:00:00+08:00,4.599999904632568,4.599999904632568,4.349999904632568,4.429999828338623,3.774988889694214,517738144.0,0.0,0.0
2022-03-16 00:00:00+08:00,4.46999979019165,4.46999979019165,4.340000152587891,4.400000095367432,3.749424934387207,404766302.0,0.0,0.0
2022-03-17 00:00:00+08:00,4.440000057220459,4.599999904632568,4.420000076293945,4.579999923706055,3.9028103351593018,354447970.0,0.0,0.0
2022-03-18 00:00:00+08:00,4.559999942779541,4.670000076293945,4.53000020980835,4.630000114440918,3.9454174041748047,466329103.0,0.0,0.0
2022-03-21 00:00:00+08:00,4.619999885559082,4.650000095367432,4.550000190734863,4.590000152587891,3.91133189201355,144232518.0,0.0,0.0
2022-03-22 00:00:00+08:00,4.630000114440918,4.650000095367432,4.579999923706055,4.630000114440918,3.9454174041748047,155120637.0,0.0,0.0
2022-03-23 00:00:00+08:00,4.599999904632568,4.639999866485596,4.579999923706055,4.630000114440918,3.9454174041748047,178670194.0,0.0,0.0
2022-03-24 00:00:00+08:00,4.590000152587891,4.670000076293945,4.590000152587891,4.659999847412109,3.9709813594818115,152744218.0,0.0,0.0
2022-03-25 00:00:00+08:00,4.659999847412109,4.71999979019165,4.630000114440918,4.690000057220459,3.9965457916259766,197186668.0,0.0,0.0
2022-03-28 00:00:00+08:00,4.690000057220459,4.699999809265137,4.650000095367432,4.690000057220459,3.9965457916259766,118402829.0,0.0,0.0
2022-03-29 00:00:00+08:00,4.690000057220459,4.71999979019165,4.659999847412109,4.71999979019165,4.0221099853515625,168733498.0,0.0,0.0
2022-03-30 00:00:00+08:00,4.75,4.789999961853027,4.730000019073486,4.760000228881836,4.056196212768555,237372211.0,0.0,0.0
2022-03-31 00:00:00+08:00,4.760000228881836,4.840000152587891,4.75,4.809999942779541,4.0988030433654785,212456579.0,0.0,0.0
2022-04-01 00:00:00+08:00,4.840000152587891,4.840000152587891,4.78000020980835,4.840000152587891,4.1243672370910645,190609233.0,0.0,0.0
2022-04-04 00:00:00+08:00,4.840000152587891,4.869999885559082,4.800000190734863,4.860000133514404,4.141409873962402,151459212.0,0.0,0.0
2022-04-06 00:00:00+08:00,4.860000133514404,4.869999885559082,4.789999961853027,4.809999942779541,4.0988030433654785,193053761.0,0.0,0.0
2022-04-07 00:00:00+08:00,4.820000171661377,4.849999904632568,4.769999980926514,4.789999961853027,4.081759929656982,165591689.0,0.0,0.0
2022-04-08 00:00:00+08:00,4.78000020980835,4.809999942779541,4.760000228881836,4.78000020980835,4.073238849639893,125862452.0,0.0,0.0
2022-04-11 00:00:00+08:00,4.800000190734863,4.800000190734863,4.71999979019165,4.78000020980835,4.073238849639893,217015199.0,0.0,0.0
2022-04-12 00:00:00+08:00,4.800000190734863,4.800000190734863,4.71999979019165,4.75,4.047674655914307,197079900.0,0.0,0.0
2022-04-13 00:00:00+08:00,4.75,4.78000020980835,4.730000019073486,4.75,4.047674655914307,170451942.0,0.0,0.0
2022-04-14 00:00:00+08:00,4.760000228881836,4.769999980926514,4.71999979019165,4.75,4.047674655914307,154267290.0,0.0,0.0
2022-04-19 00:00:00+08:00,4.730000019073486,4.739999771118164,4.659999847412109,4.71999979019165,4.0221099853515625,216123073.0,0.0,0.0
2022-04-20 00:00:00+08:00,4.659999847412109,4.730000019073486,4.659999847412109,4.710000038146973,4.0135884284973145,146054294.0,0.0,0.0
2022-04-21 00:00:00+08:00,4.710000038146973,4.75,4.699999809265137,4.739999771118164,4.039153099060059,185194225.0,0.0,0.0
2022-04-22 00:00:00+08:00,4.710000038146973,4.739999771118164,4.710000038146973,4.71999979019165,4.0221099853515625,135844028.0,0.0,0.0
2022-04-25 00:00:00+08:00,4.710000038146973,4.71999979019165,4.650000095367432,4.670000076293945,3.9795031547546387,200256353.0,0.0,0.0
2022-04-26 00:00:00+08:00,4.710000038146973,4.710000038146973,4.610000133514404,4.619999885559082,3.9368958473205566,184551014.0,0.0,0.0
2022-04-27 00:00:00+08:00,4.599999904632568,4.650000095367432,4.590000152587891,4.630000114440918,3.9454174041748047,191718211.0,0.0,0.0
2022-04-28 00:00:00+08:00,4.659999847412109,4.760000228881836,4.619999885559082,4.75,4.047674655914307,246882890.0,0.0,0.0
2022-04-29 00:00:00+08:00,4.75,4.800000190734863,4.670000076293945,4.739999771118164,4.039153099060059,183817214.0,0.0,0.0
2022-05-03 00:00:00+08:00,4.670000076293945,4.699999809265137,4.630000114440918,4.699999809265137,4.005066871643066,156828378.0,0.0,0.0
2022-05-04 00:00:00+08:00,4.699999809265137,4.739999771118164,4.679999828338623,4.71999979019165,4.0221099853515625,92233967.0,0.0,0.0
2022-05-05 00:00:00+08:00,4.75,4.789999961853027,4.630000114440918,4.659999847412109,3.9709813594818115,162282234.0,0.0,0.0
2022-05-06 00:00:00+08:00,4.639999866485596,4.650000095367432,4.559999942779541,4.579999923706055,3.9028103351593018,178956874.0,0.0,0.0
2022-05-10 00:00:00+08:00,4.539999961853027,4.570000171661377,4.480000019073486,4.539999961853027,3.8687243461608887,155643735.0,0.0,0.0
2022-05-11 00:00:00+08:00,4.519999980926514,4.539999961853027,4.5,4.519999980926514,3.8516814708709717,103697643.0,0.0,0.0
2022-05-12 00:00:00+08:00,4.519999980926514,4.519999980926514,4.449999809265137,4.46999979019165,3.8090744018554688,204596142.0,0.0,0.0
2022-05-13 00:00:00+08:00,4.480000019073486,4.579999923706055,4.46999979019165,4.570000171661377,3.894289255142212,156732463.0,0.0,0.0
2022-05-16 00:00:00+08:00,4.570000171661377,4.579999923706055,4.519999980926514,4.559999942779541,3.8857674598693848,150395730.0,0.0,0.0
2022-05-17 00:00:00+08:00,4.630000114440918,4.630000114440918,4.550000190734863,4.590000152587891,3.91133189201355,142759916.0,0.0,0.0
2022-05-18 00:00:00+08:00,4.559999942779541,4.599999904632568,4.519999980926514,4.570000171661377,3.894289255142212,193671918.0,0.0,0.0
2022-05-19 00:00:00+08:00,4.570000171661377,4.599999904632568,4.519999980926514,4.570000171661377,3.894289255142212,164880949.0,0.0,0.0
2022-05-20 00:00:00+08:00,4.610000133514404,4.670000076293945,4.599999904632568,4.650000095367432,3.9624602794647217,167913620.0,0.0,0.0
2022-05-23 00:00:00+08:00,4.630000114440918,4.699999809265137,4.599999904632568,4.639999866485596,3.9539387226104736,95386755.0,0.0,0.0
2022-05-24 00:00:00+08:00,4.639999866485596,4.679999828338623,4.610000133514404,4.639999866485596,3.9539387226104736,125710468.0,0.0,0.0
2022-05-25 00:00:00+08:00,4.639999866485596,4.690000057220459,4.619999885559082,4.659999847412109,3.9709813594818115,156111958.0,0.0,0.0
2022-05-26 00:00:00+08:00,4.699999809265137,4.699999809265137,4.599999904632568,4.650000095367432,3.9624602794647217,132602703.0,0.0,0.0
2022-05-27 00:00:00+08:00,4.679999828338623,4.699999809265137,4.650000095367432,4.699999809265137,4.005066871643066,206988750.0,0.0,0.0
2022-05-30 00:00:00+08:00,4.699999809265137,4.730000019073486,4.650000095367432,4.679999828338623,3.9880242347717285,171774574.0,0.0,0.0
2022-05-31 00:00:00+08:00,4.699999809265137,4.710000038146973,4.659999847412109,4.710000038146973,4.0135884284973145,220277319.0,0.0,0.0
2022-06-01 00:00:00+08:00,4.730000019073486,4.730000019073486,4.659999847412109,4.690000057220459,3.9965457916259766,193079721.0,0.0,0.0
2022-06-02 00:00:00+08:00,4.670000076293945,4.679999828338623,4.610000133514404,4.650000095367432,3.9624602794647217,139107770.0,0.0,0.0
2022-06-06 00:00:00+08:00,4.650000095367432,4.699999809265137,4.570000171661377,4.679999828338623,3.9880242347717285,153712172.0,0.0,0.0
2022-06-07 00:00:00+08:00,4.630000114440918,4.650000095367432,4.579999923706055,4.610000133514404,3.928374767303467,158668693.0,0.0,0.0
2022-06-08 00:00:00+08:00,4.630000114440918,4.630000114440918,4.570000171661377,4.590000152587891,3.91133189201355,204148038.0,0.0,0.0
2022-06-09 00:00:00+08:00,4.519999980926514,4.590000152587891,4.519999980926514,4.570000171661377,3.894289255142212,218714573.0,0.0,0.0
2022-06-10 00:00:00+08:00,4.550000190734863,4.570000171661377,4.53000020980835,4.550000190734863,3.8772459030151367,202832508.0,0.0,0.0
2022-06-13 00:00:00+08:00,4.5,4.519999980926514,4.480000019073486,4.510000228881836,3.843160390853882,226958458.0,0.0,0.0
2022-06-14 00:00:00+08:00,4.53000020980835,4.539999961853027,4.489999771118164,4.519999980926514,3.8516814708709717,158315596.0,0.0,0.0
2022-06-15 00:00:00+08:00,4.489999771118164,4.539999961853027,4.489999771118164,4.510000228881836,3.843160390853882,196629642.0,0.0,0.0
2022-06-16 00:00:00+08:00,4.539999961853027,4.539999961853027,4.449999809265137,4.460000038146973,3.800553321838379,203701316.0,0.0,0.0
2022-06-17 00:00:00+08:00,4.449999809265137,4.5,4.449999809265137,4.5,3.834638833999634,263907767.0,0.0,0.0
2022-06-20 00:00:00+08:00,4.460000038146973,4.489999771118164,4.449999809265137,4.480000019073486,3.817595958709717,147860264.0,0.0,0.0
2022-06-21 00:00:00+08:00,4.489999771118164,4.610000133514404,4.489999771118164,4.599999904632568,3.9198532104492188,192570908.0,0.0,0.0
2022-06-22 00:00:00+08:00,4.559999942779541,4.590000152587891,4.510000228881836,4.53000020980835,3.860203266143799,149133751.0,0.0,0.0
2022-06-23 00:00:00+08:00,4.559999942779541,4.570000171661377,4.510000228881836,4.53000020980835,3.860203266143799,119888044.0,0.0,0.0
2022-06-24 00:00:00+08:00,4.519999980926514,4.559999942779541,4.510000228881836,4.53000020980835,3.860203266143799,138856645.0,0.0,0.0
2022-06-27 00:00:00+08:00,4.550000190734863,4.599999904632568,4.510000228881836,4.559999942779541,3.8857674598693848,172806844.0,0.0,0.0
2022-06-28 00:00:00+08:00,4.559999942779541,4.659999847412109,4.550000190734863,4.639999866485596,3.9539387226104736,206324445.0,0.0,0.0
2022-06-29 00:00:00+08:00,4.599999904632568,4.699999809265137,4.599999904632568,4.670000076293945,3.9795031547546387,315113260.0,0.0,0.0
2022-06-30 00:00:00+08:00,4.650000095367432,4.679999828338623,4.639999866485596,4.659999847412109,3.9709813594818115,330506421.0,0.0,0.0
2022-07-04 00:00:00+08:00,4.309999942779541,4.360000133514404,4.260000228881836,4.340000152587891,3.992339849472046,186247797.0,0.343218,0.0
2022-07-05 00:00:00+08:00,4.360000133514404,4.420000076293945,4.320000171661377,4.329999923706055,3.983140707015991,157833531.0,0.0,0.0
2022-07-06 00:00:00+08:00,4.300000190734863,4.329999923706055,4.21999979019165,4.25,3.9095492362976074,207621705.0,0.0,0.0
2022-07-07 00:00:00+08:00,4.21999979019165,4.28000020980835,4.210000038146973,4.269999980926514,3.9279470443725586,125459740.0,0.0,0.0
2022-07-08 00:00:00+08:00,4.289999961853027,4.300000190734863,4.260000228881836,4.28000020980835,3.9371461868286133,121906865.0,0.0,0.0
2022-07-11 00:00:00+08:00,4.28000020980835,4.289999961853027,4.21999979019165,4.25,3.9095492362976074,153555318.0,0.0,0.0
2022-07-12 00:00:00+08:00,4.230000019073486,4.28000020980835,4.210000038146973,4.21999979019165,3.8819520473480225,142581267.0,0.0,0.0
2022-07-13 00:00:00+08:00,4.21999979019165,4.239999771118164,4.150000095367432,4.150000095367432,3.8175599575042725,166171071.0,0.0,0.0
2022-07-14 00:00:00+08:00,4.150000095367432,4.150000095367432,4.03000020980835,4.050000190734863,3.7255704402923584,285030303.0,0.0,0.0
2022-07-15 00:00:00+08:00,4.0,4.050000190734863,4.0,4.010000228881836,3.688774824142456,191441297.0,0.0,0.0
2022-07-18 00:00:00+08:00,4.059999942779541,4.139999866485596,4.019999980926514,4.130000114440918,3.799161911010742,141346012.0,0.0,0.0
2022-07-19 00:00:00+08:00,4.099999904632568,4.130000114440918,4.070000171661377,4.099999904632568,3.7715649604797363,95535528.0,0.0,0.0
2022-07-20 00:00:00+08:00,4.110000133514404,4.170000076293945,4.110000133514404,4.110000133514404,3.780764102935791,139814494.0,0.0,0.0
2022-07-21 00:00:00+08:00,4.099999904632568,4.119999885559082,4.059999942779541,4.070000171661377,3.7439684867858887,120004999.0,0.0,0.0
2022-07-22 00:00:00+08:00,4.079999923706055,4.139999866485596,4.059999942779541,4.090000152587891,3.76236629486084,114403909.0,0.0,0.0
2022-07-25 00:00:00+08:00,4.079999923706055,4.139999866485596,4.079999923706055,4.119999885559082,3.7899627685546875,98165323.0,0.0,0.0
2022-07-26 00:00:00+08:00,4.119999885559082,4.170000076293945,4.110000133514404,4.150000095367432,3.8175599575042725,117811945.0,0.0,0.0
2022-07-27 00:00:00+08:00,4.139999866485596,4.159999847412109,4.110000133514404,4.150000095367432,3.8175599575042725,88534851.0,0.0,0.0
2022-07-28 00:00:00+08:00,4.139999866485596,4.159999847412109,4.110000133514404,4.139999866485596,3.8083608150482178,117639358.0,0.0,0.0
2022-07-29 00:00:00+08:00,4.139999866485596,4.199999809265137,4.099999904632568,4.150000095367432,3.8175599575042725,162818088.0,0.0,0.0
2022-08-01 00:00:00+08:00,4.150000095367432,4.170000076293945,4.099999904632568,4.150000095367432,3.8175599575042725,113797320.0,0.0,0.0
2022-08-02 00:00:00+08:00,4.119999885559082,4.130000114440918,4.050000190734863,4.070000171661377,3.7439684867858887,130607073.0,0.0,0.0
2022-08-03 00:00:00+08:00,4.059999942779541,4.070000171661377,4.010000228881836,4.03000020980835,3.7071726322174072,130115193.0,0.0,0.0
2022-08-04 00:00:00+08:00,4.019999980926514,4.079999923706055,4.010000228881836,4.079999923706055,3.753167152404785,123298899.0,0.0,0.0
2022-08-05 00:00:00+08:00,4.079999923706055,4.119999885559082,4.070000171661377,4.099999904632568,3.7715649604797363,70808951.0,0.0,0.0
2022-08-08 00:00:00+08:00,4.099999904632568,4.139999866485596,4.090000152587891,4.110000133514404,3.780764102935791,103490304.0,0.0,0.0
2022-08-09 00:00:00+08:00,4.130000114440918,4.170000076293945,4.099999904632568,4.110000133514404,3.780764102935791,102503956.0,0.0,0.0
2022-08-10 00:00:00+08:00,4.110000133514404,4.130000114440918,4.039999961853027,4.070000171661377,3.7439684867858887,109648123.0,0.0,0.0
2022-08-11 00:00:00+08:00,4.099999904632568,4.119999885559082,4.070000171661377,4.110000133514404,3.780764102935791,96918665.0,0.0,0.0
2022-08-12 00:00:00+08:00,4.119999885559082,4.139999866485596,4.079999923706055,4.119999885559082,3.7899627685546875,87588882.0,0.0,0.0
2022-08-15 00:00:00+08:00,4.110000133514404,4.119999885559082,4.059999942779541,4.090000152587891,3.76236629486084,97749417.0,0.0,0.0
2022-08-16 00:00:00+08:00,4.119999885559082,4.130000114440918,4.070000171661377,4.070000171661377,3.7439684867858887,98392012.0,0.0,0.0
2022-08-17 00:00:00+08:00,4.130000114440918,4.130000114440918,4.079999923706055,4.090000152587891,3.76236629486084,112383051.0,0.0,0.0
2022-08-18 00:00:00+08:00,4.090000152587891,4.090000152587891,4.03000020980835,4.050000190734863,3.7255704402923584,110197864.0,0.0,0.0
2022-08-19 00:00:00+08:00,4.03000020980835,4.079999923706055,4.03000020980835,4.050000190734863,3.7255704402923584,53318208.0,0.0,0.0
2022-08-22 00:00:00+08:00,4.03000020980835,4.059999942779541,4.03000020980835,4.039999961853027,3.7163712978363037,73772532.0,0.0,0.0
2022-08-23 00:00:00+08:00,4.050000190734863,4.050000190734863,4.0,4.0,3.6795756816864014,141418541.0,0.0,0.0
2022-08-24 00:00:00+08:00,4.0,4.010000228881836,3.950000047683716,3.9600000381469727,3.642780065536499,152588936.0,0.0,0.0
2022-08-25 00:00:00+08:00,4.0,4.050000190734863,3.950000047683716,4.010000228881836,3.688774824142456,105614559.0,0.0,0.0
2022-08-26 00:00:00+08:00,4.010000228881836,4.039999961853027,4.0,4.039999961853027,3.7163712978363037,91759288.0,0.0,0.0
2022-08-29 00:00:00+08:00,3.990000009536743,4.03000020980835,3.9700000286102295,4.010000228881836,3.688774824142456,93220101.0,0.0,0.0
2022-08-30 00:00:00+08:00,3.990000009536743,4.019999980926514,3.9600000381469727,4.0,3.6795756816864014,124232476.0,0.0,0.0
2022-08-31 00:00:00+08:00,4.0,4.010000228881836,3.950000047683716,4.0,3.6795756816864014,215089075.0,0.0,0.0
2022-09-01 00:00:00+08:00,3.9800000190734863,3.990000009536743,3.950000047683716,3.9700000286102295,3.6519789695739746,141869725.0,0.0,0.0
2022-09-02 00:00:00+08:00,3.9700000286102295,3.990000009536743,3.9200000762939453,3.940000057220459,3.6243820190429688,170197348.0,0.0,0.0
2022-09-05 00:00:00+08:00,3.9100000858306885,3.9200000762939453,3.880000114440918,3.9000000953674316,3.5875864028930664,160451324.0,0.0,0.0
2022-09-06 00:00:00+08:00,3.930000066757202,3.950000047683716,3.9000000953674316,3.9000000953674316,3.5875864028930664,98911778.0,0.0,0.0
2022-09-07 00:00:00+08:00,3.869999885559082,3.9000000953674316,3.859999895095825,3.890000104904175,3.578387498855591,119839071.0,0.0,0.0
2022-09-08 00:00:00+08:00,3.9100000858306885,3.9100000858306885,3.8499999046325684,3.859999895095825,3.550790548324585,164256459.0,0.0,0.0
2022-09-09 00:00:00+08:00,3.869999885559082,3.930000066757202,3.8499999046325684,3.9200000762939453,3.6059842109680176,135594987.0,0.0,0.0
2022-09-13 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.890000104904175,3.9000000953674316,3.5875864028930664,127884080.0,0.0,0.0
2022-09-14 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.819999933242798,3.8299999237060547,3.523193597793579,157929262.0,0.0,0.0
2022-09-15 00:00:00+08:00,3.8299999237060547,3.859999895095825,3.819999933242798,3.8399999141693115,3.5323925018310547,80364467.0,0.0,0.0
2022-09-16 00:00:00+08:00,3.8299999237060547,3.890000104904175,3.819999933242798,3.869999885559082,3.5599894523620605,249497736.0,0.0,0.0
2022-09-19 00:00:00+08:00,3.890000104904175,3.9100000858306885,3.869999885559082,3.890000104904175,3.578387498855591,139492255.0,0.0,0.0
2022-09-20 00:00:00+08:00,3.9200000762939453,3.9200000762939453,3.8399999141693115,3.880000114440918,3.5691885948181152,132241405.0,0.0,0.0
2022-09-21 00:00:00+08:00,3.880000114440918,3.880000114440918,3.8299999237060547,3.8399999141693115,3.5323925018310547,109664926.0,0.0,0.0
2022-09-22 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.799999952316284,3.819999933242798,3.5139946937561035,125820149.0,0.0,0.0
2022-09-23 00:00:00+08:00,3.809999942779541,3.8499999046325684,3.799999952316284,3.819999933242798,3.5139946937561035,143743318.0,0.0,0.0
2022-09-26 00:00:00+08:00,3.819999933242798,3.819999933242798,3.740000009536743,3.7699999809265137,3.4680001735687256,173826934.0,0.0,0.0
2022-09-27 00:00:00+08:00,3.759999990463257,3.7799999713897705,3.7100000381469727,3.7200000286102295,3.4220054149627686,138631045.0,0.0,0.0
2022-09-28 00:00:00+08:00,3.700000047683716,3.7100000381469727,3.609999895095825,3.630000114440918,3.339215040206909,298849371.0,0.0,0.0
2022-09-29 00:00:00+08:00,3.640000104904175,3.690000057220459,3.549999952316284,3.5799999237060547,3.293220281600952,214399608.0,0.0,0.0
2022-09-30 00:00:00+08:00,3.609999895095825,3.690000057220459,3.5899999141693115,3.680000066757202,3.385209798812866,187751776.0,0.0,0.0
2022-10-03 00:00:00+08:00,3.680000066757202,3.680000066757202,3.5999999046325684,3.630000114440918,3.339215040206909,97092640.0,0.0,0.0
2022-10-05 00:00:00+08:00,3.7200000286102295,3.8399999141693115,3.690000057220459,3.809999942779541,3.504795789718628,186993449.0,0.0,0.0
2022-10-06 00:00:00+08:00,3.809999942779541,3.8399999141693115,3.759999990463257,3.7799999713897705,3.477199077606201,74168215.0,0.0,0.0
2022-10-07 00:00:00+08:00,3.759999990463257,3.7699999809265137,3.7300000190734863,3.75,3.4496021270751953,89832547.0,0.0,0.0
2022-10-10 00:00:00+08:00,3.6700000762939453,3.7300000190734863,3.630000114440918,3.700000047683716,3.4036076068878174,114772563.0,0.0,0.0
2022-10-11 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.619999885559082,3.6500000953674316,3.3576128482818604,149950923.0,0.0,0.0
2022-10-12 00:00:00+08:00,3.6500000953674316,3.690000057220459,3.609999895095825,3.630000114440918,3.339215040206909,170367761.0,0.0,0.0
2022-10-13 00:00:00+08:00,3.630000114440918,3.6600000858306885,3.5999999046325684,3.609999895095825,3.320816993713379,145623355.0,0.0,0.0
2022-10-14 00:00:00+08:00,3.6600000858306885,3.690000057220459,3.5999999046325684,3.609999895095825,3.320816993713379,128943894.0,0.0,0.0
2022-10-17 00:00:00+08:00,3.6600000858306885,3.690000057220459,3.630000114440918,3.6700000762939453,3.3760106563568115,167975332.0,0.0,0.0
2022-10-18 00:00:00+08:00,3.680000066757202,3.7200000286102295,3.6500000953674316,3.6700000762939453,3.3760106563568115,100552835.0,0.0,0.0
2022-10-19 00:00:00+08:00,3.6700000762939453,3.7200000286102295,3.6600000858306885,3.6700000762939453,3.3760106563568115,107848792.0,0.0,0.0
2022-10-20 00:00:00+08:00,3.6600000858306885,3.700000047683716,3.640000104904175,3.680000066757202,3.385209798812866,151081318.0,0.0,0.0
2022-10-21 00:00:00+08:00,3.700000047683716,3.759999990463257,3.6600000858306885,3.7200000286102295,3.4220054149627686,147938772.0,0.0,0.0
2022-10-24 00:00:00+08:00,3.700000047683716,3.700000047683716,3.5899999141693115,3.619999885559082,3.3300158977508545,265023897.0,0.0,0.0
2022-10-25 00:00:00+08:00,3.690000057220459,3.690000057220459,3.5899999141693115,3.6600000858306885,3.366811752319336,223841747.0,0.0,0.0
2022-10-26 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.5999999046325684,3.630000114440918,3.339215040206909,178416017.0,0.0,0.0
2022-10-27 00:00:00+08:00,3.640000104904175,3.690000057220459,3.5899999141693115,3.630000114440918,3.339215040206909,180205763.0,0.0,0.0
2022-10-28 00:00:00+08:00,3.6500000953674316,3.680000066757202,3.5799999237060547,3.5999999046325684,3.3116180896759033,171437925.0,0.0,0.0
2022-10-31 00:00:00+08:00,3.640000104904175,3.640000104904175,3.4000000953674316,3.4100000858306885,3.136838436126709,340963964.0,0.0,0.0
2022-11-01 00:00:00+08:00,3.450000047683716,3.450000047683716,3.359999895095825,3.4200000762939453,3.1460373401641846,232698920.0,0.0,0.0
2022-11-02 00:00:00+08:00,3.4200000762939453,3.5,3.369999885559082,3.490000009536743,3.2104299068450928,144349882.0,0.0,0.0
2022-11-03 00:00:00+08:00,3.490000009536743,3.490000009536743,3.369999885559082,3.390000104904175,3.1184403896331787,130609787.0,0.0,0.0
2022-11-04 00:00:00+08:00,3.4100000858306885,3.5399999618530273,3.4000000953674316,3.490000009536743,3.2104299068450928,200082427.0,0.0,0.0
2022-11-07 00:00:00+08:00,3.490000009536743,3.5999999046325684,3.490000009536743,3.5799999237060547,3.293220281600952,158171458.0,0.0,0.0
2022-11-08 00:00:00+08:00,3.5999999046325684,3.619999885559082,3.549999952316284,3.5899999141693115,3.3024191856384277,97074981.0,0.0,0.0
2022-11-09 00:00:00+08:00,3.609999895095825,3.6500000953674316,3.569999933242798,3.5999999046325684,3.3116180896759033,133791698.0,0.0,0.0
2022-11-10 00:00:00+08:00,3.5999999046325684,3.5999999046325684,3.5199999809265137,3.559999942779541,3.274822235107422,91869883.0,0.0,0.0
2022-11-11 00:00:00+08:00,3.640000104904175,3.740000009536743,3.619999885559082,3.7300000190734863,3.431204319000244,317307046.0,0.0,0.0
2022-11-14 00:00:00+08:00,3.799999952316284,3.819999933242798,3.680000066757202,3.690000057220459,3.394408702850342,233835549.0,0.0,0.0
2022-11-15 00:00:00+08:00,3.700000047683716,3.7799999713897705,3.690000057220459,3.7699999809265137,3.4680001735687256,187874570.0,0.0,0.0
2022-11-16 00:00:00+08:00,3.75,3.799999952316284,3.700000047683716,3.7300000190734863,3.431204319000244,182815204.0,0.0,0.0
2022-11-17 00:00:00+08:00,3.7300000190734863,3.759999990463257,3.6700000762939453,3.7200000286102295,3.4220054149627686,169346286.0,0.0,0.0
2022-11-18 00:00:00+08:00,3.7200000286102295,3.7200000286102295,3.6500000953674316,3.6700000762939453,3.3760106563568115,170907270.0,0.0,0.0
2022-11-21 00:00:00+08:00,3.6500000953674316,3.680000066757202,3.609999895095825,3.6700000762939453,3.3760106563568115,132546725.0,0.0,0.0
2022-11-22 00:00:00+08:00,3.680000066757202,3.7799999713897705,3.680000066757202,3.7300000190734863,3.431204319000244,314616432.0,0.0,0.0
2022-11-23 00:00:00+08:00,3.75,3.8299999237060547,3.740000009536743,3.7699999809265137,3.4680001735687256,266706035.0,0.0,0.0
2022-11-24 00:00:00+08:00,3.7899999618530273,3.8299999237060547,3.7699999809265137,3.799999952316284,3.4955968856811523,239947767.0,0.0,0.0
2022-11-25 00:00:00+08:00,3.809999942779541,3.880000114440918,3.799999952316284,3.8499999046325684,3.5415914058685303,315415430.0,0.0,0.0
2022-11-28 00:00:00+08:00,3.799999952316284,3.799999952316284,3.690000057220459,3.7799999713897705,3.477199077606201,285329073.0,0.0,0.0
2022-11-29 00:00:00+08:00,3.799999952316284,3.9200000762939453,3.7899999618530273,3.880000114440918,3.5691885948181152,457518421.0,0.0,0.0
2022-11-30 00:00:00+08:00,3.8399999141693115,3.930000066757202,3.819999933242798,3.9100000858306885,3.596785306930542,527274134.0,0.0,0.0
2022-12-01 00:00:00+08:00,3.9000000953674316,3.930000066757202,3.869999885559082,3.9100000858306885,3.596785306930542,274400919.0,0.0,0.0
2022-12-02 00:00:00+08:00,3.9200000762939453,3.930000066757202,3.819999933242798,3.819999933242798,3.5139946937561035,234537573.0,0.0,0.0
2022-12-05 00:00:00+08:00,3.8499999046325684,3.9000000953674316,3.819999933242798,3.8499999046325684,3.5415914058685303,379318895.0,0.0,0.0
2022-12-06 00:00:00+08:00,3.8299999237060547,3.869999885559082,3.8299999237060547,3.859999895095825,3.550790548324585,139139112.0,0.0,0.0
2022-12-07 00:00:00+08:00,3.880000114440918,3.880000114440918,3.799999952316284,3.799999952316284,3.4955968856811523,372485343.0,0.0,0.0
2022-12-08 00:00:00+08:00,3.8299999237060547,3.8499999046325684,3.809999942779541,3.8399999141693115,3.5323925018310547,162099180.0,0.0,0.0
2022-12-09 00:00:00+08:00,3.819999933242798,3.890000104904175,3.819999933242798,3.890000104904175,3.578387498855591,234581088.0,0.0,0.0
2022-12-12 00:00:00+08:00,3.8499999046325684,3.890000104904175,3.819999933242798,3.859999895095825,3.550790548324585,188878820.0,0.0,0.0
2022-12-13 00:00:00+08:00,3.869999885559082,3.869999885559082,3.8299999237060547,3.8399999141693115,3.5323925018310547,148034641.0,0.0,0.0
2022-12-14 00:00:00+08:00,3.890000104904175,3.9000000953674316,3.819999933242798,3.8399999141693115,3.5323925018310547,168796301.0,0.0,0.0
2022-12-15 00:00:00+08:00,3.8399999141693115,3.8499999046325684,3.7699999809265137,3.8299999237060547,3.523193597793579,155867255.0,0.0,0.0
2022-12-16 00:00:00+08:00,3.8499999046325684,3.869999885559082,3.799999952316284,3.8399999141693115,3.5323925018310547,223138746.0,0.0,0.0
2022-12-19 00:00:00+08:00,3.8399999141693115,3.869999885559082,3.7699999809265137,3.799999952316284,3.4955968856811523,111495623.0,0.0,0.0
2022-12-20 00:00:00+08:00,3.7699999809265137,3.809999942779541,3.75,3.7899999618530273,3.4863979816436768,143976437.0,0.0,0.0
2022-12-21 00:00:00+08:00,3.799999952316284,3.8399999141693115,3.7799999713897705,3.819999933242798,3.5139946937561035,109124394.0,0.0,0.0
2022-12-22 00:00:00+08:00,3.869999885559082,3.890000104904175,3.8399999141693115,3.880000114440918,3.5691885948181152,137608412.0,0.0,0.0
2022-12-23 00:00:00+08:00,3.8299999237060547,3.880000114440918,3.8299999237060547,3.8499999046325684,3.5415914058685303,83743692.0,0.0,0.0
2022-12-28 00:00:00+08:00,3.869999885559082,4.03000020980835,3.869999885559082,4.0,3.6795756816864014,324909402.0,0.0,0.0
2022-12-29 00:00:00+08:00,4.0,4.019999980926514,3.950000047683716,4.010000228881836,3.688774824142456,166581551.0,0.0,0.0
2022-12-30 00:00:00+08:00,4.070000171661377,4.070000171661377,4.019999980926514,4.019999980926514,3.6979734897613525,162913773.0,0.0,0.0
2023-01-03 00:00:00+08:00,3.9200000762939453,4.070000171661377,3.9100000858306885,4.059999942779541,3.734769344329834,194182186.0,0.0,0.0
2023-01-04 00:00:00+08:00,4.079999923706055,4.130000114440918,4.059999942779541,4.130000114440918,3.799161911010742,211264184.0,0.0,0.0
2023-01-05 00:00:00+08:00,4.150000095367432,4.170000076293945,4.110000133514404,4.139999866485596,3.8083608150482178,181427620.0,0.0,0.0
2023-01-06 00:00:00+08:00,4.179999828338623,4.179999828338623,4.119999885559082,4.130000114440918,3.799161911010742,247399417.0,0.0,0.0
2023-01-09 00:00:00+08:00,4.159999847412109,4.199999809265137,4.119999885559082,4.130000114440918,3.799161911010742,214979619.0,0.0,0.0
2023-01-10 00:00:00+08:00,4.139999866485596,4.170000076293945,4.119999885559082,4.139999866485596,3.8083608150482178,403040540.0,0.0,0.0
2023-01-11 00:00:00+08:00,4.130000114440918,4.179999828338623,4.119999885559082,4.139999866485596,3.8083608150482178,303390077.0,0.0,0.0
2023-01-12 00:00:00+08:00,4.139999866485596,4.199999809265137,4.139999866485596,4.179999828338623,3.84515643119812,245789865.0,0.0,0.0
2023-01-13 00:00:00+08:00,4.170000076293945,4.239999771118164,4.170000076293945,4.199999809265137,3.8635542392730713,199160580.0,0.0,0.0
2023-01-16 00:00:00+08:00,4.210000038146973,4.260000228881836,4.179999828338623,4.25,3.9095492362976074,241899182.0,0.0,0.0
2023-01-17 00:00:00+08:00,4.21999979019165,4.260000228881836,4.21999979019165,4.21999979019165,3.8819520473480225,262359961.0,0.0,0.0
2023-01-18 00:00:00+08:00,4.21999979019165,4.260000228881836,4.21999979019165,4.260000228881836,3.918748378753662,222780307.0,0.0,0.0
2023-01-19 00:00:00+08:00,4.21999979019165,4.260000228881836,4.139999866485596,4.179999828338623,3.84515643119812,260203406.0,0.0,0.0
2023-01-20 00:00:00+08:00,4.210000038146973,4.230000019073486,4.170000076293945,4.21999979019165,3.8819520473480225,194452257.0,0.0,0.0
2023-01-26 00:00:00+08:00,4.260000228881836,4.28000020980835,4.230000019073486,4.260000228881836,3.918748378753662,127661742.0,0.0,0.0
2023-01-27 00:00:00+08:00,4.239999771118164,4.300000190734863,4.21999979019165,4.300000190734863,3.9555439949035645,149200374.0,0.0,0.0
2023-01-30 00:00:00+08:00,4.260000228881836,4.289999961853027,4.170000076293945,4.199999809265137,3.8635542392730713,296591107.0,0.0,0.0
2023-01-31 00:00:00+08:00,4.21999979019165,4.25,4.159999847412109,4.190000057220459,3.854355573654175,368763206.0,0.0,0.0
2023-02-01 00:00:00+08:00,4.170000076293945,4.210000038146973,4.150000095367432,4.150000095367432,3.8175599575042725,266891473.0,0.0,0.0
2023-02-02 00:00:00+08:00,4.179999828338623,4.179999828338623,4.110000133514404,4.130000114440918,3.799161911010742,229277066.0,0.0,0.0
2023-02-03 00:00:00+08:00,4.130000114440918,4.130000114440918,4.050000190734863,4.079999923706055,3.753167152404785,271447098.0,0.0,0.0
2023-02-06 00:00:00+08:00,4.039999961853027,4.059999942779541,3.990000009536743,4.010000228881836,3.688774824142456,300492721.0,0.0,0.0
2023-02-07 00:00:00+08:00,4.03000020980835,4.090000152587891,4.019999980926514,4.050000190734863,3.7255704402923584,219172307.0,0.0,0.0
2023-02-08 00:00:00+08:00,4.070000171661377,4.110000133514404,4.059999942779541,4.079999923706055,3.753167152404785,228279752.0,0.0,0.0
2023-02-09 00:00:00+08:00,4.070000171661377,4.110000133514404,4.03000020980835,4.050000190734863,3.7255704402923584,187409834.0,0.0,0.0
2023-02-10 00:00:00+08:00,4.039999961853027,4.090000152587891,4.03000020980835,4.039999961853027,3.7163712978363037,151607943.0,0.0,0.0
2023-02-13 00:00:00+08:00,4.010000228881836,4.059999942779541,4.0,4.03000020980835,3.7071726322174072,171671856.0,0.0,0.0
2023-02-14 00:00:00+08:00,4.059999942779541,4.070000171661377,4.019999980926514,4.03000020980835,3.7071726322174072,147352144.0,0.0,0.0
2023-02-15 00:00:00+08:00,4.039999961853027,4.050000190734863,3.9700000286102295,3.9800000190734863,3.66117787361145,303483018.0,0.0,0.0
2023-02-16 00:00:00+08:00,3.9800000190734863,4.03000020980835,3.9800000190734863,3.9800000190734863,3.66117787361145,240713771.0,0.0,0.0
2023-02-17 00:00:00+08:00,3.990000009536743,4.039999961853027,3.9800000190734863,4.0,3.6795756816864014,224799168.0,0.0,0.0
2023-02-20 00:00:00+08:00,3.990000009536743,4.059999942779541,3.990000009536743,4.03000020980835,3.7071726322174072,234653980.0,0.0,0.0
2023-02-21 00:00:00+08:00,4.019999980926514,4.070000171661377,4.019999980926514,4.03000020980835,3.7071726322174072,135495543.0,0.0,0.0
2023-02-22 00:00:00+08:00,4.059999942779541,4.070000171661377,4.0,4.010000228881836,3.688774824142456,139543630.0,0.0,0.0
2023-02-23 00:00:00+08:00,4.010000228881836,4.059999942779541,4.010000228881836,4.019999980926514,3.6979734897613525,140377304.0,0.0,0.0
2023-02-24 00:00:00+08:00,4.0,4.03000020980835,3.9700000286102295,3.990000009536743,3.670376777648926,206742485.0,0.0,0.0
2023-02-27 00:00:00+08:00,3.990000009536743,3.990000009536743,3.930000066757202,3.950000047683716,3.6335809230804443,132506979.0,0.0,0.0
2023-02-28 00:00:00+08:00,3.9600000381469727,4.0,3.9100000858306885,3.9200000762939453,3.6059842109680176,234160382.0,0.0,0.0
2023-03-01 00:00:00+08:00,3.9200000762939453,4.039999961853027,3.9200000762939453,4.039999961853027,3.7163712978363037,276650060.0,0.0,0.0
2023-03-02 00:00:00+08:00,4.0,4.119999885559082,3.990000009536743,4.059999942779541,3.734769344329834,227208559.0,0.0,0.0
2023-03-03 00:00:00+08:00,4.099999904632568,4.139999866485596,4.070000171661377,4.099999904632568,3.7715649604797363,191971906.0,0.0,0.0
2023-03-06 00:00:00+08:00,4.059999942779541,4.159999847412109,4.059999942779541,4.130000114440918,3.799161911010742,163399856.0,0.0,0.0
2023-03-07 00:00:00+08:00,4.119999885559082,4.269999980926514,4.119999885559082,4.159999847412109,3.826758623123169,330921090.0,0.0,0.0
2023-03-08 00:00:00+08:00,4.119999885559082,4.170000076293945,4.110000133514404,4.139999866485596,3.8083608150482178,254181206.0,0.0,0.0
2023-03-09 00:00:00+08:00,4.139999866485596,4.210000038146973,4.090000152587891,4.099999904632568,3.7715649604797363,207466329.0,0.0,0.0
2023-03-10 00:00:00+08:00,4.110000133514404,4.130000114440918,4.039999961853027,4.059999942779541,3.734769344329834,330930499.0,0.0,0.0
2023-03-13 00:00:00+08:00,4.050000190734863,4.179999828338623,4.050000190734863,4.159999847412109,3.826758623123169,288944198.0,0.0,0.0
2023-03-14 00:00:00+08:00,4.150000095367432,4.210000038146973,4.079999923706055,4.119999885559082,3.7899627685546875,280600748.0,0.0,0.0
2023-03-15 00:00:00+08:00,4.139999866485596,4.25,4.139999866485596,4.239999771118164,3.9003500938415527,283998592.0,0.0,0.0
2023-03-16 00:00:00+08:00,4.21999979019165,4.260000228881836,4.179999828338623,4.230000019073486,3.891151189804077,267363697.0,0.0,0.0
2023-03-17 00:00:00+08:00,4.269999980926514,4.28000020980835,4.21999979019165,4.25,3.9095492362976074,368734553.0,0.0,0.0
2023-03-20 00:00:00+08:00,4.21999979019165,4.269999980926514,4.170000076293945,4.210000038146973,3.872753381729126,178187270.0,0.0,0.0
2023-03-21 00:00:00+08:00,4.159999847412109,4.239999771118164,4.150000095367432,4.170000076293945,3.8359577655792236,130097337.0,0.0,0.0
2023-03-22 00:00:00+08:00,4.179999828338623,4.269999980926514,4.179999828338623,4.21999979019165,3.8819520473480225,180956192.0,0.0,0.0
2023-03-23 00:00:00+08:00,4.239999771118164,4.28000020980835,4.199999809265137,4.269999980926514,3.9279470443725586,209048968.0,0.0,0.0
2023-03-24 00:00:00+08:00,4.230000019073486,4.260000228881836,4.199999809265137,4.21999979019165,3.8819520473480225,103168396.0,0.0,0.0
2023-03-27 00:00:00+08:00,4.230000019073486,4.230000019073486,4.159999847412109,4.179999828338623,3.84515643119812,109853647.0,0.0,0.0
2023-03-28 00:00:00+08:00,4.199999809265137,4.260000228881836,4.179999828338623,4.230000019073486,3.891151189804077,155573165.0,0.0,0.0
2023-03-29 00:00:00+08:00,4.25,4.300000190734863,4.21999979019165,4.289999961853027,3.9463448524475098,276116933.0,0.0,0.0
2023-03-30 00:00:00+08:00,4.260000228881836,4.300000190734863,4.21999979019165,4.269999980926514,3.9279470443725586,163171227.0,0.0,0.0
2023-03-31 00:00:00+08:00,4.260000228881836,4.269999980926514,4.170000076293945,4.179999828338623,3.84515643119812,254493724.0,0.0,0.0
2023-04-03 00:00:00+08:00,4.190000057220459,4.210000038146973,4.099999904632568,4.110000133514404,3.780764102935791,277410722.0,0.0,0.0
2023-04-04 00:00:00+08:00,4.130000114440918,4.190000057220459,4.110000133514404,4.150000095367432,3.8175599575042725,223268023.0,0.0,0.0
2023-04-06 00:00:00+08:00,4.150000095367432,4.170000076293945,4.119999885559082,4.150000095367432,3.8175599575042725,154073573.0,0.0,0.0
2023-04-11 00:00:00+08:00,4.21999979019165,4.21999979019165,4.139999866485596,4.190000057220459,3.854355573654175,238589850.0,0.0,0.0
2023-04-12 00:00:00+08:00,4.210000038146973,4.230000019073486,4.170000076293945,4.230000019073486,3.891151189804077,154918559.0,0.0,0.0
2023-04-13 00:00:00+08:00,4.190000057220459,4.239999771118164,4.170000076293945,4.239999771118164,3.9003500938415527,156749951.0,0.0,0.0
2023-04-14 00:00:00+08:00,4.260000228881836,4.260000228881836,4.210000038146973,4.25,3.9095492362976074,137196709.0,0.0,0.0
2023-04-17 00:00:00+08:00,4.25,4.340000152587891,4.230000019073486,4.320000171661377,3.9739418029785156,256424312.0,0.0,0.0
2023-04-18 00:00:00+08:00,4.289999961853027,4.349999904632568,4.260000228881836,4.289999961853027,3.9463448524475098,230468469.0,0.0,0.0
2023-04-19 00:00:00+08:00,4.300000190734863,4.340000152587891,4.269999980926514,4.289999961853027,3.9463448524475098,161067782.0,0.0,0.0
2023-04-20 00:00:00+08:00,4.289999961853027,4.320000171661377,4.25,4.300000190734863,3.9555439949035645,149893142.0,0.0,0.0
2023-04-21 00:00:00+08:00,4.28000020980835,4.349999904632568,4.21999979019165,4.260000228881836,3.918748378753662,196489986.0,0.0,0.0
2023-04-24 00:00:00+08:00,4.260000228881836,4.269999980926514,4.159999847412109,4.21999979019165,3.8819520473480225,190168120.0,0.0,0.0
2023-04-25 00:00:00+08:00,4.21999979019165,4.239999771118164,4.190000057220459,4.210000038146973,3.872753381729126,139549842.0,0.0,0.0
2023-04-26 00:00:00+08:00,4.199999809265137,4.230000019073486,4.150000095367432,4.199999809265137,3.8635542392730713,154338332.0,0.0,0.0
2023-04-27 00:00:00+08:00,4.190000057220459,4.25,4.170000076293945,4.21999979019165,3.8819520473480225,210476107.0,0.0,0.0
2023-04-28 00:00:00+08:00,4.21999979019165,4.300000190734863,4.199999809265137,4.21999979019165,3.8819520473480225,284844113.0,0.0,0.0
2023-05-02 00:00:00+08:00,4.28000020980835,4.28000020980835,4.170000076293945,4.199999809265137,3.8635542392730713,130162079.0,0.0,0.0
2023-05-03 00:00:00+08:00,4.159999847412109,4.179999828338623,4.119999885559082,4.159999847412109,3.826758623123169,135388593.0,0.0,0.0
2023-05-04 00:00:00+08:00,4.170000076293945,4.389999866485596,4.159999847412109,4.369999885559082,4.019936561584473,429356016.0,0.0,0.0
2023-05-05 00:00:00+08:00,4.369999885559082,4.489999771118164,4.369999885559082,4.46999979019165,4.1119256019592285,482576130.0,0.0,0.0
2023-05-08 00:00:00+08:00,4.460000038146973,4.679999828338623,4.449999809265137,4.670000076293945,4.295904636383057,645869766.0,0.0,0.0
2023-05-09 00:00:00+08:00,4.670000076293945,4.730000019073486,4.539999961853027,4.610000133514404,4.240711212158203,575101809.0,0.0,0.0
2023-05-10 00:00:00+08:00,4.610000133514404,4.610000133514404,4.449999809265137,4.46999979019165,4.1119256019592285,396054057.0,0.0,0.0
2023-05-11 00:00:00+08:00,4.46999979019165,4.510000228881836,4.380000114440918,4.420000076293945,4.06593132019043,277928846.0,0.0,0.0
2023-05-12 00:00:00+08:00,4.400000095367432,4.409999847412109,4.300000190734863,4.329999923706055,3.983140707015991,315117973.0,0.0,0.0
2023-05-15 00:00:00+08:00,4.329999923706055,4.440000057220459,4.269999980926514,4.420000076293945,4.06593132019043,412372458.0,0.0,0.0
2023-05-16 00:00:00+08:00,4.440000057220459,4.480000019073486,4.389999866485596,4.420000076293945,4.06593132019043,97420412.0,0.0,0.0
2023-05-17 00:00:00+08:00,4.400000095367432,4.480000019073486,4.349999904632568,4.369999885559082,4.019936561584473,232920948.0,0.0,0.0
2023-05-18 00:00:00+08:00,4.389999866485596,4.5,4.360000133514404,4.449999809265137,4.093527793884277,248785011.0,0.0,0.0
2023-05-19 00:00:00+08:00,4.440000057220459,4.489999771118164,4.380000114440918,4.420000076293945,4.06593132019043,172064051.0,0.0,0.0
2023-05-22 00:00:00+08:00,4.460000038146973,4.5,4.420000076293945,4.449999809265137,4.093527793884277,195795701.0,0.0,0.0
2023-05-23 00:00:00+08:00,4.480000019073486,4.489999771118164,4.360000133514404,4.389999866485596,4.038334369659424,186289922.0,0.0,0.0
2023-05-24 00:00:00+08:00,4.369999885559082,4.389999866485596,4.269999980926514,4.300000190734863,3.9555439949035645,271979464.0,0.0,0.0
2023-05-25 00:00:00+08:00,4.25,4.289999961853027,4.21999979019165,4.230000019073486,3.891151189804077,208049429.0,0.0,0.0
2023-05-29 00:00:00+08:00,4.21999979019165,4.300000190734863,4.21999979019165,4.25,3.9095492362976074,188622384.0,0.0,0.0
2023-05-30 00:00:00+08:00,4.239999771118164,4.260000228881836,4.199999809265137,4.230000019073486,3.891151189804077,214459172.0,0.0,0.0
2023-05-31 00:00:00+08:00,4.199999809265137,4.230000019073486,4.130000114440918,4.190000057220459,3.854355573654175,443635604.0,0.0,0.0
2023-06-01 00:00:00+08:00,4.150000095367432,4.199999809265137,4.130000114440918,4.130000114440918,3.799161911010742,195878156.0,0.0,0.0
2023-06-02 00:00:00+08:00,4.159999847412109,4.230000019073486,4.139999866485596,4.199999809265137,3.8635542392730713,238106726.0,0.0,0.0
2023-06-05 00:00:00+08:00,4.190000057220459,4.289999961853027,4.179999828338623,4.269999980926514,3.9279470443725586,154128851.0,0.0,0.0
2023-06-06 00:00:00+08:00,4.269999980926514,4.340000152587891,4.239999771118164,4.269999980926514,3.9279470443725586,138382474.0,0.0,0.0
2023-06-07 00:00:00+08:00,4.269999980926514,4.329999923706055,4.269999980926514,4.300000190734863,3.9555439949035645,138165536.0,0.0,0.0
2023-06-08 00:00:00+08:00,4.329999923706055,4.369999885559082,4.300000190734863,4.340000152587891,3.992339849472046,143479250.0,0.0,0.0
2023-06-09 00:00:00+08:00,4.340000152587891,4.380000114440918,4.320000171661377,4.340000152587891,3.992339849472046,115975825.0,0.0,0.0
2023-06-12 00:00:00+08:00,4.329999923706055,4.360000133514404,4.289999961853027,4.329999923706055,3.983140707015991,181527647.0,0.0,0.0
2023-06-13 00:00:00+08:00,4.320000171661377,4.329999923706055,4.230000019073486,4.25,3.9095492362976074,326274159.0,0.0,0.0
2023-06-14 00:00:00+08:00,4.260000228881836,4.260000228881836,4.130000114440918,4.150000095367432,3.8175599575042725,442669757.0,0.0,0.0
2023-06-15 00:00:00+08:00,4.199999809265137,4.199999809265137,4.110000133514404,4.170000076293945,3.8359577655792236,277010186.0,0.0,0.0
2023-06-16 00:00:00+08:00,4.150000095367432,4.210000038146973,4.150000095367432,4.210000038146973,3.872753381729126,328021658.0,0.0,0.0
2023-06-19 00:00:00+08:00,4.190000057220459,4.210000038146973,4.150000095367432,4.179999828338623,3.84515643119812,192042607.0,0.0,0.0
2023-06-20 00:00:00+08:00,4.170000076293945,4.179999828338623,4.119999885559082,4.170000076293945,3.8359577655792236,235233878.0,0.0,0.0
2023-06-21 00:00:00+08:00,4.150000095367432,4.199999809265137,4.139999866485596,4.159999847412109,3.826758623123169,241636902.0,0.0,0.0
2023-06-23 00:00:00+08:00,4.170000076293945,4.179999828338623,4.119999885559082,4.130000114440918,3.799161911010742,179933946.0,0.0,0.0
2023-06-26 00:00:00+08:00,4.150000095367432,4.150000095367432,4.079999923706055,4.110000133514404,3.780764102935791,266470090.0,0.0,0.0
2023-06-27 00:00:00+08:00,4.099999904632568,4.159999847412109,4.090000152587891,4.150000095367432,3.8175599575042725,228143854.0,0.0,0.0
2023-06-28 00:00:00+08:00,4.130000114440918,4.179999828338623,4.119999885559082,4.159999847412109,3.826758623123169,180586497.0,0.0,0.0
2023-06-29 00:00:00+08:00,4.159999847412109,4.179999828338623,4.130000114440918,4.159999847412109,3.826758623123169,184805600.0,0.0,0.0
2023-06-30 00:00:00+08:00,4.170000076293945,4.21999979019165,4.159999847412109,4.179999828338623,3.84515643119812,218725448.0,0.0,0.0
2023-07-03 00:00:00+08:00,4.199999809265137,4.269999980926514,4.190000057220459,4.239999771118164,3.9003500938415527,309192456.0,0.0,0.0
2023-07-04 00:00:00+08:00,4.230000019073486,4.269999980926514,4.159999847412109,4.190000057220459,3.854355573654175,294729733.0,0.0,0.0
2023-07-05 00:00:00+08:00,4.170000076293945,4.179999828338623,4.099999904632568,4.110000133514404,3.780764102935791,316065085.0,0.0,0.0
2023-07-06 00:00:00+08:00,3.7799999713897705,3.7899999618530273,3.640000104904175,3.6600000858306885,3.6600000858306885,483351531.0,0.329236,0.0
2023-07-07 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.5999999046325684,3.609999895095825,3.609999895095825,344014894.0,0.0,0.0
2023-07-10 00:00:00+08:00,3.619999885559082,3.6600000858306885,3.559999942779541,3.5899999141693115,3.5899999141693115,263135021.0,0.0,0.0
2023-07-11 00:00:00+08:00,3.630000114440918,3.640000104904175,3.569999933242798,3.5999999046325684,3.5999999046325684,290916418.0,0.0,0.0
2023-07-12 00:00:00+08:00,3.630000114440918,3.640000104904175,3.5799999237060547,3.5999999046325684,3.5999999046325684,251835089.0,0.0,0.0
2023-07-13 00:00:00+08:00,3.609999895095825,3.6500000953674316,3.5899999141693115,3.619999885559082,3.619999885559082,243505182.0,0.0,0.0
2023-07-14 00:00:00+08:00,3.6600000858306885,3.680000066757202,3.630000114440918,3.6600000858306885,3.6600000858306885,258981289.0,0.0,0.0
2023-07-18 00:00:00+08:00,3.6600000858306885,3.6600000858306885,3.549999952316284,3.5799999237060547,3.5799999237060547,273570216.0,0.0,0.0
2023-07-19 00:00:00+08:00,3.549999952316284,3.619999885559082,3.5399999618530273,3.5899999141693115,3.5899999141693115,158493423.0,0.0,0.0
2023-07-20 00:00:00+08:00,3.619999885559082,3.6600000858306885,3.5999999046325684,3.609999895095825,3.609999895095825,124194456.0,0.0,0.0
2023-07-21 00:00:00+08:00,3.640000104904175,3.680000066757202,3.630000114440918,3.6600000858306885,3.6600000858306885,122860627.0,0.0,0.0
2023-07-24 00:00:00+08:00,3.630000114440918,3.6600000858306885,3.5799999237060547,3.5899999141693115,3.5899999141693115,165661469.0,0.0,0.0
2023-07-25 00:00:00+08:00,3.609999895095825,3.7300000190734863,3.609999895095825,3.690000057220459,3.690000057220459,233245325.0,0.0,0.0
2023-07-26 00:00:00+08:00,3.690000057220459,3.7300000190734863,3.630000114440918,3.6500000953674316,3.6500000953674316,174178400.0,0.0,0.0
2023-07-27 00:00:00+08:00,3.6600000858306885,3.7300000190734863,3.6500000953674316,3.700000047683716,3.700000047683716,244815663.0,0.0,0.0
2023-07-28 00:00:00+08:00,3.680000066757202,3.759999990463257,3.6700000762939453,3.740000009536743,3.740000009536743,231213125.0,0.0,0.0
2023-07-31 00:00:00+08:00,3.75,3.859999895095825,3.740000009536743,3.799999952316284,3.799999952316284,341189678.0,0.0,0.0
2023-08-01 00:00:00+08:00,3.819999933242798,3.859999895095825,3.7699999809265137,3.7799999713897705,3.7799999713897705,190142810.0,0.0,0.0
2023-08-02 00:00:00+08:00,3.759999990463257,3.7799999713897705,3.6600000858306885,3.6700000762939453,3.6700000762939453,288581439.0,0.0,0.0
2023-08-03 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.630000114440918,3.6500000953674316,3.6500000953674316,292039499.0,0.0,0.0
2023-08-04 00:00:00+08:00,3.680000066757202,3.7300000190734863,3.630000114440918,3.640000104904175,3.640000104904175,195330853.0,0.0,0.0
2023-08-07 00:00:00+08:00,3.640000104904175,3.6600000858306885,3.619999885559082,3.640000104904175,3.640000104904175,151992015.0,0.0,0.0
2023-08-08 00:00:00+08:00,3.619999885559082,3.630000114440918,3.5799999237060547,3.5999999046325684,3.5999999046325684,226116681.0,0.0,0.0
2023-08-09 00:00:00+08:00,3.5799999237060547,3.619999885559082,3.559999942779541,3.619999885559082,3.619999885559082,194636023.0,0.0,0.0
2023-08-10 00:00:00+08:00,3.569999933242798,3.630000114440918,3.559999942779541,3.5999999046325684,3.5999999046325684,257523027.0,0.0,0.0
2023-08-11 00:00:00+08:00,3.5899999141693115,3.5899999141693115,3.5299999713897705,3.569999933242798,3.569999933242798,260620282.0,0.0,0.0
2023-08-14 00:00:00+08:00,3.5199999809265137,3.5299999713897705,3.4600000381469727,3.5,3.5,308586690.0,0.0,0.0
2023-08-15 00:00:00+08:00,3.4800000190734863,3.509999990463257,3.4600000381469727,3.4800000190734863,3.4800000190734863,206833725.0,0.0,0.0
2023-08-16 00:00:00+08:00,3.450000047683716,3.4800000190734863,3.4100000858306885,3.4200000762939453,3.4200000762939453,234260976.0,0.0,0.0
2023-08-17 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.359999895095825,3.4200000762939453,3.4200000762939453,313019294.0,0.0,0.0
2023-08-18 00:00:00+08:00,3.430000066757202,3.5,3.4000000953674316,3.4100000858306885,3.4100000858306885,310788020.0,0.0,0.0
2023-08-21 00:00:00+08:00,3.4000000953674316,3.4000000953674316,3.3499999046325684,3.359999895095825,3.359999895095825,278392065.0,0.0,0.0
2023-08-22 00:00:00+08:00,3.359999895095825,3.450000047683716,3.359999895095825,3.4000000953674316,3.4000000953674316,312832612.0,0.0,0.0
2023-08-23 00:00:00+08:00,3.390000104904175,3.4600000381469727,3.390000104904175,3.4200000762939453,3.4200000762939453,229353234.0,0.0,0.0
2023-08-24 00:00:00+08:00,3.4200000762939453,3.4700000286102295,3.4100000858306885,3.450000047683716,3.450000047683716,216303897.0,0.0,0.0
2023-08-25 00:00:00+08:00,3.450000047683716,3.5299999713897705,3.450000047683716,3.4600000381469727,3.4600000381469727,207713213.0,0.0,0.0
2023-08-28 00:00:00+08:00,3.569999933242798,3.5899999141693115,3.509999990463257,3.509999990463257,3.509999990463257,244114203.0,0.0,0.0
2023-08-29 00:00:00+08:00,3.549999952316284,3.619999885559082,3.5299999713897705,3.5899999141693115,3.5899999141693115,346986717.0,0.0,0.0
2023-08-30 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.559999942779541,3.569999933242798,3.569999933242798,336774337.0,0.0,0.0
2023-08-31 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.559999942779541,3.5999999046325684,3.5999999046325684,817327216.0,0.0,0.0
2023-09-04 00:00:00+08:00,3.609999895095825,3.7699999809265137,3.609999895095825,3.7300000190734863,3.7300000190734863,629620119.0,0.0,0.0
2023-09-05 00:00:00+08:00,3.700000047683716,3.75,3.6700000762939453,3.680000066757202,3.680000066757202,252233724.0,0.0,0.0
2023-09-06 00:00:00+08:00,3.6600000858306885,3.759999990463257,3.6500000953674316,3.740000009536743,3.740000009536743,307058008.0,0.0,0.0
2023-09-07 00:00:00+08:00,3.740000009536743,3.799999952316284,3.7100000381469727,3.7699999809265137,3.7699999809265137,356783232.0,0.0,0.0
2023-09-11 00:00:00+08:00,3.7200000286102295,3.7799999713897705,3.690000057220459,3.75,3.75,308247176.0,0.0,0.0
2023-09-12 00:00:00+08:00,3.75,3.7899999618530273,3.7200000286102295,3.7699999809265137,3.7699999809265137,180754456.0,0.0,0.0
2023-09-13 00:00:00+08:00,3.7799999713897705,3.799999952316284,3.7200000286102295,3.75,3.75,295869721.0,0.0,0.0
2023-09-14 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.759999990463257,3.7899999618530273,3.7899999618530273,274404409.0,0.0,0.0
2023-09-15 00:00:00+08:00,3.809999942779541,3.859999895095825,3.7899999618530273,3.799999952316284,3.799999952316284,366935288.0,0.0,0.0
2023-09-18 00:00:00+08:00,3.7699999809265137,3.7799999713897705,3.7200000286102295,3.75,3.75,221671313.0,0.0,0.0
2023-09-19 00:00:00+08:00,3.75,3.819999933242798,3.740000009536743,3.819999933242798,3.819999933242798,269533597.0,0.0,0.0
2023-09-20 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.799999952316284,3.799999952316284,3.799999952316284,230980912.0,0.0,0.0
2023-09-21 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.7300000190734863,3.759999990463257,3.759999990463257,348696431.0,0.0,0.0
2023-09-22 00:00:00+08:00,3.740000009536743,3.809999942779541,3.740000009536743,3.809999942779541,3.809999942779541,245368556.0,0.0,0.0
2023-09-25 00:00:00+08:00,3.799999952316284,3.8299999237060547,3.740000009536743,3.75,3.75,225999218.0,0.0,0.0
2023-09-26 00:00:00+08:00,3.7300000190734863,3.7899999618530273,3.680000066757202,3.700000047683716,3.700000047683716,231317116.0,0.0,0.0
2023-09-27 00:00:00+08:00,3.7200000286102295,3.7699999809265137,3.700000047683716,3.740000009536743,3.740000009536743,166651605.0,0.0,0.0
2023-09-28 00:00:00+08:00,3.7300000190734863,3.75,3.700000047683716,3.700000047683716,3.700000047683716,256509231.0,0.0,0.0
2023-09-29 00:00:00+08:00,3.700000047683716,3.809999942779541,3.700000047683716,3.7699999809265137,3.7699999809265137,233478337.0,0.0,0.0
2023-10-03 00:00:00+08:00,3.7300000190734863,3.7300000190734863,3.569999933242798,3.5899999141693115,3.5899999141693115,295613538.0,0.0,0.0
2023-10-04 00:00:00+08:00,3.569999933242798,3.630000114440918,3.5399999618530273,3.609999895095825,3.609999895095825,180928145.0,0.0,0.0
2023-10-05 00:00:00+08:00,3.630000114440918,3.6500000953674316,3.5899999141693115,3.5999999046325684,3.5999999046325684,137405790.0,0.0,0.0
2023-10-06 00:00:00+08:00,3.6500000953674316,3.7100000381469727,3.640000104904175,3.6600000858306885,3.6600000858306885,137863261.0,0.0,0.0
2023-10-09 00:00:00+08:00,3.690000057220459,3.7200000286102295,3.6700000762939453,3.680000066757202,3.680000066757202,105503037.0,0.0,0.0
2023-10-10 00:00:00+08:00,3.7300000190734863,3.7799999713897705,3.700000047683716,3.7100000381469727,3.7100000381469727,124645952.0,0.0,0.0
2023-10-11 00:00:00+08:00,3.7699999809265137,3.7699999809265137,3.7300000190734863,3.740000009536743,3.740000009536743,175540685.0,0.0,0.0
2023-10-12 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.819999933242798,3.9200000762939453,3.9200000762939453,675968330.0,0.0,0.0
2023-10-13 00:00:00+08:00,3.9000000953674316,3.9100000858306885,3.8499999046325684,3.8499999046325684,3.8499999046325684,250344063.0,0.0,0.0
2023-10-16 00:00:00+08:00,3.8499999046325684,3.9000000953674316,3.819999933242798,3.8499999046325684,3.8499999046325684,171560136.0,0.0,0.0
2023-10-17 00:00:00+08:00,3.869999885559082,3.940000057220459,3.8399999141693115,3.9100000858306885,3.9100000858306885,241303688.0,0.0,0.0
2023-10-18 00:00:00+08:00,3.9100000858306885,3.940000057220459,3.869999885559082,3.880000114440918,3.880000114440918,182110047.0,0.0,0.0
2023-10-19 00:00:00+08:00,3.819999933242798,3.8499999046325684,3.7799999713897705,3.7899999618530273,3.7899999618530273,193820232.0,0.0,0.0
2023-10-20 00:00:00+08:00,3.7699999809265137,3.8299999237060547,3.75,3.759999990463257,3.759999990463257,163210066.0,0.0,0.0
2023-10-24 00:00:00+08:00,3.7200000286102295,3.7699999809265137,3.7100000381469727,3.740000009536743,3.740000009536743,190336656.0,0.0,0.0
2023-10-25 00:00:00+08:00,3.8399999141693115,3.8499999046325684,3.75,3.7699999809265137,3.7699999809265137,216824013.0,0.0,0.0
2023-10-26 00:00:00+08:00,3.799999952316284,3.819999933242798,3.759999990463257,3.799999952316284,3.799999952316284,134917498.0,0.0,0.0
2023-10-27 00:00:00+08:00,3.8399999141693115,3.9000000953674316,3.809999942779541,3.8499999046325684,3.8499999046325684,226052377.0,0.0,0.0
2023-10-30 00:00:00+08:00,3.8499999046325684,3.859999895095825,3.680000066757202,3.740000009536743,3.740000009536743,286400692.0,0.0,0.0
2023-10-31 00:00:00+08:00,3.740000009536743,3.7799999713897705,3.7100000381469727,3.759999990463257,3.759999990463257,206277198.0,0.0,0.0
2023-11-01 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.75,3.799999952316284,3.799999952316284,153678182.0,0.0,0.0
2023-11-02 00:00:00+08:00,3.799999952316284,3.8499999046325684,3.75,3.7799999713897705,3.7799999713897705,191144882.0,0.0,0.0
2023-11-03 00:00:00+08:00,3.819999933242798,3.8399999141693115,3.7799999713897705,3.809999942779541,3.809999942779541,156922242.0,0.0,0.0
2023-11-06 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.7899999618530273,202473003.0,0.0,0.0
2023-11-07 00:00:00+08:00,3.759999990463257,3.7899999618530273,3.7200000286102295,3.7300000190734863,3.7300000190734863,190605813.0,0.0,0.0
2023-11-08 00:00:00+08:00,3.7699999809265137,3.7699999809265137,3.700000047683716,3.7100000381469727,3.7100000381469727,139666955.0,0.0,0.0
2023-11-09 00:00:00+08:00,3.700000047683716,3.7300000190734863,3.700000047683716,3.7100000381469727,3.7100000381469727,71881453.0,0.0,0.0
2023-11-10 00:00:00+08:00,3.700000047683716,3.7200000286102295,3.6700000762939453,3.680000066757202,3.680000066757202,128215976.0,0.0,0.0
2023-11-13 00:00:00+08:00,3.690000057220459,3.7300000190734863,3.640000104904175,3.7200000286102295,3.7200000286102295,146968935.0,0.0,0.0
2023-11-14 00:00:00+08:00,3.740000009536743,3.7699999809265137,3.7200000286102295,3.740000009536743,3.740000009536743,155959721.0,0.0,0.0
2023-11-15 00:00:00+08:00,3.809999942779541,3.880000114440918,3.7799999713897705,3.859999895095825,3.859999895095825,260901823.0,0.0,0.0
2023-11-16 00:00:00+08:00,3.869999885559082,3.869999885559082,3.7899999618530273,3.819999933242798,3.819999933242798,96949779.0,0.0,0.0
2023-11-17 00:00:00+08:00,3.7799999713897705,3.809999942779541,3.7300000190734863,3.75,3.75,156398933.0,0.0,0.0
2023-11-20 00:00:00+08:00,3.7799999713897705,3.8299999237060547,3.759999990463257,3.8299999237060547,3.8299999237060547,143975679.0,0.0,0.0
2023-11-21 00:00:00+08:00,3.869999885559082,3.890000104904175,3.7799999713897705,3.7899999618530273,3.7899999618530273,158102559.0,0.0,0.0
2023-11-22 00:00:00+08:00,3.7799999713897705,3.819999933242798,3.759999990463257,3.799999952316284,3.799999952316284,60718192.0,0.0,0.0
2023-11-23 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.759999990463257,3.8499999046325684,3.8499999046325684,115217596.0,0.0,0.0
2023-11-24 00:00:00+08:00,3.8499999046325684,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.7899999618530273,93281480.0,0.0,0.0
2023-11-27 00:00:00+08:00,3.819999933242798,3.819999933242798,3.740000009536743,3.7799999713897705,3.7799999713897705,130065350.0,0.0,0.0
2023-11-28 00:00:00+08:00,3.799999952316284,3.799999952316284,3.740000009536743,3.759999990463257,3.759999990463257,113725337.0,0.0,0.0
2023-11-29 00:00:00+08:00,3.7799999713897705,3.7899999618530273,3.680000066757202,3.7200000286102295,3.7200000286102295,226633574.0,0.0,0.0
2023-11-30 00:00:00+08:00,3.740000009536743,3.75,3.700000047683716,3.740000009536743,3.740000009536743,267272719.0,0.0,0.0
2023-12-01 00:00:00+08:00,3.7200000286102295,3.759999990463257,3.680000066757202,3.690000057220459,3.690000057220459,159742141.0,0.0,0.0
2023-12-04 00:00:00+08:00,3.740000009536743,3.75,3.690000057220459,3.690000057220459,3.690000057220459,199824961.0,0.0,0.0
2023-12-05 00:00:00+08:00,3.7100000381469727,3.7100000381469727,3.609999895095825,3.630000114440918,3.630000114440918,274505556.0,0.0,0.0
2023-12-06 00:00:00+08:00,3.640000104904175,3.6600000858306885,3.609999895095825,3.640000104904175,3.640000104904175,164730514.0,0.0,0.0
2023-12-07 00:00:00+08:00,3.630000114440918,3.6500000953674316,3.5999999046325684,3.640000104904175,3.640000104904175,123750268.0,0.0,0.0
2023-12-08 00:00:00+08:00,3.6700000762939453,3.680000066757202,3.5899999141693115,3.630000114440918,3.630000114440918,210592613.0,0.0,0.0
2023-12-11 00:00:00+08:00,3.5899999141693115,3.619999885559082,3.5199999809265137,3.609999895095825,3.609999895095825,326769186.0,0.0,0.0
2023-12-12 00:00:00+08:00,3.609999895095825,3.6700000762939453,3.5999999046325684,3.6500000953674316,3.6500000953674316,262302427.0,0.0,0.0
2023-12-13 00:00:00+08:00,3.6500000953674316,3.690000057220459,3.630000114440918,3.680000066757202,3.680000066757202,187744171.0,0.0,0.0
2023-12-14 00:00:00+08:00,3.7100000381469727,3.740000009536743,3.640000104904175,3.680000066757202,3.680000066757202,245663930.0,0.0,0.0
2023-12-15 00:00:00+08:00,3.7200000286102295,3.759999990463257,3.680000066757202,3.700000047683716,3.700000047683716,390760942.0,0.0,0.0
2023-12-18 00:00:00+08:00,3.690000057220459,3.7100000381469727,3.6600000858306885,3.690000057220459,3.690000057220459,108207962.0,0.0,0.0
2023-12-19 00:00:00+08:00,3.6600000858306885,3.700000047683716,3.640000104904175,3.6700000762939453,3.6700000762939453,97469500.0,0.0,0.0
2023-12-20 00:00:00+08:00,3.690000057220459,3.690000057220459,3.619999885559082,3.6500000953674316,3.6500000953674316,188953599.0,0.0,0.0
2023-12-21 00:00:00+08:00,3.619999885559082,3.700000047683716,3.619999885559082,3.680000066757202,3.680000066757202,123393447.0,0.0,0.0
2023-12-22 00:00:00+08:00,3.700000047683716,3.7300000190734863,3.6700000762939453,3.680000066757202,3.680000066757202,177408320.0,0.0,0.0
2023-12-27 00:00:00+08:00,3.700000047683716,3.759999990463257,3.680000066757202,3.740000009536743,3.740000009536743,226712895.0,0.0,0.0
2023-12-28 00:00:00+08:00,3.740000009536743,3.809999942779541,3.7300000190734863,3.7799999713897705,3.7799999713897705,189710209.0,0.0,0.0
2023-12-29 00:00:00+08:00,3.7899999618530273,3.8299999237060547,3.7799999713897705,3.819999933242798,3.819999933242798,142535264.0,0.0,0.0
2024-01-02 00:00:00+08:00,3.8399999141693115,3.8399999141693115,3.7200000286102295,3.740000009536743,3.740000009536743,195715603.0,0.0,0.0
2024-01-03 00:00:00+08:00,3.7100000381469727,3.759999990463257,3.7100000381469727,3.740000009536743,3.740000009536743,106480528.0,0.0,0.0
2024-01-04 00:00:00+08:00,3.759999990463257,3.799999952316284,3.7300000190734863,3.7799999713897705,3.7799999713897705,208328871.0,0.0,0.0
2024-01-05 00:00:00+08:00,3.7799999713897705,3.8299999237060547,3.7300000190734863,3.75,3.75,270256306.0,0.0,0.0
2024-01-08 00:00:00+08:00,3.75,3.7799999713897705,3.6600000858306885,3.680000066757202,3.680000066757202,279114999.0,0.0,0.0
2024-01-09 00:00:00+08:00,3.680000066757202,3.7100000381469727,3.6500000953674316,3.680000066757202,3.680000066757202,172987783.0,0.0,0.0
2024-01-10 00:00:00+08:00,3.6700000762939453,3.7100000381469727,3.6500000953674316,3.680000066757202,3.680000066757202,181918519.0,0.0,0.0
2024-01-11 00:00:00+08:00,3.680000066757202,3.7200000286102295,3.6500000953674316,3.680000066757202,3.680000066757202,167408254.0,0.0,0.0
2024-01-12 00:00:00+08:00,3.6700000762939453,3.7100000381469727,3.6600000858306885,3.690000057220459,3.690000057220459,98085190.0,0.0,0.0
2024-01-15 00:00:00+08:00,3.700000047683716,3.7100000381469727,3.6700000762939453,3.700000047683716,3.700000047683716,77810606.0,0.0,0.0
2024-01-16 00:00:00+08:00,3.680000066757202,3.7100000381469727,3.630000114440918,3.640000104904175,3.640000104904175,209104452.0,0.0,0.0
2024-01-17 00:00:00+08:00,3.630000114440918,3.640000104904175,3.5299999713897705,3.549999952316284,3.549999952316284,374776282.0,0.0,0.0
2024-01-18 00:00:00+08:00,3.559999942779541,3.5799999237060547,3.5299999713897705,3.569999933242798,3.569999933242798,279566330.0,0.0,0.0
2024-01-19 00:00:00+08:00,3.5799999237060547,3.619999885559082,3.549999952316284,3.5899999141693115,3.5899999141693115,211407811.0,0.0,0.0
2024-01-22 00:00:00+08:00,3.5999999046325684,3.609999895095825,3.509999990463257,3.5399999618530273,3.5399999618530273,231495995.0,0.0,0.0
2024-01-23 00:00:00+08:00,3.5299999713897705,3.640000104904175,3.5199999809265137,3.609999895095825,3.609999895095825,234767946.0,0.0,0.0
2024-01-24 00:00:00+08:00,3.609999895095825,3.759999990463257,3.609999895095825,3.740000009536743,3.740000009536743,431565592.0,0.0,0.0
2024-01-25 00:00:00+08:00,3.740000009536743,3.8399999141693115,3.700000047683716,3.8299999237060547,3.8299999237060547,490972859.0,0.0,0.0
2024-01-26 00:00:00+08:00,3.819999933242798,3.859999895095825,3.809999942779541,3.819999933242798,3.819999933242798,264403292.0,0.0,0.0
2024-01-29 00:00:00+08:00,3.819999933242798,3.890000104904175,3.809999942779541,3.859999895095825,3.859999895095825,301165078.0,0.0,0.0
2024-01-30 00:00:00+08:00,3.8299999237060547,3.8499999046325684,3.7899999618530273,3.809999942779541,3.809999942779541,227981489.0,0.0,0.0
2024-01-31 00:00:00+08:00,3.809999942779541,3.8299999237060547,3.759999990463257,3.819999933242798,3.819999933242798,248660671.0,0.0,0.0
2024-02-01 00:00:00+08:00,3.819999933242798,3.8499999046325684,3.7799999713897705,3.7899999618530273,3.7899999618530273,202592840.0,0.0,0.0
2024-02-02 00:00:00+08:00,3.799999952316284,3.8499999046325684,3.7699999809265137,3.7899999618530273,3.7899999618530273,154637396.0,0.0,0.0
2024-02-05 00:00:00+08:00,3.7699999809265137,3.819999933242798,3.759999990463257,3.799999952316284,3.799999952316284,174185125.0,0.0,0.0
2024-02-06 00:00:00+08:00,3.7899999618530273,3.940000057220459,3.7899999618530273,3.9200000762939453,3.9200000762939453,295401124.0,0.0,0.0
2024-02-07 00:00:00+08:00,3.9100000858306885,3.950000047683716,3.869999885559082,3.890000104904175,3.890000104904175,258681088.0,0.0,0.0
2024-02-08 00:00:00+08:00,3.890000104904175,3.9100000858306885,3.8299999237060547,3.8499999046325684,3.8499999046325684,149952865.0,0.0,0.0
2024-02-09 00:00:00+08:00,3.799999952316284,3.8299999237060547,3.7699999809265137,3.8299999237060547,3.8299999237060547,43789521.0,0.0,0.0
2024-02-14 00:00:00+08:00,3.7799999713897705,3.880000114440918,3.75,3.859999895095825,3.859999895095825,87229443.0,0.0,0.0
2024-02-15 00:00:00+08:00,3.8399999141693115,3.9100000858306885,3.8299999237060547,3.890000104904175,3.890000104904175,76124014.0,0.0,0.0
2024-02-16 00:00:00+08:00,3.890000104904175,3.940000057220459,3.869999885559082,3.930000066757202,3.930000066757202,124046262.0,0.0,0.0
2024-02-19 00:00:00+08:00,3.940000057220459,3.9600000381469727,3.9000000953674316,3.9200000762939453,3.9200000762939453,129179934.0,0.0,0.0
2024-02-20 00:00:00+08:00,3.930000066757202,3.9800000190734863,3.9200000762939453,3.9800000190734863,3.9800000190734863,146061157.0,0.0,0.0
2024-02-21 00:00:00+08:00,3.990000009536743,4.159999847412109,3.9700000286102295,4.070000171661377,4.070000171661377,473060462.0,0.0,0.0
2024-02-22 00:00:00+08:00,4.059999942779541,4.110000133514404,4.039999961853027,4.099999904632568,4.099999904632568,211209589.0,0.0,0.0
2024-02-23 00:00:00+08:00,4.090000152587891,4.179999828338623,4.079999923706055,4.139999866485596,4.139999866485596,323870350.0,0.0,0.0
2024-02-26 00:00:00+08:00,4.150000095367432,4.159999847412109,4.050000190734863,4.079999923706055,4.079999923706055,262309468.0,0.0,0.0
2024-02-27 00:00:00+08:00,4.070000171661377,4.119999885559082,4.050000190734863,4.099999904632568,4.099999904632568,176141560.0,0.0,0.0
2024-02-28 00:00:00+08:00,4.099999904632568,4.119999885559082,4.039999961853027,4.059999942779541,4.059999942779541,179704568.0,0.0,0.0
2024-02-29 00:00:00+08:00,4.039999961853027,4.090000152587891,4.039999961853027,4.039999961853027,4.039999961853027,190343656.0,0.0,0.0
2024-03-01 00:00:00+08:00,4.019999980926514,4.079999923706055,3.9700000286102295,4.050000190734863,4.050000190734863,282167874.0,0.0,0.0
2024-03-04 00:00:00+08:00,4.039999961853027,4.050000190734863,3.990000009536743,4.019999980926514,4.019999980926514,204903610.0,0.0,0.0
2024-03-05 00:00:00+08:00,3.9800000190734863,4.059999942779541,3.950000047683716,3.990000009536743,3.990000009536743,249784197.0,0.0,0.0
2024-03-06 00:00:00+08:00,4.010000228881836,4.059999942779541,3.9800000190734863,4.03000020980835,4.03000020980835,270589633.0,0.0,0.0
2024-03-07 00:00:00+08:00,4.03000020980835,4.090000152587891,4.0,4.03000020980835,4.03000020980835,165980033.0,0.0,0.0
2024-03-08 00:00:00+08:00,4.039999961853027,4.099999904632568,4.019999980926514,4.050000190734863,4.050000190734863,292329286.0,0.0,0.0
2024-03-11 00:00:00+08:00,4.050000190734863,4.110000133514404,4.03000020980835,4.059999942779541,4.059999942779541,237514321.0,0.0,0.0
2024-03-12 00:00:00+08:00,4.059999942779541,4.119999885559082,4.019999980926514,4.110000133514404,4.110000133514404,316667017.0,0.0,0.0
2024-03-13 00:00:00+08:00,4.070000171661377,4.090000152587891,4.019999980926514,4.039999961853027,4.039999961853027,301063056.0,0.0,0.0
2024-03-14 00:00:00+08:00,4.010000228881836,4.059999942779541,4.0,4.019999980926514,4.019999980926514,217437653.0,0.0,0.0
2024-03-15 00:00:00+08:00,4.0,4.010000228881836,3.940000057220459,3.9800000190734863,3.9800000190734863,355675188.0,0.0,0.0
2024-03-18 00:00:00+08:00,3.990000009536743,4.0,3.940000057220459,3.9600000381469727,3.9600000381469727,209805618.0,0.0,0.0
2024-03-19 00:00:00+08:00,3.950000047683716,3.950000047683716,3.9000000953674316,3.9200000762939453,3.9200000762939453,218938960.0,0.0,0.0
2024-03-20 00:00:00+08:00,3.9200000762939453,3.930000066757202,3.890000104904175,3.9100000858306885,3.9100000858306885,200274220.0,0.0,0.0
2024-03-21 00:00:00+08:00,3.950000047683716,4.0,3.940000057220459,3.9800000190734863,3.9800000190734863,315161464.0,0.0,0.0
2024-03-22 00:00:00+08:00,3.990000009536743,3.990000009536743,3.9100000858306885,3.9600000381469727,3.9600000381469727,191270677.0,0.0,0.0
2024-03-25 00:00:00+08:00,3.9600000381469727,3.9800000190734863,3.9200000762939453,3.950000047683716,3.950000047683716,184108533.0,0.0,0.0
2024-03-26 00:00:00+08:00,3.990000009536743,4.059999942779541,3.9700000286102295,4.0,4.0,230414252.0,0.0,0.0
2024-03-27 00:00:00+08:00,4.0,4.019999980926514,3.9600000381469727,3.9700000286102295,3.9700000286102295,211898473.0,0.0,0.0
2024-03-28 00:00:00+08:00,3.9700000286102295,3.9800000190734863,3.869999885559082,3.940000057220459,3.940000057220459,295388883.0,0.0,0.0
2024-04-02 00:00:00+08:00,3.9800000190734863,4.070000171661377,3.9700000286102295,4.03000020980835,4.03000020980835,301807183.0,0.0,0.0
2024-04-03 00:00:00+08:00,4.019999980926514,4.050000190734863,4.0,4.010000228881836,4.010000228881836,232543947.0,0.0,0.0
2024-04-05 00:00:00+08:00,4.019999980926514,4.03000020980835,3.930000066757202,3.9700000286102295,3.9700000286102295,102636289.0,0.0,0.0
2024-04-08 00:00:00+08:00,3.9600000381469727,4.050000190734863,3.940000057220459,4.019999980926514,4.019999980926514,193418098.0,0.0,0.0
2024-04-09 00:00:00+08:00,4.039999961853027,4.070000171661377,4.010000228881836,4.019999980926514,4.019999980926514,181693799.0,0.0,0.0
2024-04-10 00:00:00+08:00,4.039999961853027,4.079999923706055,4.019999980926514,4.079999923706055,4.079999923706055,203179579.0,0.0,0.0
2024-04-11 00:00:00+08:00,4.019999980926514,4.079999923706055,4.010000228881836,4.070000171661377,4.070000171661377,197888440.0,0.0,0.0
2024-04-12 00:00:00+08:00,4.039999961853027,4.059999942779541,3.990000009536743,3.990000009536743,3.990000009536743,252604582.0,0.0,0.0
2024-04-15 00:00:00+08:00,3.950000047683716,4.059999942779541,3.950000047683716,4.03000020980835,4.03000020980835,240871327.0,0.0,0.0
2024-04-16 00:00:00+08:00,3.9800000190734863,4.03000020980835,3.9700000286102295,4.0,4.0,253900115.0,0.0,0.0
2024-04-17 00:00:00+08:00,4.0,4.050000190734863,3.9800000190734863,4.019999980926514,4.019999980926514,217393787.0,0.0,0.0
2024-04-18 00:00:00+08:00,4.019999980926514,4.150000095367432,4.010000228881836,4.110000133514404,4.110000133514404,418569269.0,0.0,0.0
2024-04-19 00:00:00+08:00,4.090000152587891,4.119999885559082,4.059999942779541,4.110000133514404,4.110000133514404,285009804.0,0.0,0.0
2024-04-22 00:00:00+08:00,4.170000076293945,4.21999979019165,4.090000152587891,4.099999904632568,4.099999904632568,248674905.0,0.0,0.0
2024-04-23 00:00:00+08:00,4.099999904632568,4.150000095367432,4.090000152587891,4.119999885559082,4.119999885559082,227687586.0,0.0,0.0
2024-04-24 00:00:00+08:00,4.119999885559082,4.150000095367432,4.090000152587891,4.139999866485596,4.139999866485596,225338393.0,0.0,0.0
2024-04-25 00:00:00+08:00,4.130000114440918,4.190000057220459,4.130000114440918,4.170000076293945,4.170000076293945,256634656.0,0.0,0.0
2024-04-26 00:00:00+08:00,4.170000076293945,4.199999809265137,4.150000095367432,4.150000095367432,4.150000095367432,286312006.0,0.0,0.0
2024-04-29 00:00:00+08:00,4.150000095367432,4.230000019073486,4.110000133514404,4.199999809265137,4.199999809265137,388564156.0,0.0,0.0
2024-04-30 00:00:00+08:00,4.210000038146973,4.28000020980835,4.190000057220459,4.230000019073486,4.230000019073486,411724311.0,0.0,0.0
2024-05-02 00:00:00+08:00,4.230000019073486,4.260000228881836,4.210000038146973,4.230000019073486,4.230000019073486,165136190.0,0.0,0.0
2024-05-03 00:00:00+08:00,4.28000020980835,4.320000171661377,4.25,4.28000020980835,4.28000020980835,207992630.0,0.0,0.0
2024-05-06 00:00:00+08:00,4.28000020980835,4.320000171661377,4.239999771118164,4.289999961853027,4.289999961853027,270993309.0,0.0,0.0
2024-05-07 00:00:00+08:00,4.289999961853027,4.320000171661377,4.269999980926514,4.309999942779541,4.309999942779541,210201848.0,0.0,0.0
2024-05-08 00:00:00+08:00,4.320000171661377,4.360000133514404,4.28000020980835,4.289999961853027,4.289999961853027,280763221.0,0.0,0.0
2024-05-09 00:00:00+08:00,4.289999961853027,4.360000133514404,4.28000020980835,4.349999904632568,4.349999904632568,360910344.0,0.0,0.0
2024-05-10 00:00:00+08:00,4.400000095367432,4.579999923706055,4.380000114440918,4.53000020980835,4.53000020980835,860787572.0,0.0,0.0
2024-05-13 00:00:00+08:00,4.53000020980835,4.559999942779541,4.519999980926514,4.539999961853027,4.539999961853027,459943466.0,0.0,0.0
2024-05-14 00:00:00+08:00,4.550000190734863,4.559999942779541,4.460000038146973,4.46999979019165,4.46999979019165,526434799.0,0.0,0.0
2024-05-16 00:00:00+08:00,4.510000228881836,4.730000019073486,4.5,4.710000038146973,4.710000038146973,623474275.0,0.0,0.0
2024-05-17 00:00:00+08:00,4.699999809265137,4.739999771118164,4.650000095367432,4.710000038146973,4.710000038146973,405564118.0,0.0,0.0
2024-05-20 00:00:00+08:00,4.739999771118164,4.760000228881836,4.699999809265137,4.730000019073486,4.730000019073486,294145952.0,0.0,0.0
2024-05-21 00:00:00+08:00,4.730000019073486,4.789999961853027,4.699999809265137,4.760000228881836,4.760000228881836,345750265.0,0.0,0.0
2024-05-22 00:00:00+08:00,4.789999961853027,4.800000190734863,4.75,4.760000228881836,4.760000228881836,242197043.0,0.0,0.0
2024-05-23 00:00:00+08:00,4.75,4.75,4.639999866485596,4.699999809265137,4.699999809265137,320067077.0,0.0,0.0
2024-05-24 00:00:00+08:00,4.699999809265137,4.71999979019165,4.639999866485596,4.659999847412109,4.659999847412109,1061277721.0,0.0,0.0
2024-05-27 00:00:00+08:00,4.679999828338623,4.75,4.639999866485596,4.659999847412109,4.659999847412109,351064395.0,0.0,0.0
2024-05-28 00:00:00+08:00,4.650000095367432,4.699999809265137,4.619999885559082,4.639999866485596,4.639999866485596,249035695.0,0.0,0.0
2024-05-29 00:00:00+08:00,4.619999885559082,4.639999866485596,4.519999980926514,4.550000190734863,4.550000190734863,400149121.0,0.0,0.0
2024-05-30 00:00:00+08:00,4.53000020980835,4.559999942779541,4.460000038146973,4.46999979019165,4.46999979019165,433191511.0,0.0,0.0
2024-05-31 00:00:00+08:00,4.510000228881836,4.590000152587891,4.420000076293945,4.420000076293945,4.420000076293945,659726549.0,0.0,0.0
2024-06-03 00:00:00+08:00,4.46999979019165,4.519999980926514,4.449999809265137,4.46999979019165,4.46999979019165,460608096.0,0.0,0.0
2024-06-04 00:00:00+08:00,4.460000038146973,4.489999771118164,4.409999847412109,4.429999828338623,4.429999828338623,398708024.0,0.0,0.0
2024-06-05 00:00:00+08:00,4.449999809265137,4.5,4.389999866485596,4.409999847412109,4.409999847412109,504170169.0,0.0,0.0
2024-06-06 00:00:00+08:00,4.449999809265137,4.460000038146973,4.340000152587891,4.369999885559082,4.369999885559082,400927719.0,0.0,0.0
2024-06-07 00:00:00+08:00,4.400000095367432,4.429999828338623,4.380000114440918,4.420000076293945,4.420000076293945,276405344.0,0.0,0.0
2024-06-11 00:00:00+08:00,4.400000095367432,4.409999847412109,4.320000171661377,4.360000133514404,4.360000133514404,320454982.0,0.0,0.0
2024-06-12 00:00:00+08:00,4.340000152587891,4.349999904632568,4.260000228881836,4.320000171661377,4.320000171661377,299327041.0,0.0,0.0
2024-06-13 00:00:00+08:00,4.340000152587891,4.349999904632568,4.28000020980835,4.320000171661377,4.320000171661377,195542304.0,0.0,0.0
2024-06-14 00:00:00+08:00,4.300000190734863,4.380000114440918,4.260000228881836,4.340000152587891,4.340000152587891,278091252.0,0.0,0.0
2024-06-17 00:00:00+08:00,4.320000171661377,4.389999866485596,4.269999980926514,4.329999923706055,4.329999923706055,202054396.0,0.0,0.0
2024-06-18 00:00:00+08:00,4.349999904632568,4.409999847412109,4.309999942779541,4.389999866485596,4.389999866485596,320851397.0,0.0,0.0
2024-06-19 00:00:00+08:00,4.420000076293945,4.559999942779541,4.409999847412109,4.550000190734863,4.550000190734863,546463978.0,0.0,0.0
2024-06-20 00:00:00+08:00,4.550000190734863,4.619999885559082,4.539999961853027,4.579999923706055,4.579999923706055,459230417.0,0.0,0.0
2024-06-21 00:00:00+08:00,4.539999961853027,4.590000152587891,4.5,4.519999980926514,4.519999980926514,573138315.0,0.0,0.0
2024-06-24 00:00:00+08:00,4.510000228881836,4.570000171661377,4.449999809265137,4.559999942779541,4.559999942779541,552052233.0,0.0,0.0
2024-06-25 00:00:00+08:00,4.590000152587891,4.650000095367432,4.550000190734863,4.579999923706055,4.579999923706055,370930685.0,0.0,0.0
2024-06-26 00:00:00+08:00,4.539999961853027,4.650000095367432,4.539999961853027,4.619999885559082,4.619999885559082,396165556.0,0.0,0.0
2024-06-27 00:00:00+08:00,4.599999904632568,4.599999904632568,4.539999961853027,4.570000171661377,4.570000171661377,323653049.0,0.0,0.0
2024-06-28 00:00:00+08:00,4.550000190734863,4.679999828338623,4.550000190734863,4.639999866485596,4.639999866485596,373867647.0,0.0,0.0
2024-07-02 00:00:00+08:00,4.639999866485596,4.800000190734863,4.610000133514404,4.75,4.75,564994075.0,0.0,0.0
2024-07-03 00:00:00+08:00,4.760000228881836,4.789999961853027,4.670000076293945,4.730000019073486,4.730000019073486,430603748.0,0.0,0.0
2024-07-04 00:00:00+08:00,4.760000228881836,4.849999904632568,4.730000019073486,4.829999923706055,4.829999923706055,536031698.0,0.0,0.0
2024-07-05 00:00:00+08:00,,,,,,,0.0,0.0
2024-07-08 00:00:00+08:00,4.349999904632568,4.409999847412109,4.309999942779541,4.329999923706055,4.329999923706055,377778431.0,0.335715,0.0
2024-07-09 00:00:00+08:00,4.320000171661377,4.380000114440918,4.289999961853027,4.309999942779541,4.309999942779541,446053587.0,0.0,0.0
2024-07-10 00:00:00+08:00,4.309999942779541,4.380000114440918,4.300000190734863,4.320000171661377,4.320000171661377,323856587.0,0.0,0.0
2024-07-11 00:00:00+08:00,4.349999904632568,4.380000114440918,4.320000171661377,4.360000133514404,4.360000133514404,277693020.0,0.0,0.0
2024-07-12 00:00:00+08:00,4.380000114440918,4.5,4.380000114440918,4.480000019073486,4.480000019073486,484396739.0,0.0,0.0
2024-07-15 00:00:00+08:00,4.46999979019165,4.539999961853027,4.429999828338623,4.449999809265137,4.449999809265137,338346642.0,0.0,0.0
2024-07-16 00:00:00+08:00,4.400000095367432,4.480000019073486,4.369999885559082,4.369999885559082,4.369999885559082,247840382.0,0.0,0.0
2024-07-17 00:00:00+08:00,4.369999885559082,4.429999828338623,4.360000133514404,4.360000133514404,4.360000133514404,185961672.0,0.0,0.0
2024-07-18 00:00:00+08:00,4.349999904632568,4.409999847412109,4.329999923706055,4.360000133514404,4.360000133514404,200311769.0,0.0,0.0
2024-07-19 00:00:00+08:00,4.340000152587891,4.349999904632568,4.21999979019165,4.25,4.25,275780913.0,0.0,0.0
2024-07-22 00:00:00+08:00,4.269999980926514,4.300000190734863,4.179999828338623,4.28000020980835,4.28000020980835,180171957.0,0.0,0.0
2024-07-23 00:00:00+08:00,4.289999961853027,4.400000095367432,4.269999980926514,4.340000152587891,4.340000152587891,356233630.0,0.0,0.0
2024-07-24 00:00:00+08:00,4.369999885559082,4.449999809265137,4.349999904632568,4.389999866485596,4.389999866485596,300661695.0,0.0,0.0
2024-07-25 00:00:00+08:00,4.400000095367432,4.440000057220459,4.309999942779541,4.340000152587891,4.340000152587891,301688549.0,0.0,0.0
2024-07-26 00:00:00+08:00,4.380000114440918,4.409999847412109,4.269999980926514,4.309999942779541,4.309999942779541,317705901.0,0.0,0.0
2024-07-29 00:00:00+08:00,4.340000152587891,4.429999828338623,4.309999942779541,4.380000114440918,4.380000114440918,232237150.0,0.0,0.0
2024-07-30 00:00:00+08:00,4.380000114440918,4.380000114440918,4.300000190734863,4.320000171661377,4.320000171661377,231452490.0,0.0,0.0
2024-07-31 00:00:00+08:00,4.369999885559082,4.369999885559082,4.309999942779541,4.340000152587891,4.340000152587891,219363065.0,0.0,0.0
2024-08-01 00:00:00+08:00,4.320000171661377,4.380000114440918,4.289999961853027,4.349999904632568,4.349999904632568,166222644.0,0.0,0.0
2024-08-02 00:00:00+08:00,4.320000171661377,4.349999904632568,4.25,4.320000171661377,4.320000171661377,268284840.0,0.0,0.0
2024-08-05 00:00:00+08:00,4.300000190734863,4.300000190734863,4.150000095367432,4.21999979019165,4.21999979019165,335879325.0,0.0,0.0
2024-08-06 00:00:00+08:00,4.25,4.28000020980835,4.159999847412109,4.190000057220459,4.190000057220459,236996663.0,0.0,0.0
2024-08-07 00:00:00+08:00,4.199999809265137,4.28000020980835,4.179999828338623,4.269999980926514,4.269999980926514,331294641.0,0.0,0.0
2024-08-08 00:00:00+08:00,4.25,4.320000171661377,4.21999979019165,4.309999942779541,4.309999942779541,374284208.0,0.0,0.0
2024-08-09 00:00:00+08:00,4.340000152587891,4.420000076293945,4.329999923706055,4.389999866485596,4.389999866485596,318738845.0,0.0,0.0
2024-08-12 00:00:00+08:00,4.389999866485596,4.489999771118164,4.389999866485596,4.480000019073486,4.480000019073486,312446492.0,0.0,0.0
2024-08-13 00:00:00+08:00,4.480000019073486,4.53000020980835,4.449999809265137,4.489999771118164,4.489999771118164,294220219.0,0.0,0.0
2024-08-14 00:00:00+08:00,4.510000228881836,4.53000020980835,4.46999979019165,4.489999771118164,4.489999771118164,150927522.0,0.0,0.0
2024-08-15 00:00:00+08:00,4.46999979019165,4.590000152587891,4.429999828338623,4.579999923706055,4.579999923706055,479363904.0,0.0,0.0
2024-08-16 00:00:00+08:00,4.610000133514404,4.639999866485596,4.579999923706055,4.619999885559082,4.619999885559082,268591885.0,0.0,0.0
2024-08-19 00:00:00+08:00,4.630000114440918,4.699999809265137,4.630000114440918,4.699999809265137,4.699999809265137,332636848.0,0.0,0.0
2024-08-20 00:00:00+08:00,4.699999809265137,4.730000019073486,4.659999847412109,4.699999809265137,4.699999809265137,216094821.0,0.0,0.0
2024-08-21 00:00:00+08:00,4.679999828338623,4.699999809265137,4.590000152587891,4.639999866485596,4.639999866485596,261827271.0,0.0,0.0
2024-08-22 00:00:00+08:00,4.650000095367432,4.679999828338623,4.610000133514404,4.679999828338623,4.679999828338623,269736483.0,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-03 00:00:00+08:00 4.449999809265137 4.449999809265137 4.400000095367432 4.420000076293945 3.766467809677124 42688622.0 0.0 0.0
3 2022-01-04 00:00:00+08:00 4.429999828338623 4.449999809265137 4.389999866485596 4.440000057220459 3.783510446548462 146990360.0 0.0 0.0
4 2022-01-05 00:00:00+08:00 4.449999809265137 4.550000190734863 4.440000057220459 4.519999980926514 3.8516814708709717 312079015.0 0.0 0.0
5 2022-01-06 00:00:00+08:00 4.539999961853027 4.539999961853027 4.440000057220459 4.5 3.834638833999634 144072250.0 0.0 0.0
6 2022-01-07 00:00:00+08:00 4.46999979019165 4.579999923706055 4.449999809265137 4.570000171661377 3.894289255142212 242535732.0 0.0 0.0
7 2022-01-10 00:00:00+08:00 4.599999904632568 4.650000095367432 4.579999923706055 4.639999866485596 3.9539387226104736 270492205.0 0.0 0.0
8 2022-01-11 00:00:00+08:00 4.599999904632568 4.659999847412109 4.579999923706055 4.630000114440918 3.9454174041748047 186392481.0 0.0 0.0
9 2022-01-12 00:00:00+08:00 4.630000114440918 4.650000095367432 4.590000152587891 4.610000133514404 3.928374767303467 230956599.0 0.0 0.0
10 2022-01-13 00:00:00+08:00 4.610000133514404 4.699999809265137 4.599999904632568 4.699999809265137 4.005066871643066 213448950.0 0.0 0.0
11 2022-01-14 00:00:00+08:00 4.710000038146973 4.739999771118164 4.670000076293945 4.710000038146973 4.0135884284973145 226355010.0 0.0 0.0
12 2022-01-17 00:00:00+08:00 4.690000057220459 4.71999979019165 4.670000076293945 4.699999809265137 4.005066871643066 137932161.0 0.0 0.0
13 2022-01-18 00:00:00+08:00 4.679999828338623 4.71999979019165 4.630000114440918 4.670000076293945 3.9795031547546387 138734371.0 0.0 0.0
14 2022-01-19 00:00:00+08:00 4.679999828338623 4.710000038146973 4.639999866485596 4.670000076293945 3.9795031547546387 129644509.0 0.0 0.0
15 2022-01-20 00:00:00+08:00 4.710000038146973 4.710000038146973 4.619999885559082 4.690000057220459 3.9965457916259766 246026991.0 0.0 0.0
16 2022-01-21 00:00:00+08:00 4.690000057220459 4.699999809265137 4.630000114440918 4.699999809265137 4.005066871643066 173314946.0 0.0 0.0
17 2022-01-24 00:00:00+08:00 4.699999809265137 4.75 4.670000076293945 4.71999979019165 4.0221099853515625 181865349.0 0.0 0.0
18 2022-01-25 00:00:00+08:00 4.650000095367432 4.739999771118164 4.650000095367432 4.71999979019165 4.0221099853515625 198777082.0 0.0 0.0
19 2022-01-26 00:00:00+08:00 4.739999771118164 4.75 4.710000038146973 4.730000019073486 4.0306315422058105 160528048.0 0.0 0.0
20 2022-01-27 00:00:00+08:00 4.679999828338623 4.71999979019165 4.670000076293945 4.71999979019165 4.0221099853515625 128188395.0 0.0 0.0
21 2022-01-28 00:00:00+08:00 4.739999771118164 4.75 4.670000076293945 4.679999828338623 3.9880242347717285 106436134.0 0.0 0.0
22 2022-01-31 00:00:00+08:00 4.71999979019165 4.71999979019165 4.71999979019165 4.71999979019165 4.0221099853515625 0.0 0.0 0.0
23 2022-02-04 00:00:00+08:00 4.710000038146973 4.789999961853027 4.710000038146973 4.78000020980835 4.073238849639893 158406204.0 0.0 0.0
24 2022-02-07 00:00:00+08:00 4.760000228881836 4.849999904632568 4.739999771118164 4.840000152587891 4.1243672370910645 272642318.0 0.0 0.0
25 2022-02-08 00:00:00+08:00 4.860000133514404 4.900000095367432 4.829999923706055 4.860000133514404 4.141409873962402 214256288.0 0.0 0.0
26 2022-02-09 00:00:00+08:00 4.889999866485596 4.900000095367432 4.849999904632568 4.889999866485596 4.166974067687988 223439580.0 0.0 0.0
27 2022-02-10 00:00:00+08:00 4.889999866485596 4.889999866485596 4.840000152587891 4.889999866485596 4.166974067687988 207400910.0 0.0 0.0
28 2022-02-11 00:00:00+08:00 4.889999866485596 4.929999828338623 4.849999904632568 4.929999828338623 4.201059818267822 278373812.0 0.0 0.0
29 2022-02-14 00:00:00+08:00 4.929999828338623 4.940000057220459 4.860000133514404 4.880000114440918 4.158452987670898 200959806.0 0.0 0.0
30 2022-02-15 00:00:00+08:00 4.849999904632568 4.869999885559082 4.679999828338623 4.75 4.047674655914307 335766335.0 0.0 0.0
31 2022-02-16 00:00:00+08:00 4.75 4.789999961853027 4.71999979019165 4.760000228881836 4.056196212768555 267721097.0 0.0 0.0
32 2022-02-17 00:00:00+08:00 4.789999961853027 4.800000190734863 4.730000019073486 4.789999961853027 4.081759929656982 181702145.0 0.0 0.0
33 2022-02-18 00:00:00+08:00 4.75 4.829999923706055 4.730000019073486 4.789999961853027 4.081759929656982 196787412.0 0.0 0.0
34 2022-02-21 00:00:00+08:00 4.789999961853027 4.840000152587891 4.730000019073486 4.829999923706055 4.115845680236816 179237601.0 0.0 0.0
35 2022-02-22 00:00:00+08:00 4.78000020980835 4.800000190734863 4.71999979019165 4.760000228881836 4.056196212768555 191170185.0 0.0 0.0
36 2022-02-23 00:00:00+08:00 4.820000171661377 4.820000171661377 4.71999979019165 4.739999771118164 4.039153099060059 144982428.0 0.0 0.0
37 2022-02-24 00:00:00+08:00 4.699999809265137 4.75 4.619999885559082 4.650000095367432 3.9624602794647217 284338187.0 0.0 0.0
38 2022-02-25 00:00:00+08:00 4.619999885559082 4.639999866485596 4.570000171661377 4.579999923706055 3.9028103351593018 277566175.0 0.0 0.0
39 2022-02-28 00:00:00+08:00 4.599999904632568 4.679999828338623 4.53000020980835 4.670000076293945 3.9795031547546387 267459675.0 0.0 0.0
40 2022-03-01 00:00:00+08:00 4.679999828338623 4.699999809265137 4.590000152587891 4.670000076293945 3.9795031547546387 185273965.0 0.0 0.0
41 2022-03-02 00:00:00+08:00 4.650000095367432 4.659999847412109 4.579999923706055 4.590000152587891 3.91133189201355 134643426.0 0.0 0.0
42 2022-03-03 00:00:00+08:00 4.610000133514404 4.690000057220459 4.599999904632568 4.650000095367432 3.9624602794647217 136337761.0 0.0 0.0
43 2022-03-04 00:00:00+08:00 4.599999904632568 4.639999866485596 4.570000171661377 4.619999885559082 3.9368958473205566 187345313.0 0.0 0.0
44 2022-03-07 00:00:00+08:00 4.559999942779541 4.570000171661377 4.510000228881836 4.53000020980835 3.860203266143799 214985443.0 0.0 0.0
45 2022-03-08 00:00:00+08:00 4.570000171661377 4.570000171661377 4.449999809265137 4.519999980926514 3.8516814708709717 307571129.0 0.0 0.0
46 2022-03-09 00:00:00+08:00 4.5 4.579999923706055 4.429999828338623 4.510000228881836 3.843160390853882 294831097.0 0.0 0.0
47 2022-03-10 00:00:00+08:00 4.590000152587891 4.590000152587891 4.510000228881836 4.570000171661377 3.894289255142212 170116737.0 0.0 0.0
48 2022-03-11 00:00:00+08:00 4.559999942779541 4.610000133514404 4.510000228881836 4.579999923706055 3.9028103351593018 243770862.0 0.0 0.0
49 2022-03-14 00:00:00+08:00 4.619999885559082 4.619999885559082 4.550000190734863 4.599999904632568 3.9198532104492188 338753089.0 0.0 0.0
50 2022-03-15 00:00:00+08:00 4.599999904632568 4.599999904632568 4.349999904632568 4.429999828338623 3.774988889694214 517738144.0 0.0 0.0
51 2022-03-16 00:00:00+08:00 4.46999979019165 4.46999979019165 4.340000152587891 4.400000095367432 3.749424934387207 404766302.0 0.0 0.0
52 2022-03-17 00:00:00+08:00 4.440000057220459 4.599999904632568 4.420000076293945 4.579999923706055 3.9028103351593018 354447970.0 0.0 0.0
53 2022-03-18 00:00:00+08:00 4.559999942779541 4.670000076293945 4.53000020980835 4.630000114440918 3.9454174041748047 466329103.0 0.0 0.0
54 2022-03-21 00:00:00+08:00 4.619999885559082 4.650000095367432 4.550000190734863 4.590000152587891 3.91133189201355 144232518.0 0.0 0.0
55 2022-03-22 00:00:00+08:00 4.630000114440918 4.650000095367432 4.579999923706055 4.630000114440918 3.9454174041748047 155120637.0 0.0 0.0
56 2022-03-23 00:00:00+08:00 4.599999904632568 4.639999866485596 4.579999923706055 4.630000114440918 3.9454174041748047 178670194.0 0.0 0.0
57 2022-03-24 00:00:00+08:00 4.590000152587891 4.670000076293945 4.590000152587891 4.659999847412109 3.9709813594818115 152744218.0 0.0 0.0
58 2022-03-25 00:00:00+08:00 4.659999847412109 4.71999979019165 4.630000114440918 4.690000057220459 3.9965457916259766 197186668.0 0.0 0.0
59 2022-03-28 00:00:00+08:00 4.690000057220459 4.699999809265137 4.650000095367432 4.690000057220459 3.9965457916259766 118402829.0 0.0 0.0
60 2022-03-29 00:00:00+08:00 4.690000057220459 4.71999979019165 4.659999847412109 4.71999979019165 4.0221099853515625 168733498.0 0.0 0.0
61 2022-03-30 00:00:00+08:00 4.75 4.789999961853027 4.730000019073486 4.760000228881836 4.056196212768555 237372211.0 0.0 0.0
62 2022-03-31 00:00:00+08:00 4.760000228881836 4.840000152587891 4.75 4.809999942779541 4.0988030433654785 212456579.0 0.0 0.0
63 2022-04-01 00:00:00+08:00 4.840000152587891 4.840000152587891 4.78000020980835 4.840000152587891 4.1243672370910645 190609233.0 0.0 0.0
64 2022-04-04 00:00:00+08:00 4.840000152587891 4.869999885559082 4.800000190734863 4.860000133514404 4.141409873962402 151459212.0 0.0 0.0
65 2022-04-06 00:00:00+08:00 4.860000133514404 4.869999885559082 4.789999961853027 4.809999942779541 4.0988030433654785 193053761.0 0.0 0.0
66 2022-04-07 00:00:00+08:00 4.820000171661377 4.849999904632568 4.769999980926514 4.789999961853027 4.081759929656982 165591689.0 0.0 0.0
67 2022-04-08 00:00:00+08:00 4.78000020980835 4.809999942779541 4.760000228881836 4.78000020980835 4.073238849639893 125862452.0 0.0 0.0
68 2022-04-11 00:00:00+08:00 4.800000190734863 4.800000190734863 4.71999979019165 4.78000020980835 4.073238849639893 217015199.0 0.0 0.0
69 2022-04-12 00:00:00+08:00 4.800000190734863 4.800000190734863 4.71999979019165 4.75 4.047674655914307 197079900.0 0.0 0.0
70 2022-04-13 00:00:00+08:00 4.75 4.78000020980835 4.730000019073486 4.75 4.047674655914307 170451942.0 0.0 0.0
71 2022-04-14 00:00:00+08:00 4.760000228881836 4.769999980926514 4.71999979019165 4.75 4.047674655914307 154267290.0 0.0 0.0
72 2022-04-19 00:00:00+08:00 4.730000019073486 4.739999771118164 4.659999847412109 4.71999979019165 4.0221099853515625 216123073.0 0.0 0.0
73 2022-04-20 00:00:00+08:00 4.659999847412109 4.730000019073486 4.659999847412109 4.710000038146973 4.0135884284973145 146054294.0 0.0 0.0
74 2022-04-21 00:00:00+08:00 4.710000038146973 4.75 4.699999809265137 4.739999771118164 4.039153099060059 185194225.0 0.0 0.0
75 2022-04-22 00:00:00+08:00 4.710000038146973 4.739999771118164 4.710000038146973 4.71999979019165 4.0221099853515625 135844028.0 0.0 0.0
76 2022-04-25 00:00:00+08:00 4.710000038146973 4.71999979019165 4.650000095367432 4.670000076293945 3.9795031547546387 200256353.0 0.0 0.0
77 2022-04-26 00:00:00+08:00 4.710000038146973 4.710000038146973 4.610000133514404 4.619999885559082 3.9368958473205566 184551014.0 0.0 0.0
78 2022-04-27 00:00:00+08:00 4.599999904632568 4.650000095367432 4.590000152587891 4.630000114440918 3.9454174041748047 191718211.0 0.0 0.0
79 2022-04-28 00:00:00+08:00 4.659999847412109 4.760000228881836 4.619999885559082 4.75 4.047674655914307 246882890.0 0.0 0.0
80 2022-04-29 00:00:00+08:00 4.75 4.800000190734863 4.670000076293945 4.739999771118164 4.039153099060059 183817214.0 0.0 0.0
81 2022-05-03 00:00:00+08:00 4.670000076293945 4.699999809265137 4.630000114440918 4.699999809265137 4.005066871643066 156828378.0 0.0 0.0
82 2022-05-04 00:00:00+08:00 4.699999809265137 4.739999771118164 4.679999828338623 4.71999979019165 4.0221099853515625 92233967.0 0.0 0.0
83 2022-05-05 00:00:00+08:00 4.75 4.789999961853027 4.630000114440918 4.659999847412109 3.9709813594818115 162282234.0 0.0 0.0
84 2022-05-06 00:00:00+08:00 4.639999866485596 4.650000095367432 4.559999942779541 4.579999923706055 3.9028103351593018 178956874.0 0.0 0.0
85 2022-05-10 00:00:00+08:00 4.539999961853027 4.570000171661377 4.480000019073486 4.539999961853027 3.8687243461608887 155643735.0 0.0 0.0
86 2022-05-11 00:00:00+08:00 4.519999980926514 4.539999961853027 4.5 4.519999980926514 3.8516814708709717 103697643.0 0.0 0.0
87 2022-05-12 00:00:00+08:00 4.519999980926514 4.519999980926514 4.449999809265137 4.46999979019165 3.8090744018554688 204596142.0 0.0 0.0
88 2022-05-13 00:00:00+08:00 4.480000019073486 4.579999923706055 4.46999979019165 4.570000171661377 3.894289255142212 156732463.0 0.0 0.0
89 2022-05-16 00:00:00+08:00 4.570000171661377 4.579999923706055 4.519999980926514 4.559999942779541 3.8857674598693848 150395730.0 0.0 0.0
90 2022-05-17 00:00:00+08:00 4.630000114440918 4.630000114440918 4.550000190734863 4.590000152587891 3.91133189201355 142759916.0 0.0 0.0
91 2022-05-18 00:00:00+08:00 4.559999942779541 4.599999904632568 4.519999980926514 4.570000171661377 3.894289255142212 193671918.0 0.0 0.0
92 2022-05-19 00:00:00+08:00 4.570000171661377 4.599999904632568 4.519999980926514 4.570000171661377 3.894289255142212 164880949.0 0.0 0.0
93 2022-05-20 00:00:00+08:00 4.610000133514404 4.670000076293945 4.599999904632568 4.650000095367432 3.9624602794647217 167913620.0 0.0 0.0
94 2022-05-23 00:00:00+08:00 4.630000114440918 4.699999809265137 4.599999904632568 4.639999866485596 3.9539387226104736 95386755.0 0.0 0.0
95 2022-05-24 00:00:00+08:00 4.639999866485596 4.679999828338623 4.610000133514404 4.639999866485596 3.9539387226104736 125710468.0 0.0 0.0
96 2022-05-25 00:00:00+08:00 4.639999866485596 4.690000057220459 4.619999885559082 4.659999847412109 3.9709813594818115 156111958.0 0.0 0.0
97 2022-05-26 00:00:00+08:00 4.699999809265137 4.699999809265137 4.599999904632568 4.650000095367432 3.9624602794647217 132602703.0 0.0 0.0
98 2022-05-27 00:00:00+08:00 4.679999828338623 4.699999809265137 4.650000095367432 4.699999809265137 4.005066871643066 206988750.0 0.0 0.0
99 2022-05-30 00:00:00+08:00 4.699999809265137 4.730000019073486 4.650000095367432 4.679999828338623 3.9880242347717285 171774574.0 0.0 0.0
100 2022-05-31 00:00:00+08:00 4.699999809265137 4.710000038146973 4.659999847412109 4.710000038146973 4.0135884284973145 220277319.0 0.0 0.0
101 2022-06-01 00:00:00+08:00 4.730000019073486 4.730000019073486 4.659999847412109 4.690000057220459 3.9965457916259766 193079721.0 0.0 0.0
102 2022-06-02 00:00:00+08:00 4.670000076293945 4.679999828338623 4.610000133514404 4.650000095367432 3.9624602794647217 139107770.0 0.0 0.0
103 2022-06-06 00:00:00+08:00 4.650000095367432 4.699999809265137 4.570000171661377 4.679999828338623 3.9880242347717285 153712172.0 0.0 0.0
104 2022-06-07 00:00:00+08:00 4.630000114440918 4.650000095367432 4.579999923706055 4.610000133514404 3.928374767303467 158668693.0 0.0 0.0
105 2022-06-08 00:00:00+08:00 4.630000114440918 4.630000114440918 4.570000171661377 4.590000152587891 3.91133189201355 204148038.0 0.0 0.0
106 2022-06-09 00:00:00+08:00 4.519999980926514 4.590000152587891 4.519999980926514 4.570000171661377 3.894289255142212 218714573.0 0.0 0.0
107 2022-06-10 00:00:00+08:00 4.550000190734863 4.570000171661377 4.53000020980835 4.550000190734863 3.8772459030151367 202832508.0 0.0 0.0
108 2022-06-13 00:00:00+08:00 4.5 4.519999980926514 4.480000019073486 4.510000228881836 3.843160390853882 226958458.0 0.0 0.0
109 2022-06-14 00:00:00+08:00 4.53000020980835 4.539999961853027 4.489999771118164 4.519999980926514 3.8516814708709717 158315596.0 0.0 0.0
110 2022-06-15 00:00:00+08:00 4.489999771118164 4.539999961853027 4.489999771118164 4.510000228881836 3.843160390853882 196629642.0 0.0 0.0
111 2022-06-16 00:00:00+08:00 4.539999961853027 4.539999961853027 4.449999809265137 4.460000038146973 3.800553321838379 203701316.0 0.0 0.0
112 2022-06-17 00:00:00+08:00 4.449999809265137 4.5 4.449999809265137 4.5 3.834638833999634 263907767.0 0.0 0.0
113 2022-06-20 00:00:00+08:00 4.460000038146973 4.489999771118164 4.449999809265137 4.480000019073486 3.817595958709717 147860264.0 0.0 0.0
114 2022-06-21 00:00:00+08:00 4.489999771118164 4.610000133514404 4.489999771118164 4.599999904632568 3.9198532104492188 192570908.0 0.0 0.0
115 2022-06-22 00:00:00+08:00 4.559999942779541 4.590000152587891 4.510000228881836 4.53000020980835 3.860203266143799 149133751.0 0.0 0.0
116 2022-06-23 00:00:00+08:00 4.559999942779541 4.570000171661377 4.510000228881836 4.53000020980835 3.860203266143799 119888044.0 0.0 0.0
117 2022-06-24 00:00:00+08:00 4.519999980926514 4.559999942779541 4.510000228881836 4.53000020980835 3.860203266143799 138856645.0 0.0 0.0
118 2022-06-27 00:00:00+08:00 4.550000190734863 4.599999904632568 4.510000228881836 4.559999942779541 3.8857674598693848 172806844.0 0.0 0.0
119 2022-06-28 00:00:00+08:00 4.559999942779541 4.659999847412109 4.550000190734863 4.639999866485596 3.9539387226104736 206324445.0 0.0 0.0
120 2022-06-29 00:00:00+08:00 4.599999904632568 4.699999809265137 4.599999904632568 4.670000076293945 3.9795031547546387 315113260.0 0.0 0.0
121 2022-06-30 00:00:00+08:00 4.650000095367432 4.679999828338623 4.639999866485596 4.659999847412109 3.9709813594818115 330506421.0 0.0 0.0
122 2022-07-04 00:00:00+08:00 4.309999942779541 4.360000133514404 4.260000228881836 4.340000152587891 3.992339849472046 186247797.0 0.343218 0.0
123 2022-07-05 00:00:00+08:00 4.360000133514404 4.420000076293945 4.320000171661377 4.329999923706055 3.983140707015991 157833531.0 0.0 0.0
124 2022-07-06 00:00:00+08:00 4.300000190734863 4.329999923706055 4.21999979019165 4.25 3.9095492362976074 207621705.0 0.0 0.0
125 2022-07-07 00:00:00+08:00 4.21999979019165 4.28000020980835 4.210000038146973 4.269999980926514 3.9279470443725586 125459740.0 0.0 0.0
126 2022-07-08 00:00:00+08:00 4.289999961853027 4.300000190734863 4.260000228881836 4.28000020980835 3.9371461868286133 121906865.0 0.0 0.0
127 2022-07-11 00:00:00+08:00 4.28000020980835 4.289999961853027 4.21999979019165 4.25 3.9095492362976074 153555318.0 0.0 0.0
128 2022-07-12 00:00:00+08:00 4.230000019073486 4.28000020980835 4.210000038146973 4.21999979019165 3.8819520473480225 142581267.0 0.0 0.0
129 2022-07-13 00:00:00+08:00 4.21999979019165 4.239999771118164 4.150000095367432 4.150000095367432 3.8175599575042725 166171071.0 0.0 0.0
130 2022-07-14 00:00:00+08:00 4.150000095367432 4.150000095367432 4.03000020980835 4.050000190734863 3.7255704402923584 285030303.0 0.0 0.0
131 2022-07-15 00:00:00+08:00 4.0 4.050000190734863 4.0 4.010000228881836 3.688774824142456 191441297.0 0.0 0.0
132 2022-07-18 00:00:00+08:00 4.059999942779541 4.139999866485596 4.019999980926514 4.130000114440918 3.799161911010742 141346012.0 0.0 0.0
133 2022-07-19 00:00:00+08:00 4.099999904632568 4.130000114440918 4.070000171661377 4.099999904632568 3.7715649604797363 95535528.0 0.0 0.0
134 2022-07-20 00:00:00+08:00 4.110000133514404 4.170000076293945 4.110000133514404 4.110000133514404 3.780764102935791 139814494.0 0.0 0.0
135 2022-07-21 00:00:00+08:00 4.099999904632568 4.119999885559082 4.059999942779541 4.070000171661377 3.7439684867858887 120004999.0 0.0 0.0
136 2022-07-22 00:00:00+08:00 4.079999923706055 4.139999866485596 4.059999942779541 4.090000152587891 3.76236629486084 114403909.0 0.0 0.0
137 2022-07-25 00:00:00+08:00 4.079999923706055 4.139999866485596 4.079999923706055 4.119999885559082 3.7899627685546875 98165323.0 0.0 0.0
138 2022-07-26 00:00:00+08:00 4.119999885559082 4.170000076293945 4.110000133514404 4.150000095367432 3.8175599575042725 117811945.0 0.0 0.0
139 2022-07-27 00:00:00+08:00 4.139999866485596 4.159999847412109 4.110000133514404 4.150000095367432 3.8175599575042725 88534851.0 0.0 0.0
140 2022-07-28 00:00:00+08:00 4.139999866485596 4.159999847412109 4.110000133514404 4.139999866485596 3.8083608150482178 117639358.0 0.0 0.0
141 2022-07-29 00:00:00+08:00 4.139999866485596 4.199999809265137 4.099999904632568 4.150000095367432 3.8175599575042725 162818088.0 0.0 0.0
142 2022-08-01 00:00:00+08:00 4.150000095367432 4.170000076293945 4.099999904632568 4.150000095367432 3.8175599575042725 113797320.0 0.0 0.0
143 2022-08-02 00:00:00+08:00 4.119999885559082 4.130000114440918 4.050000190734863 4.070000171661377 3.7439684867858887 130607073.0 0.0 0.0
144 2022-08-03 00:00:00+08:00 4.059999942779541 4.070000171661377 4.010000228881836 4.03000020980835 3.7071726322174072 130115193.0 0.0 0.0
145 2022-08-04 00:00:00+08:00 4.019999980926514 4.079999923706055 4.010000228881836 4.079999923706055 3.753167152404785 123298899.0 0.0 0.0
146 2022-08-05 00:00:00+08:00 4.079999923706055 4.119999885559082 4.070000171661377 4.099999904632568 3.7715649604797363 70808951.0 0.0 0.0
147 2022-08-08 00:00:00+08:00 4.099999904632568 4.139999866485596 4.090000152587891 4.110000133514404 3.780764102935791 103490304.0 0.0 0.0
148 2022-08-09 00:00:00+08:00 4.130000114440918 4.170000076293945 4.099999904632568 4.110000133514404 3.780764102935791 102503956.0 0.0 0.0
149 2022-08-10 00:00:00+08:00 4.110000133514404 4.130000114440918 4.039999961853027 4.070000171661377 3.7439684867858887 109648123.0 0.0 0.0
150 2022-08-11 00:00:00+08:00 4.099999904632568 4.119999885559082 4.070000171661377 4.110000133514404 3.780764102935791 96918665.0 0.0 0.0
151 2022-08-12 00:00:00+08:00 4.119999885559082 4.139999866485596 4.079999923706055 4.119999885559082 3.7899627685546875 87588882.0 0.0 0.0
152 2022-08-15 00:00:00+08:00 4.110000133514404 4.119999885559082 4.059999942779541 4.090000152587891 3.76236629486084 97749417.0 0.0 0.0
153 2022-08-16 00:00:00+08:00 4.119999885559082 4.130000114440918 4.070000171661377 4.070000171661377 3.7439684867858887 98392012.0 0.0 0.0
154 2022-08-17 00:00:00+08:00 4.130000114440918 4.130000114440918 4.079999923706055 4.090000152587891 3.76236629486084 112383051.0 0.0 0.0
155 2022-08-18 00:00:00+08:00 4.090000152587891 4.090000152587891 4.03000020980835 4.050000190734863 3.7255704402923584 110197864.0 0.0 0.0
156 2022-08-19 00:00:00+08:00 4.03000020980835 4.079999923706055 4.03000020980835 4.050000190734863 3.7255704402923584 53318208.0 0.0 0.0
157 2022-08-22 00:00:00+08:00 4.03000020980835 4.059999942779541 4.03000020980835 4.039999961853027 3.7163712978363037 73772532.0 0.0 0.0
158 2022-08-23 00:00:00+08:00 4.050000190734863 4.050000190734863 4.0 4.0 3.6795756816864014 141418541.0 0.0 0.0
159 2022-08-24 00:00:00+08:00 4.0 4.010000228881836 3.950000047683716 3.9600000381469727 3.642780065536499 152588936.0 0.0 0.0
160 2022-08-25 00:00:00+08:00 4.0 4.050000190734863 3.950000047683716 4.010000228881836 3.688774824142456 105614559.0 0.0 0.0
161 2022-08-26 00:00:00+08:00 4.010000228881836 4.039999961853027 4.0 4.039999961853027 3.7163712978363037 91759288.0 0.0 0.0
162 2022-08-29 00:00:00+08:00 3.990000009536743 4.03000020980835 3.9700000286102295 4.010000228881836 3.688774824142456 93220101.0 0.0 0.0
163 2022-08-30 00:00:00+08:00 3.990000009536743 4.019999980926514 3.9600000381469727 4.0 3.6795756816864014 124232476.0 0.0 0.0
164 2022-08-31 00:00:00+08:00 4.0 4.010000228881836 3.950000047683716 4.0 3.6795756816864014 215089075.0 0.0 0.0
165 2022-09-01 00:00:00+08:00 3.9800000190734863 3.990000009536743 3.950000047683716 3.9700000286102295 3.6519789695739746 141869725.0 0.0 0.0
166 2022-09-02 00:00:00+08:00 3.9700000286102295 3.990000009536743 3.9200000762939453 3.940000057220459 3.6243820190429688 170197348.0 0.0 0.0
167 2022-09-05 00:00:00+08:00 3.9100000858306885 3.9200000762939453 3.880000114440918 3.9000000953674316 3.5875864028930664 160451324.0 0.0 0.0
168 2022-09-06 00:00:00+08:00 3.930000066757202 3.950000047683716 3.9000000953674316 3.9000000953674316 3.5875864028930664 98911778.0 0.0 0.0
169 2022-09-07 00:00:00+08:00 3.869999885559082 3.9000000953674316 3.859999895095825 3.890000104904175 3.578387498855591 119839071.0 0.0 0.0
170 2022-09-08 00:00:00+08:00 3.9100000858306885 3.9100000858306885 3.8499999046325684 3.859999895095825 3.550790548324585 164256459.0 0.0 0.0
171 2022-09-09 00:00:00+08:00 3.869999885559082 3.930000066757202 3.8499999046325684 3.9200000762939453 3.6059842109680176 135594987.0 0.0 0.0
172 2022-09-13 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.890000104904175 3.9000000953674316 3.5875864028930664 127884080.0 0.0 0.0
173 2022-09-14 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.819999933242798 3.8299999237060547 3.523193597793579 157929262.0 0.0 0.0
174 2022-09-15 00:00:00+08:00 3.8299999237060547 3.859999895095825 3.819999933242798 3.8399999141693115 3.5323925018310547 80364467.0 0.0 0.0
175 2022-09-16 00:00:00+08:00 3.8299999237060547 3.890000104904175 3.819999933242798 3.869999885559082 3.5599894523620605 249497736.0 0.0 0.0
176 2022-09-19 00:00:00+08:00 3.890000104904175 3.9100000858306885 3.869999885559082 3.890000104904175 3.578387498855591 139492255.0 0.0 0.0
177 2022-09-20 00:00:00+08:00 3.9200000762939453 3.9200000762939453 3.8399999141693115 3.880000114440918 3.5691885948181152 132241405.0 0.0 0.0
178 2022-09-21 00:00:00+08:00 3.880000114440918 3.880000114440918 3.8299999237060547 3.8399999141693115 3.5323925018310547 109664926.0 0.0 0.0
179 2022-09-22 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.799999952316284 3.819999933242798 3.5139946937561035 125820149.0 0.0 0.0
180 2022-09-23 00:00:00+08:00 3.809999942779541 3.8499999046325684 3.799999952316284 3.819999933242798 3.5139946937561035 143743318.0 0.0 0.0
181 2022-09-26 00:00:00+08:00 3.819999933242798 3.819999933242798 3.740000009536743 3.7699999809265137 3.4680001735687256 173826934.0 0.0 0.0
182 2022-09-27 00:00:00+08:00 3.759999990463257 3.7799999713897705 3.7100000381469727 3.7200000286102295 3.4220054149627686 138631045.0 0.0 0.0
183 2022-09-28 00:00:00+08:00 3.700000047683716 3.7100000381469727 3.609999895095825 3.630000114440918 3.339215040206909 298849371.0 0.0 0.0
184 2022-09-29 00:00:00+08:00 3.640000104904175 3.690000057220459 3.549999952316284 3.5799999237060547 3.293220281600952 214399608.0 0.0 0.0
185 2022-09-30 00:00:00+08:00 3.609999895095825 3.690000057220459 3.5899999141693115 3.680000066757202 3.385209798812866 187751776.0 0.0 0.0
186 2022-10-03 00:00:00+08:00 3.680000066757202 3.680000066757202 3.5999999046325684 3.630000114440918 3.339215040206909 97092640.0 0.0 0.0
187 2022-10-05 00:00:00+08:00 3.7200000286102295 3.8399999141693115 3.690000057220459 3.809999942779541 3.504795789718628 186993449.0 0.0 0.0
188 2022-10-06 00:00:00+08:00 3.809999942779541 3.8399999141693115 3.759999990463257 3.7799999713897705 3.477199077606201 74168215.0 0.0 0.0
189 2022-10-07 00:00:00+08:00 3.759999990463257 3.7699999809265137 3.7300000190734863 3.75 3.4496021270751953 89832547.0 0.0 0.0
190 2022-10-10 00:00:00+08:00 3.6700000762939453 3.7300000190734863 3.630000114440918 3.700000047683716 3.4036076068878174 114772563.0 0.0 0.0
191 2022-10-11 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.619999885559082 3.6500000953674316 3.3576128482818604 149950923.0 0.0 0.0
192 2022-10-12 00:00:00+08:00 3.6500000953674316 3.690000057220459 3.609999895095825 3.630000114440918 3.339215040206909 170367761.0 0.0 0.0
193 2022-10-13 00:00:00+08:00 3.630000114440918 3.6600000858306885 3.5999999046325684 3.609999895095825 3.320816993713379 145623355.0 0.0 0.0
194 2022-10-14 00:00:00+08:00 3.6600000858306885 3.690000057220459 3.5999999046325684 3.609999895095825 3.320816993713379 128943894.0 0.0 0.0
195 2022-10-17 00:00:00+08:00 3.6600000858306885 3.690000057220459 3.630000114440918 3.6700000762939453 3.3760106563568115 167975332.0 0.0 0.0
196 2022-10-18 00:00:00+08:00 3.680000066757202 3.7200000286102295 3.6500000953674316 3.6700000762939453 3.3760106563568115 100552835.0 0.0 0.0
197 2022-10-19 00:00:00+08:00 3.6700000762939453 3.7200000286102295 3.6600000858306885 3.6700000762939453 3.3760106563568115 107848792.0 0.0 0.0
198 2022-10-20 00:00:00+08:00 3.6600000858306885 3.700000047683716 3.640000104904175 3.680000066757202 3.385209798812866 151081318.0 0.0 0.0
199 2022-10-21 00:00:00+08:00 3.700000047683716 3.759999990463257 3.6600000858306885 3.7200000286102295 3.4220054149627686 147938772.0 0.0 0.0
200 2022-10-24 00:00:00+08:00 3.700000047683716 3.700000047683716 3.5899999141693115 3.619999885559082 3.3300158977508545 265023897.0 0.0 0.0
201 2022-10-25 00:00:00+08:00 3.690000057220459 3.690000057220459 3.5899999141693115 3.6600000858306885 3.366811752319336 223841747.0 0.0 0.0
202 2022-10-26 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.5999999046325684 3.630000114440918 3.339215040206909 178416017.0 0.0 0.0
203 2022-10-27 00:00:00+08:00 3.640000104904175 3.690000057220459 3.5899999141693115 3.630000114440918 3.339215040206909 180205763.0 0.0 0.0
204 2022-10-28 00:00:00+08:00 3.6500000953674316 3.680000066757202 3.5799999237060547 3.5999999046325684 3.3116180896759033 171437925.0 0.0 0.0
205 2022-10-31 00:00:00+08:00 3.640000104904175 3.640000104904175 3.4000000953674316 3.4100000858306885 3.136838436126709 340963964.0 0.0 0.0
206 2022-11-01 00:00:00+08:00 3.450000047683716 3.450000047683716 3.359999895095825 3.4200000762939453 3.1460373401641846 232698920.0 0.0 0.0
207 2022-11-02 00:00:00+08:00 3.4200000762939453 3.5 3.369999885559082 3.490000009536743 3.2104299068450928 144349882.0 0.0 0.0
208 2022-11-03 00:00:00+08:00 3.490000009536743 3.490000009536743 3.369999885559082 3.390000104904175 3.1184403896331787 130609787.0 0.0 0.0
209 2022-11-04 00:00:00+08:00 3.4100000858306885 3.5399999618530273 3.4000000953674316 3.490000009536743 3.2104299068450928 200082427.0 0.0 0.0
210 2022-11-07 00:00:00+08:00 3.490000009536743 3.5999999046325684 3.490000009536743 3.5799999237060547 3.293220281600952 158171458.0 0.0 0.0
211 2022-11-08 00:00:00+08:00 3.5999999046325684 3.619999885559082 3.549999952316284 3.5899999141693115 3.3024191856384277 97074981.0 0.0 0.0
212 2022-11-09 00:00:00+08:00 3.609999895095825 3.6500000953674316 3.569999933242798 3.5999999046325684 3.3116180896759033 133791698.0 0.0 0.0
213 2022-11-10 00:00:00+08:00 3.5999999046325684 3.5999999046325684 3.5199999809265137 3.559999942779541 3.274822235107422 91869883.0 0.0 0.0
214 2022-11-11 00:00:00+08:00 3.640000104904175 3.740000009536743 3.619999885559082 3.7300000190734863 3.431204319000244 317307046.0 0.0 0.0
215 2022-11-14 00:00:00+08:00 3.799999952316284 3.819999933242798 3.680000066757202 3.690000057220459 3.394408702850342 233835549.0 0.0 0.0
216 2022-11-15 00:00:00+08:00 3.700000047683716 3.7799999713897705 3.690000057220459 3.7699999809265137 3.4680001735687256 187874570.0 0.0 0.0
217 2022-11-16 00:00:00+08:00 3.75 3.799999952316284 3.700000047683716 3.7300000190734863 3.431204319000244 182815204.0 0.0 0.0
218 2022-11-17 00:00:00+08:00 3.7300000190734863 3.759999990463257 3.6700000762939453 3.7200000286102295 3.4220054149627686 169346286.0 0.0 0.0
219 2022-11-18 00:00:00+08:00 3.7200000286102295 3.7200000286102295 3.6500000953674316 3.6700000762939453 3.3760106563568115 170907270.0 0.0 0.0
220 2022-11-21 00:00:00+08:00 3.6500000953674316 3.680000066757202 3.609999895095825 3.6700000762939453 3.3760106563568115 132546725.0 0.0 0.0
221 2022-11-22 00:00:00+08:00 3.680000066757202 3.7799999713897705 3.680000066757202 3.7300000190734863 3.431204319000244 314616432.0 0.0 0.0
222 2022-11-23 00:00:00+08:00 3.75 3.8299999237060547 3.740000009536743 3.7699999809265137 3.4680001735687256 266706035.0 0.0 0.0
223 2022-11-24 00:00:00+08:00 3.7899999618530273 3.8299999237060547 3.7699999809265137 3.799999952316284 3.4955968856811523 239947767.0 0.0 0.0
224 2022-11-25 00:00:00+08:00 3.809999942779541 3.880000114440918 3.799999952316284 3.8499999046325684 3.5415914058685303 315415430.0 0.0 0.0
225 2022-11-28 00:00:00+08:00 3.799999952316284 3.799999952316284 3.690000057220459 3.7799999713897705 3.477199077606201 285329073.0 0.0 0.0
226 2022-11-29 00:00:00+08:00 3.799999952316284 3.9200000762939453 3.7899999618530273 3.880000114440918 3.5691885948181152 457518421.0 0.0 0.0
227 2022-11-30 00:00:00+08:00 3.8399999141693115 3.930000066757202 3.819999933242798 3.9100000858306885 3.596785306930542 527274134.0 0.0 0.0
228 2022-12-01 00:00:00+08:00 3.9000000953674316 3.930000066757202 3.869999885559082 3.9100000858306885 3.596785306930542 274400919.0 0.0 0.0
229 2022-12-02 00:00:00+08:00 3.9200000762939453 3.930000066757202 3.819999933242798 3.819999933242798 3.5139946937561035 234537573.0 0.0 0.0
230 2022-12-05 00:00:00+08:00 3.8499999046325684 3.9000000953674316 3.819999933242798 3.8499999046325684 3.5415914058685303 379318895.0 0.0 0.0
231 2022-12-06 00:00:00+08:00 3.8299999237060547 3.869999885559082 3.8299999237060547 3.859999895095825 3.550790548324585 139139112.0 0.0 0.0
232 2022-12-07 00:00:00+08:00 3.880000114440918 3.880000114440918 3.799999952316284 3.799999952316284 3.4955968856811523 372485343.0 0.0 0.0
233 2022-12-08 00:00:00+08:00 3.8299999237060547 3.8499999046325684 3.809999942779541 3.8399999141693115 3.5323925018310547 162099180.0 0.0 0.0
234 2022-12-09 00:00:00+08:00 3.819999933242798 3.890000104904175 3.819999933242798 3.890000104904175 3.578387498855591 234581088.0 0.0 0.0
235 2022-12-12 00:00:00+08:00 3.8499999046325684 3.890000104904175 3.819999933242798 3.859999895095825 3.550790548324585 188878820.0 0.0 0.0
236 2022-12-13 00:00:00+08:00 3.869999885559082 3.869999885559082 3.8299999237060547 3.8399999141693115 3.5323925018310547 148034641.0 0.0 0.0
237 2022-12-14 00:00:00+08:00 3.890000104904175 3.9000000953674316 3.819999933242798 3.8399999141693115 3.5323925018310547 168796301.0 0.0 0.0
238 2022-12-15 00:00:00+08:00 3.8399999141693115 3.8499999046325684 3.7699999809265137 3.8299999237060547 3.523193597793579 155867255.0 0.0 0.0
239 2022-12-16 00:00:00+08:00 3.8499999046325684 3.869999885559082 3.799999952316284 3.8399999141693115 3.5323925018310547 223138746.0 0.0 0.0
240 2022-12-19 00:00:00+08:00 3.8399999141693115 3.869999885559082 3.7699999809265137 3.799999952316284 3.4955968856811523 111495623.0 0.0 0.0
241 2022-12-20 00:00:00+08:00 3.7699999809265137 3.809999942779541 3.75 3.7899999618530273 3.4863979816436768 143976437.0 0.0 0.0
242 2022-12-21 00:00:00+08:00 3.799999952316284 3.8399999141693115 3.7799999713897705 3.819999933242798 3.5139946937561035 109124394.0 0.0 0.0
243 2022-12-22 00:00:00+08:00 3.869999885559082 3.890000104904175 3.8399999141693115 3.880000114440918 3.5691885948181152 137608412.0 0.0 0.0
244 2022-12-23 00:00:00+08:00 3.8299999237060547 3.880000114440918 3.8299999237060547 3.8499999046325684 3.5415914058685303 83743692.0 0.0 0.0
245 2022-12-28 00:00:00+08:00 3.869999885559082 4.03000020980835 3.869999885559082 4.0 3.6795756816864014 324909402.0 0.0 0.0
246 2022-12-29 00:00:00+08:00 4.0 4.019999980926514 3.950000047683716 4.010000228881836 3.688774824142456 166581551.0 0.0 0.0
247 2022-12-30 00:00:00+08:00 4.070000171661377 4.070000171661377 4.019999980926514 4.019999980926514 3.6979734897613525 162913773.0 0.0 0.0
248 2023-01-03 00:00:00+08:00 3.9200000762939453 4.070000171661377 3.9100000858306885 4.059999942779541 3.734769344329834 194182186.0 0.0 0.0
249 2023-01-04 00:00:00+08:00 4.079999923706055 4.130000114440918 4.059999942779541 4.130000114440918 3.799161911010742 211264184.0 0.0 0.0
250 2023-01-05 00:00:00+08:00 4.150000095367432 4.170000076293945 4.110000133514404 4.139999866485596 3.8083608150482178 181427620.0 0.0 0.0
251 2023-01-06 00:00:00+08:00 4.179999828338623 4.179999828338623 4.119999885559082 4.130000114440918 3.799161911010742 247399417.0 0.0 0.0
252 2023-01-09 00:00:00+08:00 4.159999847412109 4.199999809265137 4.119999885559082 4.130000114440918 3.799161911010742 214979619.0 0.0 0.0
253 2023-01-10 00:00:00+08:00 4.139999866485596 4.170000076293945 4.119999885559082 4.139999866485596 3.8083608150482178 403040540.0 0.0 0.0
254 2023-01-11 00:00:00+08:00 4.130000114440918 4.179999828338623 4.119999885559082 4.139999866485596 3.8083608150482178 303390077.0 0.0 0.0
255 2023-01-12 00:00:00+08:00 4.139999866485596 4.199999809265137 4.139999866485596 4.179999828338623 3.84515643119812 245789865.0 0.0 0.0
256 2023-01-13 00:00:00+08:00 4.170000076293945 4.239999771118164 4.170000076293945 4.199999809265137 3.8635542392730713 199160580.0 0.0 0.0
257 2023-01-16 00:00:00+08:00 4.210000038146973 4.260000228881836 4.179999828338623 4.25 3.9095492362976074 241899182.0 0.0 0.0
258 2023-01-17 00:00:00+08:00 4.21999979019165 4.260000228881836 4.21999979019165 4.21999979019165 3.8819520473480225 262359961.0 0.0 0.0
259 2023-01-18 00:00:00+08:00 4.21999979019165 4.260000228881836 4.21999979019165 4.260000228881836 3.918748378753662 222780307.0 0.0 0.0
260 2023-01-19 00:00:00+08:00 4.21999979019165 4.260000228881836 4.139999866485596 4.179999828338623 3.84515643119812 260203406.0 0.0 0.0
261 2023-01-20 00:00:00+08:00 4.210000038146973 4.230000019073486 4.170000076293945 4.21999979019165 3.8819520473480225 194452257.0 0.0 0.0
262 2023-01-26 00:00:00+08:00 4.260000228881836 4.28000020980835 4.230000019073486 4.260000228881836 3.918748378753662 127661742.0 0.0 0.0
263 2023-01-27 00:00:00+08:00 4.239999771118164 4.300000190734863 4.21999979019165 4.300000190734863 3.9555439949035645 149200374.0 0.0 0.0
264 2023-01-30 00:00:00+08:00 4.260000228881836 4.289999961853027 4.170000076293945 4.199999809265137 3.8635542392730713 296591107.0 0.0 0.0
265 2023-01-31 00:00:00+08:00 4.21999979019165 4.25 4.159999847412109 4.190000057220459 3.854355573654175 368763206.0 0.0 0.0
266 2023-02-01 00:00:00+08:00 4.170000076293945 4.210000038146973 4.150000095367432 4.150000095367432 3.8175599575042725 266891473.0 0.0 0.0
267 2023-02-02 00:00:00+08:00 4.179999828338623 4.179999828338623 4.110000133514404 4.130000114440918 3.799161911010742 229277066.0 0.0 0.0
268 2023-02-03 00:00:00+08:00 4.130000114440918 4.130000114440918 4.050000190734863 4.079999923706055 3.753167152404785 271447098.0 0.0 0.0
269 2023-02-06 00:00:00+08:00 4.039999961853027 4.059999942779541 3.990000009536743 4.010000228881836 3.688774824142456 300492721.0 0.0 0.0
270 2023-02-07 00:00:00+08:00 4.03000020980835 4.090000152587891 4.019999980926514 4.050000190734863 3.7255704402923584 219172307.0 0.0 0.0
271 2023-02-08 00:00:00+08:00 4.070000171661377 4.110000133514404 4.059999942779541 4.079999923706055 3.753167152404785 228279752.0 0.0 0.0
272 2023-02-09 00:00:00+08:00 4.070000171661377 4.110000133514404 4.03000020980835 4.050000190734863 3.7255704402923584 187409834.0 0.0 0.0
273 2023-02-10 00:00:00+08:00 4.039999961853027 4.090000152587891 4.03000020980835 4.039999961853027 3.7163712978363037 151607943.0 0.0 0.0
274 2023-02-13 00:00:00+08:00 4.010000228881836 4.059999942779541 4.0 4.03000020980835 3.7071726322174072 171671856.0 0.0 0.0
275 2023-02-14 00:00:00+08:00 4.059999942779541 4.070000171661377 4.019999980926514 4.03000020980835 3.7071726322174072 147352144.0 0.0 0.0
276 2023-02-15 00:00:00+08:00 4.039999961853027 4.050000190734863 3.9700000286102295 3.9800000190734863 3.66117787361145 303483018.0 0.0 0.0
277 2023-02-16 00:00:00+08:00 3.9800000190734863 4.03000020980835 3.9800000190734863 3.9800000190734863 3.66117787361145 240713771.0 0.0 0.0
278 2023-02-17 00:00:00+08:00 3.990000009536743 4.039999961853027 3.9800000190734863 4.0 3.6795756816864014 224799168.0 0.0 0.0
279 2023-02-20 00:00:00+08:00 3.990000009536743 4.059999942779541 3.990000009536743 4.03000020980835 3.7071726322174072 234653980.0 0.0 0.0
280 2023-02-21 00:00:00+08:00 4.019999980926514 4.070000171661377 4.019999980926514 4.03000020980835 3.7071726322174072 135495543.0 0.0 0.0
281 2023-02-22 00:00:00+08:00 4.059999942779541 4.070000171661377 4.0 4.010000228881836 3.688774824142456 139543630.0 0.0 0.0
282 2023-02-23 00:00:00+08:00 4.010000228881836 4.059999942779541 4.010000228881836 4.019999980926514 3.6979734897613525 140377304.0 0.0 0.0
283 2023-02-24 00:00:00+08:00 4.0 4.03000020980835 3.9700000286102295 3.990000009536743 3.670376777648926 206742485.0 0.0 0.0
284 2023-02-27 00:00:00+08:00 3.990000009536743 3.990000009536743 3.930000066757202 3.950000047683716 3.6335809230804443 132506979.0 0.0 0.0
285 2023-02-28 00:00:00+08:00 3.9600000381469727 4.0 3.9100000858306885 3.9200000762939453 3.6059842109680176 234160382.0 0.0 0.0
286 2023-03-01 00:00:00+08:00 3.9200000762939453 4.039999961853027 3.9200000762939453 4.039999961853027 3.7163712978363037 276650060.0 0.0 0.0
287 2023-03-02 00:00:00+08:00 4.0 4.119999885559082 3.990000009536743 4.059999942779541 3.734769344329834 227208559.0 0.0 0.0
288 2023-03-03 00:00:00+08:00 4.099999904632568 4.139999866485596 4.070000171661377 4.099999904632568 3.7715649604797363 191971906.0 0.0 0.0
289 2023-03-06 00:00:00+08:00 4.059999942779541 4.159999847412109 4.059999942779541 4.130000114440918 3.799161911010742 163399856.0 0.0 0.0
290 2023-03-07 00:00:00+08:00 4.119999885559082 4.269999980926514 4.119999885559082 4.159999847412109 3.826758623123169 330921090.0 0.0 0.0
291 2023-03-08 00:00:00+08:00 4.119999885559082 4.170000076293945 4.110000133514404 4.139999866485596 3.8083608150482178 254181206.0 0.0 0.0
292 2023-03-09 00:00:00+08:00 4.139999866485596 4.210000038146973 4.090000152587891 4.099999904632568 3.7715649604797363 207466329.0 0.0 0.0
293 2023-03-10 00:00:00+08:00 4.110000133514404 4.130000114440918 4.039999961853027 4.059999942779541 3.734769344329834 330930499.0 0.0 0.0
294 2023-03-13 00:00:00+08:00 4.050000190734863 4.179999828338623 4.050000190734863 4.159999847412109 3.826758623123169 288944198.0 0.0 0.0
295 2023-03-14 00:00:00+08:00 4.150000095367432 4.210000038146973 4.079999923706055 4.119999885559082 3.7899627685546875 280600748.0 0.0 0.0
296 2023-03-15 00:00:00+08:00 4.139999866485596 4.25 4.139999866485596 4.239999771118164 3.9003500938415527 283998592.0 0.0 0.0
297 2023-03-16 00:00:00+08:00 4.21999979019165 4.260000228881836 4.179999828338623 4.230000019073486 3.891151189804077 267363697.0 0.0 0.0
298 2023-03-17 00:00:00+08:00 4.269999980926514 4.28000020980835 4.21999979019165 4.25 3.9095492362976074 368734553.0 0.0 0.0
299 2023-03-20 00:00:00+08:00 4.21999979019165 4.269999980926514 4.170000076293945 4.210000038146973 3.872753381729126 178187270.0 0.0 0.0
300 2023-03-21 00:00:00+08:00 4.159999847412109 4.239999771118164 4.150000095367432 4.170000076293945 3.8359577655792236 130097337.0 0.0 0.0
301 2023-03-22 00:00:00+08:00 4.179999828338623 4.269999980926514 4.179999828338623 4.21999979019165 3.8819520473480225 180956192.0 0.0 0.0
302 2023-03-23 00:00:00+08:00 4.239999771118164 4.28000020980835 4.199999809265137 4.269999980926514 3.9279470443725586 209048968.0 0.0 0.0
303 2023-03-24 00:00:00+08:00 4.230000019073486 4.260000228881836 4.199999809265137 4.21999979019165 3.8819520473480225 103168396.0 0.0 0.0
304 2023-03-27 00:00:00+08:00 4.230000019073486 4.230000019073486 4.159999847412109 4.179999828338623 3.84515643119812 109853647.0 0.0 0.0
305 2023-03-28 00:00:00+08:00 4.199999809265137 4.260000228881836 4.179999828338623 4.230000019073486 3.891151189804077 155573165.0 0.0 0.0
306 2023-03-29 00:00:00+08:00 4.25 4.300000190734863 4.21999979019165 4.289999961853027 3.9463448524475098 276116933.0 0.0 0.0
307 2023-03-30 00:00:00+08:00 4.260000228881836 4.300000190734863 4.21999979019165 4.269999980926514 3.9279470443725586 163171227.0 0.0 0.0
308 2023-03-31 00:00:00+08:00 4.260000228881836 4.269999980926514 4.170000076293945 4.179999828338623 3.84515643119812 254493724.0 0.0 0.0
309 2023-04-03 00:00:00+08:00 4.190000057220459 4.210000038146973 4.099999904632568 4.110000133514404 3.780764102935791 277410722.0 0.0 0.0
310 2023-04-04 00:00:00+08:00 4.130000114440918 4.190000057220459 4.110000133514404 4.150000095367432 3.8175599575042725 223268023.0 0.0 0.0
311 2023-04-06 00:00:00+08:00 4.150000095367432 4.170000076293945 4.119999885559082 4.150000095367432 3.8175599575042725 154073573.0 0.0 0.0
312 2023-04-11 00:00:00+08:00 4.21999979019165 4.21999979019165 4.139999866485596 4.190000057220459 3.854355573654175 238589850.0 0.0 0.0
313 2023-04-12 00:00:00+08:00 4.210000038146973 4.230000019073486 4.170000076293945 4.230000019073486 3.891151189804077 154918559.0 0.0 0.0
314 2023-04-13 00:00:00+08:00 4.190000057220459 4.239999771118164 4.170000076293945 4.239999771118164 3.9003500938415527 156749951.0 0.0 0.0
315 2023-04-14 00:00:00+08:00 4.260000228881836 4.260000228881836 4.210000038146973 4.25 3.9095492362976074 137196709.0 0.0 0.0
316 2023-04-17 00:00:00+08:00 4.25 4.340000152587891 4.230000019073486 4.320000171661377 3.9739418029785156 256424312.0 0.0 0.0
317 2023-04-18 00:00:00+08:00 4.289999961853027 4.349999904632568 4.260000228881836 4.289999961853027 3.9463448524475098 230468469.0 0.0 0.0
318 2023-04-19 00:00:00+08:00 4.300000190734863 4.340000152587891 4.269999980926514 4.289999961853027 3.9463448524475098 161067782.0 0.0 0.0
319 2023-04-20 00:00:00+08:00 4.289999961853027 4.320000171661377 4.25 4.300000190734863 3.9555439949035645 149893142.0 0.0 0.0
320 2023-04-21 00:00:00+08:00 4.28000020980835 4.349999904632568 4.21999979019165 4.260000228881836 3.918748378753662 196489986.0 0.0 0.0
321 2023-04-24 00:00:00+08:00 4.260000228881836 4.269999980926514 4.159999847412109 4.21999979019165 3.8819520473480225 190168120.0 0.0 0.0
322 2023-04-25 00:00:00+08:00 4.21999979019165 4.239999771118164 4.190000057220459 4.210000038146973 3.872753381729126 139549842.0 0.0 0.0
323 2023-04-26 00:00:00+08:00 4.199999809265137 4.230000019073486 4.150000095367432 4.199999809265137 3.8635542392730713 154338332.0 0.0 0.0
324 2023-04-27 00:00:00+08:00 4.190000057220459 4.25 4.170000076293945 4.21999979019165 3.8819520473480225 210476107.0 0.0 0.0
325 2023-04-28 00:00:00+08:00 4.21999979019165 4.300000190734863 4.199999809265137 4.21999979019165 3.8819520473480225 284844113.0 0.0 0.0
326 2023-05-02 00:00:00+08:00 4.28000020980835 4.28000020980835 4.170000076293945 4.199999809265137 3.8635542392730713 130162079.0 0.0 0.0
327 2023-05-03 00:00:00+08:00 4.159999847412109 4.179999828338623 4.119999885559082 4.159999847412109 3.826758623123169 135388593.0 0.0 0.0
328 2023-05-04 00:00:00+08:00 4.170000076293945 4.389999866485596 4.159999847412109 4.369999885559082 4.019936561584473 429356016.0 0.0 0.0
329 2023-05-05 00:00:00+08:00 4.369999885559082 4.489999771118164 4.369999885559082 4.46999979019165 4.1119256019592285 482576130.0 0.0 0.0
330 2023-05-08 00:00:00+08:00 4.460000038146973 4.679999828338623 4.449999809265137 4.670000076293945 4.295904636383057 645869766.0 0.0 0.0
331 2023-05-09 00:00:00+08:00 4.670000076293945 4.730000019073486 4.539999961853027 4.610000133514404 4.240711212158203 575101809.0 0.0 0.0
332 2023-05-10 00:00:00+08:00 4.610000133514404 4.610000133514404 4.449999809265137 4.46999979019165 4.1119256019592285 396054057.0 0.0 0.0
333 2023-05-11 00:00:00+08:00 4.46999979019165 4.510000228881836 4.380000114440918 4.420000076293945 4.06593132019043 277928846.0 0.0 0.0
334 2023-05-12 00:00:00+08:00 4.400000095367432 4.409999847412109 4.300000190734863 4.329999923706055 3.983140707015991 315117973.0 0.0 0.0
335 2023-05-15 00:00:00+08:00 4.329999923706055 4.440000057220459 4.269999980926514 4.420000076293945 4.06593132019043 412372458.0 0.0 0.0
336 2023-05-16 00:00:00+08:00 4.440000057220459 4.480000019073486 4.389999866485596 4.420000076293945 4.06593132019043 97420412.0 0.0 0.0
337 2023-05-17 00:00:00+08:00 4.400000095367432 4.480000019073486 4.349999904632568 4.369999885559082 4.019936561584473 232920948.0 0.0 0.0
338 2023-05-18 00:00:00+08:00 4.389999866485596 4.5 4.360000133514404 4.449999809265137 4.093527793884277 248785011.0 0.0 0.0
339 2023-05-19 00:00:00+08:00 4.440000057220459 4.489999771118164 4.380000114440918 4.420000076293945 4.06593132019043 172064051.0 0.0 0.0
340 2023-05-22 00:00:00+08:00 4.460000038146973 4.5 4.420000076293945 4.449999809265137 4.093527793884277 195795701.0 0.0 0.0
341 2023-05-23 00:00:00+08:00 4.480000019073486 4.489999771118164 4.360000133514404 4.389999866485596 4.038334369659424 186289922.0 0.0 0.0
342 2023-05-24 00:00:00+08:00 4.369999885559082 4.389999866485596 4.269999980926514 4.300000190734863 3.9555439949035645 271979464.0 0.0 0.0
343 2023-05-25 00:00:00+08:00 4.25 4.289999961853027 4.21999979019165 4.230000019073486 3.891151189804077 208049429.0 0.0 0.0
344 2023-05-29 00:00:00+08:00 4.21999979019165 4.300000190734863 4.21999979019165 4.25 3.9095492362976074 188622384.0 0.0 0.0
345 2023-05-30 00:00:00+08:00 4.239999771118164 4.260000228881836 4.199999809265137 4.230000019073486 3.891151189804077 214459172.0 0.0 0.0
346 2023-05-31 00:00:00+08:00 4.199999809265137 4.230000019073486 4.130000114440918 4.190000057220459 3.854355573654175 443635604.0 0.0 0.0
347 2023-06-01 00:00:00+08:00 4.150000095367432 4.199999809265137 4.130000114440918 4.130000114440918 3.799161911010742 195878156.0 0.0 0.0
348 2023-06-02 00:00:00+08:00 4.159999847412109 4.230000019073486 4.139999866485596 4.199999809265137 3.8635542392730713 238106726.0 0.0 0.0
349 2023-06-05 00:00:00+08:00 4.190000057220459 4.289999961853027 4.179999828338623 4.269999980926514 3.9279470443725586 154128851.0 0.0 0.0
350 2023-06-06 00:00:00+08:00 4.269999980926514 4.340000152587891 4.239999771118164 4.269999980926514 3.9279470443725586 138382474.0 0.0 0.0
351 2023-06-07 00:00:00+08:00 4.269999980926514 4.329999923706055 4.269999980926514 4.300000190734863 3.9555439949035645 138165536.0 0.0 0.0
352 2023-06-08 00:00:00+08:00 4.329999923706055 4.369999885559082 4.300000190734863 4.340000152587891 3.992339849472046 143479250.0 0.0 0.0
353 2023-06-09 00:00:00+08:00 4.340000152587891 4.380000114440918 4.320000171661377 4.340000152587891 3.992339849472046 115975825.0 0.0 0.0
354 2023-06-12 00:00:00+08:00 4.329999923706055 4.360000133514404 4.289999961853027 4.329999923706055 3.983140707015991 181527647.0 0.0 0.0
355 2023-06-13 00:00:00+08:00 4.320000171661377 4.329999923706055 4.230000019073486 4.25 3.9095492362976074 326274159.0 0.0 0.0
356 2023-06-14 00:00:00+08:00 4.260000228881836 4.260000228881836 4.130000114440918 4.150000095367432 3.8175599575042725 442669757.0 0.0 0.0
357 2023-06-15 00:00:00+08:00 4.199999809265137 4.199999809265137 4.110000133514404 4.170000076293945 3.8359577655792236 277010186.0 0.0 0.0
358 2023-06-16 00:00:00+08:00 4.150000095367432 4.210000038146973 4.150000095367432 4.210000038146973 3.872753381729126 328021658.0 0.0 0.0
359 2023-06-19 00:00:00+08:00 4.190000057220459 4.210000038146973 4.150000095367432 4.179999828338623 3.84515643119812 192042607.0 0.0 0.0
360 2023-06-20 00:00:00+08:00 4.170000076293945 4.179999828338623 4.119999885559082 4.170000076293945 3.8359577655792236 235233878.0 0.0 0.0
361 2023-06-21 00:00:00+08:00 4.150000095367432 4.199999809265137 4.139999866485596 4.159999847412109 3.826758623123169 241636902.0 0.0 0.0
362 2023-06-23 00:00:00+08:00 4.170000076293945 4.179999828338623 4.119999885559082 4.130000114440918 3.799161911010742 179933946.0 0.0 0.0
363 2023-06-26 00:00:00+08:00 4.150000095367432 4.150000095367432 4.079999923706055 4.110000133514404 3.780764102935791 266470090.0 0.0 0.0
364 2023-06-27 00:00:00+08:00 4.099999904632568 4.159999847412109 4.090000152587891 4.150000095367432 3.8175599575042725 228143854.0 0.0 0.0
365 2023-06-28 00:00:00+08:00 4.130000114440918 4.179999828338623 4.119999885559082 4.159999847412109 3.826758623123169 180586497.0 0.0 0.0
366 2023-06-29 00:00:00+08:00 4.159999847412109 4.179999828338623 4.130000114440918 4.159999847412109 3.826758623123169 184805600.0 0.0 0.0
367 2023-06-30 00:00:00+08:00 4.170000076293945 4.21999979019165 4.159999847412109 4.179999828338623 3.84515643119812 218725448.0 0.0 0.0
368 2023-07-03 00:00:00+08:00 4.199999809265137 4.269999980926514 4.190000057220459 4.239999771118164 3.9003500938415527 309192456.0 0.0 0.0
369 2023-07-04 00:00:00+08:00 4.230000019073486 4.269999980926514 4.159999847412109 4.190000057220459 3.854355573654175 294729733.0 0.0 0.0
370 2023-07-05 00:00:00+08:00 4.170000076293945 4.179999828338623 4.099999904632568 4.110000133514404 3.780764102935791 316065085.0 0.0 0.0
371 2023-07-06 00:00:00+08:00 3.7799999713897705 3.7899999618530273 3.640000104904175 3.6600000858306885 3.6600000858306885 483351531.0 0.329236 0.0
372 2023-07-07 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.5999999046325684 3.609999895095825 3.609999895095825 344014894.0 0.0 0.0
373 2023-07-10 00:00:00+08:00 3.619999885559082 3.6600000858306885 3.559999942779541 3.5899999141693115 3.5899999141693115 263135021.0 0.0 0.0
374 2023-07-11 00:00:00+08:00 3.630000114440918 3.640000104904175 3.569999933242798 3.5999999046325684 3.5999999046325684 290916418.0 0.0 0.0
375 2023-07-12 00:00:00+08:00 3.630000114440918 3.640000104904175 3.5799999237060547 3.5999999046325684 3.5999999046325684 251835089.0 0.0 0.0
376 2023-07-13 00:00:00+08:00 3.609999895095825 3.6500000953674316 3.5899999141693115 3.619999885559082 3.619999885559082 243505182.0 0.0 0.0
377 2023-07-14 00:00:00+08:00 3.6600000858306885 3.680000066757202 3.630000114440918 3.6600000858306885 3.6600000858306885 258981289.0 0.0 0.0
378 2023-07-18 00:00:00+08:00 3.6600000858306885 3.6600000858306885 3.549999952316284 3.5799999237060547 3.5799999237060547 273570216.0 0.0 0.0
379 2023-07-19 00:00:00+08:00 3.549999952316284 3.619999885559082 3.5399999618530273 3.5899999141693115 3.5899999141693115 158493423.0 0.0 0.0
380 2023-07-20 00:00:00+08:00 3.619999885559082 3.6600000858306885 3.5999999046325684 3.609999895095825 3.609999895095825 124194456.0 0.0 0.0
381 2023-07-21 00:00:00+08:00 3.640000104904175 3.680000066757202 3.630000114440918 3.6600000858306885 3.6600000858306885 122860627.0 0.0 0.0
382 2023-07-24 00:00:00+08:00 3.630000114440918 3.6600000858306885 3.5799999237060547 3.5899999141693115 3.5899999141693115 165661469.0 0.0 0.0
383 2023-07-25 00:00:00+08:00 3.609999895095825 3.7300000190734863 3.609999895095825 3.690000057220459 3.690000057220459 233245325.0 0.0 0.0
384 2023-07-26 00:00:00+08:00 3.690000057220459 3.7300000190734863 3.630000114440918 3.6500000953674316 3.6500000953674316 174178400.0 0.0 0.0
385 2023-07-27 00:00:00+08:00 3.6600000858306885 3.7300000190734863 3.6500000953674316 3.700000047683716 3.700000047683716 244815663.0 0.0 0.0
386 2023-07-28 00:00:00+08:00 3.680000066757202 3.759999990463257 3.6700000762939453 3.740000009536743 3.740000009536743 231213125.0 0.0 0.0
387 2023-07-31 00:00:00+08:00 3.75 3.859999895095825 3.740000009536743 3.799999952316284 3.799999952316284 341189678.0 0.0 0.0
388 2023-08-01 00:00:00+08:00 3.819999933242798 3.859999895095825 3.7699999809265137 3.7799999713897705 3.7799999713897705 190142810.0 0.0 0.0
389 2023-08-02 00:00:00+08:00 3.759999990463257 3.7799999713897705 3.6600000858306885 3.6700000762939453 3.6700000762939453 288581439.0 0.0 0.0
390 2023-08-03 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.630000114440918 3.6500000953674316 3.6500000953674316 292039499.0 0.0 0.0
391 2023-08-04 00:00:00+08:00 3.680000066757202 3.7300000190734863 3.630000114440918 3.640000104904175 3.640000104904175 195330853.0 0.0 0.0
392 2023-08-07 00:00:00+08:00 3.640000104904175 3.6600000858306885 3.619999885559082 3.640000104904175 3.640000104904175 151992015.0 0.0 0.0
393 2023-08-08 00:00:00+08:00 3.619999885559082 3.630000114440918 3.5799999237060547 3.5999999046325684 3.5999999046325684 226116681.0 0.0 0.0
394 2023-08-09 00:00:00+08:00 3.5799999237060547 3.619999885559082 3.559999942779541 3.619999885559082 3.619999885559082 194636023.0 0.0 0.0
395 2023-08-10 00:00:00+08:00 3.569999933242798 3.630000114440918 3.559999942779541 3.5999999046325684 3.5999999046325684 257523027.0 0.0 0.0
396 2023-08-11 00:00:00+08:00 3.5899999141693115 3.5899999141693115 3.5299999713897705 3.569999933242798 3.569999933242798 260620282.0 0.0 0.0
397 2023-08-14 00:00:00+08:00 3.5199999809265137 3.5299999713897705 3.4600000381469727 3.5 3.5 308586690.0 0.0 0.0
398 2023-08-15 00:00:00+08:00 3.4800000190734863 3.509999990463257 3.4600000381469727 3.4800000190734863 3.4800000190734863 206833725.0 0.0 0.0
399 2023-08-16 00:00:00+08:00 3.450000047683716 3.4800000190734863 3.4100000858306885 3.4200000762939453 3.4200000762939453 234260976.0 0.0 0.0
400 2023-08-17 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.359999895095825 3.4200000762939453 3.4200000762939453 313019294.0 0.0 0.0
401 2023-08-18 00:00:00+08:00 3.430000066757202 3.5 3.4000000953674316 3.4100000858306885 3.4100000858306885 310788020.0 0.0 0.0
402 2023-08-21 00:00:00+08:00 3.4000000953674316 3.4000000953674316 3.3499999046325684 3.359999895095825 3.359999895095825 278392065.0 0.0 0.0
403 2023-08-22 00:00:00+08:00 3.359999895095825 3.450000047683716 3.359999895095825 3.4000000953674316 3.4000000953674316 312832612.0 0.0 0.0
404 2023-08-23 00:00:00+08:00 3.390000104904175 3.4600000381469727 3.390000104904175 3.4200000762939453 3.4200000762939453 229353234.0 0.0 0.0
405 2023-08-24 00:00:00+08:00 3.4200000762939453 3.4700000286102295 3.4100000858306885 3.450000047683716 3.450000047683716 216303897.0 0.0 0.0
406 2023-08-25 00:00:00+08:00 3.450000047683716 3.5299999713897705 3.450000047683716 3.4600000381469727 3.4600000381469727 207713213.0 0.0 0.0
407 2023-08-28 00:00:00+08:00 3.569999933242798 3.5899999141693115 3.509999990463257 3.509999990463257 3.509999990463257 244114203.0 0.0 0.0
408 2023-08-29 00:00:00+08:00 3.549999952316284 3.619999885559082 3.5299999713897705 3.5899999141693115 3.5899999141693115 346986717.0 0.0 0.0
409 2023-08-30 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.559999942779541 3.569999933242798 3.569999933242798 336774337.0 0.0 0.0
410 2023-08-31 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.559999942779541 3.5999999046325684 3.5999999046325684 817327216.0 0.0 0.0
411 2023-09-04 00:00:00+08:00 3.609999895095825 3.7699999809265137 3.609999895095825 3.7300000190734863 3.7300000190734863 629620119.0 0.0 0.0
412 2023-09-05 00:00:00+08:00 3.700000047683716 3.75 3.6700000762939453 3.680000066757202 3.680000066757202 252233724.0 0.0 0.0
413 2023-09-06 00:00:00+08:00 3.6600000858306885 3.759999990463257 3.6500000953674316 3.740000009536743 3.740000009536743 307058008.0 0.0 0.0
414 2023-09-07 00:00:00+08:00 3.740000009536743 3.799999952316284 3.7100000381469727 3.7699999809265137 3.7699999809265137 356783232.0 0.0 0.0
415 2023-09-11 00:00:00+08:00 3.7200000286102295 3.7799999713897705 3.690000057220459 3.75 3.75 308247176.0 0.0 0.0
416 2023-09-12 00:00:00+08:00 3.75 3.7899999618530273 3.7200000286102295 3.7699999809265137 3.7699999809265137 180754456.0 0.0 0.0
417 2023-09-13 00:00:00+08:00 3.7799999713897705 3.799999952316284 3.7200000286102295 3.75 3.75 295869721.0 0.0 0.0
418 2023-09-14 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.759999990463257 3.7899999618530273 3.7899999618530273 274404409.0 0.0 0.0
419 2023-09-15 00:00:00+08:00 3.809999942779541 3.859999895095825 3.7899999618530273 3.799999952316284 3.799999952316284 366935288.0 0.0 0.0
420 2023-09-18 00:00:00+08:00 3.7699999809265137 3.7799999713897705 3.7200000286102295 3.75 3.75 221671313.0 0.0 0.0
421 2023-09-19 00:00:00+08:00 3.75 3.819999933242798 3.740000009536743 3.819999933242798 3.819999933242798 269533597.0 0.0 0.0
422 2023-09-20 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.799999952316284 3.799999952316284 3.799999952316284 230980912.0 0.0 0.0
423 2023-09-21 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.7300000190734863 3.759999990463257 3.759999990463257 348696431.0 0.0 0.0
424 2023-09-22 00:00:00+08:00 3.740000009536743 3.809999942779541 3.740000009536743 3.809999942779541 3.809999942779541 245368556.0 0.0 0.0
425 2023-09-25 00:00:00+08:00 3.799999952316284 3.8299999237060547 3.740000009536743 3.75 3.75 225999218.0 0.0 0.0
426 2023-09-26 00:00:00+08:00 3.7300000190734863 3.7899999618530273 3.680000066757202 3.700000047683716 3.700000047683716 231317116.0 0.0 0.0
427 2023-09-27 00:00:00+08:00 3.7200000286102295 3.7699999809265137 3.700000047683716 3.740000009536743 3.740000009536743 166651605.0 0.0 0.0
428 2023-09-28 00:00:00+08:00 3.7300000190734863 3.75 3.700000047683716 3.700000047683716 3.700000047683716 256509231.0 0.0 0.0
429 2023-09-29 00:00:00+08:00 3.700000047683716 3.809999942779541 3.700000047683716 3.7699999809265137 3.7699999809265137 233478337.0 0.0 0.0
430 2023-10-03 00:00:00+08:00 3.7300000190734863 3.7300000190734863 3.569999933242798 3.5899999141693115 3.5899999141693115 295613538.0 0.0 0.0
431 2023-10-04 00:00:00+08:00 3.569999933242798 3.630000114440918 3.5399999618530273 3.609999895095825 3.609999895095825 180928145.0 0.0 0.0
432 2023-10-05 00:00:00+08:00 3.630000114440918 3.6500000953674316 3.5899999141693115 3.5999999046325684 3.5999999046325684 137405790.0 0.0 0.0
433 2023-10-06 00:00:00+08:00 3.6500000953674316 3.7100000381469727 3.640000104904175 3.6600000858306885 3.6600000858306885 137863261.0 0.0 0.0
434 2023-10-09 00:00:00+08:00 3.690000057220459 3.7200000286102295 3.6700000762939453 3.680000066757202 3.680000066757202 105503037.0 0.0 0.0
435 2023-10-10 00:00:00+08:00 3.7300000190734863 3.7799999713897705 3.700000047683716 3.7100000381469727 3.7100000381469727 124645952.0 0.0 0.0
436 2023-10-11 00:00:00+08:00 3.7699999809265137 3.7699999809265137 3.7300000190734863 3.740000009536743 3.740000009536743 175540685.0 0.0 0.0
437 2023-10-12 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.819999933242798 3.9200000762939453 3.9200000762939453 675968330.0 0.0 0.0
438 2023-10-13 00:00:00+08:00 3.9000000953674316 3.9100000858306885 3.8499999046325684 3.8499999046325684 3.8499999046325684 250344063.0 0.0 0.0
439 2023-10-16 00:00:00+08:00 3.8499999046325684 3.9000000953674316 3.819999933242798 3.8499999046325684 3.8499999046325684 171560136.0 0.0 0.0
440 2023-10-17 00:00:00+08:00 3.869999885559082 3.940000057220459 3.8399999141693115 3.9100000858306885 3.9100000858306885 241303688.0 0.0 0.0
441 2023-10-18 00:00:00+08:00 3.9100000858306885 3.940000057220459 3.869999885559082 3.880000114440918 3.880000114440918 182110047.0 0.0 0.0
442 2023-10-19 00:00:00+08:00 3.819999933242798 3.8499999046325684 3.7799999713897705 3.7899999618530273 3.7899999618530273 193820232.0 0.0 0.0
443 2023-10-20 00:00:00+08:00 3.7699999809265137 3.8299999237060547 3.75 3.759999990463257 3.759999990463257 163210066.0 0.0 0.0
444 2023-10-24 00:00:00+08:00 3.7200000286102295 3.7699999809265137 3.7100000381469727 3.740000009536743 3.740000009536743 190336656.0 0.0 0.0
445 2023-10-25 00:00:00+08:00 3.8399999141693115 3.8499999046325684 3.75 3.7699999809265137 3.7699999809265137 216824013.0 0.0 0.0
446 2023-10-26 00:00:00+08:00 3.799999952316284 3.819999933242798 3.759999990463257 3.799999952316284 3.799999952316284 134917498.0 0.0 0.0
447 2023-10-27 00:00:00+08:00 3.8399999141693115 3.9000000953674316 3.809999942779541 3.8499999046325684 3.8499999046325684 226052377.0 0.0 0.0
448 2023-10-30 00:00:00+08:00 3.8499999046325684 3.859999895095825 3.680000066757202 3.740000009536743 3.740000009536743 286400692.0 0.0 0.0
449 2023-10-31 00:00:00+08:00 3.740000009536743 3.7799999713897705 3.7100000381469727 3.759999990463257 3.759999990463257 206277198.0 0.0 0.0
450 2023-11-01 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.75 3.799999952316284 3.799999952316284 153678182.0 0.0 0.0
451 2023-11-02 00:00:00+08:00 3.799999952316284 3.8499999046325684 3.75 3.7799999713897705 3.7799999713897705 191144882.0 0.0 0.0
452 2023-11-03 00:00:00+08:00 3.819999933242798 3.8399999141693115 3.7799999713897705 3.809999942779541 3.809999942779541 156922242.0 0.0 0.0
453 2023-11-06 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.7899999618530273 202473003.0 0.0 0.0
454 2023-11-07 00:00:00+08:00 3.759999990463257 3.7899999618530273 3.7200000286102295 3.7300000190734863 3.7300000190734863 190605813.0 0.0 0.0
455 2023-11-08 00:00:00+08:00 3.7699999809265137 3.7699999809265137 3.700000047683716 3.7100000381469727 3.7100000381469727 139666955.0 0.0 0.0
456 2023-11-09 00:00:00+08:00 3.700000047683716 3.7300000190734863 3.700000047683716 3.7100000381469727 3.7100000381469727 71881453.0 0.0 0.0
457 2023-11-10 00:00:00+08:00 3.700000047683716 3.7200000286102295 3.6700000762939453 3.680000066757202 3.680000066757202 128215976.0 0.0 0.0
458 2023-11-13 00:00:00+08:00 3.690000057220459 3.7300000190734863 3.640000104904175 3.7200000286102295 3.7200000286102295 146968935.0 0.0 0.0
459 2023-11-14 00:00:00+08:00 3.740000009536743 3.7699999809265137 3.7200000286102295 3.740000009536743 3.740000009536743 155959721.0 0.0 0.0
460 2023-11-15 00:00:00+08:00 3.809999942779541 3.880000114440918 3.7799999713897705 3.859999895095825 3.859999895095825 260901823.0 0.0 0.0
461 2023-11-16 00:00:00+08:00 3.869999885559082 3.869999885559082 3.7899999618530273 3.819999933242798 3.819999933242798 96949779.0 0.0 0.0
462 2023-11-17 00:00:00+08:00 3.7799999713897705 3.809999942779541 3.7300000190734863 3.75 3.75 156398933.0 0.0 0.0
463 2023-11-20 00:00:00+08:00 3.7799999713897705 3.8299999237060547 3.759999990463257 3.8299999237060547 3.8299999237060547 143975679.0 0.0 0.0
464 2023-11-21 00:00:00+08:00 3.869999885559082 3.890000104904175 3.7799999713897705 3.7899999618530273 3.7899999618530273 158102559.0 0.0 0.0
465 2023-11-22 00:00:00+08:00 3.7799999713897705 3.819999933242798 3.759999990463257 3.799999952316284 3.799999952316284 60718192.0 0.0 0.0
466 2023-11-23 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.759999990463257 3.8499999046325684 3.8499999046325684 115217596.0 0.0 0.0
467 2023-11-24 00:00:00+08:00 3.8499999046325684 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.7899999618530273 93281480.0 0.0 0.0
468 2023-11-27 00:00:00+08:00 3.819999933242798 3.819999933242798 3.740000009536743 3.7799999713897705 3.7799999713897705 130065350.0 0.0 0.0
469 2023-11-28 00:00:00+08:00 3.799999952316284 3.799999952316284 3.740000009536743 3.759999990463257 3.759999990463257 113725337.0 0.0 0.0
470 2023-11-29 00:00:00+08:00 3.7799999713897705 3.7899999618530273 3.680000066757202 3.7200000286102295 3.7200000286102295 226633574.0 0.0 0.0
471 2023-11-30 00:00:00+08:00 3.740000009536743 3.75 3.700000047683716 3.740000009536743 3.740000009536743 267272719.0 0.0 0.0
472 2023-12-01 00:00:00+08:00 3.7200000286102295 3.759999990463257 3.680000066757202 3.690000057220459 3.690000057220459 159742141.0 0.0 0.0
473 2023-12-04 00:00:00+08:00 3.740000009536743 3.75 3.690000057220459 3.690000057220459 3.690000057220459 199824961.0 0.0 0.0
474 2023-12-05 00:00:00+08:00 3.7100000381469727 3.7100000381469727 3.609999895095825 3.630000114440918 3.630000114440918 274505556.0 0.0 0.0
475 2023-12-06 00:00:00+08:00 3.640000104904175 3.6600000858306885 3.609999895095825 3.640000104904175 3.640000104904175 164730514.0 0.0 0.0
476 2023-12-07 00:00:00+08:00 3.630000114440918 3.6500000953674316 3.5999999046325684 3.640000104904175 3.640000104904175 123750268.0 0.0 0.0
477 2023-12-08 00:00:00+08:00 3.6700000762939453 3.680000066757202 3.5899999141693115 3.630000114440918 3.630000114440918 210592613.0 0.0 0.0
478 2023-12-11 00:00:00+08:00 3.5899999141693115 3.619999885559082 3.5199999809265137 3.609999895095825 3.609999895095825 326769186.0 0.0 0.0
479 2023-12-12 00:00:00+08:00 3.609999895095825 3.6700000762939453 3.5999999046325684 3.6500000953674316 3.6500000953674316 262302427.0 0.0 0.0
480 2023-12-13 00:00:00+08:00 3.6500000953674316 3.690000057220459 3.630000114440918 3.680000066757202 3.680000066757202 187744171.0 0.0 0.0
481 2023-12-14 00:00:00+08:00 3.7100000381469727 3.740000009536743 3.640000104904175 3.680000066757202 3.680000066757202 245663930.0 0.0 0.0
482 2023-12-15 00:00:00+08:00 3.7200000286102295 3.759999990463257 3.680000066757202 3.700000047683716 3.700000047683716 390760942.0 0.0 0.0
483 2023-12-18 00:00:00+08:00 3.690000057220459 3.7100000381469727 3.6600000858306885 3.690000057220459 3.690000057220459 108207962.0 0.0 0.0
484 2023-12-19 00:00:00+08:00 3.6600000858306885 3.700000047683716 3.640000104904175 3.6700000762939453 3.6700000762939453 97469500.0 0.0 0.0
485 2023-12-20 00:00:00+08:00 3.690000057220459 3.690000057220459 3.619999885559082 3.6500000953674316 3.6500000953674316 188953599.0 0.0 0.0
486 2023-12-21 00:00:00+08:00 3.619999885559082 3.700000047683716 3.619999885559082 3.680000066757202 3.680000066757202 123393447.0 0.0 0.0
487 2023-12-22 00:00:00+08:00 3.700000047683716 3.7300000190734863 3.6700000762939453 3.680000066757202 3.680000066757202 177408320.0 0.0 0.0
488 2023-12-27 00:00:00+08:00 3.700000047683716 3.759999990463257 3.680000066757202 3.740000009536743 3.740000009536743 226712895.0 0.0 0.0
489 2023-12-28 00:00:00+08:00 3.740000009536743 3.809999942779541 3.7300000190734863 3.7799999713897705 3.7799999713897705 189710209.0 0.0 0.0
490 2023-12-29 00:00:00+08:00 3.7899999618530273 3.8299999237060547 3.7799999713897705 3.819999933242798 3.819999933242798 142535264.0 0.0 0.0
491 2024-01-02 00:00:00+08:00 3.8399999141693115 3.8399999141693115 3.7200000286102295 3.740000009536743 3.740000009536743 195715603.0 0.0 0.0
492 2024-01-03 00:00:00+08:00 3.7100000381469727 3.759999990463257 3.7100000381469727 3.740000009536743 3.740000009536743 106480528.0 0.0 0.0
493 2024-01-04 00:00:00+08:00 3.759999990463257 3.799999952316284 3.7300000190734863 3.7799999713897705 3.7799999713897705 208328871.0 0.0 0.0
494 2024-01-05 00:00:00+08:00 3.7799999713897705 3.8299999237060547 3.7300000190734863 3.75 3.75 270256306.0 0.0 0.0
495 2024-01-08 00:00:00+08:00 3.75 3.7799999713897705 3.6600000858306885 3.680000066757202 3.680000066757202 279114999.0 0.0 0.0
496 2024-01-09 00:00:00+08:00 3.680000066757202 3.7100000381469727 3.6500000953674316 3.680000066757202 3.680000066757202 172987783.0 0.0 0.0
497 2024-01-10 00:00:00+08:00 3.6700000762939453 3.7100000381469727 3.6500000953674316 3.680000066757202 3.680000066757202 181918519.0 0.0 0.0
498 2024-01-11 00:00:00+08:00 3.680000066757202 3.7200000286102295 3.6500000953674316 3.680000066757202 3.680000066757202 167408254.0 0.0 0.0
499 2024-01-12 00:00:00+08:00 3.6700000762939453 3.7100000381469727 3.6600000858306885 3.690000057220459 3.690000057220459 98085190.0 0.0 0.0
500 2024-01-15 00:00:00+08:00 3.700000047683716 3.7100000381469727 3.6700000762939453 3.700000047683716 3.700000047683716 77810606.0 0.0 0.0
501 2024-01-16 00:00:00+08:00 3.680000066757202 3.7100000381469727 3.630000114440918 3.640000104904175 3.640000104904175 209104452.0 0.0 0.0
502 2024-01-17 00:00:00+08:00 3.630000114440918 3.640000104904175 3.5299999713897705 3.549999952316284 3.549999952316284 374776282.0 0.0 0.0
503 2024-01-18 00:00:00+08:00 3.559999942779541 3.5799999237060547 3.5299999713897705 3.569999933242798 3.569999933242798 279566330.0 0.0 0.0
504 2024-01-19 00:00:00+08:00 3.5799999237060547 3.619999885559082 3.549999952316284 3.5899999141693115 3.5899999141693115 211407811.0 0.0 0.0
505 2024-01-22 00:00:00+08:00 3.5999999046325684 3.609999895095825 3.509999990463257 3.5399999618530273 3.5399999618530273 231495995.0 0.0 0.0
506 2024-01-23 00:00:00+08:00 3.5299999713897705 3.640000104904175 3.5199999809265137 3.609999895095825 3.609999895095825 234767946.0 0.0 0.0
507 2024-01-24 00:00:00+08:00 3.609999895095825 3.759999990463257 3.609999895095825 3.740000009536743 3.740000009536743 431565592.0 0.0 0.0
508 2024-01-25 00:00:00+08:00 3.740000009536743 3.8399999141693115 3.700000047683716 3.8299999237060547 3.8299999237060547 490972859.0 0.0 0.0
509 2024-01-26 00:00:00+08:00 3.819999933242798 3.859999895095825 3.809999942779541 3.819999933242798 3.819999933242798 264403292.0 0.0 0.0
510 2024-01-29 00:00:00+08:00 3.819999933242798 3.890000104904175 3.809999942779541 3.859999895095825 3.859999895095825 301165078.0 0.0 0.0
511 2024-01-30 00:00:00+08:00 3.8299999237060547 3.8499999046325684 3.7899999618530273 3.809999942779541 3.809999942779541 227981489.0 0.0 0.0
512 2024-01-31 00:00:00+08:00 3.809999942779541 3.8299999237060547 3.759999990463257 3.819999933242798 3.819999933242798 248660671.0 0.0 0.0
513 2024-02-01 00:00:00+08:00 3.819999933242798 3.8499999046325684 3.7799999713897705 3.7899999618530273 3.7899999618530273 202592840.0 0.0 0.0
514 2024-02-02 00:00:00+08:00 3.799999952316284 3.8499999046325684 3.7699999809265137 3.7899999618530273 3.7899999618530273 154637396.0 0.0 0.0
515 2024-02-05 00:00:00+08:00 3.7699999809265137 3.819999933242798 3.759999990463257 3.799999952316284 3.799999952316284 174185125.0 0.0 0.0
516 2024-02-06 00:00:00+08:00 3.7899999618530273 3.940000057220459 3.7899999618530273 3.9200000762939453 3.9200000762939453 295401124.0 0.0 0.0
517 2024-02-07 00:00:00+08:00 3.9100000858306885 3.950000047683716 3.869999885559082 3.890000104904175 3.890000104904175 258681088.0 0.0 0.0
518 2024-02-08 00:00:00+08:00 3.890000104904175 3.9100000858306885 3.8299999237060547 3.8499999046325684 3.8499999046325684 149952865.0 0.0 0.0
519 2024-02-09 00:00:00+08:00 3.799999952316284 3.8299999237060547 3.7699999809265137 3.8299999237060547 3.8299999237060547 43789521.0 0.0 0.0
520 2024-02-14 00:00:00+08:00 3.7799999713897705 3.880000114440918 3.75 3.859999895095825 3.859999895095825 87229443.0 0.0 0.0
521 2024-02-15 00:00:00+08:00 3.8399999141693115 3.9100000858306885 3.8299999237060547 3.890000104904175 3.890000104904175 76124014.0 0.0 0.0
522 2024-02-16 00:00:00+08:00 3.890000104904175 3.940000057220459 3.869999885559082 3.930000066757202 3.930000066757202 124046262.0 0.0 0.0
523 2024-02-19 00:00:00+08:00 3.940000057220459 3.9600000381469727 3.9000000953674316 3.9200000762939453 3.9200000762939453 129179934.0 0.0 0.0
524 2024-02-20 00:00:00+08:00 3.930000066757202 3.9800000190734863 3.9200000762939453 3.9800000190734863 3.9800000190734863 146061157.0 0.0 0.0
525 2024-02-21 00:00:00+08:00 3.990000009536743 4.159999847412109 3.9700000286102295 4.070000171661377 4.070000171661377 473060462.0 0.0 0.0
526 2024-02-22 00:00:00+08:00 4.059999942779541 4.110000133514404 4.039999961853027 4.099999904632568 4.099999904632568 211209589.0 0.0 0.0
527 2024-02-23 00:00:00+08:00 4.090000152587891 4.179999828338623 4.079999923706055 4.139999866485596 4.139999866485596 323870350.0 0.0 0.0
528 2024-02-26 00:00:00+08:00 4.150000095367432 4.159999847412109 4.050000190734863 4.079999923706055 4.079999923706055 262309468.0 0.0 0.0
529 2024-02-27 00:00:00+08:00 4.070000171661377 4.119999885559082 4.050000190734863 4.099999904632568 4.099999904632568 176141560.0 0.0 0.0
530 2024-02-28 00:00:00+08:00 4.099999904632568 4.119999885559082 4.039999961853027 4.059999942779541 4.059999942779541 179704568.0 0.0 0.0
531 2024-02-29 00:00:00+08:00 4.039999961853027 4.090000152587891 4.039999961853027 4.039999961853027 4.039999961853027 190343656.0 0.0 0.0
532 2024-03-01 00:00:00+08:00 4.019999980926514 4.079999923706055 3.9700000286102295 4.050000190734863 4.050000190734863 282167874.0 0.0 0.0
533 2024-03-04 00:00:00+08:00 4.039999961853027 4.050000190734863 3.990000009536743 4.019999980926514 4.019999980926514 204903610.0 0.0 0.0
534 2024-03-05 00:00:00+08:00 3.9800000190734863 4.059999942779541 3.950000047683716 3.990000009536743 3.990000009536743 249784197.0 0.0 0.0
535 2024-03-06 00:00:00+08:00 4.010000228881836 4.059999942779541 3.9800000190734863 4.03000020980835 4.03000020980835 270589633.0 0.0 0.0
536 2024-03-07 00:00:00+08:00 4.03000020980835 4.090000152587891 4.0 4.03000020980835 4.03000020980835 165980033.0 0.0 0.0
537 2024-03-08 00:00:00+08:00 4.039999961853027 4.099999904632568 4.019999980926514 4.050000190734863 4.050000190734863 292329286.0 0.0 0.0
538 2024-03-11 00:00:00+08:00 4.050000190734863 4.110000133514404 4.03000020980835 4.059999942779541 4.059999942779541 237514321.0 0.0 0.0
539 2024-03-12 00:00:00+08:00 4.059999942779541 4.119999885559082 4.019999980926514 4.110000133514404 4.110000133514404 316667017.0 0.0 0.0
540 2024-03-13 00:00:00+08:00 4.070000171661377 4.090000152587891 4.019999980926514 4.039999961853027 4.039999961853027 301063056.0 0.0 0.0
541 2024-03-14 00:00:00+08:00 4.010000228881836 4.059999942779541 4.0 4.019999980926514 4.019999980926514 217437653.0 0.0 0.0
542 2024-03-15 00:00:00+08:00 4.0 4.010000228881836 3.940000057220459 3.9800000190734863 3.9800000190734863 355675188.0 0.0 0.0
543 2024-03-18 00:00:00+08:00 3.990000009536743 4.0 3.940000057220459 3.9600000381469727 3.9600000381469727 209805618.0 0.0 0.0
544 2024-03-19 00:00:00+08:00 3.950000047683716 3.950000047683716 3.9000000953674316 3.9200000762939453 3.9200000762939453 218938960.0 0.0 0.0
545 2024-03-20 00:00:00+08:00 3.9200000762939453 3.930000066757202 3.890000104904175 3.9100000858306885 3.9100000858306885 200274220.0 0.0 0.0
546 2024-03-21 00:00:00+08:00 3.950000047683716 4.0 3.940000057220459 3.9800000190734863 3.9800000190734863 315161464.0 0.0 0.0
547 2024-03-22 00:00:00+08:00 3.990000009536743 3.990000009536743 3.9100000858306885 3.9600000381469727 3.9600000381469727 191270677.0 0.0 0.0
548 2024-03-25 00:00:00+08:00 3.9600000381469727 3.9800000190734863 3.9200000762939453 3.950000047683716 3.950000047683716 184108533.0 0.0 0.0
549 2024-03-26 00:00:00+08:00 3.990000009536743 4.059999942779541 3.9700000286102295 4.0 4.0 230414252.0 0.0 0.0
550 2024-03-27 00:00:00+08:00 4.0 4.019999980926514 3.9600000381469727 3.9700000286102295 3.9700000286102295 211898473.0 0.0 0.0
551 2024-03-28 00:00:00+08:00 3.9700000286102295 3.9800000190734863 3.869999885559082 3.940000057220459 3.940000057220459 295388883.0 0.0 0.0
552 2024-04-02 00:00:00+08:00 3.9800000190734863 4.070000171661377 3.9700000286102295 4.03000020980835 4.03000020980835 301807183.0 0.0 0.0
553 2024-04-03 00:00:00+08:00 4.019999980926514 4.050000190734863 4.0 4.010000228881836 4.010000228881836 232543947.0 0.0 0.0
554 2024-04-05 00:00:00+08:00 4.019999980926514 4.03000020980835 3.930000066757202 3.9700000286102295 3.9700000286102295 102636289.0 0.0 0.0
555 2024-04-08 00:00:00+08:00 3.9600000381469727 4.050000190734863 3.940000057220459 4.019999980926514 4.019999980926514 193418098.0 0.0 0.0
556 2024-04-09 00:00:00+08:00 4.039999961853027 4.070000171661377 4.010000228881836 4.019999980926514 4.019999980926514 181693799.0 0.0 0.0
557 2024-04-10 00:00:00+08:00 4.039999961853027 4.079999923706055 4.019999980926514 4.079999923706055 4.079999923706055 203179579.0 0.0 0.0
558 2024-04-11 00:00:00+08:00 4.019999980926514 4.079999923706055 4.010000228881836 4.070000171661377 4.070000171661377 197888440.0 0.0 0.0
559 2024-04-12 00:00:00+08:00 4.039999961853027 4.059999942779541 3.990000009536743 3.990000009536743 3.990000009536743 252604582.0 0.0 0.0
560 2024-04-15 00:00:00+08:00 3.950000047683716 4.059999942779541 3.950000047683716 4.03000020980835 4.03000020980835 240871327.0 0.0 0.0
561 2024-04-16 00:00:00+08:00 3.9800000190734863 4.03000020980835 3.9700000286102295 4.0 4.0 253900115.0 0.0 0.0
562 2024-04-17 00:00:00+08:00 4.0 4.050000190734863 3.9800000190734863 4.019999980926514 4.019999980926514 217393787.0 0.0 0.0
563 2024-04-18 00:00:00+08:00 4.019999980926514 4.150000095367432 4.010000228881836 4.110000133514404 4.110000133514404 418569269.0 0.0 0.0
564 2024-04-19 00:00:00+08:00 4.090000152587891 4.119999885559082 4.059999942779541 4.110000133514404 4.110000133514404 285009804.0 0.0 0.0
565 2024-04-22 00:00:00+08:00 4.170000076293945 4.21999979019165 4.090000152587891 4.099999904632568 4.099999904632568 248674905.0 0.0 0.0
566 2024-04-23 00:00:00+08:00 4.099999904632568 4.150000095367432 4.090000152587891 4.119999885559082 4.119999885559082 227687586.0 0.0 0.0
567 2024-04-24 00:00:00+08:00 4.119999885559082 4.150000095367432 4.090000152587891 4.139999866485596 4.139999866485596 225338393.0 0.0 0.0
568 2024-04-25 00:00:00+08:00 4.130000114440918 4.190000057220459 4.130000114440918 4.170000076293945 4.170000076293945 256634656.0 0.0 0.0
569 2024-04-26 00:00:00+08:00 4.170000076293945 4.199999809265137 4.150000095367432 4.150000095367432 4.150000095367432 286312006.0 0.0 0.0
570 2024-04-29 00:00:00+08:00 4.150000095367432 4.230000019073486 4.110000133514404 4.199999809265137 4.199999809265137 388564156.0 0.0 0.0
571 2024-04-30 00:00:00+08:00 4.210000038146973 4.28000020980835 4.190000057220459 4.230000019073486 4.230000019073486 411724311.0 0.0 0.0
572 2024-05-02 00:00:00+08:00 4.230000019073486 4.260000228881836 4.210000038146973 4.230000019073486 4.230000019073486 165136190.0 0.0 0.0
573 2024-05-03 00:00:00+08:00 4.28000020980835 4.320000171661377 4.25 4.28000020980835 4.28000020980835 207992630.0 0.0 0.0
574 2024-05-06 00:00:00+08:00 4.28000020980835 4.320000171661377 4.239999771118164 4.289999961853027 4.289999961853027 270993309.0 0.0 0.0
575 2024-05-07 00:00:00+08:00 4.289999961853027 4.320000171661377 4.269999980926514 4.309999942779541 4.309999942779541 210201848.0 0.0 0.0
576 2024-05-08 00:00:00+08:00 4.320000171661377 4.360000133514404 4.28000020980835 4.289999961853027 4.289999961853027 280763221.0 0.0 0.0
577 2024-05-09 00:00:00+08:00 4.289999961853027 4.360000133514404 4.28000020980835 4.349999904632568 4.349999904632568 360910344.0 0.0 0.0
578 2024-05-10 00:00:00+08:00 4.400000095367432 4.579999923706055 4.380000114440918 4.53000020980835 4.53000020980835 860787572.0 0.0 0.0
579 2024-05-13 00:00:00+08:00 4.53000020980835 4.559999942779541 4.519999980926514 4.539999961853027 4.539999961853027 459943466.0 0.0 0.0
580 2024-05-14 00:00:00+08:00 4.550000190734863 4.559999942779541 4.460000038146973 4.46999979019165 4.46999979019165 526434799.0 0.0 0.0
581 2024-05-16 00:00:00+08:00 4.510000228881836 4.730000019073486 4.5 4.710000038146973 4.710000038146973 623474275.0 0.0 0.0
582 2024-05-17 00:00:00+08:00 4.699999809265137 4.739999771118164 4.650000095367432 4.710000038146973 4.710000038146973 405564118.0 0.0 0.0
583 2024-05-20 00:00:00+08:00 4.739999771118164 4.760000228881836 4.699999809265137 4.730000019073486 4.730000019073486 294145952.0 0.0 0.0
584 2024-05-21 00:00:00+08:00 4.730000019073486 4.789999961853027 4.699999809265137 4.760000228881836 4.760000228881836 345750265.0 0.0 0.0
585 2024-05-22 00:00:00+08:00 4.789999961853027 4.800000190734863 4.75 4.760000228881836 4.760000228881836 242197043.0 0.0 0.0
586 2024-05-23 00:00:00+08:00 4.75 4.75 4.639999866485596 4.699999809265137 4.699999809265137 320067077.0 0.0 0.0
587 2024-05-24 00:00:00+08:00 4.699999809265137 4.71999979019165 4.639999866485596 4.659999847412109 4.659999847412109 1061277721.0 0.0 0.0
588 2024-05-27 00:00:00+08:00 4.679999828338623 4.75 4.639999866485596 4.659999847412109 4.659999847412109 351064395.0 0.0 0.0
589 2024-05-28 00:00:00+08:00 4.650000095367432 4.699999809265137 4.619999885559082 4.639999866485596 4.639999866485596 249035695.0 0.0 0.0
590 2024-05-29 00:00:00+08:00 4.619999885559082 4.639999866485596 4.519999980926514 4.550000190734863 4.550000190734863 400149121.0 0.0 0.0
591 2024-05-30 00:00:00+08:00 4.53000020980835 4.559999942779541 4.460000038146973 4.46999979019165 4.46999979019165 433191511.0 0.0 0.0
592 2024-05-31 00:00:00+08:00 4.510000228881836 4.590000152587891 4.420000076293945 4.420000076293945 4.420000076293945 659726549.0 0.0 0.0
593 2024-06-03 00:00:00+08:00 4.46999979019165 4.519999980926514 4.449999809265137 4.46999979019165 4.46999979019165 460608096.0 0.0 0.0
594 2024-06-04 00:00:00+08:00 4.460000038146973 4.489999771118164 4.409999847412109 4.429999828338623 4.429999828338623 398708024.0 0.0 0.0
595 2024-06-05 00:00:00+08:00 4.449999809265137 4.5 4.389999866485596 4.409999847412109 4.409999847412109 504170169.0 0.0 0.0
596 2024-06-06 00:00:00+08:00 4.449999809265137 4.460000038146973 4.340000152587891 4.369999885559082 4.369999885559082 400927719.0 0.0 0.0
597 2024-06-07 00:00:00+08:00 4.400000095367432 4.429999828338623 4.380000114440918 4.420000076293945 4.420000076293945 276405344.0 0.0 0.0
598 2024-06-11 00:00:00+08:00 4.400000095367432 4.409999847412109 4.320000171661377 4.360000133514404 4.360000133514404 320454982.0 0.0 0.0
599 2024-06-12 00:00:00+08:00 4.340000152587891 4.349999904632568 4.260000228881836 4.320000171661377 4.320000171661377 299327041.0 0.0 0.0
600 2024-06-13 00:00:00+08:00 4.340000152587891 4.349999904632568 4.28000020980835 4.320000171661377 4.320000171661377 195542304.0 0.0 0.0
601 2024-06-14 00:00:00+08:00 4.300000190734863 4.380000114440918 4.260000228881836 4.340000152587891 4.340000152587891 278091252.0 0.0 0.0
602 2024-06-17 00:00:00+08:00 4.320000171661377 4.389999866485596 4.269999980926514 4.329999923706055 4.329999923706055 202054396.0 0.0 0.0
603 2024-06-18 00:00:00+08:00 4.349999904632568 4.409999847412109 4.309999942779541 4.389999866485596 4.389999866485596 320851397.0 0.0 0.0
604 2024-06-19 00:00:00+08:00 4.420000076293945 4.559999942779541 4.409999847412109 4.550000190734863 4.550000190734863 546463978.0 0.0 0.0
605 2024-06-20 00:00:00+08:00 4.550000190734863 4.619999885559082 4.539999961853027 4.579999923706055 4.579999923706055 459230417.0 0.0 0.0
606 2024-06-21 00:00:00+08:00 4.539999961853027 4.590000152587891 4.5 4.519999980926514 4.519999980926514 573138315.0 0.0 0.0
607 2024-06-24 00:00:00+08:00 4.510000228881836 4.570000171661377 4.449999809265137 4.559999942779541 4.559999942779541 552052233.0 0.0 0.0
608 2024-06-25 00:00:00+08:00 4.590000152587891 4.650000095367432 4.550000190734863 4.579999923706055 4.579999923706055 370930685.0 0.0 0.0
609 2024-06-26 00:00:00+08:00 4.539999961853027 4.650000095367432 4.539999961853027 4.619999885559082 4.619999885559082 396165556.0 0.0 0.0
610 2024-06-27 00:00:00+08:00 4.599999904632568 4.599999904632568 4.539999961853027 4.570000171661377 4.570000171661377 323653049.0 0.0 0.0
611 2024-06-28 00:00:00+08:00 4.550000190734863 4.679999828338623 4.550000190734863 4.639999866485596 4.639999866485596 373867647.0 0.0 0.0
612 2024-07-02 00:00:00+08:00 4.639999866485596 4.800000190734863 4.610000133514404 4.75 4.75 564994075.0 0.0 0.0
613 2024-07-03 00:00:00+08:00 4.760000228881836 4.789999961853027 4.670000076293945 4.730000019073486 4.730000019073486 430603748.0 0.0 0.0
614 2024-07-04 00:00:00+08:00 4.760000228881836 4.849999904632568 4.730000019073486 4.829999923706055 4.829999923706055 536031698.0 0.0 0.0
615 2024-07-05 00:00:00+08:00 0.0 0.0
616 2024-07-08 00:00:00+08:00 4.349999904632568 4.409999847412109 4.309999942779541 4.329999923706055 4.329999923706055 377778431.0 0.335715 0.0
617 2024-07-09 00:00:00+08:00 4.320000171661377 4.380000114440918 4.289999961853027 4.309999942779541 4.309999942779541 446053587.0 0.0 0.0
618 2024-07-10 00:00:00+08:00 4.309999942779541 4.380000114440918 4.300000190734863 4.320000171661377 4.320000171661377 323856587.0 0.0 0.0
619 2024-07-11 00:00:00+08:00 4.349999904632568 4.380000114440918 4.320000171661377 4.360000133514404 4.360000133514404 277693020.0 0.0 0.0
620 2024-07-12 00:00:00+08:00 4.380000114440918 4.5 4.380000114440918 4.480000019073486 4.480000019073486 484396739.0 0.0 0.0
621 2024-07-15 00:00:00+08:00 4.46999979019165 4.539999961853027 4.429999828338623 4.449999809265137 4.449999809265137 338346642.0 0.0 0.0
622 2024-07-16 00:00:00+08:00 4.400000095367432 4.480000019073486 4.369999885559082 4.369999885559082 4.369999885559082 247840382.0 0.0 0.0
623 2024-07-17 00:00:00+08:00 4.369999885559082 4.429999828338623 4.360000133514404 4.360000133514404 4.360000133514404 185961672.0 0.0 0.0
624 2024-07-18 00:00:00+08:00 4.349999904632568 4.409999847412109 4.329999923706055 4.360000133514404 4.360000133514404 200311769.0 0.0 0.0
625 2024-07-19 00:00:00+08:00 4.340000152587891 4.349999904632568 4.21999979019165 4.25 4.25 275780913.0 0.0 0.0
626 2024-07-22 00:00:00+08:00 4.269999980926514 4.300000190734863 4.179999828338623 4.28000020980835 4.28000020980835 180171957.0 0.0 0.0
627 2024-07-23 00:00:00+08:00 4.289999961853027 4.400000095367432 4.269999980926514 4.340000152587891 4.340000152587891 356233630.0 0.0 0.0
628 2024-07-24 00:00:00+08:00 4.369999885559082 4.449999809265137 4.349999904632568 4.389999866485596 4.389999866485596 300661695.0 0.0 0.0
629 2024-07-25 00:00:00+08:00 4.400000095367432 4.440000057220459 4.309999942779541 4.340000152587891 4.340000152587891 301688549.0 0.0 0.0
630 2024-07-26 00:00:00+08:00 4.380000114440918 4.409999847412109 4.269999980926514 4.309999942779541 4.309999942779541 317705901.0 0.0 0.0
631 2024-07-29 00:00:00+08:00 4.340000152587891 4.429999828338623 4.309999942779541 4.380000114440918 4.380000114440918 232237150.0 0.0 0.0
632 2024-07-30 00:00:00+08:00 4.380000114440918 4.380000114440918 4.300000190734863 4.320000171661377 4.320000171661377 231452490.0 0.0 0.0
633 2024-07-31 00:00:00+08:00 4.369999885559082 4.369999885559082 4.309999942779541 4.340000152587891 4.340000152587891 219363065.0 0.0 0.0
634 2024-08-01 00:00:00+08:00 4.320000171661377 4.380000114440918 4.289999961853027 4.349999904632568 4.349999904632568 166222644.0 0.0 0.0
635 2024-08-02 00:00:00+08:00 4.320000171661377 4.349999904632568 4.25 4.320000171661377 4.320000171661377 268284840.0 0.0 0.0
636 2024-08-05 00:00:00+08:00 4.300000190734863 4.300000190734863 4.150000095367432 4.21999979019165 4.21999979019165 335879325.0 0.0 0.0
637 2024-08-06 00:00:00+08:00 4.25 4.28000020980835 4.159999847412109 4.190000057220459 4.190000057220459 236996663.0 0.0 0.0
638 2024-08-07 00:00:00+08:00 4.199999809265137 4.28000020980835 4.179999828338623 4.269999980926514 4.269999980926514 331294641.0 0.0 0.0
639 2024-08-08 00:00:00+08:00 4.25 4.320000171661377 4.21999979019165 4.309999942779541 4.309999942779541 374284208.0 0.0 0.0
640 2024-08-09 00:00:00+08:00 4.340000152587891 4.420000076293945 4.329999923706055 4.389999866485596 4.389999866485596 318738845.0 0.0 0.0
641 2024-08-12 00:00:00+08:00 4.389999866485596 4.489999771118164 4.389999866485596 4.480000019073486 4.480000019073486 312446492.0 0.0 0.0
642 2024-08-13 00:00:00+08:00 4.480000019073486 4.53000020980835 4.449999809265137 4.489999771118164 4.489999771118164 294220219.0 0.0 0.0
643 2024-08-14 00:00:00+08:00 4.510000228881836 4.53000020980835 4.46999979019165 4.489999771118164 4.489999771118164 150927522.0 0.0 0.0
644 2024-08-15 00:00:00+08:00 4.46999979019165 4.590000152587891 4.429999828338623 4.579999923706055 4.579999923706055 479363904.0 0.0 0.0
645 2024-08-16 00:00:00+08:00 4.610000133514404 4.639999866485596 4.579999923706055 4.619999885559082 4.619999885559082 268591885.0 0.0 0.0
646 2024-08-19 00:00:00+08:00 4.630000114440918 4.699999809265137 4.630000114440918 4.699999809265137 4.699999809265137 332636848.0 0.0 0.0
647 2024-08-20 00:00:00+08:00 4.699999809265137 4.730000019073486 4.659999847412109 4.699999809265137 4.699999809265137 216094821.0 0.0 0.0
648 2024-08-21 00:00:00+08:00 4.679999828338623 4.699999809265137 4.590000152587891 4.639999866485596 4.639999866485596 261827271.0 0.0 0.0
649 2024-08-22 00:00:00+08:00 4.650000095367432 4.679999828338623 4.610000133514404 4.679999828338623 4.679999828338623 269736483.0 0.0 0.0

View File

@@ -0,0 +1,649 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-03 00:00:00+08:00,2.8299999237060547,2.8399999141693115,2.819999933242798,2.8299999237060547,2.2244284226583173,106906311.0,0.0,0.0,True
2022-01-04 00:00:00+08:00,2.8399999141693115,2.880000114440918,2.8299999237060547,2.880000114440918,2.263729573013442,303486674.0,0.0,0.0,True
2022-01-05 00:00:00+08:00,2.869999885559082,2.930000066757202,2.869999885559082,2.9200000762939453,2.295170270798319,389293479.0,0.0,0.0,True
2022-01-06 00:00:00+08:00,2.930000066757202,2.930000066757202,2.890000104904175,2.9000000953674316,2.2794500331554923,249854012.0,0.0,0.0,True
2022-01-07 00:00:00+08:00,2.9100000858306885,2.9800000190734863,2.9000000953674316,2.9700000286102295,2.334470976154997,465992708.0,0.0,0.0,True
2022-01-10 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.950000047683716,2.990000009536743,2.3501912137978236,441935679.0,0.0,0.0,True
2022-01-11 00:00:00+08:00,2.9700000286102295,3.0,2.9600000381469727,2.990000009536743,2.3501912137978236,284355235.0,0.0,0.0,True
2022-01-12 00:00:00+08:00,2.990000009536743,3.0,2.9600000381469727,2.990000009536743,2.3501912137978236,260389714.0,0.0,0.0,True
2022-01-13 00:00:00+08:00,2.990000009536743,3.0199999809265137,2.9800000190734863,3.0199999809265137,2.3737719040108987,263037777.0,0.0,0.0,True
2022-01-14 00:00:00+08:00,3.009999990463257,3.049999952316284,3.0,3.009999990463257,2.3659116739398733,232236472.0,0.0,0.0,True
2022-01-17 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9700000286102295,2.9700000286102295,2.334470976154997,212324610.0,0.0,0.0,True
2022-01-18 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9600000381469727,2.9700000286102295,2.334470976154997,187285081.0,0.0,0.0,True
2022-01-19 00:00:00+08:00,2.9800000190734863,3.0,2.9700000286102295,3.0,2.3580514438688485,234696577.0,0.0,0.0,True
2022-01-20 00:00:00+08:00,3.0,3.009999990463257,2.9800000190734863,3.0,2.3580514438688485,227484958.0,0.0,0.0,True
2022-01-21 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.009999990463257,2.3659116739398733,268210721.0,0.0,0.0,True
2022-01-24 00:00:00+08:00,3.0,3.049999952316284,2.990000009536743,3.0299999713897705,2.3816319115827,256425047.0,0.0,0.0,True
2022-01-25 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.0299999713897705,2.3816319115827,275064755.0,0.0,0.0,True
2022-01-26 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,2.3659116739398733,240479799.0,0.0,0.0,True
2022-01-27 00:00:00+08:00,3.0,3.0199999809265137,2.990000009536743,3.0199999809265137,2.3737719040108987,194466118.0,0.0,0.0,True
2022-01-28 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.009999990463257,3.0299999713897705,2.3816319115827,245991689.0,0.0,0.0,True
2022-01-31 00:00:00+08:00,3.0299999713897705,3.0299999713897705,3.0299999713897705,3.0299999713897705,2.3816319115827,0.0,0.0,0.0,True
2022-02-04 00:00:00+08:00,3.0399999618530273,3.059999942779541,3.0199999809265137,3.059999942779541,2.405212601795775,295115869.0,0.0,0.0,True
2022-02-07 00:00:00+08:00,3.059999942779541,3.130000114440918,3.049999952316284,3.109999895095825,2.444513307152453,382255865.0,0.0,0.0,True
2022-02-08 00:00:00+08:00,3.109999895095825,3.1700000762939453,3.109999895095825,3.140000104904175,2.468093997365528,348978357.0,0.0,0.0,True
2022-02-09 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.119999885559082,3.1500000953674316,2.47595400493733,460753344.0,0.0,0.0,True
2022-02-10 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.180000066757202,2.499534695150405,319867329.0,0.0,0.0,True
2022-02-11 00:00:00+08:00,3.180000066757202,3.200000047683716,3.1500000953674316,3.200000047683716,2.515254932793231,418974856.0,0.0,0.0,True
2022-02-14 00:00:00+08:00,3.200000047683716,3.200000047683716,3.1600000858306885,3.180000066757202,2.499534695150405,256460955.0,0.0,0.0,True
2022-02-15 00:00:00+08:00,3.1700000762939453,3.190000057220459,3.059999942779541,3.0899999141693115,2.428792847010403,585575752.0,0.0,0.0,True
2022-02-16 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0899999141693115,3.1500000953674316,2.47595400493733,322426118.0,0.0,0.0,True
2022-02-17 00:00:00+08:00,3.140000104904175,3.1600000858306885,3.109999895095825,3.130000114440918,2.460233767294503,273522929.0,0.0,0.0,True
2022-02-18 00:00:00+08:00,3.119999885559082,3.1600000858306885,3.109999895095825,3.1500000953674316,2.47595400493733,202504701.0,0.0,0.0,True
2022-02-21 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.109999895095825,3.1600000858306885,2.4838144575075782,216353660.0,0.0,0.0,True
2022-02-22 00:00:00+08:00,3.140000104904175,3.140000104904175,3.0999999046325684,3.130000114440918,2.460233767294503,262366104.0,0.0,0.0,True
2022-02-23 00:00:00+08:00,3.130000114440918,3.130000114440918,3.0999999046325684,3.119999885559082,2.4523735372234783,139105336.0,0.0,0.0,True
2022-02-24 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.009999990463257,3.049999952316284,2.3973521492255263,456391522.0,0.0,0.0,True
2022-02-25 00:00:00+08:00,3.009999990463257,3.049999952316284,3.009999990463257,3.0199999809265137,2.3737719040108987,273141197.0,0.0,0.0,True
2022-02-28 00:00:00+08:00,3.0299999713897705,3.059999942779541,2.9700000286102295,3.0399999618530273,2.389492141653725,456280219.0,0.0,0.0,True
2022-03-01 00:00:00+08:00,3.0199999809265137,3.049999952316284,2.990000009536743,3.0199999809265137,2.3737719040108987,281043238.0,0.0,0.0,True
2022-03-02 00:00:00+08:00,3.0,3.0199999809265137,2.9800000190734863,2.9800000190734863,2.3423312062260218,244556789.0,0.0,0.0,True
2022-03-03 00:00:00+08:00,3.0,3.0399999618530273,2.990000009536743,3.0,2.3580514438688485,264861004.0,0.0,0.0,True
2022-03-04 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,3.009999990463257,2.3659116739398733,226751075.0,0.0,0.0,True
2022-03-07 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.9200000762939453,2.940000057220459,2.3108905084411453,385294624.0,0.0,0.0,True
2022-03-08 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.890000104904175,2.9100000858306885,2.2873100407272937,391075753.0,0.0,0.0,True
2022-03-09 00:00:00+08:00,2.9000000953674316,2.940000057220459,2.8499999046325684,2.890000104904175,2.2715895805852435,449404952.0,0.0,0.0,True
2022-03-10 00:00:00+08:00,2.930000066757202,2.9700000286102295,2.9000000953674316,2.9600000381469727,2.3266109685831955,349380718.0,0.0,0.0,True
2022-03-11 00:00:00+08:00,2.950000047683716,2.990000009536743,2.930000066757202,2.9600000381469727,2.3266109685831955,359769490.0,0.0,0.0,True
2022-03-14 00:00:00+08:00,2.9600000381469727,2.990000009536743,2.9100000858306885,2.950000047683716,2.31875073851217,580285422.0,0.0,0.0,True
2022-03-15 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.799999952316284,2.859999895095825,2.2480091128713924,831143335.0,0.0,0.0,True
2022-03-16 00:00:00+08:00,2.890000104904175,2.890000104904175,2.809999942779541,2.869999885559082,2.2558691204431938,584034464.0,0.0,0.0,True
2022-03-17 00:00:00+08:00,2.9200000762939453,2.9800000190734863,2.890000104904175,2.9800000190734863,2.3423312062260218,507851140.0,0.0,0.0,True
2022-03-18 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.950000047683716,2.9700000286102295,2.334470976154997,601308421.0,0.0,0.0,True
2022-03-21 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.950000047683716,2.9600000381469727,2.3266109685831955,288826257.0,0.0,0.0,True
2022-03-22 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,2.990000009536743,2.3501912137978236,254656273.0,0.0,0.0,True
2022-03-23 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.0,2.3580514438688485,182926884.0,0.0,0.0,True
2022-03-24 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,3.009999990463257,2.3659116739398733,182543510.0,0.0,0.0,True
2022-03-25 00:00:00+08:00,3.0,3.059999942779541,2.990000009536743,3.0299999713897705,2.3816319115827,257130203.0,0.0,0.0,True
2022-03-28 00:00:00+08:00,3.0299999713897705,3.049999952316284,3.009999990463257,3.0299999713897705,2.3816319115827,237189977.0,0.0,0.0,True
2022-03-29 00:00:00+08:00,3.0399999618530273,3.049999952316284,3.0199999809265137,3.049999952316284,2.3973521492255263,212227770.0,0.0,0.0,True
2022-03-30 00:00:00+08:00,3.0899999141693115,3.1500000953674316,3.0799999237060547,3.119999885559082,2.4523735372234783,450890881.0,0.0,0.0,True
2022-03-31 00:00:00+08:00,3.119999885559082,3.1700000762939453,3.109999895095825,3.1500000953674316,2.47595400493733,412175568.0,0.0,0.0,True
2022-04-01 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.119999885559082,3.1500000953674316,2.47595400493733,225184946.0,0.0,0.0,True
2022-04-04 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.130000114440918,3.1500000953674316,2.47595400493733,230343178.0,0.0,0.0,True
2022-04-06 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.119999885559082,3.130000114440918,2.460233767294503,386335091.0,0.0,0.0,True
2022-04-07 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.140000104904175,2.468093997365528,237078727.0,0.0,0.0,True
2022-04-08 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.119999885559082,3.140000104904175,2.468093997365528,209910921.0,0.0,0.0,True
2022-04-11 00:00:00+08:00,3.140000104904175,3.140000104904175,3.119999885559082,3.140000104904175,2.468093997365528,232439672.0,0.0,0.0,True
2022-04-12 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.119999885559082,3.119999885559082,2.4523735372234783,219548765.0,0.0,0.0,True
2022-04-13 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0999999046325684,3.130000114440918,2.460233767294503,187111332.0,0.0,0.0,True
2022-04-14 00:00:00+08:00,3.130000114440918,3.130000114440918,3.0999999046325684,3.119999885559082,2.4523735372234783,220981481.0,0.0,0.0,True
2022-04-19 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0799999237060547,3.119999885559082,2.4523735372234783,353736698.0,0.0,0.0,True
2022-04-20 00:00:00+08:00,3.119999885559082,3.140000104904175,3.109999895095825,3.140000104904175,2.468093997365528,193328109.0,0.0,0.0,True
2022-04-21 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.119999885559082,3.130000114440918,2.460233767294503,236352089.0,0.0,0.0,True
2022-04-22 00:00:00+08:00,3.109999895095825,3.1600000858306885,3.109999895095825,3.140000104904175,2.468093997365528,479300872.0,0.0,0.0,True
2022-04-25 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0799999237060547,3.0899999141693115,2.428792847010403,382961775.0,0.0,0.0,True
2022-04-26 00:00:00+08:00,3.0899999141693115,3.0999999046325684,3.0399999618530273,3.059999942779541,2.405212601795775,419007829.0,0.0,0.0,True
2022-04-27 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0199999809265137,3.0399999618530273,2.389492141653725,271182106.0,0.0,0.0,True
2022-04-28 00:00:00+08:00,3.049999952316284,3.119999885559082,3.0399999618530273,3.119999885559082,2.4523735372234783,283493983.0,0.0,0.0,True
2022-04-29 00:00:00+08:00,3.0999999046325684,3.140000104904175,3.059999942779541,3.0999999046325684,2.436653077081428,365522356.0,0.0,0.0,True
2022-05-03 00:00:00+08:00,3.059999942779541,3.0999999046325684,3.049999952316284,3.0999999046325684,2.436653077081428,182906067.0,0.0,0.0,True
2022-05-04 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.0999999046325684,2.436653077081428,152928453.0,0.0,0.0,True
2022-05-05 00:00:00+08:00,3.109999895095825,3.119999885559082,3.059999942779541,3.0799999237060547,2.4209328394386014,192343484.0,0.0,0.0,True
2022-05-06 00:00:00+08:00,3.059999942779541,3.0799999237060547,3.0299999713897705,3.0399999618530273,2.389492141653725,192659775.0,0.0,0.0,True
2022-05-10 00:00:00+08:00,3.009999990463257,3.0399999618530273,2.990000009536743,3.0199999809265137,2.3737719040108987,341525127.0,0.0,0.0,True
2022-05-11 00:00:00+08:00,3.0399999618530273,3.0399999618530273,3.0,3.0299999713897705,2.3816319115827,158882125.0,0.0,0.0,True
2022-05-12 00:00:00+08:00,3.0299999713897705,3.0399999618530273,2.9700000286102295,2.9800000190734863,2.3423312062260218,328902319.0,0.0,0.0,True
2022-05-13 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9800000190734863,3.009999990463257,2.3659116739398733,252333078.0,0.0,0.0,True
2022-05-16 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9800000190734863,2.990000009536743,2.3501912137978236,178933494.0,0.0,0.0,True
2022-05-17 00:00:00+08:00,3.009999990463257,3.0299999713897705,2.990000009536743,3.009999990463257,2.3659116739398733,181950422.0,0.0,0.0,True
2022-05-18 00:00:00+08:00,3.0,3.0299999713897705,2.990000009536743,3.009999990463257,2.3659116739398733,197261156.0,0.0,0.0,True
2022-05-19 00:00:00+08:00,3.0,3.0299999713897705,2.9800000190734863,3.0199999809265137,2.3737719040108987,305951398.0,0.0,0.0,True
2022-05-20 00:00:00+08:00,3.0399999618530273,3.0799999237060547,3.0299999713897705,3.059999942779541,2.405212601795775,248477454.0,0.0,0.0,True
2022-05-23 00:00:00+08:00,3.059999942779541,3.119999885559082,3.049999952316284,3.069999933242798,2.4130726093675765,166225925.0,0.0,0.0,True
2022-05-24 00:00:00+08:00,3.069999933242798,3.0799999237060547,3.049999952316284,3.059999942779541,2.405212601795775,139314832.0,0.0,0.0,True
2022-05-25 00:00:00+08:00,3.069999933242798,3.0999999046325684,3.059999942779541,3.069999933242798,2.4130726093675765,183834253.0,0.0,0.0,True
2022-05-26 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.059999942779541,3.0799999237060547,2.4209328394386014,173026219.0,0.0,0.0,True
2022-05-27 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.444513307152453,228558682.0,0.0,0.0,True
2022-05-30 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0899999141693115,3.0999999046325684,2.436653077081428,264894404.0,0.0,0.0,True
2022-05-31 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0899999141693115,3.1500000953674316,2.47595400493733,459228242.0,0.0,0.0,True
2022-06-01 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.109999895095825,3.119999885559082,2.4523735372234783,236755572.0,0.0,0.0,True
2022-06-02 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0899999141693115,3.109999895095825,2.444513307152453,154550979.0,0.0,0.0,True
2022-06-06 00:00:00+08:00,3.0999999046325684,3.130000114440918,3.059999942779541,3.119999885559082,2.4523735372234783,260210670.0,0.0,0.0,True
2022-06-07 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.0999999046325684,2.436653077081428,156719843.0,0.0,0.0,True
2022-06-08 00:00:00+08:00,3.119999885559082,3.119999885559082,3.0799999237060547,3.0899999141693115,2.428792847010403,204454918.0,0.0,0.0,True
2022-06-09 00:00:00+08:00,3.069999933242798,3.0999999046325684,3.069999933242798,3.0799999237060547,2.4209328394386014,146220686.0,0.0,0.0,True
2022-06-10 00:00:00+08:00,3.0799999237060547,3.0899999141693115,3.069999933242798,3.069999933242798,2.4130726093675765,205511274.0,0.0,0.0,True
2022-06-13 00:00:00+08:00,3.049999952316284,3.059999942779541,3.0399999618530273,3.049999952316284,2.3973521492255263,251672640.0,0.0,0.0,True
2022-06-14 00:00:00+08:00,3.0399999618530273,3.0799999237060547,3.0299999713897705,3.059999942779541,2.405212601795775,148322050.0,0.0,0.0,True
2022-06-15 00:00:00+08:00,3.059999942779541,3.0899999141693115,3.049999952316284,3.069999933242798,2.4130726093675765,148614531.0,0.0,0.0,True
2022-06-16 00:00:00+08:00,3.069999933242798,3.0799999237060547,3.0399999618530273,3.0399999618530273,2.389492141653725,216608913.0,0.0,0.0,True
2022-06-17 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0299999713897705,3.049999952316284,2.3973521492255263,288613123.0,0.0,0.0,True
2022-06-20 00:00:00+08:00,3.0299999713897705,3.059999942779541,3.0299999713897705,3.059999942779541,2.405212601795775,142010664.0,0.0,0.0,True
2022-06-21 00:00:00+08:00,3.059999942779541,3.119999885559082,3.059999942779541,3.109999895095825,2.444513307152453,186837223.0,0.0,0.0,True
2022-06-22 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.059999942779541,3.069999933242798,2.4130726093675765,206938443.0,0.0,0.0,True
2022-06-23 00:00:00+08:00,3.0799999237060547,3.109999895095825,3.069999933242798,3.0899999141693115,2.428792847010403,149000313.0,0.0,0.0,True
2022-06-24 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.069999933242798,3.0899999141693115,2.428792847010403,142742868.0,0.0,0.0,True
2022-06-27 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.444513307152453,192953215.0,0.0,0.0,True
2022-06-28 00:00:00+08:00,3.119999885559082,3.1500000953674316,3.109999895095825,3.1500000953674316,2.47595400493733,247371533.0,0.0,0.0,True
2022-06-29 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.130000114440918,3.130000114440918,2.460233767294503,330264254.0,0.0,0.0,True
2022-06-30 00:00:00+08:00,3.119999885559082,3.1500000953674316,3.119999885559082,3.130000114440918,2.460233767294503,325471714.0,0.0,0.0,True
2022-07-04 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.1500000953674316,2.47595400493733,349891887.0,0.0,0.0,True
2022-07-05 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.140000104904175,3.1500000953674316,2.47595400493733,400358856.0,0.0,0.0,True
2022-07-06 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.0899999141693115,3.109999895095825,2.444513307152453,581879678.0,0.0,0.0,True
2022-07-07 00:00:00+08:00,2.859999895095825,2.880000114440918,2.8299999237060547,2.880000114440918,2.469301723151061,275014686.0,0.258911,0.0,True
2022-07-08 00:00:00+08:00,2.890000104904175,2.9000000953674316,2.859999895095825,2.869999885559082,2.460727493071603,163419369.0,0.0,0.0,True
2022-07-11 00:00:00+08:00,2.859999895095825,2.869999885559082,2.8299999237060547,2.8399999141693115,2.4350056928301225,173468156.0,0.0,0.0,True
2022-07-12 00:00:00+08:00,2.8399999141693115,2.869999885559082,2.8299999237060547,2.8299999237060547,2.426431685249888,222607375.0,0.0,0.0,True
2022-07-13 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.7699999809265137,2.7799999713897705,2.3835618698479384,355255318.0,0.0,0.0,True
2022-07-14 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.7200000286102295,2.7300000190734863,2.3406920544459884,357402650.0,0.0,0.0,True
2022-07-15 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.680000066757202,2.690000057220459,2.3063962466242733,481754599.0,0.0,0.0,True
2022-07-18 00:00:00+08:00,2.700000047683716,2.7699999809265137,2.700000047683716,2.7699999809265137,2.3749878622677034,212825076.0,0.0,0.0,True
2022-07-19 00:00:00+08:00,2.75,2.759999990463257,2.7300000190734863,2.75,2.357840069606458,135001841.0,0.0,0.0,True
2022-07-20 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.7699999809265137,2.3749878622677034,169230497.0,0.0,0.0,True
2022-07-21 00:00:00+08:00,2.7799999713897705,2.7799999713897705,2.75,2.759999990463257,2.366413854687469,186100154.0,0.0,0.0,True
2022-07-22 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.75,2.759999990463257,2.366413854687469,155287053.0,0.0,0.0,True
2022-07-25 00:00:00+08:00,2.75,2.7799999713897705,2.75,2.7799999713897705,2.3835618698479384,125931662.0,0.0,0.0,True
2022-07-26 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.7699999809265137,2.7799999713897705,2.3835618698479384,216810094.0,0.0,0.0,True
2022-07-27 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7799999713897705,2.799999952316284,2.4007098850084074,193771598.0,0.0,0.0,True
2022-07-28 00:00:00+08:00,2.7899999618530273,2.809999942779541,2.7799999713897705,2.799999952316284,2.4007098850084074,141950903.0,0.0,0.0,True
2022-07-29 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7699999809265137,2.7899999618530273,2.392135877428173,219473348.0,0.0,0.0,True
2022-08-01 00:00:00+08:00,2.799999952316284,2.799999952316284,2.75,2.799999952316284,2.4007098850084074,193849609.0,0.0,0.0,True
2022-08-02 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.7200000286102295,2.740000009536743,2.3492660620262233,305254423.0,0.0,0.0,True
2022-08-03 00:00:00+08:00,2.740000009536743,2.740000009536743,2.700000047683716,2.7300000190734863,2.3406920544459884,185031586.0,0.0,0.0,True
2022-08-04 00:00:00+08:00,2.7300000190734863,2.7699999809265137,2.7300000190734863,2.75,2.357840069606458,149666448.0,0.0,0.0,True
2022-08-05 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.366413854687469,82464234.0,0.0,0.0,True
2022-08-08 00:00:00+08:00,2.7699999809265137,2.7899999618530273,2.759999990463257,2.7699999809265137,2.3749878622677034,126225637.0,0.0,0.0,True
2022-08-09 00:00:00+08:00,2.7699999809265137,2.799999952316284,2.75,2.7699999809265137,2.3749878622677034,133703207.0,0.0,0.0,True
2022-08-10 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.740000009536743,2.75,2.357840069606458,163630962.0,0.0,0.0,True
2022-08-11 00:00:00+08:00,2.75,2.7799999713897705,2.740000009536743,2.7799999713897705,2.3835618698479384,201114818.0,0.0,0.0,True
2022-08-12 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.7699999809265137,2.7899999618530273,2.392135877428173,147891312.0,0.0,0.0,True
2022-08-15 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7699999809265137,2.7799999713897705,2.3835618698479384,93812909.0,0.0,0.0,True
2022-08-16 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.75,2.759999990463257,2.366413854687469,124424592.0,0.0,0.0,True
2022-08-17 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.759999990463257,2.7699999809265137,2.3749878622677034,115109343.0,0.0,0.0,True
2022-08-18 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.740000009536743,2.75,2.357840069606458,139841455.0,0.0,0.0,True
2022-08-19 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7300000190734863,2.75,2.357840069606458,118002522.0,0.0,0.0,True
2022-08-22 00:00:00+08:00,2.7300000190734863,2.75,2.7300000190734863,2.740000009536743,2.3492660620262233,124178159.0,0.0,0.0,True
2022-08-23 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.7100000381469727,2.323544261784743,177066045.0,0.0,0.0,True
2022-08-24 00:00:00+08:00,2.7100000381469727,2.7200000286102295,2.690000057220459,2.690000057220459,2.3063962466242733,241393598.0,0.0,0.0,True
2022-08-25 00:00:00+08:00,2.700000047683716,2.75,2.690000057220459,2.740000009536743,2.3492660620262233,99729790.0,0.0,0.0,True
2022-08-26 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7300000190734863,2.740000009536743,2.3492660620262233,130364429.0,0.0,0.0,True
2022-08-29 00:00:00+08:00,2.7300000190734863,2.75,2.7200000286102295,2.740000009536743,2.3492660620262233,125044922.0,0.0,0.0,True
2022-08-30 00:00:00+08:00,2.740000009536743,2.75,2.7100000381469727,2.740000009536743,2.3492660620262233,147533846.0,0.0,0.0,True
2022-08-31 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7100000381469727,2.759999990463257,2.366413854687469,314863624.0,0.0,0.0,True
2022-09-01 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7200000286102295,2.75,2.357840069606458,164682026.0,0.0,0.0,True
2022-09-02 00:00:00+08:00,2.75,2.75,2.7200000286102295,2.7300000190734863,2.3406920544459884,166371407.0,0.0,0.0,True
2022-09-05 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.700000047683716,2.7200000286102295,2.332118046865754,249953442.0,0.0,0.0,True
2022-09-06 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.690000057220459,2.700000047683716,2.314970254204508,217320741.0,0.0,0.0,True
2022-09-07 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.690000057220459,2.7100000381469727,2.323544261784743,205789777.0,0.0,0.0,True
2022-09-08 00:00:00+08:00,2.700000047683716,2.7100000381469727,2.690000057220459,2.700000047683716,2.314970254204508,123187888.0,0.0,0.0,True
2022-09-09 00:00:00+08:00,2.700000047683716,2.740000009536743,2.690000057220459,2.7300000190734863,2.3406920544459884,147224662.0,0.0,0.0,True
2022-09-13 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.7200000286102295,2.332118046865754,138718166.0,0.0,0.0,True
2022-09-14 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.690000057220459,2.690000057220459,2.3063962466242733,140970566.0,0.0,0.0,True
2022-09-15 00:00:00+08:00,2.690000057220459,2.700000047683716,2.680000066757202,2.680000066757202,2.297822239044039,247818632.0,0.0,0.0,True
2022-09-16 00:00:00+08:00,2.680000066757202,2.690000057220459,2.6700000762939453,2.680000066757202,2.297822239044039,304764099.0,0.0,0.0,True
2022-09-19 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6700000762939453,2.680000066757202,2.297822239044039,140036791.0,0.0,0.0,True
2022-09-20 00:00:00+08:00,2.680000066757202,2.700000047683716,2.680000066757202,2.690000057220459,2.3063962466242733,98770091.0,0.0,0.0,True
2022-09-21 00:00:00+08:00,2.690000057220459,2.700000047683716,2.680000066757202,2.680000066757202,2.297822239044039,130082977.0,0.0,0.0,True
2022-09-22 00:00:00+08:00,2.6700000762939453,2.680000066757202,2.6600000858306885,2.6700000762939453,2.289248453963028,142686715.0,0.0,0.0,True
2022-09-23 00:00:00+08:00,2.6700000762939453,2.690000057220459,2.6600000858306885,2.680000066757202,2.297822239044039,105819396.0,0.0,0.0,True
2022-09-26 00:00:00+08:00,2.680000066757202,2.680000066757202,2.6500000953674316,2.6500000953674316,2.2721004388025583,226240851.0,0.0,0.0,True
2022-09-27 00:00:00+08:00,2.6600000858306885,2.6700000762939453,2.619999885559082,2.619999885559082,2.2463784160618543,205606570.0,0.0,0.0,True
2022-09-28 00:00:00+08:00,2.619999885559082,2.619999885559082,2.549999952316284,2.549999952316284,2.1863605854994352,418801380.0,0.0,0.0,True
2022-09-29 00:00:00+08:00,2.549999952316284,2.5999999046325684,2.5199999809265137,2.5399999618530273,2.177786800418424,238025719.0,0.0,0.0,True
2022-09-30 00:00:00+08:00,2.549999952316284,2.5899999141693115,2.5299999713897705,2.569999933242798,2.2035086006599047,220718380.0,0.0,0.0,True
2022-10-03 00:00:00+08:00,2.559999942779541,2.5899999141693115,2.5199999809265137,2.549999952316284,2.1863605854994352,108098460.0,0.0,0.0,True
2022-10-05 00:00:00+08:00,2.5799999237060547,2.6600000858306885,2.569999933242798,2.640000104904175,2.2635264312223238,247493824.0,0.0,0.0,True
2022-10-06 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.630000114440918,2.630000114440918,2.2549524236420893,106084251.0,0.0,0.0,True
2022-10-07 00:00:00+08:00,2.630000114440918,2.6500000953674316,2.609999895095825,2.619999885559082,2.2463784160618543,90956225.0,0.0,0.0,True
2022-10-10 00:00:00+08:00,2.5999999046325684,2.619999885559082,2.5799999237060547,2.5999999046325684,2.2292304009013852,120707315.0,0.0,0.0,True
2022-10-11 00:00:00+08:00,2.609999895095825,2.619999885559082,2.559999942779541,2.569999933242798,2.2035086006599047,151039396.0,0.0,0.0,True
2022-10-12 00:00:00+08:00,2.569999933242798,2.5899999141693115,2.559999942779541,2.569999933242798,2.2035086006599047,201498949.0,0.0,0.0,True
2022-10-13 00:00:00+08:00,2.5799999237060547,2.5899999141693115,2.549999952316284,2.549999952316284,2.1863605854994352,132954567.0,0.0,0.0,True
2022-10-14 00:00:00+08:00,2.5799999237060547,2.609999895095825,2.549999952316284,2.559999942779541,2.19493459307967,170921690.0,0.0,0.0,True
2022-10-17 00:00:00+08:00,2.569999933242798,2.609999895095825,2.559999942779541,2.5999999046325684,2.2292304009013852,168001125.0,0.0,0.0,True
2022-10-18 00:00:00+08:00,2.619999885559082,2.630000114440918,2.5799999237060547,2.609999895095825,2.2378044084816198,183460890.0,0.0,0.0,True
2022-10-19 00:00:00+08:00,2.609999895095825,2.630000114440918,2.5999999046325684,2.5999999046325684,2.2292304009013852,122517162.0,0.0,0.0,True
2022-10-20 00:00:00+08:00,2.5899999141693115,2.640000104904175,2.5799999237060547,2.630000114440918,2.2549524236420893,241048802.0,0.0,0.0,True
2022-10-21 00:00:00+08:00,2.640000104904175,2.6700000762939453,2.619999885559082,2.6500000953674316,2.2721004388025583,224324881.0,0.0,0.0,True
2022-10-24 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.5799999237060547,2.609999895095825,2.2378044084816198,341025177.0,0.0,0.0,True
2022-10-25 00:00:00+08:00,2.609999895095825,2.630000114440918,2.5899999141693115,2.630000114440918,2.2549524236420893,332087021.0,0.0,0.0,True
2022-10-26 00:00:00+08:00,2.630000114440918,2.640000104904175,2.5899999141693115,2.5999999046325684,2.2292304009013852,187390146.0,0.0,0.0,True
2022-10-27 00:00:00+08:00,2.619999885559082,2.630000114440918,2.5799999237060547,2.5999999046325684,2.2292304009013852,212577900.0,0.0,0.0,True
2022-10-28 00:00:00+08:00,2.609999895095825,2.619999885559082,2.5799999237060547,2.5999999046325684,2.2292304009013852,196605072.0,0.0,0.0,True
2022-10-31 00:00:00+08:00,2.609999895095825,2.619999885559082,2.5299999713897705,2.5299999713897705,2.1692127928381897,301629466.0,0.0,0.0,True
2022-11-01 00:00:00+08:00,2.549999952316284,2.559999942779541,2.509999990463257,2.549999952316284,2.1863605854994352,293764629.0,0.0,0.0,True
2022-11-02 00:00:00+08:00,2.5399999618530273,2.569999933242798,2.509999990463257,2.549999952316284,2.1863605854994352,177808744.0,0.0,0.0,True
2022-11-03 00:00:00+08:00,2.5199999809265137,2.559999942779541,2.509999990463257,2.5199999809265137,2.160638785257955,173620357.0,0.0,0.0,True
2022-11-04 00:00:00+08:00,2.5199999809265137,2.5999999046325684,2.509999990463257,2.5799999237060547,2.2120826082401392,286736115.0,0.0,0.0,True
2022-11-07 00:00:00+08:00,2.569999933242798,2.640000104904175,2.569999933242798,2.619999885559082,2.2463784160618543,250003832.0,0.0,0.0,True
2022-11-08 00:00:00+08:00,2.619999885559082,2.6500000953674316,2.609999895095825,2.630000114440918,2.2549524236420893,137556949.0,0.0,0.0,True
2022-11-09 00:00:00+08:00,2.640000104904175,2.6700000762939453,2.630000114440918,2.640000104904175,2.2635264312223238,200638853.0,0.0,0.0,True
2022-11-10 00:00:00+08:00,2.640000104904175,2.640000104904175,2.5799999237060547,2.609999895095825,2.2378044084816198,145100597.0,0.0,0.0,True
2022-11-11 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.630000114440918,2.6700000762939453,2.289248453963028,381371176.0,0.0,0.0,True
2022-11-14 00:00:00+08:00,2.700000047683716,2.700000047683716,2.630000114440918,2.6500000953674316,2.2721004388025583,354932990.0,0.0,0.0,True
2022-11-15 00:00:00+08:00,2.6600000858306885,2.7100000381469727,2.6500000953674316,2.690000057220459,2.3063962466242733,291790723.0,0.0,0.0,True
2022-11-16 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6600000858306885,2.6600000858306885,2.280674446382793,186766362.0,0.0,0.0,True
2022-11-17 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.640000104904175,2.6600000858306885,2.280674446382793,179443572.0,0.0,0.0,True
2022-11-18 00:00:00+08:00,2.6500000953674316,2.6600000858306885,2.619999885559082,2.619999885559082,2.2463784160618543,154145900.0,0.0,0.0,True
2022-11-21 00:00:00+08:00,2.619999885559082,2.6600000858306885,2.609999895095825,2.630000114440918,2.2549524236420893,235091636.0,0.0,0.0,True
2022-11-22 00:00:00+08:00,2.6500000953674316,2.680000066757202,2.630000114440918,2.680000066757202,2.297822239044039,252390695.0,0.0,0.0,True
2022-11-23 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6600000858306885,2.680000066757202,2.297822239044039,182421747.0,0.0,0.0,True
2022-11-24 00:00:00+08:00,2.690000057220459,2.7100000381469727,2.680000066757202,2.700000047683716,2.314970254204508,149761562.0,0.0,0.0,True
2022-11-25 00:00:00+08:00,2.7200000286102295,2.759999990463257,2.690000057220459,2.740000009536743,2.3492660620262233,254632913.0,0.0,0.0,True
2022-11-28 00:00:00+08:00,2.7300000190734863,2.7300000190734863,2.6500000953674316,2.690000057220459,2.3063962466242733,161785261.0,0.0,0.0,True
2022-11-29 00:00:00+08:00,2.700000047683716,2.759999990463257,2.690000057220459,2.759999990463257,2.366413854687469,346581294.0,0.0,0.0,True
2022-11-30 00:00:00+08:00,2.740000009536743,2.7699999809265137,2.7100000381469727,2.7699999809265137,2.3749878622677034,432080694.0,0.0,0.0,True
2022-12-01 00:00:00+08:00,2.7799999713897705,2.7799999713897705,2.7300000190734863,2.7300000190734863,2.3406920544459884,217546736.0,0.0,0.0,True
2022-12-02 00:00:00+08:00,2.740000009536743,2.740000009536743,2.700000047683716,2.700000047683716,2.314970254204508,230276247.0,0.0,0.0,True
2022-12-05 00:00:00+08:00,2.7300000190734863,2.740000009536743,2.7100000381469727,2.7100000381469727,2.323544261784743,326974686.0,0.0,0.0,True
2022-12-06 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.700000047683716,2.7100000381469727,2.323544261784743,220701897.0,0.0,0.0,True
2022-12-07 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.6700000762939453,2.6700000762939453,2.289248453963028,398444399.0,0.0,0.0,True
2022-12-08 00:00:00+08:00,2.690000057220459,2.7100000381469727,2.690000057220459,2.7100000381469727,2.323544261784743,166611951.0,0.0,0.0,True
2022-12-09 00:00:00+08:00,2.7100000381469727,2.75,2.7100000381469727,2.75,2.357840069606458,217686647.0,0.0,0.0,True
2022-12-12 00:00:00+08:00,2.75,2.75,2.7100000381469727,2.7300000190734863,2.3406920544459884,197998512.0,0.0,0.0,True
2022-12-13 00:00:00+08:00,2.7300000190734863,2.75,2.7200000286102295,2.7300000190734863,2.3406920544459884,198361151.0,0.0,0.0,True
2022-12-14 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.75,2.357840069606458,180466517.0,0.0,0.0,True
2022-12-15 00:00:00+08:00,2.75,2.759999990463257,2.7300000190734863,2.759999990463257,2.366413854687469,123892446.0,0.0,0.0,True
2022-12-16 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.75,2.759999990463257,2.366413854687469,291484353.0,0.0,0.0,True
2022-12-19 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.740000009536743,2.759999990463257,2.366413854687469,177450617.0,0.0,0.0,True
2022-12-20 00:00:00+08:00,2.759999990463257,2.759999990463257,2.7300000190734863,2.75,2.357840069606458,180566751.0,0.0,0.0,True
2022-12-21 00:00:00+08:00,2.75,2.7699999809265137,2.740000009536743,2.759999990463257,2.366413854687469,115535826.0,0.0,0.0,True
2022-12-22 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7699999809265137,2.799999952316284,2.4007098850084074,196411837.0,0.0,0.0,True
2022-12-23 00:00:00+08:00,2.799999952316284,2.799999952316284,2.7699999809265137,2.7799999713897705,2.3835618698479384,104303170.0,0.0,0.0,True
2022-12-28 00:00:00+08:00,2.799999952316284,2.869999885559082,2.7899999618530273,2.8399999141693115,2.4350056928301225,345503668.0,0.0,0.0,True
2022-12-29 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.809999942779541,2.8399999141693115,2.4350056928301225,229732726.0,0.0,0.0,True
2022-12-30 00:00:00+08:00,2.859999895095825,2.869999885559082,2.8399999141693115,2.8399999141693115,2.4350056928301225,178067459.0,0.0,0.0,True
2023-01-03 00:00:00+08:00,2.8299999237060547,2.880000114440918,2.7899999618530273,2.859999895095825,2.4521534854913685,190823528.0,0.0,0.0,True
2023-01-04 00:00:00+08:00,2.880000114440918,2.9100000858306885,2.869999885559082,2.9100000858306885,2.4950235233925415,228572448.0,0.0,0.0,True
2023-01-05 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.880000114440918,2.880000114440918,2.469301723151061,255214611.0,0.0,0.0,True
2023-01-06 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.869999885559082,2.9000000953674316,2.486449515812307,245642286.0,0.0,0.0,True
2023-01-09 00:00:00+08:00,2.9100000858306885,2.930000066757202,2.890000104904175,2.9100000858306885,2.4950235233925415,210901123.0,0.0,0.0,True
2023-01-10 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.890000104904175,2.9000000953674316,2.486449515812307,169340104.0,0.0,0.0,True
2023-01-11 00:00:00+08:00,2.9100000858306885,2.940000057220459,2.9000000953674316,2.9200000762939453,2.503597530972776,251759513.0,0.0,0.0,True
2023-01-12 00:00:00+08:00,2.940000057220459,2.950000047683716,2.9200000762939453,2.940000057220459,2.520745323634022,198273613.0,0.0,0.0,True
2023-01-13 00:00:00+08:00,2.950000047683716,2.9700000286102295,2.930000066757202,2.9600000381469727,2.537893338794491,170564472.0,0.0,0.0,True
2023-01-16 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9800000190734863,2.555041131455737,139812936.0,0.0,0.0,True
2023-01-17 00:00:00+08:00,2.9800000190734863,2.9800000190734863,2.950000047683716,2.9700000286102295,2.5464671238755026,176550661.0,0.0,0.0,True
2023-01-18 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9600000381469727,2.537893338794491,178542026.0,0.0,0.0,True
2023-01-19 00:00:00+08:00,2.9600000381469727,2.9600000381469727,2.930000066757202,2.9600000381469727,2.537893338794491,185924992.0,0.0,0.0,True
2023-01-20 00:00:00+08:00,2.9600000381469727,3.0,2.950000047683716,2.990000009536743,2.5636151390359716,174579806.0,0.0,0.0,True
2023-01-26 00:00:00+08:00,3.0,3.0299999713897705,3.0,3.0299999713897705,2.5979109468576866,183604593.0,0.0,0.0,True
2023-01-27 00:00:00+08:00,3.0299999713897705,3.059999942779541,3.0199999809265137,3.059999942779541,2.623632747099167,222572281.0,0.0,0.0,True
2023-01-30 00:00:00+08:00,3.059999942779541,3.059999942779541,3.0,3.009999990463257,2.580763154196441,334355795.0,0.0,0.0,True
2023-01-31 00:00:00+08:00,3.0199999809265137,3.0299999713897705,2.9800000190734863,2.990000009536743,2.5636151390359716,298519480.0,0.0,0.0,True
2023-02-01 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.0,2.572189146616206,169444911.0,0.0,0.0,True
2023-02-02 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9800000190734863,2.990000009536743,2.5636151390359716,135551645.0,0.0,0.0,True
2023-02-03 00:00:00+08:00,3.0,3.0,2.950000047683716,2.9800000190734863,2.555041131455737,220621955.0,0.0,0.0,True
2023-02-06 00:00:00+08:00,2.9700000286102295,2.9700000286102295,2.930000066757202,2.940000057220459,2.520745323634022,240244599.0,0.0,0.0,True
2023-02-07 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.940000057220459,2.9600000381469727,2.537893338794491,171599472.0,0.0,0.0,True
2023-02-08 00:00:00+08:00,2.950000047683716,2.990000009536743,2.950000047683716,2.9700000286102295,2.5464671238755026,101790984.0,0.0,0.0,True
2023-02-09 00:00:00+08:00,2.9600000381469727,2.990000009536743,2.950000047683716,2.9800000190734863,2.555041131455737,163391718.0,0.0,0.0,True
2023-02-10 00:00:00+08:00,2.9700000286102295,2.990000009536743,2.950000047683716,2.950000047683716,2.5293193312142566,122058391.0,0.0,0.0,True
2023-02-13 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.930000066757202,2.940000057220459,2.520745323634022,155518503.0,0.0,0.0,True
2023-02-14 00:00:00+08:00,2.9600000381469727,2.9600000381469727,2.940000057220459,2.940000057220459,2.520745323634022,104647894.0,0.0,0.0,True
2023-02-15 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9100000858306885,2.930000066757202,2.5121713160537875,239423279.0,0.0,0.0,True
2023-02-16 00:00:00+08:00,2.930000066757202,2.940000057220459,2.9200000762939453,2.930000066757202,2.5121713160537875,152423999.0,0.0,0.0,True
2023-02-17 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9200000762939453,2.930000066757202,2.5121713160537875,116724325.0,0.0,0.0,True
2023-02-20 00:00:00+08:00,2.930000066757202,2.9600000381469727,2.9200000762939453,2.950000047683716,2.5293193312142566,139479932.0,0.0,0.0,True
2023-02-21 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.940000057220459,2.950000047683716,2.5293193312142566,92086005.0,0.0,0.0,True
2023-02-22 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.930000066757202,2.930000066757202,2.5121713160537875,103240749.0,0.0,0.0,True
2023-02-23 00:00:00+08:00,2.930000066757202,2.950000047683716,2.930000066757202,2.930000066757202,2.5121713160537875,106157006.0,0.0,0.0,True
2023-02-24 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.9100000858306885,2.9100000858306885,2.4950235233925415,156275061.0,0.0,0.0,True
2023-02-27 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.9000000953674316,2.9000000953674316,2.486449515812307,176386277.0,0.0,0.0,True
2023-02-28 00:00:00+08:00,2.9100000858306885,2.930000066757202,2.880000114440918,2.880000114440918,2.469301723151061,242266079.0,0.0,0.0,True
2023-03-01 00:00:00+08:00,2.880000114440918,2.9600000381469727,2.880000114440918,2.940000057220459,2.520745323634022,230175356.0,0.0,0.0,True
2023-03-02 00:00:00+08:00,2.950000047683716,2.9700000286102295,2.9200000762939453,2.9700000286102295,2.5464671238755026,156721409.0,0.0,0.0,True
2023-03-03 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9600000381469727,2.990000009536743,2.5636151390359716,156464183.0,0.0,0.0,True
2023-03-06 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.9600000381469727,3.0,2.572189146616206,236911516.0,0.0,0.0,True
2023-03-07 00:00:00+08:00,3.009999990463257,3.069999933242798,2.990000009536743,3.009999990463257,2.580763154196441,331207423.0,0.0,0.0,True
2023-03-08 00:00:00+08:00,2.990000009536743,2.990000009536743,2.9600000381469727,2.9800000190734863,2.555041131455737,169488603.0,0.0,0.0,True
2023-03-09 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.950000047683716,2.9600000381469727,2.537893338794491,226434889.0,0.0,0.0,True
2023-03-10 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9100000858306885,2.9200000762939453,2.503597530972776,324419293.0,0.0,0.0,True
2023-03-13 00:00:00+08:00,2.9100000858306885,2.9700000286102295,2.9100000858306885,2.9600000381469727,2.537893338794491,283001042.0,0.0,0.0,True
2023-03-14 00:00:00+08:00,2.940000057220459,2.9700000286102295,2.9000000953674316,2.9200000762939453,2.503597530972776,276165334.0,0.0,0.0,True
2023-03-15 00:00:00+08:00,2.940000057220459,3.0,2.940000057220459,2.9800000190734863,2.555041131455737,306019717.0,0.0,0.0,True
2023-03-16 00:00:00+08:00,2.9700000286102295,3.0199999809265137,2.9700000286102295,3.0,2.572189146616206,337246665.0,0.0,0.0,True
2023-03-17 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.009999990463257,2.580763154196441,474192271.0,0.0,0.0,True
2023-03-20 00:00:00+08:00,3.009999990463257,3.0399999618530273,2.9800000190734863,3.009999990463257,2.580763154196441,302517593.0,0.0,0.0,True
2023-03-21 00:00:00+08:00,3.0199999809265137,3.0299999713897705,2.9700000286102295,2.990000009536743,2.5636151390359716,190990791.0,0.0,0.0,True
2023-03-22 00:00:00+08:00,2.9800000190734863,3.049999952316284,2.9800000190734863,3.0199999809265137,2.589336939277452,327361985.0,0.0,0.0,True
2023-03-23 00:00:00+08:00,3.0199999809265137,3.049999952316284,3.009999990463257,3.0399999618530273,2.6064849544379216,179540267.0,0.0,0.0,True
2023-03-24 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,2.580763154196441,185863751.0,0.0,0.0,True
2023-03-27 00:00:00+08:00,3.0,3.009999990463257,2.9800000190734863,2.9800000190734863,2.555041131455737,165526114.0,0.0,0.0,True
2023-03-28 00:00:00+08:00,3.0,3.0299999713897705,2.9800000190734863,3.009999990463257,2.580763154196441,114694384.0,0.0,0.0,True
2023-03-29 00:00:00+08:00,3.0299999713897705,3.049999952316284,3.009999990463257,3.0399999618530273,2.6064849544379216,294188064.0,0.0,0.0,True
2023-03-30 00:00:00+08:00,3.0299999713897705,3.049999952316284,2.990000009536743,3.0199999809265137,2.589336939277452,205570289.0,0.0,0.0,True
2023-03-31 00:00:00+08:00,3.0399999618530273,3.059999942779541,3.009999990463257,3.009999990463257,2.580763154196441,369847410.0,0.0,0.0,True
2023-04-03 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.009999990463257,2.580763154196441,184514772.0,0.0,0.0,True
2023-04-04 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.009999990463257,3.0299999713897705,2.5979109468576866,205287968.0,0.0,0.0,True
2023-04-06 00:00:00+08:00,3.0399999618530273,3.049999952316284,3.0299999713897705,3.0299999713897705,2.5979109468576866,148703289.0,0.0,0.0,True
2023-04-11 00:00:00+08:00,3.059999942779541,3.069999933242798,3.0399999618530273,3.069999933242798,2.6322067546794017,228834937.0,0.0,0.0,True
2023-04-12 00:00:00+08:00,3.069999933242798,3.0899999141693115,3.059999942779541,3.0899999141693115,2.649354769839871,195869097.0,0.0,0.0,True
2023-04-13 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.059999942779541,3.0999999046325684,2.657928554920882,196477650.0,0.0,0.0,True
2023-04-14 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.6665025625011167,165646703.0,0.0,0.0,True
2023-04-17 00:00:00+08:00,3.109999895095825,3.1700000762939453,3.0899999141693115,3.1500000953674316,2.7007985928220557,318579375.0,0.0,0.0,True
2023-04-18 00:00:00+08:00,3.190000057220459,3.190000057220459,3.1500000953674316,3.1600000858306885,2.70937260040229,226417979.0,0.0,0.0,True
2023-04-19 00:00:00+08:00,3.1600000858306885,3.1600000858306885,3.119999885559082,3.140000104904175,2.6922245852418207,188611472.0,0.0,0.0,True
2023-04-20 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.119999885559082,3.140000104904175,2.6922245852418207,156796304.0,0.0,0.0,True
2023-04-21 00:00:00+08:00,3.1500000953674316,3.180000066757202,3.109999895095825,3.130000114440918,2.6836508001608097,216903043.0,0.0,0.0,True
2023-04-24 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.0999999046325684,3.119999885559082,2.6750765700813517,168090850.0,0.0,0.0,True
2023-04-25 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.140000104904175,2.6922245852418207,189568006.0,0.0,0.0,True
2023-04-26 00:00:00+08:00,3.140000104904175,3.140000104904175,3.0899999141693115,3.130000114440918,2.6836508001608097,164172101.0,0.0,0.0,True
2023-04-27 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.0999999046325684,3.140000104904175,2.6922245852418207,226941096.0,0.0,0.0,True
2023-04-28 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.130000114440918,3.130000114440918,2.6836508001608097,254250074.0,0.0,0.0,True
2023-05-02 00:00:00+08:00,3.1600000858306885,3.1700000762939453,3.130000114440918,3.1500000953674316,2.7007985928220557,208212711.0,0.0,0.0,True
2023-05-03 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0899999141693115,3.109999895095825,2.6665025625011167,142387753.0,0.0,0.0,True
2023-05-04 00:00:00+08:00,3.0999999046325684,3.240000009536743,3.0999999046325684,3.240000009536743,2.7779642160457203,597317083.0,0.0,0.0,True
2023-05-05 00:00:00+08:00,3.2300000190734863,3.319999933242798,3.2200000286102295,3.2699999809265137,2.803686016287201,651994723.0,0.0,0.0,True
2023-05-08 00:00:00+08:00,3.2699999809265137,3.4200000762939453,3.259999990463257,3.4200000762939453,2.9322956849922734,996795816.0,0.0,0.0,True
2023-05-09 00:00:00+08:00,3.4200000762939453,3.450000047683716,3.319999933242798,3.369999885559082,2.8894256470911,746342767.0,0.0,0.0,True
2023-05-10 00:00:00+08:00,3.380000114440918,3.380000114440918,3.259999990463257,3.2699999809265137,2.803686016287201,412287784.0,0.0,0.0,True
2023-05-11 00:00:00+08:00,3.2799999713897705,3.3299999237060547,3.25,3.2699999809265137,2.803686016287201,366507410.0,0.0,0.0,True
2023-05-12 00:00:00+08:00,3.2699999809265137,3.2699999809265137,3.190000057220459,3.2100000381469727,2.75224241580424,289863825.0,0.0,0.0,True
2023-05-15 00:00:00+08:00,3.200000047683716,3.2799999713897705,3.1700000762939453,3.2799999713897705,2.8122600238674353,385499418.0,0.0,0.0,True
2023-05-16 00:00:00+08:00,3.2799999713897705,3.309999942779541,3.2300000190734863,3.2699999809265137,2.803686016287201,198717103.0,0.0,0.0,True
2023-05-17 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2100000381469727,3.2200000286102295,2.7608164233844743,282628223.0,0.0,0.0,True
2023-05-18 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2200000286102295,3.2899999618530273,2.82083403144767,266644759.0,0.0,0.0,True
2023-05-19 00:00:00+08:00,3.2799999713897705,3.2899999618530273,3.2300000190734863,3.25,2.786538223625955,177453684.0,0.0,0.0,True
2023-05-22 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2100000381469727,3.2699999809265137,2.803686016287201,189171807.0,0.0,0.0,True
2023-05-23 00:00:00+08:00,3.2799999713897705,3.2899999618530273,3.200000047683716,3.2100000381469727,2.75224241580424,249347200.0,0.0,0.0,True
2023-05-24 00:00:00+08:00,3.2100000381469727,3.2100000381469727,3.140000104904175,3.1700000762939453,2.7179466079825247,321968120.0,0.0,0.0,True
2023-05-25 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.109999895095825,2.6665025625011167,278065767.0,0.0,0.0,True
2023-05-29 00:00:00+08:00,3.109999895095825,3.1600000858306885,3.109999895095825,3.140000104904175,2.6922245852418207,207310653.0,0.0,0.0,True
2023-05-30 00:00:00+08:00,3.140000104904175,3.1600000858306885,3.0999999046325684,3.119999885559082,2.6750765700813517,270017518.0,0.0,0.0,True
2023-05-31 00:00:00+08:00,3.130000114440918,3.130000114440918,3.049999952316284,3.069999933242798,2.6322067546794017,509625678.0,0.0,0.0,True
2023-06-01 00:00:00+08:00,3.049999952316284,3.0899999141693115,3.049999952316284,3.049999952316284,2.615058962018156,249556460.0,0.0,0.0,True
2023-06-02 00:00:00+08:00,3.059999942779541,3.119999885559082,3.059999942779541,3.0999999046325684,2.657928554920882,362267865.0,0.0,0.0,True
2023-06-05 00:00:00+08:00,3.109999895095825,3.130000114440918,3.0799999237060547,3.119999885559082,2.6750765700813517,212474160.0,0.0,0.0,True
2023-06-06 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.0999999046325684,3.130000114440918,2.6836508001608097,250221201.0,0.0,0.0,True
2023-06-07 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.119999885559082,3.1600000858306885,2.70937260040229,304143061.0,0.0,0.0,True
2023-06-08 00:00:00+08:00,3.1700000762939453,3.200000047683716,3.140000104904175,3.1700000762939453,2.7179466079825247,271855636.0,0.0,0.0,True
2023-06-09 00:00:00+08:00,3.180000066757202,3.190000057220459,3.1600000858306885,3.190000057220459,2.7350944006437707,249792693.0,0.0,0.0,True
2023-06-12 00:00:00+08:00,3.180000066757202,3.180000066757202,3.1500000953674316,3.1600000858306885,2.70937260040229,153195292.0,0.0,0.0,True
2023-06-13 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.1600000858306885,2.70937260040229,206803734.0,0.0,0.0,True
2023-06-14 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.0899999141693115,3.109999895095825,2.6665025625011167,257722285.0,0.0,0.0,True
2023-06-15 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0999999046325684,3.140000104904175,2.6922245852418207,180409202.0,0.0,0.0,True
2023-06-16 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.130000114440918,3.140000104904175,2.6922245852418207,273436111.0,0.0,0.0,True
2023-06-19 00:00:00+08:00,3.1600000858306885,3.1700000762939453,3.130000114440918,3.1500000953674316,2.7007985928220557,152642792.0,0.0,0.0,True
2023-06-20 00:00:00+08:00,3.130000114440918,3.1700000762939453,3.130000114440918,3.1500000953674316,2.7007985928220557,142012501.0,0.0,0.0,True
2023-06-21 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.130000114440918,3.130000114440918,2.6836508001608097,100637132.0,0.0,0.0,True
2023-06-23 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0999999046325684,3.109999895095825,2.6665025625011167,158194880.0,0.0,0.0,True
2023-06-26 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0999999046325684,3.109999895095825,2.6665025625011167,246729485.0,0.0,0.0,True
2023-06-27 00:00:00+08:00,3.109999895095825,3.180000066757202,3.109999895095825,3.1500000953674316,2.7007985928220557,249031295.0,0.0,0.0,True
2023-06-28 00:00:00+08:00,3.1700000762939453,3.180000066757202,3.1500000953674316,3.1600000858306885,2.70937260040229,227680692.0,0.0,0.0,True
2023-06-29 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.130000114440918,2.6836508001608097,160480988.0,0.0,0.0,True
2023-06-30 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.140000104904175,3.140000104904175,2.6922245852418207,172685962.0,0.0,0.0,True
2023-07-03 00:00:00+08:00,3.1500000953674316,3.200000047683716,3.1500000953674316,3.190000057220459,2.7350944006437707,347007606.0,0.0,0.0,True
2023-07-04 00:00:00+08:00,3.180000066757202,3.200000047683716,3.140000104904175,3.1600000858306885,2.70937260040229,365739100.0,0.0,0.0,True
2023-07-05 00:00:00+08:00,3.1600000858306885,3.1600000858306885,3.0999999046325684,3.0999999046325684,2.657928554920882,478204451.0,0.0,0.0,True
2023-07-06 00:00:00+08:00,2.869999885559082,2.880000114440918,2.7699999809265137,2.7799999713897705,2.5943776591874097,572683914.0,0.251902,0.0,True
2023-07-07 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.5757130893190934,277698895.0,0.0,0.0,True
2023-07-10 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7300000190734863,2.75,2.566380804384935,251196901.0,0.0,0.0,True
2023-07-11 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.740000009536743,2.5570485194507775,205968561.0,0.0,0.0,True
2023-07-12 00:00:00+08:00,2.75,2.7699999809265137,2.740000009536743,2.740000009536743,2.5570485194507775,223511497.0,0.0,0.0,True
2023-07-13 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.5757130893190934,287941953.0,0.0,0.0,True
2023-07-14 00:00:00+08:00,2.7699999809265137,2.809999942779541,2.7699999809265137,2.799999952316284,2.613042229055726,306605317.0,0.0,0.0,True
2023-07-18 00:00:00+08:00,2.819999933242798,2.819999933242798,2.759999990463257,2.759999990463257,2.5757130893190934,285915642.0,0.0,0.0,True
2023-07-19 00:00:00+08:00,2.75,2.75,2.7200000286102295,2.740000009536743,2.5570485194507775,263406008.0,0.0,0.0,True
2023-07-20 00:00:00+08:00,2.75,2.7899999618530273,2.740000009536743,2.75,2.566380804384935,193798876.0,0.0,0.0,True
2023-07-21 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.75,2.7799999713897705,2.5943776591874097,156948053.0,0.0,0.0,True
2023-07-24 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.7200000286102295,2.7300000190734863,2.5477162345166193,243473214.0,0.0,0.0,True
2023-07-25 00:00:00+08:00,2.7699999809265137,2.8299999237060547,2.759999990463257,2.819999933242798,2.631706798924042,269653837.0,0.0,0.0,True
2023-07-26 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.7799999713897705,2.7899999618530273,2.603709944121568,145382061.0,0.0,0.0,True
2023-07-27 00:00:00+08:00,2.799999952316284,2.8399999141693115,2.7899999618530273,2.8299999237060547,2.6410390838582,201437010.0,0.0,0.0,True
2023-07-28 00:00:00+08:00,2.799999952316284,2.880000114440918,2.799999952316284,2.859999895095825,2.6690359386606746,214829894.0,0.0,0.0,True
2023-07-31 00:00:00+08:00,2.880000114440918,2.9200000762939453,2.869999885559082,2.890000104904175,2.697033015962372,350355926.0,0.0,0.0,True
2023-08-01 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.8499999046325684,2.869999885559082,2.6783682235948327,301183220.0,0.0,0.0,True
2023-08-02 00:00:00+08:00,2.8499999046325684,2.880000114440918,2.809999942779541,2.809999942779541,2.622374513989884,245006074.0,0.0,0.0,True
2023-08-03 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.799999952316284,2.809999942779541,2.622374513989884,193179529.0,0.0,0.0,True
2023-08-04 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.7699999809265137,2.7799999713897705,2.5943776591874097,316978289.0,0.0,0.0,True
2023-08-07 00:00:00+08:00,2.799999952316284,2.799999952316284,2.7699999809265137,2.7899999618530273,2.603709944121568,178546045.0,0.0,0.0,True
2023-08-08 00:00:00+08:00,2.7699999809265137,2.799999952316284,2.759999990463257,2.7699999809265137,2.5850453742532515,216834266.0,0.0,0.0,True
2023-08-09 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.759999990463257,2.7899999618530273,2.603709944121568,166884746.0,0.0,0.0,True
2023-08-10 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.759999990463257,2.7899999618530273,2.603709944121568,158219470.0,0.0,0.0,True
2023-08-11 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.75,2.759999990463257,2.5757130893190934,163002610.0,0.0,0.0,True
2023-08-14 00:00:00+08:00,2.7300000190734863,2.740000009536743,2.700000047683716,2.7100000381469727,2.529051664648303,310922945.0,0.0,0.0,True
2023-08-15 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.700000047683716,2.700000047683716,2.519719379714145,189843481.0,0.0,0.0,True
2023-08-16 00:00:00+08:00,2.690000057220459,2.700000047683716,2.6600000858306885,2.6600000858306885,2.4823902399775126,246065636.0,0.0,0.0,True
2023-08-17 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.619999885559082,2.6500000953674316,2.4730579550433545,302984528.0,0.0,0.0,True
2023-08-18 00:00:00+08:00,2.6500000953674316,2.690000057220459,2.640000104904175,2.640000104904175,2.4637256701091963,269112824.0,0.0,0.0,True
2023-08-21 00:00:00+08:00,2.630000114440918,2.640000104904175,2.5999999046325684,2.5999999046325684,2.4263963078733406,242740069.0,0.0,0.0,True
2023-08-22 00:00:00+08:00,2.5999999046325684,2.630000114440918,2.5999999046325684,2.609999895095825,2.4357285928074983,235094285.0,0.0,0.0,True
2023-08-23 00:00:00+08:00,2.609999895095825,2.640000104904175,2.609999895095825,2.619999885559082,2.4450608777416565,138359884.0,0.0,0.0,True
2023-08-24 00:00:00+08:00,2.630000114440918,2.6500000953674316,2.619999885559082,2.630000114440918,2.454393385175038,156300687.0,0.0,0.0,True
2023-08-25 00:00:00+08:00,2.630000114440918,2.6700000762939453,2.630000114440918,2.640000104904175,2.4637256701091963,153399277.0,0.0,0.0,True
2023-08-28 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6500000953674316,2.6600000858306885,2.4823902399775126,168725610.0,0.0,0.0,True
2023-08-29 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6700000762939453,2.7100000381469727,2.529051664648303,215687862.0,0.0,0.0,True
2023-08-30 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.690000057220459,2.700000047683716,2.519719379714145,343038999.0,0.0,0.0,True
2023-08-31 00:00:00+08:00,2.6700000762939453,2.700000047683716,2.6600000858306885,2.6600000858306885,2.4823902399775126,402227630.0,0.0,0.0,True
2023-09-04 00:00:00+08:00,2.6600000858306885,2.759999990463257,2.6600000858306885,2.7300000190734863,2.5477162345166193,389314606.0,0.0,0.0,True
2023-09-05 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.680000066757202,2.680000066757202,2.501054809845829,278826512.0,0.0,0.0,True
2023-09-06 00:00:00+08:00,2.6700000762939453,2.7100000381469727,2.6700000762939453,2.7100000381469727,2.529051664648303,251360337.0,0.0,0.0,True
2023-09-07 00:00:00+08:00,2.7100000381469727,2.7100000381469727,2.680000066757202,2.690000057220459,2.5103870947799867,187793647.0,0.0,0.0,True
2023-09-11 00:00:00+08:00,2.6700000762939453,2.700000047683716,2.6600000858306885,2.690000057220459,2.5103870947799867,268375824.0,0.0,0.0,True
2023-09-12 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6700000762939453,2.680000066757202,2.501054809845829,162275171.0,0.0,0.0,True
2023-09-13 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6700000762939453,2.680000066757202,2.501054809845829,115212506.0,0.0,0.0,True
2023-09-14 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.680000066757202,2.700000047683716,2.519719379714145,196842876.0,0.0,0.0,True
2023-09-15 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7100000381469727,2.7300000190734863,2.5477162345166193,251122688.0,0.0,0.0,True
2023-09-18 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.690000057220459,2.7200000286102295,2.538383949582461,128546047.0,0.0,0.0,True
2023-09-19 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.75,2.566380804384935,204048823.0,0.0,0.0,True
2023-09-20 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7300000190734863,2.7300000190734863,2.5477162345166193,168459390.0,0.0,0.0,True
2023-09-21 00:00:00+08:00,2.7300000190734863,2.7699999809265137,2.700000047683716,2.7200000286102295,2.538383949582461,310569950.0,0.0,0.0,True
2023-09-22 00:00:00+08:00,2.7200000286102295,2.759999990463257,2.7100000381469727,2.759999990463257,2.5757130893190934,222057532.0,0.0,0.0,True
2023-09-25 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.7300000190734863,2.5477162345166193,156642322.0,0.0,0.0,True
2023-09-26 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.690000057220459,2.700000047683716,2.519719379714145,219074293.0,0.0,0.0,True
2023-09-27 00:00:00+08:00,2.700000047683716,2.7300000190734863,2.700000047683716,2.7200000286102295,2.538383949582461,153898438.0,0.0,0.0,True
2023-09-28 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.680000066757202,2.690000057220459,2.5103870947799867,206202848.0,0.0,0.0,True
2023-09-29 00:00:00+08:00,2.7100000381469727,2.759999990463257,2.700000047683716,2.740000009536743,2.5570485194507775,275473807.0,0.0,0.0,True
2023-10-03 00:00:00+08:00,2.740000009536743,2.740000009536743,2.6600000858306885,2.6600000858306885,2.4823902399775126,279518742.0,0.0,0.0,True
2023-10-04 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.6500000953674316,2.6700000762939453,2.491722524911671,162218997.0,0.0,0.0,True
2023-10-05 00:00:00+08:00,2.690000057220459,2.690000057220459,2.6700000762939453,2.6700000762939453,2.491722524911671,113757307.0,0.0,0.0,True
2023-10-06 00:00:00+08:00,2.700000047683716,2.759999990463257,2.700000047683716,2.7300000190734863,2.5477162345166193,224114423.0,0.0,0.0,True
2023-10-09 00:00:00+08:00,2.75,2.759999990463257,2.700000047683716,2.7300000190734863,2.5477162345166193,240876866.0,0.0,0.0,True
2023-10-10 00:00:00+08:00,2.75,2.7699999809265137,2.7200000286102295,2.7300000190734863,2.5477162345166193,218393639.0,0.0,0.0,True
2023-10-11 00:00:00+08:00,2.759999990463257,2.759999990463257,2.7300000190734863,2.740000009536743,2.5570485194507775,248078749.0,0.0,0.0,True
2023-10-12 00:00:00+08:00,2.819999933242798,2.869999885559082,2.799999952316284,2.8499999046325684,2.6597036537265164,630614125.0,0.0,0.0,True
2023-10-13 00:00:00+08:00,2.8299999237060547,2.8499999046325684,2.809999942779541,2.809999942779541,2.622374513989884,317552755.0,0.0,0.0,True
2023-10-16 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.7899999618530273,2.799999952316284,2.613042229055726,182246487.0,0.0,0.0,True
2023-10-17 00:00:00+08:00,2.809999942779541,2.8399999141693115,2.799999952316284,2.8399999141693115,2.6503713687923582,202072749.0,0.0,0.0,True
2023-10-18 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.809999942779541,2.819999933242798,2.631706798924042,204883454.0,0.0,0.0,True
2023-10-19 00:00:00+08:00,2.799999952316284,2.799999952316284,2.75,2.759999990463257,2.5757130893190934,245165636.0,0.0,0.0,True
2023-10-20 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.7300000190734863,2.75,2.566380804384935,232636255.0,0.0,0.0,True
2023-10-24 00:00:00+08:00,2.7300000190734863,2.75,2.700000047683716,2.7200000286102295,2.538383949582461,212724481.0,0.0,0.0,True
2023-10-25 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.700000047683716,2.7100000381469727,2.529051664648303,244173417.0,0.0,0.0,True
2023-10-26 00:00:00+08:00,2.7100000381469727,2.75,2.7100000381469727,2.7200000286102295,2.538383949582461,183234206.0,0.0,0.0,True
2023-10-27 00:00:00+08:00,2.75,2.7799999713897705,2.7300000190734863,2.759999990463257,2.5757130893190934,204874923.0,0.0,0.0,True
2023-10-30 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.690000057220459,2.7300000190734863,2.5477162345166193,254783636.0,0.0,0.0,True
2023-10-31 00:00:00+08:00,2.7200000286102295,2.75,2.700000047683716,2.740000009536743,2.5570485194507775,215468975.0,0.0,0.0,True
2023-11-01 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.740000009536743,2.7699999809265137,2.5850453742532515,174241443.0,0.0,0.0,True
2023-11-02 00:00:00+08:00,2.799999952316284,2.8299999237060547,2.7799999713897705,2.799999952316284,2.613042229055726,237973440.0,0.0,0.0,True
2023-11-03 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.799999952316284,2.809999942779541,2.622374513989884,200317970.0,0.0,0.0,True
2023-11-06 00:00:00+08:00,2.8399999141693115,2.8399999141693115,2.809999942779541,2.819999933242798,2.631706798924042,236156557.0,0.0,0.0,True
2023-11-07 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7799999713897705,2.7899999618530273,2.603709944121568,164102236.0,0.0,0.0,True
2023-11-08 00:00:00+08:00,2.799999952316284,2.809999942779541,2.7699999809265137,2.7899999618530273,2.603709944121568,206538279.0,0.0,0.0,True
2023-11-09 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7799999713897705,2.7899999618530273,2.603709944121568,184644662.0,0.0,0.0,True
2023-11-10 00:00:00+08:00,2.7899999618530273,2.799999952316284,2.7699999809265137,2.7699999809265137,2.5850453742532515,101774583.0,0.0,0.0,True
2023-11-13 00:00:00+08:00,2.7899999618530273,2.809999942779541,2.759999990463257,2.809999942779541,2.622374513989884,88668111.0,0.0,0.0,True
2023-11-14 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.799999952316284,2.809999942779541,2.622374513989884,123266211.0,0.0,0.0,True
2023-11-15 00:00:00+08:00,2.8499999046325684,2.9000000953674316,2.8299999237060547,2.880000114440918,2.6877007310282144,368947071.0,0.0,0.0,True
2023-11-16 00:00:00+08:00,2.9000000953674316,2.9000000953674316,2.8299999237060547,2.859999895095825,2.6690359386606746,122357837.0,0.0,0.0,True
2023-11-17 00:00:00+08:00,2.8399999141693115,2.859999895095825,2.809999942779541,2.8299999237060547,2.6410390838582,154089409.0,0.0,0.0,True
2023-11-20 00:00:00+08:00,2.859999895095825,2.890000104904175,2.8399999141693115,2.890000104904175,2.697033015962372,226032688.0,0.0,0.0,True
2023-11-21 00:00:00+08:00,2.9000000953674316,2.9200000762939453,2.869999885559082,2.890000104904175,2.697033015962372,200040554.0,0.0,0.0,True
2023-11-22 00:00:00+08:00,2.880000114440918,2.9000000953674316,2.869999885559082,2.890000104904175,2.697033015962372,100421290.0,0.0,0.0,True
2023-11-23 00:00:00+08:00,2.890000104904175,2.9200000762939453,2.859999895095825,2.9000000953674316,2.7063653008965303,179342143.0,0.0,0.0,True
2023-11-24 00:00:00+08:00,2.880000114440918,2.890000104904175,2.869999885559082,2.869999885559082,2.6783682235948327,99513535.0,0.0,0.0,True
2023-11-27 00:00:00+08:00,2.890000104904175,2.890000104904175,2.8399999141693115,2.880000114440918,2.6877007310282144,142827938.0,0.0,0.0,True
2023-11-28 00:00:00+08:00,2.890000104904175,2.890000104904175,2.859999895095825,2.859999895095825,2.6690359386606746,115131696.0,0.0,0.0,True
2023-11-29 00:00:00+08:00,2.880000114440918,2.890000104904175,2.819999933242798,2.8399999141693115,2.6503713687923582,279360813.0,0.0,0.0,True
2023-11-30 00:00:00+08:00,2.8499999046325684,2.869999885559082,2.8299999237060547,2.869999885559082,2.6783682235948327,265083541.0,0.0,0.0,True
2023-12-01 00:00:00+08:00,2.859999895095825,2.890000104904175,2.8299999237060547,2.8299999237060547,2.6410390838582,224843422.0,0.0,0.0,True
2023-12-04 00:00:00+08:00,2.859999895095825,2.880000114440918,2.8399999141693115,2.8399999141693115,2.6503713687923582,210907259.0,0.0,0.0,True
2023-12-05 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.799999952316284,2.809999942779541,2.622374513989884,178081981.0,0.0,0.0,True
2023-12-06 00:00:00+08:00,2.819999933242798,2.8499999046325684,2.799999952316284,2.819999933242798,2.631706798924042,136493101.0,0.0,0.0,True
2023-12-07 00:00:00+08:00,2.809999942779541,2.8299999237060547,2.7799999713897705,2.819999933242798,2.631706798924042,180741753.0,0.0,0.0,True
2023-12-08 00:00:00+08:00,2.8399999141693115,2.8399999141693115,2.799999952316284,2.819999933242798,2.631706798924042,129232878.0,0.0,0.0,True
2023-12-11 00:00:00+08:00,2.799999952316284,2.819999933242798,2.75,2.809999942779541,2.622374513989884,254296223.0,0.0,0.0,True
2023-12-12 00:00:00+08:00,2.809999942779541,2.8499999046325684,2.7899999618530273,2.8399999141693115,2.6503713687923582,168445219.0,0.0,0.0,True
2023-12-13 00:00:00+08:00,2.859999895095825,2.859999895095825,2.8399999141693115,2.8499999046325684,2.6597036537265164,154828488.0,0.0,0.0,True
2023-12-14 00:00:00+08:00,2.880000114440918,2.890000104904175,2.8499999046325684,2.869999885559082,2.6783682235948327,167059093.0,0.0,0.0,True
2023-12-15 00:00:00+08:00,2.9000000953674316,2.9600000381469727,2.890000104904175,2.9200000762939453,2.7250298707648466,808091705.0,0.0,0.0,True
2023-12-18 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.880000114440918,2.890000104904175,2.697033015962372,186832816.0,0.0,0.0,True
2023-12-19 00:00:00+08:00,2.890000104904175,2.9000000953674316,2.869999885559082,2.890000104904175,2.697033015962372,79336353.0,0.0,0.0,True
2023-12-20 00:00:00+08:00,2.9100000858306885,2.9100000858306885,2.859999895095825,2.869999885559082,2.6783682235948327,142624593.0,0.0,0.0,True
2023-12-21 00:00:00+08:00,2.859999895095825,2.9000000953674316,2.859999895095825,2.9000000953674316,2.7063653008965303,85503586.0,0.0,0.0,True
2023-12-22 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.880000114440918,2.9000000953674316,2.7063653008965303,156342132.0,0.0,0.0,True
2023-12-27 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.890000104904175,2.940000057220459,2.743694440633163,223293643.0,0.0,0.0,True
2023-12-28 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.930000066757202,2.9700000286102295,2.771691295435637,201567332.0,0.0,0.0,True
2023-12-29 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9800000190734863,2.781023580369795,137111290.0,0.0,0.0,True
2024-01-02 00:00:00+08:00,2.990000009536743,2.990000009536743,2.940000057220459,2.950000047683716,2.753026725567321,128557466.0,0.0,0.0,True
2024-01-03 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.930000066757202,2.950000047683716,2.753026725567321,106699543.0,0.0,0.0,True
2024-01-04 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.940000057220459,2.9700000286102295,2.771691295435637,121929275.0,0.0,0.0,True
2024-01-05 00:00:00+08:00,2.9600000381469727,3.0,2.940000057220459,2.9700000286102295,2.771691295435637,185395890.0,0.0,0.0,True
2024-01-08 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9100000858306885,2.9200000762939453,2.7250298707648466,188333433.0,0.0,0.0,True
2024-01-09 00:00:00+08:00,2.930000066757202,2.950000047683716,2.9100000858306885,2.940000057220459,2.743694440633163,215467404.0,0.0,0.0,True
2024-01-10 00:00:00+08:00,2.9200000762939453,2.950000047683716,2.9100000858306885,2.9200000762939453,2.7250298707648466,135462005.0,0.0,0.0,True
2024-01-11 00:00:00+08:00,2.9200000762939453,2.9600000381469727,2.9000000953674316,2.930000066757202,2.7343621556990048,144039792.0,0.0,0.0,True
2024-01-12 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9100000858306885,2.930000066757202,2.7343621556990048,125391727.0,0.0,0.0,True
2024-01-15 00:00:00+08:00,2.940000057220459,2.940000057220459,2.9200000762939453,2.930000066757202,2.7343621556990048,77854227.0,0.0,0.0,True
2024-01-16 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9000000953674316,2.9100000858306885,2.7156975858306884,196187123.0,0.0,0.0,True
2024-01-17 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.819999933242798,2.8399999141693115,2.6503713687923582,457288995.0,0.0,0.0,True
2024-01-18 00:00:00+08:00,2.8499999046325684,2.890000104904175,2.8399999141693115,2.880000114440918,2.6877007310282144,329763147.0,0.0,0.0,True
2024-01-19 00:00:00+08:00,2.880000114440918,2.9000000953674316,2.8399999141693115,2.880000114440918,2.6877007310282144,248716227.0,0.0,0.0,True
2024-01-22 00:00:00+08:00,2.880000114440918,2.880000114440918,2.7899999618530273,2.809999942779541,2.622374513989884,252408377.0,0.0,0.0,True
2024-01-23 00:00:00+08:00,2.819999933242798,2.869999885559082,2.799999952316284,2.8399999141693115,2.6503713687923582,261993224.0,0.0,0.0,True
2024-01-24 00:00:00+08:00,2.8399999141693115,2.9700000286102295,2.8399999141693115,2.940000057220459,2.743694440633163,352870368.0,0.0,0.0,True
2024-01-25 00:00:00+08:00,2.950000047683716,3.0,2.9200000762939453,2.990000009536743,2.7903558653039533,395298043.0,0.0,0.0,True
2024-01-26 00:00:00+08:00,2.990000009536743,3.0,2.9600000381469727,2.9700000286102295,2.771691295435637,242734357.0,0.0,0.0,True
2024-01-29 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.9700000286102295,2.990000009536743,2.7903558653039533,269397021.0,0.0,0.0,True
2024-01-30 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.930000066757202,2.950000047683716,2.753026725567321,235323821.0,0.0,0.0,True
2024-01-31 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9200000762939453,2.940000057220459,2.743694440633163,204573464.0,0.0,0.0,True
2024-02-01 00:00:00+08:00,2.940000057220459,2.9700000286102295,2.890000104904175,2.930000066757202,2.7343621556990048,317631002.0,0.0,0.0,True
2024-02-02 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.890000104904175,2.9100000858306885,2.7156975858306884,244576741.0,0.0,0.0,True
2024-02-05 00:00:00+08:00,2.890000104904175,2.930000066757202,2.880000114440918,2.9100000858306885,2.7156975858306884,230881935.0,0.0,0.0,True
2024-02-06 00:00:00+08:00,2.9100000858306885,3.0199999809265137,2.9000000953674316,3.0199999809265137,2.8183527201064273,420848022.0,0.0,0.0,True
2024-02-07 00:00:00+08:00,3.0199999809265137,3.0399999618530273,2.990000009536743,3.009999990463257,2.8090204351722696,362912235.0,0.0,0.0,True
2024-02-08 00:00:00+08:00,3.0,3.0199999809265137,2.940000057220459,2.950000047683716,2.753026725567321,186638164.0,0.0,0.0,True
2024-02-09 00:00:00+08:00,2.930000066757202,2.940000057220459,2.9100000858306885,2.940000057220459,2.743694440633163,74162828.0,0.0,0.0,True
2024-02-14 00:00:00+08:00,2.9200000762939453,2.9700000286102295,2.9000000953674316,2.9600000381469727,2.762359010501479,109939313.0,0.0,0.0,True
2024-02-15 00:00:00+08:00,2.950000047683716,2.990000009536743,2.950000047683716,2.990000009536743,2.7903558653039533,84312909.0,0.0,0.0,True
2024-02-16 00:00:00+08:00,2.990000009536743,3.0299999713897705,2.9800000190734863,3.009999990463257,2.8090204351722696,223410386.0,0.0,0.0,True
2024-02-19 00:00:00+08:00,3.009999990463257,3.059999942779541,2.990000009536743,3.0299999713897705,2.8276850050405855,312450872.0,0.0,0.0,True
2024-02-20 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0199999809265137,3.069999933242798,2.865014144777218,228004085.0,0.0,0.0,True
2024-02-21 00:00:00+08:00,3.0799999237060547,3.1600000858306885,3.069999933242798,3.119999885559082,2.9116755694480085,541368650.0,0.0,0.0,True
2024-02-22 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0999999046325684,3.1500000953674316,2.9396726467497065,261638941.0,0.0,0.0,True
2024-02-23 00:00:00+08:00,3.140000104904175,3.190000057220459,3.140000104904175,3.1600000858306885,2.9490049316838642,341043834.0,0.0,0.0,True
2024-02-26 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.0999999046325684,3.109999895095825,2.9023432845138504,260504677.0,0.0,0.0,True
2024-02-27 00:00:00+08:00,3.109999895095825,3.130000114440918,3.069999933242798,3.130000114440918,2.92100807688139,241940898.0,0.0,0.0,True
2024-02-28 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0799999237060547,3.0899999141693115,2.883678714645534,250512154.0,0.0,0.0,True
2024-02-29 00:00:00+08:00,3.0799999237060547,3.119999885559082,3.0799999237060547,3.0799999237060547,2.8743464297113763,266734285.0,0.0,0.0,True
2024-03-01 00:00:00+08:00,3.069999933242798,3.119999885559082,3.049999952316284,3.0799999237060547,2.8743464297113763,304227791.0,0.0,0.0,True
2024-03-04 00:00:00+08:00,3.0899999141693115,3.0899999141693115,3.049999952316284,3.0799999237060547,2.8743464297113763,194353920.0,0.0,0.0,True
2024-03-05 00:00:00+08:00,3.059999942779541,3.0899999141693115,3.0399999618530273,3.049999952316284,2.846349574908902,247964817.0,0.0,0.0,True
2024-03-06 00:00:00+08:00,3.049999952316284,3.0999999046325684,3.0399999618530273,3.0999999046325684,2.893010999579692,279276158.0,0.0,0.0,True
2024-03-07 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0999999046325684,3.109999895095825,2.9023432845138504,361127955.0,0.0,0.0,True
2024-03-08 00:00:00+08:00,3.130000114440918,3.190000057220459,3.119999885559082,3.1700000762939453,2.9583372166180224,536072786.0,0.0,0.0,True
2024-03-11 00:00:00+08:00,3.1500000953674316,3.200000047683716,3.1500000953674316,3.200000047683716,2.986334071420497,376929676.0,0.0,0.0,True
2024-03-12 00:00:00+08:00,3.200000047683716,3.25,3.190000057220459,3.2300000190734863,3.014330926222971,643179463.0,0.0,0.0,True
2024-03-13 00:00:00+08:00,3.2200000286102295,3.240000009536743,3.200000047683716,3.200000047683716,2.986334071420497,367063964.0,0.0,0.0,True
2024-03-14 00:00:00+08:00,3.200000047683716,3.2300000190734863,3.180000066757202,3.2200000286102295,3.004998641288813,284661762.0,0.0,0.0,True
2024-03-15 00:00:00+08:00,3.200000047683716,3.2200000286102295,3.180000066757202,3.2100000381469727,2.995666356354655,373399073.0,0.0,0.0,True
2024-03-18 00:00:00+08:00,3.200000047683716,3.2200000286102295,3.180000066757202,3.200000047683716,2.986334071420497,253103345.0,0.0,0.0,True
2024-03-19 00:00:00+08:00,3.190000057220459,3.2200000286102295,3.1600000858306885,3.180000066757202,2.9676695015521806,383225561.0,0.0,0.0,True
2024-03-20 00:00:00+08:00,3.180000066757202,3.240000009536743,3.1700000762939453,3.2100000381469727,2.995666356354655,408820828.0,0.0,0.0,True
2024-03-21 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2200000286102295,3.2899999618530273,3.0703246358279195,595608333.0,0.0,0.0,True
2024-03-22 00:00:00+08:00,3.2799999713897705,3.299999952316284,3.25,3.259999990463257,3.0423277810254454,433023943.0,0.0,0.0,True
2024-03-25 00:00:00+08:00,3.25,3.2699999809265137,3.2200000286102295,3.240000009536743,3.023663211157129,310076715.0,0.0,0.0,True
2024-03-26 00:00:00+08:00,3.259999990463257,3.2899999618530273,3.240000009536743,3.259999990463257,3.0423277810254454,363007587.0,0.0,0.0,True
2024-03-27 00:00:00+08:00,3.259999990463257,3.2799999713897705,3.2200000286102295,3.25,3.0329954960912873,345087319.0,0.0,0.0,True
2024-03-28 00:00:00+08:00,3.259999990463257,3.2699999809265137,3.190000057220459,3.2300000190734863,3.014330926222971,343566911.0,0.0,0.0,True
2024-04-02 00:00:00+08:00,3.240000009536743,3.299999952316284,3.240000009536743,3.2899999618530273,3.0703246358279195,381415840.0,0.0,0.0,True
2024-04-03 00:00:00+08:00,3.2699999809265137,3.2899999618530273,3.240000009536743,3.25,3.0329954960912873,325547046.0,0.0,0.0,True
2024-04-05 00:00:00+08:00,3.25,3.2699999809265137,3.200000047683716,3.240000009536743,3.023663211157129,211627153.0,0.0,0.0,True
2024-04-08 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2100000381469727,3.2699999809265137,3.0516600659596036,329040634.0,0.0,0.0,True
2024-04-09 00:00:00+08:00,3.2899999618530273,3.319999933242798,3.2699999809265137,3.2799999713897705,3.0609923508937618,322977753.0,0.0,0.0,True
2024-04-10 00:00:00+08:00,3.299999952316284,3.3299999237060547,3.2899999618530273,3.3299999237060547,3.107653775564552,365490510.0,0.0,0.0,True
2024-04-11 00:00:00+08:00,3.299999952316284,3.3399999141693115,3.2799999713897705,3.319999933242798,3.098321490630394,368707980.0,0.0,0.0,True
2024-04-12 00:00:00+08:00,3.309999942779541,3.3399999141693115,3.2699999809265137,3.2699999809265137,3.0516600659596036,352185666.0,0.0,0.0,True
2024-04-15 00:00:00+08:00,3.25,3.2899999618530273,3.240000009536743,3.259999990463257,3.0423277810254454,428977513.0,0.0,0.0,True
2024-04-16 00:00:00+08:00,3.240000009536743,3.2699999809265137,3.2200000286102295,3.240000009536743,3.023663211157129,393630674.0,0.0,0.0,True
2024-04-17 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2200000286102295,3.2799999713897705,3.0609923508937618,281313758.0,0.0,0.0,True
2024-04-18 00:00:00+08:00,3.2699999809265137,3.359999895095825,3.259999990463257,3.3499999046325684,3.1263183454328685,584642562.0,0.0,0.0,True
2024-04-19 00:00:00+08:00,3.3299999237060547,3.380000114440918,3.2799999713897705,3.359999895095825,3.135650630367026,775998969.0,0.0,0.0,True
2024-04-22 00:00:00+08:00,3.380000114440918,3.4200000762939453,3.369999885559082,3.4000000953674316,3.1729799926028823,579356799.0,0.0,0.0,True
2024-04-23 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.390000104904175,3.440000057220459,3.2103091323395145,654368697.0,0.0,0.0,True
2024-04-24 00:00:00+08:00,3.430000066757202,3.4700000286102295,3.4100000858306885,3.4600000381469727,3.228973702207831,729376194.0,0.0,0.0,True
2024-04-25 00:00:00+08:00,3.4600000381469727,3.509999990463257,3.450000047683716,3.490000009536743,3.2569705570103054,644343023.0,0.0,0.0,True
2024-04-26 00:00:00+08:00,3.4800000190734863,3.5199999809265137,3.450000047683716,3.4600000381469727,3.228973702207831,713198136.0,0.0,0.0,True
2024-04-29 00:00:00+08:00,3.450000047683716,3.640000104904175,3.430000066757202,3.630000114440918,3.3876227685877423,1247733786.0,0.0,0.0,True
2024-04-30 00:00:00+08:00,3.5899999141693115,3.5899999141693115,3.4800000190734863,3.5299999713897705,3.2942996967469376,806256132.0,0.0,0.0,True
2024-05-02 00:00:00+08:00,3.5199999809265137,3.5299999713897705,3.450000047683716,3.4800000190734863,3.247638272076147,307857909.0,0.0,0.0,True
2024-05-03 00:00:00+08:00,3.5,3.5299999713897705,3.4600000381469727,3.490000009536743,3.2569705570103054,270753531.0,0.0,0.0,True
2024-05-06 00:00:00+08:00,3.5,3.549999952316284,3.4800000190734863,3.549999952316284,3.312964266615254,585067520.0,0.0,0.0,True
2024-05-07 00:00:00+08:00,3.549999952316284,3.5899999141693115,3.5299999713897705,3.569999933242798,3.3316288364835698,448013942.0,0.0,0.0,True
2024-05-08 00:00:00+08:00,3.5799999237060547,3.5999999046325684,3.569999933242798,3.5799999237060547,3.340961121417728,322835013.0,0.0,0.0,True
2024-05-09 00:00:00+08:00,3.5899999141693115,3.619999885559082,3.569999933242798,3.619999885559082,3.3782902611543606,383623815.0,0.0,0.0,True
2024-05-10 00:00:00+08:00,3.640000104904175,3.75,3.630000114440918,3.740000009536743,3.490277902863481,1040028520.0,0.0,0.0,True
2024-05-13 00:00:00+08:00,3.740000009536743,3.75,3.7100000381469727,3.7300000190734863,3.480945617929323,575793709.0,0.0,0.0,True
2024-05-14 00:00:00+08:00,3.7300000190734863,3.75,3.680000066757202,3.690000057220459,3.443616478192691,447494401.0,0.0,0.0,True
2024-05-16 00:00:00+08:00,3.7100000381469727,3.880000114440918,3.700000047683716,3.869999885559082,3.6115976070075364,1375154217.0,0.0,0.0,True
2024-05-17 00:00:00+08:00,3.859999895095825,3.9200000762939453,3.8299999237060547,3.859999895095825,3.6022653220733782,777622826.0,0.0,0.0,True
2024-05-20 00:00:00+08:00,3.859999895095825,3.950000047683716,3.8399999141693115,3.9200000762939453,3.6582592541775503,522795089.0,0.0,0.0,True
2024-05-21 00:00:00+08:00,3.9100000858306885,3.9800000190734863,3.890000104904175,3.9600000381469727,3.695588393914183,680695215.0,0.0,0.0,True
2024-05-22 00:00:00+08:00,3.9800000190734863,3.990000009536743,3.940000057220459,3.9600000381469727,3.695588393914183,467549989.0,0.0,0.0,True
2024-05-23 00:00:00+08:00,3.950000047683716,3.950000047683716,3.8399999141693115,3.9100000858306885,3.648926969243392,668061833.0,0.0,0.0,True
2024-05-24 00:00:00+08:00,3.9000000953674316,3.940000057220459,3.869999885559082,3.890000104904175,3.630262399375076,294747915.0,0.0,0.0,True
2024-05-27 00:00:00+08:00,3.9000000953674316,3.9600000381469727,3.8499999046325684,3.869999885559082,3.6115976070075364,352405886.0,0.0,0.0,True
2024-05-28 00:00:00+08:00,3.859999895095825,3.9100000858306885,3.8399999141693115,3.859999895095825,3.6022653220733782,240647343.0,0.0,0.0,True
2024-05-29 00:00:00+08:00,3.859999895095825,3.869999885559082,3.759999990463257,3.7799999713897705,3.5276070426001134,413879717.0,0.0,0.0,True
2024-05-30 00:00:00+08:00,3.759999990463257,3.799999952316284,3.680000066757202,3.7100000381469727,3.4622810480610067,562069757.0,0.0,0.0,True
2024-05-31 00:00:00+08:00,3.7300000190734863,3.799999952316284,3.6700000762939453,3.700000047683716,3.4529487631268485,753107819.0,0.0,0.0,True
2024-06-03 00:00:00+08:00,3.740000009536743,3.7699999809265137,3.700000047683716,3.7300000190734863,3.480945617929323,346854698.0,0.0,0.0,True
2024-06-04 00:00:00+08:00,3.740000009536743,3.75,3.680000066757202,3.7200000286102295,3.471613332995165,411747747.0,0.0,0.0,True
2024-06-05 00:00:00+08:00,3.7300000190734863,3.8299999237060547,3.7100000381469727,3.740000009536743,3.490277902863481,486469244.0,0.0,0.0,True
2024-06-06 00:00:00+08:00,3.7699999809265137,3.7899999618530273,3.7300000190734863,3.759999990463257,3.5089424727317975,193636075.0,0.0,0.0,True
2024-06-07 00:00:00+08:00,3.759999990463257,3.819999933242798,3.759999990463257,3.7899999618530273,3.5369393275342715,330540027.0,0.0,0.0,True
2024-06-11 00:00:00+08:00,3.7799999713897705,3.7799999713897705,3.700000047683716,3.7200000286102295,3.471613332995165,401527502.0,0.0,0.0,True
2024-06-12 00:00:00+08:00,3.7100000381469727,3.7200000286102295,3.630000114440918,3.700000047683716,3.4529487631268485,364596682.0,0.0,0.0,True
2024-06-13 00:00:00+08:00,3.7300000190734863,3.740000009536743,3.690000057220459,3.7300000190734863,3.480945617929323,188106475.0,0.0,0.0,True
2024-06-14 00:00:00+08:00,3.700000047683716,3.7899999618530273,3.680000066757202,3.740000009536743,3.490277902863481,352451703.0,0.0,0.0,True
2024-06-17 00:00:00+08:00,3.740000009536743,3.819999933242798,3.690000057220459,3.7799999713897705,3.5276070426001134,286832896.0,0.0,0.0,True
2024-06-18 00:00:00+08:00,3.7899999618530273,3.819999933242798,3.7699999809265137,3.799999952316284,3.5462716124684297,305152734.0,0.0,0.0,True
2024-06-19 00:00:00+08:00,3.819999933242798,3.940000057220459,3.809999942779541,3.9200000762939453,3.6582592541775503,538298521.0,0.0,0.0,True
2024-06-20 00:00:00+08:00,3.9100000858306885,3.9700000286102295,3.8499999046325684,3.890000104904175,3.630262399375076,295524718.0,0.0,0.0,True
2024-06-21 00:00:00+08:00,3.8499999046325684,3.869999885559082,3.7799999713897705,3.799999952316284,3.5462716124684297,330663248.0,0.0,0.0,True
2024-06-24 00:00:00+08:00,3.7899999618530273,3.8399999141693115,3.7200000286102295,3.8399999141693115,3.583600752205062,269958609.0,0.0,0.0,True
2024-06-25 00:00:00+08:00,3.8499999046325684,3.890000104904175,3.809999942779541,3.8399999141693115,3.583600752205062,171820632.0,0.0,0.0,True
2024-06-26 00:00:00+08:00,3.809999942779541,3.869999885559082,3.799999952316284,3.819999933242798,3.564936182336746,231583887.0,0.0,0.0,True
2024-06-27 00:00:00+08:00,3.819999933242798,3.819999933242798,3.759999990463257,3.799999952316284,3.5462716124684297,224086891.0,0.0,0.0,True
2024-06-28 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.7799999713897705,3.8499999046325684,3.59293303713922,232354713.0,0.0,0.0,True
2024-07-02 00:00:00+08:00,3.8299999237060547,3.9000000953674316,3.819999933242798,3.859999895095825,3.6022653220733782,222152225.0,0.0,0.0,True
2024-07-03 00:00:00+08:00,3.880000114440918,3.890000104904175,3.799999952316284,3.8299999237060547,3.5742684672709037,250927347.0,0.0,0.0,True
2024-07-04 00:00:00+08:00,3.8399999141693115,3.890000104904175,3.8299999237060547,3.880000114440918,3.620930114440918,265522051.0,0.0,0.0,True
2024-07-05 00:00:00+08:00,,,,,,,0.0,0.0,True
2024-07-08 00:00:00+08:00,3.549999952316284,3.549999952316284,3.4700000286102295,3.5,3.5,265945060.0,0.25907,0.0,False
2024-07-09 00:00:00+08:00,3.5,3.509999990463257,3.450000047683716,3.4700000286102295,3.4700000286102295,270522343.0,0.0,0.0,False
2024-07-10 00:00:00+08:00,3.4600000381469727,3.5199999809265137,3.440000057220459,3.4700000286102295,3.4700000286102295,235756435.0,0.0,0.0,False
2024-07-11 00:00:00+08:00,3.5,3.5299999713897705,3.4700000286102295,3.5,3.5,210142299.0,0.0,0.0,False
2024-07-12 00:00:00+08:00,3.5199999809265137,3.5899999141693115,3.5199999809265137,3.5899999141693115,3.5899999141693115,277718072.0,0.0,0.0,False
2024-07-15 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.5,3.5399999618530273,3.5399999618530273,246570139.0,0.0,0.0,False
2024-07-16 00:00:00+08:00,3.5199999809265137,3.549999952316284,3.4600000381469727,3.4800000190734863,3.4800000190734863,224725423.0,0.0,0.0,False
2024-07-17 00:00:00+08:00,3.4600000381469727,3.490000009536743,3.4200000762939453,3.440000057220459,3.440000057220459,230012688.0,0.0,0.0,False
2024-07-18 00:00:00+08:00,3.430000066757202,3.4800000190734863,3.4200000762939453,3.450000047683716,3.450000047683716,177053249.0,0.0,0.0,False
2024-07-19 00:00:00+08:00,3.440000057220459,3.450000047683716,3.359999895095825,3.390000104904175,3.390000104904175,248730067.0,0.0,0.0,False
2024-07-22 00:00:00+08:00,3.4000000953674316,3.4200000762939453,3.3399999141693115,3.4200000762939453,3.4200000762939453,235557434.0,0.0,0.0,False
2024-07-23 00:00:00+08:00,3.4100000858306885,3.490000009536743,3.4100000858306885,3.4600000381469727,3.4600000381469727,238082828.0,0.0,0.0,False
2024-07-24 00:00:00+08:00,3.4700000286102295,3.4800000190734863,3.440000057220459,3.450000047683716,3.450000047683716,219788668.0,0.0,0.0,False
2024-07-25 00:00:00+08:00,3.450000047683716,3.5,3.4000000953674316,3.4100000858306885,3.4100000858306885,241398977.0,0.0,0.0,False
2024-07-26 00:00:00+08:00,3.4100000858306885,3.4600000381469727,3.369999885559082,3.380000114440918,3.380000114440918,194845949.0,0.0,0.0,False
2024-07-29 00:00:00+08:00,3.4000000953674316,3.4600000381469727,3.390000104904175,3.440000057220459,3.440000057220459,250168395.0,0.0,0.0,False
2024-07-30 00:00:00+08:00,3.440000057220459,3.450000047683716,3.380000114440918,3.440000057220459,3.440000057220459,324003036.0,0.0,0.0,False
2024-07-31 00:00:00+08:00,3.4600000381469727,3.5199999809265137,3.430000066757202,3.4800000190734863,3.4800000190734863,393045558.0,0.0,0.0,False
2024-08-01 00:00:00+08:00,3.4800000190734863,3.5,3.4200000762939453,3.430000066757202,3.430000066757202,152256867.0,0.0,0.0,False
2024-08-02 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.359999895095825,3.430000066757202,3.430000066757202,186761188.0,0.0,0.0,False
2024-08-05 00:00:00+08:00,3.390000104904175,3.390000104904175,3.25,3.309999942779541,3.309999942779541,459591374.0,0.0,0.0,False
2024-08-06 00:00:00+08:00,3.319999933242798,3.359999895095825,3.2899999618530273,3.299999952316284,3.299999952316284,198992684.0,0.0,0.0,False
2024-08-07 00:00:00+08:00,3.309999942779541,3.359999895095825,3.299999952316284,3.3299999237060547,3.3299999237060547,205752517.0,0.0,0.0,False
2024-08-08 00:00:00+08:00,3.319999933242798,3.3499999046325684,3.2899999618530273,3.3399999141693115,3.3399999141693115,162298663.0,0.0,0.0,False
2024-08-09 00:00:00+08:00,3.359999895095825,3.4000000953674316,3.3499999046325684,3.359999895095825,3.359999895095825,114701183.0,0.0,0.0,False
2024-08-12 00:00:00+08:00,3.369999885559082,3.4100000858306885,3.359999895095825,3.4000000953674316,3.4000000953674316,127140590.0,0.0,0.0,False
2024-08-13 00:00:00+08:00,3.4100000858306885,3.450000047683716,3.380000114440918,3.4100000858306885,3.4100000858306885,171017850.0,0.0,0.0,False
2024-08-14 00:00:00+08:00,3.430000066757202,3.440000057220459,3.380000114440918,3.4100000858306885,3.4100000858306885,104169265.0,0.0,0.0,False
2024-08-15 00:00:00+08:00,3.4000000953674316,3.4600000381469727,3.369999885559082,3.440000057220459,3.440000057220459,207915352.0,0.0,0.0,False
2024-08-16 00:00:00+08:00,3.450000047683716,3.5,3.440000057220459,3.490000009536743,3.490000009536743,167189239.0,0.0,0.0,False
2024-08-19 00:00:00+08:00,3.5,3.559999942779541,3.490000009536743,3.549999952316284,3.549999952316284,280645193.0,0.0,0.0,False
2024-08-20 00:00:00+08:00,3.569999933242798,3.5799999237060547,3.5399999618530273,3.5799999237060547,3.5799999237060547,167862373.0,0.0,0.0,False
2024-08-21 00:00:00+08:00,3.559999942779541,3.5799999237060547,3.5,3.5399999618530273,3.5399999618530273,153699946.0,0.0,0.0,False
2024-08-22 00:00:00+08:00,3.5399999618530273,3.5799999237060547,3.509999990463257,3.5799999237060547,3.5799999237060547,205812365.0,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+08:00 2.8299999237060547 2.8399999141693115 2.819999933242798 2.8299999237060547 2.2244284226583173 106906311.0 0.0 0.0 True
3 2022-01-04 00:00:00+08:00 2.8399999141693115 2.880000114440918 2.8299999237060547 2.880000114440918 2.263729573013442 303486674.0 0.0 0.0 True
4 2022-01-05 00:00:00+08:00 2.869999885559082 2.930000066757202 2.869999885559082 2.9200000762939453 2.295170270798319 389293479.0 0.0 0.0 True
5 2022-01-06 00:00:00+08:00 2.930000066757202 2.930000066757202 2.890000104904175 2.9000000953674316 2.2794500331554923 249854012.0 0.0 0.0 True
6 2022-01-07 00:00:00+08:00 2.9100000858306885 2.9800000190734863 2.9000000953674316 2.9700000286102295 2.334470976154997 465992708.0 0.0 0.0 True
7 2022-01-10 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.950000047683716 2.990000009536743 2.3501912137978236 441935679.0 0.0 0.0 True
8 2022-01-11 00:00:00+08:00 2.9700000286102295 3.0 2.9600000381469727 2.990000009536743 2.3501912137978236 284355235.0 0.0 0.0 True
9 2022-01-12 00:00:00+08:00 2.990000009536743 3.0 2.9600000381469727 2.990000009536743 2.3501912137978236 260389714.0 0.0 0.0 True
10 2022-01-13 00:00:00+08:00 2.990000009536743 3.0199999809265137 2.9800000190734863 3.0199999809265137 2.3737719040108987 263037777.0 0.0 0.0 True
11 2022-01-14 00:00:00+08:00 3.009999990463257 3.049999952316284 3.0 3.009999990463257 2.3659116739398733 232236472.0 0.0 0.0 True
12 2022-01-17 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9700000286102295 2.9700000286102295 2.334470976154997 212324610.0 0.0 0.0 True
13 2022-01-18 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9600000381469727 2.9700000286102295 2.334470976154997 187285081.0 0.0 0.0 True
14 2022-01-19 00:00:00+08:00 2.9800000190734863 3.0 2.9700000286102295 3.0 2.3580514438688485 234696577.0 0.0 0.0 True
15 2022-01-20 00:00:00+08:00 3.0 3.009999990463257 2.9800000190734863 3.0 2.3580514438688485 227484958.0 0.0 0.0 True
16 2022-01-21 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.009999990463257 2.3659116739398733 268210721.0 0.0 0.0 True
17 2022-01-24 00:00:00+08:00 3.0 3.049999952316284 2.990000009536743 3.0299999713897705 2.3816319115827 256425047.0 0.0 0.0 True
18 2022-01-25 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.0299999713897705 2.3816319115827 275064755.0 0.0 0.0 True
19 2022-01-26 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.0 3.009999990463257 2.3659116739398733 240479799.0 0.0 0.0 True
20 2022-01-27 00:00:00+08:00 3.0 3.0199999809265137 2.990000009536743 3.0199999809265137 2.3737719040108987 194466118.0 0.0 0.0 True
21 2022-01-28 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.009999990463257 3.0299999713897705 2.3816319115827 245991689.0 0.0 0.0 True
22 2022-01-31 00:00:00+08:00 3.0299999713897705 3.0299999713897705 3.0299999713897705 3.0299999713897705 2.3816319115827 0.0 0.0 0.0 True
23 2022-02-04 00:00:00+08:00 3.0399999618530273 3.059999942779541 3.0199999809265137 3.059999942779541 2.405212601795775 295115869.0 0.0 0.0 True
24 2022-02-07 00:00:00+08:00 3.059999942779541 3.130000114440918 3.049999952316284 3.109999895095825 2.444513307152453 382255865.0 0.0 0.0 True
25 2022-02-08 00:00:00+08:00 3.109999895095825 3.1700000762939453 3.109999895095825 3.140000104904175 2.468093997365528 348978357.0 0.0 0.0 True
26 2022-02-09 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.119999885559082 3.1500000953674316 2.47595400493733 460753344.0 0.0 0.0 True
27 2022-02-10 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.180000066757202 2.499534695150405 319867329.0 0.0 0.0 True
28 2022-02-11 00:00:00+08:00 3.180000066757202 3.200000047683716 3.1500000953674316 3.200000047683716 2.515254932793231 418974856.0 0.0 0.0 True
29 2022-02-14 00:00:00+08:00 3.200000047683716 3.200000047683716 3.1600000858306885 3.180000066757202 2.499534695150405 256460955.0 0.0 0.0 True
30 2022-02-15 00:00:00+08:00 3.1700000762939453 3.190000057220459 3.059999942779541 3.0899999141693115 2.428792847010403 585575752.0 0.0 0.0 True
31 2022-02-16 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0899999141693115 3.1500000953674316 2.47595400493733 322426118.0 0.0 0.0 True
32 2022-02-17 00:00:00+08:00 3.140000104904175 3.1600000858306885 3.109999895095825 3.130000114440918 2.460233767294503 273522929.0 0.0 0.0 True
33 2022-02-18 00:00:00+08:00 3.119999885559082 3.1600000858306885 3.109999895095825 3.1500000953674316 2.47595400493733 202504701.0 0.0 0.0 True
34 2022-02-21 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.109999895095825 3.1600000858306885 2.4838144575075782 216353660.0 0.0 0.0 True
35 2022-02-22 00:00:00+08:00 3.140000104904175 3.140000104904175 3.0999999046325684 3.130000114440918 2.460233767294503 262366104.0 0.0 0.0 True
36 2022-02-23 00:00:00+08:00 3.130000114440918 3.130000114440918 3.0999999046325684 3.119999885559082 2.4523735372234783 139105336.0 0.0 0.0 True
37 2022-02-24 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.009999990463257 3.049999952316284 2.3973521492255263 456391522.0 0.0 0.0 True
38 2022-02-25 00:00:00+08:00 3.009999990463257 3.049999952316284 3.009999990463257 3.0199999809265137 2.3737719040108987 273141197.0 0.0 0.0 True
39 2022-02-28 00:00:00+08:00 3.0299999713897705 3.059999942779541 2.9700000286102295 3.0399999618530273 2.389492141653725 456280219.0 0.0 0.0 True
40 2022-03-01 00:00:00+08:00 3.0199999809265137 3.049999952316284 2.990000009536743 3.0199999809265137 2.3737719040108987 281043238.0 0.0 0.0 True
41 2022-03-02 00:00:00+08:00 3.0 3.0199999809265137 2.9800000190734863 2.9800000190734863 2.3423312062260218 244556789.0 0.0 0.0 True
42 2022-03-03 00:00:00+08:00 3.0 3.0399999618530273 2.990000009536743 3.0 2.3580514438688485 264861004.0 0.0 0.0 True
43 2022-03-04 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 3.009999990463257 2.3659116739398733 226751075.0 0.0 0.0 True
44 2022-03-07 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.9200000762939453 2.940000057220459 2.3108905084411453 385294624.0 0.0 0.0 True
45 2022-03-08 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.890000104904175 2.9100000858306885 2.2873100407272937 391075753.0 0.0 0.0 True
46 2022-03-09 00:00:00+08:00 2.9000000953674316 2.940000057220459 2.8499999046325684 2.890000104904175 2.2715895805852435 449404952.0 0.0 0.0 True
47 2022-03-10 00:00:00+08:00 2.930000066757202 2.9700000286102295 2.9000000953674316 2.9600000381469727 2.3266109685831955 349380718.0 0.0 0.0 True
48 2022-03-11 00:00:00+08:00 2.950000047683716 2.990000009536743 2.930000066757202 2.9600000381469727 2.3266109685831955 359769490.0 0.0 0.0 True
49 2022-03-14 00:00:00+08:00 2.9600000381469727 2.990000009536743 2.9100000858306885 2.950000047683716 2.31875073851217 580285422.0 0.0 0.0 True
50 2022-03-15 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.799999952316284 2.859999895095825 2.2480091128713924 831143335.0 0.0 0.0 True
51 2022-03-16 00:00:00+08:00 2.890000104904175 2.890000104904175 2.809999942779541 2.869999885559082 2.2558691204431938 584034464.0 0.0 0.0 True
52 2022-03-17 00:00:00+08:00 2.9200000762939453 2.9800000190734863 2.890000104904175 2.9800000190734863 2.3423312062260218 507851140.0 0.0 0.0 True
53 2022-03-18 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.950000047683716 2.9700000286102295 2.334470976154997 601308421.0 0.0 0.0 True
54 2022-03-21 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.950000047683716 2.9600000381469727 2.3266109685831955 288826257.0 0.0 0.0 True
55 2022-03-22 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 2.990000009536743 2.3501912137978236 254656273.0 0.0 0.0 True
56 2022-03-23 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.0 2.3580514438688485 182926884.0 0.0 0.0 True
57 2022-03-24 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 3.009999990463257 2.3659116739398733 182543510.0 0.0 0.0 True
58 2022-03-25 00:00:00+08:00 3.0 3.059999942779541 2.990000009536743 3.0299999713897705 2.3816319115827 257130203.0 0.0 0.0 True
59 2022-03-28 00:00:00+08:00 3.0299999713897705 3.049999952316284 3.009999990463257 3.0299999713897705 2.3816319115827 237189977.0 0.0 0.0 True
60 2022-03-29 00:00:00+08:00 3.0399999618530273 3.049999952316284 3.0199999809265137 3.049999952316284 2.3973521492255263 212227770.0 0.0 0.0 True
61 2022-03-30 00:00:00+08:00 3.0899999141693115 3.1500000953674316 3.0799999237060547 3.119999885559082 2.4523735372234783 450890881.0 0.0 0.0 True
62 2022-03-31 00:00:00+08:00 3.119999885559082 3.1700000762939453 3.109999895095825 3.1500000953674316 2.47595400493733 412175568.0 0.0 0.0 True
63 2022-04-01 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.119999885559082 3.1500000953674316 2.47595400493733 225184946.0 0.0 0.0 True
64 2022-04-04 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.130000114440918 3.1500000953674316 2.47595400493733 230343178.0 0.0 0.0 True
65 2022-04-06 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.119999885559082 3.130000114440918 2.460233767294503 386335091.0 0.0 0.0 True
66 2022-04-07 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.140000104904175 2.468093997365528 237078727.0 0.0 0.0 True
67 2022-04-08 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.119999885559082 3.140000104904175 2.468093997365528 209910921.0 0.0 0.0 True
68 2022-04-11 00:00:00+08:00 3.140000104904175 3.140000104904175 3.119999885559082 3.140000104904175 2.468093997365528 232439672.0 0.0 0.0 True
69 2022-04-12 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.119999885559082 3.119999885559082 2.4523735372234783 219548765.0 0.0 0.0 True
70 2022-04-13 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0999999046325684 3.130000114440918 2.460233767294503 187111332.0 0.0 0.0 True
71 2022-04-14 00:00:00+08:00 3.130000114440918 3.130000114440918 3.0999999046325684 3.119999885559082 2.4523735372234783 220981481.0 0.0 0.0 True
72 2022-04-19 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0799999237060547 3.119999885559082 2.4523735372234783 353736698.0 0.0 0.0 True
73 2022-04-20 00:00:00+08:00 3.119999885559082 3.140000104904175 3.109999895095825 3.140000104904175 2.468093997365528 193328109.0 0.0 0.0 True
74 2022-04-21 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.119999885559082 3.130000114440918 2.460233767294503 236352089.0 0.0 0.0 True
75 2022-04-22 00:00:00+08:00 3.109999895095825 3.1600000858306885 3.109999895095825 3.140000104904175 2.468093997365528 479300872.0 0.0 0.0 True
76 2022-04-25 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0799999237060547 3.0899999141693115 2.428792847010403 382961775.0 0.0 0.0 True
77 2022-04-26 00:00:00+08:00 3.0899999141693115 3.0999999046325684 3.0399999618530273 3.059999942779541 2.405212601795775 419007829.0 0.0 0.0 True
78 2022-04-27 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0199999809265137 3.0399999618530273 2.389492141653725 271182106.0 0.0 0.0 True
79 2022-04-28 00:00:00+08:00 3.049999952316284 3.119999885559082 3.0399999618530273 3.119999885559082 2.4523735372234783 283493983.0 0.0 0.0 True
80 2022-04-29 00:00:00+08:00 3.0999999046325684 3.140000104904175 3.059999942779541 3.0999999046325684 2.436653077081428 365522356.0 0.0 0.0 True
81 2022-05-03 00:00:00+08:00 3.059999942779541 3.0999999046325684 3.049999952316284 3.0999999046325684 2.436653077081428 182906067.0 0.0 0.0 True
82 2022-05-04 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.0999999046325684 2.436653077081428 152928453.0 0.0 0.0 True
83 2022-05-05 00:00:00+08:00 3.109999895095825 3.119999885559082 3.059999942779541 3.0799999237060547 2.4209328394386014 192343484.0 0.0 0.0 True
84 2022-05-06 00:00:00+08:00 3.059999942779541 3.0799999237060547 3.0299999713897705 3.0399999618530273 2.389492141653725 192659775.0 0.0 0.0 True
85 2022-05-10 00:00:00+08:00 3.009999990463257 3.0399999618530273 2.990000009536743 3.0199999809265137 2.3737719040108987 341525127.0 0.0 0.0 True
86 2022-05-11 00:00:00+08:00 3.0399999618530273 3.0399999618530273 3.0 3.0299999713897705 2.3816319115827 158882125.0 0.0 0.0 True
87 2022-05-12 00:00:00+08:00 3.0299999713897705 3.0399999618530273 2.9700000286102295 2.9800000190734863 2.3423312062260218 328902319.0 0.0 0.0 True
88 2022-05-13 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9800000190734863 3.009999990463257 2.3659116739398733 252333078.0 0.0 0.0 True
89 2022-05-16 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9800000190734863 2.990000009536743 2.3501912137978236 178933494.0 0.0 0.0 True
90 2022-05-17 00:00:00+08:00 3.009999990463257 3.0299999713897705 2.990000009536743 3.009999990463257 2.3659116739398733 181950422.0 0.0 0.0 True
91 2022-05-18 00:00:00+08:00 3.0 3.0299999713897705 2.990000009536743 3.009999990463257 2.3659116739398733 197261156.0 0.0 0.0 True
92 2022-05-19 00:00:00+08:00 3.0 3.0299999713897705 2.9800000190734863 3.0199999809265137 2.3737719040108987 305951398.0 0.0 0.0 True
93 2022-05-20 00:00:00+08:00 3.0399999618530273 3.0799999237060547 3.0299999713897705 3.059999942779541 2.405212601795775 248477454.0 0.0 0.0 True
94 2022-05-23 00:00:00+08:00 3.059999942779541 3.119999885559082 3.049999952316284 3.069999933242798 2.4130726093675765 166225925.0 0.0 0.0 True
95 2022-05-24 00:00:00+08:00 3.069999933242798 3.0799999237060547 3.049999952316284 3.059999942779541 2.405212601795775 139314832.0 0.0 0.0 True
96 2022-05-25 00:00:00+08:00 3.069999933242798 3.0999999046325684 3.059999942779541 3.069999933242798 2.4130726093675765 183834253.0 0.0 0.0 True
97 2022-05-26 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.059999942779541 3.0799999237060547 2.4209328394386014 173026219.0 0.0 0.0 True
98 2022-05-27 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.444513307152453 228558682.0 0.0 0.0 True
99 2022-05-30 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0899999141693115 3.0999999046325684 2.436653077081428 264894404.0 0.0 0.0 True
100 2022-05-31 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0899999141693115 3.1500000953674316 2.47595400493733 459228242.0 0.0 0.0 True
101 2022-06-01 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.109999895095825 3.119999885559082 2.4523735372234783 236755572.0 0.0 0.0 True
102 2022-06-02 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0899999141693115 3.109999895095825 2.444513307152453 154550979.0 0.0 0.0 True
103 2022-06-06 00:00:00+08:00 3.0999999046325684 3.130000114440918 3.059999942779541 3.119999885559082 2.4523735372234783 260210670.0 0.0 0.0 True
104 2022-06-07 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.0999999046325684 2.436653077081428 156719843.0 0.0 0.0 True
105 2022-06-08 00:00:00+08:00 3.119999885559082 3.119999885559082 3.0799999237060547 3.0899999141693115 2.428792847010403 204454918.0 0.0 0.0 True
106 2022-06-09 00:00:00+08:00 3.069999933242798 3.0999999046325684 3.069999933242798 3.0799999237060547 2.4209328394386014 146220686.0 0.0 0.0 True
107 2022-06-10 00:00:00+08:00 3.0799999237060547 3.0899999141693115 3.069999933242798 3.069999933242798 2.4130726093675765 205511274.0 0.0 0.0 True
108 2022-06-13 00:00:00+08:00 3.049999952316284 3.059999942779541 3.0399999618530273 3.049999952316284 2.3973521492255263 251672640.0 0.0 0.0 True
109 2022-06-14 00:00:00+08:00 3.0399999618530273 3.0799999237060547 3.0299999713897705 3.059999942779541 2.405212601795775 148322050.0 0.0 0.0 True
110 2022-06-15 00:00:00+08:00 3.059999942779541 3.0899999141693115 3.049999952316284 3.069999933242798 2.4130726093675765 148614531.0 0.0 0.0 True
111 2022-06-16 00:00:00+08:00 3.069999933242798 3.0799999237060547 3.0399999618530273 3.0399999618530273 2.389492141653725 216608913.0 0.0 0.0 True
112 2022-06-17 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0299999713897705 3.049999952316284 2.3973521492255263 288613123.0 0.0 0.0 True
113 2022-06-20 00:00:00+08:00 3.0299999713897705 3.059999942779541 3.0299999713897705 3.059999942779541 2.405212601795775 142010664.0 0.0 0.0 True
114 2022-06-21 00:00:00+08:00 3.059999942779541 3.119999885559082 3.059999942779541 3.109999895095825 2.444513307152453 186837223.0 0.0 0.0 True
115 2022-06-22 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.059999942779541 3.069999933242798 2.4130726093675765 206938443.0 0.0 0.0 True
116 2022-06-23 00:00:00+08:00 3.0799999237060547 3.109999895095825 3.069999933242798 3.0899999141693115 2.428792847010403 149000313.0 0.0 0.0 True
117 2022-06-24 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.069999933242798 3.0899999141693115 2.428792847010403 142742868.0 0.0 0.0 True
118 2022-06-27 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.444513307152453 192953215.0 0.0 0.0 True
119 2022-06-28 00:00:00+08:00 3.119999885559082 3.1500000953674316 3.109999895095825 3.1500000953674316 2.47595400493733 247371533.0 0.0 0.0 True
120 2022-06-29 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.130000114440918 3.130000114440918 2.460233767294503 330264254.0 0.0 0.0 True
121 2022-06-30 00:00:00+08:00 3.119999885559082 3.1500000953674316 3.119999885559082 3.130000114440918 2.460233767294503 325471714.0 0.0 0.0 True
122 2022-07-04 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.1500000953674316 2.47595400493733 349891887.0 0.0 0.0 True
123 2022-07-05 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.140000104904175 3.1500000953674316 2.47595400493733 400358856.0 0.0 0.0 True
124 2022-07-06 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.0899999141693115 3.109999895095825 2.444513307152453 581879678.0 0.0 0.0 True
125 2022-07-07 00:00:00+08:00 2.859999895095825 2.880000114440918 2.8299999237060547 2.880000114440918 2.469301723151061 275014686.0 0.258911 0.0 True
126 2022-07-08 00:00:00+08:00 2.890000104904175 2.9000000953674316 2.859999895095825 2.869999885559082 2.460727493071603 163419369.0 0.0 0.0 True
127 2022-07-11 00:00:00+08:00 2.859999895095825 2.869999885559082 2.8299999237060547 2.8399999141693115 2.4350056928301225 173468156.0 0.0 0.0 True
128 2022-07-12 00:00:00+08:00 2.8399999141693115 2.869999885559082 2.8299999237060547 2.8299999237060547 2.426431685249888 222607375.0 0.0 0.0 True
129 2022-07-13 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.7699999809265137 2.7799999713897705 2.3835618698479384 355255318.0 0.0 0.0 True
130 2022-07-14 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.7200000286102295 2.7300000190734863 2.3406920544459884 357402650.0 0.0 0.0 True
131 2022-07-15 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.680000066757202 2.690000057220459 2.3063962466242733 481754599.0 0.0 0.0 True
132 2022-07-18 00:00:00+08:00 2.700000047683716 2.7699999809265137 2.700000047683716 2.7699999809265137 2.3749878622677034 212825076.0 0.0 0.0 True
133 2022-07-19 00:00:00+08:00 2.75 2.759999990463257 2.7300000190734863 2.75 2.357840069606458 135001841.0 0.0 0.0 True
134 2022-07-20 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.7699999809265137 2.3749878622677034 169230497.0 0.0 0.0 True
135 2022-07-21 00:00:00+08:00 2.7799999713897705 2.7799999713897705 2.75 2.759999990463257 2.366413854687469 186100154.0 0.0 0.0 True
136 2022-07-22 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.75 2.759999990463257 2.366413854687469 155287053.0 0.0 0.0 True
137 2022-07-25 00:00:00+08:00 2.75 2.7799999713897705 2.75 2.7799999713897705 2.3835618698479384 125931662.0 0.0 0.0 True
138 2022-07-26 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.7699999809265137 2.7799999713897705 2.3835618698479384 216810094.0 0.0 0.0 True
139 2022-07-27 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7799999713897705 2.799999952316284 2.4007098850084074 193771598.0 0.0 0.0 True
140 2022-07-28 00:00:00+08:00 2.7899999618530273 2.809999942779541 2.7799999713897705 2.799999952316284 2.4007098850084074 141950903.0 0.0 0.0 True
141 2022-07-29 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7699999809265137 2.7899999618530273 2.392135877428173 219473348.0 0.0 0.0 True
142 2022-08-01 00:00:00+08:00 2.799999952316284 2.799999952316284 2.75 2.799999952316284 2.4007098850084074 193849609.0 0.0 0.0 True
143 2022-08-02 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.7200000286102295 2.740000009536743 2.3492660620262233 305254423.0 0.0 0.0 True
144 2022-08-03 00:00:00+08:00 2.740000009536743 2.740000009536743 2.700000047683716 2.7300000190734863 2.3406920544459884 185031586.0 0.0 0.0 True
145 2022-08-04 00:00:00+08:00 2.7300000190734863 2.7699999809265137 2.7300000190734863 2.75 2.357840069606458 149666448.0 0.0 0.0 True
146 2022-08-05 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.366413854687469 82464234.0 0.0 0.0 True
147 2022-08-08 00:00:00+08:00 2.7699999809265137 2.7899999618530273 2.759999990463257 2.7699999809265137 2.3749878622677034 126225637.0 0.0 0.0 True
148 2022-08-09 00:00:00+08:00 2.7699999809265137 2.799999952316284 2.75 2.7699999809265137 2.3749878622677034 133703207.0 0.0 0.0 True
149 2022-08-10 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.740000009536743 2.75 2.357840069606458 163630962.0 0.0 0.0 True
150 2022-08-11 00:00:00+08:00 2.75 2.7799999713897705 2.740000009536743 2.7799999713897705 2.3835618698479384 201114818.0 0.0 0.0 True
151 2022-08-12 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.7699999809265137 2.7899999618530273 2.392135877428173 147891312.0 0.0 0.0 True
152 2022-08-15 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7699999809265137 2.7799999713897705 2.3835618698479384 93812909.0 0.0 0.0 True
153 2022-08-16 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.75 2.759999990463257 2.366413854687469 124424592.0 0.0 0.0 True
154 2022-08-17 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.759999990463257 2.7699999809265137 2.3749878622677034 115109343.0 0.0 0.0 True
155 2022-08-18 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.740000009536743 2.75 2.357840069606458 139841455.0 0.0 0.0 True
156 2022-08-19 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7300000190734863 2.75 2.357840069606458 118002522.0 0.0 0.0 True
157 2022-08-22 00:00:00+08:00 2.7300000190734863 2.75 2.7300000190734863 2.740000009536743 2.3492660620262233 124178159.0 0.0 0.0 True
158 2022-08-23 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.7100000381469727 2.323544261784743 177066045.0 0.0 0.0 True
159 2022-08-24 00:00:00+08:00 2.7100000381469727 2.7200000286102295 2.690000057220459 2.690000057220459 2.3063962466242733 241393598.0 0.0 0.0 True
160 2022-08-25 00:00:00+08:00 2.700000047683716 2.75 2.690000057220459 2.740000009536743 2.3492660620262233 99729790.0 0.0 0.0 True
161 2022-08-26 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7300000190734863 2.740000009536743 2.3492660620262233 130364429.0 0.0 0.0 True
162 2022-08-29 00:00:00+08:00 2.7300000190734863 2.75 2.7200000286102295 2.740000009536743 2.3492660620262233 125044922.0 0.0 0.0 True
163 2022-08-30 00:00:00+08:00 2.740000009536743 2.75 2.7100000381469727 2.740000009536743 2.3492660620262233 147533846.0 0.0 0.0 True
164 2022-08-31 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7100000381469727 2.759999990463257 2.366413854687469 314863624.0 0.0 0.0 True
165 2022-09-01 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7200000286102295 2.75 2.357840069606458 164682026.0 0.0 0.0 True
166 2022-09-02 00:00:00+08:00 2.75 2.75 2.7200000286102295 2.7300000190734863 2.3406920544459884 166371407.0 0.0 0.0 True
167 2022-09-05 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.700000047683716 2.7200000286102295 2.332118046865754 249953442.0 0.0 0.0 True
168 2022-09-06 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.690000057220459 2.700000047683716 2.314970254204508 217320741.0 0.0 0.0 True
169 2022-09-07 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.690000057220459 2.7100000381469727 2.323544261784743 205789777.0 0.0 0.0 True
170 2022-09-08 00:00:00+08:00 2.700000047683716 2.7100000381469727 2.690000057220459 2.700000047683716 2.314970254204508 123187888.0 0.0 0.0 True
171 2022-09-09 00:00:00+08:00 2.700000047683716 2.740000009536743 2.690000057220459 2.7300000190734863 2.3406920544459884 147224662.0 0.0 0.0 True
172 2022-09-13 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.7200000286102295 2.332118046865754 138718166.0 0.0 0.0 True
173 2022-09-14 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.690000057220459 2.690000057220459 2.3063962466242733 140970566.0 0.0 0.0 True
174 2022-09-15 00:00:00+08:00 2.690000057220459 2.700000047683716 2.680000066757202 2.680000066757202 2.297822239044039 247818632.0 0.0 0.0 True
175 2022-09-16 00:00:00+08:00 2.680000066757202 2.690000057220459 2.6700000762939453 2.680000066757202 2.297822239044039 304764099.0 0.0 0.0 True
176 2022-09-19 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6700000762939453 2.680000066757202 2.297822239044039 140036791.0 0.0 0.0 True
177 2022-09-20 00:00:00+08:00 2.680000066757202 2.700000047683716 2.680000066757202 2.690000057220459 2.3063962466242733 98770091.0 0.0 0.0 True
178 2022-09-21 00:00:00+08:00 2.690000057220459 2.700000047683716 2.680000066757202 2.680000066757202 2.297822239044039 130082977.0 0.0 0.0 True
179 2022-09-22 00:00:00+08:00 2.6700000762939453 2.680000066757202 2.6600000858306885 2.6700000762939453 2.289248453963028 142686715.0 0.0 0.0 True
180 2022-09-23 00:00:00+08:00 2.6700000762939453 2.690000057220459 2.6600000858306885 2.680000066757202 2.297822239044039 105819396.0 0.0 0.0 True
181 2022-09-26 00:00:00+08:00 2.680000066757202 2.680000066757202 2.6500000953674316 2.6500000953674316 2.2721004388025583 226240851.0 0.0 0.0 True
182 2022-09-27 00:00:00+08:00 2.6600000858306885 2.6700000762939453 2.619999885559082 2.619999885559082 2.2463784160618543 205606570.0 0.0 0.0 True
183 2022-09-28 00:00:00+08:00 2.619999885559082 2.619999885559082 2.549999952316284 2.549999952316284 2.1863605854994352 418801380.0 0.0 0.0 True
184 2022-09-29 00:00:00+08:00 2.549999952316284 2.5999999046325684 2.5199999809265137 2.5399999618530273 2.177786800418424 238025719.0 0.0 0.0 True
185 2022-09-30 00:00:00+08:00 2.549999952316284 2.5899999141693115 2.5299999713897705 2.569999933242798 2.2035086006599047 220718380.0 0.0 0.0 True
186 2022-10-03 00:00:00+08:00 2.559999942779541 2.5899999141693115 2.5199999809265137 2.549999952316284 2.1863605854994352 108098460.0 0.0 0.0 True
187 2022-10-05 00:00:00+08:00 2.5799999237060547 2.6600000858306885 2.569999933242798 2.640000104904175 2.2635264312223238 247493824.0 0.0 0.0 True
188 2022-10-06 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.630000114440918 2.630000114440918 2.2549524236420893 106084251.0 0.0 0.0 True
189 2022-10-07 00:00:00+08:00 2.630000114440918 2.6500000953674316 2.609999895095825 2.619999885559082 2.2463784160618543 90956225.0 0.0 0.0 True
190 2022-10-10 00:00:00+08:00 2.5999999046325684 2.619999885559082 2.5799999237060547 2.5999999046325684 2.2292304009013852 120707315.0 0.0 0.0 True
191 2022-10-11 00:00:00+08:00 2.609999895095825 2.619999885559082 2.559999942779541 2.569999933242798 2.2035086006599047 151039396.0 0.0 0.0 True
192 2022-10-12 00:00:00+08:00 2.569999933242798 2.5899999141693115 2.559999942779541 2.569999933242798 2.2035086006599047 201498949.0 0.0 0.0 True
193 2022-10-13 00:00:00+08:00 2.5799999237060547 2.5899999141693115 2.549999952316284 2.549999952316284 2.1863605854994352 132954567.0 0.0 0.0 True
194 2022-10-14 00:00:00+08:00 2.5799999237060547 2.609999895095825 2.549999952316284 2.559999942779541 2.19493459307967 170921690.0 0.0 0.0 True
195 2022-10-17 00:00:00+08:00 2.569999933242798 2.609999895095825 2.559999942779541 2.5999999046325684 2.2292304009013852 168001125.0 0.0 0.0 True
196 2022-10-18 00:00:00+08:00 2.619999885559082 2.630000114440918 2.5799999237060547 2.609999895095825 2.2378044084816198 183460890.0 0.0 0.0 True
197 2022-10-19 00:00:00+08:00 2.609999895095825 2.630000114440918 2.5999999046325684 2.5999999046325684 2.2292304009013852 122517162.0 0.0 0.0 True
198 2022-10-20 00:00:00+08:00 2.5899999141693115 2.640000104904175 2.5799999237060547 2.630000114440918 2.2549524236420893 241048802.0 0.0 0.0 True
199 2022-10-21 00:00:00+08:00 2.640000104904175 2.6700000762939453 2.619999885559082 2.6500000953674316 2.2721004388025583 224324881.0 0.0 0.0 True
200 2022-10-24 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.5799999237060547 2.609999895095825 2.2378044084816198 341025177.0 0.0 0.0 True
201 2022-10-25 00:00:00+08:00 2.609999895095825 2.630000114440918 2.5899999141693115 2.630000114440918 2.2549524236420893 332087021.0 0.0 0.0 True
202 2022-10-26 00:00:00+08:00 2.630000114440918 2.640000104904175 2.5899999141693115 2.5999999046325684 2.2292304009013852 187390146.0 0.0 0.0 True
203 2022-10-27 00:00:00+08:00 2.619999885559082 2.630000114440918 2.5799999237060547 2.5999999046325684 2.2292304009013852 212577900.0 0.0 0.0 True
204 2022-10-28 00:00:00+08:00 2.609999895095825 2.619999885559082 2.5799999237060547 2.5999999046325684 2.2292304009013852 196605072.0 0.0 0.0 True
205 2022-10-31 00:00:00+08:00 2.609999895095825 2.619999885559082 2.5299999713897705 2.5299999713897705 2.1692127928381897 301629466.0 0.0 0.0 True
206 2022-11-01 00:00:00+08:00 2.549999952316284 2.559999942779541 2.509999990463257 2.549999952316284 2.1863605854994352 293764629.0 0.0 0.0 True
207 2022-11-02 00:00:00+08:00 2.5399999618530273 2.569999933242798 2.509999990463257 2.549999952316284 2.1863605854994352 177808744.0 0.0 0.0 True
208 2022-11-03 00:00:00+08:00 2.5199999809265137 2.559999942779541 2.509999990463257 2.5199999809265137 2.160638785257955 173620357.0 0.0 0.0 True
209 2022-11-04 00:00:00+08:00 2.5199999809265137 2.5999999046325684 2.509999990463257 2.5799999237060547 2.2120826082401392 286736115.0 0.0 0.0 True
210 2022-11-07 00:00:00+08:00 2.569999933242798 2.640000104904175 2.569999933242798 2.619999885559082 2.2463784160618543 250003832.0 0.0 0.0 True
211 2022-11-08 00:00:00+08:00 2.619999885559082 2.6500000953674316 2.609999895095825 2.630000114440918 2.2549524236420893 137556949.0 0.0 0.0 True
212 2022-11-09 00:00:00+08:00 2.640000104904175 2.6700000762939453 2.630000114440918 2.640000104904175 2.2635264312223238 200638853.0 0.0 0.0 True
213 2022-11-10 00:00:00+08:00 2.640000104904175 2.640000104904175 2.5799999237060547 2.609999895095825 2.2378044084816198 145100597.0 0.0 0.0 True
214 2022-11-11 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.630000114440918 2.6700000762939453 2.289248453963028 381371176.0 0.0 0.0 True
215 2022-11-14 00:00:00+08:00 2.700000047683716 2.700000047683716 2.630000114440918 2.6500000953674316 2.2721004388025583 354932990.0 0.0 0.0 True
216 2022-11-15 00:00:00+08:00 2.6600000858306885 2.7100000381469727 2.6500000953674316 2.690000057220459 2.3063962466242733 291790723.0 0.0 0.0 True
217 2022-11-16 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6600000858306885 2.6600000858306885 2.280674446382793 186766362.0 0.0 0.0 True
218 2022-11-17 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.640000104904175 2.6600000858306885 2.280674446382793 179443572.0 0.0 0.0 True
219 2022-11-18 00:00:00+08:00 2.6500000953674316 2.6600000858306885 2.619999885559082 2.619999885559082 2.2463784160618543 154145900.0 0.0 0.0 True
220 2022-11-21 00:00:00+08:00 2.619999885559082 2.6600000858306885 2.609999895095825 2.630000114440918 2.2549524236420893 235091636.0 0.0 0.0 True
221 2022-11-22 00:00:00+08:00 2.6500000953674316 2.680000066757202 2.630000114440918 2.680000066757202 2.297822239044039 252390695.0 0.0 0.0 True
222 2022-11-23 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6600000858306885 2.680000066757202 2.297822239044039 182421747.0 0.0 0.0 True
223 2022-11-24 00:00:00+08:00 2.690000057220459 2.7100000381469727 2.680000066757202 2.700000047683716 2.314970254204508 149761562.0 0.0 0.0 True
224 2022-11-25 00:00:00+08:00 2.7200000286102295 2.759999990463257 2.690000057220459 2.740000009536743 2.3492660620262233 254632913.0 0.0 0.0 True
225 2022-11-28 00:00:00+08:00 2.7300000190734863 2.7300000190734863 2.6500000953674316 2.690000057220459 2.3063962466242733 161785261.0 0.0 0.0 True
226 2022-11-29 00:00:00+08:00 2.700000047683716 2.759999990463257 2.690000057220459 2.759999990463257 2.366413854687469 346581294.0 0.0 0.0 True
227 2022-11-30 00:00:00+08:00 2.740000009536743 2.7699999809265137 2.7100000381469727 2.7699999809265137 2.3749878622677034 432080694.0 0.0 0.0 True
228 2022-12-01 00:00:00+08:00 2.7799999713897705 2.7799999713897705 2.7300000190734863 2.7300000190734863 2.3406920544459884 217546736.0 0.0 0.0 True
229 2022-12-02 00:00:00+08:00 2.740000009536743 2.740000009536743 2.700000047683716 2.700000047683716 2.314970254204508 230276247.0 0.0 0.0 True
230 2022-12-05 00:00:00+08:00 2.7300000190734863 2.740000009536743 2.7100000381469727 2.7100000381469727 2.323544261784743 326974686.0 0.0 0.0 True
231 2022-12-06 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.700000047683716 2.7100000381469727 2.323544261784743 220701897.0 0.0 0.0 True
232 2022-12-07 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.6700000762939453 2.6700000762939453 2.289248453963028 398444399.0 0.0 0.0 True
233 2022-12-08 00:00:00+08:00 2.690000057220459 2.7100000381469727 2.690000057220459 2.7100000381469727 2.323544261784743 166611951.0 0.0 0.0 True
234 2022-12-09 00:00:00+08:00 2.7100000381469727 2.75 2.7100000381469727 2.75 2.357840069606458 217686647.0 0.0 0.0 True
235 2022-12-12 00:00:00+08:00 2.75 2.75 2.7100000381469727 2.7300000190734863 2.3406920544459884 197998512.0 0.0 0.0 True
236 2022-12-13 00:00:00+08:00 2.7300000190734863 2.75 2.7200000286102295 2.7300000190734863 2.3406920544459884 198361151.0 0.0 0.0 True
237 2022-12-14 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.75 2.357840069606458 180466517.0 0.0 0.0 True
238 2022-12-15 00:00:00+08:00 2.75 2.759999990463257 2.7300000190734863 2.759999990463257 2.366413854687469 123892446.0 0.0 0.0 True
239 2022-12-16 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.75 2.759999990463257 2.366413854687469 291484353.0 0.0 0.0 True
240 2022-12-19 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.740000009536743 2.759999990463257 2.366413854687469 177450617.0 0.0 0.0 True
241 2022-12-20 00:00:00+08:00 2.759999990463257 2.759999990463257 2.7300000190734863 2.75 2.357840069606458 180566751.0 0.0 0.0 True
242 2022-12-21 00:00:00+08:00 2.75 2.7699999809265137 2.740000009536743 2.759999990463257 2.366413854687469 115535826.0 0.0 0.0 True
243 2022-12-22 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7699999809265137 2.799999952316284 2.4007098850084074 196411837.0 0.0 0.0 True
244 2022-12-23 00:00:00+08:00 2.799999952316284 2.799999952316284 2.7699999809265137 2.7799999713897705 2.3835618698479384 104303170.0 0.0 0.0 True
245 2022-12-28 00:00:00+08:00 2.799999952316284 2.869999885559082 2.7899999618530273 2.8399999141693115 2.4350056928301225 345503668.0 0.0 0.0 True
246 2022-12-29 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.809999942779541 2.8399999141693115 2.4350056928301225 229732726.0 0.0 0.0 True
247 2022-12-30 00:00:00+08:00 2.859999895095825 2.869999885559082 2.8399999141693115 2.8399999141693115 2.4350056928301225 178067459.0 0.0 0.0 True
248 2023-01-03 00:00:00+08:00 2.8299999237060547 2.880000114440918 2.7899999618530273 2.859999895095825 2.4521534854913685 190823528.0 0.0 0.0 True
249 2023-01-04 00:00:00+08:00 2.880000114440918 2.9100000858306885 2.869999885559082 2.9100000858306885 2.4950235233925415 228572448.0 0.0 0.0 True
250 2023-01-05 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.880000114440918 2.880000114440918 2.469301723151061 255214611.0 0.0 0.0 True
251 2023-01-06 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.869999885559082 2.9000000953674316 2.486449515812307 245642286.0 0.0 0.0 True
252 2023-01-09 00:00:00+08:00 2.9100000858306885 2.930000066757202 2.890000104904175 2.9100000858306885 2.4950235233925415 210901123.0 0.0 0.0 True
253 2023-01-10 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.890000104904175 2.9000000953674316 2.486449515812307 169340104.0 0.0 0.0 True
254 2023-01-11 00:00:00+08:00 2.9100000858306885 2.940000057220459 2.9000000953674316 2.9200000762939453 2.503597530972776 251759513.0 0.0 0.0 True
255 2023-01-12 00:00:00+08:00 2.940000057220459 2.950000047683716 2.9200000762939453 2.940000057220459 2.520745323634022 198273613.0 0.0 0.0 True
256 2023-01-13 00:00:00+08:00 2.950000047683716 2.9700000286102295 2.930000066757202 2.9600000381469727 2.537893338794491 170564472.0 0.0 0.0 True
257 2023-01-16 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9800000190734863 2.555041131455737 139812936.0 0.0 0.0 True
258 2023-01-17 00:00:00+08:00 2.9800000190734863 2.9800000190734863 2.950000047683716 2.9700000286102295 2.5464671238755026 176550661.0 0.0 0.0 True
259 2023-01-18 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9600000381469727 2.537893338794491 178542026.0 0.0 0.0 True
260 2023-01-19 00:00:00+08:00 2.9600000381469727 2.9600000381469727 2.930000066757202 2.9600000381469727 2.537893338794491 185924992.0 0.0 0.0 True
261 2023-01-20 00:00:00+08:00 2.9600000381469727 3.0 2.950000047683716 2.990000009536743 2.5636151390359716 174579806.0 0.0 0.0 True
262 2023-01-26 00:00:00+08:00 3.0 3.0299999713897705 3.0 3.0299999713897705 2.5979109468576866 183604593.0 0.0 0.0 True
263 2023-01-27 00:00:00+08:00 3.0299999713897705 3.059999942779541 3.0199999809265137 3.059999942779541 2.623632747099167 222572281.0 0.0 0.0 True
264 2023-01-30 00:00:00+08:00 3.059999942779541 3.059999942779541 3.0 3.009999990463257 2.580763154196441 334355795.0 0.0 0.0 True
265 2023-01-31 00:00:00+08:00 3.0199999809265137 3.0299999713897705 2.9800000190734863 2.990000009536743 2.5636151390359716 298519480.0 0.0 0.0 True
266 2023-02-01 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.0 2.572189146616206 169444911.0 0.0 0.0 True
267 2023-02-02 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9800000190734863 2.990000009536743 2.5636151390359716 135551645.0 0.0 0.0 True
268 2023-02-03 00:00:00+08:00 3.0 3.0 2.950000047683716 2.9800000190734863 2.555041131455737 220621955.0 0.0 0.0 True
269 2023-02-06 00:00:00+08:00 2.9700000286102295 2.9700000286102295 2.930000066757202 2.940000057220459 2.520745323634022 240244599.0 0.0 0.0 True
270 2023-02-07 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.940000057220459 2.9600000381469727 2.537893338794491 171599472.0 0.0 0.0 True
271 2023-02-08 00:00:00+08:00 2.950000047683716 2.990000009536743 2.950000047683716 2.9700000286102295 2.5464671238755026 101790984.0 0.0 0.0 True
272 2023-02-09 00:00:00+08:00 2.9600000381469727 2.990000009536743 2.950000047683716 2.9800000190734863 2.555041131455737 163391718.0 0.0 0.0 True
273 2023-02-10 00:00:00+08:00 2.9700000286102295 2.990000009536743 2.950000047683716 2.950000047683716 2.5293193312142566 122058391.0 0.0 0.0 True
274 2023-02-13 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.930000066757202 2.940000057220459 2.520745323634022 155518503.0 0.0 0.0 True
275 2023-02-14 00:00:00+08:00 2.9600000381469727 2.9600000381469727 2.940000057220459 2.940000057220459 2.520745323634022 104647894.0 0.0 0.0 True
276 2023-02-15 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9100000858306885 2.930000066757202 2.5121713160537875 239423279.0 0.0 0.0 True
277 2023-02-16 00:00:00+08:00 2.930000066757202 2.940000057220459 2.9200000762939453 2.930000066757202 2.5121713160537875 152423999.0 0.0 0.0 True
278 2023-02-17 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9200000762939453 2.930000066757202 2.5121713160537875 116724325.0 0.0 0.0 True
279 2023-02-20 00:00:00+08:00 2.930000066757202 2.9600000381469727 2.9200000762939453 2.950000047683716 2.5293193312142566 139479932.0 0.0 0.0 True
280 2023-02-21 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.940000057220459 2.950000047683716 2.5293193312142566 92086005.0 0.0 0.0 True
281 2023-02-22 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.930000066757202 2.930000066757202 2.5121713160537875 103240749.0 0.0 0.0 True
282 2023-02-23 00:00:00+08:00 2.930000066757202 2.950000047683716 2.930000066757202 2.930000066757202 2.5121713160537875 106157006.0 0.0 0.0 True
283 2023-02-24 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.9100000858306885 2.9100000858306885 2.4950235233925415 156275061.0 0.0 0.0 True
284 2023-02-27 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.9000000953674316 2.9000000953674316 2.486449515812307 176386277.0 0.0 0.0 True
285 2023-02-28 00:00:00+08:00 2.9100000858306885 2.930000066757202 2.880000114440918 2.880000114440918 2.469301723151061 242266079.0 0.0 0.0 True
286 2023-03-01 00:00:00+08:00 2.880000114440918 2.9600000381469727 2.880000114440918 2.940000057220459 2.520745323634022 230175356.0 0.0 0.0 True
287 2023-03-02 00:00:00+08:00 2.950000047683716 2.9700000286102295 2.9200000762939453 2.9700000286102295 2.5464671238755026 156721409.0 0.0 0.0 True
288 2023-03-03 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9600000381469727 2.990000009536743 2.5636151390359716 156464183.0 0.0 0.0 True
289 2023-03-06 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.9600000381469727 3.0 2.572189146616206 236911516.0 0.0 0.0 True
290 2023-03-07 00:00:00+08:00 3.009999990463257 3.069999933242798 2.990000009536743 3.009999990463257 2.580763154196441 331207423.0 0.0 0.0 True
291 2023-03-08 00:00:00+08:00 2.990000009536743 2.990000009536743 2.9600000381469727 2.9800000190734863 2.555041131455737 169488603.0 0.0 0.0 True
292 2023-03-09 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.950000047683716 2.9600000381469727 2.537893338794491 226434889.0 0.0 0.0 True
293 2023-03-10 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9100000858306885 2.9200000762939453 2.503597530972776 324419293.0 0.0 0.0 True
294 2023-03-13 00:00:00+08:00 2.9100000858306885 2.9700000286102295 2.9100000858306885 2.9600000381469727 2.537893338794491 283001042.0 0.0 0.0 True
295 2023-03-14 00:00:00+08:00 2.940000057220459 2.9700000286102295 2.9000000953674316 2.9200000762939453 2.503597530972776 276165334.0 0.0 0.0 True
296 2023-03-15 00:00:00+08:00 2.940000057220459 3.0 2.940000057220459 2.9800000190734863 2.555041131455737 306019717.0 0.0 0.0 True
297 2023-03-16 00:00:00+08:00 2.9700000286102295 3.0199999809265137 2.9700000286102295 3.0 2.572189146616206 337246665.0 0.0 0.0 True
298 2023-03-17 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.009999990463257 2.580763154196441 474192271.0 0.0 0.0 True
299 2023-03-20 00:00:00+08:00 3.009999990463257 3.0399999618530273 2.9800000190734863 3.009999990463257 2.580763154196441 302517593.0 0.0 0.0 True
300 2023-03-21 00:00:00+08:00 3.0199999809265137 3.0299999713897705 2.9700000286102295 2.990000009536743 2.5636151390359716 190990791.0 0.0 0.0 True
301 2023-03-22 00:00:00+08:00 2.9800000190734863 3.049999952316284 2.9800000190734863 3.0199999809265137 2.589336939277452 327361985.0 0.0 0.0 True
302 2023-03-23 00:00:00+08:00 3.0199999809265137 3.049999952316284 3.009999990463257 3.0399999618530273 2.6064849544379216 179540267.0 0.0 0.0 True
303 2023-03-24 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.0 3.009999990463257 2.580763154196441 185863751.0 0.0 0.0 True
304 2023-03-27 00:00:00+08:00 3.0 3.009999990463257 2.9800000190734863 2.9800000190734863 2.555041131455737 165526114.0 0.0 0.0 True
305 2023-03-28 00:00:00+08:00 3.0 3.0299999713897705 2.9800000190734863 3.009999990463257 2.580763154196441 114694384.0 0.0 0.0 True
306 2023-03-29 00:00:00+08:00 3.0299999713897705 3.049999952316284 3.009999990463257 3.0399999618530273 2.6064849544379216 294188064.0 0.0 0.0 True
307 2023-03-30 00:00:00+08:00 3.0299999713897705 3.049999952316284 2.990000009536743 3.0199999809265137 2.589336939277452 205570289.0 0.0 0.0 True
308 2023-03-31 00:00:00+08:00 3.0399999618530273 3.059999942779541 3.009999990463257 3.009999990463257 2.580763154196441 369847410.0 0.0 0.0 True
309 2023-04-03 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.009999990463257 2.580763154196441 184514772.0 0.0 0.0 True
310 2023-04-04 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.009999990463257 3.0299999713897705 2.5979109468576866 205287968.0 0.0 0.0 True
311 2023-04-06 00:00:00+08:00 3.0399999618530273 3.049999952316284 3.0299999713897705 3.0299999713897705 2.5979109468576866 148703289.0 0.0 0.0 True
312 2023-04-11 00:00:00+08:00 3.059999942779541 3.069999933242798 3.0399999618530273 3.069999933242798 2.6322067546794017 228834937.0 0.0 0.0 True
313 2023-04-12 00:00:00+08:00 3.069999933242798 3.0899999141693115 3.059999942779541 3.0899999141693115 2.649354769839871 195869097.0 0.0 0.0 True
314 2023-04-13 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.059999942779541 3.0999999046325684 2.657928554920882 196477650.0 0.0 0.0 True
315 2023-04-14 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.6665025625011167 165646703.0 0.0 0.0 True
316 2023-04-17 00:00:00+08:00 3.109999895095825 3.1700000762939453 3.0899999141693115 3.1500000953674316 2.7007985928220557 318579375.0 0.0 0.0 True
317 2023-04-18 00:00:00+08:00 3.190000057220459 3.190000057220459 3.1500000953674316 3.1600000858306885 2.70937260040229 226417979.0 0.0 0.0 True
318 2023-04-19 00:00:00+08:00 3.1600000858306885 3.1600000858306885 3.119999885559082 3.140000104904175 2.6922245852418207 188611472.0 0.0 0.0 True
319 2023-04-20 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.119999885559082 3.140000104904175 2.6922245852418207 156796304.0 0.0 0.0 True
320 2023-04-21 00:00:00+08:00 3.1500000953674316 3.180000066757202 3.109999895095825 3.130000114440918 2.6836508001608097 216903043.0 0.0 0.0 True
321 2023-04-24 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.0999999046325684 3.119999885559082 2.6750765700813517 168090850.0 0.0 0.0 True
322 2023-04-25 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.140000104904175 2.6922245852418207 189568006.0 0.0 0.0 True
323 2023-04-26 00:00:00+08:00 3.140000104904175 3.140000104904175 3.0899999141693115 3.130000114440918 2.6836508001608097 164172101.0 0.0 0.0 True
324 2023-04-27 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.0999999046325684 3.140000104904175 2.6922245852418207 226941096.0 0.0 0.0 True
325 2023-04-28 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.130000114440918 3.130000114440918 2.6836508001608097 254250074.0 0.0 0.0 True
326 2023-05-02 00:00:00+08:00 3.1600000858306885 3.1700000762939453 3.130000114440918 3.1500000953674316 2.7007985928220557 208212711.0 0.0 0.0 True
327 2023-05-03 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0899999141693115 3.109999895095825 2.6665025625011167 142387753.0 0.0 0.0 True
328 2023-05-04 00:00:00+08:00 3.0999999046325684 3.240000009536743 3.0999999046325684 3.240000009536743 2.7779642160457203 597317083.0 0.0 0.0 True
329 2023-05-05 00:00:00+08:00 3.2300000190734863 3.319999933242798 3.2200000286102295 3.2699999809265137 2.803686016287201 651994723.0 0.0 0.0 True
330 2023-05-08 00:00:00+08:00 3.2699999809265137 3.4200000762939453 3.259999990463257 3.4200000762939453 2.9322956849922734 996795816.0 0.0 0.0 True
331 2023-05-09 00:00:00+08:00 3.4200000762939453 3.450000047683716 3.319999933242798 3.369999885559082 2.8894256470911 746342767.0 0.0 0.0 True
332 2023-05-10 00:00:00+08:00 3.380000114440918 3.380000114440918 3.259999990463257 3.2699999809265137 2.803686016287201 412287784.0 0.0 0.0 True
333 2023-05-11 00:00:00+08:00 3.2799999713897705 3.3299999237060547 3.25 3.2699999809265137 2.803686016287201 366507410.0 0.0 0.0 True
334 2023-05-12 00:00:00+08:00 3.2699999809265137 3.2699999809265137 3.190000057220459 3.2100000381469727 2.75224241580424 289863825.0 0.0 0.0 True
335 2023-05-15 00:00:00+08:00 3.200000047683716 3.2799999713897705 3.1700000762939453 3.2799999713897705 2.8122600238674353 385499418.0 0.0 0.0 True
336 2023-05-16 00:00:00+08:00 3.2799999713897705 3.309999942779541 3.2300000190734863 3.2699999809265137 2.803686016287201 198717103.0 0.0 0.0 True
337 2023-05-17 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2100000381469727 3.2200000286102295 2.7608164233844743 282628223.0 0.0 0.0 True
338 2023-05-18 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2200000286102295 3.2899999618530273 2.82083403144767 266644759.0 0.0 0.0 True
339 2023-05-19 00:00:00+08:00 3.2799999713897705 3.2899999618530273 3.2300000190734863 3.25 2.786538223625955 177453684.0 0.0 0.0 True
340 2023-05-22 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2100000381469727 3.2699999809265137 2.803686016287201 189171807.0 0.0 0.0 True
341 2023-05-23 00:00:00+08:00 3.2799999713897705 3.2899999618530273 3.200000047683716 3.2100000381469727 2.75224241580424 249347200.0 0.0 0.0 True
342 2023-05-24 00:00:00+08:00 3.2100000381469727 3.2100000381469727 3.140000104904175 3.1700000762939453 2.7179466079825247 321968120.0 0.0 0.0 True
343 2023-05-25 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.109999895095825 2.6665025625011167 278065767.0 0.0 0.0 True
344 2023-05-29 00:00:00+08:00 3.109999895095825 3.1600000858306885 3.109999895095825 3.140000104904175 2.6922245852418207 207310653.0 0.0 0.0 True
345 2023-05-30 00:00:00+08:00 3.140000104904175 3.1600000858306885 3.0999999046325684 3.119999885559082 2.6750765700813517 270017518.0 0.0 0.0 True
346 2023-05-31 00:00:00+08:00 3.130000114440918 3.130000114440918 3.049999952316284 3.069999933242798 2.6322067546794017 509625678.0 0.0 0.0 True
347 2023-06-01 00:00:00+08:00 3.049999952316284 3.0899999141693115 3.049999952316284 3.049999952316284 2.615058962018156 249556460.0 0.0 0.0 True
348 2023-06-02 00:00:00+08:00 3.059999942779541 3.119999885559082 3.059999942779541 3.0999999046325684 2.657928554920882 362267865.0 0.0 0.0 True
349 2023-06-05 00:00:00+08:00 3.109999895095825 3.130000114440918 3.0799999237060547 3.119999885559082 2.6750765700813517 212474160.0 0.0 0.0 True
350 2023-06-06 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.0999999046325684 3.130000114440918 2.6836508001608097 250221201.0 0.0 0.0 True
351 2023-06-07 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.119999885559082 3.1600000858306885 2.70937260040229 304143061.0 0.0 0.0 True
352 2023-06-08 00:00:00+08:00 3.1700000762939453 3.200000047683716 3.140000104904175 3.1700000762939453 2.7179466079825247 271855636.0 0.0 0.0 True
353 2023-06-09 00:00:00+08:00 3.180000066757202 3.190000057220459 3.1600000858306885 3.190000057220459 2.7350944006437707 249792693.0 0.0 0.0 True
354 2023-06-12 00:00:00+08:00 3.180000066757202 3.180000066757202 3.1500000953674316 3.1600000858306885 2.70937260040229 153195292.0 0.0 0.0 True
355 2023-06-13 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.1600000858306885 2.70937260040229 206803734.0 0.0 0.0 True
356 2023-06-14 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.0899999141693115 3.109999895095825 2.6665025625011167 257722285.0 0.0 0.0 True
357 2023-06-15 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0999999046325684 3.140000104904175 2.6922245852418207 180409202.0 0.0 0.0 True
358 2023-06-16 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.130000114440918 3.140000104904175 2.6922245852418207 273436111.0 0.0 0.0 True
359 2023-06-19 00:00:00+08:00 3.1600000858306885 3.1700000762939453 3.130000114440918 3.1500000953674316 2.7007985928220557 152642792.0 0.0 0.0 True
360 2023-06-20 00:00:00+08:00 3.130000114440918 3.1700000762939453 3.130000114440918 3.1500000953674316 2.7007985928220557 142012501.0 0.0 0.0 True
361 2023-06-21 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.130000114440918 3.130000114440918 2.6836508001608097 100637132.0 0.0 0.0 True
362 2023-06-23 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0999999046325684 3.109999895095825 2.6665025625011167 158194880.0 0.0 0.0 True
363 2023-06-26 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0999999046325684 3.109999895095825 2.6665025625011167 246729485.0 0.0 0.0 True
364 2023-06-27 00:00:00+08:00 3.109999895095825 3.180000066757202 3.109999895095825 3.1500000953674316 2.7007985928220557 249031295.0 0.0 0.0 True
365 2023-06-28 00:00:00+08:00 3.1700000762939453 3.180000066757202 3.1500000953674316 3.1600000858306885 2.70937260040229 227680692.0 0.0 0.0 True
366 2023-06-29 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.130000114440918 2.6836508001608097 160480988.0 0.0 0.0 True
367 2023-06-30 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.140000104904175 3.140000104904175 2.6922245852418207 172685962.0 0.0 0.0 True
368 2023-07-03 00:00:00+08:00 3.1500000953674316 3.200000047683716 3.1500000953674316 3.190000057220459 2.7350944006437707 347007606.0 0.0 0.0 True
369 2023-07-04 00:00:00+08:00 3.180000066757202 3.200000047683716 3.140000104904175 3.1600000858306885 2.70937260040229 365739100.0 0.0 0.0 True
370 2023-07-05 00:00:00+08:00 3.1600000858306885 3.1600000858306885 3.0999999046325684 3.0999999046325684 2.657928554920882 478204451.0 0.0 0.0 True
371 2023-07-06 00:00:00+08:00 2.869999885559082 2.880000114440918 2.7699999809265137 2.7799999713897705 2.5943776591874097 572683914.0 0.251902 0.0 True
372 2023-07-07 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.5757130893190934 277698895.0 0.0 0.0 True
373 2023-07-10 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7300000190734863 2.75 2.566380804384935 251196901.0 0.0 0.0 True
374 2023-07-11 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.740000009536743 2.5570485194507775 205968561.0 0.0 0.0 True
375 2023-07-12 00:00:00+08:00 2.75 2.7699999809265137 2.740000009536743 2.740000009536743 2.5570485194507775 223511497.0 0.0 0.0 True
376 2023-07-13 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.5757130893190934 287941953.0 0.0 0.0 True
377 2023-07-14 00:00:00+08:00 2.7699999809265137 2.809999942779541 2.7699999809265137 2.799999952316284 2.613042229055726 306605317.0 0.0 0.0 True
378 2023-07-18 00:00:00+08:00 2.819999933242798 2.819999933242798 2.759999990463257 2.759999990463257 2.5757130893190934 285915642.0 0.0 0.0 True
379 2023-07-19 00:00:00+08:00 2.75 2.75 2.7200000286102295 2.740000009536743 2.5570485194507775 263406008.0 0.0 0.0 True
380 2023-07-20 00:00:00+08:00 2.75 2.7899999618530273 2.740000009536743 2.75 2.566380804384935 193798876.0 0.0 0.0 True
381 2023-07-21 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.75 2.7799999713897705 2.5943776591874097 156948053.0 0.0 0.0 True
382 2023-07-24 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.7200000286102295 2.7300000190734863 2.5477162345166193 243473214.0 0.0 0.0 True
383 2023-07-25 00:00:00+08:00 2.7699999809265137 2.8299999237060547 2.759999990463257 2.819999933242798 2.631706798924042 269653837.0 0.0 0.0 True
384 2023-07-26 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.7799999713897705 2.7899999618530273 2.603709944121568 145382061.0 0.0 0.0 True
385 2023-07-27 00:00:00+08:00 2.799999952316284 2.8399999141693115 2.7899999618530273 2.8299999237060547 2.6410390838582 201437010.0 0.0 0.0 True
386 2023-07-28 00:00:00+08:00 2.799999952316284 2.880000114440918 2.799999952316284 2.859999895095825 2.6690359386606746 214829894.0 0.0 0.0 True
387 2023-07-31 00:00:00+08:00 2.880000114440918 2.9200000762939453 2.869999885559082 2.890000104904175 2.697033015962372 350355926.0 0.0 0.0 True
388 2023-08-01 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.8499999046325684 2.869999885559082 2.6783682235948327 301183220.0 0.0 0.0 True
389 2023-08-02 00:00:00+08:00 2.8499999046325684 2.880000114440918 2.809999942779541 2.809999942779541 2.622374513989884 245006074.0 0.0 0.0 True
390 2023-08-03 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.799999952316284 2.809999942779541 2.622374513989884 193179529.0 0.0 0.0 True
391 2023-08-04 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.7699999809265137 2.7799999713897705 2.5943776591874097 316978289.0 0.0 0.0 True
392 2023-08-07 00:00:00+08:00 2.799999952316284 2.799999952316284 2.7699999809265137 2.7899999618530273 2.603709944121568 178546045.0 0.0 0.0 True
393 2023-08-08 00:00:00+08:00 2.7699999809265137 2.799999952316284 2.759999990463257 2.7699999809265137 2.5850453742532515 216834266.0 0.0 0.0 True
394 2023-08-09 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.759999990463257 2.7899999618530273 2.603709944121568 166884746.0 0.0 0.0 True
395 2023-08-10 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.759999990463257 2.7899999618530273 2.603709944121568 158219470.0 0.0 0.0 True
396 2023-08-11 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.75 2.759999990463257 2.5757130893190934 163002610.0 0.0 0.0 True
397 2023-08-14 00:00:00+08:00 2.7300000190734863 2.740000009536743 2.700000047683716 2.7100000381469727 2.529051664648303 310922945.0 0.0 0.0 True
398 2023-08-15 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.700000047683716 2.700000047683716 2.519719379714145 189843481.0 0.0 0.0 True
399 2023-08-16 00:00:00+08:00 2.690000057220459 2.700000047683716 2.6600000858306885 2.6600000858306885 2.4823902399775126 246065636.0 0.0 0.0 True
400 2023-08-17 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.619999885559082 2.6500000953674316 2.4730579550433545 302984528.0 0.0 0.0 True
401 2023-08-18 00:00:00+08:00 2.6500000953674316 2.690000057220459 2.640000104904175 2.640000104904175 2.4637256701091963 269112824.0 0.0 0.0 True
402 2023-08-21 00:00:00+08:00 2.630000114440918 2.640000104904175 2.5999999046325684 2.5999999046325684 2.4263963078733406 242740069.0 0.0 0.0 True
403 2023-08-22 00:00:00+08:00 2.5999999046325684 2.630000114440918 2.5999999046325684 2.609999895095825 2.4357285928074983 235094285.0 0.0 0.0 True
404 2023-08-23 00:00:00+08:00 2.609999895095825 2.640000104904175 2.609999895095825 2.619999885559082 2.4450608777416565 138359884.0 0.0 0.0 True
405 2023-08-24 00:00:00+08:00 2.630000114440918 2.6500000953674316 2.619999885559082 2.630000114440918 2.454393385175038 156300687.0 0.0 0.0 True
406 2023-08-25 00:00:00+08:00 2.630000114440918 2.6700000762939453 2.630000114440918 2.640000104904175 2.4637256701091963 153399277.0 0.0 0.0 True
407 2023-08-28 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6500000953674316 2.6600000858306885 2.4823902399775126 168725610.0 0.0 0.0 True
408 2023-08-29 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6700000762939453 2.7100000381469727 2.529051664648303 215687862.0 0.0 0.0 True
409 2023-08-30 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.690000057220459 2.700000047683716 2.519719379714145 343038999.0 0.0 0.0 True
410 2023-08-31 00:00:00+08:00 2.6700000762939453 2.700000047683716 2.6600000858306885 2.6600000858306885 2.4823902399775126 402227630.0 0.0 0.0 True
411 2023-09-04 00:00:00+08:00 2.6600000858306885 2.759999990463257 2.6600000858306885 2.7300000190734863 2.5477162345166193 389314606.0 0.0 0.0 True
412 2023-09-05 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.680000066757202 2.680000066757202 2.501054809845829 278826512.0 0.0 0.0 True
413 2023-09-06 00:00:00+08:00 2.6700000762939453 2.7100000381469727 2.6700000762939453 2.7100000381469727 2.529051664648303 251360337.0 0.0 0.0 True
414 2023-09-07 00:00:00+08:00 2.7100000381469727 2.7100000381469727 2.680000066757202 2.690000057220459 2.5103870947799867 187793647.0 0.0 0.0 True
415 2023-09-11 00:00:00+08:00 2.6700000762939453 2.700000047683716 2.6600000858306885 2.690000057220459 2.5103870947799867 268375824.0 0.0 0.0 True
416 2023-09-12 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6700000762939453 2.680000066757202 2.501054809845829 162275171.0 0.0 0.0 True
417 2023-09-13 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6700000762939453 2.680000066757202 2.501054809845829 115212506.0 0.0 0.0 True
418 2023-09-14 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.680000066757202 2.700000047683716 2.519719379714145 196842876.0 0.0 0.0 True
419 2023-09-15 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7100000381469727 2.7300000190734863 2.5477162345166193 251122688.0 0.0 0.0 True
420 2023-09-18 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.690000057220459 2.7200000286102295 2.538383949582461 128546047.0 0.0 0.0 True
421 2023-09-19 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.75 2.566380804384935 204048823.0 0.0 0.0 True
422 2023-09-20 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7300000190734863 2.7300000190734863 2.5477162345166193 168459390.0 0.0 0.0 True
423 2023-09-21 00:00:00+08:00 2.7300000190734863 2.7699999809265137 2.700000047683716 2.7200000286102295 2.538383949582461 310569950.0 0.0 0.0 True
424 2023-09-22 00:00:00+08:00 2.7200000286102295 2.759999990463257 2.7100000381469727 2.759999990463257 2.5757130893190934 222057532.0 0.0 0.0 True
425 2023-09-25 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.7300000190734863 2.5477162345166193 156642322.0 0.0 0.0 True
426 2023-09-26 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.690000057220459 2.700000047683716 2.519719379714145 219074293.0 0.0 0.0 True
427 2023-09-27 00:00:00+08:00 2.700000047683716 2.7300000190734863 2.700000047683716 2.7200000286102295 2.538383949582461 153898438.0 0.0 0.0 True
428 2023-09-28 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.680000066757202 2.690000057220459 2.5103870947799867 206202848.0 0.0 0.0 True
429 2023-09-29 00:00:00+08:00 2.7100000381469727 2.759999990463257 2.700000047683716 2.740000009536743 2.5570485194507775 275473807.0 0.0 0.0 True
430 2023-10-03 00:00:00+08:00 2.740000009536743 2.740000009536743 2.6600000858306885 2.6600000858306885 2.4823902399775126 279518742.0 0.0 0.0 True
431 2023-10-04 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.6500000953674316 2.6700000762939453 2.491722524911671 162218997.0 0.0 0.0 True
432 2023-10-05 00:00:00+08:00 2.690000057220459 2.690000057220459 2.6700000762939453 2.6700000762939453 2.491722524911671 113757307.0 0.0 0.0 True
433 2023-10-06 00:00:00+08:00 2.700000047683716 2.759999990463257 2.700000047683716 2.7300000190734863 2.5477162345166193 224114423.0 0.0 0.0 True
434 2023-10-09 00:00:00+08:00 2.75 2.759999990463257 2.700000047683716 2.7300000190734863 2.5477162345166193 240876866.0 0.0 0.0 True
435 2023-10-10 00:00:00+08:00 2.75 2.7699999809265137 2.7200000286102295 2.7300000190734863 2.5477162345166193 218393639.0 0.0 0.0 True
436 2023-10-11 00:00:00+08:00 2.759999990463257 2.759999990463257 2.7300000190734863 2.740000009536743 2.5570485194507775 248078749.0 0.0 0.0 True
437 2023-10-12 00:00:00+08:00 2.819999933242798 2.869999885559082 2.799999952316284 2.8499999046325684 2.6597036537265164 630614125.0 0.0 0.0 True
438 2023-10-13 00:00:00+08:00 2.8299999237060547 2.8499999046325684 2.809999942779541 2.809999942779541 2.622374513989884 317552755.0 0.0 0.0 True
439 2023-10-16 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.7899999618530273 2.799999952316284 2.613042229055726 182246487.0 0.0 0.0 True
440 2023-10-17 00:00:00+08:00 2.809999942779541 2.8399999141693115 2.799999952316284 2.8399999141693115 2.6503713687923582 202072749.0 0.0 0.0 True
441 2023-10-18 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.809999942779541 2.819999933242798 2.631706798924042 204883454.0 0.0 0.0 True
442 2023-10-19 00:00:00+08:00 2.799999952316284 2.799999952316284 2.75 2.759999990463257 2.5757130893190934 245165636.0 0.0 0.0 True
443 2023-10-20 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.7300000190734863 2.75 2.566380804384935 232636255.0 0.0 0.0 True
444 2023-10-24 00:00:00+08:00 2.7300000190734863 2.75 2.700000047683716 2.7200000286102295 2.538383949582461 212724481.0 0.0 0.0 True
445 2023-10-25 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.700000047683716 2.7100000381469727 2.529051664648303 244173417.0 0.0 0.0 True
446 2023-10-26 00:00:00+08:00 2.7100000381469727 2.75 2.7100000381469727 2.7200000286102295 2.538383949582461 183234206.0 0.0 0.0 True
447 2023-10-27 00:00:00+08:00 2.75 2.7799999713897705 2.7300000190734863 2.759999990463257 2.5757130893190934 204874923.0 0.0 0.0 True
448 2023-10-30 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.690000057220459 2.7300000190734863 2.5477162345166193 254783636.0 0.0 0.0 True
449 2023-10-31 00:00:00+08:00 2.7200000286102295 2.75 2.700000047683716 2.740000009536743 2.5570485194507775 215468975.0 0.0 0.0 True
450 2023-11-01 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.740000009536743 2.7699999809265137 2.5850453742532515 174241443.0 0.0 0.0 True
451 2023-11-02 00:00:00+08:00 2.799999952316284 2.8299999237060547 2.7799999713897705 2.799999952316284 2.613042229055726 237973440.0 0.0 0.0 True
452 2023-11-03 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.799999952316284 2.809999942779541 2.622374513989884 200317970.0 0.0 0.0 True
453 2023-11-06 00:00:00+08:00 2.8399999141693115 2.8399999141693115 2.809999942779541 2.819999933242798 2.631706798924042 236156557.0 0.0 0.0 True
454 2023-11-07 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7799999713897705 2.7899999618530273 2.603709944121568 164102236.0 0.0 0.0 True
455 2023-11-08 00:00:00+08:00 2.799999952316284 2.809999942779541 2.7699999809265137 2.7899999618530273 2.603709944121568 206538279.0 0.0 0.0 True
456 2023-11-09 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7799999713897705 2.7899999618530273 2.603709944121568 184644662.0 0.0 0.0 True
457 2023-11-10 00:00:00+08:00 2.7899999618530273 2.799999952316284 2.7699999809265137 2.7699999809265137 2.5850453742532515 101774583.0 0.0 0.0 True
458 2023-11-13 00:00:00+08:00 2.7899999618530273 2.809999942779541 2.759999990463257 2.809999942779541 2.622374513989884 88668111.0 0.0 0.0 True
459 2023-11-14 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.799999952316284 2.809999942779541 2.622374513989884 123266211.0 0.0 0.0 True
460 2023-11-15 00:00:00+08:00 2.8499999046325684 2.9000000953674316 2.8299999237060547 2.880000114440918 2.6877007310282144 368947071.0 0.0 0.0 True
461 2023-11-16 00:00:00+08:00 2.9000000953674316 2.9000000953674316 2.8299999237060547 2.859999895095825 2.6690359386606746 122357837.0 0.0 0.0 True
462 2023-11-17 00:00:00+08:00 2.8399999141693115 2.859999895095825 2.809999942779541 2.8299999237060547 2.6410390838582 154089409.0 0.0 0.0 True
463 2023-11-20 00:00:00+08:00 2.859999895095825 2.890000104904175 2.8399999141693115 2.890000104904175 2.697033015962372 226032688.0 0.0 0.0 True
464 2023-11-21 00:00:00+08:00 2.9000000953674316 2.9200000762939453 2.869999885559082 2.890000104904175 2.697033015962372 200040554.0 0.0 0.0 True
465 2023-11-22 00:00:00+08:00 2.880000114440918 2.9000000953674316 2.869999885559082 2.890000104904175 2.697033015962372 100421290.0 0.0 0.0 True
466 2023-11-23 00:00:00+08:00 2.890000104904175 2.9200000762939453 2.859999895095825 2.9000000953674316 2.7063653008965303 179342143.0 0.0 0.0 True
467 2023-11-24 00:00:00+08:00 2.880000114440918 2.890000104904175 2.869999885559082 2.869999885559082 2.6783682235948327 99513535.0 0.0 0.0 True
468 2023-11-27 00:00:00+08:00 2.890000104904175 2.890000104904175 2.8399999141693115 2.880000114440918 2.6877007310282144 142827938.0 0.0 0.0 True
469 2023-11-28 00:00:00+08:00 2.890000104904175 2.890000104904175 2.859999895095825 2.859999895095825 2.6690359386606746 115131696.0 0.0 0.0 True
470 2023-11-29 00:00:00+08:00 2.880000114440918 2.890000104904175 2.819999933242798 2.8399999141693115 2.6503713687923582 279360813.0 0.0 0.0 True
471 2023-11-30 00:00:00+08:00 2.8499999046325684 2.869999885559082 2.8299999237060547 2.869999885559082 2.6783682235948327 265083541.0 0.0 0.0 True
472 2023-12-01 00:00:00+08:00 2.859999895095825 2.890000104904175 2.8299999237060547 2.8299999237060547 2.6410390838582 224843422.0 0.0 0.0 True
473 2023-12-04 00:00:00+08:00 2.859999895095825 2.880000114440918 2.8399999141693115 2.8399999141693115 2.6503713687923582 210907259.0 0.0 0.0 True
474 2023-12-05 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.799999952316284 2.809999942779541 2.622374513989884 178081981.0 0.0 0.0 True
475 2023-12-06 00:00:00+08:00 2.819999933242798 2.8499999046325684 2.799999952316284 2.819999933242798 2.631706798924042 136493101.0 0.0 0.0 True
476 2023-12-07 00:00:00+08:00 2.809999942779541 2.8299999237060547 2.7799999713897705 2.819999933242798 2.631706798924042 180741753.0 0.0 0.0 True
477 2023-12-08 00:00:00+08:00 2.8399999141693115 2.8399999141693115 2.799999952316284 2.819999933242798 2.631706798924042 129232878.0 0.0 0.0 True
478 2023-12-11 00:00:00+08:00 2.799999952316284 2.819999933242798 2.75 2.809999942779541 2.622374513989884 254296223.0 0.0 0.0 True
479 2023-12-12 00:00:00+08:00 2.809999942779541 2.8499999046325684 2.7899999618530273 2.8399999141693115 2.6503713687923582 168445219.0 0.0 0.0 True
480 2023-12-13 00:00:00+08:00 2.859999895095825 2.859999895095825 2.8399999141693115 2.8499999046325684 2.6597036537265164 154828488.0 0.0 0.0 True
481 2023-12-14 00:00:00+08:00 2.880000114440918 2.890000104904175 2.8499999046325684 2.869999885559082 2.6783682235948327 167059093.0 0.0 0.0 True
482 2023-12-15 00:00:00+08:00 2.9000000953674316 2.9600000381469727 2.890000104904175 2.9200000762939453 2.7250298707648466 808091705.0 0.0 0.0 True
483 2023-12-18 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.880000114440918 2.890000104904175 2.697033015962372 186832816.0 0.0 0.0 True
484 2023-12-19 00:00:00+08:00 2.890000104904175 2.9000000953674316 2.869999885559082 2.890000104904175 2.697033015962372 79336353.0 0.0 0.0 True
485 2023-12-20 00:00:00+08:00 2.9100000858306885 2.9100000858306885 2.859999895095825 2.869999885559082 2.6783682235948327 142624593.0 0.0 0.0 True
486 2023-12-21 00:00:00+08:00 2.859999895095825 2.9000000953674316 2.859999895095825 2.9000000953674316 2.7063653008965303 85503586.0 0.0 0.0 True
487 2023-12-22 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.880000114440918 2.9000000953674316 2.7063653008965303 156342132.0 0.0 0.0 True
488 2023-12-27 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.890000104904175 2.940000057220459 2.743694440633163 223293643.0 0.0 0.0 True
489 2023-12-28 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.930000066757202 2.9700000286102295 2.771691295435637 201567332.0 0.0 0.0 True
490 2023-12-29 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9800000190734863 2.781023580369795 137111290.0 0.0 0.0 True
491 2024-01-02 00:00:00+08:00 2.990000009536743 2.990000009536743 2.940000057220459 2.950000047683716 2.753026725567321 128557466.0 0.0 0.0 True
492 2024-01-03 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.930000066757202 2.950000047683716 2.753026725567321 106699543.0 0.0 0.0 True
493 2024-01-04 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.940000057220459 2.9700000286102295 2.771691295435637 121929275.0 0.0 0.0 True
494 2024-01-05 00:00:00+08:00 2.9600000381469727 3.0 2.940000057220459 2.9700000286102295 2.771691295435637 185395890.0 0.0 0.0 True
495 2024-01-08 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9100000858306885 2.9200000762939453 2.7250298707648466 188333433.0 0.0 0.0 True
496 2024-01-09 00:00:00+08:00 2.930000066757202 2.950000047683716 2.9100000858306885 2.940000057220459 2.743694440633163 215467404.0 0.0 0.0 True
497 2024-01-10 00:00:00+08:00 2.9200000762939453 2.950000047683716 2.9100000858306885 2.9200000762939453 2.7250298707648466 135462005.0 0.0 0.0 True
498 2024-01-11 00:00:00+08:00 2.9200000762939453 2.9600000381469727 2.9000000953674316 2.930000066757202 2.7343621556990048 144039792.0 0.0 0.0 True
499 2024-01-12 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9100000858306885 2.930000066757202 2.7343621556990048 125391727.0 0.0 0.0 True
500 2024-01-15 00:00:00+08:00 2.940000057220459 2.940000057220459 2.9200000762939453 2.930000066757202 2.7343621556990048 77854227.0 0.0 0.0 True
501 2024-01-16 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9000000953674316 2.9100000858306885 2.7156975858306884 196187123.0 0.0 0.0 True
502 2024-01-17 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.819999933242798 2.8399999141693115 2.6503713687923582 457288995.0 0.0 0.0 True
503 2024-01-18 00:00:00+08:00 2.8499999046325684 2.890000104904175 2.8399999141693115 2.880000114440918 2.6877007310282144 329763147.0 0.0 0.0 True
504 2024-01-19 00:00:00+08:00 2.880000114440918 2.9000000953674316 2.8399999141693115 2.880000114440918 2.6877007310282144 248716227.0 0.0 0.0 True
505 2024-01-22 00:00:00+08:00 2.880000114440918 2.880000114440918 2.7899999618530273 2.809999942779541 2.622374513989884 252408377.0 0.0 0.0 True
506 2024-01-23 00:00:00+08:00 2.819999933242798 2.869999885559082 2.799999952316284 2.8399999141693115 2.6503713687923582 261993224.0 0.0 0.0 True
507 2024-01-24 00:00:00+08:00 2.8399999141693115 2.9700000286102295 2.8399999141693115 2.940000057220459 2.743694440633163 352870368.0 0.0 0.0 True
508 2024-01-25 00:00:00+08:00 2.950000047683716 3.0 2.9200000762939453 2.990000009536743 2.7903558653039533 395298043.0 0.0 0.0 True
509 2024-01-26 00:00:00+08:00 2.990000009536743 3.0 2.9600000381469727 2.9700000286102295 2.771691295435637 242734357.0 0.0 0.0 True
510 2024-01-29 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.9700000286102295 2.990000009536743 2.7903558653039533 269397021.0 0.0 0.0 True
511 2024-01-30 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.930000066757202 2.950000047683716 2.753026725567321 235323821.0 0.0 0.0 True
512 2024-01-31 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9200000762939453 2.940000057220459 2.743694440633163 204573464.0 0.0 0.0 True
513 2024-02-01 00:00:00+08:00 2.940000057220459 2.9700000286102295 2.890000104904175 2.930000066757202 2.7343621556990048 317631002.0 0.0 0.0 True
514 2024-02-02 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.890000104904175 2.9100000858306885 2.7156975858306884 244576741.0 0.0 0.0 True
515 2024-02-05 00:00:00+08:00 2.890000104904175 2.930000066757202 2.880000114440918 2.9100000858306885 2.7156975858306884 230881935.0 0.0 0.0 True
516 2024-02-06 00:00:00+08:00 2.9100000858306885 3.0199999809265137 2.9000000953674316 3.0199999809265137 2.8183527201064273 420848022.0 0.0 0.0 True
517 2024-02-07 00:00:00+08:00 3.0199999809265137 3.0399999618530273 2.990000009536743 3.009999990463257 2.8090204351722696 362912235.0 0.0 0.0 True
518 2024-02-08 00:00:00+08:00 3.0 3.0199999809265137 2.940000057220459 2.950000047683716 2.753026725567321 186638164.0 0.0 0.0 True
519 2024-02-09 00:00:00+08:00 2.930000066757202 2.940000057220459 2.9100000858306885 2.940000057220459 2.743694440633163 74162828.0 0.0 0.0 True
520 2024-02-14 00:00:00+08:00 2.9200000762939453 2.9700000286102295 2.9000000953674316 2.9600000381469727 2.762359010501479 109939313.0 0.0 0.0 True
521 2024-02-15 00:00:00+08:00 2.950000047683716 2.990000009536743 2.950000047683716 2.990000009536743 2.7903558653039533 84312909.0 0.0 0.0 True
522 2024-02-16 00:00:00+08:00 2.990000009536743 3.0299999713897705 2.9800000190734863 3.009999990463257 2.8090204351722696 223410386.0 0.0 0.0 True
523 2024-02-19 00:00:00+08:00 3.009999990463257 3.059999942779541 2.990000009536743 3.0299999713897705 2.8276850050405855 312450872.0 0.0 0.0 True
524 2024-02-20 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0199999809265137 3.069999933242798 2.865014144777218 228004085.0 0.0 0.0 True
525 2024-02-21 00:00:00+08:00 3.0799999237060547 3.1600000858306885 3.069999933242798 3.119999885559082 2.9116755694480085 541368650.0 0.0 0.0 True
526 2024-02-22 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0999999046325684 3.1500000953674316 2.9396726467497065 261638941.0 0.0 0.0 True
527 2024-02-23 00:00:00+08:00 3.140000104904175 3.190000057220459 3.140000104904175 3.1600000858306885 2.9490049316838642 341043834.0 0.0 0.0 True
528 2024-02-26 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.0999999046325684 3.109999895095825 2.9023432845138504 260504677.0 0.0 0.0 True
529 2024-02-27 00:00:00+08:00 3.109999895095825 3.130000114440918 3.069999933242798 3.130000114440918 2.92100807688139 241940898.0 0.0 0.0 True
530 2024-02-28 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0799999237060547 3.0899999141693115 2.883678714645534 250512154.0 0.0 0.0 True
531 2024-02-29 00:00:00+08:00 3.0799999237060547 3.119999885559082 3.0799999237060547 3.0799999237060547 2.8743464297113763 266734285.0 0.0 0.0 True
532 2024-03-01 00:00:00+08:00 3.069999933242798 3.119999885559082 3.049999952316284 3.0799999237060547 2.8743464297113763 304227791.0 0.0 0.0 True
533 2024-03-04 00:00:00+08:00 3.0899999141693115 3.0899999141693115 3.049999952316284 3.0799999237060547 2.8743464297113763 194353920.0 0.0 0.0 True
534 2024-03-05 00:00:00+08:00 3.059999942779541 3.0899999141693115 3.0399999618530273 3.049999952316284 2.846349574908902 247964817.0 0.0 0.0 True
535 2024-03-06 00:00:00+08:00 3.049999952316284 3.0999999046325684 3.0399999618530273 3.0999999046325684 2.893010999579692 279276158.0 0.0 0.0 True
536 2024-03-07 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0999999046325684 3.109999895095825 2.9023432845138504 361127955.0 0.0 0.0 True
537 2024-03-08 00:00:00+08:00 3.130000114440918 3.190000057220459 3.119999885559082 3.1700000762939453 2.9583372166180224 536072786.0 0.0 0.0 True
538 2024-03-11 00:00:00+08:00 3.1500000953674316 3.200000047683716 3.1500000953674316 3.200000047683716 2.986334071420497 376929676.0 0.0 0.0 True
539 2024-03-12 00:00:00+08:00 3.200000047683716 3.25 3.190000057220459 3.2300000190734863 3.014330926222971 643179463.0 0.0 0.0 True
540 2024-03-13 00:00:00+08:00 3.2200000286102295 3.240000009536743 3.200000047683716 3.200000047683716 2.986334071420497 367063964.0 0.0 0.0 True
541 2024-03-14 00:00:00+08:00 3.200000047683716 3.2300000190734863 3.180000066757202 3.2200000286102295 3.004998641288813 284661762.0 0.0 0.0 True
542 2024-03-15 00:00:00+08:00 3.200000047683716 3.2200000286102295 3.180000066757202 3.2100000381469727 2.995666356354655 373399073.0 0.0 0.0 True
543 2024-03-18 00:00:00+08:00 3.200000047683716 3.2200000286102295 3.180000066757202 3.200000047683716 2.986334071420497 253103345.0 0.0 0.0 True
544 2024-03-19 00:00:00+08:00 3.190000057220459 3.2200000286102295 3.1600000858306885 3.180000066757202 2.9676695015521806 383225561.0 0.0 0.0 True
545 2024-03-20 00:00:00+08:00 3.180000066757202 3.240000009536743 3.1700000762939453 3.2100000381469727 2.995666356354655 408820828.0 0.0 0.0 True
546 2024-03-21 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2200000286102295 3.2899999618530273 3.0703246358279195 595608333.0 0.0 0.0 True
547 2024-03-22 00:00:00+08:00 3.2799999713897705 3.299999952316284 3.25 3.259999990463257 3.0423277810254454 433023943.0 0.0 0.0 True
548 2024-03-25 00:00:00+08:00 3.25 3.2699999809265137 3.2200000286102295 3.240000009536743 3.023663211157129 310076715.0 0.0 0.0 True
549 2024-03-26 00:00:00+08:00 3.259999990463257 3.2899999618530273 3.240000009536743 3.259999990463257 3.0423277810254454 363007587.0 0.0 0.0 True
550 2024-03-27 00:00:00+08:00 3.259999990463257 3.2799999713897705 3.2200000286102295 3.25 3.0329954960912873 345087319.0 0.0 0.0 True
551 2024-03-28 00:00:00+08:00 3.259999990463257 3.2699999809265137 3.190000057220459 3.2300000190734863 3.014330926222971 343566911.0 0.0 0.0 True
552 2024-04-02 00:00:00+08:00 3.240000009536743 3.299999952316284 3.240000009536743 3.2899999618530273 3.0703246358279195 381415840.0 0.0 0.0 True
553 2024-04-03 00:00:00+08:00 3.2699999809265137 3.2899999618530273 3.240000009536743 3.25 3.0329954960912873 325547046.0 0.0 0.0 True
554 2024-04-05 00:00:00+08:00 3.25 3.2699999809265137 3.200000047683716 3.240000009536743 3.023663211157129 211627153.0 0.0 0.0 True
555 2024-04-08 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2100000381469727 3.2699999809265137 3.0516600659596036 329040634.0 0.0 0.0 True
556 2024-04-09 00:00:00+08:00 3.2899999618530273 3.319999933242798 3.2699999809265137 3.2799999713897705 3.0609923508937618 322977753.0 0.0 0.0 True
557 2024-04-10 00:00:00+08:00 3.299999952316284 3.3299999237060547 3.2899999618530273 3.3299999237060547 3.107653775564552 365490510.0 0.0 0.0 True
558 2024-04-11 00:00:00+08:00 3.299999952316284 3.3399999141693115 3.2799999713897705 3.319999933242798 3.098321490630394 368707980.0 0.0 0.0 True
559 2024-04-12 00:00:00+08:00 3.309999942779541 3.3399999141693115 3.2699999809265137 3.2699999809265137 3.0516600659596036 352185666.0 0.0 0.0 True
560 2024-04-15 00:00:00+08:00 3.25 3.2899999618530273 3.240000009536743 3.259999990463257 3.0423277810254454 428977513.0 0.0 0.0 True
561 2024-04-16 00:00:00+08:00 3.240000009536743 3.2699999809265137 3.2200000286102295 3.240000009536743 3.023663211157129 393630674.0 0.0 0.0 True
562 2024-04-17 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2200000286102295 3.2799999713897705 3.0609923508937618 281313758.0 0.0 0.0 True
563 2024-04-18 00:00:00+08:00 3.2699999809265137 3.359999895095825 3.259999990463257 3.3499999046325684 3.1263183454328685 584642562.0 0.0 0.0 True
564 2024-04-19 00:00:00+08:00 3.3299999237060547 3.380000114440918 3.2799999713897705 3.359999895095825 3.135650630367026 775998969.0 0.0 0.0 True
565 2024-04-22 00:00:00+08:00 3.380000114440918 3.4200000762939453 3.369999885559082 3.4000000953674316 3.1729799926028823 579356799.0 0.0 0.0 True
566 2024-04-23 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.390000104904175 3.440000057220459 3.2103091323395145 654368697.0 0.0 0.0 True
567 2024-04-24 00:00:00+08:00 3.430000066757202 3.4700000286102295 3.4100000858306885 3.4600000381469727 3.228973702207831 729376194.0 0.0 0.0 True
568 2024-04-25 00:00:00+08:00 3.4600000381469727 3.509999990463257 3.450000047683716 3.490000009536743 3.2569705570103054 644343023.0 0.0 0.0 True
569 2024-04-26 00:00:00+08:00 3.4800000190734863 3.5199999809265137 3.450000047683716 3.4600000381469727 3.228973702207831 713198136.0 0.0 0.0 True
570 2024-04-29 00:00:00+08:00 3.450000047683716 3.640000104904175 3.430000066757202 3.630000114440918 3.3876227685877423 1247733786.0 0.0 0.0 True
571 2024-04-30 00:00:00+08:00 3.5899999141693115 3.5899999141693115 3.4800000190734863 3.5299999713897705 3.2942996967469376 806256132.0 0.0 0.0 True
572 2024-05-02 00:00:00+08:00 3.5199999809265137 3.5299999713897705 3.450000047683716 3.4800000190734863 3.247638272076147 307857909.0 0.0 0.0 True
573 2024-05-03 00:00:00+08:00 3.5 3.5299999713897705 3.4600000381469727 3.490000009536743 3.2569705570103054 270753531.0 0.0 0.0 True
574 2024-05-06 00:00:00+08:00 3.5 3.549999952316284 3.4800000190734863 3.549999952316284 3.312964266615254 585067520.0 0.0 0.0 True
575 2024-05-07 00:00:00+08:00 3.549999952316284 3.5899999141693115 3.5299999713897705 3.569999933242798 3.3316288364835698 448013942.0 0.0 0.0 True
576 2024-05-08 00:00:00+08:00 3.5799999237060547 3.5999999046325684 3.569999933242798 3.5799999237060547 3.340961121417728 322835013.0 0.0 0.0 True
577 2024-05-09 00:00:00+08:00 3.5899999141693115 3.619999885559082 3.569999933242798 3.619999885559082 3.3782902611543606 383623815.0 0.0 0.0 True
578 2024-05-10 00:00:00+08:00 3.640000104904175 3.75 3.630000114440918 3.740000009536743 3.490277902863481 1040028520.0 0.0 0.0 True
579 2024-05-13 00:00:00+08:00 3.740000009536743 3.75 3.7100000381469727 3.7300000190734863 3.480945617929323 575793709.0 0.0 0.0 True
580 2024-05-14 00:00:00+08:00 3.7300000190734863 3.75 3.680000066757202 3.690000057220459 3.443616478192691 447494401.0 0.0 0.0 True
581 2024-05-16 00:00:00+08:00 3.7100000381469727 3.880000114440918 3.700000047683716 3.869999885559082 3.6115976070075364 1375154217.0 0.0 0.0 True
582 2024-05-17 00:00:00+08:00 3.859999895095825 3.9200000762939453 3.8299999237060547 3.859999895095825 3.6022653220733782 777622826.0 0.0 0.0 True
583 2024-05-20 00:00:00+08:00 3.859999895095825 3.950000047683716 3.8399999141693115 3.9200000762939453 3.6582592541775503 522795089.0 0.0 0.0 True
584 2024-05-21 00:00:00+08:00 3.9100000858306885 3.9800000190734863 3.890000104904175 3.9600000381469727 3.695588393914183 680695215.0 0.0 0.0 True
585 2024-05-22 00:00:00+08:00 3.9800000190734863 3.990000009536743 3.940000057220459 3.9600000381469727 3.695588393914183 467549989.0 0.0 0.0 True
586 2024-05-23 00:00:00+08:00 3.950000047683716 3.950000047683716 3.8399999141693115 3.9100000858306885 3.648926969243392 668061833.0 0.0 0.0 True
587 2024-05-24 00:00:00+08:00 3.9000000953674316 3.940000057220459 3.869999885559082 3.890000104904175 3.630262399375076 294747915.0 0.0 0.0 True
588 2024-05-27 00:00:00+08:00 3.9000000953674316 3.9600000381469727 3.8499999046325684 3.869999885559082 3.6115976070075364 352405886.0 0.0 0.0 True
589 2024-05-28 00:00:00+08:00 3.859999895095825 3.9100000858306885 3.8399999141693115 3.859999895095825 3.6022653220733782 240647343.0 0.0 0.0 True
590 2024-05-29 00:00:00+08:00 3.859999895095825 3.869999885559082 3.759999990463257 3.7799999713897705 3.5276070426001134 413879717.0 0.0 0.0 True
591 2024-05-30 00:00:00+08:00 3.759999990463257 3.799999952316284 3.680000066757202 3.7100000381469727 3.4622810480610067 562069757.0 0.0 0.0 True
592 2024-05-31 00:00:00+08:00 3.7300000190734863 3.799999952316284 3.6700000762939453 3.700000047683716 3.4529487631268485 753107819.0 0.0 0.0 True
593 2024-06-03 00:00:00+08:00 3.740000009536743 3.7699999809265137 3.700000047683716 3.7300000190734863 3.480945617929323 346854698.0 0.0 0.0 True
594 2024-06-04 00:00:00+08:00 3.740000009536743 3.75 3.680000066757202 3.7200000286102295 3.471613332995165 411747747.0 0.0 0.0 True
595 2024-06-05 00:00:00+08:00 3.7300000190734863 3.8299999237060547 3.7100000381469727 3.740000009536743 3.490277902863481 486469244.0 0.0 0.0 True
596 2024-06-06 00:00:00+08:00 3.7699999809265137 3.7899999618530273 3.7300000190734863 3.759999990463257 3.5089424727317975 193636075.0 0.0 0.0 True
597 2024-06-07 00:00:00+08:00 3.759999990463257 3.819999933242798 3.759999990463257 3.7899999618530273 3.5369393275342715 330540027.0 0.0 0.0 True
598 2024-06-11 00:00:00+08:00 3.7799999713897705 3.7799999713897705 3.700000047683716 3.7200000286102295 3.471613332995165 401527502.0 0.0 0.0 True
599 2024-06-12 00:00:00+08:00 3.7100000381469727 3.7200000286102295 3.630000114440918 3.700000047683716 3.4529487631268485 364596682.0 0.0 0.0 True
600 2024-06-13 00:00:00+08:00 3.7300000190734863 3.740000009536743 3.690000057220459 3.7300000190734863 3.480945617929323 188106475.0 0.0 0.0 True
601 2024-06-14 00:00:00+08:00 3.700000047683716 3.7899999618530273 3.680000066757202 3.740000009536743 3.490277902863481 352451703.0 0.0 0.0 True
602 2024-06-17 00:00:00+08:00 3.740000009536743 3.819999933242798 3.690000057220459 3.7799999713897705 3.5276070426001134 286832896.0 0.0 0.0 True
603 2024-06-18 00:00:00+08:00 3.7899999618530273 3.819999933242798 3.7699999809265137 3.799999952316284 3.5462716124684297 305152734.0 0.0 0.0 True
604 2024-06-19 00:00:00+08:00 3.819999933242798 3.940000057220459 3.809999942779541 3.9200000762939453 3.6582592541775503 538298521.0 0.0 0.0 True
605 2024-06-20 00:00:00+08:00 3.9100000858306885 3.9700000286102295 3.8499999046325684 3.890000104904175 3.630262399375076 295524718.0 0.0 0.0 True
606 2024-06-21 00:00:00+08:00 3.8499999046325684 3.869999885559082 3.7799999713897705 3.799999952316284 3.5462716124684297 330663248.0 0.0 0.0 True
607 2024-06-24 00:00:00+08:00 3.7899999618530273 3.8399999141693115 3.7200000286102295 3.8399999141693115 3.583600752205062 269958609.0 0.0 0.0 True
608 2024-06-25 00:00:00+08:00 3.8499999046325684 3.890000104904175 3.809999942779541 3.8399999141693115 3.583600752205062 171820632.0 0.0 0.0 True
609 2024-06-26 00:00:00+08:00 3.809999942779541 3.869999885559082 3.799999952316284 3.819999933242798 3.564936182336746 231583887.0 0.0 0.0 True
610 2024-06-27 00:00:00+08:00 3.819999933242798 3.819999933242798 3.759999990463257 3.799999952316284 3.5462716124684297 224086891.0 0.0 0.0 True
611 2024-06-28 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.7799999713897705 3.8499999046325684 3.59293303713922 232354713.0 0.0 0.0 True
612 2024-07-02 00:00:00+08:00 3.8299999237060547 3.9000000953674316 3.819999933242798 3.859999895095825 3.6022653220733782 222152225.0 0.0 0.0 True
613 2024-07-03 00:00:00+08:00 3.880000114440918 3.890000104904175 3.799999952316284 3.8299999237060547 3.5742684672709037 250927347.0 0.0 0.0 True
614 2024-07-04 00:00:00+08:00 3.8399999141693115 3.890000104904175 3.8299999237060547 3.880000114440918 3.620930114440918 265522051.0 0.0 0.0 True
615 2024-07-05 00:00:00+08:00 0.0 0.0 True
616 2024-07-08 00:00:00+08:00 3.549999952316284 3.549999952316284 3.4700000286102295 3.5 3.5 265945060.0 0.25907 0.0 False
617 2024-07-09 00:00:00+08:00 3.5 3.509999990463257 3.450000047683716 3.4700000286102295 3.4700000286102295 270522343.0 0.0 0.0 False
618 2024-07-10 00:00:00+08:00 3.4600000381469727 3.5199999809265137 3.440000057220459 3.4700000286102295 3.4700000286102295 235756435.0 0.0 0.0 False
619 2024-07-11 00:00:00+08:00 3.5 3.5299999713897705 3.4700000286102295 3.5 3.5 210142299.0 0.0 0.0 False
620 2024-07-12 00:00:00+08:00 3.5199999809265137 3.5899999141693115 3.5199999809265137 3.5899999141693115 3.5899999141693115 277718072.0 0.0 0.0 False
621 2024-07-15 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.5 3.5399999618530273 3.5399999618530273 246570139.0 0.0 0.0 False
622 2024-07-16 00:00:00+08:00 3.5199999809265137 3.549999952316284 3.4600000381469727 3.4800000190734863 3.4800000190734863 224725423.0 0.0 0.0 False
623 2024-07-17 00:00:00+08:00 3.4600000381469727 3.490000009536743 3.4200000762939453 3.440000057220459 3.440000057220459 230012688.0 0.0 0.0 False
624 2024-07-18 00:00:00+08:00 3.430000066757202 3.4800000190734863 3.4200000762939453 3.450000047683716 3.450000047683716 177053249.0 0.0 0.0 False
625 2024-07-19 00:00:00+08:00 3.440000057220459 3.450000047683716 3.359999895095825 3.390000104904175 3.390000104904175 248730067.0 0.0 0.0 False
626 2024-07-22 00:00:00+08:00 3.4000000953674316 3.4200000762939453 3.3399999141693115 3.4200000762939453 3.4200000762939453 235557434.0 0.0 0.0 False
627 2024-07-23 00:00:00+08:00 3.4100000858306885 3.490000009536743 3.4100000858306885 3.4600000381469727 3.4600000381469727 238082828.0 0.0 0.0 False
628 2024-07-24 00:00:00+08:00 3.4700000286102295 3.4800000190734863 3.440000057220459 3.450000047683716 3.450000047683716 219788668.0 0.0 0.0 False
629 2024-07-25 00:00:00+08:00 3.450000047683716 3.5 3.4000000953674316 3.4100000858306885 3.4100000858306885 241398977.0 0.0 0.0 False
630 2024-07-26 00:00:00+08:00 3.4100000858306885 3.4600000381469727 3.369999885559082 3.380000114440918 3.380000114440918 194845949.0 0.0 0.0 False
631 2024-07-29 00:00:00+08:00 3.4000000953674316 3.4600000381469727 3.390000104904175 3.440000057220459 3.440000057220459 250168395.0 0.0 0.0 False
632 2024-07-30 00:00:00+08:00 3.440000057220459 3.450000047683716 3.380000114440918 3.440000057220459 3.440000057220459 324003036.0 0.0 0.0 False
633 2024-07-31 00:00:00+08:00 3.4600000381469727 3.5199999809265137 3.430000066757202 3.4800000190734863 3.4800000190734863 393045558.0 0.0 0.0 False
634 2024-08-01 00:00:00+08:00 3.4800000190734863 3.5 3.4200000762939453 3.430000066757202 3.430000066757202 152256867.0 0.0 0.0 False
635 2024-08-02 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.359999895095825 3.430000066757202 3.430000066757202 186761188.0 0.0 0.0 False
636 2024-08-05 00:00:00+08:00 3.390000104904175 3.390000104904175 3.25 3.309999942779541 3.309999942779541 459591374.0 0.0 0.0 False
637 2024-08-06 00:00:00+08:00 3.319999933242798 3.359999895095825 3.2899999618530273 3.299999952316284 3.299999952316284 198992684.0 0.0 0.0 False
638 2024-08-07 00:00:00+08:00 3.309999942779541 3.359999895095825 3.299999952316284 3.3299999237060547 3.3299999237060547 205752517.0 0.0 0.0 False
639 2024-08-08 00:00:00+08:00 3.319999933242798 3.3499999046325684 3.2899999618530273 3.3399999141693115 3.3399999141693115 162298663.0 0.0 0.0 False
640 2024-08-09 00:00:00+08:00 3.359999895095825 3.4000000953674316 3.3499999046325684 3.359999895095825 3.359999895095825 114701183.0 0.0 0.0 False
641 2024-08-12 00:00:00+08:00 3.369999885559082 3.4100000858306885 3.359999895095825 3.4000000953674316 3.4000000953674316 127140590.0 0.0 0.0 False
642 2024-08-13 00:00:00+08:00 3.4100000858306885 3.450000047683716 3.380000114440918 3.4100000858306885 3.4100000858306885 171017850.0 0.0 0.0 False
643 2024-08-14 00:00:00+08:00 3.430000066757202 3.440000057220459 3.380000114440918 3.4100000858306885 3.4100000858306885 104169265.0 0.0 0.0 False
644 2024-08-15 00:00:00+08:00 3.4000000953674316 3.4600000381469727 3.369999885559082 3.440000057220459 3.440000057220459 207915352.0 0.0 0.0 False
645 2024-08-16 00:00:00+08:00 3.450000047683716 3.5 3.440000057220459 3.490000009536743 3.490000009536743 167189239.0 0.0 0.0 False
646 2024-08-19 00:00:00+08:00 3.5 3.559999942779541 3.490000009536743 3.549999952316284 3.549999952316284 280645193.0 0.0 0.0 False
647 2024-08-20 00:00:00+08:00 3.569999933242798 3.5799999237060547 3.5399999618530273 3.5799999237060547 3.5799999237060547 167862373.0 0.0 0.0 False
648 2024-08-21 00:00:00+08:00 3.559999942779541 3.5799999237060547 3.5 3.5399999618530273 3.5399999618530273 153699946.0 0.0 0.0 False
649 2024-08-22 00:00:00+08:00 3.5399999618530273 3.5799999237060547 3.509999990463257 3.5799999237060547 3.5799999237060547 205812365.0 0.0 0.0 False

View File

@@ -0,0 +1,649 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-03 00:00:00+08:00,2.8299999237060547,2.8399999141693115,2.819999933242798,2.8299999237060547,2.3835816383361816,106906311.0,0.0,0.0
2022-01-04 00:00:00+08:00,2.8399999141693115,2.880000114440918,2.8299999237060547,2.880000114440918,2.425694704055786,303486674.0,0.0,0.0
2022-01-05 00:00:00+08:00,2.869999885559082,2.930000066757202,2.869999885559082,2.9200000762939453,2.4593849182128906,389293479.0,0.0,0.0
2022-01-06 00:00:00+08:00,2.930000066757202,2.930000066757202,2.890000104904175,2.9000000953674316,2.442539930343628,249854012.0,0.0,0.0
2022-01-07 00:00:00+08:00,2.9100000858306885,2.9800000190734863,2.9000000953674316,2.9700000286102295,2.501497507095337,465992708.0,0.0,0.0
2022-01-10 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.950000047683716,2.990000009536743,2.5183424949645996,441935679.0,0.0,0.0
2022-01-11 00:00:00+08:00,2.9700000286102295,3.0,2.9600000381469727,2.990000009536743,2.5183424949645996,284355235.0,0.0,0.0
2022-01-12 00:00:00+08:00,2.990000009536743,3.0,2.9600000381469727,2.990000009536743,2.5183424949645996,260389714.0,0.0,0.0
2022-01-13 00:00:00+08:00,2.990000009536743,3.0199999809265137,2.9800000190734863,3.0199999809265137,2.5436103343963623,263037777.0,0.0,0.0
2022-01-14 00:00:00+08:00,3.009999990463257,3.049999952316284,3.0,3.009999990463257,2.5351877212524414,232236472.0,0.0,0.0
2022-01-17 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9700000286102295,2.9700000286102295,2.501497507095337,212324610.0,0.0,0.0
2022-01-18 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9600000381469727,2.9700000286102295,2.501497507095337,187285081.0,0.0,0.0
2022-01-19 00:00:00+08:00,2.9800000190734863,3.0,2.9700000286102295,3.0,2.5267651081085205,234696577.0,0.0,0.0
2022-01-20 00:00:00+08:00,3.0,3.009999990463257,2.9800000190734863,3.0,2.5267651081085205,227484958.0,0.0,0.0
2022-01-21 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.009999990463257,2.5351877212524414,268210721.0,0.0,0.0
2022-01-24 00:00:00+08:00,3.0,3.049999952316284,2.990000009536743,3.0299999713897705,2.552032709121704,256425047.0,0.0,0.0
2022-01-25 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.0299999713897705,2.552032709121704,275064755.0,0.0,0.0
2022-01-26 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,2.5351877212524414,240479799.0,0.0,0.0
2022-01-27 00:00:00+08:00,3.0,3.0199999809265137,2.990000009536743,3.0199999809265137,2.5436103343963623,194466118.0,0.0,0.0
2022-01-28 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.009999990463257,3.0299999713897705,2.552032709121704,245991689.0,0.0,0.0
2022-01-31 00:00:00+08:00,3.0299999713897705,3.0299999713897705,3.0299999713897705,3.0299999713897705,2.552032709121704,0.0,0.0,0.0
2022-02-04 00:00:00+08:00,3.0399999618530273,3.059999942779541,3.0199999809265137,3.059999942779541,2.577300548553467,295115869.0,0.0,0.0
2022-02-07 00:00:00+08:00,3.059999942779541,3.130000114440918,3.049999952316284,3.109999895095825,2.619413137435913,382255865.0,0.0,0.0
2022-02-08 00:00:00+08:00,3.109999895095825,3.1700000762939453,3.109999895095825,3.140000104904175,2.644680976867676,348978357.0,0.0,0.0
2022-02-09 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.119999885559082,3.1500000953674316,2.6531033515930176,460753344.0,0.0,0.0
2022-02-10 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.180000066757202,2.6783711910247803,319867329.0,0.0,0.0
2022-02-11 00:00:00+08:00,3.180000066757202,3.200000047683716,3.1500000953674316,3.200000047683716,2.695216178894043,418974856.0,0.0,0.0
2022-02-14 00:00:00+08:00,3.200000047683716,3.200000047683716,3.1600000858306885,3.180000066757202,2.6783711910247803,256460955.0,0.0,0.0
2022-02-15 00:00:00+08:00,3.1700000762939453,3.190000057220459,3.059999942779541,3.0899999141693115,2.6025679111480713,585575752.0,0.0,0.0
2022-02-16 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0899999141693115,3.1500000953674316,2.6531033515930176,322426118.0,0.0,0.0
2022-02-17 00:00:00+08:00,3.140000104904175,3.1600000858306885,3.109999895095825,3.130000114440918,2.636258363723755,273522929.0,0.0,0.0
2022-02-18 00:00:00+08:00,3.119999885559082,3.1600000858306885,3.109999895095825,3.1500000953674316,2.6531033515930176,202504701.0,0.0,0.0
2022-02-21 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.109999895095825,3.1600000858306885,2.6615262031555176,216353660.0,0.0,0.0
2022-02-22 00:00:00+08:00,3.140000104904175,3.140000104904175,3.0999999046325684,3.130000114440918,2.636258363723755,262366104.0,0.0,0.0
2022-02-23 00:00:00+08:00,3.130000114440918,3.130000114440918,3.0999999046325684,3.119999885559082,2.627835750579834,139105336.0,0.0,0.0
2022-02-24 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.009999990463257,3.049999952316284,2.568877696990967,456391522.0,0.0,0.0
2022-02-25 00:00:00+08:00,3.009999990463257,3.049999952316284,3.009999990463257,3.0199999809265137,2.5436103343963623,273141197.0,0.0,0.0
2022-02-28 00:00:00+08:00,3.0299999713897705,3.059999942779541,2.9700000286102295,3.0399999618530273,2.560455322265625,456280219.0,0.0,0.0
2022-03-01 00:00:00+08:00,3.0199999809265137,3.049999952316284,2.990000009536743,3.0199999809265137,2.5436103343963623,281043238.0,0.0,0.0
2022-03-02 00:00:00+08:00,3.0,3.0199999809265137,2.9800000190734863,2.9800000190734863,2.509920120239258,244556789.0,0.0,0.0
2022-03-03 00:00:00+08:00,3.0,3.0399999618530273,2.990000009536743,3.0,2.5267651081085205,264861004.0,0.0,0.0
2022-03-04 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,3.009999990463257,2.5351877212524414,226751075.0,0.0,0.0
2022-03-07 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.9200000762939453,2.940000057220459,2.4762299060821533,385294624.0,0.0,0.0
2022-03-08 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.890000104904175,2.9100000858306885,2.4509623050689697,391075753.0,0.0,0.0
2022-03-09 00:00:00+08:00,2.9000000953674316,2.940000057220459,2.8499999046325684,2.890000104904175,2.434117078781128,449404952.0,0.0,0.0
2022-03-10 00:00:00+08:00,2.930000066757202,2.9700000286102295,2.9000000953674316,2.9600000381469727,2.493075132369995,349380718.0,0.0,0.0
2022-03-11 00:00:00+08:00,2.950000047683716,2.990000009536743,2.930000066757202,2.9600000381469727,2.493075132369995,359769490.0,0.0,0.0
2022-03-14 00:00:00+08:00,2.9600000381469727,2.990000009536743,2.9100000858306885,2.950000047683716,2.484652519226074,580285422.0,0.0,0.0
2022-03-15 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.799999952316284,2.859999895095825,2.4088494777679443,831143335.0,0.0,0.0
2022-03-16 00:00:00+08:00,2.890000104904175,2.890000104904175,2.809999942779541,2.869999885559082,2.417271852493286,584034464.0,0.0,0.0
2022-03-17 00:00:00+08:00,2.9200000762939453,2.9800000190734863,2.890000104904175,2.9800000190734863,2.509920120239258,507851140.0,0.0,0.0
2022-03-18 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.950000047683716,2.9700000286102295,2.501497507095337,601308421.0,0.0,0.0
2022-03-21 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.950000047683716,2.9600000381469727,2.493075132369995,288826257.0,0.0,0.0
2022-03-22 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,2.990000009536743,2.5183424949645996,254656273.0,0.0,0.0
2022-03-23 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.0,2.5267651081085205,182926884.0,0.0,0.0
2022-03-24 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9700000286102295,3.009999990463257,2.5351877212524414,182543510.0,0.0,0.0
2022-03-25 00:00:00+08:00,3.0,3.059999942779541,2.990000009536743,3.0299999713897705,2.552032709121704,257130203.0,0.0,0.0
2022-03-28 00:00:00+08:00,3.0299999713897705,3.049999952316284,3.009999990463257,3.0299999713897705,2.552032709121704,237189977.0,0.0,0.0
2022-03-29 00:00:00+08:00,3.0399999618530273,3.049999952316284,3.0199999809265137,3.049999952316284,2.568877696990967,212227770.0,0.0,0.0
2022-03-30 00:00:00+08:00,3.0899999141693115,3.1500000953674316,3.0799999237060547,3.119999885559082,2.627835750579834,450890881.0,0.0,0.0
2022-03-31 00:00:00+08:00,3.119999885559082,3.1700000762939453,3.109999895095825,3.1500000953674316,2.6531033515930176,412175568.0,0.0,0.0
2022-04-01 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.119999885559082,3.1500000953674316,2.6531033515930176,225184946.0,0.0,0.0
2022-04-04 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.130000114440918,3.1500000953674316,2.6531033515930176,230343178.0,0.0,0.0
2022-04-06 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.119999885559082,3.130000114440918,2.636258363723755,386335091.0,0.0,0.0
2022-04-07 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.140000104904175,2.644680976867676,237078727.0,0.0,0.0
2022-04-08 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.119999885559082,3.140000104904175,2.644680976867676,209910921.0,0.0,0.0
2022-04-11 00:00:00+08:00,3.140000104904175,3.140000104904175,3.119999885559082,3.140000104904175,2.644680976867676,232439672.0,0.0,0.0
2022-04-12 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.119999885559082,3.119999885559082,2.627835750579834,219548765.0,0.0,0.0
2022-04-13 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0999999046325684,3.130000114440918,2.636258363723755,187111332.0,0.0,0.0
2022-04-14 00:00:00+08:00,3.130000114440918,3.130000114440918,3.0999999046325684,3.119999885559082,2.627835750579834,220981481.0,0.0,0.0
2022-04-19 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0799999237060547,3.119999885559082,2.627835750579834,353736698.0,0.0,0.0
2022-04-20 00:00:00+08:00,3.119999885559082,3.140000104904175,3.109999895095825,3.140000104904175,2.644680976867676,193328109.0,0.0,0.0
2022-04-21 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.119999885559082,3.130000114440918,2.636258363723755,236352089.0,0.0,0.0
2022-04-22 00:00:00+08:00,3.109999895095825,3.1600000858306885,3.109999895095825,3.140000104904175,2.644680976867676,479300872.0,0.0,0.0
2022-04-25 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0799999237060547,3.0899999141693115,2.6025679111480713,382961775.0,0.0,0.0
2022-04-26 00:00:00+08:00,3.0899999141693115,3.0999999046325684,3.0399999618530273,3.059999942779541,2.577300548553467,419007829.0,0.0,0.0
2022-04-27 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0199999809265137,3.0399999618530273,2.560455322265625,271182106.0,0.0,0.0
2022-04-28 00:00:00+08:00,3.049999952316284,3.119999885559082,3.0399999618530273,3.119999885559082,2.627835750579834,283493983.0,0.0,0.0
2022-04-29 00:00:00+08:00,3.0999999046325684,3.140000104904175,3.059999942779541,3.0999999046325684,2.610990524291992,365522356.0,0.0,0.0
2022-05-03 00:00:00+08:00,3.059999942779541,3.0999999046325684,3.049999952316284,3.0999999046325684,2.610990524291992,182906067.0,0.0,0.0
2022-05-04 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.0999999046325684,2.610990524291992,152928453.0,0.0,0.0
2022-05-05 00:00:00+08:00,3.109999895095825,3.119999885559082,3.059999942779541,3.0799999237060547,2.5941455364227295,192343484.0,0.0,0.0
2022-05-06 00:00:00+08:00,3.059999942779541,3.0799999237060547,3.0299999713897705,3.0399999618530273,2.560455322265625,192659775.0,0.0,0.0
2022-05-10 00:00:00+08:00,3.009999990463257,3.0399999618530273,2.990000009536743,3.0199999809265137,2.5436103343963623,341525127.0,0.0,0.0
2022-05-11 00:00:00+08:00,3.0399999618530273,3.0399999618530273,3.0,3.0299999713897705,2.552032709121704,158882125.0,0.0,0.0
2022-05-12 00:00:00+08:00,3.0299999713897705,3.0399999618530273,2.9700000286102295,2.9800000190734863,2.509920120239258,328902319.0,0.0,0.0
2022-05-13 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.9800000190734863,3.009999990463257,2.5351877212524414,252333078.0,0.0,0.0
2022-05-16 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9800000190734863,2.990000009536743,2.5183424949645996,178933494.0,0.0,0.0
2022-05-17 00:00:00+08:00,3.009999990463257,3.0299999713897705,2.990000009536743,3.009999990463257,2.5351877212524414,181950422.0,0.0,0.0
2022-05-18 00:00:00+08:00,3.0,3.0299999713897705,2.990000009536743,3.009999990463257,2.5351877212524414,197261156.0,0.0,0.0
2022-05-19 00:00:00+08:00,3.0,3.0299999713897705,2.9800000190734863,3.0199999809265137,2.5436103343963623,305951398.0,0.0,0.0
2022-05-20 00:00:00+08:00,3.0399999618530273,3.0799999237060547,3.0299999713897705,3.059999942779541,2.577300548553467,248477454.0,0.0,0.0
2022-05-23 00:00:00+08:00,3.059999942779541,3.119999885559082,3.049999952316284,3.069999933242798,2.5857229232788086,166225925.0,0.0,0.0
2022-05-24 00:00:00+08:00,3.069999933242798,3.0799999237060547,3.049999952316284,3.059999942779541,2.577300548553467,139314832.0,0.0,0.0
2022-05-25 00:00:00+08:00,3.069999933242798,3.0999999046325684,3.059999942779541,3.069999933242798,2.5857229232788086,183834253.0,0.0,0.0
2022-05-26 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.059999942779541,3.0799999237060547,2.5941455364227295,173026219.0,0.0,0.0
2022-05-27 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.619413137435913,228558682.0,0.0,0.0
2022-05-30 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0899999141693115,3.0999999046325684,2.610990524291992,264894404.0,0.0,0.0
2022-05-31 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0899999141693115,3.1500000953674316,2.6531033515930176,459228242.0,0.0,0.0
2022-06-01 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.109999895095825,3.119999885559082,2.627835750579834,236755572.0,0.0,0.0
2022-06-02 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0899999141693115,3.109999895095825,2.619413137435913,154550979.0,0.0,0.0
2022-06-06 00:00:00+08:00,3.0999999046325684,3.130000114440918,3.059999942779541,3.119999885559082,2.627835750579834,260210670.0,0.0,0.0
2022-06-07 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.0999999046325684,2.610990524291992,156719843.0,0.0,0.0
2022-06-08 00:00:00+08:00,3.119999885559082,3.119999885559082,3.0799999237060547,3.0899999141693115,2.6025679111480713,204454918.0,0.0,0.0
2022-06-09 00:00:00+08:00,3.069999933242798,3.0999999046325684,3.069999933242798,3.0799999237060547,2.5941455364227295,146220686.0,0.0,0.0
2022-06-10 00:00:00+08:00,3.0799999237060547,3.0899999141693115,3.069999933242798,3.069999933242798,2.5857229232788086,205511274.0,0.0,0.0
2022-06-13 00:00:00+08:00,3.049999952316284,3.059999942779541,3.0399999618530273,3.049999952316284,2.568877696990967,251672640.0,0.0,0.0
2022-06-14 00:00:00+08:00,3.0399999618530273,3.0799999237060547,3.0299999713897705,3.059999942779541,2.577300548553467,148322050.0,0.0,0.0
2022-06-15 00:00:00+08:00,3.059999942779541,3.0899999141693115,3.049999952316284,3.069999933242798,2.5857229232788086,148614531.0,0.0,0.0
2022-06-16 00:00:00+08:00,3.069999933242798,3.0799999237060547,3.0399999618530273,3.0399999618530273,2.560455322265625,216608913.0,0.0,0.0
2022-06-17 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0299999713897705,3.049999952316284,2.568877696990967,288613123.0,0.0,0.0
2022-06-20 00:00:00+08:00,3.0299999713897705,3.059999942779541,3.0299999713897705,3.059999942779541,2.577300548553467,142010664.0,0.0,0.0
2022-06-21 00:00:00+08:00,3.059999942779541,3.119999885559082,3.059999942779541,3.109999895095825,2.619413137435913,186837223.0,0.0,0.0
2022-06-22 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.059999942779541,3.069999933242798,2.5857229232788086,206938443.0,0.0,0.0
2022-06-23 00:00:00+08:00,3.0799999237060547,3.109999895095825,3.069999933242798,3.0899999141693115,2.6025679111480713,149000313.0,0.0,0.0
2022-06-24 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.069999933242798,3.0899999141693115,2.6025679111480713,142742868.0,0.0,0.0
2022-06-27 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.619413137435913,192953215.0,0.0,0.0
2022-06-28 00:00:00+08:00,3.119999885559082,3.1500000953674316,3.109999895095825,3.1500000953674316,2.6531033515930176,247371533.0,0.0,0.0
2022-06-29 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.130000114440918,3.130000114440918,2.636258363723755,330264254.0,0.0,0.0
2022-06-30 00:00:00+08:00,3.119999885559082,3.1500000953674316,3.119999885559082,3.130000114440918,2.636258363723755,325471714.0,0.0,0.0
2022-07-04 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.1500000953674316,2.6531033515930176,349891887.0,0.0,0.0
2022-07-05 00:00:00+08:00,3.1500000953674316,3.1700000762939453,3.140000104904175,3.1500000953674316,2.6531033515930176,400358856.0,0.0,0.0
2022-07-06 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.0899999141693115,3.109999895095825,2.619413137435913,581879678.0,0.0,0.0
2022-07-07 00:00:00+08:00,2.859999895095825,2.880000114440918,2.8299999237060547,2.880000114440918,2.645975112915039,275014686.0,0.258911,0.0
2022-07-08 00:00:00+08:00,2.890000104904175,2.9000000953674316,2.859999895095825,2.869999885559082,2.6367874145507812,163419369.0,0.0,0.0
2022-07-11 00:00:00+08:00,2.859999895095825,2.869999885559082,2.8299999237060547,2.8399999141693115,2.609225273132324,173468156.0,0.0,0.0
2022-07-12 00:00:00+08:00,2.8399999141693115,2.869999885559082,2.8299999237060547,2.8299999237060547,2.6000378131866455,222607375.0,0.0,0.0
2022-07-13 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.7699999809265137,2.7799999713897705,2.554100751876831,355255318.0,0.0,0.0
2022-07-14 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.7200000286102295,2.7300000190734863,2.5081636905670166,357402650.0,0.0,0.0
2022-07-15 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.680000066757202,2.690000057220459,2.471414089202881,481754599.0,0.0,0.0
2022-07-18 00:00:00+08:00,2.700000047683716,2.7699999809265137,2.700000047683716,2.7699999809265137,2.5449132919311523,212825076.0,0.0,0.0
2022-07-19 00:00:00+08:00,2.75,2.759999990463257,2.7300000190734863,2.75,2.526538610458374,135001841.0,0.0,0.0
2022-07-20 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.7699999809265137,2.5449132919311523,169230497.0,0.0,0.0
2022-07-21 00:00:00+08:00,2.7799999713897705,2.7799999713897705,2.75,2.759999990463257,2.5357258319854736,186100154.0,0.0,0.0
2022-07-22 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.75,2.759999990463257,2.5357258319854736,155287053.0,0.0,0.0
2022-07-25 00:00:00+08:00,2.75,2.7799999713897705,2.75,2.7799999713897705,2.554100751876831,125931662.0,0.0,0.0
2022-07-26 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.7699999809265137,2.7799999713897705,2.554100751876831,216810094.0,0.0,0.0
2022-07-27 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7799999713897705,2.799999952316284,2.5724756717681885,193771598.0,0.0,0.0
2022-07-28 00:00:00+08:00,2.7899999618530273,2.809999942779541,2.7799999713897705,2.799999952316284,2.5724756717681885,141950903.0,0.0,0.0
2022-07-29 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7699999809265137,2.7899999618530273,2.5632882118225098,219473348.0,0.0,0.0
2022-08-01 00:00:00+08:00,2.799999952316284,2.799999952316284,2.75,2.799999952316284,2.5724756717681885,193849609.0,0.0,0.0
2022-08-02 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.7200000286102295,2.740000009536743,2.5173511505126953,305254423.0,0.0,0.0
2022-08-03 00:00:00+08:00,2.740000009536743,2.740000009536743,2.700000047683716,2.7300000190734863,2.5081636905670166,185031586.0,0.0,0.0
2022-08-04 00:00:00+08:00,2.7300000190734863,2.7699999809265137,2.7300000190734863,2.75,2.526538610458374,149666448.0,0.0,0.0
2022-08-05 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.5357258319854736,82464234.0,0.0,0.0
2022-08-08 00:00:00+08:00,2.7699999809265137,2.7899999618530273,2.759999990463257,2.7699999809265137,2.5449132919311523,126225637.0,0.0,0.0
2022-08-09 00:00:00+08:00,2.7699999809265137,2.799999952316284,2.75,2.7699999809265137,2.5449132919311523,133703207.0,0.0,0.0
2022-08-10 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.740000009536743,2.75,2.526538610458374,163630962.0,0.0,0.0
2022-08-11 00:00:00+08:00,2.75,2.7799999713897705,2.740000009536743,2.7799999713897705,2.554100751876831,201114818.0,0.0,0.0
2022-08-12 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.7699999809265137,2.7899999618530273,2.5632882118225098,147891312.0,0.0,0.0
2022-08-15 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7699999809265137,2.7799999713897705,2.554100751876831,93812909.0,0.0,0.0
2022-08-16 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.75,2.759999990463257,2.5357258319854736,124424592.0,0.0,0.0
2022-08-17 00:00:00+08:00,2.7799999713897705,2.7899999618530273,2.759999990463257,2.7699999809265137,2.5449132919311523,115109343.0,0.0,0.0
2022-08-18 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.740000009536743,2.75,2.526538610458374,139841455.0,0.0,0.0
2022-08-19 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7300000190734863,2.75,2.526538610458374,118002522.0,0.0,0.0
2022-08-22 00:00:00+08:00,2.7300000190734863,2.75,2.7300000190734863,2.740000009536743,2.5173511505126953,124178159.0,0.0,0.0
2022-08-23 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.7100000381469727,2.4897890090942383,177066045.0,0.0,0.0
2022-08-24 00:00:00+08:00,2.7100000381469727,2.7200000286102295,2.690000057220459,2.690000057220459,2.471414089202881,241393598.0,0.0,0.0
2022-08-25 00:00:00+08:00,2.700000047683716,2.75,2.690000057220459,2.740000009536743,2.5173511505126953,99729790.0,0.0,0.0
2022-08-26 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7300000190734863,2.740000009536743,2.5173511505126953,130364429.0,0.0,0.0
2022-08-29 00:00:00+08:00,2.7300000190734863,2.75,2.7200000286102295,2.740000009536743,2.5173511505126953,125044922.0,0.0,0.0
2022-08-30 00:00:00+08:00,2.740000009536743,2.75,2.7100000381469727,2.740000009536743,2.5173511505126953,147533846.0,0.0,0.0
2022-08-31 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7100000381469727,2.759999990463257,2.5357258319854736,314863624.0,0.0,0.0
2022-09-01 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7200000286102295,2.75,2.526538610458374,164682026.0,0.0,0.0
2022-09-02 00:00:00+08:00,2.75,2.75,2.7200000286102295,2.7300000190734863,2.5081636905670166,166371407.0,0.0,0.0
2022-09-05 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.700000047683716,2.7200000286102295,2.498976230621338,249953442.0,0.0,0.0
2022-09-06 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.690000057220459,2.700000047683716,2.4806015491485596,217320741.0,0.0,0.0
2022-09-07 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.690000057220459,2.7100000381469727,2.4897890090942383,205789777.0,0.0,0.0
2022-09-08 00:00:00+08:00,2.700000047683716,2.7100000381469727,2.690000057220459,2.700000047683716,2.4806015491485596,123187888.0,0.0,0.0
2022-09-09 00:00:00+08:00,2.700000047683716,2.740000009536743,2.690000057220459,2.7300000190734863,2.5081636905670166,147224662.0,0.0,0.0
2022-09-13 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.7200000286102295,2.498976230621338,138718166.0,0.0,0.0
2022-09-14 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.690000057220459,2.690000057220459,2.471414089202881,140970566.0,0.0,0.0
2022-09-15 00:00:00+08:00,2.690000057220459,2.700000047683716,2.680000066757202,2.680000066757202,2.462226629257202,247818632.0,0.0,0.0
2022-09-16 00:00:00+08:00,2.680000066757202,2.690000057220459,2.6700000762939453,2.680000066757202,2.462226629257202,304764099.0,0.0,0.0
2022-09-19 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6700000762939453,2.680000066757202,2.462226629257202,140036791.0,0.0,0.0
2022-09-20 00:00:00+08:00,2.680000066757202,2.700000047683716,2.680000066757202,2.690000057220459,2.471414089202881,98770091.0,0.0,0.0
2022-09-21 00:00:00+08:00,2.690000057220459,2.700000047683716,2.680000066757202,2.680000066757202,2.462226629257202,130082977.0,0.0,0.0
2022-09-22 00:00:00+08:00,2.6700000762939453,2.680000066757202,2.6600000858306885,2.6700000762939453,2.4530394077301025,142686715.0,0.0,0.0
2022-09-23 00:00:00+08:00,2.6700000762939453,2.690000057220459,2.6600000858306885,2.680000066757202,2.462226629257202,105819396.0,0.0,0.0
2022-09-26 00:00:00+08:00,2.680000066757202,2.680000066757202,2.6500000953674316,2.6500000953674316,2.434664487838745,226240851.0,0.0,0.0
2022-09-27 00:00:00+08:00,2.6600000858306885,2.6700000762939453,2.619999885559082,2.619999885559082,2.407102108001709,205606570.0,0.0,0.0
2022-09-28 00:00:00+08:00,2.619999885559082,2.619999885559082,2.549999952316284,2.549999952316284,2.342790126800537,418801380.0,0.0,0.0
2022-09-29 00:00:00+08:00,2.549999952316284,2.5999999046325684,2.5199999809265137,2.5399999618530273,2.3336029052734375,238025719.0,0.0,0.0
2022-09-30 00:00:00+08:00,2.549999952316284,2.5899999141693115,2.5299999713897705,2.569999933242798,2.3611650466918945,220718380.0,0.0,0.0
2022-10-03 00:00:00+08:00,2.559999942779541,2.5899999141693115,2.5199999809265137,2.549999952316284,2.342790126800537,108098460.0,0.0,0.0
2022-10-05 00:00:00+08:00,2.5799999237060547,2.6600000858306885,2.569999933242798,2.640000104904175,2.4254770278930664,247493824.0,0.0,0.0
2022-10-06 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.630000114440918,2.630000114440918,2.4162895679473877,106084251.0,0.0,0.0
2022-10-07 00:00:00+08:00,2.630000114440918,2.6500000953674316,2.609999895095825,2.619999885559082,2.407102108001709,90956225.0,0.0,0.0
2022-10-10 00:00:00+08:00,2.5999999046325684,2.619999885559082,2.5799999237060547,2.5999999046325684,2.3887271881103516,120707315.0,0.0,0.0
2022-10-11 00:00:00+08:00,2.609999895095825,2.619999885559082,2.559999942779541,2.569999933242798,2.3611650466918945,151039396.0,0.0,0.0
2022-10-12 00:00:00+08:00,2.569999933242798,2.5899999141693115,2.559999942779541,2.569999933242798,2.3611650466918945,201498949.0,0.0,0.0
2022-10-13 00:00:00+08:00,2.5799999237060547,2.5899999141693115,2.549999952316284,2.549999952316284,2.342790126800537,132954567.0,0.0,0.0
2022-10-14 00:00:00+08:00,2.5799999237060547,2.609999895095825,2.549999952316284,2.559999942779541,2.351977586746216,170921690.0,0.0,0.0
2022-10-17 00:00:00+08:00,2.569999933242798,2.609999895095825,2.559999942779541,2.5999999046325684,2.3887271881103516,168001125.0,0.0,0.0
2022-10-18 00:00:00+08:00,2.619999885559082,2.630000114440918,2.5799999237060547,2.609999895095825,2.3979146480560303,183460890.0,0.0,0.0
2022-10-19 00:00:00+08:00,2.609999895095825,2.630000114440918,2.5999999046325684,2.5999999046325684,2.3887271881103516,122517162.0,0.0,0.0
2022-10-20 00:00:00+08:00,2.5899999141693115,2.640000104904175,2.5799999237060547,2.630000114440918,2.4162895679473877,241048802.0,0.0,0.0
2022-10-21 00:00:00+08:00,2.640000104904175,2.6700000762939453,2.619999885559082,2.6500000953674316,2.434664487838745,224324881.0,0.0,0.0
2022-10-24 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.5799999237060547,2.609999895095825,2.3979146480560303,341025177.0,0.0,0.0
2022-10-25 00:00:00+08:00,2.609999895095825,2.630000114440918,2.5899999141693115,2.630000114440918,2.4162895679473877,332087021.0,0.0,0.0
2022-10-26 00:00:00+08:00,2.630000114440918,2.640000104904175,2.5899999141693115,2.5999999046325684,2.3887271881103516,187390146.0,0.0,0.0
2022-10-27 00:00:00+08:00,2.619999885559082,2.630000114440918,2.5799999237060547,2.5999999046325684,2.3887271881103516,212577900.0,0.0,0.0
2022-10-28 00:00:00+08:00,2.609999895095825,2.619999885559082,2.5799999237060547,2.5999999046325684,2.3887271881103516,196605072.0,0.0,0.0
2022-10-31 00:00:00+08:00,2.609999895095825,2.619999885559082,2.5299999713897705,2.5299999713897705,2.324415445327759,301629466.0,0.0,0.0
2022-11-01 00:00:00+08:00,2.549999952316284,2.559999942779541,2.509999990463257,2.549999952316284,2.342790126800537,293764629.0,0.0,0.0
2022-11-02 00:00:00+08:00,2.5399999618530273,2.569999933242798,2.509999990463257,2.549999952316284,2.342790126800537,177808744.0,0.0,0.0
2022-11-03 00:00:00+08:00,2.5199999809265137,2.559999942779541,2.509999990463257,2.5199999809265137,2.31522798538208,173620357.0,0.0,0.0
2022-11-04 00:00:00+08:00,2.5199999809265137,2.5999999046325684,2.509999990463257,2.5799999237060547,2.3703525066375732,286736115.0,0.0,0.0
2022-11-07 00:00:00+08:00,2.569999933242798,2.640000104904175,2.569999933242798,2.619999885559082,2.407102108001709,250003832.0,0.0,0.0
2022-11-08 00:00:00+08:00,2.619999885559082,2.6500000953674316,2.609999895095825,2.630000114440918,2.4162895679473877,137556949.0,0.0,0.0
2022-11-09 00:00:00+08:00,2.640000104904175,2.6700000762939453,2.630000114440918,2.640000104904175,2.4254770278930664,200638853.0,0.0,0.0
2022-11-10 00:00:00+08:00,2.640000104904175,2.640000104904175,2.5799999237060547,2.609999895095825,2.3979146480560303,145100597.0,0.0,0.0
2022-11-11 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.630000114440918,2.6700000762939453,2.4530394077301025,381371176.0,0.0,0.0
2022-11-14 00:00:00+08:00,2.700000047683716,2.700000047683716,2.630000114440918,2.6500000953674316,2.434664487838745,354932990.0,0.0,0.0
2022-11-15 00:00:00+08:00,2.6600000858306885,2.7100000381469727,2.6500000953674316,2.690000057220459,2.471414089202881,291790723.0,0.0,0.0
2022-11-16 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6600000858306885,2.6600000858306885,2.443851947784424,186766362.0,0.0,0.0
2022-11-17 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.640000104904175,2.6600000858306885,2.443851947784424,179443572.0,0.0,0.0
2022-11-18 00:00:00+08:00,2.6500000953674316,2.6600000858306885,2.619999885559082,2.619999885559082,2.407102108001709,154145900.0,0.0,0.0
2022-11-21 00:00:00+08:00,2.619999885559082,2.6600000858306885,2.609999895095825,2.630000114440918,2.4162895679473877,235091636.0,0.0,0.0
2022-11-22 00:00:00+08:00,2.6500000953674316,2.680000066757202,2.630000114440918,2.680000066757202,2.462226629257202,252390695.0,0.0,0.0
2022-11-23 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6600000858306885,2.680000066757202,2.462226629257202,182421747.0,0.0,0.0
2022-11-24 00:00:00+08:00,2.690000057220459,2.7100000381469727,2.680000066757202,2.700000047683716,2.4806015491485596,149761562.0,0.0,0.0
2022-11-25 00:00:00+08:00,2.7200000286102295,2.759999990463257,2.690000057220459,2.740000009536743,2.5173511505126953,254632913.0,0.0,0.0
2022-11-28 00:00:00+08:00,2.7300000190734863,2.7300000190734863,2.6500000953674316,2.690000057220459,2.471414089202881,161785261.0,0.0,0.0
2022-11-29 00:00:00+08:00,2.700000047683716,2.759999990463257,2.690000057220459,2.759999990463257,2.5357258319854736,346581294.0,0.0,0.0
2022-11-30 00:00:00+08:00,2.740000009536743,2.7699999809265137,2.7100000381469727,2.7699999809265137,2.5449132919311523,432080694.0,0.0,0.0
2022-12-01 00:00:00+08:00,2.7799999713897705,2.7799999713897705,2.7300000190734863,2.7300000190734863,2.5081636905670166,217546736.0,0.0,0.0
2022-12-02 00:00:00+08:00,2.740000009536743,2.740000009536743,2.700000047683716,2.700000047683716,2.4806015491485596,230276247.0,0.0,0.0
2022-12-05 00:00:00+08:00,2.7300000190734863,2.740000009536743,2.7100000381469727,2.7100000381469727,2.4897890090942383,326974686.0,0.0,0.0
2022-12-06 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.700000047683716,2.7100000381469727,2.4897890090942383,220701897.0,0.0,0.0
2022-12-07 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.6700000762939453,2.6700000762939453,2.4530394077301025,398444399.0,0.0,0.0
2022-12-08 00:00:00+08:00,2.690000057220459,2.7100000381469727,2.690000057220459,2.7100000381469727,2.4897890090942383,166611951.0,0.0,0.0
2022-12-09 00:00:00+08:00,2.7100000381469727,2.75,2.7100000381469727,2.75,2.526538610458374,217686647.0,0.0,0.0
2022-12-12 00:00:00+08:00,2.75,2.75,2.7100000381469727,2.7300000190734863,2.5081636905670166,197998512.0,0.0,0.0
2022-12-13 00:00:00+08:00,2.7300000190734863,2.75,2.7200000286102295,2.7300000190734863,2.5081636905670166,198361151.0,0.0,0.0
2022-12-14 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.75,2.526538610458374,180466517.0,0.0,0.0
2022-12-15 00:00:00+08:00,2.75,2.759999990463257,2.7300000190734863,2.759999990463257,2.5357258319854736,123892446.0,0.0,0.0
2022-12-16 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.75,2.759999990463257,2.5357258319854736,291484353.0,0.0,0.0
2022-12-19 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.740000009536743,2.759999990463257,2.5357258319854736,177450617.0,0.0,0.0
2022-12-20 00:00:00+08:00,2.759999990463257,2.759999990463257,2.7300000190734863,2.75,2.526538610458374,180566751.0,0.0,0.0
2022-12-21 00:00:00+08:00,2.75,2.7699999809265137,2.740000009536743,2.759999990463257,2.5357258319854736,115535826.0,0.0,0.0
2022-12-22 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7699999809265137,2.799999952316284,2.5724756717681885,196411837.0,0.0,0.0
2022-12-23 00:00:00+08:00,2.799999952316284,2.799999952316284,2.7699999809265137,2.7799999713897705,2.554100751876831,104303170.0,0.0,0.0
2022-12-28 00:00:00+08:00,2.799999952316284,2.869999885559082,2.7899999618530273,2.8399999141693115,2.609225273132324,345503668.0,0.0,0.0
2022-12-29 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.809999942779541,2.8399999141693115,2.609225273132324,229732726.0,0.0,0.0
2022-12-30 00:00:00+08:00,2.859999895095825,2.869999885559082,2.8399999141693115,2.8399999141693115,2.609225273132324,178067459.0,0.0,0.0
2023-01-03 00:00:00+08:00,2.8299999237060547,2.880000114440918,2.7899999618530273,2.859999895095825,2.6275999546051025,190823528.0,0.0,0.0
2023-01-04 00:00:00+08:00,2.880000114440918,2.9100000858306885,2.869999885559082,2.9100000858306885,2.673537254333496,228572448.0,0.0,0.0
2023-01-05 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.880000114440918,2.880000114440918,2.645975112915039,255214611.0,0.0,0.0
2023-01-06 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.869999885559082,2.9000000953674316,2.6643497943878174,245642286.0,0.0,0.0
2023-01-09 00:00:00+08:00,2.9100000858306885,2.930000066757202,2.890000104904175,2.9100000858306885,2.673537254333496,210901123.0,0.0,0.0
2023-01-10 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.890000104904175,2.9000000953674316,2.6643497943878174,169340104.0,0.0,0.0
2023-01-11 00:00:00+08:00,2.9100000858306885,2.940000057220459,2.9000000953674316,2.9200000762939453,2.682724714279175,251759513.0,0.0,0.0
2023-01-12 00:00:00+08:00,2.940000057220459,2.950000047683716,2.9200000762939453,2.940000057220459,2.701099395751953,198273613.0,0.0,0.0
2023-01-13 00:00:00+08:00,2.950000047683716,2.9700000286102295,2.930000066757202,2.9600000381469727,2.7194743156433105,170564472.0,0.0,0.0
2023-01-16 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9800000190734863,2.737848997116089,139812936.0,0.0,0.0
2023-01-17 00:00:00+08:00,2.9800000190734863,2.9800000190734863,2.950000047683716,2.9700000286102295,2.72866153717041,176550661.0,0.0,0.0
2023-01-18 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9600000381469727,2.7194743156433105,178542026.0,0.0,0.0
2023-01-19 00:00:00+08:00,2.9600000381469727,2.9600000381469727,2.930000066757202,2.9600000381469727,2.7194743156433105,185924992.0,0.0,0.0
2023-01-20 00:00:00+08:00,2.9600000381469727,3.0,2.950000047683716,2.990000009536743,2.7470364570617676,174579806.0,0.0,0.0
2023-01-26 00:00:00+08:00,3.0,3.0299999713897705,3.0,3.0299999713897705,2.7837860584259033,183604593.0,0.0,0.0
2023-01-27 00:00:00+08:00,3.0299999713897705,3.059999942779541,3.0199999809265137,3.059999942779541,2.8113481998443604,222572281.0,0.0,0.0
2023-01-30 00:00:00+08:00,3.059999942779541,3.059999942779541,3.0,3.009999990463257,2.765411376953125,334355795.0,0.0,0.0
2023-01-31 00:00:00+08:00,3.0199999809265137,3.0299999713897705,2.9800000190734863,2.990000009536743,2.7470364570617676,298519480.0,0.0,0.0
2023-02-01 00:00:00+08:00,2.990000009536743,3.009999990463257,2.9800000190734863,3.0,2.7562239170074463,169444911.0,0.0,0.0
2023-02-02 00:00:00+08:00,3.0199999809265137,3.0199999809265137,2.9800000190734863,2.990000009536743,2.7470364570617676,135551645.0,0.0,0.0
2023-02-03 00:00:00+08:00,3.0,3.0,2.950000047683716,2.9800000190734863,2.737848997116089,220621955.0,0.0,0.0
2023-02-06 00:00:00+08:00,2.9700000286102295,2.9700000286102295,2.930000066757202,2.940000057220459,2.701099395751953,240244599.0,0.0,0.0
2023-02-07 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.940000057220459,2.9600000381469727,2.7194743156433105,171599472.0,0.0,0.0
2023-02-08 00:00:00+08:00,2.950000047683716,2.990000009536743,2.950000047683716,2.9700000286102295,2.72866153717041,101790984.0,0.0,0.0
2023-02-09 00:00:00+08:00,2.9600000381469727,2.990000009536743,2.950000047683716,2.9800000190734863,2.737848997116089,163391718.0,0.0,0.0
2023-02-10 00:00:00+08:00,2.9700000286102295,2.990000009536743,2.950000047683716,2.950000047683716,2.710286855697632,122058391.0,0.0,0.0
2023-02-13 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.930000066757202,2.940000057220459,2.701099395751953,155518503.0,0.0,0.0
2023-02-14 00:00:00+08:00,2.9600000381469727,2.9600000381469727,2.940000057220459,2.940000057220459,2.701099395751953,104647894.0,0.0,0.0
2023-02-15 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9100000858306885,2.930000066757202,2.6919119358062744,239423279.0,0.0,0.0
2023-02-16 00:00:00+08:00,2.930000066757202,2.940000057220459,2.9200000762939453,2.930000066757202,2.6919119358062744,152423999.0,0.0,0.0
2023-02-17 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9200000762939453,2.930000066757202,2.6919119358062744,116724325.0,0.0,0.0
2023-02-20 00:00:00+08:00,2.930000066757202,2.9600000381469727,2.9200000762939453,2.950000047683716,2.710286855697632,139479932.0,0.0,0.0
2023-02-21 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.940000057220459,2.950000047683716,2.710286855697632,92086005.0,0.0,0.0
2023-02-22 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.930000066757202,2.930000066757202,2.6919119358062744,103240749.0,0.0,0.0
2023-02-23 00:00:00+08:00,2.930000066757202,2.950000047683716,2.930000066757202,2.930000066757202,2.6919119358062744,106157006.0,0.0,0.0
2023-02-24 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.9100000858306885,2.9100000858306885,2.673537254333496,156275061.0,0.0,0.0
2023-02-27 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.9000000953674316,2.9000000953674316,2.6643497943878174,176386277.0,0.0,0.0
2023-02-28 00:00:00+08:00,2.9100000858306885,2.930000066757202,2.880000114440918,2.880000114440918,2.645975112915039,242266079.0,0.0,0.0
2023-03-01 00:00:00+08:00,2.880000114440918,2.9600000381469727,2.880000114440918,2.940000057220459,2.701099395751953,230175356.0,0.0,0.0
2023-03-02 00:00:00+08:00,2.950000047683716,2.9700000286102295,2.9200000762939453,2.9700000286102295,2.72866153717041,156721409.0,0.0,0.0
2023-03-03 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9600000381469727,2.990000009536743,2.7470364570617676,156464183.0,0.0,0.0
2023-03-06 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.9600000381469727,3.0,2.7562239170074463,236911516.0,0.0,0.0
2023-03-07 00:00:00+08:00,3.009999990463257,3.069999933242798,2.990000009536743,3.009999990463257,2.765411376953125,331207423.0,0.0,0.0
2023-03-08 00:00:00+08:00,2.990000009536743,2.990000009536743,2.9600000381469727,2.9800000190734863,2.737848997116089,169488603.0,0.0,0.0
2023-03-09 00:00:00+08:00,2.9800000190734863,3.009999990463257,2.950000047683716,2.9600000381469727,2.7194743156433105,226434889.0,0.0,0.0
2023-03-10 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9100000858306885,2.9200000762939453,2.682724714279175,324419293.0,0.0,0.0
2023-03-13 00:00:00+08:00,2.9100000858306885,2.9700000286102295,2.9100000858306885,2.9600000381469727,2.7194743156433105,283001042.0,0.0,0.0
2023-03-14 00:00:00+08:00,2.940000057220459,2.9700000286102295,2.9000000953674316,2.9200000762939453,2.682724714279175,276165334.0,0.0,0.0
2023-03-15 00:00:00+08:00,2.940000057220459,3.0,2.940000057220459,2.9800000190734863,2.737848997116089,306019717.0,0.0,0.0
2023-03-16 00:00:00+08:00,2.9700000286102295,3.0199999809265137,2.9700000286102295,3.0,2.7562239170074463,337246665.0,0.0,0.0
2023-03-17 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.009999990463257,2.765411376953125,474192271.0,0.0,0.0
2023-03-20 00:00:00+08:00,3.009999990463257,3.0399999618530273,2.9800000190734863,3.009999990463257,2.765411376953125,302517593.0,0.0,0.0
2023-03-21 00:00:00+08:00,3.0199999809265137,3.0299999713897705,2.9700000286102295,2.990000009536743,2.7470364570617676,190990791.0,0.0,0.0
2023-03-22 00:00:00+08:00,2.9800000190734863,3.049999952316284,2.9800000190734863,3.0199999809265137,2.7745985984802246,327361985.0,0.0,0.0
2023-03-23 00:00:00+08:00,3.0199999809265137,3.049999952316284,3.009999990463257,3.0399999618530273,2.792973518371582,179540267.0,0.0,0.0
2023-03-24 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.0,3.009999990463257,2.765411376953125,185863751.0,0.0,0.0
2023-03-27 00:00:00+08:00,3.0,3.009999990463257,2.9800000190734863,2.9800000190734863,2.737848997116089,165526114.0,0.0,0.0
2023-03-28 00:00:00+08:00,3.0,3.0299999713897705,2.9800000190734863,3.009999990463257,2.765411376953125,114694384.0,0.0,0.0
2023-03-29 00:00:00+08:00,3.0299999713897705,3.049999952316284,3.009999990463257,3.0399999618530273,2.792973518371582,294188064.0,0.0,0.0
2023-03-30 00:00:00+08:00,3.0299999713897705,3.049999952316284,2.990000009536743,3.0199999809265137,2.7745985984802246,205570289.0,0.0,0.0
2023-03-31 00:00:00+08:00,3.0399999618530273,3.059999942779541,3.009999990463257,3.009999990463257,2.765411376953125,369847410.0,0.0,0.0
2023-04-03 00:00:00+08:00,3.009999990463257,3.0399999618530273,3.0,3.009999990463257,2.765411376953125,184514772.0,0.0,0.0
2023-04-04 00:00:00+08:00,3.0299999713897705,3.0399999618530273,3.009999990463257,3.0299999713897705,2.7837860584259033,205287968.0,0.0,0.0
2023-04-06 00:00:00+08:00,3.0399999618530273,3.049999952316284,3.0299999713897705,3.0299999713897705,2.7837860584259033,148703289.0,0.0,0.0
2023-04-11 00:00:00+08:00,3.059999942779541,3.069999933242798,3.0399999618530273,3.069999933242798,2.820535659790039,228834937.0,0.0,0.0
2023-04-12 00:00:00+08:00,3.069999933242798,3.0899999141693115,3.059999942779541,3.0899999141693115,2.8389105796813965,195869097.0,0.0,0.0
2023-04-13 00:00:00+08:00,3.0799999237060547,3.0999999046325684,3.059999942779541,3.0999999046325684,2.848097801208496,196477650.0,0.0,0.0
2023-04-14 00:00:00+08:00,3.0999999046325684,3.119999885559082,3.0799999237060547,3.109999895095825,2.857285261154175,165646703.0,0.0,0.0
2023-04-17 00:00:00+08:00,3.109999895095825,3.1700000762939453,3.0899999141693115,3.1500000953674316,2.8940351009368896,318579375.0,0.0,0.0
2023-04-18 00:00:00+08:00,3.190000057220459,3.190000057220459,3.1500000953674316,3.1600000858306885,2.9032225608825684,226417979.0,0.0,0.0
2023-04-19 00:00:00+08:00,3.1600000858306885,3.1600000858306885,3.119999885559082,3.140000104904175,2.884847640991211,188611472.0,0.0,0.0
2023-04-20 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.119999885559082,3.140000104904175,2.884847640991211,156796304.0,0.0,0.0
2023-04-21 00:00:00+08:00,3.1500000953674316,3.180000066757202,3.109999895095825,3.130000114440918,2.8756604194641113,216903043.0,0.0,0.0
2023-04-24 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.0999999046325684,3.119999885559082,2.8664727210998535,168090850.0,0.0,0.0
2023-04-25 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.140000104904175,2.884847640991211,189568006.0,0.0,0.0
2023-04-26 00:00:00+08:00,3.140000104904175,3.140000104904175,3.0899999141693115,3.130000114440918,2.8756604194641113,164172101.0,0.0,0.0
2023-04-27 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.0999999046325684,3.140000104904175,2.884847640991211,226941096.0,0.0,0.0
2023-04-28 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.130000114440918,3.130000114440918,2.8756604194641113,254250074.0,0.0,0.0
2023-05-02 00:00:00+08:00,3.1600000858306885,3.1700000762939453,3.130000114440918,3.1500000953674316,2.8940351009368896,208212711.0,0.0,0.0
2023-05-03 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0899999141693115,3.109999895095825,2.857285261154175,142387753.0,0.0,0.0
2023-05-04 00:00:00+08:00,3.0999999046325684,3.240000009536743,3.0999999046325684,3.240000009536743,2.97672176361084,597317083.0,0.0,0.0
2023-05-05 00:00:00+08:00,3.2300000190734863,3.319999933242798,3.2200000286102295,3.2699999809265137,3.004283905029297,651994723.0,0.0,0.0
2023-05-08 00:00:00+08:00,3.2699999809265137,3.4200000762939453,3.259999990463257,3.4200000762939453,3.1420953273773193,996795816.0,0.0,0.0
2023-05-09 00:00:00+08:00,3.4200000762939453,3.450000047683716,3.319999933242798,3.369999885559082,3.096158027648926,746342767.0,0.0,0.0
2023-05-10 00:00:00+08:00,3.380000114440918,3.380000114440918,3.259999990463257,3.2699999809265137,3.004283905029297,412287784.0,0.0,0.0
2023-05-11 00:00:00+08:00,3.2799999713897705,3.3299999237060547,3.25,3.2699999809265137,3.004283905029297,366507410.0,0.0,0.0
2023-05-12 00:00:00+08:00,3.2699999809265137,3.2699999809265137,3.190000057220459,3.2100000381469727,2.949159622192383,289863825.0,0.0,0.0
2023-05-15 00:00:00+08:00,3.200000047683716,3.2799999713897705,3.1700000762939453,3.2799999713897705,3.0134713649749756,385499418.0,0.0,0.0
2023-05-16 00:00:00+08:00,3.2799999713897705,3.309999942779541,3.2300000190734863,3.2699999809265137,3.004283905029297,198717103.0,0.0,0.0
2023-05-17 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2100000381469727,3.2200000286102295,2.9583470821380615,282628223.0,0.0,0.0
2023-05-18 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2200000286102295,3.2899999618530273,3.0226588249206543,266644759.0,0.0,0.0
2023-05-19 00:00:00+08:00,3.2799999713897705,3.2899999618530273,3.2300000190734863,3.25,2.9859092235565186,177453684.0,0.0,0.0
2023-05-22 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2100000381469727,3.2699999809265137,3.004283905029297,189171807.0,0.0,0.0
2023-05-23 00:00:00+08:00,3.2799999713897705,3.2899999618530273,3.200000047683716,3.2100000381469727,2.949159622192383,249347200.0,0.0,0.0
2023-05-24 00:00:00+08:00,3.2100000381469727,3.2100000381469727,3.140000104904175,3.1700000762939453,2.912410020828247,321968120.0,0.0,0.0
2023-05-25 00:00:00+08:00,3.130000114440918,3.1500000953674316,3.109999895095825,3.109999895095825,2.857285261154175,278065767.0,0.0,0.0
2023-05-29 00:00:00+08:00,3.109999895095825,3.1600000858306885,3.109999895095825,3.140000104904175,2.884847640991211,207310653.0,0.0,0.0
2023-05-30 00:00:00+08:00,3.140000104904175,3.1600000858306885,3.0999999046325684,3.119999885559082,2.8664727210998535,270017518.0,0.0,0.0
2023-05-31 00:00:00+08:00,3.130000114440918,3.130000114440918,3.049999952316284,3.069999933242798,2.820535659790039,509625678.0,0.0,0.0
2023-06-01 00:00:00+08:00,3.049999952316284,3.0899999141693115,3.049999952316284,3.049999952316284,2.8021609783172607,249556460.0,0.0,0.0
2023-06-02 00:00:00+08:00,3.059999942779541,3.119999885559082,3.059999942779541,3.0999999046325684,2.848097801208496,362267865.0,0.0,0.0
2023-06-05 00:00:00+08:00,3.109999895095825,3.130000114440918,3.0799999237060547,3.119999885559082,2.8664727210998535,212474160.0,0.0,0.0
2023-06-06 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.0999999046325684,3.130000114440918,2.8756604194641113,250221201.0,0.0,0.0
2023-06-07 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.119999885559082,3.1600000858306885,2.9032225608825684,304143061.0,0.0,0.0
2023-06-08 00:00:00+08:00,3.1700000762939453,3.200000047683716,3.140000104904175,3.1700000762939453,2.912410020828247,271855636.0,0.0,0.0
2023-06-09 00:00:00+08:00,3.180000066757202,3.190000057220459,3.1600000858306885,3.190000057220459,2.9307847023010254,249792693.0,0.0,0.0
2023-06-12 00:00:00+08:00,3.180000066757202,3.180000066757202,3.1500000953674316,3.1600000858306885,2.9032225608825684,153195292.0,0.0,0.0
2023-06-13 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.1600000858306885,2.9032225608825684,206803734.0,0.0,0.0
2023-06-14 00:00:00+08:00,3.1500000953674316,3.1500000953674316,3.0899999141693115,3.109999895095825,2.857285261154175,257722285.0,0.0,0.0
2023-06-15 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0999999046325684,3.140000104904175,2.884847640991211,180409202.0,0.0,0.0
2023-06-16 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.130000114440918,3.140000104904175,2.884847640991211,273436111.0,0.0,0.0
2023-06-19 00:00:00+08:00,3.1600000858306885,3.1700000762939453,3.130000114440918,3.1500000953674316,2.8940351009368896,152642792.0,0.0,0.0
2023-06-20 00:00:00+08:00,3.130000114440918,3.1700000762939453,3.130000114440918,3.1500000953674316,2.8940351009368896,142012501.0,0.0,0.0
2023-06-21 00:00:00+08:00,3.140000104904175,3.1500000953674316,3.130000114440918,3.130000114440918,2.8756604194641113,100637132.0,0.0,0.0
2023-06-23 00:00:00+08:00,3.130000114440918,3.140000104904175,3.0999999046325684,3.109999895095825,2.857285261154175,158194880.0,0.0,0.0
2023-06-26 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0999999046325684,3.109999895095825,2.857285261154175,246729485.0,0.0,0.0
2023-06-27 00:00:00+08:00,3.109999895095825,3.180000066757202,3.109999895095825,3.1500000953674316,2.8940351009368896,249031295.0,0.0,0.0
2023-06-28 00:00:00+08:00,3.1700000762939453,3.180000066757202,3.1500000953674316,3.1600000858306885,2.9032225608825684,227680692.0,0.0,0.0
2023-06-29 00:00:00+08:00,3.1600000858306885,3.180000066757202,3.130000114440918,3.130000114440918,2.8756604194641113,160480988.0,0.0,0.0
2023-06-30 00:00:00+08:00,3.140000104904175,3.1700000762939453,3.140000104904175,3.140000104904175,2.884847640991211,172685962.0,0.0,0.0
2023-07-03 00:00:00+08:00,3.1500000953674316,3.200000047683716,3.1500000953674316,3.190000057220459,2.9307847023010254,347007606.0,0.0,0.0
2023-07-04 00:00:00+08:00,3.180000066757202,3.200000047683716,3.140000104904175,3.1600000858306885,2.9032225608825684,365739100.0,0.0,0.0
2023-07-05 00:00:00+08:00,3.1600000858306885,3.1600000858306885,3.0999999046325684,3.0999999046325684,2.848097801208496,478204451.0,0.0,0.0
2023-07-06 00:00:00+08:00,2.869999885559082,2.880000114440918,2.7699999809265137,2.7799999713897705,2.7799999713897705,572683914.0,0.251902,0.0
2023-07-07 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.759999990463257,277698895.0,0.0,0.0
2023-07-10 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.7300000190734863,2.75,2.75,251196901.0,0.0,0.0
2023-07-11 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.740000009536743,2.740000009536743,205968561.0,0.0,0.0
2023-07-12 00:00:00+08:00,2.75,2.7699999809265137,2.740000009536743,2.740000009536743,2.740000009536743,223511497.0,0.0,0.0
2023-07-13 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.75,2.759999990463257,2.759999990463257,287941953.0,0.0,0.0
2023-07-14 00:00:00+08:00,2.7699999809265137,2.809999942779541,2.7699999809265137,2.799999952316284,2.799999952316284,306605317.0,0.0,0.0
2023-07-18 00:00:00+08:00,2.819999933242798,2.819999933242798,2.759999990463257,2.759999990463257,2.759999990463257,285915642.0,0.0,0.0
2023-07-19 00:00:00+08:00,2.75,2.75,2.7200000286102295,2.740000009536743,2.740000009536743,263406008.0,0.0,0.0
2023-07-20 00:00:00+08:00,2.75,2.7899999618530273,2.740000009536743,2.75,2.75,193798876.0,0.0,0.0
2023-07-21 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.75,2.7799999713897705,2.7799999713897705,156948053.0,0.0,0.0
2023-07-24 00:00:00+08:00,2.7699999809265137,2.7799999713897705,2.7200000286102295,2.7300000190734863,2.7300000190734863,243473214.0,0.0,0.0
2023-07-25 00:00:00+08:00,2.7699999809265137,2.8299999237060547,2.759999990463257,2.819999933242798,2.819999933242798,269653837.0,0.0,0.0
2023-07-26 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.7799999713897705,2.7899999618530273,2.7899999618530273,145382061.0,0.0,0.0
2023-07-27 00:00:00+08:00,2.799999952316284,2.8399999141693115,2.7899999618530273,2.8299999237060547,2.8299999237060547,201437010.0,0.0,0.0
2023-07-28 00:00:00+08:00,2.799999952316284,2.880000114440918,2.799999952316284,2.859999895095825,2.859999895095825,214829894.0,0.0,0.0
2023-07-31 00:00:00+08:00,2.880000114440918,2.9200000762939453,2.869999885559082,2.890000104904175,2.890000104904175,350355926.0,0.0,0.0
2023-08-01 00:00:00+08:00,2.9200000762939453,2.930000066757202,2.8499999046325684,2.869999885559082,2.869999885559082,301183220.0,0.0,0.0
2023-08-02 00:00:00+08:00,2.8499999046325684,2.880000114440918,2.809999942779541,2.809999942779541,2.809999942779541,245006074.0,0.0,0.0
2023-08-03 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.799999952316284,2.809999942779541,2.809999942779541,193179529.0,0.0,0.0
2023-08-04 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.7699999809265137,2.7799999713897705,2.7799999713897705,316978289.0,0.0,0.0
2023-08-07 00:00:00+08:00,2.799999952316284,2.799999952316284,2.7699999809265137,2.7899999618530273,2.7899999618530273,178546045.0,0.0,0.0
2023-08-08 00:00:00+08:00,2.7699999809265137,2.799999952316284,2.759999990463257,2.7699999809265137,2.7699999809265137,216834266.0,0.0,0.0
2023-08-09 00:00:00+08:00,2.759999990463257,2.7899999618530273,2.759999990463257,2.7899999618530273,2.7899999618530273,166884746.0,0.0,0.0
2023-08-10 00:00:00+08:00,2.7799999713897705,2.799999952316284,2.759999990463257,2.7899999618530273,2.7899999618530273,158219470.0,0.0,0.0
2023-08-11 00:00:00+08:00,2.7899999618530273,2.7899999618530273,2.75,2.759999990463257,2.759999990463257,163002610.0,0.0,0.0
2023-08-14 00:00:00+08:00,2.7300000190734863,2.740000009536743,2.700000047683716,2.7100000381469727,2.7100000381469727,310922945.0,0.0,0.0
2023-08-15 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.700000047683716,2.700000047683716,2.700000047683716,189843481.0,0.0,0.0
2023-08-16 00:00:00+08:00,2.690000057220459,2.700000047683716,2.6600000858306885,2.6600000858306885,2.6600000858306885,246065636.0,0.0,0.0
2023-08-17 00:00:00+08:00,2.6500000953674316,2.6700000762939453,2.619999885559082,2.6500000953674316,2.6500000953674316,302984528.0,0.0,0.0
2023-08-18 00:00:00+08:00,2.6500000953674316,2.690000057220459,2.640000104904175,2.640000104904175,2.640000104904175,269112824.0,0.0,0.0
2023-08-21 00:00:00+08:00,2.630000114440918,2.640000104904175,2.5999999046325684,2.5999999046325684,2.5999999046325684,242740069.0,0.0,0.0
2023-08-22 00:00:00+08:00,2.5999999046325684,2.630000114440918,2.5999999046325684,2.609999895095825,2.609999895095825,235094285.0,0.0,0.0
2023-08-23 00:00:00+08:00,2.609999895095825,2.640000104904175,2.609999895095825,2.619999885559082,2.619999885559082,138359884.0,0.0,0.0
2023-08-24 00:00:00+08:00,2.630000114440918,2.6500000953674316,2.619999885559082,2.630000114440918,2.630000114440918,156300687.0,0.0,0.0
2023-08-25 00:00:00+08:00,2.630000114440918,2.6700000762939453,2.630000114440918,2.640000104904175,2.640000104904175,153399277.0,0.0,0.0
2023-08-28 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6500000953674316,2.6600000858306885,2.6600000858306885,168725610.0,0.0,0.0
2023-08-29 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6700000762939453,2.7100000381469727,2.7100000381469727,215687862.0,0.0,0.0
2023-08-30 00:00:00+08:00,2.7100000381469727,2.7300000190734863,2.690000057220459,2.700000047683716,2.700000047683716,343038999.0,0.0,0.0
2023-08-31 00:00:00+08:00,2.6700000762939453,2.700000047683716,2.6600000858306885,2.6600000858306885,2.6600000858306885,402227630.0,0.0,0.0
2023-09-04 00:00:00+08:00,2.6600000858306885,2.759999990463257,2.6600000858306885,2.7300000190734863,2.7300000190734863,389314606.0,0.0,0.0
2023-09-05 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.680000066757202,2.680000066757202,2.680000066757202,278826512.0,0.0,0.0
2023-09-06 00:00:00+08:00,2.6700000762939453,2.7100000381469727,2.6700000762939453,2.7100000381469727,2.7100000381469727,251360337.0,0.0,0.0
2023-09-07 00:00:00+08:00,2.7100000381469727,2.7100000381469727,2.680000066757202,2.690000057220459,2.690000057220459,187793647.0,0.0,0.0
2023-09-11 00:00:00+08:00,2.6700000762939453,2.700000047683716,2.6600000858306885,2.690000057220459,2.690000057220459,268375824.0,0.0,0.0
2023-09-12 00:00:00+08:00,2.680000066757202,2.700000047683716,2.6700000762939453,2.680000066757202,2.680000066757202,162275171.0,0.0,0.0
2023-09-13 00:00:00+08:00,2.690000057220459,2.7200000286102295,2.6700000762939453,2.680000066757202,2.680000066757202,115212506.0,0.0,0.0
2023-09-14 00:00:00+08:00,2.700000047683716,2.7200000286102295,2.680000066757202,2.700000047683716,2.700000047683716,196842876.0,0.0,0.0
2023-09-15 00:00:00+08:00,2.7300000190734863,2.759999990463257,2.7100000381469727,2.7300000190734863,2.7300000190734863,251122688.0,0.0,0.0
2023-09-18 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.690000057220459,2.7200000286102295,2.7200000286102295,128546047.0,0.0,0.0
2023-09-19 00:00:00+08:00,2.7300000190734863,2.75,2.7100000381469727,2.75,2.75,204048823.0,0.0,0.0
2023-09-20 00:00:00+08:00,2.740000009536743,2.759999990463257,2.7300000190734863,2.7300000190734863,2.7300000190734863,168459390.0,0.0,0.0
2023-09-21 00:00:00+08:00,2.7300000190734863,2.7699999809265137,2.700000047683716,2.7200000286102295,2.7200000286102295,310569950.0,0.0,0.0
2023-09-22 00:00:00+08:00,2.7200000286102295,2.759999990463257,2.7100000381469727,2.759999990463257,2.759999990463257,222057532.0,0.0,0.0
2023-09-25 00:00:00+08:00,2.75,2.7699999809265137,2.7300000190734863,2.7300000190734863,2.7300000190734863,156642322.0,0.0,0.0
2023-09-26 00:00:00+08:00,2.7200000286102295,2.740000009536743,2.690000057220459,2.700000047683716,2.700000047683716,219074293.0,0.0,0.0
2023-09-27 00:00:00+08:00,2.700000047683716,2.7300000190734863,2.700000047683716,2.7200000286102295,2.7200000286102295,153898438.0,0.0,0.0
2023-09-28 00:00:00+08:00,2.7200000286102295,2.7300000190734863,2.680000066757202,2.690000057220459,2.690000057220459,206202848.0,0.0,0.0
2023-09-29 00:00:00+08:00,2.7100000381469727,2.759999990463257,2.700000047683716,2.740000009536743,2.740000009536743,275473807.0,0.0,0.0
2023-10-03 00:00:00+08:00,2.740000009536743,2.740000009536743,2.6600000858306885,2.6600000858306885,2.6600000858306885,279518742.0,0.0,0.0
2023-10-04 00:00:00+08:00,2.6600000858306885,2.680000066757202,2.6500000953674316,2.6700000762939453,2.6700000762939453,162218997.0,0.0,0.0
2023-10-05 00:00:00+08:00,2.690000057220459,2.690000057220459,2.6700000762939453,2.6700000762939453,2.6700000762939453,113757307.0,0.0,0.0
2023-10-06 00:00:00+08:00,2.700000047683716,2.759999990463257,2.700000047683716,2.7300000190734863,2.7300000190734863,224114423.0,0.0,0.0
2023-10-09 00:00:00+08:00,2.75,2.759999990463257,2.700000047683716,2.7300000190734863,2.7300000190734863,240876866.0,0.0,0.0
2023-10-10 00:00:00+08:00,2.75,2.7699999809265137,2.7200000286102295,2.7300000190734863,2.7300000190734863,218393639.0,0.0,0.0
2023-10-11 00:00:00+08:00,2.759999990463257,2.759999990463257,2.7300000190734863,2.740000009536743,2.740000009536743,248078749.0,0.0,0.0
2023-10-12 00:00:00+08:00,2.819999933242798,2.869999885559082,2.799999952316284,2.8499999046325684,2.8499999046325684,630614125.0,0.0,0.0
2023-10-13 00:00:00+08:00,2.8299999237060547,2.8499999046325684,2.809999942779541,2.809999942779541,2.809999942779541,317552755.0,0.0,0.0
2023-10-16 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.7899999618530273,2.799999952316284,2.799999952316284,182246487.0,0.0,0.0
2023-10-17 00:00:00+08:00,2.809999942779541,2.8399999141693115,2.799999952316284,2.8399999141693115,2.8399999141693115,202072749.0,0.0,0.0
2023-10-18 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.809999942779541,2.819999933242798,2.819999933242798,204883454.0,0.0,0.0
2023-10-19 00:00:00+08:00,2.799999952316284,2.799999952316284,2.75,2.759999990463257,2.759999990463257,245165636.0,0.0,0.0
2023-10-20 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.7300000190734863,2.75,2.75,232636255.0,0.0,0.0
2023-10-24 00:00:00+08:00,2.7300000190734863,2.75,2.700000047683716,2.7200000286102295,2.7200000286102295,212724481.0,0.0,0.0
2023-10-25 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.700000047683716,2.7100000381469727,2.7100000381469727,244173417.0,0.0,0.0
2023-10-26 00:00:00+08:00,2.7100000381469727,2.75,2.7100000381469727,2.7200000286102295,2.7200000286102295,183234206.0,0.0,0.0
2023-10-27 00:00:00+08:00,2.75,2.7799999713897705,2.7300000190734863,2.759999990463257,2.759999990463257,204874923.0,0.0,0.0
2023-10-30 00:00:00+08:00,2.759999990463257,2.7699999809265137,2.690000057220459,2.7300000190734863,2.7300000190734863,254783636.0,0.0,0.0
2023-10-31 00:00:00+08:00,2.7200000286102295,2.75,2.700000047683716,2.740000009536743,2.740000009536743,215468975.0,0.0,0.0
2023-11-01 00:00:00+08:00,2.759999990463257,2.7799999713897705,2.740000009536743,2.7699999809265137,2.7699999809265137,174241443.0,0.0,0.0
2023-11-02 00:00:00+08:00,2.799999952316284,2.8299999237060547,2.7799999713897705,2.799999952316284,2.799999952316284,237973440.0,0.0,0.0
2023-11-03 00:00:00+08:00,2.819999933242798,2.8299999237060547,2.799999952316284,2.809999942779541,2.809999942779541,200317970.0,0.0,0.0
2023-11-06 00:00:00+08:00,2.8399999141693115,2.8399999141693115,2.809999942779541,2.819999933242798,2.819999933242798,236156557.0,0.0,0.0
2023-11-07 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7799999713897705,2.7899999618530273,2.7899999618530273,164102236.0,0.0,0.0
2023-11-08 00:00:00+08:00,2.799999952316284,2.809999942779541,2.7699999809265137,2.7899999618530273,2.7899999618530273,206538279.0,0.0,0.0
2023-11-09 00:00:00+08:00,2.799999952316284,2.819999933242798,2.7799999713897705,2.7899999618530273,2.7899999618530273,184644662.0,0.0,0.0
2023-11-10 00:00:00+08:00,2.7899999618530273,2.799999952316284,2.7699999809265137,2.7699999809265137,2.7699999809265137,101774583.0,0.0,0.0
2023-11-13 00:00:00+08:00,2.7899999618530273,2.809999942779541,2.759999990463257,2.809999942779541,2.809999942779541,88668111.0,0.0,0.0
2023-11-14 00:00:00+08:00,2.819999933242798,2.8399999141693115,2.799999952316284,2.809999942779541,2.809999942779541,123266211.0,0.0,0.0
2023-11-15 00:00:00+08:00,2.8499999046325684,2.9000000953674316,2.8299999237060547,2.880000114440918,2.880000114440918,368947071.0,0.0,0.0
2023-11-16 00:00:00+08:00,2.9000000953674316,2.9000000953674316,2.8299999237060547,2.859999895095825,2.859999895095825,122357837.0,0.0,0.0
2023-11-17 00:00:00+08:00,2.8399999141693115,2.859999895095825,2.809999942779541,2.8299999237060547,2.8299999237060547,154089409.0,0.0,0.0
2023-11-20 00:00:00+08:00,2.859999895095825,2.890000104904175,2.8399999141693115,2.890000104904175,2.890000104904175,226032688.0,0.0,0.0
2023-11-21 00:00:00+08:00,2.9000000953674316,2.9200000762939453,2.869999885559082,2.890000104904175,2.890000104904175,200040554.0,0.0,0.0
2023-11-22 00:00:00+08:00,2.880000114440918,2.9000000953674316,2.869999885559082,2.890000104904175,2.890000104904175,100421290.0,0.0,0.0
2023-11-23 00:00:00+08:00,2.890000104904175,2.9200000762939453,2.859999895095825,2.9000000953674316,2.9000000953674316,179342143.0,0.0,0.0
2023-11-24 00:00:00+08:00,2.880000114440918,2.890000104904175,2.869999885559082,2.869999885559082,2.869999885559082,99513535.0,0.0,0.0
2023-11-27 00:00:00+08:00,2.890000104904175,2.890000104904175,2.8399999141693115,2.880000114440918,2.880000114440918,142827938.0,0.0,0.0
2023-11-28 00:00:00+08:00,2.890000104904175,2.890000104904175,2.859999895095825,2.859999895095825,2.859999895095825,115131696.0,0.0,0.0
2023-11-29 00:00:00+08:00,2.880000114440918,2.890000104904175,2.819999933242798,2.8399999141693115,2.8399999141693115,279360813.0,0.0,0.0
2023-11-30 00:00:00+08:00,2.8499999046325684,2.869999885559082,2.8299999237060547,2.869999885559082,2.869999885559082,265083541.0,0.0,0.0
2023-12-01 00:00:00+08:00,2.859999895095825,2.890000104904175,2.8299999237060547,2.8299999237060547,2.8299999237060547,224843422.0,0.0,0.0
2023-12-04 00:00:00+08:00,2.859999895095825,2.880000114440918,2.8399999141693115,2.8399999141693115,2.8399999141693115,210907259.0,0.0,0.0
2023-12-05 00:00:00+08:00,2.8399999141693115,2.8499999046325684,2.799999952316284,2.809999942779541,2.809999942779541,178081981.0,0.0,0.0
2023-12-06 00:00:00+08:00,2.819999933242798,2.8499999046325684,2.799999952316284,2.819999933242798,2.819999933242798,136493101.0,0.0,0.0
2023-12-07 00:00:00+08:00,2.809999942779541,2.8299999237060547,2.7799999713897705,2.819999933242798,2.819999933242798,180741753.0,0.0,0.0
2023-12-08 00:00:00+08:00,2.8399999141693115,2.8399999141693115,2.799999952316284,2.819999933242798,2.819999933242798,129232878.0,0.0,0.0
2023-12-11 00:00:00+08:00,2.799999952316284,2.819999933242798,2.75,2.809999942779541,2.809999942779541,254296223.0,0.0,0.0
2023-12-12 00:00:00+08:00,2.809999942779541,2.8499999046325684,2.7899999618530273,2.8399999141693115,2.8399999141693115,168445219.0,0.0,0.0
2023-12-13 00:00:00+08:00,2.859999895095825,2.859999895095825,2.8399999141693115,2.8499999046325684,2.8499999046325684,154828488.0,0.0,0.0
2023-12-14 00:00:00+08:00,2.880000114440918,2.890000104904175,2.8499999046325684,2.869999885559082,2.869999885559082,167059093.0,0.0,0.0
2023-12-15 00:00:00+08:00,2.9000000953674316,2.9600000381469727,2.890000104904175,2.9200000762939453,2.9200000762939453,808091705.0,0.0,0.0
2023-12-18 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.880000114440918,2.890000104904175,2.890000104904175,186832816.0,0.0,0.0
2023-12-19 00:00:00+08:00,2.890000104904175,2.9000000953674316,2.869999885559082,2.890000104904175,2.890000104904175,79336353.0,0.0,0.0
2023-12-20 00:00:00+08:00,2.9100000858306885,2.9100000858306885,2.859999895095825,2.869999885559082,2.869999885559082,142624593.0,0.0,0.0
2023-12-21 00:00:00+08:00,2.859999895095825,2.9000000953674316,2.859999895095825,2.9000000953674316,2.9000000953674316,85503586.0,0.0,0.0
2023-12-22 00:00:00+08:00,2.9100000858306885,2.9200000762939453,2.880000114440918,2.9000000953674316,2.9000000953674316,156342132.0,0.0,0.0
2023-12-27 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.890000104904175,2.940000057220459,2.940000057220459,223293643.0,0.0,0.0
2023-12-28 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.930000066757202,2.9700000286102295,2.9700000286102295,201567332.0,0.0,0.0
2023-12-29 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.950000047683716,2.9800000190734863,2.9800000190734863,137111290.0,0.0,0.0
2024-01-02 00:00:00+08:00,2.990000009536743,2.990000009536743,2.940000057220459,2.950000047683716,2.950000047683716,128557466.0,0.0,0.0
2024-01-03 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.930000066757202,2.950000047683716,2.950000047683716,106699543.0,0.0,0.0
2024-01-04 00:00:00+08:00,2.950000047683716,2.9800000190734863,2.940000057220459,2.9700000286102295,2.9700000286102295,121929275.0,0.0,0.0
2024-01-05 00:00:00+08:00,2.9600000381469727,3.0,2.940000057220459,2.9700000286102295,2.9700000286102295,185395890.0,0.0,0.0
2024-01-08 00:00:00+08:00,2.9800000190734863,2.990000009536743,2.9100000858306885,2.9200000762939453,2.9200000762939453,188333433.0,0.0,0.0
2024-01-09 00:00:00+08:00,2.930000066757202,2.950000047683716,2.9100000858306885,2.940000057220459,2.940000057220459,215467404.0,0.0,0.0
2024-01-10 00:00:00+08:00,2.9200000762939453,2.950000047683716,2.9100000858306885,2.9200000762939453,2.9200000762939453,135462005.0,0.0,0.0
2024-01-11 00:00:00+08:00,2.9200000762939453,2.9600000381469727,2.9000000953674316,2.930000066757202,2.930000066757202,144039792.0,0.0,0.0
2024-01-12 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9100000858306885,2.930000066757202,2.930000066757202,125391727.0,0.0,0.0
2024-01-15 00:00:00+08:00,2.940000057220459,2.940000057220459,2.9200000762939453,2.930000066757202,2.930000066757202,77854227.0,0.0,0.0
2024-01-16 00:00:00+08:00,2.9200000762939453,2.940000057220459,2.9000000953674316,2.9100000858306885,2.9100000858306885,196187123.0,0.0,0.0
2024-01-17 00:00:00+08:00,2.9000000953674316,2.9100000858306885,2.819999933242798,2.8399999141693115,2.8399999141693115,457288995.0,0.0,0.0
2024-01-18 00:00:00+08:00,2.8499999046325684,2.890000104904175,2.8399999141693115,2.880000114440918,2.880000114440918,329763147.0,0.0,0.0
2024-01-19 00:00:00+08:00,2.880000114440918,2.9000000953674316,2.8399999141693115,2.880000114440918,2.880000114440918,248716227.0,0.0,0.0
2024-01-22 00:00:00+08:00,2.880000114440918,2.880000114440918,2.7899999618530273,2.809999942779541,2.809999942779541,252408377.0,0.0,0.0
2024-01-23 00:00:00+08:00,2.819999933242798,2.869999885559082,2.799999952316284,2.8399999141693115,2.8399999141693115,261993224.0,0.0,0.0
2024-01-24 00:00:00+08:00,2.8399999141693115,2.9700000286102295,2.8399999141693115,2.940000057220459,2.940000057220459,352870368.0,0.0,0.0
2024-01-25 00:00:00+08:00,2.950000047683716,3.0,2.9200000762939453,2.990000009536743,2.990000009536743,395298043.0,0.0,0.0
2024-01-26 00:00:00+08:00,2.990000009536743,3.0,2.9600000381469727,2.9700000286102295,2.9700000286102295,242734357.0,0.0,0.0
2024-01-29 00:00:00+08:00,2.9700000286102295,3.009999990463257,2.9700000286102295,2.990000009536743,2.990000009536743,269397021.0,0.0,0.0
2024-01-30 00:00:00+08:00,2.9700000286102295,2.9800000190734863,2.930000066757202,2.950000047683716,2.950000047683716,235323821.0,0.0,0.0
2024-01-31 00:00:00+08:00,2.950000047683716,2.9600000381469727,2.9200000762939453,2.940000057220459,2.940000057220459,204573464.0,0.0,0.0
2024-02-01 00:00:00+08:00,2.940000057220459,2.9700000286102295,2.890000104904175,2.930000066757202,2.930000066757202,317631002.0,0.0,0.0
2024-02-02 00:00:00+08:00,2.940000057220459,2.9600000381469727,2.890000104904175,2.9100000858306885,2.9100000858306885,244576741.0,0.0,0.0
2024-02-05 00:00:00+08:00,2.890000104904175,2.930000066757202,2.880000114440918,2.9100000858306885,2.9100000858306885,230881935.0,0.0,0.0
2024-02-06 00:00:00+08:00,2.9100000858306885,3.0199999809265137,2.9000000953674316,3.0199999809265137,3.0199999809265137,420848022.0,0.0,0.0
2024-02-07 00:00:00+08:00,3.0199999809265137,3.0399999618530273,2.990000009536743,3.009999990463257,3.009999990463257,362912235.0,0.0,0.0
2024-02-08 00:00:00+08:00,3.0,3.0199999809265137,2.940000057220459,2.950000047683716,2.950000047683716,186638164.0,0.0,0.0
2024-02-09 00:00:00+08:00,2.930000066757202,2.940000057220459,2.9100000858306885,2.940000057220459,2.940000057220459,74162828.0,0.0,0.0
2024-02-14 00:00:00+08:00,2.9200000762939453,2.9700000286102295,2.9000000953674316,2.9600000381469727,2.9600000381469727,109939313.0,0.0,0.0
2024-02-15 00:00:00+08:00,2.950000047683716,2.990000009536743,2.950000047683716,2.990000009536743,2.990000009536743,84312909.0,0.0,0.0
2024-02-16 00:00:00+08:00,2.990000009536743,3.0299999713897705,2.9800000190734863,3.009999990463257,3.009999990463257,223410386.0,0.0,0.0
2024-02-19 00:00:00+08:00,3.009999990463257,3.059999942779541,2.990000009536743,3.0299999713897705,3.0299999713897705,312450872.0,0.0,0.0
2024-02-20 00:00:00+08:00,3.0299999713897705,3.069999933242798,3.0199999809265137,3.069999933242798,3.069999933242798,228004085.0,0.0,0.0
2024-02-21 00:00:00+08:00,3.0799999237060547,3.1600000858306885,3.069999933242798,3.119999885559082,3.119999885559082,541368650.0,0.0,0.0
2024-02-22 00:00:00+08:00,3.109999895095825,3.1500000953674316,3.0999999046325684,3.1500000953674316,3.1500000953674316,261638941.0,0.0,0.0
2024-02-23 00:00:00+08:00,3.140000104904175,3.190000057220459,3.140000104904175,3.1600000858306885,3.1600000858306885,341043834.0,0.0,0.0
2024-02-26 00:00:00+08:00,3.1500000953674316,3.1600000858306885,3.0999999046325684,3.109999895095825,3.109999895095825,260504677.0,0.0,0.0
2024-02-27 00:00:00+08:00,3.109999895095825,3.130000114440918,3.069999933242798,3.130000114440918,3.130000114440918,241940898.0,0.0,0.0
2024-02-28 00:00:00+08:00,3.119999885559082,3.130000114440918,3.0799999237060547,3.0899999141693115,3.0899999141693115,250512154.0,0.0,0.0
2024-02-29 00:00:00+08:00,3.0799999237060547,3.119999885559082,3.0799999237060547,3.0799999237060547,3.0799999237060547,266734285.0,0.0,0.0
2024-03-01 00:00:00+08:00,3.069999933242798,3.119999885559082,3.049999952316284,3.0799999237060547,3.0799999237060547,304227791.0,0.0,0.0
2024-03-04 00:00:00+08:00,3.0899999141693115,3.0899999141693115,3.049999952316284,3.0799999237060547,3.0799999237060547,194353920.0,0.0,0.0
2024-03-05 00:00:00+08:00,3.059999942779541,3.0899999141693115,3.0399999618530273,3.049999952316284,3.049999952316284,247964817.0,0.0,0.0
2024-03-06 00:00:00+08:00,3.049999952316284,3.0999999046325684,3.0399999618530273,3.0999999046325684,3.0999999046325684,279276158.0,0.0,0.0
2024-03-07 00:00:00+08:00,3.109999895095825,3.140000104904175,3.0999999046325684,3.109999895095825,3.109999895095825,361127955.0,0.0,0.0
2024-03-08 00:00:00+08:00,3.130000114440918,3.190000057220459,3.119999885559082,3.1700000762939453,3.1700000762939453,536072786.0,0.0,0.0
2024-03-11 00:00:00+08:00,3.1500000953674316,3.200000047683716,3.1500000953674316,3.200000047683716,3.200000047683716,376929676.0,0.0,0.0
2024-03-12 00:00:00+08:00,3.200000047683716,3.25,3.190000057220459,3.2300000190734863,3.2300000190734863,643179463.0,0.0,0.0
2024-03-13 00:00:00+08:00,3.2200000286102295,3.240000009536743,3.200000047683716,3.200000047683716,3.200000047683716,367063964.0,0.0,0.0
2024-03-14 00:00:00+08:00,3.200000047683716,3.2300000190734863,3.180000066757202,3.2200000286102295,3.2200000286102295,284661762.0,0.0,0.0
2024-03-15 00:00:00+08:00,3.200000047683716,3.2200000286102295,3.180000066757202,3.2100000381469727,3.2100000381469727,373399073.0,0.0,0.0
2024-03-18 00:00:00+08:00,3.200000047683716,3.2200000286102295,3.180000066757202,3.200000047683716,3.200000047683716,253103345.0,0.0,0.0
2024-03-19 00:00:00+08:00,3.190000057220459,3.2200000286102295,3.1600000858306885,3.180000066757202,3.180000066757202,383225561.0,0.0,0.0
2024-03-20 00:00:00+08:00,3.180000066757202,3.240000009536743,3.1700000762939453,3.2100000381469727,3.2100000381469727,408820828.0,0.0,0.0
2024-03-21 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2200000286102295,3.2899999618530273,3.2899999618530273,595608333.0,0.0,0.0
2024-03-22 00:00:00+08:00,3.2799999713897705,3.299999952316284,3.25,3.259999990463257,3.259999990463257,433023943.0,0.0,0.0
2024-03-25 00:00:00+08:00,3.25,3.2699999809265137,3.2200000286102295,3.240000009536743,3.240000009536743,310076715.0,0.0,0.0
2024-03-26 00:00:00+08:00,3.259999990463257,3.2899999618530273,3.240000009536743,3.259999990463257,3.259999990463257,363007587.0,0.0,0.0
2024-03-27 00:00:00+08:00,3.259999990463257,3.2799999713897705,3.2200000286102295,3.25,3.25,345087319.0,0.0,0.0
2024-03-28 00:00:00+08:00,3.259999990463257,3.2699999809265137,3.190000057220459,3.2300000190734863,3.2300000190734863,343566911.0,0.0,0.0
2024-04-02 00:00:00+08:00,3.240000009536743,3.299999952316284,3.240000009536743,3.2899999618530273,3.2899999618530273,381415840.0,0.0,0.0
2024-04-03 00:00:00+08:00,3.2699999809265137,3.2899999618530273,3.240000009536743,3.25,3.25,325547046.0,0.0,0.0
2024-04-05 00:00:00+08:00,3.25,3.2699999809265137,3.200000047683716,3.240000009536743,3.240000009536743,211627153.0,0.0,0.0
2024-04-08 00:00:00+08:00,3.2300000190734863,3.299999952316284,3.2100000381469727,3.2699999809265137,3.2699999809265137,329040634.0,0.0,0.0
2024-04-09 00:00:00+08:00,3.2899999618530273,3.319999933242798,3.2699999809265137,3.2799999713897705,3.2799999713897705,322977753.0,0.0,0.0
2024-04-10 00:00:00+08:00,3.299999952316284,3.3299999237060547,3.2899999618530273,3.3299999237060547,3.3299999237060547,365490510.0,0.0,0.0
2024-04-11 00:00:00+08:00,3.299999952316284,3.3399999141693115,3.2799999713897705,3.319999933242798,3.319999933242798,368707980.0,0.0,0.0
2024-04-12 00:00:00+08:00,3.309999942779541,3.3399999141693115,3.2699999809265137,3.2699999809265137,3.2699999809265137,352185666.0,0.0,0.0
2024-04-15 00:00:00+08:00,3.25,3.2899999618530273,3.240000009536743,3.259999990463257,3.259999990463257,428977513.0,0.0,0.0
2024-04-16 00:00:00+08:00,3.240000009536743,3.2699999809265137,3.2200000286102295,3.240000009536743,3.240000009536743,393630674.0,0.0,0.0
2024-04-17 00:00:00+08:00,3.2300000190734863,3.2899999618530273,3.2200000286102295,3.2799999713897705,3.2799999713897705,281313758.0,0.0,0.0
2024-04-18 00:00:00+08:00,3.2699999809265137,3.359999895095825,3.259999990463257,3.3499999046325684,3.3499999046325684,584642562.0,0.0,0.0
2024-04-19 00:00:00+08:00,3.3299999237060547,3.380000114440918,3.2799999713897705,3.359999895095825,3.359999895095825,775998969.0,0.0,0.0
2024-04-22 00:00:00+08:00,3.380000114440918,3.4200000762939453,3.369999885559082,3.4000000953674316,3.4000000953674316,579356799.0,0.0,0.0
2024-04-23 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.390000104904175,3.440000057220459,3.440000057220459,654368697.0,0.0,0.0
2024-04-24 00:00:00+08:00,3.430000066757202,3.4700000286102295,3.4100000858306885,3.4600000381469727,3.4600000381469727,729376194.0,0.0,0.0
2024-04-25 00:00:00+08:00,3.4600000381469727,3.509999990463257,3.450000047683716,3.490000009536743,3.490000009536743,644343023.0,0.0,0.0
2024-04-26 00:00:00+08:00,3.4800000190734863,3.5199999809265137,3.450000047683716,3.4600000381469727,3.4600000381469727,713198136.0,0.0,0.0
2024-04-29 00:00:00+08:00,3.450000047683716,3.640000104904175,3.430000066757202,3.630000114440918,3.630000114440918,1247733786.0,0.0,0.0
2024-04-30 00:00:00+08:00,3.5899999141693115,3.5899999141693115,3.4800000190734863,3.5299999713897705,3.5299999713897705,806256132.0,0.0,0.0
2024-05-02 00:00:00+08:00,3.5199999809265137,3.5299999713897705,3.450000047683716,3.4800000190734863,3.4800000190734863,307857909.0,0.0,0.0
2024-05-03 00:00:00+08:00,3.5,3.5299999713897705,3.4600000381469727,3.490000009536743,3.490000009536743,270753531.0,0.0,0.0
2024-05-06 00:00:00+08:00,3.5,3.549999952316284,3.4800000190734863,3.549999952316284,3.549999952316284,585067520.0,0.0,0.0
2024-05-07 00:00:00+08:00,3.549999952316284,3.5899999141693115,3.5299999713897705,3.569999933242798,3.569999933242798,448013942.0,0.0,0.0
2024-05-08 00:00:00+08:00,3.5799999237060547,3.5999999046325684,3.569999933242798,3.5799999237060547,3.5799999237060547,322835013.0,0.0,0.0
2024-05-09 00:00:00+08:00,3.5899999141693115,3.619999885559082,3.569999933242798,3.619999885559082,3.619999885559082,383623815.0,0.0,0.0
2024-05-10 00:00:00+08:00,3.640000104904175,3.75,3.630000114440918,3.740000009536743,3.740000009536743,1040028520.0,0.0,0.0
2024-05-13 00:00:00+08:00,3.740000009536743,3.75,3.7100000381469727,3.7300000190734863,3.7300000190734863,575793709.0,0.0,0.0
2024-05-14 00:00:00+08:00,3.7300000190734863,3.75,3.680000066757202,3.690000057220459,3.690000057220459,447494401.0,0.0,0.0
2024-05-16 00:00:00+08:00,3.7100000381469727,3.880000114440918,3.700000047683716,3.869999885559082,3.869999885559082,1375154217.0,0.0,0.0
2024-05-17 00:00:00+08:00,3.859999895095825,3.9200000762939453,3.8299999237060547,3.859999895095825,3.859999895095825,777622826.0,0.0,0.0
2024-05-20 00:00:00+08:00,3.859999895095825,3.950000047683716,3.8399999141693115,3.9200000762939453,3.9200000762939453,522795089.0,0.0,0.0
2024-05-21 00:00:00+08:00,3.9100000858306885,3.9800000190734863,3.890000104904175,3.9600000381469727,3.9600000381469727,680695215.0,0.0,0.0
2024-05-22 00:00:00+08:00,3.9800000190734863,3.990000009536743,3.940000057220459,3.9600000381469727,3.9600000381469727,467549989.0,0.0,0.0
2024-05-23 00:00:00+08:00,3.950000047683716,3.950000047683716,3.8399999141693115,3.9100000858306885,3.9100000858306885,668061833.0,0.0,0.0
2024-05-24 00:00:00+08:00,3.9000000953674316,3.940000057220459,3.869999885559082,3.890000104904175,3.890000104904175,294747915.0,0.0,0.0
2024-05-27 00:00:00+08:00,3.9000000953674316,3.9600000381469727,3.8499999046325684,3.869999885559082,3.869999885559082,352405886.0,0.0,0.0
2024-05-28 00:00:00+08:00,3.859999895095825,3.9100000858306885,3.8399999141693115,3.859999895095825,3.859999895095825,240647343.0,0.0,0.0
2024-05-29 00:00:00+08:00,3.859999895095825,3.869999885559082,3.759999990463257,3.7799999713897705,3.7799999713897705,413879717.0,0.0,0.0
2024-05-30 00:00:00+08:00,3.759999990463257,3.799999952316284,3.680000066757202,3.7100000381469727,3.7100000381469727,562069757.0,0.0,0.0
2024-05-31 00:00:00+08:00,3.7300000190734863,3.799999952316284,3.6700000762939453,3.700000047683716,3.700000047683716,753107819.0,0.0,0.0
2024-06-03 00:00:00+08:00,3.740000009536743,3.7699999809265137,3.700000047683716,3.7300000190734863,3.7300000190734863,346854698.0,0.0,0.0
2024-06-04 00:00:00+08:00,3.740000009536743,3.75,3.680000066757202,3.7200000286102295,3.7200000286102295,411747747.0,0.0,0.0
2024-06-05 00:00:00+08:00,3.7300000190734863,3.8299999237060547,3.7100000381469727,3.740000009536743,3.740000009536743,486469244.0,0.0,0.0
2024-06-06 00:00:00+08:00,3.7699999809265137,3.7899999618530273,3.7300000190734863,3.759999990463257,3.759999990463257,193636075.0,0.0,0.0
2024-06-07 00:00:00+08:00,3.759999990463257,3.819999933242798,3.759999990463257,3.7899999618530273,3.7899999618530273,330540027.0,0.0,0.0
2024-06-11 00:00:00+08:00,3.7799999713897705,3.7799999713897705,3.700000047683716,3.7200000286102295,3.7200000286102295,401527502.0,0.0,0.0
2024-06-12 00:00:00+08:00,3.7100000381469727,3.7200000286102295,3.630000114440918,3.700000047683716,3.700000047683716,364596682.0,0.0,0.0
2024-06-13 00:00:00+08:00,3.7300000190734863,3.740000009536743,3.690000057220459,3.7300000190734863,3.7300000190734863,188106475.0,0.0,0.0
2024-06-14 00:00:00+08:00,3.700000047683716,3.7899999618530273,3.680000066757202,3.740000009536743,3.740000009536743,352451703.0,0.0,0.0
2024-06-17 00:00:00+08:00,3.740000009536743,3.819999933242798,3.690000057220459,3.7799999713897705,3.7799999713897705,286832896.0,0.0,0.0
2024-06-18 00:00:00+08:00,3.7899999618530273,3.819999933242798,3.7699999809265137,3.799999952316284,3.799999952316284,305152734.0,0.0,0.0
2024-06-19 00:00:00+08:00,3.819999933242798,3.940000057220459,3.809999942779541,3.9200000762939453,3.9200000762939453,538298521.0,0.0,0.0
2024-06-20 00:00:00+08:00,3.9100000858306885,3.9700000286102295,3.8499999046325684,3.890000104904175,3.890000104904175,295524718.0,0.0,0.0
2024-06-21 00:00:00+08:00,3.8499999046325684,3.869999885559082,3.7799999713897705,3.799999952316284,3.799999952316284,330663248.0,0.0,0.0
2024-06-24 00:00:00+08:00,3.7899999618530273,3.8399999141693115,3.7200000286102295,3.8399999141693115,3.8399999141693115,269958609.0,0.0,0.0
2024-06-25 00:00:00+08:00,3.8499999046325684,3.890000104904175,3.809999942779541,3.8399999141693115,3.8399999141693115,171820632.0,0.0,0.0
2024-06-26 00:00:00+08:00,3.809999942779541,3.869999885559082,3.799999952316284,3.819999933242798,3.819999933242798,231583887.0,0.0,0.0
2024-06-27 00:00:00+08:00,3.819999933242798,3.819999933242798,3.759999990463257,3.799999952316284,3.799999952316284,224086891.0,0.0,0.0
2024-06-28 00:00:00+08:00,3.7799999713897705,3.8499999046325684,3.7799999713897705,3.8499999046325684,3.8499999046325684,232354713.0,0.0,0.0
2024-07-02 00:00:00+08:00,3.8299999237060547,3.9000000953674316,3.819999933242798,3.859999895095825,3.859999895095825,222152225.0,0.0,0.0
2024-07-03 00:00:00+08:00,3.880000114440918,3.890000104904175,3.799999952316284,3.8299999237060547,3.8299999237060547,250927347.0,0.0,0.0
2024-07-04 00:00:00+08:00,3.8399999141693115,3.890000104904175,3.8299999237060547,3.880000114440918,3.880000114440918,265522051.0,0.0,0.0
2024-07-05 00:00:00+08:00,,,,,,,0.0,0.0
2024-07-08 00:00:00+08:00,3.549999952316284,3.549999952316284,3.4700000286102295,3.5,3.5,265945060.0,0.25907,0.0
2024-07-09 00:00:00+08:00,3.5,3.509999990463257,3.450000047683716,3.4700000286102295,3.4700000286102295,270522343.0,0.0,0.0
2024-07-10 00:00:00+08:00,3.4600000381469727,3.5199999809265137,3.440000057220459,3.4700000286102295,3.4700000286102295,235756435.0,0.0,0.0
2024-07-11 00:00:00+08:00,3.5,3.5299999713897705,3.4700000286102295,3.5,3.5,210142299.0,0.0,0.0
2024-07-12 00:00:00+08:00,3.5199999809265137,3.5899999141693115,3.5199999809265137,3.5899999141693115,3.5899999141693115,277718072.0,0.0,0.0
2024-07-15 00:00:00+08:00,3.5899999141693115,3.630000114440918,3.5,3.5399999618530273,3.5399999618530273,246570139.0,0.0,0.0
2024-07-16 00:00:00+08:00,3.5199999809265137,3.549999952316284,3.4600000381469727,3.4800000190734863,3.4800000190734863,224725423.0,0.0,0.0
2024-07-17 00:00:00+08:00,3.4600000381469727,3.490000009536743,3.4200000762939453,3.440000057220459,3.440000057220459,230012688.0,0.0,0.0
2024-07-18 00:00:00+08:00,3.430000066757202,3.4800000190734863,3.4200000762939453,3.450000047683716,3.450000047683716,177053249.0,0.0,0.0
2024-07-19 00:00:00+08:00,3.440000057220459,3.450000047683716,3.359999895095825,3.390000104904175,3.390000104904175,248730067.0,0.0,0.0
2024-07-22 00:00:00+08:00,3.4000000953674316,3.4200000762939453,3.3399999141693115,3.4200000762939453,3.4200000762939453,235557434.0,0.0,0.0
2024-07-23 00:00:00+08:00,3.4100000858306885,3.490000009536743,3.4100000858306885,3.4600000381469727,3.4600000381469727,238082828.0,0.0,0.0
2024-07-24 00:00:00+08:00,3.4700000286102295,3.4800000190734863,3.440000057220459,3.450000047683716,3.450000047683716,219788668.0,0.0,0.0
2024-07-25 00:00:00+08:00,3.450000047683716,3.5,3.4000000953674316,3.4100000858306885,3.4100000858306885,241398977.0,0.0,0.0
2024-07-26 00:00:00+08:00,3.4100000858306885,3.4600000381469727,3.369999885559082,3.380000114440918,3.380000114440918,194845949.0,0.0,0.0
2024-07-29 00:00:00+08:00,3.4000000953674316,3.4600000381469727,3.390000104904175,3.440000057220459,3.440000057220459,250168395.0,0.0,0.0
2024-07-30 00:00:00+08:00,3.440000057220459,3.450000047683716,3.380000114440918,3.440000057220459,3.440000057220459,324003036.0,0.0,0.0
2024-07-31 00:00:00+08:00,3.4600000381469727,3.5199999809265137,3.430000066757202,3.4800000190734863,3.4800000190734863,393045558.0,0.0,0.0
2024-08-01 00:00:00+08:00,3.4800000190734863,3.5,3.4200000762939453,3.430000066757202,3.430000066757202,152256867.0,0.0,0.0
2024-08-02 00:00:00+08:00,3.4000000953674316,3.450000047683716,3.359999895095825,3.430000066757202,3.430000066757202,186761188.0,0.0,0.0
2024-08-05 00:00:00+08:00,3.390000104904175,3.390000104904175,3.25,3.309999942779541,3.309999942779541,459591374.0,0.0,0.0
2024-08-06 00:00:00+08:00,3.319999933242798,3.359999895095825,3.2899999618530273,3.299999952316284,3.299999952316284,198992684.0,0.0,0.0
2024-08-07 00:00:00+08:00,3.309999942779541,3.359999895095825,3.299999952316284,3.3299999237060547,3.3299999237060547,205752517.0,0.0,0.0
2024-08-08 00:00:00+08:00,3.319999933242798,3.3499999046325684,3.2899999618530273,3.3399999141693115,3.3399999141693115,162298663.0,0.0,0.0
2024-08-09 00:00:00+08:00,3.359999895095825,3.4000000953674316,3.3499999046325684,3.359999895095825,3.359999895095825,114701183.0,0.0,0.0
2024-08-12 00:00:00+08:00,3.369999885559082,3.4100000858306885,3.359999895095825,3.4000000953674316,3.4000000953674316,127140590.0,0.0,0.0
2024-08-13 00:00:00+08:00,3.4100000858306885,3.450000047683716,3.380000114440918,3.4100000858306885,3.4100000858306885,171017850.0,0.0,0.0
2024-08-14 00:00:00+08:00,3.430000066757202,3.440000057220459,3.380000114440918,3.4100000858306885,3.4100000858306885,104169265.0,0.0,0.0
2024-08-15 00:00:00+08:00,3.4000000953674316,3.4600000381469727,3.369999885559082,3.440000057220459,3.440000057220459,207915352.0,0.0,0.0
2024-08-16 00:00:00+08:00,3.450000047683716,3.5,3.440000057220459,3.490000009536743,3.490000009536743,167189239.0,0.0,0.0
2024-08-19 00:00:00+08:00,3.5,3.559999942779541,3.490000009536743,3.549999952316284,3.549999952316284,280645193.0,0.0,0.0
2024-08-20 00:00:00+08:00,3.569999933242798,3.5799999237060547,3.5399999618530273,3.5799999237060547,3.5799999237060547,167862373.0,0.0,0.0
2024-08-21 00:00:00+08:00,3.559999942779541,3.5799999237060547,3.5,3.5399999618530273,3.5399999618530273,153699946.0,0.0,0.0
2024-08-22 00:00:00+08:00,3.5399999618530273,3.5799999237060547,3.509999990463257,3.5799999237060547,3.5799999237060547,205812365.0,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-03 00:00:00+08:00 2.8299999237060547 2.8399999141693115 2.819999933242798 2.8299999237060547 2.3835816383361816 106906311.0 0.0 0.0
3 2022-01-04 00:00:00+08:00 2.8399999141693115 2.880000114440918 2.8299999237060547 2.880000114440918 2.425694704055786 303486674.0 0.0 0.0
4 2022-01-05 00:00:00+08:00 2.869999885559082 2.930000066757202 2.869999885559082 2.9200000762939453 2.4593849182128906 389293479.0 0.0 0.0
5 2022-01-06 00:00:00+08:00 2.930000066757202 2.930000066757202 2.890000104904175 2.9000000953674316 2.442539930343628 249854012.0 0.0 0.0
6 2022-01-07 00:00:00+08:00 2.9100000858306885 2.9800000190734863 2.9000000953674316 2.9700000286102295 2.501497507095337 465992708.0 0.0 0.0
7 2022-01-10 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.950000047683716 2.990000009536743 2.5183424949645996 441935679.0 0.0 0.0
8 2022-01-11 00:00:00+08:00 2.9700000286102295 3.0 2.9600000381469727 2.990000009536743 2.5183424949645996 284355235.0 0.0 0.0
9 2022-01-12 00:00:00+08:00 2.990000009536743 3.0 2.9600000381469727 2.990000009536743 2.5183424949645996 260389714.0 0.0 0.0
10 2022-01-13 00:00:00+08:00 2.990000009536743 3.0199999809265137 2.9800000190734863 3.0199999809265137 2.5436103343963623 263037777.0 0.0 0.0
11 2022-01-14 00:00:00+08:00 3.009999990463257 3.049999952316284 3.0 3.009999990463257 2.5351877212524414 232236472.0 0.0 0.0
12 2022-01-17 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9700000286102295 2.9700000286102295 2.501497507095337 212324610.0 0.0 0.0
13 2022-01-18 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9600000381469727 2.9700000286102295 2.501497507095337 187285081.0 0.0 0.0
14 2022-01-19 00:00:00+08:00 2.9800000190734863 3.0 2.9700000286102295 3.0 2.5267651081085205 234696577.0 0.0 0.0
15 2022-01-20 00:00:00+08:00 3.0 3.009999990463257 2.9800000190734863 3.0 2.5267651081085205 227484958.0 0.0 0.0
16 2022-01-21 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.009999990463257 2.5351877212524414 268210721.0 0.0 0.0
17 2022-01-24 00:00:00+08:00 3.0 3.049999952316284 2.990000009536743 3.0299999713897705 2.552032709121704 256425047.0 0.0 0.0
18 2022-01-25 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.0299999713897705 2.552032709121704 275064755.0 0.0 0.0
19 2022-01-26 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.0 3.009999990463257 2.5351877212524414 240479799.0 0.0 0.0
20 2022-01-27 00:00:00+08:00 3.0 3.0199999809265137 2.990000009536743 3.0199999809265137 2.5436103343963623 194466118.0 0.0 0.0
21 2022-01-28 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.009999990463257 3.0299999713897705 2.552032709121704 245991689.0 0.0 0.0
22 2022-01-31 00:00:00+08:00 3.0299999713897705 3.0299999713897705 3.0299999713897705 3.0299999713897705 2.552032709121704 0.0 0.0 0.0
23 2022-02-04 00:00:00+08:00 3.0399999618530273 3.059999942779541 3.0199999809265137 3.059999942779541 2.577300548553467 295115869.0 0.0 0.0
24 2022-02-07 00:00:00+08:00 3.059999942779541 3.130000114440918 3.049999952316284 3.109999895095825 2.619413137435913 382255865.0 0.0 0.0
25 2022-02-08 00:00:00+08:00 3.109999895095825 3.1700000762939453 3.109999895095825 3.140000104904175 2.644680976867676 348978357.0 0.0 0.0
26 2022-02-09 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.119999885559082 3.1500000953674316 2.6531033515930176 460753344.0 0.0 0.0
27 2022-02-10 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.180000066757202 2.6783711910247803 319867329.0 0.0 0.0
28 2022-02-11 00:00:00+08:00 3.180000066757202 3.200000047683716 3.1500000953674316 3.200000047683716 2.695216178894043 418974856.0 0.0 0.0
29 2022-02-14 00:00:00+08:00 3.200000047683716 3.200000047683716 3.1600000858306885 3.180000066757202 2.6783711910247803 256460955.0 0.0 0.0
30 2022-02-15 00:00:00+08:00 3.1700000762939453 3.190000057220459 3.059999942779541 3.0899999141693115 2.6025679111480713 585575752.0 0.0 0.0
31 2022-02-16 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0899999141693115 3.1500000953674316 2.6531033515930176 322426118.0 0.0 0.0
32 2022-02-17 00:00:00+08:00 3.140000104904175 3.1600000858306885 3.109999895095825 3.130000114440918 2.636258363723755 273522929.0 0.0 0.0
33 2022-02-18 00:00:00+08:00 3.119999885559082 3.1600000858306885 3.109999895095825 3.1500000953674316 2.6531033515930176 202504701.0 0.0 0.0
34 2022-02-21 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.109999895095825 3.1600000858306885 2.6615262031555176 216353660.0 0.0 0.0
35 2022-02-22 00:00:00+08:00 3.140000104904175 3.140000104904175 3.0999999046325684 3.130000114440918 2.636258363723755 262366104.0 0.0 0.0
36 2022-02-23 00:00:00+08:00 3.130000114440918 3.130000114440918 3.0999999046325684 3.119999885559082 2.627835750579834 139105336.0 0.0 0.0
37 2022-02-24 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.009999990463257 3.049999952316284 2.568877696990967 456391522.0 0.0 0.0
38 2022-02-25 00:00:00+08:00 3.009999990463257 3.049999952316284 3.009999990463257 3.0199999809265137 2.5436103343963623 273141197.0 0.0 0.0
39 2022-02-28 00:00:00+08:00 3.0299999713897705 3.059999942779541 2.9700000286102295 3.0399999618530273 2.560455322265625 456280219.0 0.0 0.0
40 2022-03-01 00:00:00+08:00 3.0199999809265137 3.049999952316284 2.990000009536743 3.0199999809265137 2.5436103343963623 281043238.0 0.0 0.0
41 2022-03-02 00:00:00+08:00 3.0 3.0199999809265137 2.9800000190734863 2.9800000190734863 2.509920120239258 244556789.0 0.0 0.0
42 2022-03-03 00:00:00+08:00 3.0 3.0399999618530273 2.990000009536743 3.0 2.5267651081085205 264861004.0 0.0 0.0
43 2022-03-04 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 3.009999990463257 2.5351877212524414 226751075.0 0.0 0.0
44 2022-03-07 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.9200000762939453 2.940000057220459 2.4762299060821533 385294624.0 0.0 0.0
45 2022-03-08 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.890000104904175 2.9100000858306885 2.4509623050689697 391075753.0 0.0 0.0
46 2022-03-09 00:00:00+08:00 2.9000000953674316 2.940000057220459 2.8499999046325684 2.890000104904175 2.434117078781128 449404952.0 0.0 0.0
47 2022-03-10 00:00:00+08:00 2.930000066757202 2.9700000286102295 2.9000000953674316 2.9600000381469727 2.493075132369995 349380718.0 0.0 0.0
48 2022-03-11 00:00:00+08:00 2.950000047683716 2.990000009536743 2.930000066757202 2.9600000381469727 2.493075132369995 359769490.0 0.0 0.0
49 2022-03-14 00:00:00+08:00 2.9600000381469727 2.990000009536743 2.9100000858306885 2.950000047683716 2.484652519226074 580285422.0 0.0 0.0
50 2022-03-15 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.799999952316284 2.859999895095825 2.4088494777679443 831143335.0 0.0 0.0
51 2022-03-16 00:00:00+08:00 2.890000104904175 2.890000104904175 2.809999942779541 2.869999885559082 2.417271852493286 584034464.0 0.0 0.0
52 2022-03-17 00:00:00+08:00 2.9200000762939453 2.9800000190734863 2.890000104904175 2.9800000190734863 2.509920120239258 507851140.0 0.0 0.0
53 2022-03-18 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.950000047683716 2.9700000286102295 2.501497507095337 601308421.0 0.0 0.0
54 2022-03-21 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.950000047683716 2.9600000381469727 2.493075132369995 288826257.0 0.0 0.0
55 2022-03-22 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 2.990000009536743 2.5183424949645996 254656273.0 0.0 0.0
56 2022-03-23 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.0 2.5267651081085205 182926884.0 0.0 0.0
57 2022-03-24 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9700000286102295 3.009999990463257 2.5351877212524414 182543510.0 0.0 0.0
58 2022-03-25 00:00:00+08:00 3.0 3.059999942779541 2.990000009536743 3.0299999713897705 2.552032709121704 257130203.0 0.0 0.0
59 2022-03-28 00:00:00+08:00 3.0299999713897705 3.049999952316284 3.009999990463257 3.0299999713897705 2.552032709121704 237189977.0 0.0 0.0
60 2022-03-29 00:00:00+08:00 3.0399999618530273 3.049999952316284 3.0199999809265137 3.049999952316284 2.568877696990967 212227770.0 0.0 0.0
61 2022-03-30 00:00:00+08:00 3.0899999141693115 3.1500000953674316 3.0799999237060547 3.119999885559082 2.627835750579834 450890881.0 0.0 0.0
62 2022-03-31 00:00:00+08:00 3.119999885559082 3.1700000762939453 3.109999895095825 3.1500000953674316 2.6531033515930176 412175568.0 0.0 0.0
63 2022-04-01 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.119999885559082 3.1500000953674316 2.6531033515930176 225184946.0 0.0 0.0
64 2022-04-04 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.130000114440918 3.1500000953674316 2.6531033515930176 230343178.0 0.0 0.0
65 2022-04-06 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.119999885559082 3.130000114440918 2.636258363723755 386335091.0 0.0 0.0
66 2022-04-07 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.140000104904175 2.644680976867676 237078727.0 0.0 0.0
67 2022-04-08 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.119999885559082 3.140000104904175 2.644680976867676 209910921.0 0.0 0.0
68 2022-04-11 00:00:00+08:00 3.140000104904175 3.140000104904175 3.119999885559082 3.140000104904175 2.644680976867676 232439672.0 0.0 0.0
69 2022-04-12 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.119999885559082 3.119999885559082 2.627835750579834 219548765.0 0.0 0.0
70 2022-04-13 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0999999046325684 3.130000114440918 2.636258363723755 187111332.0 0.0 0.0
71 2022-04-14 00:00:00+08:00 3.130000114440918 3.130000114440918 3.0999999046325684 3.119999885559082 2.627835750579834 220981481.0 0.0 0.0
72 2022-04-19 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0799999237060547 3.119999885559082 2.627835750579834 353736698.0 0.0 0.0
73 2022-04-20 00:00:00+08:00 3.119999885559082 3.140000104904175 3.109999895095825 3.140000104904175 2.644680976867676 193328109.0 0.0 0.0
74 2022-04-21 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.119999885559082 3.130000114440918 2.636258363723755 236352089.0 0.0 0.0
75 2022-04-22 00:00:00+08:00 3.109999895095825 3.1600000858306885 3.109999895095825 3.140000104904175 2.644680976867676 479300872.0 0.0 0.0
76 2022-04-25 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0799999237060547 3.0899999141693115 2.6025679111480713 382961775.0 0.0 0.0
77 2022-04-26 00:00:00+08:00 3.0899999141693115 3.0999999046325684 3.0399999618530273 3.059999942779541 2.577300548553467 419007829.0 0.0 0.0
78 2022-04-27 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0199999809265137 3.0399999618530273 2.560455322265625 271182106.0 0.0 0.0
79 2022-04-28 00:00:00+08:00 3.049999952316284 3.119999885559082 3.0399999618530273 3.119999885559082 2.627835750579834 283493983.0 0.0 0.0
80 2022-04-29 00:00:00+08:00 3.0999999046325684 3.140000104904175 3.059999942779541 3.0999999046325684 2.610990524291992 365522356.0 0.0 0.0
81 2022-05-03 00:00:00+08:00 3.059999942779541 3.0999999046325684 3.049999952316284 3.0999999046325684 2.610990524291992 182906067.0 0.0 0.0
82 2022-05-04 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.0999999046325684 2.610990524291992 152928453.0 0.0 0.0
83 2022-05-05 00:00:00+08:00 3.109999895095825 3.119999885559082 3.059999942779541 3.0799999237060547 2.5941455364227295 192343484.0 0.0 0.0
84 2022-05-06 00:00:00+08:00 3.059999942779541 3.0799999237060547 3.0299999713897705 3.0399999618530273 2.560455322265625 192659775.0 0.0 0.0
85 2022-05-10 00:00:00+08:00 3.009999990463257 3.0399999618530273 2.990000009536743 3.0199999809265137 2.5436103343963623 341525127.0 0.0 0.0
86 2022-05-11 00:00:00+08:00 3.0399999618530273 3.0399999618530273 3.0 3.0299999713897705 2.552032709121704 158882125.0 0.0 0.0
87 2022-05-12 00:00:00+08:00 3.0299999713897705 3.0399999618530273 2.9700000286102295 2.9800000190734863 2.509920120239258 328902319.0 0.0 0.0
88 2022-05-13 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.9800000190734863 3.009999990463257 2.5351877212524414 252333078.0 0.0 0.0
89 2022-05-16 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9800000190734863 2.990000009536743 2.5183424949645996 178933494.0 0.0 0.0
90 2022-05-17 00:00:00+08:00 3.009999990463257 3.0299999713897705 2.990000009536743 3.009999990463257 2.5351877212524414 181950422.0 0.0 0.0
91 2022-05-18 00:00:00+08:00 3.0 3.0299999713897705 2.990000009536743 3.009999990463257 2.5351877212524414 197261156.0 0.0 0.0
92 2022-05-19 00:00:00+08:00 3.0 3.0299999713897705 2.9800000190734863 3.0199999809265137 2.5436103343963623 305951398.0 0.0 0.0
93 2022-05-20 00:00:00+08:00 3.0399999618530273 3.0799999237060547 3.0299999713897705 3.059999942779541 2.577300548553467 248477454.0 0.0 0.0
94 2022-05-23 00:00:00+08:00 3.059999942779541 3.119999885559082 3.049999952316284 3.069999933242798 2.5857229232788086 166225925.0 0.0 0.0
95 2022-05-24 00:00:00+08:00 3.069999933242798 3.0799999237060547 3.049999952316284 3.059999942779541 2.577300548553467 139314832.0 0.0 0.0
96 2022-05-25 00:00:00+08:00 3.069999933242798 3.0999999046325684 3.059999942779541 3.069999933242798 2.5857229232788086 183834253.0 0.0 0.0
97 2022-05-26 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.059999942779541 3.0799999237060547 2.5941455364227295 173026219.0 0.0 0.0
98 2022-05-27 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.619413137435913 228558682.0 0.0 0.0
99 2022-05-30 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0899999141693115 3.0999999046325684 2.610990524291992 264894404.0 0.0 0.0
100 2022-05-31 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0899999141693115 3.1500000953674316 2.6531033515930176 459228242.0 0.0 0.0
101 2022-06-01 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.109999895095825 3.119999885559082 2.627835750579834 236755572.0 0.0 0.0
102 2022-06-02 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0899999141693115 3.109999895095825 2.619413137435913 154550979.0 0.0 0.0
103 2022-06-06 00:00:00+08:00 3.0999999046325684 3.130000114440918 3.059999942779541 3.119999885559082 2.627835750579834 260210670.0 0.0 0.0
104 2022-06-07 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.0999999046325684 2.610990524291992 156719843.0 0.0 0.0
105 2022-06-08 00:00:00+08:00 3.119999885559082 3.119999885559082 3.0799999237060547 3.0899999141693115 2.6025679111480713 204454918.0 0.0 0.0
106 2022-06-09 00:00:00+08:00 3.069999933242798 3.0999999046325684 3.069999933242798 3.0799999237060547 2.5941455364227295 146220686.0 0.0 0.0
107 2022-06-10 00:00:00+08:00 3.0799999237060547 3.0899999141693115 3.069999933242798 3.069999933242798 2.5857229232788086 205511274.0 0.0 0.0
108 2022-06-13 00:00:00+08:00 3.049999952316284 3.059999942779541 3.0399999618530273 3.049999952316284 2.568877696990967 251672640.0 0.0 0.0
109 2022-06-14 00:00:00+08:00 3.0399999618530273 3.0799999237060547 3.0299999713897705 3.059999942779541 2.577300548553467 148322050.0 0.0 0.0
110 2022-06-15 00:00:00+08:00 3.059999942779541 3.0899999141693115 3.049999952316284 3.069999933242798 2.5857229232788086 148614531.0 0.0 0.0
111 2022-06-16 00:00:00+08:00 3.069999933242798 3.0799999237060547 3.0399999618530273 3.0399999618530273 2.560455322265625 216608913.0 0.0 0.0
112 2022-06-17 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0299999713897705 3.049999952316284 2.568877696990967 288613123.0 0.0 0.0
113 2022-06-20 00:00:00+08:00 3.0299999713897705 3.059999942779541 3.0299999713897705 3.059999942779541 2.577300548553467 142010664.0 0.0 0.0
114 2022-06-21 00:00:00+08:00 3.059999942779541 3.119999885559082 3.059999942779541 3.109999895095825 2.619413137435913 186837223.0 0.0 0.0
115 2022-06-22 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.059999942779541 3.069999933242798 2.5857229232788086 206938443.0 0.0 0.0
116 2022-06-23 00:00:00+08:00 3.0799999237060547 3.109999895095825 3.069999933242798 3.0899999141693115 2.6025679111480713 149000313.0 0.0 0.0
117 2022-06-24 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.069999933242798 3.0899999141693115 2.6025679111480713 142742868.0 0.0 0.0
118 2022-06-27 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.619413137435913 192953215.0 0.0 0.0
119 2022-06-28 00:00:00+08:00 3.119999885559082 3.1500000953674316 3.109999895095825 3.1500000953674316 2.6531033515930176 247371533.0 0.0 0.0
120 2022-06-29 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.130000114440918 3.130000114440918 2.636258363723755 330264254.0 0.0 0.0
121 2022-06-30 00:00:00+08:00 3.119999885559082 3.1500000953674316 3.119999885559082 3.130000114440918 2.636258363723755 325471714.0 0.0 0.0
122 2022-07-04 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.1500000953674316 2.6531033515930176 349891887.0 0.0 0.0
123 2022-07-05 00:00:00+08:00 3.1500000953674316 3.1700000762939453 3.140000104904175 3.1500000953674316 2.6531033515930176 400358856.0 0.0 0.0
124 2022-07-06 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.0899999141693115 3.109999895095825 2.619413137435913 581879678.0 0.0 0.0
125 2022-07-07 00:00:00+08:00 2.859999895095825 2.880000114440918 2.8299999237060547 2.880000114440918 2.645975112915039 275014686.0 0.258911 0.0
126 2022-07-08 00:00:00+08:00 2.890000104904175 2.9000000953674316 2.859999895095825 2.869999885559082 2.6367874145507812 163419369.0 0.0 0.0
127 2022-07-11 00:00:00+08:00 2.859999895095825 2.869999885559082 2.8299999237060547 2.8399999141693115 2.609225273132324 173468156.0 0.0 0.0
128 2022-07-12 00:00:00+08:00 2.8399999141693115 2.869999885559082 2.8299999237060547 2.8299999237060547 2.6000378131866455 222607375.0 0.0 0.0
129 2022-07-13 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.7699999809265137 2.7799999713897705 2.554100751876831 355255318.0 0.0 0.0
130 2022-07-14 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.7200000286102295 2.7300000190734863 2.5081636905670166 357402650.0 0.0 0.0
131 2022-07-15 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.680000066757202 2.690000057220459 2.471414089202881 481754599.0 0.0 0.0
132 2022-07-18 00:00:00+08:00 2.700000047683716 2.7699999809265137 2.700000047683716 2.7699999809265137 2.5449132919311523 212825076.0 0.0 0.0
133 2022-07-19 00:00:00+08:00 2.75 2.759999990463257 2.7300000190734863 2.75 2.526538610458374 135001841.0 0.0 0.0
134 2022-07-20 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.7699999809265137 2.5449132919311523 169230497.0 0.0 0.0
135 2022-07-21 00:00:00+08:00 2.7799999713897705 2.7799999713897705 2.75 2.759999990463257 2.5357258319854736 186100154.0 0.0 0.0
136 2022-07-22 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.75 2.759999990463257 2.5357258319854736 155287053.0 0.0 0.0
137 2022-07-25 00:00:00+08:00 2.75 2.7799999713897705 2.75 2.7799999713897705 2.554100751876831 125931662.0 0.0 0.0
138 2022-07-26 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.7699999809265137 2.7799999713897705 2.554100751876831 216810094.0 0.0 0.0
139 2022-07-27 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7799999713897705 2.799999952316284 2.5724756717681885 193771598.0 0.0 0.0
140 2022-07-28 00:00:00+08:00 2.7899999618530273 2.809999942779541 2.7799999713897705 2.799999952316284 2.5724756717681885 141950903.0 0.0 0.0
141 2022-07-29 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7699999809265137 2.7899999618530273 2.5632882118225098 219473348.0 0.0 0.0
142 2022-08-01 00:00:00+08:00 2.799999952316284 2.799999952316284 2.75 2.799999952316284 2.5724756717681885 193849609.0 0.0 0.0
143 2022-08-02 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.7200000286102295 2.740000009536743 2.5173511505126953 305254423.0 0.0 0.0
144 2022-08-03 00:00:00+08:00 2.740000009536743 2.740000009536743 2.700000047683716 2.7300000190734863 2.5081636905670166 185031586.0 0.0 0.0
145 2022-08-04 00:00:00+08:00 2.7300000190734863 2.7699999809265137 2.7300000190734863 2.75 2.526538610458374 149666448.0 0.0 0.0
146 2022-08-05 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.5357258319854736 82464234.0 0.0 0.0
147 2022-08-08 00:00:00+08:00 2.7699999809265137 2.7899999618530273 2.759999990463257 2.7699999809265137 2.5449132919311523 126225637.0 0.0 0.0
148 2022-08-09 00:00:00+08:00 2.7699999809265137 2.799999952316284 2.75 2.7699999809265137 2.5449132919311523 133703207.0 0.0 0.0
149 2022-08-10 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.740000009536743 2.75 2.526538610458374 163630962.0 0.0 0.0
150 2022-08-11 00:00:00+08:00 2.75 2.7799999713897705 2.740000009536743 2.7799999713897705 2.554100751876831 201114818.0 0.0 0.0
151 2022-08-12 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.7699999809265137 2.7899999618530273 2.5632882118225098 147891312.0 0.0 0.0
152 2022-08-15 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7699999809265137 2.7799999713897705 2.554100751876831 93812909.0 0.0 0.0
153 2022-08-16 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.75 2.759999990463257 2.5357258319854736 124424592.0 0.0 0.0
154 2022-08-17 00:00:00+08:00 2.7799999713897705 2.7899999618530273 2.759999990463257 2.7699999809265137 2.5449132919311523 115109343.0 0.0 0.0
155 2022-08-18 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.740000009536743 2.75 2.526538610458374 139841455.0 0.0 0.0
156 2022-08-19 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7300000190734863 2.75 2.526538610458374 118002522.0 0.0 0.0
157 2022-08-22 00:00:00+08:00 2.7300000190734863 2.75 2.7300000190734863 2.740000009536743 2.5173511505126953 124178159.0 0.0 0.0
158 2022-08-23 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.7100000381469727 2.4897890090942383 177066045.0 0.0 0.0
159 2022-08-24 00:00:00+08:00 2.7100000381469727 2.7200000286102295 2.690000057220459 2.690000057220459 2.471414089202881 241393598.0 0.0 0.0
160 2022-08-25 00:00:00+08:00 2.700000047683716 2.75 2.690000057220459 2.740000009536743 2.5173511505126953 99729790.0 0.0 0.0
161 2022-08-26 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7300000190734863 2.740000009536743 2.5173511505126953 130364429.0 0.0 0.0
162 2022-08-29 00:00:00+08:00 2.7300000190734863 2.75 2.7200000286102295 2.740000009536743 2.5173511505126953 125044922.0 0.0 0.0
163 2022-08-30 00:00:00+08:00 2.740000009536743 2.75 2.7100000381469727 2.740000009536743 2.5173511505126953 147533846.0 0.0 0.0
164 2022-08-31 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7100000381469727 2.759999990463257 2.5357258319854736 314863624.0 0.0 0.0
165 2022-09-01 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7200000286102295 2.75 2.526538610458374 164682026.0 0.0 0.0
166 2022-09-02 00:00:00+08:00 2.75 2.75 2.7200000286102295 2.7300000190734863 2.5081636905670166 166371407.0 0.0 0.0
167 2022-09-05 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.700000047683716 2.7200000286102295 2.498976230621338 249953442.0 0.0 0.0
168 2022-09-06 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.690000057220459 2.700000047683716 2.4806015491485596 217320741.0 0.0 0.0
169 2022-09-07 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.690000057220459 2.7100000381469727 2.4897890090942383 205789777.0 0.0 0.0
170 2022-09-08 00:00:00+08:00 2.700000047683716 2.7100000381469727 2.690000057220459 2.700000047683716 2.4806015491485596 123187888.0 0.0 0.0
171 2022-09-09 00:00:00+08:00 2.700000047683716 2.740000009536743 2.690000057220459 2.7300000190734863 2.5081636905670166 147224662.0 0.0 0.0
172 2022-09-13 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.7200000286102295 2.498976230621338 138718166.0 0.0 0.0
173 2022-09-14 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.690000057220459 2.690000057220459 2.471414089202881 140970566.0 0.0 0.0
174 2022-09-15 00:00:00+08:00 2.690000057220459 2.700000047683716 2.680000066757202 2.680000066757202 2.462226629257202 247818632.0 0.0 0.0
175 2022-09-16 00:00:00+08:00 2.680000066757202 2.690000057220459 2.6700000762939453 2.680000066757202 2.462226629257202 304764099.0 0.0 0.0
176 2022-09-19 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6700000762939453 2.680000066757202 2.462226629257202 140036791.0 0.0 0.0
177 2022-09-20 00:00:00+08:00 2.680000066757202 2.700000047683716 2.680000066757202 2.690000057220459 2.471414089202881 98770091.0 0.0 0.0
178 2022-09-21 00:00:00+08:00 2.690000057220459 2.700000047683716 2.680000066757202 2.680000066757202 2.462226629257202 130082977.0 0.0 0.0
179 2022-09-22 00:00:00+08:00 2.6700000762939453 2.680000066757202 2.6600000858306885 2.6700000762939453 2.4530394077301025 142686715.0 0.0 0.0
180 2022-09-23 00:00:00+08:00 2.6700000762939453 2.690000057220459 2.6600000858306885 2.680000066757202 2.462226629257202 105819396.0 0.0 0.0
181 2022-09-26 00:00:00+08:00 2.680000066757202 2.680000066757202 2.6500000953674316 2.6500000953674316 2.434664487838745 226240851.0 0.0 0.0
182 2022-09-27 00:00:00+08:00 2.6600000858306885 2.6700000762939453 2.619999885559082 2.619999885559082 2.407102108001709 205606570.0 0.0 0.0
183 2022-09-28 00:00:00+08:00 2.619999885559082 2.619999885559082 2.549999952316284 2.549999952316284 2.342790126800537 418801380.0 0.0 0.0
184 2022-09-29 00:00:00+08:00 2.549999952316284 2.5999999046325684 2.5199999809265137 2.5399999618530273 2.3336029052734375 238025719.0 0.0 0.0
185 2022-09-30 00:00:00+08:00 2.549999952316284 2.5899999141693115 2.5299999713897705 2.569999933242798 2.3611650466918945 220718380.0 0.0 0.0
186 2022-10-03 00:00:00+08:00 2.559999942779541 2.5899999141693115 2.5199999809265137 2.549999952316284 2.342790126800537 108098460.0 0.0 0.0
187 2022-10-05 00:00:00+08:00 2.5799999237060547 2.6600000858306885 2.569999933242798 2.640000104904175 2.4254770278930664 247493824.0 0.0 0.0
188 2022-10-06 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.630000114440918 2.630000114440918 2.4162895679473877 106084251.0 0.0 0.0
189 2022-10-07 00:00:00+08:00 2.630000114440918 2.6500000953674316 2.609999895095825 2.619999885559082 2.407102108001709 90956225.0 0.0 0.0
190 2022-10-10 00:00:00+08:00 2.5999999046325684 2.619999885559082 2.5799999237060547 2.5999999046325684 2.3887271881103516 120707315.0 0.0 0.0
191 2022-10-11 00:00:00+08:00 2.609999895095825 2.619999885559082 2.559999942779541 2.569999933242798 2.3611650466918945 151039396.0 0.0 0.0
192 2022-10-12 00:00:00+08:00 2.569999933242798 2.5899999141693115 2.559999942779541 2.569999933242798 2.3611650466918945 201498949.0 0.0 0.0
193 2022-10-13 00:00:00+08:00 2.5799999237060547 2.5899999141693115 2.549999952316284 2.549999952316284 2.342790126800537 132954567.0 0.0 0.0
194 2022-10-14 00:00:00+08:00 2.5799999237060547 2.609999895095825 2.549999952316284 2.559999942779541 2.351977586746216 170921690.0 0.0 0.0
195 2022-10-17 00:00:00+08:00 2.569999933242798 2.609999895095825 2.559999942779541 2.5999999046325684 2.3887271881103516 168001125.0 0.0 0.0
196 2022-10-18 00:00:00+08:00 2.619999885559082 2.630000114440918 2.5799999237060547 2.609999895095825 2.3979146480560303 183460890.0 0.0 0.0
197 2022-10-19 00:00:00+08:00 2.609999895095825 2.630000114440918 2.5999999046325684 2.5999999046325684 2.3887271881103516 122517162.0 0.0 0.0
198 2022-10-20 00:00:00+08:00 2.5899999141693115 2.640000104904175 2.5799999237060547 2.630000114440918 2.4162895679473877 241048802.0 0.0 0.0
199 2022-10-21 00:00:00+08:00 2.640000104904175 2.6700000762939453 2.619999885559082 2.6500000953674316 2.434664487838745 224324881.0 0.0 0.0
200 2022-10-24 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.5799999237060547 2.609999895095825 2.3979146480560303 341025177.0 0.0 0.0
201 2022-10-25 00:00:00+08:00 2.609999895095825 2.630000114440918 2.5899999141693115 2.630000114440918 2.4162895679473877 332087021.0 0.0 0.0
202 2022-10-26 00:00:00+08:00 2.630000114440918 2.640000104904175 2.5899999141693115 2.5999999046325684 2.3887271881103516 187390146.0 0.0 0.0
203 2022-10-27 00:00:00+08:00 2.619999885559082 2.630000114440918 2.5799999237060547 2.5999999046325684 2.3887271881103516 212577900.0 0.0 0.0
204 2022-10-28 00:00:00+08:00 2.609999895095825 2.619999885559082 2.5799999237060547 2.5999999046325684 2.3887271881103516 196605072.0 0.0 0.0
205 2022-10-31 00:00:00+08:00 2.609999895095825 2.619999885559082 2.5299999713897705 2.5299999713897705 2.324415445327759 301629466.0 0.0 0.0
206 2022-11-01 00:00:00+08:00 2.549999952316284 2.559999942779541 2.509999990463257 2.549999952316284 2.342790126800537 293764629.0 0.0 0.0
207 2022-11-02 00:00:00+08:00 2.5399999618530273 2.569999933242798 2.509999990463257 2.549999952316284 2.342790126800537 177808744.0 0.0 0.0
208 2022-11-03 00:00:00+08:00 2.5199999809265137 2.559999942779541 2.509999990463257 2.5199999809265137 2.31522798538208 173620357.0 0.0 0.0
209 2022-11-04 00:00:00+08:00 2.5199999809265137 2.5999999046325684 2.509999990463257 2.5799999237060547 2.3703525066375732 286736115.0 0.0 0.0
210 2022-11-07 00:00:00+08:00 2.569999933242798 2.640000104904175 2.569999933242798 2.619999885559082 2.407102108001709 250003832.0 0.0 0.0
211 2022-11-08 00:00:00+08:00 2.619999885559082 2.6500000953674316 2.609999895095825 2.630000114440918 2.4162895679473877 137556949.0 0.0 0.0
212 2022-11-09 00:00:00+08:00 2.640000104904175 2.6700000762939453 2.630000114440918 2.640000104904175 2.4254770278930664 200638853.0 0.0 0.0
213 2022-11-10 00:00:00+08:00 2.640000104904175 2.640000104904175 2.5799999237060547 2.609999895095825 2.3979146480560303 145100597.0 0.0 0.0
214 2022-11-11 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.630000114440918 2.6700000762939453 2.4530394077301025 381371176.0 0.0 0.0
215 2022-11-14 00:00:00+08:00 2.700000047683716 2.700000047683716 2.630000114440918 2.6500000953674316 2.434664487838745 354932990.0 0.0 0.0
216 2022-11-15 00:00:00+08:00 2.6600000858306885 2.7100000381469727 2.6500000953674316 2.690000057220459 2.471414089202881 291790723.0 0.0 0.0
217 2022-11-16 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6600000858306885 2.6600000858306885 2.443851947784424 186766362.0 0.0 0.0
218 2022-11-17 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.640000104904175 2.6600000858306885 2.443851947784424 179443572.0 0.0 0.0
219 2022-11-18 00:00:00+08:00 2.6500000953674316 2.6600000858306885 2.619999885559082 2.619999885559082 2.407102108001709 154145900.0 0.0 0.0
220 2022-11-21 00:00:00+08:00 2.619999885559082 2.6600000858306885 2.609999895095825 2.630000114440918 2.4162895679473877 235091636.0 0.0 0.0
221 2022-11-22 00:00:00+08:00 2.6500000953674316 2.680000066757202 2.630000114440918 2.680000066757202 2.462226629257202 252390695.0 0.0 0.0
222 2022-11-23 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6600000858306885 2.680000066757202 2.462226629257202 182421747.0 0.0 0.0
223 2022-11-24 00:00:00+08:00 2.690000057220459 2.7100000381469727 2.680000066757202 2.700000047683716 2.4806015491485596 149761562.0 0.0 0.0
224 2022-11-25 00:00:00+08:00 2.7200000286102295 2.759999990463257 2.690000057220459 2.740000009536743 2.5173511505126953 254632913.0 0.0 0.0
225 2022-11-28 00:00:00+08:00 2.7300000190734863 2.7300000190734863 2.6500000953674316 2.690000057220459 2.471414089202881 161785261.0 0.0 0.0
226 2022-11-29 00:00:00+08:00 2.700000047683716 2.759999990463257 2.690000057220459 2.759999990463257 2.5357258319854736 346581294.0 0.0 0.0
227 2022-11-30 00:00:00+08:00 2.740000009536743 2.7699999809265137 2.7100000381469727 2.7699999809265137 2.5449132919311523 432080694.0 0.0 0.0
228 2022-12-01 00:00:00+08:00 2.7799999713897705 2.7799999713897705 2.7300000190734863 2.7300000190734863 2.5081636905670166 217546736.0 0.0 0.0
229 2022-12-02 00:00:00+08:00 2.740000009536743 2.740000009536743 2.700000047683716 2.700000047683716 2.4806015491485596 230276247.0 0.0 0.0
230 2022-12-05 00:00:00+08:00 2.7300000190734863 2.740000009536743 2.7100000381469727 2.7100000381469727 2.4897890090942383 326974686.0 0.0 0.0
231 2022-12-06 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.700000047683716 2.7100000381469727 2.4897890090942383 220701897.0 0.0 0.0
232 2022-12-07 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.6700000762939453 2.6700000762939453 2.4530394077301025 398444399.0 0.0 0.0
233 2022-12-08 00:00:00+08:00 2.690000057220459 2.7100000381469727 2.690000057220459 2.7100000381469727 2.4897890090942383 166611951.0 0.0 0.0
234 2022-12-09 00:00:00+08:00 2.7100000381469727 2.75 2.7100000381469727 2.75 2.526538610458374 217686647.0 0.0 0.0
235 2022-12-12 00:00:00+08:00 2.75 2.75 2.7100000381469727 2.7300000190734863 2.5081636905670166 197998512.0 0.0 0.0
236 2022-12-13 00:00:00+08:00 2.7300000190734863 2.75 2.7200000286102295 2.7300000190734863 2.5081636905670166 198361151.0 0.0 0.0
237 2022-12-14 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.75 2.526538610458374 180466517.0 0.0 0.0
238 2022-12-15 00:00:00+08:00 2.75 2.759999990463257 2.7300000190734863 2.759999990463257 2.5357258319854736 123892446.0 0.0 0.0
239 2022-12-16 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.75 2.759999990463257 2.5357258319854736 291484353.0 0.0 0.0
240 2022-12-19 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.740000009536743 2.759999990463257 2.5357258319854736 177450617.0 0.0 0.0
241 2022-12-20 00:00:00+08:00 2.759999990463257 2.759999990463257 2.7300000190734863 2.75 2.526538610458374 180566751.0 0.0 0.0
242 2022-12-21 00:00:00+08:00 2.75 2.7699999809265137 2.740000009536743 2.759999990463257 2.5357258319854736 115535826.0 0.0 0.0
243 2022-12-22 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7699999809265137 2.799999952316284 2.5724756717681885 196411837.0 0.0 0.0
244 2022-12-23 00:00:00+08:00 2.799999952316284 2.799999952316284 2.7699999809265137 2.7799999713897705 2.554100751876831 104303170.0 0.0 0.0
245 2022-12-28 00:00:00+08:00 2.799999952316284 2.869999885559082 2.7899999618530273 2.8399999141693115 2.609225273132324 345503668.0 0.0 0.0
246 2022-12-29 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.809999942779541 2.8399999141693115 2.609225273132324 229732726.0 0.0 0.0
247 2022-12-30 00:00:00+08:00 2.859999895095825 2.869999885559082 2.8399999141693115 2.8399999141693115 2.609225273132324 178067459.0 0.0 0.0
248 2023-01-03 00:00:00+08:00 2.8299999237060547 2.880000114440918 2.7899999618530273 2.859999895095825 2.6275999546051025 190823528.0 0.0 0.0
249 2023-01-04 00:00:00+08:00 2.880000114440918 2.9100000858306885 2.869999885559082 2.9100000858306885 2.673537254333496 228572448.0 0.0 0.0
250 2023-01-05 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.880000114440918 2.880000114440918 2.645975112915039 255214611.0 0.0 0.0
251 2023-01-06 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.869999885559082 2.9000000953674316 2.6643497943878174 245642286.0 0.0 0.0
252 2023-01-09 00:00:00+08:00 2.9100000858306885 2.930000066757202 2.890000104904175 2.9100000858306885 2.673537254333496 210901123.0 0.0 0.0
253 2023-01-10 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.890000104904175 2.9000000953674316 2.6643497943878174 169340104.0 0.0 0.0
254 2023-01-11 00:00:00+08:00 2.9100000858306885 2.940000057220459 2.9000000953674316 2.9200000762939453 2.682724714279175 251759513.0 0.0 0.0
255 2023-01-12 00:00:00+08:00 2.940000057220459 2.950000047683716 2.9200000762939453 2.940000057220459 2.701099395751953 198273613.0 0.0 0.0
256 2023-01-13 00:00:00+08:00 2.950000047683716 2.9700000286102295 2.930000066757202 2.9600000381469727 2.7194743156433105 170564472.0 0.0 0.0
257 2023-01-16 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9800000190734863 2.737848997116089 139812936.0 0.0 0.0
258 2023-01-17 00:00:00+08:00 2.9800000190734863 2.9800000190734863 2.950000047683716 2.9700000286102295 2.72866153717041 176550661.0 0.0 0.0
259 2023-01-18 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9600000381469727 2.7194743156433105 178542026.0 0.0 0.0
260 2023-01-19 00:00:00+08:00 2.9600000381469727 2.9600000381469727 2.930000066757202 2.9600000381469727 2.7194743156433105 185924992.0 0.0 0.0
261 2023-01-20 00:00:00+08:00 2.9600000381469727 3.0 2.950000047683716 2.990000009536743 2.7470364570617676 174579806.0 0.0 0.0
262 2023-01-26 00:00:00+08:00 3.0 3.0299999713897705 3.0 3.0299999713897705 2.7837860584259033 183604593.0 0.0 0.0
263 2023-01-27 00:00:00+08:00 3.0299999713897705 3.059999942779541 3.0199999809265137 3.059999942779541 2.8113481998443604 222572281.0 0.0 0.0
264 2023-01-30 00:00:00+08:00 3.059999942779541 3.059999942779541 3.0 3.009999990463257 2.765411376953125 334355795.0 0.0 0.0
265 2023-01-31 00:00:00+08:00 3.0199999809265137 3.0299999713897705 2.9800000190734863 2.990000009536743 2.7470364570617676 298519480.0 0.0 0.0
266 2023-02-01 00:00:00+08:00 2.990000009536743 3.009999990463257 2.9800000190734863 3.0 2.7562239170074463 169444911.0 0.0 0.0
267 2023-02-02 00:00:00+08:00 3.0199999809265137 3.0199999809265137 2.9800000190734863 2.990000009536743 2.7470364570617676 135551645.0 0.0 0.0
268 2023-02-03 00:00:00+08:00 3.0 3.0 2.950000047683716 2.9800000190734863 2.737848997116089 220621955.0 0.0 0.0
269 2023-02-06 00:00:00+08:00 2.9700000286102295 2.9700000286102295 2.930000066757202 2.940000057220459 2.701099395751953 240244599.0 0.0 0.0
270 2023-02-07 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.940000057220459 2.9600000381469727 2.7194743156433105 171599472.0 0.0 0.0
271 2023-02-08 00:00:00+08:00 2.950000047683716 2.990000009536743 2.950000047683716 2.9700000286102295 2.72866153717041 101790984.0 0.0 0.0
272 2023-02-09 00:00:00+08:00 2.9600000381469727 2.990000009536743 2.950000047683716 2.9800000190734863 2.737848997116089 163391718.0 0.0 0.0
273 2023-02-10 00:00:00+08:00 2.9700000286102295 2.990000009536743 2.950000047683716 2.950000047683716 2.710286855697632 122058391.0 0.0 0.0
274 2023-02-13 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.930000066757202 2.940000057220459 2.701099395751953 155518503.0 0.0 0.0
275 2023-02-14 00:00:00+08:00 2.9600000381469727 2.9600000381469727 2.940000057220459 2.940000057220459 2.701099395751953 104647894.0 0.0 0.0
276 2023-02-15 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9100000858306885 2.930000066757202 2.6919119358062744 239423279.0 0.0 0.0
277 2023-02-16 00:00:00+08:00 2.930000066757202 2.940000057220459 2.9200000762939453 2.930000066757202 2.6919119358062744 152423999.0 0.0 0.0
278 2023-02-17 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9200000762939453 2.930000066757202 2.6919119358062744 116724325.0 0.0 0.0
279 2023-02-20 00:00:00+08:00 2.930000066757202 2.9600000381469727 2.9200000762939453 2.950000047683716 2.710286855697632 139479932.0 0.0 0.0
280 2023-02-21 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.940000057220459 2.950000047683716 2.710286855697632 92086005.0 0.0 0.0
281 2023-02-22 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.930000066757202 2.930000066757202 2.6919119358062744 103240749.0 0.0 0.0
282 2023-02-23 00:00:00+08:00 2.930000066757202 2.950000047683716 2.930000066757202 2.930000066757202 2.6919119358062744 106157006.0 0.0 0.0
283 2023-02-24 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.9100000858306885 2.9100000858306885 2.673537254333496 156275061.0 0.0 0.0
284 2023-02-27 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.9000000953674316 2.9000000953674316 2.6643497943878174 176386277.0 0.0 0.0
285 2023-02-28 00:00:00+08:00 2.9100000858306885 2.930000066757202 2.880000114440918 2.880000114440918 2.645975112915039 242266079.0 0.0 0.0
286 2023-03-01 00:00:00+08:00 2.880000114440918 2.9600000381469727 2.880000114440918 2.940000057220459 2.701099395751953 230175356.0 0.0 0.0
287 2023-03-02 00:00:00+08:00 2.950000047683716 2.9700000286102295 2.9200000762939453 2.9700000286102295 2.72866153717041 156721409.0 0.0 0.0
288 2023-03-03 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9600000381469727 2.990000009536743 2.7470364570617676 156464183.0 0.0 0.0
289 2023-03-06 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.9600000381469727 3.0 2.7562239170074463 236911516.0 0.0 0.0
290 2023-03-07 00:00:00+08:00 3.009999990463257 3.069999933242798 2.990000009536743 3.009999990463257 2.765411376953125 331207423.0 0.0 0.0
291 2023-03-08 00:00:00+08:00 2.990000009536743 2.990000009536743 2.9600000381469727 2.9800000190734863 2.737848997116089 169488603.0 0.0 0.0
292 2023-03-09 00:00:00+08:00 2.9800000190734863 3.009999990463257 2.950000047683716 2.9600000381469727 2.7194743156433105 226434889.0 0.0 0.0
293 2023-03-10 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9100000858306885 2.9200000762939453 2.682724714279175 324419293.0 0.0 0.0
294 2023-03-13 00:00:00+08:00 2.9100000858306885 2.9700000286102295 2.9100000858306885 2.9600000381469727 2.7194743156433105 283001042.0 0.0 0.0
295 2023-03-14 00:00:00+08:00 2.940000057220459 2.9700000286102295 2.9000000953674316 2.9200000762939453 2.682724714279175 276165334.0 0.0 0.0
296 2023-03-15 00:00:00+08:00 2.940000057220459 3.0 2.940000057220459 2.9800000190734863 2.737848997116089 306019717.0 0.0 0.0
297 2023-03-16 00:00:00+08:00 2.9700000286102295 3.0199999809265137 2.9700000286102295 3.0 2.7562239170074463 337246665.0 0.0 0.0
298 2023-03-17 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.009999990463257 2.765411376953125 474192271.0 0.0 0.0
299 2023-03-20 00:00:00+08:00 3.009999990463257 3.0399999618530273 2.9800000190734863 3.009999990463257 2.765411376953125 302517593.0 0.0 0.0
300 2023-03-21 00:00:00+08:00 3.0199999809265137 3.0299999713897705 2.9700000286102295 2.990000009536743 2.7470364570617676 190990791.0 0.0 0.0
301 2023-03-22 00:00:00+08:00 2.9800000190734863 3.049999952316284 2.9800000190734863 3.0199999809265137 2.7745985984802246 327361985.0 0.0 0.0
302 2023-03-23 00:00:00+08:00 3.0199999809265137 3.049999952316284 3.009999990463257 3.0399999618530273 2.792973518371582 179540267.0 0.0 0.0
303 2023-03-24 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.0 3.009999990463257 2.765411376953125 185863751.0 0.0 0.0
304 2023-03-27 00:00:00+08:00 3.0 3.009999990463257 2.9800000190734863 2.9800000190734863 2.737848997116089 165526114.0 0.0 0.0
305 2023-03-28 00:00:00+08:00 3.0 3.0299999713897705 2.9800000190734863 3.009999990463257 2.765411376953125 114694384.0 0.0 0.0
306 2023-03-29 00:00:00+08:00 3.0299999713897705 3.049999952316284 3.009999990463257 3.0399999618530273 2.792973518371582 294188064.0 0.0 0.0
307 2023-03-30 00:00:00+08:00 3.0299999713897705 3.049999952316284 2.990000009536743 3.0199999809265137 2.7745985984802246 205570289.0 0.0 0.0
308 2023-03-31 00:00:00+08:00 3.0399999618530273 3.059999942779541 3.009999990463257 3.009999990463257 2.765411376953125 369847410.0 0.0 0.0
309 2023-04-03 00:00:00+08:00 3.009999990463257 3.0399999618530273 3.0 3.009999990463257 2.765411376953125 184514772.0 0.0 0.0
310 2023-04-04 00:00:00+08:00 3.0299999713897705 3.0399999618530273 3.009999990463257 3.0299999713897705 2.7837860584259033 205287968.0 0.0 0.0
311 2023-04-06 00:00:00+08:00 3.0399999618530273 3.049999952316284 3.0299999713897705 3.0299999713897705 2.7837860584259033 148703289.0 0.0 0.0
312 2023-04-11 00:00:00+08:00 3.059999942779541 3.069999933242798 3.0399999618530273 3.069999933242798 2.820535659790039 228834937.0 0.0 0.0
313 2023-04-12 00:00:00+08:00 3.069999933242798 3.0899999141693115 3.059999942779541 3.0899999141693115 2.8389105796813965 195869097.0 0.0 0.0
314 2023-04-13 00:00:00+08:00 3.0799999237060547 3.0999999046325684 3.059999942779541 3.0999999046325684 2.848097801208496 196477650.0 0.0 0.0
315 2023-04-14 00:00:00+08:00 3.0999999046325684 3.119999885559082 3.0799999237060547 3.109999895095825 2.857285261154175 165646703.0 0.0 0.0
316 2023-04-17 00:00:00+08:00 3.109999895095825 3.1700000762939453 3.0899999141693115 3.1500000953674316 2.8940351009368896 318579375.0 0.0 0.0
317 2023-04-18 00:00:00+08:00 3.190000057220459 3.190000057220459 3.1500000953674316 3.1600000858306885 2.9032225608825684 226417979.0 0.0 0.0
318 2023-04-19 00:00:00+08:00 3.1600000858306885 3.1600000858306885 3.119999885559082 3.140000104904175 2.884847640991211 188611472.0 0.0 0.0
319 2023-04-20 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.119999885559082 3.140000104904175 2.884847640991211 156796304.0 0.0 0.0
320 2023-04-21 00:00:00+08:00 3.1500000953674316 3.180000066757202 3.109999895095825 3.130000114440918 2.8756604194641113 216903043.0 0.0 0.0
321 2023-04-24 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.0999999046325684 3.119999885559082 2.8664727210998535 168090850.0 0.0 0.0
322 2023-04-25 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.140000104904175 2.884847640991211 189568006.0 0.0 0.0
323 2023-04-26 00:00:00+08:00 3.140000104904175 3.140000104904175 3.0899999141693115 3.130000114440918 2.8756604194641113 164172101.0 0.0 0.0
324 2023-04-27 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.0999999046325684 3.140000104904175 2.884847640991211 226941096.0 0.0 0.0
325 2023-04-28 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.130000114440918 3.130000114440918 2.8756604194641113 254250074.0 0.0 0.0
326 2023-05-02 00:00:00+08:00 3.1600000858306885 3.1700000762939453 3.130000114440918 3.1500000953674316 2.8940351009368896 208212711.0 0.0 0.0
327 2023-05-03 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0899999141693115 3.109999895095825 2.857285261154175 142387753.0 0.0 0.0
328 2023-05-04 00:00:00+08:00 3.0999999046325684 3.240000009536743 3.0999999046325684 3.240000009536743 2.97672176361084 597317083.0 0.0 0.0
329 2023-05-05 00:00:00+08:00 3.2300000190734863 3.319999933242798 3.2200000286102295 3.2699999809265137 3.004283905029297 651994723.0 0.0 0.0
330 2023-05-08 00:00:00+08:00 3.2699999809265137 3.4200000762939453 3.259999990463257 3.4200000762939453 3.1420953273773193 996795816.0 0.0 0.0
331 2023-05-09 00:00:00+08:00 3.4200000762939453 3.450000047683716 3.319999933242798 3.369999885559082 3.096158027648926 746342767.0 0.0 0.0
332 2023-05-10 00:00:00+08:00 3.380000114440918 3.380000114440918 3.259999990463257 3.2699999809265137 3.004283905029297 412287784.0 0.0 0.0
333 2023-05-11 00:00:00+08:00 3.2799999713897705 3.3299999237060547 3.25 3.2699999809265137 3.004283905029297 366507410.0 0.0 0.0
334 2023-05-12 00:00:00+08:00 3.2699999809265137 3.2699999809265137 3.190000057220459 3.2100000381469727 2.949159622192383 289863825.0 0.0 0.0
335 2023-05-15 00:00:00+08:00 3.200000047683716 3.2799999713897705 3.1700000762939453 3.2799999713897705 3.0134713649749756 385499418.0 0.0 0.0
336 2023-05-16 00:00:00+08:00 3.2799999713897705 3.309999942779541 3.2300000190734863 3.2699999809265137 3.004283905029297 198717103.0 0.0 0.0
337 2023-05-17 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2100000381469727 3.2200000286102295 2.9583470821380615 282628223.0 0.0 0.0
338 2023-05-18 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2200000286102295 3.2899999618530273 3.0226588249206543 266644759.0 0.0 0.0
339 2023-05-19 00:00:00+08:00 3.2799999713897705 3.2899999618530273 3.2300000190734863 3.25 2.9859092235565186 177453684.0 0.0 0.0
340 2023-05-22 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2100000381469727 3.2699999809265137 3.004283905029297 189171807.0 0.0 0.0
341 2023-05-23 00:00:00+08:00 3.2799999713897705 3.2899999618530273 3.200000047683716 3.2100000381469727 2.949159622192383 249347200.0 0.0 0.0
342 2023-05-24 00:00:00+08:00 3.2100000381469727 3.2100000381469727 3.140000104904175 3.1700000762939453 2.912410020828247 321968120.0 0.0 0.0
343 2023-05-25 00:00:00+08:00 3.130000114440918 3.1500000953674316 3.109999895095825 3.109999895095825 2.857285261154175 278065767.0 0.0 0.0
344 2023-05-29 00:00:00+08:00 3.109999895095825 3.1600000858306885 3.109999895095825 3.140000104904175 2.884847640991211 207310653.0 0.0 0.0
345 2023-05-30 00:00:00+08:00 3.140000104904175 3.1600000858306885 3.0999999046325684 3.119999885559082 2.8664727210998535 270017518.0 0.0 0.0
346 2023-05-31 00:00:00+08:00 3.130000114440918 3.130000114440918 3.049999952316284 3.069999933242798 2.820535659790039 509625678.0 0.0 0.0
347 2023-06-01 00:00:00+08:00 3.049999952316284 3.0899999141693115 3.049999952316284 3.049999952316284 2.8021609783172607 249556460.0 0.0 0.0
348 2023-06-02 00:00:00+08:00 3.059999942779541 3.119999885559082 3.059999942779541 3.0999999046325684 2.848097801208496 362267865.0 0.0 0.0
349 2023-06-05 00:00:00+08:00 3.109999895095825 3.130000114440918 3.0799999237060547 3.119999885559082 2.8664727210998535 212474160.0 0.0 0.0
350 2023-06-06 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.0999999046325684 3.130000114440918 2.8756604194641113 250221201.0 0.0 0.0
351 2023-06-07 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.119999885559082 3.1600000858306885 2.9032225608825684 304143061.0 0.0 0.0
352 2023-06-08 00:00:00+08:00 3.1700000762939453 3.200000047683716 3.140000104904175 3.1700000762939453 2.912410020828247 271855636.0 0.0 0.0
353 2023-06-09 00:00:00+08:00 3.180000066757202 3.190000057220459 3.1600000858306885 3.190000057220459 2.9307847023010254 249792693.0 0.0 0.0
354 2023-06-12 00:00:00+08:00 3.180000066757202 3.180000066757202 3.1500000953674316 3.1600000858306885 2.9032225608825684 153195292.0 0.0 0.0
355 2023-06-13 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.1600000858306885 2.9032225608825684 206803734.0 0.0 0.0
356 2023-06-14 00:00:00+08:00 3.1500000953674316 3.1500000953674316 3.0899999141693115 3.109999895095825 2.857285261154175 257722285.0 0.0 0.0
357 2023-06-15 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0999999046325684 3.140000104904175 2.884847640991211 180409202.0 0.0 0.0
358 2023-06-16 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.130000114440918 3.140000104904175 2.884847640991211 273436111.0 0.0 0.0
359 2023-06-19 00:00:00+08:00 3.1600000858306885 3.1700000762939453 3.130000114440918 3.1500000953674316 2.8940351009368896 152642792.0 0.0 0.0
360 2023-06-20 00:00:00+08:00 3.130000114440918 3.1700000762939453 3.130000114440918 3.1500000953674316 2.8940351009368896 142012501.0 0.0 0.0
361 2023-06-21 00:00:00+08:00 3.140000104904175 3.1500000953674316 3.130000114440918 3.130000114440918 2.8756604194641113 100637132.0 0.0 0.0
362 2023-06-23 00:00:00+08:00 3.130000114440918 3.140000104904175 3.0999999046325684 3.109999895095825 2.857285261154175 158194880.0 0.0 0.0
363 2023-06-26 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0999999046325684 3.109999895095825 2.857285261154175 246729485.0 0.0 0.0
364 2023-06-27 00:00:00+08:00 3.109999895095825 3.180000066757202 3.109999895095825 3.1500000953674316 2.8940351009368896 249031295.0 0.0 0.0
365 2023-06-28 00:00:00+08:00 3.1700000762939453 3.180000066757202 3.1500000953674316 3.1600000858306885 2.9032225608825684 227680692.0 0.0 0.0
366 2023-06-29 00:00:00+08:00 3.1600000858306885 3.180000066757202 3.130000114440918 3.130000114440918 2.8756604194641113 160480988.0 0.0 0.0
367 2023-06-30 00:00:00+08:00 3.140000104904175 3.1700000762939453 3.140000104904175 3.140000104904175 2.884847640991211 172685962.0 0.0 0.0
368 2023-07-03 00:00:00+08:00 3.1500000953674316 3.200000047683716 3.1500000953674316 3.190000057220459 2.9307847023010254 347007606.0 0.0 0.0
369 2023-07-04 00:00:00+08:00 3.180000066757202 3.200000047683716 3.140000104904175 3.1600000858306885 2.9032225608825684 365739100.0 0.0 0.0
370 2023-07-05 00:00:00+08:00 3.1600000858306885 3.1600000858306885 3.0999999046325684 3.0999999046325684 2.848097801208496 478204451.0 0.0 0.0
371 2023-07-06 00:00:00+08:00 2.869999885559082 2.880000114440918 2.7699999809265137 2.7799999713897705 2.7799999713897705 572683914.0 0.251902 0.0
372 2023-07-07 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.759999990463257 277698895.0 0.0 0.0
373 2023-07-10 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.7300000190734863 2.75 2.75 251196901.0 0.0 0.0
374 2023-07-11 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.740000009536743 2.740000009536743 205968561.0 0.0 0.0
375 2023-07-12 00:00:00+08:00 2.75 2.7699999809265137 2.740000009536743 2.740000009536743 2.740000009536743 223511497.0 0.0 0.0
376 2023-07-13 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.75 2.759999990463257 2.759999990463257 287941953.0 0.0 0.0
377 2023-07-14 00:00:00+08:00 2.7699999809265137 2.809999942779541 2.7699999809265137 2.799999952316284 2.799999952316284 306605317.0 0.0 0.0
378 2023-07-18 00:00:00+08:00 2.819999933242798 2.819999933242798 2.759999990463257 2.759999990463257 2.759999990463257 285915642.0 0.0 0.0
379 2023-07-19 00:00:00+08:00 2.75 2.75 2.7200000286102295 2.740000009536743 2.740000009536743 263406008.0 0.0 0.0
380 2023-07-20 00:00:00+08:00 2.75 2.7899999618530273 2.740000009536743 2.75 2.75 193798876.0 0.0 0.0
381 2023-07-21 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.75 2.7799999713897705 2.7799999713897705 156948053.0 0.0 0.0
382 2023-07-24 00:00:00+08:00 2.7699999809265137 2.7799999713897705 2.7200000286102295 2.7300000190734863 2.7300000190734863 243473214.0 0.0 0.0
383 2023-07-25 00:00:00+08:00 2.7699999809265137 2.8299999237060547 2.759999990463257 2.819999933242798 2.819999933242798 269653837.0 0.0 0.0
384 2023-07-26 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.7799999713897705 2.7899999618530273 2.7899999618530273 145382061.0 0.0 0.0
385 2023-07-27 00:00:00+08:00 2.799999952316284 2.8399999141693115 2.7899999618530273 2.8299999237060547 2.8299999237060547 201437010.0 0.0 0.0
386 2023-07-28 00:00:00+08:00 2.799999952316284 2.880000114440918 2.799999952316284 2.859999895095825 2.859999895095825 214829894.0 0.0 0.0
387 2023-07-31 00:00:00+08:00 2.880000114440918 2.9200000762939453 2.869999885559082 2.890000104904175 2.890000104904175 350355926.0 0.0 0.0
388 2023-08-01 00:00:00+08:00 2.9200000762939453 2.930000066757202 2.8499999046325684 2.869999885559082 2.869999885559082 301183220.0 0.0 0.0
389 2023-08-02 00:00:00+08:00 2.8499999046325684 2.880000114440918 2.809999942779541 2.809999942779541 2.809999942779541 245006074.0 0.0 0.0
390 2023-08-03 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.799999952316284 2.809999942779541 2.809999942779541 193179529.0 0.0 0.0
391 2023-08-04 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.7699999809265137 2.7799999713897705 2.7799999713897705 316978289.0 0.0 0.0
392 2023-08-07 00:00:00+08:00 2.799999952316284 2.799999952316284 2.7699999809265137 2.7899999618530273 2.7899999618530273 178546045.0 0.0 0.0
393 2023-08-08 00:00:00+08:00 2.7699999809265137 2.799999952316284 2.759999990463257 2.7699999809265137 2.7699999809265137 216834266.0 0.0 0.0
394 2023-08-09 00:00:00+08:00 2.759999990463257 2.7899999618530273 2.759999990463257 2.7899999618530273 2.7899999618530273 166884746.0 0.0 0.0
395 2023-08-10 00:00:00+08:00 2.7799999713897705 2.799999952316284 2.759999990463257 2.7899999618530273 2.7899999618530273 158219470.0 0.0 0.0
396 2023-08-11 00:00:00+08:00 2.7899999618530273 2.7899999618530273 2.75 2.759999990463257 2.759999990463257 163002610.0 0.0 0.0
397 2023-08-14 00:00:00+08:00 2.7300000190734863 2.740000009536743 2.700000047683716 2.7100000381469727 2.7100000381469727 310922945.0 0.0 0.0
398 2023-08-15 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.700000047683716 2.700000047683716 2.700000047683716 189843481.0 0.0 0.0
399 2023-08-16 00:00:00+08:00 2.690000057220459 2.700000047683716 2.6600000858306885 2.6600000858306885 2.6600000858306885 246065636.0 0.0 0.0
400 2023-08-17 00:00:00+08:00 2.6500000953674316 2.6700000762939453 2.619999885559082 2.6500000953674316 2.6500000953674316 302984528.0 0.0 0.0
401 2023-08-18 00:00:00+08:00 2.6500000953674316 2.690000057220459 2.640000104904175 2.640000104904175 2.640000104904175 269112824.0 0.0 0.0
402 2023-08-21 00:00:00+08:00 2.630000114440918 2.640000104904175 2.5999999046325684 2.5999999046325684 2.5999999046325684 242740069.0 0.0 0.0
403 2023-08-22 00:00:00+08:00 2.5999999046325684 2.630000114440918 2.5999999046325684 2.609999895095825 2.609999895095825 235094285.0 0.0 0.0
404 2023-08-23 00:00:00+08:00 2.609999895095825 2.640000104904175 2.609999895095825 2.619999885559082 2.619999885559082 138359884.0 0.0 0.0
405 2023-08-24 00:00:00+08:00 2.630000114440918 2.6500000953674316 2.619999885559082 2.630000114440918 2.630000114440918 156300687.0 0.0 0.0
406 2023-08-25 00:00:00+08:00 2.630000114440918 2.6700000762939453 2.630000114440918 2.640000104904175 2.640000104904175 153399277.0 0.0 0.0
407 2023-08-28 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6500000953674316 2.6600000858306885 2.6600000858306885 168725610.0 0.0 0.0
408 2023-08-29 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6700000762939453 2.7100000381469727 2.7100000381469727 215687862.0 0.0 0.0
409 2023-08-30 00:00:00+08:00 2.7100000381469727 2.7300000190734863 2.690000057220459 2.700000047683716 2.700000047683716 343038999.0 0.0 0.0
410 2023-08-31 00:00:00+08:00 2.6700000762939453 2.700000047683716 2.6600000858306885 2.6600000858306885 2.6600000858306885 402227630.0 0.0 0.0
411 2023-09-04 00:00:00+08:00 2.6600000858306885 2.759999990463257 2.6600000858306885 2.7300000190734863 2.7300000190734863 389314606.0 0.0 0.0
412 2023-09-05 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.680000066757202 2.680000066757202 2.680000066757202 278826512.0 0.0 0.0
413 2023-09-06 00:00:00+08:00 2.6700000762939453 2.7100000381469727 2.6700000762939453 2.7100000381469727 2.7100000381469727 251360337.0 0.0 0.0
414 2023-09-07 00:00:00+08:00 2.7100000381469727 2.7100000381469727 2.680000066757202 2.690000057220459 2.690000057220459 187793647.0 0.0 0.0
415 2023-09-11 00:00:00+08:00 2.6700000762939453 2.700000047683716 2.6600000858306885 2.690000057220459 2.690000057220459 268375824.0 0.0 0.0
416 2023-09-12 00:00:00+08:00 2.680000066757202 2.700000047683716 2.6700000762939453 2.680000066757202 2.680000066757202 162275171.0 0.0 0.0
417 2023-09-13 00:00:00+08:00 2.690000057220459 2.7200000286102295 2.6700000762939453 2.680000066757202 2.680000066757202 115212506.0 0.0 0.0
418 2023-09-14 00:00:00+08:00 2.700000047683716 2.7200000286102295 2.680000066757202 2.700000047683716 2.700000047683716 196842876.0 0.0 0.0
419 2023-09-15 00:00:00+08:00 2.7300000190734863 2.759999990463257 2.7100000381469727 2.7300000190734863 2.7300000190734863 251122688.0 0.0 0.0
420 2023-09-18 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.690000057220459 2.7200000286102295 2.7200000286102295 128546047.0 0.0 0.0
421 2023-09-19 00:00:00+08:00 2.7300000190734863 2.75 2.7100000381469727 2.75 2.75 204048823.0 0.0 0.0
422 2023-09-20 00:00:00+08:00 2.740000009536743 2.759999990463257 2.7300000190734863 2.7300000190734863 2.7300000190734863 168459390.0 0.0 0.0
423 2023-09-21 00:00:00+08:00 2.7300000190734863 2.7699999809265137 2.700000047683716 2.7200000286102295 2.7200000286102295 310569950.0 0.0 0.0
424 2023-09-22 00:00:00+08:00 2.7200000286102295 2.759999990463257 2.7100000381469727 2.759999990463257 2.759999990463257 222057532.0 0.0 0.0
425 2023-09-25 00:00:00+08:00 2.75 2.7699999809265137 2.7300000190734863 2.7300000190734863 2.7300000190734863 156642322.0 0.0 0.0
426 2023-09-26 00:00:00+08:00 2.7200000286102295 2.740000009536743 2.690000057220459 2.700000047683716 2.700000047683716 219074293.0 0.0 0.0
427 2023-09-27 00:00:00+08:00 2.700000047683716 2.7300000190734863 2.700000047683716 2.7200000286102295 2.7200000286102295 153898438.0 0.0 0.0
428 2023-09-28 00:00:00+08:00 2.7200000286102295 2.7300000190734863 2.680000066757202 2.690000057220459 2.690000057220459 206202848.0 0.0 0.0
429 2023-09-29 00:00:00+08:00 2.7100000381469727 2.759999990463257 2.700000047683716 2.740000009536743 2.740000009536743 275473807.0 0.0 0.0
430 2023-10-03 00:00:00+08:00 2.740000009536743 2.740000009536743 2.6600000858306885 2.6600000858306885 2.6600000858306885 279518742.0 0.0 0.0
431 2023-10-04 00:00:00+08:00 2.6600000858306885 2.680000066757202 2.6500000953674316 2.6700000762939453 2.6700000762939453 162218997.0 0.0 0.0
432 2023-10-05 00:00:00+08:00 2.690000057220459 2.690000057220459 2.6700000762939453 2.6700000762939453 2.6700000762939453 113757307.0 0.0 0.0
433 2023-10-06 00:00:00+08:00 2.700000047683716 2.759999990463257 2.700000047683716 2.7300000190734863 2.7300000190734863 224114423.0 0.0 0.0
434 2023-10-09 00:00:00+08:00 2.75 2.759999990463257 2.700000047683716 2.7300000190734863 2.7300000190734863 240876866.0 0.0 0.0
435 2023-10-10 00:00:00+08:00 2.75 2.7699999809265137 2.7200000286102295 2.7300000190734863 2.7300000190734863 218393639.0 0.0 0.0
436 2023-10-11 00:00:00+08:00 2.759999990463257 2.759999990463257 2.7300000190734863 2.740000009536743 2.740000009536743 248078749.0 0.0 0.0
437 2023-10-12 00:00:00+08:00 2.819999933242798 2.869999885559082 2.799999952316284 2.8499999046325684 2.8499999046325684 630614125.0 0.0 0.0
438 2023-10-13 00:00:00+08:00 2.8299999237060547 2.8499999046325684 2.809999942779541 2.809999942779541 2.809999942779541 317552755.0 0.0 0.0
439 2023-10-16 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.7899999618530273 2.799999952316284 2.799999952316284 182246487.0 0.0 0.0
440 2023-10-17 00:00:00+08:00 2.809999942779541 2.8399999141693115 2.799999952316284 2.8399999141693115 2.8399999141693115 202072749.0 0.0 0.0
441 2023-10-18 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.809999942779541 2.819999933242798 2.819999933242798 204883454.0 0.0 0.0
442 2023-10-19 00:00:00+08:00 2.799999952316284 2.799999952316284 2.75 2.759999990463257 2.759999990463257 245165636.0 0.0 0.0
443 2023-10-20 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.7300000190734863 2.75 2.75 232636255.0 0.0 0.0
444 2023-10-24 00:00:00+08:00 2.7300000190734863 2.75 2.700000047683716 2.7200000286102295 2.7200000286102295 212724481.0 0.0 0.0
445 2023-10-25 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.700000047683716 2.7100000381469727 2.7100000381469727 244173417.0 0.0 0.0
446 2023-10-26 00:00:00+08:00 2.7100000381469727 2.75 2.7100000381469727 2.7200000286102295 2.7200000286102295 183234206.0 0.0 0.0
447 2023-10-27 00:00:00+08:00 2.75 2.7799999713897705 2.7300000190734863 2.759999990463257 2.759999990463257 204874923.0 0.0 0.0
448 2023-10-30 00:00:00+08:00 2.759999990463257 2.7699999809265137 2.690000057220459 2.7300000190734863 2.7300000190734863 254783636.0 0.0 0.0
449 2023-10-31 00:00:00+08:00 2.7200000286102295 2.75 2.700000047683716 2.740000009536743 2.740000009536743 215468975.0 0.0 0.0
450 2023-11-01 00:00:00+08:00 2.759999990463257 2.7799999713897705 2.740000009536743 2.7699999809265137 2.7699999809265137 174241443.0 0.0 0.0
451 2023-11-02 00:00:00+08:00 2.799999952316284 2.8299999237060547 2.7799999713897705 2.799999952316284 2.799999952316284 237973440.0 0.0 0.0
452 2023-11-03 00:00:00+08:00 2.819999933242798 2.8299999237060547 2.799999952316284 2.809999942779541 2.809999942779541 200317970.0 0.0 0.0
453 2023-11-06 00:00:00+08:00 2.8399999141693115 2.8399999141693115 2.809999942779541 2.819999933242798 2.819999933242798 236156557.0 0.0 0.0
454 2023-11-07 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7799999713897705 2.7899999618530273 2.7899999618530273 164102236.0 0.0 0.0
455 2023-11-08 00:00:00+08:00 2.799999952316284 2.809999942779541 2.7699999809265137 2.7899999618530273 2.7899999618530273 206538279.0 0.0 0.0
456 2023-11-09 00:00:00+08:00 2.799999952316284 2.819999933242798 2.7799999713897705 2.7899999618530273 2.7899999618530273 184644662.0 0.0 0.0
457 2023-11-10 00:00:00+08:00 2.7899999618530273 2.799999952316284 2.7699999809265137 2.7699999809265137 2.7699999809265137 101774583.0 0.0 0.0
458 2023-11-13 00:00:00+08:00 2.7899999618530273 2.809999942779541 2.759999990463257 2.809999942779541 2.809999942779541 88668111.0 0.0 0.0
459 2023-11-14 00:00:00+08:00 2.819999933242798 2.8399999141693115 2.799999952316284 2.809999942779541 2.809999942779541 123266211.0 0.0 0.0
460 2023-11-15 00:00:00+08:00 2.8499999046325684 2.9000000953674316 2.8299999237060547 2.880000114440918 2.880000114440918 368947071.0 0.0 0.0
461 2023-11-16 00:00:00+08:00 2.9000000953674316 2.9000000953674316 2.8299999237060547 2.859999895095825 2.859999895095825 122357837.0 0.0 0.0
462 2023-11-17 00:00:00+08:00 2.8399999141693115 2.859999895095825 2.809999942779541 2.8299999237060547 2.8299999237060547 154089409.0 0.0 0.0
463 2023-11-20 00:00:00+08:00 2.859999895095825 2.890000104904175 2.8399999141693115 2.890000104904175 2.890000104904175 226032688.0 0.0 0.0
464 2023-11-21 00:00:00+08:00 2.9000000953674316 2.9200000762939453 2.869999885559082 2.890000104904175 2.890000104904175 200040554.0 0.0 0.0
465 2023-11-22 00:00:00+08:00 2.880000114440918 2.9000000953674316 2.869999885559082 2.890000104904175 2.890000104904175 100421290.0 0.0 0.0
466 2023-11-23 00:00:00+08:00 2.890000104904175 2.9200000762939453 2.859999895095825 2.9000000953674316 2.9000000953674316 179342143.0 0.0 0.0
467 2023-11-24 00:00:00+08:00 2.880000114440918 2.890000104904175 2.869999885559082 2.869999885559082 2.869999885559082 99513535.0 0.0 0.0
468 2023-11-27 00:00:00+08:00 2.890000104904175 2.890000104904175 2.8399999141693115 2.880000114440918 2.880000114440918 142827938.0 0.0 0.0
469 2023-11-28 00:00:00+08:00 2.890000104904175 2.890000104904175 2.859999895095825 2.859999895095825 2.859999895095825 115131696.0 0.0 0.0
470 2023-11-29 00:00:00+08:00 2.880000114440918 2.890000104904175 2.819999933242798 2.8399999141693115 2.8399999141693115 279360813.0 0.0 0.0
471 2023-11-30 00:00:00+08:00 2.8499999046325684 2.869999885559082 2.8299999237060547 2.869999885559082 2.869999885559082 265083541.0 0.0 0.0
472 2023-12-01 00:00:00+08:00 2.859999895095825 2.890000104904175 2.8299999237060547 2.8299999237060547 2.8299999237060547 224843422.0 0.0 0.0
473 2023-12-04 00:00:00+08:00 2.859999895095825 2.880000114440918 2.8399999141693115 2.8399999141693115 2.8399999141693115 210907259.0 0.0 0.0
474 2023-12-05 00:00:00+08:00 2.8399999141693115 2.8499999046325684 2.799999952316284 2.809999942779541 2.809999942779541 178081981.0 0.0 0.0
475 2023-12-06 00:00:00+08:00 2.819999933242798 2.8499999046325684 2.799999952316284 2.819999933242798 2.819999933242798 136493101.0 0.0 0.0
476 2023-12-07 00:00:00+08:00 2.809999942779541 2.8299999237060547 2.7799999713897705 2.819999933242798 2.819999933242798 180741753.0 0.0 0.0
477 2023-12-08 00:00:00+08:00 2.8399999141693115 2.8399999141693115 2.799999952316284 2.819999933242798 2.819999933242798 129232878.0 0.0 0.0
478 2023-12-11 00:00:00+08:00 2.799999952316284 2.819999933242798 2.75 2.809999942779541 2.809999942779541 254296223.0 0.0 0.0
479 2023-12-12 00:00:00+08:00 2.809999942779541 2.8499999046325684 2.7899999618530273 2.8399999141693115 2.8399999141693115 168445219.0 0.0 0.0
480 2023-12-13 00:00:00+08:00 2.859999895095825 2.859999895095825 2.8399999141693115 2.8499999046325684 2.8499999046325684 154828488.0 0.0 0.0
481 2023-12-14 00:00:00+08:00 2.880000114440918 2.890000104904175 2.8499999046325684 2.869999885559082 2.869999885559082 167059093.0 0.0 0.0
482 2023-12-15 00:00:00+08:00 2.9000000953674316 2.9600000381469727 2.890000104904175 2.9200000762939453 2.9200000762939453 808091705.0 0.0 0.0
483 2023-12-18 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.880000114440918 2.890000104904175 2.890000104904175 186832816.0 0.0 0.0
484 2023-12-19 00:00:00+08:00 2.890000104904175 2.9000000953674316 2.869999885559082 2.890000104904175 2.890000104904175 79336353.0 0.0 0.0
485 2023-12-20 00:00:00+08:00 2.9100000858306885 2.9100000858306885 2.859999895095825 2.869999885559082 2.869999885559082 142624593.0 0.0 0.0
486 2023-12-21 00:00:00+08:00 2.859999895095825 2.9000000953674316 2.859999895095825 2.9000000953674316 2.9000000953674316 85503586.0 0.0 0.0
487 2023-12-22 00:00:00+08:00 2.9100000858306885 2.9200000762939453 2.880000114440918 2.9000000953674316 2.9000000953674316 156342132.0 0.0 0.0
488 2023-12-27 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.890000104904175 2.940000057220459 2.940000057220459 223293643.0 0.0 0.0
489 2023-12-28 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.930000066757202 2.9700000286102295 2.9700000286102295 201567332.0 0.0 0.0
490 2023-12-29 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.950000047683716 2.9800000190734863 2.9800000190734863 137111290.0 0.0 0.0
491 2024-01-02 00:00:00+08:00 2.990000009536743 2.990000009536743 2.940000057220459 2.950000047683716 2.950000047683716 128557466.0 0.0 0.0
492 2024-01-03 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.930000066757202 2.950000047683716 2.950000047683716 106699543.0 0.0 0.0
493 2024-01-04 00:00:00+08:00 2.950000047683716 2.9800000190734863 2.940000057220459 2.9700000286102295 2.9700000286102295 121929275.0 0.0 0.0
494 2024-01-05 00:00:00+08:00 2.9600000381469727 3.0 2.940000057220459 2.9700000286102295 2.9700000286102295 185395890.0 0.0 0.0
495 2024-01-08 00:00:00+08:00 2.9800000190734863 2.990000009536743 2.9100000858306885 2.9200000762939453 2.9200000762939453 188333433.0 0.0 0.0
496 2024-01-09 00:00:00+08:00 2.930000066757202 2.950000047683716 2.9100000858306885 2.940000057220459 2.940000057220459 215467404.0 0.0 0.0
497 2024-01-10 00:00:00+08:00 2.9200000762939453 2.950000047683716 2.9100000858306885 2.9200000762939453 2.9200000762939453 135462005.0 0.0 0.0
498 2024-01-11 00:00:00+08:00 2.9200000762939453 2.9600000381469727 2.9000000953674316 2.930000066757202 2.930000066757202 144039792.0 0.0 0.0
499 2024-01-12 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9100000858306885 2.930000066757202 2.930000066757202 125391727.0 0.0 0.0
500 2024-01-15 00:00:00+08:00 2.940000057220459 2.940000057220459 2.9200000762939453 2.930000066757202 2.930000066757202 77854227.0 0.0 0.0
501 2024-01-16 00:00:00+08:00 2.9200000762939453 2.940000057220459 2.9000000953674316 2.9100000858306885 2.9100000858306885 196187123.0 0.0 0.0
502 2024-01-17 00:00:00+08:00 2.9000000953674316 2.9100000858306885 2.819999933242798 2.8399999141693115 2.8399999141693115 457288995.0 0.0 0.0
503 2024-01-18 00:00:00+08:00 2.8499999046325684 2.890000104904175 2.8399999141693115 2.880000114440918 2.880000114440918 329763147.0 0.0 0.0
504 2024-01-19 00:00:00+08:00 2.880000114440918 2.9000000953674316 2.8399999141693115 2.880000114440918 2.880000114440918 248716227.0 0.0 0.0
505 2024-01-22 00:00:00+08:00 2.880000114440918 2.880000114440918 2.7899999618530273 2.809999942779541 2.809999942779541 252408377.0 0.0 0.0
506 2024-01-23 00:00:00+08:00 2.819999933242798 2.869999885559082 2.799999952316284 2.8399999141693115 2.8399999141693115 261993224.0 0.0 0.0
507 2024-01-24 00:00:00+08:00 2.8399999141693115 2.9700000286102295 2.8399999141693115 2.940000057220459 2.940000057220459 352870368.0 0.0 0.0
508 2024-01-25 00:00:00+08:00 2.950000047683716 3.0 2.9200000762939453 2.990000009536743 2.990000009536743 395298043.0 0.0 0.0
509 2024-01-26 00:00:00+08:00 2.990000009536743 3.0 2.9600000381469727 2.9700000286102295 2.9700000286102295 242734357.0 0.0 0.0
510 2024-01-29 00:00:00+08:00 2.9700000286102295 3.009999990463257 2.9700000286102295 2.990000009536743 2.990000009536743 269397021.0 0.0 0.0
511 2024-01-30 00:00:00+08:00 2.9700000286102295 2.9800000190734863 2.930000066757202 2.950000047683716 2.950000047683716 235323821.0 0.0 0.0
512 2024-01-31 00:00:00+08:00 2.950000047683716 2.9600000381469727 2.9200000762939453 2.940000057220459 2.940000057220459 204573464.0 0.0 0.0
513 2024-02-01 00:00:00+08:00 2.940000057220459 2.9700000286102295 2.890000104904175 2.930000066757202 2.930000066757202 317631002.0 0.0 0.0
514 2024-02-02 00:00:00+08:00 2.940000057220459 2.9600000381469727 2.890000104904175 2.9100000858306885 2.9100000858306885 244576741.0 0.0 0.0
515 2024-02-05 00:00:00+08:00 2.890000104904175 2.930000066757202 2.880000114440918 2.9100000858306885 2.9100000858306885 230881935.0 0.0 0.0
516 2024-02-06 00:00:00+08:00 2.9100000858306885 3.0199999809265137 2.9000000953674316 3.0199999809265137 3.0199999809265137 420848022.0 0.0 0.0
517 2024-02-07 00:00:00+08:00 3.0199999809265137 3.0399999618530273 2.990000009536743 3.009999990463257 3.009999990463257 362912235.0 0.0 0.0
518 2024-02-08 00:00:00+08:00 3.0 3.0199999809265137 2.940000057220459 2.950000047683716 2.950000047683716 186638164.0 0.0 0.0
519 2024-02-09 00:00:00+08:00 2.930000066757202 2.940000057220459 2.9100000858306885 2.940000057220459 2.940000057220459 74162828.0 0.0 0.0
520 2024-02-14 00:00:00+08:00 2.9200000762939453 2.9700000286102295 2.9000000953674316 2.9600000381469727 2.9600000381469727 109939313.0 0.0 0.0
521 2024-02-15 00:00:00+08:00 2.950000047683716 2.990000009536743 2.950000047683716 2.990000009536743 2.990000009536743 84312909.0 0.0 0.0
522 2024-02-16 00:00:00+08:00 2.990000009536743 3.0299999713897705 2.9800000190734863 3.009999990463257 3.009999990463257 223410386.0 0.0 0.0
523 2024-02-19 00:00:00+08:00 3.009999990463257 3.059999942779541 2.990000009536743 3.0299999713897705 3.0299999713897705 312450872.0 0.0 0.0
524 2024-02-20 00:00:00+08:00 3.0299999713897705 3.069999933242798 3.0199999809265137 3.069999933242798 3.069999933242798 228004085.0 0.0 0.0
525 2024-02-21 00:00:00+08:00 3.0799999237060547 3.1600000858306885 3.069999933242798 3.119999885559082 3.119999885559082 541368650.0 0.0 0.0
526 2024-02-22 00:00:00+08:00 3.109999895095825 3.1500000953674316 3.0999999046325684 3.1500000953674316 3.1500000953674316 261638941.0 0.0 0.0
527 2024-02-23 00:00:00+08:00 3.140000104904175 3.190000057220459 3.140000104904175 3.1600000858306885 3.1600000858306885 341043834.0 0.0 0.0
528 2024-02-26 00:00:00+08:00 3.1500000953674316 3.1600000858306885 3.0999999046325684 3.109999895095825 3.109999895095825 260504677.0 0.0 0.0
529 2024-02-27 00:00:00+08:00 3.109999895095825 3.130000114440918 3.069999933242798 3.130000114440918 3.130000114440918 241940898.0 0.0 0.0
530 2024-02-28 00:00:00+08:00 3.119999885559082 3.130000114440918 3.0799999237060547 3.0899999141693115 3.0899999141693115 250512154.0 0.0 0.0
531 2024-02-29 00:00:00+08:00 3.0799999237060547 3.119999885559082 3.0799999237060547 3.0799999237060547 3.0799999237060547 266734285.0 0.0 0.0
532 2024-03-01 00:00:00+08:00 3.069999933242798 3.119999885559082 3.049999952316284 3.0799999237060547 3.0799999237060547 304227791.0 0.0 0.0
533 2024-03-04 00:00:00+08:00 3.0899999141693115 3.0899999141693115 3.049999952316284 3.0799999237060547 3.0799999237060547 194353920.0 0.0 0.0
534 2024-03-05 00:00:00+08:00 3.059999942779541 3.0899999141693115 3.0399999618530273 3.049999952316284 3.049999952316284 247964817.0 0.0 0.0
535 2024-03-06 00:00:00+08:00 3.049999952316284 3.0999999046325684 3.0399999618530273 3.0999999046325684 3.0999999046325684 279276158.0 0.0 0.0
536 2024-03-07 00:00:00+08:00 3.109999895095825 3.140000104904175 3.0999999046325684 3.109999895095825 3.109999895095825 361127955.0 0.0 0.0
537 2024-03-08 00:00:00+08:00 3.130000114440918 3.190000057220459 3.119999885559082 3.1700000762939453 3.1700000762939453 536072786.0 0.0 0.0
538 2024-03-11 00:00:00+08:00 3.1500000953674316 3.200000047683716 3.1500000953674316 3.200000047683716 3.200000047683716 376929676.0 0.0 0.0
539 2024-03-12 00:00:00+08:00 3.200000047683716 3.25 3.190000057220459 3.2300000190734863 3.2300000190734863 643179463.0 0.0 0.0
540 2024-03-13 00:00:00+08:00 3.2200000286102295 3.240000009536743 3.200000047683716 3.200000047683716 3.200000047683716 367063964.0 0.0 0.0
541 2024-03-14 00:00:00+08:00 3.200000047683716 3.2300000190734863 3.180000066757202 3.2200000286102295 3.2200000286102295 284661762.0 0.0 0.0
542 2024-03-15 00:00:00+08:00 3.200000047683716 3.2200000286102295 3.180000066757202 3.2100000381469727 3.2100000381469727 373399073.0 0.0 0.0
543 2024-03-18 00:00:00+08:00 3.200000047683716 3.2200000286102295 3.180000066757202 3.200000047683716 3.200000047683716 253103345.0 0.0 0.0
544 2024-03-19 00:00:00+08:00 3.190000057220459 3.2200000286102295 3.1600000858306885 3.180000066757202 3.180000066757202 383225561.0 0.0 0.0
545 2024-03-20 00:00:00+08:00 3.180000066757202 3.240000009536743 3.1700000762939453 3.2100000381469727 3.2100000381469727 408820828.0 0.0 0.0
546 2024-03-21 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2200000286102295 3.2899999618530273 3.2899999618530273 595608333.0 0.0 0.0
547 2024-03-22 00:00:00+08:00 3.2799999713897705 3.299999952316284 3.25 3.259999990463257 3.259999990463257 433023943.0 0.0 0.0
548 2024-03-25 00:00:00+08:00 3.25 3.2699999809265137 3.2200000286102295 3.240000009536743 3.240000009536743 310076715.0 0.0 0.0
549 2024-03-26 00:00:00+08:00 3.259999990463257 3.2899999618530273 3.240000009536743 3.259999990463257 3.259999990463257 363007587.0 0.0 0.0
550 2024-03-27 00:00:00+08:00 3.259999990463257 3.2799999713897705 3.2200000286102295 3.25 3.25 345087319.0 0.0 0.0
551 2024-03-28 00:00:00+08:00 3.259999990463257 3.2699999809265137 3.190000057220459 3.2300000190734863 3.2300000190734863 343566911.0 0.0 0.0
552 2024-04-02 00:00:00+08:00 3.240000009536743 3.299999952316284 3.240000009536743 3.2899999618530273 3.2899999618530273 381415840.0 0.0 0.0
553 2024-04-03 00:00:00+08:00 3.2699999809265137 3.2899999618530273 3.240000009536743 3.25 3.25 325547046.0 0.0 0.0
554 2024-04-05 00:00:00+08:00 3.25 3.2699999809265137 3.200000047683716 3.240000009536743 3.240000009536743 211627153.0 0.0 0.0
555 2024-04-08 00:00:00+08:00 3.2300000190734863 3.299999952316284 3.2100000381469727 3.2699999809265137 3.2699999809265137 329040634.0 0.0 0.0
556 2024-04-09 00:00:00+08:00 3.2899999618530273 3.319999933242798 3.2699999809265137 3.2799999713897705 3.2799999713897705 322977753.0 0.0 0.0
557 2024-04-10 00:00:00+08:00 3.299999952316284 3.3299999237060547 3.2899999618530273 3.3299999237060547 3.3299999237060547 365490510.0 0.0 0.0
558 2024-04-11 00:00:00+08:00 3.299999952316284 3.3399999141693115 3.2799999713897705 3.319999933242798 3.319999933242798 368707980.0 0.0 0.0
559 2024-04-12 00:00:00+08:00 3.309999942779541 3.3399999141693115 3.2699999809265137 3.2699999809265137 3.2699999809265137 352185666.0 0.0 0.0
560 2024-04-15 00:00:00+08:00 3.25 3.2899999618530273 3.240000009536743 3.259999990463257 3.259999990463257 428977513.0 0.0 0.0
561 2024-04-16 00:00:00+08:00 3.240000009536743 3.2699999809265137 3.2200000286102295 3.240000009536743 3.240000009536743 393630674.0 0.0 0.0
562 2024-04-17 00:00:00+08:00 3.2300000190734863 3.2899999618530273 3.2200000286102295 3.2799999713897705 3.2799999713897705 281313758.0 0.0 0.0
563 2024-04-18 00:00:00+08:00 3.2699999809265137 3.359999895095825 3.259999990463257 3.3499999046325684 3.3499999046325684 584642562.0 0.0 0.0
564 2024-04-19 00:00:00+08:00 3.3299999237060547 3.380000114440918 3.2799999713897705 3.359999895095825 3.359999895095825 775998969.0 0.0 0.0
565 2024-04-22 00:00:00+08:00 3.380000114440918 3.4200000762939453 3.369999885559082 3.4000000953674316 3.4000000953674316 579356799.0 0.0 0.0
566 2024-04-23 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.390000104904175 3.440000057220459 3.440000057220459 654368697.0 0.0 0.0
567 2024-04-24 00:00:00+08:00 3.430000066757202 3.4700000286102295 3.4100000858306885 3.4600000381469727 3.4600000381469727 729376194.0 0.0 0.0
568 2024-04-25 00:00:00+08:00 3.4600000381469727 3.509999990463257 3.450000047683716 3.490000009536743 3.490000009536743 644343023.0 0.0 0.0
569 2024-04-26 00:00:00+08:00 3.4800000190734863 3.5199999809265137 3.450000047683716 3.4600000381469727 3.4600000381469727 713198136.0 0.0 0.0
570 2024-04-29 00:00:00+08:00 3.450000047683716 3.640000104904175 3.430000066757202 3.630000114440918 3.630000114440918 1247733786.0 0.0 0.0
571 2024-04-30 00:00:00+08:00 3.5899999141693115 3.5899999141693115 3.4800000190734863 3.5299999713897705 3.5299999713897705 806256132.0 0.0 0.0
572 2024-05-02 00:00:00+08:00 3.5199999809265137 3.5299999713897705 3.450000047683716 3.4800000190734863 3.4800000190734863 307857909.0 0.0 0.0
573 2024-05-03 00:00:00+08:00 3.5 3.5299999713897705 3.4600000381469727 3.490000009536743 3.490000009536743 270753531.0 0.0 0.0
574 2024-05-06 00:00:00+08:00 3.5 3.549999952316284 3.4800000190734863 3.549999952316284 3.549999952316284 585067520.0 0.0 0.0
575 2024-05-07 00:00:00+08:00 3.549999952316284 3.5899999141693115 3.5299999713897705 3.569999933242798 3.569999933242798 448013942.0 0.0 0.0
576 2024-05-08 00:00:00+08:00 3.5799999237060547 3.5999999046325684 3.569999933242798 3.5799999237060547 3.5799999237060547 322835013.0 0.0 0.0
577 2024-05-09 00:00:00+08:00 3.5899999141693115 3.619999885559082 3.569999933242798 3.619999885559082 3.619999885559082 383623815.0 0.0 0.0
578 2024-05-10 00:00:00+08:00 3.640000104904175 3.75 3.630000114440918 3.740000009536743 3.740000009536743 1040028520.0 0.0 0.0
579 2024-05-13 00:00:00+08:00 3.740000009536743 3.75 3.7100000381469727 3.7300000190734863 3.7300000190734863 575793709.0 0.0 0.0
580 2024-05-14 00:00:00+08:00 3.7300000190734863 3.75 3.680000066757202 3.690000057220459 3.690000057220459 447494401.0 0.0 0.0
581 2024-05-16 00:00:00+08:00 3.7100000381469727 3.880000114440918 3.700000047683716 3.869999885559082 3.869999885559082 1375154217.0 0.0 0.0
582 2024-05-17 00:00:00+08:00 3.859999895095825 3.9200000762939453 3.8299999237060547 3.859999895095825 3.859999895095825 777622826.0 0.0 0.0
583 2024-05-20 00:00:00+08:00 3.859999895095825 3.950000047683716 3.8399999141693115 3.9200000762939453 3.9200000762939453 522795089.0 0.0 0.0
584 2024-05-21 00:00:00+08:00 3.9100000858306885 3.9800000190734863 3.890000104904175 3.9600000381469727 3.9600000381469727 680695215.0 0.0 0.0
585 2024-05-22 00:00:00+08:00 3.9800000190734863 3.990000009536743 3.940000057220459 3.9600000381469727 3.9600000381469727 467549989.0 0.0 0.0
586 2024-05-23 00:00:00+08:00 3.950000047683716 3.950000047683716 3.8399999141693115 3.9100000858306885 3.9100000858306885 668061833.0 0.0 0.0
587 2024-05-24 00:00:00+08:00 3.9000000953674316 3.940000057220459 3.869999885559082 3.890000104904175 3.890000104904175 294747915.0 0.0 0.0
588 2024-05-27 00:00:00+08:00 3.9000000953674316 3.9600000381469727 3.8499999046325684 3.869999885559082 3.869999885559082 352405886.0 0.0 0.0
589 2024-05-28 00:00:00+08:00 3.859999895095825 3.9100000858306885 3.8399999141693115 3.859999895095825 3.859999895095825 240647343.0 0.0 0.0
590 2024-05-29 00:00:00+08:00 3.859999895095825 3.869999885559082 3.759999990463257 3.7799999713897705 3.7799999713897705 413879717.0 0.0 0.0
591 2024-05-30 00:00:00+08:00 3.759999990463257 3.799999952316284 3.680000066757202 3.7100000381469727 3.7100000381469727 562069757.0 0.0 0.0
592 2024-05-31 00:00:00+08:00 3.7300000190734863 3.799999952316284 3.6700000762939453 3.700000047683716 3.700000047683716 753107819.0 0.0 0.0
593 2024-06-03 00:00:00+08:00 3.740000009536743 3.7699999809265137 3.700000047683716 3.7300000190734863 3.7300000190734863 346854698.0 0.0 0.0
594 2024-06-04 00:00:00+08:00 3.740000009536743 3.75 3.680000066757202 3.7200000286102295 3.7200000286102295 411747747.0 0.0 0.0
595 2024-06-05 00:00:00+08:00 3.7300000190734863 3.8299999237060547 3.7100000381469727 3.740000009536743 3.740000009536743 486469244.0 0.0 0.0
596 2024-06-06 00:00:00+08:00 3.7699999809265137 3.7899999618530273 3.7300000190734863 3.759999990463257 3.759999990463257 193636075.0 0.0 0.0
597 2024-06-07 00:00:00+08:00 3.759999990463257 3.819999933242798 3.759999990463257 3.7899999618530273 3.7899999618530273 330540027.0 0.0 0.0
598 2024-06-11 00:00:00+08:00 3.7799999713897705 3.7799999713897705 3.700000047683716 3.7200000286102295 3.7200000286102295 401527502.0 0.0 0.0
599 2024-06-12 00:00:00+08:00 3.7100000381469727 3.7200000286102295 3.630000114440918 3.700000047683716 3.700000047683716 364596682.0 0.0 0.0
600 2024-06-13 00:00:00+08:00 3.7300000190734863 3.740000009536743 3.690000057220459 3.7300000190734863 3.7300000190734863 188106475.0 0.0 0.0
601 2024-06-14 00:00:00+08:00 3.700000047683716 3.7899999618530273 3.680000066757202 3.740000009536743 3.740000009536743 352451703.0 0.0 0.0
602 2024-06-17 00:00:00+08:00 3.740000009536743 3.819999933242798 3.690000057220459 3.7799999713897705 3.7799999713897705 286832896.0 0.0 0.0
603 2024-06-18 00:00:00+08:00 3.7899999618530273 3.819999933242798 3.7699999809265137 3.799999952316284 3.799999952316284 305152734.0 0.0 0.0
604 2024-06-19 00:00:00+08:00 3.819999933242798 3.940000057220459 3.809999942779541 3.9200000762939453 3.9200000762939453 538298521.0 0.0 0.0
605 2024-06-20 00:00:00+08:00 3.9100000858306885 3.9700000286102295 3.8499999046325684 3.890000104904175 3.890000104904175 295524718.0 0.0 0.0
606 2024-06-21 00:00:00+08:00 3.8499999046325684 3.869999885559082 3.7799999713897705 3.799999952316284 3.799999952316284 330663248.0 0.0 0.0
607 2024-06-24 00:00:00+08:00 3.7899999618530273 3.8399999141693115 3.7200000286102295 3.8399999141693115 3.8399999141693115 269958609.0 0.0 0.0
608 2024-06-25 00:00:00+08:00 3.8499999046325684 3.890000104904175 3.809999942779541 3.8399999141693115 3.8399999141693115 171820632.0 0.0 0.0
609 2024-06-26 00:00:00+08:00 3.809999942779541 3.869999885559082 3.799999952316284 3.819999933242798 3.819999933242798 231583887.0 0.0 0.0
610 2024-06-27 00:00:00+08:00 3.819999933242798 3.819999933242798 3.759999990463257 3.799999952316284 3.799999952316284 224086891.0 0.0 0.0
611 2024-06-28 00:00:00+08:00 3.7799999713897705 3.8499999046325684 3.7799999713897705 3.8499999046325684 3.8499999046325684 232354713.0 0.0 0.0
612 2024-07-02 00:00:00+08:00 3.8299999237060547 3.9000000953674316 3.819999933242798 3.859999895095825 3.859999895095825 222152225.0 0.0 0.0
613 2024-07-03 00:00:00+08:00 3.880000114440918 3.890000104904175 3.799999952316284 3.8299999237060547 3.8299999237060547 250927347.0 0.0 0.0
614 2024-07-04 00:00:00+08:00 3.8399999141693115 3.890000104904175 3.8299999237060547 3.880000114440918 3.880000114440918 265522051.0 0.0 0.0
615 2024-07-05 00:00:00+08:00 0.0 0.0
616 2024-07-08 00:00:00+08:00 3.549999952316284 3.549999952316284 3.4700000286102295 3.5 3.5 265945060.0 0.25907 0.0
617 2024-07-09 00:00:00+08:00 3.5 3.509999990463257 3.450000047683716 3.4700000286102295 3.4700000286102295 270522343.0 0.0 0.0
618 2024-07-10 00:00:00+08:00 3.4600000381469727 3.5199999809265137 3.440000057220459 3.4700000286102295 3.4700000286102295 235756435.0 0.0 0.0
619 2024-07-11 00:00:00+08:00 3.5 3.5299999713897705 3.4700000286102295 3.5 3.5 210142299.0 0.0 0.0
620 2024-07-12 00:00:00+08:00 3.5199999809265137 3.5899999141693115 3.5199999809265137 3.5899999141693115 3.5899999141693115 277718072.0 0.0 0.0
621 2024-07-15 00:00:00+08:00 3.5899999141693115 3.630000114440918 3.5 3.5399999618530273 3.5399999618530273 246570139.0 0.0 0.0
622 2024-07-16 00:00:00+08:00 3.5199999809265137 3.549999952316284 3.4600000381469727 3.4800000190734863 3.4800000190734863 224725423.0 0.0 0.0
623 2024-07-17 00:00:00+08:00 3.4600000381469727 3.490000009536743 3.4200000762939453 3.440000057220459 3.440000057220459 230012688.0 0.0 0.0
624 2024-07-18 00:00:00+08:00 3.430000066757202 3.4800000190734863 3.4200000762939453 3.450000047683716 3.450000047683716 177053249.0 0.0 0.0
625 2024-07-19 00:00:00+08:00 3.440000057220459 3.450000047683716 3.359999895095825 3.390000104904175 3.390000104904175 248730067.0 0.0 0.0
626 2024-07-22 00:00:00+08:00 3.4000000953674316 3.4200000762939453 3.3399999141693115 3.4200000762939453 3.4200000762939453 235557434.0 0.0 0.0
627 2024-07-23 00:00:00+08:00 3.4100000858306885 3.490000009536743 3.4100000858306885 3.4600000381469727 3.4600000381469727 238082828.0 0.0 0.0
628 2024-07-24 00:00:00+08:00 3.4700000286102295 3.4800000190734863 3.440000057220459 3.450000047683716 3.450000047683716 219788668.0 0.0 0.0
629 2024-07-25 00:00:00+08:00 3.450000047683716 3.5 3.4000000953674316 3.4100000858306885 3.4100000858306885 241398977.0 0.0 0.0
630 2024-07-26 00:00:00+08:00 3.4100000858306885 3.4600000381469727 3.369999885559082 3.380000114440918 3.380000114440918 194845949.0 0.0 0.0
631 2024-07-29 00:00:00+08:00 3.4000000953674316 3.4600000381469727 3.390000104904175 3.440000057220459 3.440000057220459 250168395.0 0.0 0.0
632 2024-07-30 00:00:00+08:00 3.440000057220459 3.450000047683716 3.380000114440918 3.440000057220459 3.440000057220459 324003036.0 0.0 0.0
633 2024-07-31 00:00:00+08:00 3.4600000381469727 3.5199999809265137 3.430000066757202 3.4800000190734863 3.4800000190734863 393045558.0 0.0 0.0
634 2024-08-01 00:00:00+08:00 3.4800000190734863 3.5 3.4200000762939453 3.430000066757202 3.430000066757202 152256867.0 0.0 0.0
635 2024-08-02 00:00:00+08:00 3.4000000953674316 3.450000047683716 3.359999895095825 3.430000066757202 3.430000066757202 186761188.0 0.0 0.0
636 2024-08-05 00:00:00+08:00 3.390000104904175 3.390000104904175 3.25 3.309999942779541 3.309999942779541 459591374.0 0.0 0.0
637 2024-08-06 00:00:00+08:00 3.319999933242798 3.359999895095825 3.2899999618530273 3.299999952316284 3.299999952316284 198992684.0 0.0 0.0
638 2024-08-07 00:00:00+08:00 3.309999942779541 3.359999895095825 3.299999952316284 3.3299999237060547 3.3299999237060547 205752517.0 0.0 0.0
639 2024-08-08 00:00:00+08:00 3.319999933242798 3.3499999046325684 3.2899999618530273 3.3399999141693115 3.3399999141693115 162298663.0 0.0 0.0
640 2024-08-09 00:00:00+08:00 3.359999895095825 3.4000000953674316 3.3499999046325684 3.359999895095825 3.359999895095825 114701183.0 0.0 0.0
641 2024-08-12 00:00:00+08:00 3.369999885559082 3.4100000858306885 3.359999895095825 3.4000000953674316 3.4000000953674316 127140590.0 0.0 0.0
642 2024-08-13 00:00:00+08:00 3.4100000858306885 3.450000047683716 3.380000114440918 3.4100000858306885 3.4100000858306885 171017850.0 0.0 0.0
643 2024-08-14 00:00:00+08:00 3.430000066757202 3.440000057220459 3.380000114440918 3.4100000858306885 3.4100000858306885 104169265.0 0.0 0.0
644 2024-08-15 00:00:00+08:00 3.4000000953674316 3.4600000381469727 3.369999885559082 3.440000057220459 3.440000057220459 207915352.0 0.0 0.0
645 2024-08-16 00:00:00+08:00 3.450000047683716 3.5 3.440000057220459 3.490000009536743 3.490000009536743 167189239.0 0.0 0.0
646 2024-08-19 00:00:00+08:00 3.5 3.559999942779541 3.490000009536743 3.549999952316284 3.549999952316284 280645193.0 0.0 0.0
647 2024-08-20 00:00:00+08:00 3.569999933242798 3.5799999237060547 3.5399999618530273 3.5799999237060547 3.5799999237060547 167862373.0 0.0 0.0
648 2024-08-21 00:00:00+08:00 3.559999942779541 3.5799999237060547 3.5 3.5399999618530273 3.5399999618530273 153699946.0 0.0 0.0
649 2024-08-22 00:00:00+08:00 3.5399999618530273 3.5799999237060547 3.509999990463257 3.5799999237060547 3.5799999237060547 205812365.0 0.0 0.0

View File

@@ -0,0 +1,668 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-04 00:00:00+09:00,4050.0,4134.0,4022.0,4131.0,3888.69091796875,5385000,0.0,0.0,False
2022-01-05 00:00:00+09:00,4100.0,4118.0,4066.0,4080.0,3840.68212890625,4258500,0.0,0.0,False
2022-01-06 00:00:00+09:00,4060.0,4067.0,3952.0,3952.0,3720.1904296875,5690500,0.0,0.0,False
2022-01-07 00:00:00+09:00,4014.0,4024.0,3924.0,3967.0,3734.310302734375,4223500,0.0,0.0,False
2022-01-11 00:00:00+09:00,3957.0,3986.0,3868.0,3877.0,3649.58935546875,4631000,0.0,0.0,False
2022-01-12 00:00:00+09:00,3915.0,4023.0,3915.0,4023.0,3787.025634765625,5260000,0.0,0.0,False
2022-01-13 00:00:00+09:00,4016.0,4067.0,3970.0,3987.0,3753.13720703125,4169000,0.0,0.0,False
2022-01-14 00:00:00+09:00,3920.0,3928.0,3831.0,3880.0,3652.413330078125,7665500,0.0,0.0,False
2022-01-17 00:00:00+09:00,3956.0,3956.0,3874.0,3893.0,3664.65087890625,3983500,0.0,0.0,False
2022-01-18 00:00:00+09:00,3918.0,3926.0,3852.0,3864.0,3637.351806640625,3521500,0.0,0.0,False
2022-01-19 00:00:00+09:00,3796.0,3811.0,3742.0,3766.0,3545.100341796875,7258000,0.0,0.0,False
2022-01-20 00:00:00+09:00,3757.0,3833.0,3731.0,3820.0,3595.932861328125,4571000,0.0,0.0,False
2022-01-21 00:00:00+09:00,3741.0,3755.0,3673.0,3741.0,3521.566650390625,4825500,0.0,0.0,False
2022-01-24 00:00:00+09:00,3710.0,3748.0,3692.0,3748.0,3528.15625,3957000,0.0,0.0,False
2022-01-25 00:00:00+09:00,3735.0,3739.0,3592.0,3627.0,3414.25341796875,6186500,0.0,0.0,False
2022-01-26 00:00:00+09:00,3627.0,3645.0,3566.0,3616.0,3403.89892578125,3727000,0.0,0.0,False
2022-01-27 00:00:00+09:00,3649.0,3672.0,3508.0,3530.0,3322.943359375,6506500,0.0,0.0,False
2022-01-28 00:00:00+09:00,3759.0,3811.0,3664.0,3799.0,3576.164794921875,13078000,0.0,0.0,False
2022-01-31 00:00:00+09:00,3798.0,3833.0,3733.0,3808.0,3584.63671875,6209500,0.0,0.0,False
2022-02-01 00:00:00+09:00,3933.0,3933.0,3816.0,3822.0,3597.8154296875,5007000,0.0,0.0,False
2022-02-02 00:00:00+09:00,3920.0,4000.0,3884.0,3992.0,3757.843505859375,7851000,0.0,0.0,False
2022-02-03 00:00:00+09:00,3980.0,3980.0,3855.0,3859.0,3632.64501953125,5502500,0.0,0.0,False
2022-02-04 00:00:00+09:00,3843.0,3928.0,3837.0,3922.0,3691.949951171875,4302000,0.0,0.0,False
2022-02-07 00:00:00+09:00,3918.0,3926.0,3750.0,3794.0,3571.4580078125,7015000,0.0,0.0,False
2022-02-08 00:00:00+09:00,3808.0,3815.0,3772.0,3786.0,3563.927001953125,5382500,0.0,0.0,False
2022-02-09 00:00:00+09:00,3814.0,3815.0,3768.0,3804.0,3580.87158203125,6519500,0.0,0.0,False
2022-02-10 00:00:00+09:00,3876.0,3891.0,3798.0,3823.0,3598.7568359375,5744000,0.0,0.0,False
2022-02-14 00:00:00+09:00,3728.0,3789.0,3721.0,3752.0,3531.92138671875,5816500,0.0,0.0,False
2022-02-15 00:00:00+09:00,3724.0,3739.0,3600.0,3600.0,3388.837158203125,7741000,0.0,0.0,False
2022-02-16 00:00:00+09:00,3717.0,3717.0,3681.0,3707.0,3489.560546875,5190000,0.0,0.0,False
2022-02-17 00:00:00+09:00,3698.0,3699.0,3627.0,3649.0,3434.962890625,4427500,0.0,0.0,False
2022-02-18 00:00:00+09:00,3583.0,3627.0,3532.0,3605.0,3393.5439453125,5425500,0.0,0.0,False
2022-02-21 00:00:00+09:00,3506.0,3521.0,3452.0,3502.0,3296.585693359375,6461000,0.0,0.0,False
2022-02-22 00:00:00+09:00,3439.0,3465.0,3412.0,3435.0,3233.515380859375,5285000,0.0,0.0,False
2022-02-24 00:00:00+09:00,3420.0,3450.0,3388.0,3446.0,3243.870361328125,7137500,0.0,0.0,False
2022-02-25 00:00:00+09:00,3472.0,3516.0,3440.0,3511.0,3305.0576171875,6668500,0.0,0.0,False
2022-02-28 00:00:00+09:00,3505.0,3543.0,3473.0,3534.0,3326.70849609375,5559000,0.0,0.0,False
2022-03-01 00:00:00+09:00,3694.0,3707.0,3597.0,3600.0,3388.837158203125,5473000,0.0,0.0,False
2022-03-02 00:00:00+09:00,3541.0,3587.0,3515.0,3560.0,3351.18359375,5292000,0.0,0.0,False
2022-03-03 00:00:00+09:00,3587.0,3609.0,3503.0,3539.0,3331.415283203125,5142000,0.0,0.0,False
2022-03-04 00:00:00+09:00,3501.0,3505.0,3386.0,3426.0,3225.04345703125,8515500,0.0,0.0,False
2022-03-07 00:00:00+09:00,3287.0,3332.0,3198.0,3209.0,3020.77197265625,9252500,0.0,0.0,False
2022-03-08 00:00:00+09:00,3180.0,3267.0,3172.0,3236.0,3046.188232421875,9005500,0.0,0.0,False
2022-03-09 00:00:00+09:00,3242.0,3278.0,3224.0,3235.0,3045.24658203125,7363500,0.0,0.0,False
2022-03-10 00:00:00+09:00,3420.0,3558.0,3400.0,3550.0,3341.770263671875,14138500,0.0,0.0,False
2022-03-11 00:00:00+09:00,3550.0,3550.0,3421.0,3446.0,3243.870361328125,12986000,0.0,0.0,False
2022-03-14 00:00:00+09:00,3481.0,3543.0,3458.0,3474.0,3270.227783203125,4518500,0.0,0.0,False
2022-03-15 00:00:00+09:00,3506.0,3575.0,3503.0,3518.0,3311.64697265625,5193500,0.0,0.0,False
2022-03-16 00:00:00+09:00,3600.0,3607.0,3542.0,3542.0,3334.2392578125,7232000,0.0,0.0,False
2022-03-17 00:00:00+09:00,3658.0,3681.0,3602.0,3634.0,3420.843017578125,6192000,0.0,0.0,False
2022-03-18 00:00:00+09:00,3632.0,3666.0,3607.0,3664.0,3449.083251953125,12821000,0.0,0.0,False
2022-03-22 00:00:00+09:00,3656.0,3700.0,3622.0,3681.0,3465.0859375,7984500,0.0,0.0,False
2022-03-23 00:00:00+09:00,3760.0,3830.0,3740.0,3803.0,3579.929931640625,6757500,0.0,0.0,False
2022-03-24 00:00:00+09:00,3740.0,3808.0,3708.0,3806.0,3582.754150390625,4933500,0.0,0.0,False
2022-03-25 00:00:00+09:00,3836.0,3868.0,3806.0,3838.0,3612.876953125,4159000,0.0,0.0,False
2022-03-28 00:00:00+09:00,3758.0,3773.0,3714.0,3750.0,3530.038818359375,6129500,0.0,0.0,False
2022-03-29 00:00:00+09:00,3794.0,3806.0,3753.0,3799.0,3576.164794921875,5734500,0.0,0.0,False
2022-03-30 00:00:00+09:00,3804.0,3806.0,3717.0,3761.0,3587.611328125,5972500,50.0,0.0,False
2022-03-31 00:00:00+09:00,3738.0,3788.0,3724.0,3758.0,3584.749755859375,5424000,0.0,0.0,False
2022-04-01 00:00:00+09:00,3735.0,3788.0,3729.0,3753.0,3579.980224609375,4491000,0.0,0.0,False
2022-04-04 00:00:00+09:00,3776.0,3782.0,3718.0,3747.0,3574.2568359375,3752500,0.0,0.0,False
2022-04-05 00:00:00+09:00,3789.0,3795.0,3695.0,3703.0,3532.285400390625,4858000,0.0,0.0,False
2022-04-06 00:00:00+09:00,3640.0,3687.0,3606.0,3637.0,3469.328125,7730000,0.0,0.0,False
2022-04-07 00:00:00+09:00,3560.0,3591.0,3536.0,3548.0,3384.43115234375,8193500,0.0,0.0,False
2022-04-08 00:00:00+09:00,3595.0,3597.0,3508.0,3535.0,3372.0302734375,7222500,0.0,0.0,False
2022-04-11 00:00:00+09:00,3549.0,3567.0,3524.0,3559.0,3394.924072265625,3717000,0.0,0.0,False
2022-04-12 00:00:00+09:00,3563.0,3571.0,3450.0,3452.0,3292.85693359375,5829000,0.0,0.0,False
2022-04-13 00:00:00+09:00,3500.0,3504.0,3476.0,3495.0,3333.874267578125,5309500,0.0,0.0,False
2022-04-14 00:00:00+09:00,3500.0,3587.0,3500.0,3529.0,3366.30712890625,5486500,0.0,0.0,False
2022-04-15 00:00:00+09:00,3480.0,3526.0,3465.0,3498.0,3336.736083984375,3537500,0.0,0.0,False
2022-04-18 00:00:00+09:00,3432.0,3454.0,3394.0,3430.0,3271.87109375,3807500,0.0,0.0,False
2022-04-19 00:00:00+09:00,3495.0,3514.0,3460.0,3499.0,3337.68994140625,3861500,0.0,0.0,False
2022-04-20 00:00:00+09:00,3569.0,3580.0,3509.0,3526.0,3363.445068359375,5435500,0.0,0.0,False
2022-04-21 00:00:00+09:00,3534.0,3596.0,3528.0,3585.0,3419.725341796875,4920000,0.0,0.0,False
2022-04-22 00:00:00+09:00,3525.0,3557.0,3496.0,3554.0,3390.154296875,4350500,0.0,0.0,False
2022-04-25 00:00:00+09:00,3500.0,3550.0,3478.0,3547.0,3383.477294921875,5038000,0.0,0.0,False
2022-04-26 00:00:00+09:00,3591.0,3591.0,3539.0,3545.0,3381.5693359375,5845500,0.0,0.0,False
2022-04-27 00:00:00+09:00,3526.0,3526.0,3455.0,3493.0,3331.966796875,7365500,0.0,0.0,False
2022-04-28 00:00:00+09:00,3553.0,3613.0,3532.0,3597.0,3431.172119140625,8387000,0.0,0.0,False
2022-05-02 00:00:00+09:00,3657.0,3689.0,3550.0,3579.0,3414.001953125,7101000,0.0,0.0,False
2022-05-06 00:00:00+09:00,3632.0,3675.0,3579.0,3655.0,3486.498291015625,7088500,0.0,0.0,False
2022-05-09 00:00:00+09:00,3602.0,3641.0,3593.0,3603.0,3436.8955078125,5021000,0.0,0.0,False
2022-05-10 00:00:00+09:00,3565.0,3588.0,3514.0,3571.0,3406.37060546875,5717000,0.0,0.0,False
2022-05-11 00:00:00+09:00,3550.0,3602.0,3532.0,3568.0,3403.509033203125,5554000,0.0,0.0,False
2022-05-12 00:00:00+09:00,3514.0,3553.0,3491.0,3532.0,3369.168701171875,5500500,0.0,0.0,False
2022-05-13 00:00:00+09:00,3538.0,3625.0,3537.0,3599.0,3433.079833984375,6871500,0.0,0.0,False
2022-05-16 00:00:00+09:00,3660.0,3667.0,3586.0,3593.0,3427.356201171875,7187500,0.0,0.0,False
2022-05-17 00:00:00+09:00,3600.0,3605.0,3576.0,3595.0,3429.264404296875,4602500,0.0,0.0,False
2022-05-18 00:00:00+09:00,3632.0,3698.0,3632.0,3656.0,3487.451904296875,7495000,0.0,0.0,False
2022-05-19 00:00:00+09:00,3540.0,3576.0,3531.0,3551.0,3387.292724609375,8941500,0.0,0.0,False
2022-05-20 00:00:00+09:00,3517.0,3585.0,3512.0,3583.0,3417.8173828125,8683500,0.0,0.0,False
2022-05-23 00:00:00+09:00,3646.0,3665.0,3565.0,3583.0,3417.8173828125,5712000,0.0,0.0,False
2022-05-24 00:00:00+09:00,3576.0,3581.0,3540.0,3540.0,3376.7998046875,6997500,0.0,0.0,False
2022-05-25 00:00:00+09:00,3550.0,3558.0,3529.0,3545.0,3381.5693359375,6704500,0.0,0.0,False
2022-05-26 00:00:00+09:00,3498.0,3524.0,3476.0,3496.0,3334.828369140625,8881500,0.0,0.0,False
2022-05-27 00:00:00+09:00,3570.0,3577.0,3547.0,3568.0,3403.509033203125,5818500,0.0,0.0,False
2022-05-30 00:00:00+09:00,3587.0,3669.0,3578.0,3650.0,3481.728271484375,8034000,0.0,0.0,False
2022-05-31 00:00:00+09:00,3644.0,3667.0,3623.0,3667.0,3497.945068359375,22942000,0.0,0.0,False
2022-06-01 00:00:00+09:00,3666.0,3716.0,3644.0,3716.0,3544.685791015625,5525000,0.0,0.0,False
2022-06-02 00:00:00+09:00,3720.0,3727.0,3688.0,3702.0,3531.33154296875,6125000,0.0,0.0,False
2022-06-03 00:00:00+09:00,3729.0,3739.0,3679.0,3687.0,3517.02294921875,5929000,0.0,0.0,False
2022-06-06 00:00:00+09:00,3659.0,3695.0,3632.0,3684.0,3514.1611328125,3916000,0.0,0.0,False
2022-06-07 00:00:00+09:00,3700.0,3700.0,3665.0,3667.0,3497.945068359375,4437000,0.0,0.0,False
2022-06-08 00:00:00+09:00,3720.0,3730.0,3691.0,3711.0,3539.91650390625,5411500,0.0,0.0,False
2022-06-09 00:00:00+09:00,3698.0,3701.0,3661.0,3667.0,3497.945068359375,6031500,0.0,0.0,False
2022-06-10 00:00:00+09:00,3632.0,3645.0,3610.0,3623.0,3455.9736328125,7472000,0.0,0.0,False
2022-06-13 00:00:00+09:00,3520.0,3535.0,3449.0,3449.0,3289.994873046875,11133000,0.0,0.0,False
2022-06-14 00:00:00+09:00,3420.0,3469.0,3419.0,3468.0,3308.119140625,6863000,0.0,0.0,False
2022-06-15 00:00:00+09:00,3464.0,3476.0,3455.0,3460.0,3300.48779296875,6177000,0.0,0.0,False
2022-06-16 00:00:00+09:00,3501.0,3509.0,3425.0,3425.0,3267.1015625,8418000,0.0,0.0,False
2022-06-17 00:00:00+09:00,3278.0,3291.0,3241.0,3255.0,3104.938720703125,15500000,0.0,0.0,False
2022-06-20 00:00:00+09:00,3271.0,3281.0,3045.0,3047.0,2906.52783203125,13146000,0.0,0.0,False
2022-06-21 00:00:00+09:00,3121.0,3134.0,3047.0,3097.0,2954.22265625,7706500,0.0,0.0,False
2022-06-22 00:00:00+09:00,3167.0,3169.0,3027.0,3030.0,2890.311767578125,7630000,0.0,0.0,False
2022-06-23 00:00:00+09:00,2999.0,3003.0,2872.0,2874.0,2741.50341796875,15262000,0.0,0.0,False
2022-06-24 00:00:00+09:00,2900.0,3017.0,2882.0,2998.0,2859.787109375,16497000,0.0,0.0,False
2022-06-27 00:00:00+09:00,3089.0,3155.0,3082.0,3140.0,2995.240478515625,10088000,0.0,0.0,False
2022-06-28 00:00:00+09:00,3081.0,3131.0,3052.0,3125.0,2980.931884765625,8591500,0.0,0.0,False
2022-06-29 00:00:00+09:00,3088.0,3124.0,3073.0,3122.0,2978.0703125,9900500,0.0,0.0,False
2022-06-30 00:00:00+09:00,3060.0,3093.0,3050.0,3060.0,2918.9287109375,10576000,0.0,0.0,False
2022-07-01 00:00:00+09:00,3099.0,3110.0,3058.0,3082.0,2939.914306640625,9179000,0.0,0.0,False
2022-07-04 00:00:00+09:00,3109.0,3142.0,3105.0,3142.0,2997.1484375,6224000,0.0,0.0,False
2022-07-05 00:00:00+09:00,3159.0,3194.0,3137.0,3161.0,3015.272216796875,5830500,0.0,0.0,False
2022-07-06 00:00:00+09:00,3150.0,3178.0,3140.0,3152.0,3006.687255859375,6535500,0.0,0.0,False
2022-07-07 00:00:00+09:00,3120.0,3215.0,3120.0,3205.0,3057.243896484375,7487500,0.0,0.0,False
2022-07-08 00:00:00+09:00,3230.0,3256.0,3188.0,3196.0,3048.65869140625,8619000,0.0,0.0,False
2022-07-11 00:00:00+09:00,3256.0,3277.0,3220.0,3235.0,3085.86083984375,4135000,0.0,0.0,False
2022-07-12 00:00:00+09:00,3206.0,3209.0,3146.0,3151.0,3005.733642578125,4858000,0.0,0.0,False
2022-07-13 00:00:00+09:00,3171.0,3204.0,3167.0,3193.0,3045.79736328125,4349500,0.0,0.0,False
2022-07-14 00:00:00+09:00,3160.0,3207.0,3160.0,3203.0,3055.336181640625,3735000,0.0,0.0,False
2022-07-15 00:00:00+09:00,3190.0,3224.0,3183.0,3204.0,3056.2900390625,3204500,0.0,0.0,False
2022-07-19 00:00:00+09:00,3201.0,3256.0,3201.0,3252.0,3102.0771484375,3715000,0.0,0.0,False
2022-07-20 00:00:00+09:00,3335.0,3378.0,3334.0,3372.0,3216.545166015625,5710500,0.0,0.0,False
2022-07-21 00:00:00+09:00,3333.0,3366.0,3326.0,3351.0,3196.51318359375,6702500,0.0,0.0,False
2022-07-22 00:00:00+09:00,3363.0,3363.0,3301.0,3330.0,3176.481201171875,7392000,0.0,0.0,False
2022-07-25 00:00:00+09:00,3260.0,3264.0,3228.0,3229.0,3080.137451171875,6264000,0.0,0.0,False
2022-07-26 00:00:00+09:00,3245.0,3257.0,3226.0,3231.0,3082.04541015625,4613500,0.0,0.0,False
2022-07-27 00:00:00+09:00,3210.0,3286.0,3198.0,3267.0,3116.3857421875,6886500,0.0,0.0,False
2022-07-28 00:00:00+09:00,3470.0,3512.0,3368.0,3404.0,3247.06982421875,16614000,0.0,0.0,False
2022-07-29 00:00:00+09:00,3403.0,3427.0,3370.0,3392.0,3235.62255859375,7804000,0.0,0.0,False
2022-08-01 00:00:00+09:00,3401.0,3499.0,3401.0,3489.0,3328.151123046875,7018000,0.0,0.0,False
2022-08-02 00:00:00+09:00,3458.0,3465.0,3424.0,3440.0,3281.409912109375,4993500,0.0,0.0,False
2022-08-03 00:00:00+09:00,3425.0,3449.0,3407.0,3436.0,3277.5947265625,5123000,0.0,0.0,False
2022-08-04 00:00:00+09:00,3449.0,3471.0,3438.0,3460.0,3300.48779296875,4068500,0.0,0.0,False
2022-08-05 00:00:00+09:00,3422.0,3459.0,3408.0,3452.0,3292.85693359375,4774000,0.0,0.0,False
2022-08-08 00:00:00+09:00,3433.0,3474.0,3427.0,3465.0,3305.257568359375,3761000,0.0,0.0,False
2022-08-09 00:00:00+09:00,3466.0,3471.0,3425.0,3438.0,3279.502197265625,4313500,0.0,0.0,False
2022-08-10 00:00:00+09:00,3428.0,3437.0,3401.0,3409.0,3251.83935546875,4978000,0.0,0.0,False
2022-08-12 00:00:00+09:00,3495.0,3496.0,3456.0,3485.0,3324.335205078125,8382000,0.0,0.0,False
2022-08-15 00:00:00+09:00,3512.0,3552.0,3505.0,3544.0,3380.615478515625,5183000,0.0,0.0,False
2022-08-16 00:00:00+09:00,3531.0,3561.0,3517.0,3526.0,3363.445068359375,4304500,0.0,0.0,False
2022-08-17 00:00:00+09:00,3530.0,3545.0,3513.0,3529.0,3366.30712890625,6341000,0.0,0.0,False
2022-08-18 00:00:00+09:00,3476.0,3485.0,3440.0,3456.0,3296.672119140625,8115000,0.0,0.0,False
2022-08-19 00:00:00+09:00,3489.0,3502.0,3462.0,3462.0,3302.395751953125,5710000,0.0,0.0,False
2022-08-22 00:00:00+09:00,3382.0,3426.0,3372.0,3425.0,3267.1015625,7080000,0.0,0.0,False
2022-08-23 00:00:00+09:00,3425.0,3428.0,3387.0,3399.0,3242.300048828125,5552500,0.0,0.0,False
2022-08-24 00:00:00+09:00,3409.0,3412.0,3376.0,3378.0,3222.2685546875,6720500,0.0,0.0,False
2022-08-25 00:00:00+09:00,3366.0,3389.0,3334.0,3380.0,3224.17626953125,6438000,0.0,0.0,False
2022-08-26 00:00:00+09:00,3385.0,3410.0,3383.0,3395.0,3238.48486328125,5813500,0.0,0.0,False
2022-08-29 00:00:00+09:00,3262.0,3297.0,3246.0,3287.0,3135.46337890625,8457000,0.0,0.0,False
2022-08-30 00:00:00+09:00,3303.0,3306.0,3271.0,3298.0,3145.95654296875,7276000,0.0,0.0,False
2022-08-31 00:00:00+09:00,3230.0,3266.0,3225.0,3263.0,3112.5703125,13482000,0.0,0.0,False
2022-09-01 00:00:00+09:00,3263.0,3275.0,3219.0,3219.0,3070.598388671875,7553500,0.0,0.0,False
2022-09-02 00:00:00+09:00,3222.0,3226.0,3198.0,3214.0,3065.8291015625,5257000,0.0,0.0,False
2022-09-05 00:00:00+09:00,3200.0,3254.0,3198.0,3251.0,3101.123291015625,4244000,0.0,0.0,False
2022-09-06 00:00:00+09:00,3251.0,3275.0,3237.0,3245.0,3095.39990234375,3553000,0.0,0.0,False
2022-09-07 00:00:00+09:00,3245.0,3251.0,3185.0,3197.0,3049.61279296875,8426000,0.0,0.0,False
2022-09-08 00:00:00+09:00,3230.0,3287.0,3218.0,3276.0,3124.970458984375,7632500,0.0,0.0,False
2022-09-09 00:00:00+09:00,3261.0,3295.0,3256.0,3290.0,3138.325439453125,7866500,0.0,0.0,False
2022-09-12 00:00:00+09:00,3354.0,3357.0,3321.0,3343.0,3188.882080078125,4352000,0.0,0.0,False
2022-09-13 00:00:00+09:00,3352.0,3358.0,3335.0,3358.0,3203.1904296875,3786000,0.0,0.0,False
2022-09-14 00:00:00+09:00,3252.0,3281.0,3229.0,3243.0,3093.4921875,8218500,0.0,0.0,False
2022-09-15 00:00:00+09:00,3248.0,3252.0,3233.0,3237.0,3087.7685546875,5311000,0.0,0.0,False
2022-09-16 00:00:00+09:00,3200.0,3209.0,3179.0,3179.0,3032.442626953125,8996000,0.0,0.0,False
2022-09-20 00:00:00+09:00,3200.0,3236.0,3175.0,3175.0,3028.626953125,5705000,0.0,0.0,False
2022-09-21 00:00:00+09:00,3175.0,3178.0,3138.0,3142.0,2997.1484375,5023500,0.0,0.0,False
2022-09-22 00:00:00+09:00,3103.0,3123.0,3092.0,3114.0,2970.439208984375,5458000,0.0,0.0,False
2022-09-26 00:00:00+09:00,3034.0,3034.0,2961.0,2964.0,2827.354736328125,8832000,0.0,0.0,False
2022-09-27 00:00:00+09:00,3000.0,3013.0,2976.0,2976.0,2838.801513671875,6016000,0.0,0.0,False
2022-09-28 00:00:00+09:00,2961.0,2987.0,2913.0,2939.0,2803.507080078125,8209000,0.0,0.0,False
2022-09-29 00:00:00+09:00,2951.0,2954.0,2875.0,2919.0,2827.7255859375,7719500,45.0,0.0,False
2022-09-30 00:00:00+09:00,2919.0,2931.0,2837.0,2866.0,2776.3828125,11141000,0.0,0.0,False
2022-10-03 00:00:00+09:00,2902.0,2990.0,2889.0,2990.0,2896.50537109375,9900000,0.0,0.0,False
2022-10-04 00:00:00+09:00,3082.0,3082.0,3023.0,3033.0,2938.16064453125,8846500,0.0,0.0,False
2022-10-05 00:00:00+09:00,3080.0,3115.0,3062.0,3109.0,3011.7841796875,8476500,0.0,0.0,False
2022-10-06 00:00:00+09:00,3114.0,3136.0,3098.0,3124.0,3026.315185546875,5565500,0.0,0.0,False
2022-10-07 00:00:00+09:00,3090.0,3115.0,3066.0,3091.0,2994.346923828125,6114000,0.0,0.0,False
2022-10-11 00:00:00+09:00,3016.0,3044.0,2997.0,3007.0,2912.973388671875,6645000,0.0,0.0,False
2022-10-12 00:00:00+09:00,2990.0,3014.0,2958.0,2960.0,2867.443359375,7786500,0.0,0.0,False
2022-10-13 00:00:00+09:00,2969.0,3002.0,2964.0,2972.0,2879.068115234375,4634000,0.0,0.0,False
2022-10-14 00:00:00+09:00,3032.0,3049.0,3000.0,3032.0,2937.19189453125,7564000,0.0,0.0,False
2022-10-17 00:00:00+09:00,2940.0,2954.0,2930.0,2944.0,2851.943603515625,7008500,0.0,0.0,False
2022-10-18 00:00:00+09:00,3012.0,3014.0,2965.0,3008.0,2913.9423828125,6357000,0.0,0.0,False
2022-10-19 00:00:00+09:00,3028.0,3064.0,3017.0,3032.0,2937.19189453125,5751000,0.0,0.0,False
2022-10-20 00:00:00+09:00,2986.0,3002.0,2970.0,2987.0,2893.59912109375,6160000,0.0,0.0,False
2022-10-21 00:00:00+09:00,2970.0,2990.0,2970.0,2971.0,2878.099609375,5298000,0.0,0.0,False
2022-10-24 00:00:00+09:00,3031.0,3080.0,3028.0,3039.0,2943.973388671875,5615500,0.0,0.0,False
2022-10-25 00:00:00+09:00,3058.0,3069.0,3036.0,3044.0,2948.81689453125,6311000,0.0,0.0,False
2022-10-26 00:00:00+09:00,3058.0,3106.0,3054.0,3091.0,2994.346923828125,5510500,0.0,0.0,False
2022-10-27 00:00:00+09:00,3067.0,3080.0,3059.0,3080.0,2983.691162109375,5645000,0.0,0.0,False
2022-10-28 00:00:00+09:00,3138.0,3138.0,3066.0,3071.0,2974.97265625,15176500,0.0,0.0,False
2022-10-31 00:00:00+09:00,3115.0,3122.0,3084.0,3108.0,3010.8154296875,5805000,0.0,0.0,False
2022-11-01 00:00:00+09:00,3107.0,3125.0,3095.0,3125.0,3027.283935546875,4351500,0.0,0.0,False
2022-11-02 00:00:00+09:00,3138.0,3138.0,3086.0,3103.0,3005.971923828125,5194000,0.0,0.0,False
2022-11-04 00:00:00+09:00,3072.0,3091.0,3046.0,3091.0,2994.346923828125,6584500,0.0,0.0,False
2022-11-07 00:00:00+09:00,3127.0,3156.0,3115.0,3156.0,3057.314453125,5297000,0.0,0.0,False
2022-11-08 00:00:00+09:00,3200.0,3202.0,3173.0,3192.0,3092.18896484375,4471500,0.0,0.0,False
2022-11-09 00:00:00+09:00,3213.0,3253.0,3208.0,3250.0,3148.375244140625,5779000,0.0,0.0,False
2022-11-10 00:00:00+09:00,3239.0,3239.0,3193.0,3199.0,3098.97021484375,6865000,0.0,0.0,False
2022-11-11 00:00:00+09:00,3320.0,3409.0,3299.0,3409.0,3302.403564453125,14118000,0.0,0.0,False
2022-11-14 00:00:00+09:00,3460.0,3488.0,3426.0,3464.0,3355.683837890625,9779000,0.0,0.0,False
2022-11-15 00:00:00+09:00,3461.0,3484.0,3446.0,3467.0,3358.58984375,5291000,0.0,0.0,False
2022-11-16 00:00:00+09:00,3490.0,3541.0,3469.0,3537.0,3426.40087890625,9166500,0.0,0.0,False
2022-11-17 00:00:00+09:00,3502.0,3515.0,3458.0,3466.0,3357.62109375,7998500,0.0,0.0,False
2022-11-18 00:00:00+09:00,3475.0,3488.0,3432.0,3440.0,3332.43408203125,6461000,0.0,0.0,False
2022-11-21 00:00:00+09:00,3440.0,3490.0,3438.0,3490.0,3380.87060546875,4555500,0.0,0.0,False
2022-11-22 00:00:00+09:00,3494.0,3501.0,3471.0,3499.0,3389.589111328125,6389000,0.0,0.0,False
2022-11-24 00:00:00+09:00,3538.0,3562.0,3529.0,3553.0,3441.900634765625,5991000,0.0,0.0,False
2022-11-25 00:00:00+09:00,3561.0,3576.0,3554.0,3560.0,3448.681884765625,3771000,0.0,0.0,False
2022-11-28 00:00:00+09:00,3552.0,3564.0,3532.0,3532.0,3421.557373046875,4718000,0.0,0.0,False
2022-11-29 00:00:00+09:00,3495.0,3512.0,3487.0,3503.0,3393.464111328125,4499000,0.0,0.0,False
2022-11-30 00:00:00+09:00,3484.0,3518.0,3477.0,3514.0,3404.120361328125,7454000,0.0,0.0,False
2022-12-01 00:00:00+09:00,3570.0,3578.0,3530.0,3570.0,3458.369140625,7244000,0.0,0.0,False
2022-12-02 00:00:00+09:00,3542.0,3546.0,3481.0,3503.0,3393.464111328125,7879000,0.0,0.0,False
2022-12-05 00:00:00+09:00,3506.0,3508.0,3467.0,3475.0,3366.33984375,4871500,0.0,0.0,False
2022-12-06 00:00:00+09:00,3435.0,3482.0,3425.0,3463.0,3354.71484375,3919500,0.0,0.0,False
2022-12-07 00:00:00+09:00,3430.0,3439.0,3408.0,3408.0,3301.4345703125,5549000,0.0,0.0,False
2022-12-08 00:00:00+09:00,3403.0,3409.0,3368.0,3386.0,3280.122802734375,5129000,0.0,0.0,False
2022-12-09 00:00:00+09:00,3380.0,3447.0,3377.0,3435.0,3327.590576171875,5786500,0.0,0.0,False
2022-12-12 00:00:00+09:00,3420.0,3435.0,3412.0,3420.0,3313.059814453125,3176000,0.0,0.0,False
2022-12-13 00:00:00+09:00,3453.0,3472.0,3445.0,3452.0,3344.05908203125,3824000,0.0,0.0,False
2022-12-14 00:00:00+09:00,3494.0,3556.0,3486.0,3556.0,3444.806884765625,6909000,0.0,0.0,False
2022-12-15 00:00:00+09:00,3510.0,3552.0,3503.0,3546.0,3435.119873046875,5695000,0.0,0.0,False
2022-12-16 00:00:00+09:00,3471.0,3505.0,3460.0,3487.0,3377.964599609375,9524500,0.0,0.0,False
2022-12-19 00:00:00+09:00,3444.0,3476.0,3443.0,3447.0,3339.215087890625,4378500,0.0,0.0,False
2022-12-20 00:00:00+09:00,3468.0,3490.0,3367.0,3384.0,3278.185302734375,7776000,0.0,0.0,False
2022-12-21 00:00:00+09:00,3386.0,3395.0,3328.0,3362.0,3256.873291015625,6319500,0.0,0.0,False
2022-12-22 00:00:00+09:00,3389.0,3389.0,3354.0,3379.0,3273.341552734375,5088000,0.0,0.0,False
2022-12-23 00:00:00+09:00,3335.0,3344.0,3315.0,3336.0,3231.686279296875,4868000,0.0,0.0,False
2022-12-26 00:00:00+09:00,3352.0,3391.0,3346.0,3386.0,3280.122802734375,2487500,0.0,0.0,False
2022-12-27 00:00:00+09:00,3400.0,3410.0,3326.0,3326.0,3221.998779296875,3236500,0.0,0.0,False
2022-12-28 00:00:00+09:00,3300.0,3326.0,3281.0,3307.0,3203.593017578125,3784500,0.0,0.0,False
2022-12-29 00:00:00+09:00,3272.0,3279.0,3238.0,3252.0,3150.31298828125,6196000,0.0,0.0,False
2022-12-30 00:00:00+09:00,3285.0,3299.0,3245.0,3245.0,3143.53173828125,4288000,0.0,0.0,False
2023-01-04 00:00:00+09:00,3186.0,3197.0,3158.0,3163.0,3064.095703125,5362000,0.0,0.0,False
2023-01-05 00:00:00+09:00,3212.0,3237.0,3195.0,3200.0,3099.938720703125,5244000,0.0,0.0,False
2023-01-06 00:00:00+09:00,3177.0,3233.0,3162.0,3223.0,3122.2197265625,4748000,0.0,0.0,False
2023-01-10 00:00:00+09:00,3346.0,3348.0,3307.0,3332.0,3227.811279296875,7778000,0.0,0.0,False
2023-01-11 00:00:00+09:00,3339.0,3345.0,3313.0,3330.0,3225.87353515625,5305500,0.0,0.0,False
2023-01-12 00:00:00+09:00,3359.0,3366.0,3321.0,3343.0,3238.46728515625,4104000,0.0,0.0,False
2023-01-13 00:00:00+09:00,3321.0,3360.0,3304.0,3325.0,3221.030029296875,5311500,0.0,0.0,False
2023-01-16 00:00:00+09:00,3288.0,3297.0,3253.0,3281.0,3178.406005859375,4967500,0.0,0.0,False
2023-01-17 00:00:00+09:00,3270.0,3340.0,3265.0,3323.0,3219.0927734375,4316000,0.0,0.0,False
2023-01-18 00:00:00+09:00,3354.0,3431.0,3327.0,3392.0,3285.934814453125,5236500,0.0,0.0,False
2023-01-19 00:00:00+09:00,3330.0,3372.0,3322.0,3360.0,3254.935546875,5314500,0.0,0.0,False
2023-01-20 00:00:00+09:00,3360.0,3364.0,3341.0,3360.0,3254.935546875,3316500,0.0,0.0,False
2023-01-23 00:00:00+09:00,3433.0,3442.0,3404.0,3428.0,3320.809326171875,3929500,0.0,0.0,False
2023-01-24 00:00:00+09:00,3496.0,3505.0,3473.0,3482.0,3373.120849609375,4481000,0.0,0.0,False
2023-01-25 00:00:00+09:00,3468.0,3505.0,3435.0,3495.0,3385.714111328125,4755000,0.0,0.0,False
2023-01-26 00:00:00+09:00,3520.0,3542.0,3490.0,3517.0,3407.026611328125,6205500,0.0,0.0,False
2023-01-27 00:00:00+09:00,3720.0,3767.0,3625.0,3661.0,3546.523681640625,21879000,0.0,0.0,False
2023-01-30 00:00:00+09:00,3741.0,3847.0,3738.0,3847.0,3726.70751953125,16033000,0.0,0.0,False
2023-01-31 00:00:00+09:00,3840.0,3874.0,3813.0,3815.0,3695.708251953125,10376000,0.0,0.0,False
2023-02-01 00:00:00+09:00,3860.0,3882.0,3845.0,3851.0,3730.58251953125,7149000,0.0,0.0,False
2023-02-02 00:00:00+09:00,3900.0,3906.0,3811.0,3828.0,3708.301513671875,6725500,0.0,0.0,False
2023-02-03 00:00:00+09:00,3831.0,3864.0,3823.0,3840.0,3719.9267578125,4717500,0.0,0.0,False
2023-02-06 00:00:00+09:00,3880.0,3902.0,3826.0,3835.0,3715.0830078125,6266500,0.0,0.0,False
2023-02-07 00:00:00+09:00,3837.0,3874.0,3832.0,3851.0,3730.58251953125,4945000,0.0,0.0,False
2023-02-08 00:00:00+09:00,3872.0,3882.0,3820.0,3847.0,3726.70751953125,5366000,0.0,0.0,False
2023-02-09 00:00:00+09:00,3824.0,3894.0,3820.0,3881.0,3759.64453125,5645000,0.0,0.0,False
2023-02-10 00:00:00+09:00,3900.0,3933.0,3866.0,3910.0,3787.737548828125,9286000,0.0,0.0,False
2023-02-13 00:00:00+09:00,3860.0,3884.0,3827.0,3850.0,3729.61376953125,6392000,0.0,0.0,False
2023-02-14 00:00:00+09:00,3879.0,3898.0,3872.0,3877.0,3755.76953125,5278500,0.0,0.0,False
2023-02-15 00:00:00+09:00,3884.0,3902.0,3868.0,3889.0,3767.39404296875,4995000,0.0,0.0,False
2023-02-16 00:00:00+09:00,3930.0,3941.0,3907.0,3929.0,3806.1435546875,4871500,0.0,0.0,False
2023-02-17 00:00:00+09:00,3880.0,3902.0,3855.0,3855.0,3734.457275390625,7807500,0.0,0.0,False
2023-02-20 00:00:00+09:00,3844.0,3859.0,3807.0,3842.0,3721.864013671875,6316500,0.0,0.0,False
2023-02-21 00:00:00+09:00,3856.0,3858.0,3814.0,3834.0,3714.114013671875,4043500,0.0,0.0,False
2023-02-22 00:00:00+09:00,3808.0,3814.0,3788.0,3794.0,3675.364990234375,5601000,0.0,0.0,False
2023-02-24 00:00:00+09:00,3797.0,3832.0,3776.0,3827.0,3707.3330078125,5211000,0.0,0.0,False
2023-02-27 00:00:00+09:00,3806.0,3840.0,3786.0,3840.0,3719.9267578125,5648500,0.0,0.0,False
2023-02-28 00:00:00+09:00,3840.0,3845.0,3817.0,3830.0,3710.2392578125,6424500,0.0,0.0,False
2023-03-01 00:00:00+09:00,3794.0,3816.0,3775.0,3815.0,3695.708251953125,5421000,0.0,0.0,False
2023-03-02 00:00:00+09:00,3842.0,3844.0,3811.0,3818.0,3698.6142578125,4512500,0.0,0.0,False
2023-03-03 00:00:00+09:00,3856.0,3944.0,3844.0,3933.0,3810.0185546875,9054500,0.0,0.0,False
2023-03-06 00:00:00+09:00,3977.0,4056.0,3966.0,4056.0,3929.17236328125,8020500,0.0,0.0,False
2023-03-07 00:00:00+09:00,4056.0,4083.0,4038.0,4065.0,3937.890869140625,7058000,0.0,0.0,False
2023-03-08 00:00:00+09:00,4044.0,4063.0,4023.0,4050.0,3923.360107421875,5728500,0.0,0.0,False
2023-03-09 00:00:00+09:00,4100.0,4133.0,4088.0,4114.0,3985.35888671875,6500000,0.0,0.0,False
2023-03-10 00:00:00+09:00,4100.0,4128.0,4080.0,4100.0,3971.796630859375,9545500,0.0,0.0,False
2023-03-13 00:00:00+09:00,4051.0,4086.0,4041.0,4082.0,3954.359375,5606500,0.0,0.0,False
2023-03-14 00:00:00+09:00,4006.0,4040.0,3982.0,4022.0,3896.235595703125,8254500,0.0,0.0,False
2023-03-15 00:00:00+09:00,4034.0,4050.0,4003.0,4041.0,3914.641357421875,6122000,0.0,0.0,False
2023-03-16 00:00:00+09:00,3976.0,4045.0,3972.0,4035.0,3908.828857421875,5019000,0.0,0.0,False
2023-03-17 00:00:00+09:00,4018.0,4055.0,4016.0,4031.0,3904.9541015625,6961500,0.0,0.0,False
2023-03-20 00:00:00+09:00,4000.0,4027.0,3980.0,3980.0,3855.548828125,7006500,0.0,0.0,False
2023-03-22 00:00:00+09:00,4066.0,4128.0,4057.0,4122.0,3993.1083984375,8741500,0.0,0.0,False
2023-03-23 00:00:00+09:00,4056.0,4106.0,4039.0,4086.0,3958.234375,5480000,0.0,0.0,False
2023-03-24 00:00:00+09:00,4130.0,4187.0,4123.0,4177.0,4046.388916015625,8961500,0.0,0.0,False
2023-03-27 00:00:00+09:00,4196.0,4204.0,4151.0,4192.0,4060.919921875,5959500,0.0,0.0,False
2023-03-28 00:00:00+09:00,4200.0,4207.0,4124.0,4142.0,4012.483154296875,4505500,0.0,0.0,False
2023-03-29 00:00:00+09:00,4146.0,4211.0,4146.0,4206.0,4074.48193359375,6514500,0.0,0.0,False
2023-03-30 00:00:00+09:00,4257.0,4268.0,4119.0,4161.0,4084.297607421875,5535200,55.0,5.0,True
2023-03-31 00:00:00+09:00,4229.0,4299.0,4209.0,4275.0,4196.1962890625,9608400,0.0,0.0,False
2023-04-03 00:00:00+09:00,4250.0,4259.0,4162.0,4182.0,4104.91064453125,7076800,0.0,0.0,False
2023-04-04 00:00:00+09:00,4245.0,4245.0,4144.0,4155.0,4078.408203125,6780600,0.0,0.0,False
2023-04-05 00:00:00+09:00,4150.0,4150.0,4080.0,4088.0,4012.64306640625,6063700,0.0,0.0,False
2023-04-06 00:00:00+09:00,4002.0,4004.0,3920.0,3942.0,3869.33447265625,8615200,0.0,0.0,False
2023-04-07 00:00:00+09:00,3897.0,3975.0,3892.0,3953.0,3880.1318359375,4554700,0.0,0.0,False
2023-04-10 00:00:00+09:00,3996.0,4009.0,3949.0,3964.0,3890.928955078125,3485200,0.0,0.0,False
2023-04-11 00:00:00+09:00,3990.0,4019.0,3954.0,3960.0,3887.0029296875,6476500,0.0,0.0,False
2023-04-12 00:00:00+09:00,3968.0,4084.0,3966.0,4064.0,3989.085693359375,6372000,0.0,0.0,False
2023-04-13 00:00:00+09:00,4064.0,4099.0,4026.0,4081.0,4005.772216796875,5160200,0.0,0.0,False
2023-04-14 00:00:00+09:00,4126.0,4130.0,4055.0,4129.0,4052.887451171875,7459400,0.0,0.0,False
2023-04-17 00:00:00+09:00,4100.0,4168.0,4097.0,4155.0,4078.408203125,4518400,0.0,0.0,False
2023-04-18 00:00:00+09:00,4156.0,4163.0,4116.0,4122.0,4046.0166015625,4974500,0.0,0.0,False
2023-04-19 00:00:00+09:00,4046.0,4104.0,4035.0,4100.0,4024.422119140625,7088900,0.0,0.0,False
2023-04-20 00:00:00+09:00,4010.0,4072.0,3988.0,4046.0,3971.41748046875,5741100,0.0,0.0,False
2023-04-21 00:00:00+09:00,4044.0,4099.0,4035.0,4083.0,4007.7353515625,4623300,0.0,0.0,False
2023-04-24 00:00:00+09:00,4055.0,4074.0,4030.0,4033.0,3958.6572265625,4068400,0.0,0.0,False
2023-04-25 00:00:00+09:00,4085.0,4102.0,4063.0,4070.0,3994.97509765625,4636000,0.0,0.0,False
2023-04-26 00:00:00+09:00,4085.0,4087.0,4036.0,4060.0,3985.159423828125,5594700,0.0,0.0,False
2023-04-27 00:00:00+09:00,4000.0,4059.0,3986.0,4042.0,3967.4912109375,6637900,0.0,0.0,False
2023-04-28 00:00:00+09:00,3833.0,3893.0,3797.0,3863.0,3791.790771484375,17884000,0.0,0.0,False
2023-05-01 00:00:00+09:00,3930.0,3969.0,3908.0,3969.0,3895.836669921875,7639600,0.0,0.0,False
2023-05-02 00:00:00+09:00,3999.0,4012.0,3965.0,3995.0,3921.357421875,5160300,0.0,0.0,False
2023-05-08 00:00:00+09:00,4067.0,4068.0,3962.0,3978.0,3904.6708984375,6181500,0.0,0.0,False
2023-05-09 00:00:00+09:00,3999.0,4009.0,3975.0,3998.0,3924.30224609375,5198600,0.0,0.0,False
2023-05-10 00:00:00+09:00,3957.0,3981.0,3942.0,3973.0,3899.76318359375,5009700,0.0,0.0,False
2023-05-11 00:00:00+09:00,3975.0,3988.0,3951.0,3982.0,3908.59716796875,3817700,0.0,0.0,False
2023-05-12 00:00:00+09:00,4030.0,4030.0,3958.0,3970.0,3896.818603515625,6992800,0.0,0.0,False
2023-05-15 00:00:00+09:00,3969.0,3980.0,3932.0,3960.0,3887.0029296875,5201400,0.0,0.0,False
2023-05-16 00:00:00+09:00,3976.0,4012.0,3957.0,4001.0,3927.2470703125,6382000,0.0,0.0,False
2023-05-17 00:00:00+09:00,4031.0,4033.0,3998.0,4000.0,3926.265380859375,5112300,0.0,0.0,False
2023-05-18 00:00:00+09:00,4060.0,4154.0,4048.0,4138.0,4061.721435546875,9208700,0.0,0.0,False
2023-05-19 00:00:00+09:00,4203.0,4278.0,4179.0,4273.0,4194.2333984375,11216200,0.0,0.0,False
2023-05-22 00:00:00+09:00,4280.0,4310.0,4220.0,4268.0,4189.3251953125,6601500,0.0,0.0,False
2023-05-23 00:00:00+09:00,4320.0,4372.0,4267.0,4285.0,4206.01171875,8845900,0.0,0.0,False
2023-05-24 00:00:00+09:00,4237.0,4302.0,4231.0,4253.0,4174.60205078125,6457700,0.0,0.0,False
2023-05-25 00:00:00+09:00,4299.0,4355.0,4275.0,4322.0,4242.32958984375,7419800,0.0,0.0,False
2023-05-26 00:00:00+09:00,4345.0,4420.0,4328.0,4332.0,4252.1455078125,7241400,0.0,0.0,False
2023-05-29 00:00:00+09:00,4485.0,4525.0,4388.0,4403.0,4321.83642578125,7518000,0.0,0.0,False
2023-05-30 00:00:00+09:00,4380.0,4422.0,4337.0,4392.0,4311.03955078125,4655900,0.0,0.0,False
2023-05-31 00:00:00+09:00,4341.0,4365.0,4270.0,4297.0,4217.79052734375,13332600,0.0,0.0,False
2023-06-01 00:00:00+09:00,4270.0,4310.0,4232.0,4306.0,4226.625,5536800,0.0,0.0,False
2023-06-02 00:00:00+09:00,4362.0,4373.0,4326.0,4364.0,4283.55517578125,5101800,0.0,0.0,False
2023-06-05 00:00:00+09:00,4448.0,4529.0,4437.0,4527.0,4443.55078125,7317000,0.0,0.0,False
2023-06-06 00:00:00+09:00,4496.0,4620.0,4475.0,4616.0,4530.91015625,6327100,0.0,0.0,False
2023-06-07 00:00:00+09:00,4686.0,4706.0,4516.0,4534.0,4450.421875,9438800,0.0,0.0,False
2023-06-08 00:00:00+09:00,4515.0,4554.0,4406.0,4453.0,4370.9150390625,5952500,0.0,0.0,False
2023-06-09 00:00:00+09:00,4418.0,4537.0,4410.0,4525.0,4441.587890625,8880500,0.0,0.0,False
2023-06-12 00:00:00+09:00,4590.0,4601.0,4534.0,4582.0,4497.537109375,5049700,0.0,0.0,False
2023-06-13 00:00:00+09:00,4616.0,4777.0,4614.0,4748.0,4660.47705078125,8024900,0.0,0.0,False
2023-06-14 00:00:00+09:00,4840.0,4894.0,4801.0,4850.0,4760.5966796875,9592300,0.0,0.0,False
2023-06-15 00:00:00+09:00,4846.0,4880.0,4807.0,4817.0,4728.205078125,7216400,0.0,0.0,False
2023-06-16 00:00:00+09:00,4838.0,4900.0,4807.0,4897.0,4806.73046875,8510200,0.0,0.0,False
2023-06-19 00:00:00+09:00,4915.0,4915.0,4783.0,4801.0,4712.5,6239200,0.0,0.0,False
2023-06-20 00:00:00+09:00,4790.0,4829.0,4767.0,4803.0,4714.46337890625,6176900,0.0,0.0,False
2023-06-21 00:00:00+09:00,4673.0,4757.0,4662.0,4731.0,4643.79052734375,9100200,0.0,0.0,False
2023-06-22 00:00:00+09:00,4698.0,4742.0,4642.0,4642.0,4556.4306640625,7609600,0.0,0.0,False
2023-06-23 00:00:00+09:00,4646.0,4672.0,4505.0,4567.0,4482.8134765625,7230300,0.0,0.0,False
2023-06-26 00:00:00+09:00,4637.0,4707.0,4613.0,4636.0,4550.54150390625,6439500,0.0,0.0,False
2023-06-27 00:00:00+09:00,4647.0,4672.0,4577.0,4624.0,4538.76318359375,5454300,0.0,0.0,False
2023-06-28 00:00:00+09:00,4694.0,4779.0,4678.0,4779.0,4690.90576171875,6865700,0.0,0.0,False
2023-06-29 00:00:00+09:00,4843.0,4854.0,4773.0,4787.0,4698.7578125,6348400,0.0,0.0,False
2023-06-30 00:00:00+09:00,4746.0,4779.0,4717.0,4768.0,4680.1083984375,5887000,0.0,0.0,False
2023-07-03 00:00:00+09:00,4838.0,4964.0,4830.0,4964.0,4872.49560546875,6788700,0.0,0.0,False
2023-07-04 00:00:00+09:00,4896.0,4953.0,4867.0,4878.0,4788.08056640625,5643000,0.0,0.0,False
2023-07-05 00:00:00+09:00,4838.0,4883.0,4819.0,4827.0,4738.0205078125,5611600,0.0,0.0,False
2023-07-06 00:00:00+09:00,4750.0,4765.0,4683.0,4695.0,4608.45361328125,7303300,0.0,0.0,False
2023-07-07 00:00:00+09:00,4612.0,4658.0,4591.0,4597.0,4512.2607421875,7832000,0.0,0.0,False
2023-07-10 00:00:00+09:00,4597.0,4627.0,4541.0,4591.0,4506.37109375,6735000,0.0,0.0,False
2023-07-11 00:00:00+09:00,4617.0,4632.0,4560.0,4584.0,4499.50048828125,4554500,0.0,0.0,False
2023-07-12 00:00:00+09:00,4550.0,4576.0,4492.0,4512.0,4428.82763671875,4866300,0.0,0.0,False
2023-07-13 00:00:00+09:00,4582.0,4713.0,4555.0,4665.0,4579.00732421875,6593300,0.0,0.0,False
2023-07-14 00:00:00+09:00,4671.0,4723.0,4621.0,4662.0,4576.06201171875,6668400,0.0,0.0,False
2023-07-18 00:00:00+09:00,4680.0,4716.0,4651.0,4683.0,4596.67529296875,4478800,0.0,0.0,False
2023-07-19 00:00:00+09:00,4720.0,4749.0,4685.0,4724.0,4636.91943359375,3911900,0.0,0.0,False
2023-07-20 00:00:00+09:00,4690.0,4715.0,4614.0,4619.0,4533.85498046875,4634000,0.0,0.0,False
2023-07-21 00:00:00+09:00,4525.0,4582.0,4512.0,4522.0,4438.64306640625,6599300,0.0,0.0,False
2023-07-24 00:00:00+09:00,4592.0,4609.0,4548.0,4577.0,4492.62939453125,5055100,0.0,0.0,False
2023-07-25 00:00:00+09:00,4557.0,4577.0,4536.0,4563.0,4478.88720703125,5370900,0.0,0.0,False
2023-07-26 00:00:00+09:00,4616.0,4618.0,4551.0,4597.0,4512.2607421875,4008400,0.0,0.0,False
2023-07-27 00:00:00+09:00,4550.0,4622.0,4537.0,4606.0,4521.0947265625,5144800,0.0,0.0,False
2023-07-28 00:00:00+09:00,4536.0,4586.0,4477.0,4565.0,4480.8505859375,11604700,0.0,0.0,False
2023-07-31 00:00:00+09:00,4664.0,4716.0,4606.0,4679.0,4592.7490234375,8406600,0.0,0.0,False
2023-08-01 00:00:00+09:00,4719.0,4720.0,4655.0,4675.0,4588.82275390625,6678200,0.0,0.0,False
2023-08-02 00:00:00+09:00,4632.0,4633.0,4553.0,4555.0,4471.03466796875,8461700,0.0,0.0,False
2023-08-03 00:00:00+09:00,4510.0,4616.0,4503.0,4595.0,4510.29736328125,7230600,0.0,0.0,False
2023-08-04 00:00:00+09:00,4551.0,4602.0,4534.0,4585.0,4500.48193359375,4970800,0.0,0.0,False
2023-08-07 00:00:00+09:00,4540.0,4596.0,4523.0,4593.0,4508.33447265625,3946700,0.0,0.0,False
2023-08-08 00:00:00+09:00,4550.0,4574.0,4509.0,4509.0,4425.88232421875,10642500,0.0,0.0,False
2023-08-09 00:00:00+09:00,4510.0,4574.0,4510.0,4555.0,4471.03466796875,6700200,0.0,0.0,False
2023-08-10 00:00:00+09:00,4530.0,4625.0,4520.0,4602.0,4517.16796875,5195300,0.0,0.0,False
2023-08-14 00:00:00+09:00,4629.0,4629.0,4532.0,4547.0,4463.18212890625,3913500,0.0,0.0,False
2023-08-15 00:00:00+09:00,4600.0,4610.0,4553.0,4559.0,4474.9609375,3650800,0.0,0.0,False
2023-08-16 00:00:00+09:00,4540.0,4558.0,4511.0,4528.0,4444.5322265625,4584600,0.0,0.0,False
2023-08-17 00:00:00+09:00,4528.0,4599.0,4522.0,4594.0,4509.31591796875,5269800,0.0,0.0,False
2023-08-18 00:00:00+09:00,4534.0,4546.0,4503.0,4528.0,4444.5322265625,4514300,0.0,0.0,False
2023-08-21 00:00:00+09:00,4511.0,4533.0,4483.0,4507.0,4423.91943359375,3734900,0.0,0.0,False
2023-08-22 00:00:00+09:00,4552.0,4566.0,4525.0,4563.0,4478.88720703125,3194100,0.0,0.0,False
2023-08-23 00:00:00+09:00,4533.0,4554.0,4512.0,4550.0,4466.12646484375,3334800,0.0,0.0,False
2023-08-24 00:00:00+09:00,4589.0,4602.0,4549.0,4572.0,4487.7216796875,4404300,0.0,0.0,False
2023-08-25 00:00:00+09:00,4503.0,4507.0,4482.0,4486.0,4403.306640625,7240400,0.0,0.0,False
2023-08-28 00:00:00+09:00,4510.0,4557.0,4497.0,4534.0,4450.421875,4626900,0.0,0.0,False
2023-08-29 00:00:00+09:00,4548.0,4551.0,4516.0,4526.0,4442.5693359375,4184600,0.0,0.0,False
2023-08-30 00:00:00+09:00,4564.0,4603.0,4560.0,4582.0,4497.537109375,5369800,0.0,0.0,False
2023-08-31 00:00:00+09:00,4580.0,4679.0,4568.0,4659.0,4573.11767578125,6713100,0.0,0.0,False
2023-09-01 00:00:00+09:00,4632.0,4681.0,4619.0,4645.0,4559.3759765625,4238600,0.0,0.0,False
2023-09-04 00:00:00+09:00,4665.0,4671.0,4620.0,4671.0,4584.896484375,3197900,0.0,0.0,False
2023-09-05 00:00:00+09:00,4750.0,4779.0,4691.0,4777.0,4688.9423828125,6876100,0.0,0.0,False
2023-09-06 00:00:00+09:00,4783.0,4802.0,4746.0,4764.0,4676.18212890625,5058200,0.0,0.0,False
2023-09-07 00:00:00+09:00,4736.0,4744.0,4695.0,4698.0,4611.39892578125,5291800,0.0,0.0,False
2023-09-08 00:00:00+09:00,4693.0,4724.0,4615.0,4618.0,4532.87353515625,9005600,0.0,0.0,False
2023-09-11 00:00:00+09:00,4599.0,4626.0,4572.0,4578.0,4493.61083984375,5454000,0.0,0.0,False
2023-09-12 00:00:00+09:00,4617.0,4656.0,4597.0,4643.0,4557.41259765625,4174000,0.0,0.0,False
2023-09-13 00:00:00+09:00,4620.0,4632.0,4573.0,4583.0,4498.5185546875,4097700,0.0,0.0,False
2023-09-14 00:00:00+09:00,4610.0,4658.0,4608.0,4639.0,4553.486328125,5016300,0.0,0.0,False
2023-09-15 00:00:00+09:00,4693.0,4713.0,4674.0,4706.0,4619.25146484375,6997900,0.0,0.0,False
2023-09-19 00:00:00+09:00,4693.0,4701.0,4613.0,4647.0,4561.3388671875,6101200,0.0,0.0,False
2023-09-20 00:00:00+09:00,4638.0,4638.0,4569.0,4574.0,4489.6845703125,5852000,0.0,0.0,False
2023-09-21 00:00:00+09:00,4550.0,4576.0,4543.0,4560.0,4475.9423828125,5531800,0.0,0.0,False
2023-09-22 00:00:00+09:00,4510.0,4570.0,4504.0,4537.0,4453.3662109375,5664500,0.0,0.0,False
2023-09-25 00:00:00+09:00,4558.0,4560.0,4498.0,4523.0,4439.62451171875,4383300,0.0,0.0,False
2023-09-26 00:00:00+09:00,4555.0,4555.0,4494.0,4512.0,4428.82763671875,4645300,0.0,0.0,False
2023-09-27 00:00:00+09:00,4471.0,4502.0,4436.0,4471.0,4388.58349609375,8189300,0.0,0.0,False
2023-09-28 00:00:00+09:00,4422.0,4429.0,4290.0,4319.0,4287.3310546875,9376700,50.0,0.0,False
2023-09-29 00:00:00+09:00,4351.0,4360.0,4298.0,4343.0,4311.1552734375,8599600,0.0,0.0,False
2023-10-02 00:00:00+09:00,4366.0,4419.0,4343.0,4362.0,4330.01611328125,6423300,0.0,0.0,False
2023-10-03 00:00:00+09:00,4350.0,4352.0,4304.0,4309.0,4277.404296875,5815100,0.0,0.0,False
2023-10-04 00:00:00+09:00,4200.0,4244.0,4190.0,4217.0,4186.0791015625,7150700,0.0,0.0,False
2023-10-05 00:00:00+09:00,4220.0,4288.0,4204.0,4288.0,4256.55859375,6965700,0.0,0.0,False
2023-10-06 00:00:00+09:00,4287.0,4323.0,4276.0,4279.0,4247.62451171875,5724400,0.0,0.0,False
2023-10-10 00:00:00+09:00,4349.0,4382.0,4319.0,4368.0,4335.9716796875,4957500,0.0,0.0,False
2023-10-11 00:00:00+09:00,4372.0,4383.0,4349.0,4367.0,4334.97900390625,5372400,0.0,0.0,False
2023-10-12 00:00:00+09:00,4388.0,4508.0,4380.0,4508.0,4474.9453125,6839300,0.0,0.0,False
2023-10-13 00:00:00+09:00,4503.0,4516.0,4471.0,4488.0,4455.091796875,5019700,0.0,0.0,False
2023-10-16 00:00:00+09:00,4418.0,4446.0,4388.0,4398.0,4365.751953125,5462500,0.0,0.0,False
2023-10-17 00:00:00+09:00,4447.0,4498.0,4419.0,4438.0,4405.45849609375,3833200,0.0,0.0,False
2023-10-18 00:00:00+09:00,4425.0,4449.0,4418.0,4423.0,4390.568359375,3187900,0.0,0.0,False
2023-10-19 00:00:00+09:00,4368.0,4399.0,4360.0,4366.0,4333.986328125,4019700,0.0,0.0,False
2023-10-20 00:00:00+09:00,4333.0,4338.0,4285.0,4297.0,4265.49267578125,4718200,0.0,0.0,False
2023-10-23 00:00:00+09:00,4290.0,4290.0,4253.0,4255.0,4223.80029296875,4523000,0.0,0.0,False
2023-10-24 00:00:00+09:00,4301.0,4302.0,4214.0,4266.0,4234.7197265625,6756700,0.0,0.0,False
2023-10-25 00:00:00+09:00,4320.0,4368.0,4301.0,4313.0,4281.375,4030900,0.0,0.0,False
2023-10-26 00:00:00+09:00,4272.0,4279.0,4198.0,4215.0,4184.09375,5952900,0.0,0.0,False
2023-10-27 00:00:00+09:00,4248.0,4351.0,4248.0,4302.0,4270.4560546875,6207600,0.0,0.0,False
2023-10-30 00:00:00+09:00,4257.0,4518.0,4254.0,4491.0,4458.06982421875,23838900,0.0,0.0,False
2023-10-31 00:00:00+09:00,4479.0,4501.0,4416.0,4468.0,4435.23876953125,7128600,0.0,0.0,False
2023-11-01 00:00:00+09:00,4596.0,4641.0,4566.0,4616.0,4582.1533203125,7288400,0.0,0.0,False
2023-11-02 00:00:00+09:00,4727.0,4810.0,4695.0,4806.0,4770.76025390625,11307700,0.0,0.0,False
2023-11-06 00:00:00+09:00,4876.0,4892.0,4776.0,4838.0,4802.52587890625,9111900,0.0,0.0,False
2023-11-07 00:00:00+09:00,4785.0,4866.0,4782.0,4851.0,4815.43017578125,5097500,0.0,0.0,False
2023-11-08 00:00:00+09:00,4851.0,4854.0,4764.0,4778.0,4742.9658203125,5929200,0.0,0.0,False
2023-11-09 00:00:00+09:00,4846.0,4849.0,4788.0,4815.0,4779.6943359375,3586000,0.0,0.0,False
2023-11-10 00:00:00+09:00,4780.0,4846.0,4773.0,4845.0,4809.47412109375,4613400,0.0,0.0,False
2023-11-13 00:00:00+09:00,4880.0,4885.0,4787.0,4817.0,4781.6796875,3089300,0.0,0.0,False
2023-11-14 00:00:00+09:00,4885.0,4885.0,4789.0,4826.0,4790.61376953125,3478500,0.0,0.0,False
2023-11-15 00:00:00+09:00,4928.0,4996.0,4922.0,4996.0,4959.3671875,7551900,0.0,0.0,False
2023-11-16 00:00:00+09:00,5020.0,5142.0,5015.0,5142.0,5104.29638671875,8058800,0.0,0.0,False
2023-11-17 00:00:00+09:00,5193.0,5259.0,5146.0,5248.0,5209.51953125,7378200,0.0,0.0,False
2023-11-20 00:00:00+09:00,5233.0,5252.0,5160.0,5160.0,5122.16455078125,5110100,0.0,0.0,False
2023-11-21 00:00:00+09:00,5199.0,5214.0,5157.0,5175.0,5137.0546875,4332000,0.0,0.0,False
2023-11-22 00:00:00+09:00,5152.0,5222.0,5148.0,5191.0,5152.9375,3097800,0.0,0.0,False
2023-11-24 00:00:00+09:00,5230.0,5289.0,5212.0,5224.0,5185.6953125,4270200,0.0,0.0,False
2023-11-27 00:00:00+09:00,5233.0,5248.0,5185.0,5225.0,5186.68798828125,3795300,0.0,0.0,False
2023-11-28 00:00:00+09:00,5224.0,5244.0,5184.0,5205.0,5166.83447265625,4051500,0.0,0.0,False
2023-11-29 00:00:00+09:00,5142.0,5192.0,5124.0,5170.0,5132.09130859375,3942100,0.0,0.0,False
2023-11-30 00:00:00+09:00,5159.0,5217.0,5158.0,5212.0,5173.783203125,5896700,0.0,0.0,False
2023-12-01 00:00:00+09:00,5200.0,5234.0,5174.0,5199.0,5160.87841796875,3812300,0.0,0.0,False
2023-12-04 00:00:00+09:00,5206.0,5215.0,5165.0,5170.0,5132.09130859375,5680800,0.0,0.0,False
2023-12-05 00:00:00+09:00,5108.0,5134.0,5010.0,5042.0,5005.02978515625,7554500,0.0,0.0,False
2023-12-06 00:00:00+09:00,5090.0,5212.0,5083.0,5201.0,5162.86376953125,5280400,0.0,0.0,False
2023-12-07 00:00:00+09:00,5141.0,5144.0,5015.0,5026.0,4989.14697265625,5159900,0.0,0.0,False
2023-12-08 00:00:00+09:00,4943.0,4958.0,4875.0,4895.0,4859.10791015625,8218200,0.0,0.0,False
2023-12-11 00:00:00+09:00,4990.0,4997.0,4914.0,4925.0,4888.8876953125,4035000,0.0,0.0,False
2023-12-12 00:00:00+09:00,4995.0,5008.0,4942.0,4976.0,4939.513671875,3314200,0.0,0.0,False
2023-12-13 00:00:00+09:00,5000.0,5026.0,4973.0,5000.0,4963.337890625,3089000,0.0,0.0,False
2023-12-14 00:00:00+09:00,5129.0,5195.0,5101.0,5174.0,5136.06201171875,7314200,0.0,0.0,False
2023-12-15 00:00:00+09:00,5432.0,5565.0,5391.0,5459.0,5418.97216796875,12539100,0.0,0.0,False
2023-12-18 00:00:00+09:00,5528.0,5530.0,5422.0,5465.0,5424.92822265625,6212600,0.0,0.0,False
2023-12-19 00:00:00+09:00,5469.0,5470.0,5380.0,5419.0,5379.265625,6087300,0.0,0.0,False
2023-12-20 00:00:00+09:00,5473.0,5698.0,5473.0,5640.0,5598.64501953125,8898600,0.0,0.0,False
2023-12-21 00:00:00+09:00,5585.0,5660.0,5575.0,5615.0,5573.828125,5338600,0.0,0.0,False
2023-12-22 00:00:00+09:00,5680.0,5798.0,5680.0,5781.0,5738.611328125,7449600,0.0,0.0,False
2023-12-25 00:00:00+09:00,5864.0,5872.0,5736.0,5750.0,5707.83837890625,3080900,0.0,0.0,False
2023-12-26 00:00:00+09:00,5730.0,5790.0,5728.0,5767.0,5724.7138671875,2873300,0.0,0.0,False
2023-12-27 00:00:00+09:00,5824.0,5837.0,5771.0,5812.0,5769.3837890625,4551400,0.0,0.0,False
2023-12-28 00:00:00+09:00,5811.0,5935.0,5808.0,5915.0,5871.62841796875,3942700,0.0,0.0,False
2023-12-29 00:00:00+09:00,5875.0,5917.0,5835.0,5917.0,5873.61376953125,5402900,0.0,0.0,False
2024-01-04 00:00:00+09:00,5640.0,5779.0,5608.0,5725.0,5683.02197265625,8867500,0.0,0.0,False
2024-01-05 00:00:00+09:00,5500.0,5655.0,5500.0,5637.0,5595.6669921875,8610500,0.0,0.0,False
2024-01-09 00:00:00+09:00,5660.0,5692.0,5552.0,5552.0,5511.2900390625,11296100,0.0,0.0,False
2024-01-10 00:00:00+09:00,5463.0,5593.0,5378.0,5552.0,5511.2900390625,13042800,0.0,0.0,False
2024-01-11 00:00:00+09:00,5598.0,5630.0,5515.0,5606.0,5564.89453125,10128100,0.0,0.0,False
2024-01-12 00:00:00+09:00,5730.0,5757.0,5633.0,5741.0,5698.904296875,10246300,0.0,0.0,False
2024-01-15 00:00:00+09:00,5770.0,5917.0,5768.0,5873.0,5829.9365234375,2695200,0.0,0.0,False
2024-01-16 00:00:00+09:00,5949.0,5977.0,5872.0,5895.0,5851.775390625,6098300,0.0,0.0,False
2024-01-17 00:00:00+09:00,5797.0,5886.0,5700.0,5700.0,5658.205078125,12064300,0.0,0.0,False
2024-01-18 00:00:00+09:00,5643.0,5734.0,5636.0,5676.0,5634.380859375,7168700,0.0,0.0,False
2024-01-19 00:00:00+09:00,5690.0,5799.0,5688.0,5767.0,5724.7138671875,10139000,0.0,0.0,False
2024-01-22 00:00:00+09:00,5850.0,5881.0,5814.0,5872.0,5828.94384765625,8778600,0.0,0.0,False
2024-01-23 00:00:00+09:00,5863.0,5913.0,5808.0,5847.0,5804.12744140625,7132300,0.0,0.0,False
2024-01-24 00:00:00+09:00,5869.0,5895.0,5813.0,5857.0,5814.0537109375,5497200,0.0,0.0,False
2024-01-25 00:00:00+09:00,5800.0,5875.0,5791.0,5867.0,5823.98046875,4955900,0.0,0.0,False
2024-01-26 00:00:00+09:00,5810.0,5818.0,5706.0,5740.0,5697.91162109375,7753100,0.0,0.0,False
2024-01-29 00:00:00+09:00,5540.0,5753.0,5500.0,5651.0,5609.564453125,10769400,0.0,0.0,False
2024-01-30 00:00:00+09:00,5737.0,5846.0,5676.0,5822.0,5779.310546875,7690200,0.0,0.0,False
2024-01-31 00:00:00+09:00,5808.0,5875.0,5752.0,5875.0,5831.921875,7873600,0.0,0.0,False
2024-02-01 00:00:00+09:00,5832.0,5896.0,5790.0,5810.0,5767.3984375,5626900,0.0,0.0,False
2024-02-02 00:00:00+09:00,5905.0,6024.0,5867.0,5940.0,5896.4453125,8561000,0.0,0.0,False
2024-02-05 00:00:00+09:00,6020.0,6020.0,5877.0,5880.0,5836.88525390625,5607500,0.0,0.0,False
2024-02-06 00:00:00+09:00,5828.0,5839.0,5784.0,5796.0,5753.5009765625,7756900,0.0,0.0,False
2024-02-07 00:00:00+09:00,5761.0,5828.0,5724.0,5828.0,5785.2666015625,4760700,0.0,0.0,False
2024-02-08 00:00:00+09:00,5828.0,5922.0,5787.0,5909.0,5865.67236328125,6958900,0.0,0.0,False
2024-02-09 00:00:00+09:00,5941.0,5976.0,5883.0,5903.0,5859.716796875,6633200,0.0,0.0,False
2024-02-13 00:00:00+09:00,5946.0,6043.0,5912.0,5990.0,5946.07861328125,8853600,0.0,0.0,False
2024-02-14 00:00:00+09:00,5990.0,6010.0,5922.0,5948.0,5904.38671875,5997200,0.0,0.0,False
2024-02-15 00:00:00+09:00,6089.0,6225.0,6071.0,6138.0,6092.99365234375,8118800,0.0,0.0,False
2024-02-16 00:00:00+09:00,6280.0,6324.0,6133.0,6199.0,6153.54638671875,8783000,0.0,0.0,False
2024-02-19 00:00:00+09:00,6241.0,6305.0,6125.0,6178.0,6132.7001953125,4856500,0.0,0.0,False
2024-02-20 00:00:00+09:00,6130.0,6185.0,6085.0,6126.0,6081.08154296875,5223700,0.0,0.0,False
2024-02-21 00:00:00+09:00,6050.0,6148.0,6030.0,6105.0,6060.2353515625,4876800,0.0,0.0,False
2024-02-22 00:00:00+09:00,6275.0,6331.0,6226.0,6309.0,6262.73974609375,7934400,0.0,0.0,False
2024-02-26 00:00:00+09:00,6434.0,6492.0,6388.0,6416.0,6368.955078125,7170600,0.0,0.0,False
2024-02-27 00:00:00+09:00,6434.0,6484.0,6401.0,6424.0,6376.896484375,4968300,0.0,0.0,False
2024-02-28 00:00:00+09:00,6380.0,6428.0,6350.0,6356.0,6309.39501953125,6559800,0.0,0.0,False
2024-02-29 00:00:00+09:00,6345.0,6414.0,6302.0,6387.0,6340.16748046875,6843100,0.0,0.0,False
2024-03-01 00:00:00+09:00,6430.0,6605.0,6405.0,6584.0,6535.72314453125,6145100,0.0,0.0,False
2024-03-04 00:00:00+09:00,6736.0,6752.0,6647.0,6673.0,6624.07080078125,6813100,0.0,0.0,False
2024-03-05 00:00:00+09:00,6623.0,6664.0,6556.0,6588.0,6539.69384765625,6904300,0.0,0.0,False
2024-03-06 00:00:00+09:00,6540.0,6633.0,6488.0,6585.0,6536.7158203125,5974500,0.0,0.0,False
2024-03-07 00:00:00+09:00,6657.0,6702.0,6455.0,6457.0,6409.654296875,5827800,0.0,0.0,False
2024-03-08 00:00:00+09:00,6500.0,6657.0,6491.0,6572.0,6523.81103515625,10671600,0.0,0.0,False
2024-03-11 00:00:00+09:00,6400.0,6426.0,6291.0,6384.0,6337.189453125,6833100,0.0,0.0,False
2024-03-12 00:00:00+09:00,6261.0,6456.0,6239.0,6443.0,6395.7568359375,6877800,0.0,0.0,False
2024-03-13 00:00:00+09:00,6543.0,6567.0,6422.0,6514.0,6466.236328125,6256600,0.0,0.0,False
2024-03-14 00:00:00+09:00,6456.0,6474.0,6344.0,6440.0,6392.779296875,5120000,0.0,0.0,False
2024-03-15 00:00:00+09:00,6399.0,6482.0,6380.0,6469.0,6421.56640625,6441200,0.0,0.0,False
2024-03-18 00:00:00+09:00,6500.0,6644.0,6462.0,6639.0,6590.31982421875,5634100,0.0,0.0,False
2024-03-19 00:00:00+09:00,6655.0,6694.0,6541.0,6694.0,6644.91650390625,6104000,0.0,0.0,False
2024-03-21 00:00:00+09:00,6845.0,6926.0,6803.0,6868.0,6817.640625,8183400,0.0,0.0,False
2024-03-22 00:00:00+09:00,6875.0,6904.0,6791.0,6874.0,6823.5966796875,6719600,0.0,0.0,False
2024-03-25 00:00:00+09:00,6884.0,6890.0,6750.0,6750.0,6700.505859375,4606600,0.0,0.0,False
2024-03-26 00:00:00+09:00,6755.0,6890.0,6754.0,6848.0,6797.78759765625,5653100,0.0,0.0,False
2024-03-27 00:00:00+09:00,6822.0,6857.0,6771.0,6819.0,6769.0,6236400,0.0,0.0,False
2024-03-28 00:00:00+09:00,6687.0,6725.0,6597.0,6606.0,6606.0,8861600,50.0,0.0,False
2024-03-29 00:00:00+09:00,6600.0,6615.0,6503.0,6598.0,6598.0,3865900,0.0,0.0,False
2024-04-01 00:00:00+09:00,6601.0,6616.0,6352.0,6352.0,6352.0,7067800,0.0,0.0,False
2024-04-02 00:00:00+09:00,6400.0,6452.0,6360.0,6367.0,6367.0,6510400,0.0,0.0,False
2024-04-03 00:00:00+09:00,6300.0,6383.0,6232.0,6294.0,6294.0,7831200,0.0,0.0,False
2024-04-04 00:00:00+09:00,6450.0,6489.0,6366.0,6366.0,6366.0,6896300,0.0,0.0,False
2024-04-05 00:00:00+09:00,6240.0,6270.0,6140.0,6168.0,6168.0,6016500,0.0,0.0,False
2024-04-08 00:00:00+09:00,6230.0,6264.0,6167.0,6192.0,6192.0,5355700,0.0,0.0,False
2024-04-09 00:00:00+09:00,6301.0,6467.0,6297.0,6467.0,6467.0,9376700,0.0,0.0,False
2024-04-10 00:00:00+09:00,6495.0,6578.0,6435.0,6519.0,6519.0,7127700,0.0,0.0,False
2024-04-11 00:00:00+09:00,6459.0,6555.0,6423.0,6540.0,6540.0,4635600,0.0,0.0,False
2024-04-12 00:00:00+09:00,6640.0,6640.0,6520.0,6532.0,6532.0,5793800,0.0,0.0,False
2024-04-15 00:00:00+09:00,6453.0,6564.0,6432.0,6543.0,6543.0,3598900,0.0,0.0,False
2024-04-16 00:00:00+09:00,6410.0,6434.0,6297.0,6320.0,6320.0,5612700,0.0,0.0,False
2024-04-17 00:00:00+09:00,6358.0,6483.0,6326.0,6362.0,6362.0,4979100,0.0,0.0,False
2024-04-18 00:00:00+09:00,6300.0,6414.0,6288.0,6399.0,6399.0,4211100,0.0,0.0,False
2024-04-19 00:00:00+09:00,6254.0,6269.0,6015.0,6129.0,6129.0,9262200,0.0,0.0,False
2024-04-22 00:00:00+09:00,6045.0,6175.0,6029.0,6116.0,6116.0,5466900,0.0,0.0,False
2024-04-23 00:00:00+09:00,6215.0,6243.0,6152.0,6208.0,6208.0,4632800,0.0,0.0,False
2024-04-24 00:00:00+09:00,6408.0,6492.0,6334.0,6482.0,6482.0,7681500,0.0,0.0,False
2024-04-25 00:00:00+09:00,6390.0,6427.0,6269.0,6308.0,6308.0,5716200,0.0,0.0,False
2024-04-26 00:00:00+09:00,5875.0,5998.0,5782.0,5906.0,5906.0,17696700,0.0,0.0,False
2024-04-30 00:00:00+09:00,6030.0,6210.0,5982.0,6195.0,6195.0,11503900,0.0,0.0,False
2024-05-01 00:00:00+09:00,6175.0,6221.0,6045.0,6074.0,6074.0,5801300,0.0,0.0,False
2024-05-02 00:00:00+09:00,5950.0,6039.0,5928.0,5989.0,5989.0,6033900,0.0,0.0,False
2024-05-07 00:00:00+09:00,5994.0,6029.0,5855.0,5903.0,5903.0,9506400,0.0,0.0,False
2024-05-08 00:00:00+09:00,5863.0,5917.0,5750.0,5754.0,5754.0,10651600,0.0,0.0,False
2024-05-09 00:00:00+09:00,5800.0,5852.0,5778.0,5795.0,5795.0,6676200,0.0,0.0,False
2024-05-10 00:00:00+09:00,5864.0,5865.0,5757.0,5801.0,5801.0,6398100,0.0,0.0,False
2024-05-13 00:00:00+09:00,5828.0,5830.0,5770.0,5813.0,5813.0,4561600,0.0,0.0,False
2024-05-14 00:00:00+09:00,5850.0,5885.0,5770.0,5800.0,5800.0,5566000,0.0,0.0,False
2024-05-15 00:00:00+09:00,5860.0,5935.0,5814.0,5860.0,5860.0,7615900,0.0,0.0,False
2024-05-16 00:00:00+09:00,5939.0,5975.0,5871.0,5930.0,5930.0,5780500,0.0,0.0,False
2024-05-17 00:00:00+09:00,5875.0,5915.0,5796.0,5840.0,5840.0,5985000,0.0,0.0,False
2024-05-20 00:00:00+09:00,5929.0,6182.0,5907.0,6083.0,6083.0,11356700,0.0,0.0,False
2024-05-21 00:00:00+09:00,6090.0,6125.0,5970.0,5970.0,5970.0,5507700,0.0,0.0,False
2024-05-22 00:00:00+09:00,5910.0,5924.0,5828.0,5832.0,5832.0,6534300,0.0,0.0,False
2024-05-23 00:00:00+09:00,5911.0,5972.0,5845.0,5952.0,5952.0,7479200,0.0,0.0,False
2024-05-24 00:00:00+09:00,5840.0,5950.0,5824.0,5914.0,5914.0,4763500,0.0,0.0,False
2024-05-27 00:00:00+09:00,5902.0,5955.0,5881.0,5949.0,5949.0,3852800,0.0,0.0,False
2024-05-28 00:00:00+09:00,5992.0,6014.0,5960.0,5979.0,5979.0,3401100,0.0,0.0,False
2024-05-29 00:00:00+09:00,6005.0,6031.0,5874.0,5889.0,5889.0,4613000,0.0,0.0,False
2024-05-30 00:00:00+09:00,5800.0,5844.0,5733.0,5734.0,5734.0,8394400,0.0,0.0,False
2024-05-31 00:00:00+09:00,5789.0,5863.0,5751.0,5855.0,5855.0,11936400,0.0,0.0,False
2024-06-03 00:00:00+09:00,5949.0,6000.0,5911.0,5953.0,5953.0,4935300,0.0,0.0,False
2024-06-04 00:00:00+09:00,5889.0,5962.0,5868.0,5947.0,5947.0,4539300,0.0,0.0,False
2024-06-05 00:00:00+09:00,5995.0,6007.0,5915.0,5946.0,5946.0,4675200,0.0,0.0,False
2024-06-06 00:00:00+09:00,6038.0,6112.0,6005.0,6060.0,6060.0,5888600,0.0,0.0,False
2024-06-07 00:00:00+09:00,6025.0,6124.0,6022.0,6111.0,6111.0,3976800,0.0,0.0,False
2024-06-10 00:00:00+09:00,6110.0,6229.0,6096.0,6206.0,6206.0,5541100,0.0,0.0,False
2024-06-11 00:00:00+09:00,6122.0,6290.0,6120.0,6193.0,6193.0,4497600,0.0,0.0,False
2024-06-12 00:00:00+09:00,6093.0,6183.0,6066.0,6168.0,6168.0,5248200,0.0,0.0,False
2024-06-13 00:00:00+09:00,6300.0,6323.0,6193.0,6214.0,6214.0,6279700,0.0,0.0,False
2024-06-14 00:00:00+09:00,6161.0,6210.0,6116.0,6145.0,6145.0,8842500,0.0,0.0,False
2024-06-17 00:00:00+09:00,6091.0,6099.0,5940.0,5943.0,5943.0,5970800,0.0,0.0,False
2024-06-18 00:00:00+09:00,6061.0,6114.0,6044.0,6093.0,6093.0,4402400,0.0,0.0,False
2024-06-19 00:00:00+09:00,6150.0,6160.0,6080.0,6105.0,6105.0,4113100,0.0,0.0,False
2024-06-20 00:00:00+09:00,6090.0,6193.0,6057.0,6184.0,6184.0,4265800,0.0,0.0,False
2024-06-21 00:00:00+09:00,6120.0,6181.0,6073.0,6077.0,6077.0,8084100,0.0,0.0,False
2024-06-24 00:00:00+09:00,6022.0,6071.0,5978.0,6019.0,6019.0,5179600,0.0,0.0,False
2024-06-25 00:00:00+09:00,6012.0,6149.0,5999.0,6125.0,6125.0,4399900,0.0,0.0,False
2024-06-26 00:00:00+09:00,6199.0,6227.0,6115.0,6217.0,6217.0,5060000,0.0,0.0,False
2024-06-27 00:00:00+09:00,6217.0,6249.0,6164.0,6199.0,6199.0,3977100,0.0,0.0,False
2024-06-28 00:00:00+09:00,6240.0,6280.0,6203.0,6238.0,6238.0,4966900,0.0,0.0,False
2024-07-01 00:00:00+09:00,6307.0,6332.0,6166.0,6238.0,6238.0,4159400,0.0,0.0,False
2024-07-02 00:00:00+09:00,6234.0,6300.0,6181.0,6300.0,6300.0,4784900,0.0,0.0,False
2024-07-03 00:00:00+09:00,6343.0,6495.0,6328.0,6440.0,6440.0,7199000,0.0,0.0,False
2024-07-04 00:00:00+09:00,6476.0,6514.0,6441.0,6470.0,6470.0,4051400,0.0,0.0,False
2024-07-05 00:00:00+09:00,6470.0,6489.0,6411.0,6444.0,6444.0,3756600,0.0,0.0,False
2024-07-08 00:00:00+09:00,6495.0,6563.0,6445.0,6446.0,6446.0,5459600,0.0,0.0,False
2024-07-09 00:00:00+09:00,6546.0,6644.0,6486.0,6618.0,6618.0,6640200,0.0,0.0,False
2024-07-10 00:00:00+09:00,6643.0,6716.0,6594.0,6716.0,6716.0,5761200,0.0,0.0,False
2024-07-11 00:00:00+09:00,6816.0,6817.0,6691.0,6715.0,6715.0,5572200,0.0,0.0,False
2024-07-12 00:00:00+09:00,6665.0,6702.0,6565.0,6621.0,6621.0,6669500,0.0,0.0,False
2024-07-16 00:00:00+09:00,6697.0,6725.0,6632.0,6707.0,6707.0,3384600,0.0,0.0,False
2024-07-17 00:00:00+09:00,6750.0,6840.0,6729.0,6817.0,6817.0,5607800,0.0,0.0,False
2024-07-18 00:00:00+09:00,6617.0,6725.0,6558.0,6702.0,6702.0,6095700,0.0,0.0,False
2024-07-19 00:00:00+09:00,6650.0,6767.0,6610.0,6733.0,6733.0,4408600,0.0,0.0,False
2024-07-22 00:00:00+09:00,6690.0,6702.0,6571.0,6588.0,6588.0,3660400,0.0,0.0,False
2024-07-23 00:00:00+09:00,6688.0,6713.0,6607.0,6607.0,6607.0,3102700,0.0,0.0,False
2024-07-24 00:00:00+09:00,6507.0,6629.0,6455.0,6458.0,6458.0,3717400,0.0,0.0,False
2024-07-25 00:00:00+09:00,6281.0,6329.0,6220.0,6230.0,6230.0,5948800,0.0,0.0,False
2024-07-26 00:00:00+09:00,6265.0,6415.0,6212.0,6304.0,6304.0,6127500,0.0,0.0,False
2024-07-29 00:00:00+09:00,6750.0,6874.0,6651.0,6844.0,6844.0,11262700,0.0,0.0,False
2024-07-30 00:00:00+09:00,6800.0,6811.0,6630.0,6750.0,6750.0,6041700,0.0,0.0,False
2024-07-31 00:00:00+09:00,6661.0,6748.0,6573.0,6748.0,6748.0,6601900,0.0,0.0,False
2024-08-01 00:00:00+09:00,6551.0,6585.0,6407.0,6486.0,6486.0,7002600,0.0,0.0,False
2024-08-02 00:00:00+09:00,6161.0,6208.0,5921.0,5921.0,5921.0,9587700,0.0,0.0,False
2024-08-05 00:00:00+09:00,5501.0,5755.0,5013.0,5245.0,5245.0,13870600,0.0,0.0,False
2024-08-06 00:00:00+09:00,5645.0,6014.0,5600.0,5950.0,5950.0,12597700,0.0,0.0,False
2024-08-07 00:00:00+09:00,5874.0,6157.0,5809.0,5959.0,5959.0,9673100,0.0,0.0,False
2024-08-08 00:00:00+09:00,5859.0,6066.0,5762.0,5945.0,5945.0,7700300,0.0,0.0,False
2024-08-09 00:00:00+09:00,6091.0,6096.0,5830.0,5947.0,5947.0,8710900,0.0,0.0,False
2024-08-13 00:00:00+09:00,6047.0,6205.0,5972.0,6195.0,6195.0,6778100,0.0,0.0,False
2024-08-14 00:00:00+09:00,6179.0,6183.0,6040.0,6158.0,6158.0,6650900,0.0,0.0,False
2024-08-15 00:00:00+09:00,6122.0,6135.0,6050.0,6067.0,6067.0,5068200,0.0,0.0,False
2024-08-16 00:00:00+09:00,6180.0,6382.0,6172.0,6379.0,6379.0,5935700,0.0,0.0,False
2024-08-19 00:00:00+09:00,6325.0,6397.0,6155.0,6178.0,6178.0,4733500,0.0,0.0,False
2024-08-20 00:00:00+09:00,6256.0,6285.0,6188.0,6233.0,6233.0,4570300,0.0,0.0,False
2024-08-21 00:00:00+09:00,6154.0,6183.0,6094.0,6108.0,6108.0,6968400,0.0,0.0,False
2024-08-22 00:00:00+09:00,6143.0,6328.0,6125.0,6276.0,6276.0,7525300,0.0,0.0,False
2024-08-23 00:00:00+09:00,6255.0,6413.0,6248.0,6392.0,6392.0,5269100,0.0,0.0,False
2024-08-26 00:00:00+09:00,6492.0,6540.0,6399.0,6470.0,6470.0,5992700,0.0,0.0,False
2024-08-27 00:00:00+09:00,6455.0,6470.0,6372.0,6454.0,6454.0,3139900,0.0,0.0,False
2024-08-28 00:00:00+09:00,6447.0,6461.0,6374.0,6447.0,6447.0,2870200,0.0,0.0,False
2024-08-29 00:00:00+09:00,6401.0,6486.0,6364.0,6444.0,6444.0,4362600,0.0,0.0,False
2024-08-30 00:00:00+09:00,6468.0,6468.0,6386.0,6422.0,6422.0,6700000,0.0,0.0,False
2024-09-02 00:00:00+09:00,6480.0,6518.0,6375.0,6400.0,6400.0,4032900,0.0,0.0,False
2024-09-03 00:00:00+09:00,6390.0,6454.0,6340.0,6373.0,6373.0,4559200,0.0,0.0,False
2024-09-04 00:00:00+09:00,5973.0,6030.0,5815.0,5832.0,5832.0,12107700,0.0,0.0,False
2024-09-05 00:00:00+09:00,5742.0,5880.0,5718.0,5786.0,5786.0,6540900,0.0,0.0,False
2024-09-06 00:00:00+09:00,5801.0,5845.0,5726.0,5734.0,5734.0,5835800,0.0,0.0,False
2024-09-09 00:00:00+09:00,5500.0,5654.0,5446.0,5607.0,5607.0,7602900,0.0,0.0,False
2024-09-10 00:00:00+09:00,5627.0,5699.0,5558.0,5573.0,5573.0,5575200,0.0,0.0,False
2024-09-11 00:00:00+09:00,5590.0,5680.0,5481.0,5504.0,5504.0,6902100,0.0,0.0,False
2024-09-12 00:00:00+09:00,5725.0,5794.0,5675.0,5765.0,5765.0,6576700,0.0,0.0,False
2024-09-13 00:00:00+09:00,5792.0,5800.0,5680.0,5706.0,5706.0,6724400,0.0,0.0,False
2024-09-17 00:00:00+09:00,5708.0,5744.0,5552.0,5638.0,5638.0,5309700,0.0,0.0,False
2024-09-18 00:00:00+09:00,5720.0,5748.0,5545.0,5615.0,5615.0,4316900,0.0,0.0,False
2024-09-19 00:00:00+09:00,5773.0,5879.0,5750.0,5750.0,5750.0,8641300,0.0,0.0,False
2024-09-20 00:00:00+09:00,5916.0,5979.0,5823.0,5862.0,5862.0,10802700,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+09:00 4050.0 4134.0 4022.0 4131.0 3888.69091796875 5385000 0.0 0.0 False
3 2022-01-05 00:00:00+09:00 4100.0 4118.0 4066.0 4080.0 3840.68212890625 4258500 0.0 0.0 False
4 2022-01-06 00:00:00+09:00 4060.0 4067.0 3952.0 3952.0 3720.1904296875 5690500 0.0 0.0 False
5 2022-01-07 00:00:00+09:00 4014.0 4024.0 3924.0 3967.0 3734.310302734375 4223500 0.0 0.0 False
6 2022-01-11 00:00:00+09:00 3957.0 3986.0 3868.0 3877.0 3649.58935546875 4631000 0.0 0.0 False
7 2022-01-12 00:00:00+09:00 3915.0 4023.0 3915.0 4023.0 3787.025634765625 5260000 0.0 0.0 False
8 2022-01-13 00:00:00+09:00 4016.0 4067.0 3970.0 3987.0 3753.13720703125 4169000 0.0 0.0 False
9 2022-01-14 00:00:00+09:00 3920.0 3928.0 3831.0 3880.0 3652.413330078125 7665500 0.0 0.0 False
10 2022-01-17 00:00:00+09:00 3956.0 3956.0 3874.0 3893.0 3664.65087890625 3983500 0.0 0.0 False
11 2022-01-18 00:00:00+09:00 3918.0 3926.0 3852.0 3864.0 3637.351806640625 3521500 0.0 0.0 False
12 2022-01-19 00:00:00+09:00 3796.0 3811.0 3742.0 3766.0 3545.100341796875 7258000 0.0 0.0 False
13 2022-01-20 00:00:00+09:00 3757.0 3833.0 3731.0 3820.0 3595.932861328125 4571000 0.0 0.0 False
14 2022-01-21 00:00:00+09:00 3741.0 3755.0 3673.0 3741.0 3521.566650390625 4825500 0.0 0.0 False
15 2022-01-24 00:00:00+09:00 3710.0 3748.0 3692.0 3748.0 3528.15625 3957000 0.0 0.0 False
16 2022-01-25 00:00:00+09:00 3735.0 3739.0 3592.0 3627.0 3414.25341796875 6186500 0.0 0.0 False
17 2022-01-26 00:00:00+09:00 3627.0 3645.0 3566.0 3616.0 3403.89892578125 3727000 0.0 0.0 False
18 2022-01-27 00:00:00+09:00 3649.0 3672.0 3508.0 3530.0 3322.943359375 6506500 0.0 0.0 False
19 2022-01-28 00:00:00+09:00 3759.0 3811.0 3664.0 3799.0 3576.164794921875 13078000 0.0 0.0 False
20 2022-01-31 00:00:00+09:00 3798.0 3833.0 3733.0 3808.0 3584.63671875 6209500 0.0 0.0 False
21 2022-02-01 00:00:00+09:00 3933.0 3933.0 3816.0 3822.0 3597.8154296875 5007000 0.0 0.0 False
22 2022-02-02 00:00:00+09:00 3920.0 4000.0 3884.0 3992.0 3757.843505859375 7851000 0.0 0.0 False
23 2022-02-03 00:00:00+09:00 3980.0 3980.0 3855.0 3859.0 3632.64501953125 5502500 0.0 0.0 False
24 2022-02-04 00:00:00+09:00 3843.0 3928.0 3837.0 3922.0 3691.949951171875 4302000 0.0 0.0 False
25 2022-02-07 00:00:00+09:00 3918.0 3926.0 3750.0 3794.0 3571.4580078125 7015000 0.0 0.0 False
26 2022-02-08 00:00:00+09:00 3808.0 3815.0 3772.0 3786.0 3563.927001953125 5382500 0.0 0.0 False
27 2022-02-09 00:00:00+09:00 3814.0 3815.0 3768.0 3804.0 3580.87158203125 6519500 0.0 0.0 False
28 2022-02-10 00:00:00+09:00 3876.0 3891.0 3798.0 3823.0 3598.7568359375 5744000 0.0 0.0 False
29 2022-02-14 00:00:00+09:00 3728.0 3789.0 3721.0 3752.0 3531.92138671875 5816500 0.0 0.0 False
30 2022-02-15 00:00:00+09:00 3724.0 3739.0 3600.0 3600.0 3388.837158203125 7741000 0.0 0.0 False
31 2022-02-16 00:00:00+09:00 3717.0 3717.0 3681.0 3707.0 3489.560546875 5190000 0.0 0.0 False
32 2022-02-17 00:00:00+09:00 3698.0 3699.0 3627.0 3649.0 3434.962890625 4427500 0.0 0.0 False
33 2022-02-18 00:00:00+09:00 3583.0 3627.0 3532.0 3605.0 3393.5439453125 5425500 0.0 0.0 False
34 2022-02-21 00:00:00+09:00 3506.0 3521.0 3452.0 3502.0 3296.585693359375 6461000 0.0 0.0 False
35 2022-02-22 00:00:00+09:00 3439.0 3465.0 3412.0 3435.0 3233.515380859375 5285000 0.0 0.0 False
36 2022-02-24 00:00:00+09:00 3420.0 3450.0 3388.0 3446.0 3243.870361328125 7137500 0.0 0.0 False
37 2022-02-25 00:00:00+09:00 3472.0 3516.0 3440.0 3511.0 3305.0576171875 6668500 0.0 0.0 False
38 2022-02-28 00:00:00+09:00 3505.0 3543.0 3473.0 3534.0 3326.70849609375 5559000 0.0 0.0 False
39 2022-03-01 00:00:00+09:00 3694.0 3707.0 3597.0 3600.0 3388.837158203125 5473000 0.0 0.0 False
40 2022-03-02 00:00:00+09:00 3541.0 3587.0 3515.0 3560.0 3351.18359375 5292000 0.0 0.0 False
41 2022-03-03 00:00:00+09:00 3587.0 3609.0 3503.0 3539.0 3331.415283203125 5142000 0.0 0.0 False
42 2022-03-04 00:00:00+09:00 3501.0 3505.0 3386.0 3426.0 3225.04345703125 8515500 0.0 0.0 False
43 2022-03-07 00:00:00+09:00 3287.0 3332.0 3198.0 3209.0 3020.77197265625 9252500 0.0 0.0 False
44 2022-03-08 00:00:00+09:00 3180.0 3267.0 3172.0 3236.0 3046.188232421875 9005500 0.0 0.0 False
45 2022-03-09 00:00:00+09:00 3242.0 3278.0 3224.0 3235.0 3045.24658203125 7363500 0.0 0.0 False
46 2022-03-10 00:00:00+09:00 3420.0 3558.0 3400.0 3550.0 3341.770263671875 14138500 0.0 0.0 False
47 2022-03-11 00:00:00+09:00 3550.0 3550.0 3421.0 3446.0 3243.870361328125 12986000 0.0 0.0 False
48 2022-03-14 00:00:00+09:00 3481.0 3543.0 3458.0 3474.0 3270.227783203125 4518500 0.0 0.0 False
49 2022-03-15 00:00:00+09:00 3506.0 3575.0 3503.0 3518.0 3311.64697265625 5193500 0.0 0.0 False
50 2022-03-16 00:00:00+09:00 3600.0 3607.0 3542.0 3542.0 3334.2392578125 7232000 0.0 0.0 False
51 2022-03-17 00:00:00+09:00 3658.0 3681.0 3602.0 3634.0 3420.843017578125 6192000 0.0 0.0 False
52 2022-03-18 00:00:00+09:00 3632.0 3666.0 3607.0 3664.0 3449.083251953125 12821000 0.0 0.0 False
53 2022-03-22 00:00:00+09:00 3656.0 3700.0 3622.0 3681.0 3465.0859375 7984500 0.0 0.0 False
54 2022-03-23 00:00:00+09:00 3760.0 3830.0 3740.0 3803.0 3579.929931640625 6757500 0.0 0.0 False
55 2022-03-24 00:00:00+09:00 3740.0 3808.0 3708.0 3806.0 3582.754150390625 4933500 0.0 0.0 False
56 2022-03-25 00:00:00+09:00 3836.0 3868.0 3806.0 3838.0 3612.876953125 4159000 0.0 0.0 False
57 2022-03-28 00:00:00+09:00 3758.0 3773.0 3714.0 3750.0 3530.038818359375 6129500 0.0 0.0 False
58 2022-03-29 00:00:00+09:00 3794.0 3806.0 3753.0 3799.0 3576.164794921875 5734500 0.0 0.0 False
59 2022-03-30 00:00:00+09:00 3804.0 3806.0 3717.0 3761.0 3587.611328125 5972500 50.0 0.0 False
60 2022-03-31 00:00:00+09:00 3738.0 3788.0 3724.0 3758.0 3584.749755859375 5424000 0.0 0.0 False
61 2022-04-01 00:00:00+09:00 3735.0 3788.0 3729.0 3753.0 3579.980224609375 4491000 0.0 0.0 False
62 2022-04-04 00:00:00+09:00 3776.0 3782.0 3718.0 3747.0 3574.2568359375 3752500 0.0 0.0 False
63 2022-04-05 00:00:00+09:00 3789.0 3795.0 3695.0 3703.0 3532.285400390625 4858000 0.0 0.0 False
64 2022-04-06 00:00:00+09:00 3640.0 3687.0 3606.0 3637.0 3469.328125 7730000 0.0 0.0 False
65 2022-04-07 00:00:00+09:00 3560.0 3591.0 3536.0 3548.0 3384.43115234375 8193500 0.0 0.0 False
66 2022-04-08 00:00:00+09:00 3595.0 3597.0 3508.0 3535.0 3372.0302734375 7222500 0.0 0.0 False
67 2022-04-11 00:00:00+09:00 3549.0 3567.0 3524.0 3559.0 3394.924072265625 3717000 0.0 0.0 False
68 2022-04-12 00:00:00+09:00 3563.0 3571.0 3450.0 3452.0 3292.85693359375 5829000 0.0 0.0 False
69 2022-04-13 00:00:00+09:00 3500.0 3504.0 3476.0 3495.0 3333.874267578125 5309500 0.0 0.0 False
70 2022-04-14 00:00:00+09:00 3500.0 3587.0 3500.0 3529.0 3366.30712890625 5486500 0.0 0.0 False
71 2022-04-15 00:00:00+09:00 3480.0 3526.0 3465.0 3498.0 3336.736083984375 3537500 0.0 0.0 False
72 2022-04-18 00:00:00+09:00 3432.0 3454.0 3394.0 3430.0 3271.87109375 3807500 0.0 0.0 False
73 2022-04-19 00:00:00+09:00 3495.0 3514.0 3460.0 3499.0 3337.68994140625 3861500 0.0 0.0 False
74 2022-04-20 00:00:00+09:00 3569.0 3580.0 3509.0 3526.0 3363.445068359375 5435500 0.0 0.0 False
75 2022-04-21 00:00:00+09:00 3534.0 3596.0 3528.0 3585.0 3419.725341796875 4920000 0.0 0.0 False
76 2022-04-22 00:00:00+09:00 3525.0 3557.0 3496.0 3554.0 3390.154296875 4350500 0.0 0.0 False
77 2022-04-25 00:00:00+09:00 3500.0 3550.0 3478.0 3547.0 3383.477294921875 5038000 0.0 0.0 False
78 2022-04-26 00:00:00+09:00 3591.0 3591.0 3539.0 3545.0 3381.5693359375 5845500 0.0 0.0 False
79 2022-04-27 00:00:00+09:00 3526.0 3526.0 3455.0 3493.0 3331.966796875 7365500 0.0 0.0 False
80 2022-04-28 00:00:00+09:00 3553.0 3613.0 3532.0 3597.0 3431.172119140625 8387000 0.0 0.0 False
81 2022-05-02 00:00:00+09:00 3657.0 3689.0 3550.0 3579.0 3414.001953125 7101000 0.0 0.0 False
82 2022-05-06 00:00:00+09:00 3632.0 3675.0 3579.0 3655.0 3486.498291015625 7088500 0.0 0.0 False
83 2022-05-09 00:00:00+09:00 3602.0 3641.0 3593.0 3603.0 3436.8955078125 5021000 0.0 0.0 False
84 2022-05-10 00:00:00+09:00 3565.0 3588.0 3514.0 3571.0 3406.37060546875 5717000 0.0 0.0 False
85 2022-05-11 00:00:00+09:00 3550.0 3602.0 3532.0 3568.0 3403.509033203125 5554000 0.0 0.0 False
86 2022-05-12 00:00:00+09:00 3514.0 3553.0 3491.0 3532.0 3369.168701171875 5500500 0.0 0.0 False
87 2022-05-13 00:00:00+09:00 3538.0 3625.0 3537.0 3599.0 3433.079833984375 6871500 0.0 0.0 False
88 2022-05-16 00:00:00+09:00 3660.0 3667.0 3586.0 3593.0 3427.356201171875 7187500 0.0 0.0 False
89 2022-05-17 00:00:00+09:00 3600.0 3605.0 3576.0 3595.0 3429.264404296875 4602500 0.0 0.0 False
90 2022-05-18 00:00:00+09:00 3632.0 3698.0 3632.0 3656.0 3487.451904296875 7495000 0.0 0.0 False
91 2022-05-19 00:00:00+09:00 3540.0 3576.0 3531.0 3551.0 3387.292724609375 8941500 0.0 0.0 False
92 2022-05-20 00:00:00+09:00 3517.0 3585.0 3512.0 3583.0 3417.8173828125 8683500 0.0 0.0 False
93 2022-05-23 00:00:00+09:00 3646.0 3665.0 3565.0 3583.0 3417.8173828125 5712000 0.0 0.0 False
94 2022-05-24 00:00:00+09:00 3576.0 3581.0 3540.0 3540.0 3376.7998046875 6997500 0.0 0.0 False
95 2022-05-25 00:00:00+09:00 3550.0 3558.0 3529.0 3545.0 3381.5693359375 6704500 0.0 0.0 False
96 2022-05-26 00:00:00+09:00 3498.0 3524.0 3476.0 3496.0 3334.828369140625 8881500 0.0 0.0 False
97 2022-05-27 00:00:00+09:00 3570.0 3577.0 3547.0 3568.0 3403.509033203125 5818500 0.0 0.0 False
98 2022-05-30 00:00:00+09:00 3587.0 3669.0 3578.0 3650.0 3481.728271484375 8034000 0.0 0.0 False
99 2022-05-31 00:00:00+09:00 3644.0 3667.0 3623.0 3667.0 3497.945068359375 22942000 0.0 0.0 False
100 2022-06-01 00:00:00+09:00 3666.0 3716.0 3644.0 3716.0 3544.685791015625 5525000 0.0 0.0 False
101 2022-06-02 00:00:00+09:00 3720.0 3727.0 3688.0 3702.0 3531.33154296875 6125000 0.0 0.0 False
102 2022-06-03 00:00:00+09:00 3729.0 3739.0 3679.0 3687.0 3517.02294921875 5929000 0.0 0.0 False
103 2022-06-06 00:00:00+09:00 3659.0 3695.0 3632.0 3684.0 3514.1611328125 3916000 0.0 0.0 False
104 2022-06-07 00:00:00+09:00 3700.0 3700.0 3665.0 3667.0 3497.945068359375 4437000 0.0 0.0 False
105 2022-06-08 00:00:00+09:00 3720.0 3730.0 3691.0 3711.0 3539.91650390625 5411500 0.0 0.0 False
106 2022-06-09 00:00:00+09:00 3698.0 3701.0 3661.0 3667.0 3497.945068359375 6031500 0.0 0.0 False
107 2022-06-10 00:00:00+09:00 3632.0 3645.0 3610.0 3623.0 3455.9736328125 7472000 0.0 0.0 False
108 2022-06-13 00:00:00+09:00 3520.0 3535.0 3449.0 3449.0 3289.994873046875 11133000 0.0 0.0 False
109 2022-06-14 00:00:00+09:00 3420.0 3469.0 3419.0 3468.0 3308.119140625 6863000 0.0 0.0 False
110 2022-06-15 00:00:00+09:00 3464.0 3476.0 3455.0 3460.0 3300.48779296875 6177000 0.0 0.0 False
111 2022-06-16 00:00:00+09:00 3501.0 3509.0 3425.0 3425.0 3267.1015625 8418000 0.0 0.0 False
112 2022-06-17 00:00:00+09:00 3278.0 3291.0 3241.0 3255.0 3104.938720703125 15500000 0.0 0.0 False
113 2022-06-20 00:00:00+09:00 3271.0 3281.0 3045.0 3047.0 2906.52783203125 13146000 0.0 0.0 False
114 2022-06-21 00:00:00+09:00 3121.0 3134.0 3047.0 3097.0 2954.22265625 7706500 0.0 0.0 False
115 2022-06-22 00:00:00+09:00 3167.0 3169.0 3027.0 3030.0 2890.311767578125 7630000 0.0 0.0 False
116 2022-06-23 00:00:00+09:00 2999.0 3003.0 2872.0 2874.0 2741.50341796875 15262000 0.0 0.0 False
117 2022-06-24 00:00:00+09:00 2900.0 3017.0 2882.0 2998.0 2859.787109375 16497000 0.0 0.0 False
118 2022-06-27 00:00:00+09:00 3089.0 3155.0 3082.0 3140.0 2995.240478515625 10088000 0.0 0.0 False
119 2022-06-28 00:00:00+09:00 3081.0 3131.0 3052.0 3125.0 2980.931884765625 8591500 0.0 0.0 False
120 2022-06-29 00:00:00+09:00 3088.0 3124.0 3073.0 3122.0 2978.0703125 9900500 0.0 0.0 False
121 2022-06-30 00:00:00+09:00 3060.0 3093.0 3050.0 3060.0 2918.9287109375 10576000 0.0 0.0 False
122 2022-07-01 00:00:00+09:00 3099.0 3110.0 3058.0 3082.0 2939.914306640625 9179000 0.0 0.0 False
123 2022-07-04 00:00:00+09:00 3109.0 3142.0 3105.0 3142.0 2997.1484375 6224000 0.0 0.0 False
124 2022-07-05 00:00:00+09:00 3159.0 3194.0 3137.0 3161.0 3015.272216796875 5830500 0.0 0.0 False
125 2022-07-06 00:00:00+09:00 3150.0 3178.0 3140.0 3152.0 3006.687255859375 6535500 0.0 0.0 False
126 2022-07-07 00:00:00+09:00 3120.0 3215.0 3120.0 3205.0 3057.243896484375 7487500 0.0 0.0 False
127 2022-07-08 00:00:00+09:00 3230.0 3256.0 3188.0 3196.0 3048.65869140625 8619000 0.0 0.0 False
128 2022-07-11 00:00:00+09:00 3256.0 3277.0 3220.0 3235.0 3085.86083984375 4135000 0.0 0.0 False
129 2022-07-12 00:00:00+09:00 3206.0 3209.0 3146.0 3151.0 3005.733642578125 4858000 0.0 0.0 False
130 2022-07-13 00:00:00+09:00 3171.0 3204.0 3167.0 3193.0 3045.79736328125 4349500 0.0 0.0 False
131 2022-07-14 00:00:00+09:00 3160.0 3207.0 3160.0 3203.0 3055.336181640625 3735000 0.0 0.0 False
132 2022-07-15 00:00:00+09:00 3190.0 3224.0 3183.0 3204.0 3056.2900390625 3204500 0.0 0.0 False
133 2022-07-19 00:00:00+09:00 3201.0 3256.0 3201.0 3252.0 3102.0771484375 3715000 0.0 0.0 False
134 2022-07-20 00:00:00+09:00 3335.0 3378.0 3334.0 3372.0 3216.545166015625 5710500 0.0 0.0 False
135 2022-07-21 00:00:00+09:00 3333.0 3366.0 3326.0 3351.0 3196.51318359375 6702500 0.0 0.0 False
136 2022-07-22 00:00:00+09:00 3363.0 3363.0 3301.0 3330.0 3176.481201171875 7392000 0.0 0.0 False
137 2022-07-25 00:00:00+09:00 3260.0 3264.0 3228.0 3229.0 3080.137451171875 6264000 0.0 0.0 False
138 2022-07-26 00:00:00+09:00 3245.0 3257.0 3226.0 3231.0 3082.04541015625 4613500 0.0 0.0 False
139 2022-07-27 00:00:00+09:00 3210.0 3286.0 3198.0 3267.0 3116.3857421875 6886500 0.0 0.0 False
140 2022-07-28 00:00:00+09:00 3470.0 3512.0 3368.0 3404.0 3247.06982421875 16614000 0.0 0.0 False
141 2022-07-29 00:00:00+09:00 3403.0 3427.0 3370.0 3392.0 3235.62255859375 7804000 0.0 0.0 False
142 2022-08-01 00:00:00+09:00 3401.0 3499.0 3401.0 3489.0 3328.151123046875 7018000 0.0 0.0 False
143 2022-08-02 00:00:00+09:00 3458.0 3465.0 3424.0 3440.0 3281.409912109375 4993500 0.0 0.0 False
144 2022-08-03 00:00:00+09:00 3425.0 3449.0 3407.0 3436.0 3277.5947265625 5123000 0.0 0.0 False
145 2022-08-04 00:00:00+09:00 3449.0 3471.0 3438.0 3460.0 3300.48779296875 4068500 0.0 0.0 False
146 2022-08-05 00:00:00+09:00 3422.0 3459.0 3408.0 3452.0 3292.85693359375 4774000 0.0 0.0 False
147 2022-08-08 00:00:00+09:00 3433.0 3474.0 3427.0 3465.0 3305.257568359375 3761000 0.0 0.0 False
148 2022-08-09 00:00:00+09:00 3466.0 3471.0 3425.0 3438.0 3279.502197265625 4313500 0.0 0.0 False
149 2022-08-10 00:00:00+09:00 3428.0 3437.0 3401.0 3409.0 3251.83935546875 4978000 0.0 0.0 False
150 2022-08-12 00:00:00+09:00 3495.0 3496.0 3456.0 3485.0 3324.335205078125 8382000 0.0 0.0 False
151 2022-08-15 00:00:00+09:00 3512.0 3552.0 3505.0 3544.0 3380.615478515625 5183000 0.0 0.0 False
152 2022-08-16 00:00:00+09:00 3531.0 3561.0 3517.0 3526.0 3363.445068359375 4304500 0.0 0.0 False
153 2022-08-17 00:00:00+09:00 3530.0 3545.0 3513.0 3529.0 3366.30712890625 6341000 0.0 0.0 False
154 2022-08-18 00:00:00+09:00 3476.0 3485.0 3440.0 3456.0 3296.672119140625 8115000 0.0 0.0 False
155 2022-08-19 00:00:00+09:00 3489.0 3502.0 3462.0 3462.0 3302.395751953125 5710000 0.0 0.0 False
156 2022-08-22 00:00:00+09:00 3382.0 3426.0 3372.0 3425.0 3267.1015625 7080000 0.0 0.0 False
157 2022-08-23 00:00:00+09:00 3425.0 3428.0 3387.0 3399.0 3242.300048828125 5552500 0.0 0.0 False
158 2022-08-24 00:00:00+09:00 3409.0 3412.0 3376.0 3378.0 3222.2685546875 6720500 0.0 0.0 False
159 2022-08-25 00:00:00+09:00 3366.0 3389.0 3334.0 3380.0 3224.17626953125 6438000 0.0 0.0 False
160 2022-08-26 00:00:00+09:00 3385.0 3410.0 3383.0 3395.0 3238.48486328125 5813500 0.0 0.0 False
161 2022-08-29 00:00:00+09:00 3262.0 3297.0 3246.0 3287.0 3135.46337890625 8457000 0.0 0.0 False
162 2022-08-30 00:00:00+09:00 3303.0 3306.0 3271.0 3298.0 3145.95654296875 7276000 0.0 0.0 False
163 2022-08-31 00:00:00+09:00 3230.0 3266.0 3225.0 3263.0 3112.5703125 13482000 0.0 0.0 False
164 2022-09-01 00:00:00+09:00 3263.0 3275.0 3219.0 3219.0 3070.598388671875 7553500 0.0 0.0 False
165 2022-09-02 00:00:00+09:00 3222.0 3226.0 3198.0 3214.0 3065.8291015625 5257000 0.0 0.0 False
166 2022-09-05 00:00:00+09:00 3200.0 3254.0 3198.0 3251.0 3101.123291015625 4244000 0.0 0.0 False
167 2022-09-06 00:00:00+09:00 3251.0 3275.0 3237.0 3245.0 3095.39990234375 3553000 0.0 0.0 False
168 2022-09-07 00:00:00+09:00 3245.0 3251.0 3185.0 3197.0 3049.61279296875 8426000 0.0 0.0 False
169 2022-09-08 00:00:00+09:00 3230.0 3287.0 3218.0 3276.0 3124.970458984375 7632500 0.0 0.0 False
170 2022-09-09 00:00:00+09:00 3261.0 3295.0 3256.0 3290.0 3138.325439453125 7866500 0.0 0.0 False
171 2022-09-12 00:00:00+09:00 3354.0 3357.0 3321.0 3343.0 3188.882080078125 4352000 0.0 0.0 False
172 2022-09-13 00:00:00+09:00 3352.0 3358.0 3335.0 3358.0 3203.1904296875 3786000 0.0 0.0 False
173 2022-09-14 00:00:00+09:00 3252.0 3281.0 3229.0 3243.0 3093.4921875 8218500 0.0 0.0 False
174 2022-09-15 00:00:00+09:00 3248.0 3252.0 3233.0 3237.0 3087.7685546875 5311000 0.0 0.0 False
175 2022-09-16 00:00:00+09:00 3200.0 3209.0 3179.0 3179.0 3032.442626953125 8996000 0.0 0.0 False
176 2022-09-20 00:00:00+09:00 3200.0 3236.0 3175.0 3175.0 3028.626953125 5705000 0.0 0.0 False
177 2022-09-21 00:00:00+09:00 3175.0 3178.0 3138.0 3142.0 2997.1484375 5023500 0.0 0.0 False
178 2022-09-22 00:00:00+09:00 3103.0 3123.0 3092.0 3114.0 2970.439208984375 5458000 0.0 0.0 False
179 2022-09-26 00:00:00+09:00 3034.0 3034.0 2961.0 2964.0 2827.354736328125 8832000 0.0 0.0 False
180 2022-09-27 00:00:00+09:00 3000.0 3013.0 2976.0 2976.0 2838.801513671875 6016000 0.0 0.0 False
181 2022-09-28 00:00:00+09:00 2961.0 2987.0 2913.0 2939.0 2803.507080078125 8209000 0.0 0.0 False
182 2022-09-29 00:00:00+09:00 2951.0 2954.0 2875.0 2919.0 2827.7255859375 7719500 45.0 0.0 False
183 2022-09-30 00:00:00+09:00 2919.0 2931.0 2837.0 2866.0 2776.3828125 11141000 0.0 0.0 False
184 2022-10-03 00:00:00+09:00 2902.0 2990.0 2889.0 2990.0 2896.50537109375 9900000 0.0 0.0 False
185 2022-10-04 00:00:00+09:00 3082.0 3082.0 3023.0 3033.0 2938.16064453125 8846500 0.0 0.0 False
186 2022-10-05 00:00:00+09:00 3080.0 3115.0 3062.0 3109.0 3011.7841796875 8476500 0.0 0.0 False
187 2022-10-06 00:00:00+09:00 3114.0 3136.0 3098.0 3124.0 3026.315185546875 5565500 0.0 0.0 False
188 2022-10-07 00:00:00+09:00 3090.0 3115.0 3066.0 3091.0 2994.346923828125 6114000 0.0 0.0 False
189 2022-10-11 00:00:00+09:00 3016.0 3044.0 2997.0 3007.0 2912.973388671875 6645000 0.0 0.0 False
190 2022-10-12 00:00:00+09:00 2990.0 3014.0 2958.0 2960.0 2867.443359375 7786500 0.0 0.0 False
191 2022-10-13 00:00:00+09:00 2969.0 3002.0 2964.0 2972.0 2879.068115234375 4634000 0.0 0.0 False
192 2022-10-14 00:00:00+09:00 3032.0 3049.0 3000.0 3032.0 2937.19189453125 7564000 0.0 0.0 False
193 2022-10-17 00:00:00+09:00 2940.0 2954.0 2930.0 2944.0 2851.943603515625 7008500 0.0 0.0 False
194 2022-10-18 00:00:00+09:00 3012.0 3014.0 2965.0 3008.0 2913.9423828125 6357000 0.0 0.0 False
195 2022-10-19 00:00:00+09:00 3028.0 3064.0 3017.0 3032.0 2937.19189453125 5751000 0.0 0.0 False
196 2022-10-20 00:00:00+09:00 2986.0 3002.0 2970.0 2987.0 2893.59912109375 6160000 0.0 0.0 False
197 2022-10-21 00:00:00+09:00 2970.0 2990.0 2970.0 2971.0 2878.099609375 5298000 0.0 0.0 False
198 2022-10-24 00:00:00+09:00 3031.0 3080.0 3028.0 3039.0 2943.973388671875 5615500 0.0 0.0 False
199 2022-10-25 00:00:00+09:00 3058.0 3069.0 3036.0 3044.0 2948.81689453125 6311000 0.0 0.0 False
200 2022-10-26 00:00:00+09:00 3058.0 3106.0 3054.0 3091.0 2994.346923828125 5510500 0.0 0.0 False
201 2022-10-27 00:00:00+09:00 3067.0 3080.0 3059.0 3080.0 2983.691162109375 5645000 0.0 0.0 False
202 2022-10-28 00:00:00+09:00 3138.0 3138.0 3066.0 3071.0 2974.97265625 15176500 0.0 0.0 False
203 2022-10-31 00:00:00+09:00 3115.0 3122.0 3084.0 3108.0 3010.8154296875 5805000 0.0 0.0 False
204 2022-11-01 00:00:00+09:00 3107.0 3125.0 3095.0 3125.0 3027.283935546875 4351500 0.0 0.0 False
205 2022-11-02 00:00:00+09:00 3138.0 3138.0 3086.0 3103.0 3005.971923828125 5194000 0.0 0.0 False
206 2022-11-04 00:00:00+09:00 3072.0 3091.0 3046.0 3091.0 2994.346923828125 6584500 0.0 0.0 False
207 2022-11-07 00:00:00+09:00 3127.0 3156.0 3115.0 3156.0 3057.314453125 5297000 0.0 0.0 False
208 2022-11-08 00:00:00+09:00 3200.0 3202.0 3173.0 3192.0 3092.18896484375 4471500 0.0 0.0 False
209 2022-11-09 00:00:00+09:00 3213.0 3253.0 3208.0 3250.0 3148.375244140625 5779000 0.0 0.0 False
210 2022-11-10 00:00:00+09:00 3239.0 3239.0 3193.0 3199.0 3098.97021484375 6865000 0.0 0.0 False
211 2022-11-11 00:00:00+09:00 3320.0 3409.0 3299.0 3409.0 3302.403564453125 14118000 0.0 0.0 False
212 2022-11-14 00:00:00+09:00 3460.0 3488.0 3426.0 3464.0 3355.683837890625 9779000 0.0 0.0 False
213 2022-11-15 00:00:00+09:00 3461.0 3484.0 3446.0 3467.0 3358.58984375 5291000 0.0 0.0 False
214 2022-11-16 00:00:00+09:00 3490.0 3541.0 3469.0 3537.0 3426.40087890625 9166500 0.0 0.0 False
215 2022-11-17 00:00:00+09:00 3502.0 3515.0 3458.0 3466.0 3357.62109375 7998500 0.0 0.0 False
216 2022-11-18 00:00:00+09:00 3475.0 3488.0 3432.0 3440.0 3332.43408203125 6461000 0.0 0.0 False
217 2022-11-21 00:00:00+09:00 3440.0 3490.0 3438.0 3490.0 3380.87060546875 4555500 0.0 0.0 False
218 2022-11-22 00:00:00+09:00 3494.0 3501.0 3471.0 3499.0 3389.589111328125 6389000 0.0 0.0 False
219 2022-11-24 00:00:00+09:00 3538.0 3562.0 3529.0 3553.0 3441.900634765625 5991000 0.0 0.0 False
220 2022-11-25 00:00:00+09:00 3561.0 3576.0 3554.0 3560.0 3448.681884765625 3771000 0.0 0.0 False
221 2022-11-28 00:00:00+09:00 3552.0 3564.0 3532.0 3532.0 3421.557373046875 4718000 0.0 0.0 False
222 2022-11-29 00:00:00+09:00 3495.0 3512.0 3487.0 3503.0 3393.464111328125 4499000 0.0 0.0 False
223 2022-11-30 00:00:00+09:00 3484.0 3518.0 3477.0 3514.0 3404.120361328125 7454000 0.0 0.0 False
224 2022-12-01 00:00:00+09:00 3570.0 3578.0 3530.0 3570.0 3458.369140625 7244000 0.0 0.0 False
225 2022-12-02 00:00:00+09:00 3542.0 3546.0 3481.0 3503.0 3393.464111328125 7879000 0.0 0.0 False
226 2022-12-05 00:00:00+09:00 3506.0 3508.0 3467.0 3475.0 3366.33984375 4871500 0.0 0.0 False
227 2022-12-06 00:00:00+09:00 3435.0 3482.0 3425.0 3463.0 3354.71484375 3919500 0.0 0.0 False
228 2022-12-07 00:00:00+09:00 3430.0 3439.0 3408.0 3408.0 3301.4345703125 5549000 0.0 0.0 False
229 2022-12-08 00:00:00+09:00 3403.0 3409.0 3368.0 3386.0 3280.122802734375 5129000 0.0 0.0 False
230 2022-12-09 00:00:00+09:00 3380.0 3447.0 3377.0 3435.0 3327.590576171875 5786500 0.0 0.0 False
231 2022-12-12 00:00:00+09:00 3420.0 3435.0 3412.0 3420.0 3313.059814453125 3176000 0.0 0.0 False
232 2022-12-13 00:00:00+09:00 3453.0 3472.0 3445.0 3452.0 3344.05908203125 3824000 0.0 0.0 False
233 2022-12-14 00:00:00+09:00 3494.0 3556.0 3486.0 3556.0 3444.806884765625 6909000 0.0 0.0 False
234 2022-12-15 00:00:00+09:00 3510.0 3552.0 3503.0 3546.0 3435.119873046875 5695000 0.0 0.0 False
235 2022-12-16 00:00:00+09:00 3471.0 3505.0 3460.0 3487.0 3377.964599609375 9524500 0.0 0.0 False
236 2022-12-19 00:00:00+09:00 3444.0 3476.0 3443.0 3447.0 3339.215087890625 4378500 0.0 0.0 False
237 2022-12-20 00:00:00+09:00 3468.0 3490.0 3367.0 3384.0 3278.185302734375 7776000 0.0 0.0 False
238 2022-12-21 00:00:00+09:00 3386.0 3395.0 3328.0 3362.0 3256.873291015625 6319500 0.0 0.0 False
239 2022-12-22 00:00:00+09:00 3389.0 3389.0 3354.0 3379.0 3273.341552734375 5088000 0.0 0.0 False
240 2022-12-23 00:00:00+09:00 3335.0 3344.0 3315.0 3336.0 3231.686279296875 4868000 0.0 0.0 False
241 2022-12-26 00:00:00+09:00 3352.0 3391.0 3346.0 3386.0 3280.122802734375 2487500 0.0 0.0 False
242 2022-12-27 00:00:00+09:00 3400.0 3410.0 3326.0 3326.0 3221.998779296875 3236500 0.0 0.0 False
243 2022-12-28 00:00:00+09:00 3300.0 3326.0 3281.0 3307.0 3203.593017578125 3784500 0.0 0.0 False
244 2022-12-29 00:00:00+09:00 3272.0 3279.0 3238.0 3252.0 3150.31298828125 6196000 0.0 0.0 False
245 2022-12-30 00:00:00+09:00 3285.0 3299.0 3245.0 3245.0 3143.53173828125 4288000 0.0 0.0 False
246 2023-01-04 00:00:00+09:00 3186.0 3197.0 3158.0 3163.0 3064.095703125 5362000 0.0 0.0 False
247 2023-01-05 00:00:00+09:00 3212.0 3237.0 3195.0 3200.0 3099.938720703125 5244000 0.0 0.0 False
248 2023-01-06 00:00:00+09:00 3177.0 3233.0 3162.0 3223.0 3122.2197265625 4748000 0.0 0.0 False
249 2023-01-10 00:00:00+09:00 3346.0 3348.0 3307.0 3332.0 3227.811279296875 7778000 0.0 0.0 False
250 2023-01-11 00:00:00+09:00 3339.0 3345.0 3313.0 3330.0 3225.87353515625 5305500 0.0 0.0 False
251 2023-01-12 00:00:00+09:00 3359.0 3366.0 3321.0 3343.0 3238.46728515625 4104000 0.0 0.0 False
252 2023-01-13 00:00:00+09:00 3321.0 3360.0 3304.0 3325.0 3221.030029296875 5311500 0.0 0.0 False
253 2023-01-16 00:00:00+09:00 3288.0 3297.0 3253.0 3281.0 3178.406005859375 4967500 0.0 0.0 False
254 2023-01-17 00:00:00+09:00 3270.0 3340.0 3265.0 3323.0 3219.0927734375 4316000 0.0 0.0 False
255 2023-01-18 00:00:00+09:00 3354.0 3431.0 3327.0 3392.0 3285.934814453125 5236500 0.0 0.0 False
256 2023-01-19 00:00:00+09:00 3330.0 3372.0 3322.0 3360.0 3254.935546875 5314500 0.0 0.0 False
257 2023-01-20 00:00:00+09:00 3360.0 3364.0 3341.0 3360.0 3254.935546875 3316500 0.0 0.0 False
258 2023-01-23 00:00:00+09:00 3433.0 3442.0 3404.0 3428.0 3320.809326171875 3929500 0.0 0.0 False
259 2023-01-24 00:00:00+09:00 3496.0 3505.0 3473.0 3482.0 3373.120849609375 4481000 0.0 0.0 False
260 2023-01-25 00:00:00+09:00 3468.0 3505.0 3435.0 3495.0 3385.714111328125 4755000 0.0 0.0 False
261 2023-01-26 00:00:00+09:00 3520.0 3542.0 3490.0 3517.0 3407.026611328125 6205500 0.0 0.0 False
262 2023-01-27 00:00:00+09:00 3720.0 3767.0 3625.0 3661.0 3546.523681640625 21879000 0.0 0.0 False
263 2023-01-30 00:00:00+09:00 3741.0 3847.0 3738.0 3847.0 3726.70751953125 16033000 0.0 0.0 False
264 2023-01-31 00:00:00+09:00 3840.0 3874.0 3813.0 3815.0 3695.708251953125 10376000 0.0 0.0 False
265 2023-02-01 00:00:00+09:00 3860.0 3882.0 3845.0 3851.0 3730.58251953125 7149000 0.0 0.0 False
266 2023-02-02 00:00:00+09:00 3900.0 3906.0 3811.0 3828.0 3708.301513671875 6725500 0.0 0.0 False
267 2023-02-03 00:00:00+09:00 3831.0 3864.0 3823.0 3840.0 3719.9267578125 4717500 0.0 0.0 False
268 2023-02-06 00:00:00+09:00 3880.0 3902.0 3826.0 3835.0 3715.0830078125 6266500 0.0 0.0 False
269 2023-02-07 00:00:00+09:00 3837.0 3874.0 3832.0 3851.0 3730.58251953125 4945000 0.0 0.0 False
270 2023-02-08 00:00:00+09:00 3872.0 3882.0 3820.0 3847.0 3726.70751953125 5366000 0.0 0.0 False
271 2023-02-09 00:00:00+09:00 3824.0 3894.0 3820.0 3881.0 3759.64453125 5645000 0.0 0.0 False
272 2023-02-10 00:00:00+09:00 3900.0 3933.0 3866.0 3910.0 3787.737548828125 9286000 0.0 0.0 False
273 2023-02-13 00:00:00+09:00 3860.0 3884.0 3827.0 3850.0 3729.61376953125 6392000 0.0 0.0 False
274 2023-02-14 00:00:00+09:00 3879.0 3898.0 3872.0 3877.0 3755.76953125 5278500 0.0 0.0 False
275 2023-02-15 00:00:00+09:00 3884.0 3902.0 3868.0 3889.0 3767.39404296875 4995000 0.0 0.0 False
276 2023-02-16 00:00:00+09:00 3930.0 3941.0 3907.0 3929.0 3806.1435546875 4871500 0.0 0.0 False
277 2023-02-17 00:00:00+09:00 3880.0 3902.0 3855.0 3855.0 3734.457275390625 7807500 0.0 0.0 False
278 2023-02-20 00:00:00+09:00 3844.0 3859.0 3807.0 3842.0 3721.864013671875 6316500 0.0 0.0 False
279 2023-02-21 00:00:00+09:00 3856.0 3858.0 3814.0 3834.0 3714.114013671875 4043500 0.0 0.0 False
280 2023-02-22 00:00:00+09:00 3808.0 3814.0 3788.0 3794.0 3675.364990234375 5601000 0.0 0.0 False
281 2023-02-24 00:00:00+09:00 3797.0 3832.0 3776.0 3827.0 3707.3330078125 5211000 0.0 0.0 False
282 2023-02-27 00:00:00+09:00 3806.0 3840.0 3786.0 3840.0 3719.9267578125 5648500 0.0 0.0 False
283 2023-02-28 00:00:00+09:00 3840.0 3845.0 3817.0 3830.0 3710.2392578125 6424500 0.0 0.0 False
284 2023-03-01 00:00:00+09:00 3794.0 3816.0 3775.0 3815.0 3695.708251953125 5421000 0.0 0.0 False
285 2023-03-02 00:00:00+09:00 3842.0 3844.0 3811.0 3818.0 3698.6142578125 4512500 0.0 0.0 False
286 2023-03-03 00:00:00+09:00 3856.0 3944.0 3844.0 3933.0 3810.0185546875 9054500 0.0 0.0 False
287 2023-03-06 00:00:00+09:00 3977.0 4056.0 3966.0 4056.0 3929.17236328125 8020500 0.0 0.0 False
288 2023-03-07 00:00:00+09:00 4056.0 4083.0 4038.0 4065.0 3937.890869140625 7058000 0.0 0.0 False
289 2023-03-08 00:00:00+09:00 4044.0 4063.0 4023.0 4050.0 3923.360107421875 5728500 0.0 0.0 False
290 2023-03-09 00:00:00+09:00 4100.0 4133.0 4088.0 4114.0 3985.35888671875 6500000 0.0 0.0 False
291 2023-03-10 00:00:00+09:00 4100.0 4128.0 4080.0 4100.0 3971.796630859375 9545500 0.0 0.0 False
292 2023-03-13 00:00:00+09:00 4051.0 4086.0 4041.0 4082.0 3954.359375 5606500 0.0 0.0 False
293 2023-03-14 00:00:00+09:00 4006.0 4040.0 3982.0 4022.0 3896.235595703125 8254500 0.0 0.0 False
294 2023-03-15 00:00:00+09:00 4034.0 4050.0 4003.0 4041.0 3914.641357421875 6122000 0.0 0.0 False
295 2023-03-16 00:00:00+09:00 3976.0 4045.0 3972.0 4035.0 3908.828857421875 5019000 0.0 0.0 False
296 2023-03-17 00:00:00+09:00 4018.0 4055.0 4016.0 4031.0 3904.9541015625 6961500 0.0 0.0 False
297 2023-03-20 00:00:00+09:00 4000.0 4027.0 3980.0 3980.0 3855.548828125 7006500 0.0 0.0 False
298 2023-03-22 00:00:00+09:00 4066.0 4128.0 4057.0 4122.0 3993.1083984375 8741500 0.0 0.0 False
299 2023-03-23 00:00:00+09:00 4056.0 4106.0 4039.0 4086.0 3958.234375 5480000 0.0 0.0 False
300 2023-03-24 00:00:00+09:00 4130.0 4187.0 4123.0 4177.0 4046.388916015625 8961500 0.0 0.0 False
301 2023-03-27 00:00:00+09:00 4196.0 4204.0 4151.0 4192.0 4060.919921875 5959500 0.0 0.0 False
302 2023-03-28 00:00:00+09:00 4200.0 4207.0 4124.0 4142.0 4012.483154296875 4505500 0.0 0.0 False
303 2023-03-29 00:00:00+09:00 4146.0 4211.0 4146.0 4206.0 4074.48193359375 6514500 0.0 0.0 False
304 2023-03-30 00:00:00+09:00 4257.0 4268.0 4119.0 4161.0 4084.297607421875 5535200 55.0 5.0 True
305 2023-03-31 00:00:00+09:00 4229.0 4299.0 4209.0 4275.0 4196.1962890625 9608400 0.0 0.0 False
306 2023-04-03 00:00:00+09:00 4250.0 4259.0 4162.0 4182.0 4104.91064453125 7076800 0.0 0.0 False
307 2023-04-04 00:00:00+09:00 4245.0 4245.0 4144.0 4155.0 4078.408203125 6780600 0.0 0.0 False
308 2023-04-05 00:00:00+09:00 4150.0 4150.0 4080.0 4088.0 4012.64306640625 6063700 0.0 0.0 False
309 2023-04-06 00:00:00+09:00 4002.0 4004.0 3920.0 3942.0 3869.33447265625 8615200 0.0 0.0 False
310 2023-04-07 00:00:00+09:00 3897.0 3975.0 3892.0 3953.0 3880.1318359375 4554700 0.0 0.0 False
311 2023-04-10 00:00:00+09:00 3996.0 4009.0 3949.0 3964.0 3890.928955078125 3485200 0.0 0.0 False
312 2023-04-11 00:00:00+09:00 3990.0 4019.0 3954.0 3960.0 3887.0029296875 6476500 0.0 0.0 False
313 2023-04-12 00:00:00+09:00 3968.0 4084.0 3966.0 4064.0 3989.085693359375 6372000 0.0 0.0 False
314 2023-04-13 00:00:00+09:00 4064.0 4099.0 4026.0 4081.0 4005.772216796875 5160200 0.0 0.0 False
315 2023-04-14 00:00:00+09:00 4126.0 4130.0 4055.0 4129.0 4052.887451171875 7459400 0.0 0.0 False
316 2023-04-17 00:00:00+09:00 4100.0 4168.0 4097.0 4155.0 4078.408203125 4518400 0.0 0.0 False
317 2023-04-18 00:00:00+09:00 4156.0 4163.0 4116.0 4122.0 4046.0166015625 4974500 0.0 0.0 False
318 2023-04-19 00:00:00+09:00 4046.0 4104.0 4035.0 4100.0 4024.422119140625 7088900 0.0 0.0 False
319 2023-04-20 00:00:00+09:00 4010.0 4072.0 3988.0 4046.0 3971.41748046875 5741100 0.0 0.0 False
320 2023-04-21 00:00:00+09:00 4044.0 4099.0 4035.0 4083.0 4007.7353515625 4623300 0.0 0.0 False
321 2023-04-24 00:00:00+09:00 4055.0 4074.0 4030.0 4033.0 3958.6572265625 4068400 0.0 0.0 False
322 2023-04-25 00:00:00+09:00 4085.0 4102.0 4063.0 4070.0 3994.97509765625 4636000 0.0 0.0 False
323 2023-04-26 00:00:00+09:00 4085.0 4087.0 4036.0 4060.0 3985.159423828125 5594700 0.0 0.0 False
324 2023-04-27 00:00:00+09:00 4000.0 4059.0 3986.0 4042.0 3967.4912109375 6637900 0.0 0.0 False
325 2023-04-28 00:00:00+09:00 3833.0 3893.0 3797.0 3863.0 3791.790771484375 17884000 0.0 0.0 False
326 2023-05-01 00:00:00+09:00 3930.0 3969.0 3908.0 3969.0 3895.836669921875 7639600 0.0 0.0 False
327 2023-05-02 00:00:00+09:00 3999.0 4012.0 3965.0 3995.0 3921.357421875 5160300 0.0 0.0 False
328 2023-05-08 00:00:00+09:00 4067.0 4068.0 3962.0 3978.0 3904.6708984375 6181500 0.0 0.0 False
329 2023-05-09 00:00:00+09:00 3999.0 4009.0 3975.0 3998.0 3924.30224609375 5198600 0.0 0.0 False
330 2023-05-10 00:00:00+09:00 3957.0 3981.0 3942.0 3973.0 3899.76318359375 5009700 0.0 0.0 False
331 2023-05-11 00:00:00+09:00 3975.0 3988.0 3951.0 3982.0 3908.59716796875 3817700 0.0 0.0 False
332 2023-05-12 00:00:00+09:00 4030.0 4030.0 3958.0 3970.0 3896.818603515625 6992800 0.0 0.0 False
333 2023-05-15 00:00:00+09:00 3969.0 3980.0 3932.0 3960.0 3887.0029296875 5201400 0.0 0.0 False
334 2023-05-16 00:00:00+09:00 3976.0 4012.0 3957.0 4001.0 3927.2470703125 6382000 0.0 0.0 False
335 2023-05-17 00:00:00+09:00 4031.0 4033.0 3998.0 4000.0 3926.265380859375 5112300 0.0 0.0 False
336 2023-05-18 00:00:00+09:00 4060.0 4154.0 4048.0 4138.0 4061.721435546875 9208700 0.0 0.0 False
337 2023-05-19 00:00:00+09:00 4203.0 4278.0 4179.0 4273.0 4194.2333984375 11216200 0.0 0.0 False
338 2023-05-22 00:00:00+09:00 4280.0 4310.0 4220.0 4268.0 4189.3251953125 6601500 0.0 0.0 False
339 2023-05-23 00:00:00+09:00 4320.0 4372.0 4267.0 4285.0 4206.01171875 8845900 0.0 0.0 False
340 2023-05-24 00:00:00+09:00 4237.0 4302.0 4231.0 4253.0 4174.60205078125 6457700 0.0 0.0 False
341 2023-05-25 00:00:00+09:00 4299.0 4355.0 4275.0 4322.0 4242.32958984375 7419800 0.0 0.0 False
342 2023-05-26 00:00:00+09:00 4345.0 4420.0 4328.0 4332.0 4252.1455078125 7241400 0.0 0.0 False
343 2023-05-29 00:00:00+09:00 4485.0 4525.0 4388.0 4403.0 4321.83642578125 7518000 0.0 0.0 False
344 2023-05-30 00:00:00+09:00 4380.0 4422.0 4337.0 4392.0 4311.03955078125 4655900 0.0 0.0 False
345 2023-05-31 00:00:00+09:00 4341.0 4365.0 4270.0 4297.0 4217.79052734375 13332600 0.0 0.0 False
346 2023-06-01 00:00:00+09:00 4270.0 4310.0 4232.0 4306.0 4226.625 5536800 0.0 0.0 False
347 2023-06-02 00:00:00+09:00 4362.0 4373.0 4326.0 4364.0 4283.55517578125 5101800 0.0 0.0 False
348 2023-06-05 00:00:00+09:00 4448.0 4529.0 4437.0 4527.0 4443.55078125 7317000 0.0 0.0 False
349 2023-06-06 00:00:00+09:00 4496.0 4620.0 4475.0 4616.0 4530.91015625 6327100 0.0 0.0 False
350 2023-06-07 00:00:00+09:00 4686.0 4706.0 4516.0 4534.0 4450.421875 9438800 0.0 0.0 False
351 2023-06-08 00:00:00+09:00 4515.0 4554.0 4406.0 4453.0 4370.9150390625 5952500 0.0 0.0 False
352 2023-06-09 00:00:00+09:00 4418.0 4537.0 4410.0 4525.0 4441.587890625 8880500 0.0 0.0 False
353 2023-06-12 00:00:00+09:00 4590.0 4601.0 4534.0 4582.0 4497.537109375 5049700 0.0 0.0 False
354 2023-06-13 00:00:00+09:00 4616.0 4777.0 4614.0 4748.0 4660.47705078125 8024900 0.0 0.0 False
355 2023-06-14 00:00:00+09:00 4840.0 4894.0 4801.0 4850.0 4760.5966796875 9592300 0.0 0.0 False
356 2023-06-15 00:00:00+09:00 4846.0 4880.0 4807.0 4817.0 4728.205078125 7216400 0.0 0.0 False
357 2023-06-16 00:00:00+09:00 4838.0 4900.0 4807.0 4897.0 4806.73046875 8510200 0.0 0.0 False
358 2023-06-19 00:00:00+09:00 4915.0 4915.0 4783.0 4801.0 4712.5 6239200 0.0 0.0 False
359 2023-06-20 00:00:00+09:00 4790.0 4829.0 4767.0 4803.0 4714.46337890625 6176900 0.0 0.0 False
360 2023-06-21 00:00:00+09:00 4673.0 4757.0 4662.0 4731.0 4643.79052734375 9100200 0.0 0.0 False
361 2023-06-22 00:00:00+09:00 4698.0 4742.0 4642.0 4642.0 4556.4306640625 7609600 0.0 0.0 False
362 2023-06-23 00:00:00+09:00 4646.0 4672.0 4505.0 4567.0 4482.8134765625 7230300 0.0 0.0 False
363 2023-06-26 00:00:00+09:00 4637.0 4707.0 4613.0 4636.0 4550.54150390625 6439500 0.0 0.0 False
364 2023-06-27 00:00:00+09:00 4647.0 4672.0 4577.0 4624.0 4538.76318359375 5454300 0.0 0.0 False
365 2023-06-28 00:00:00+09:00 4694.0 4779.0 4678.0 4779.0 4690.90576171875 6865700 0.0 0.0 False
366 2023-06-29 00:00:00+09:00 4843.0 4854.0 4773.0 4787.0 4698.7578125 6348400 0.0 0.0 False
367 2023-06-30 00:00:00+09:00 4746.0 4779.0 4717.0 4768.0 4680.1083984375 5887000 0.0 0.0 False
368 2023-07-03 00:00:00+09:00 4838.0 4964.0 4830.0 4964.0 4872.49560546875 6788700 0.0 0.0 False
369 2023-07-04 00:00:00+09:00 4896.0 4953.0 4867.0 4878.0 4788.08056640625 5643000 0.0 0.0 False
370 2023-07-05 00:00:00+09:00 4838.0 4883.0 4819.0 4827.0 4738.0205078125 5611600 0.0 0.0 False
371 2023-07-06 00:00:00+09:00 4750.0 4765.0 4683.0 4695.0 4608.45361328125 7303300 0.0 0.0 False
372 2023-07-07 00:00:00+09:00 4612.0 4658.0 4591.0 4597.0 4512.2607421875 7832000 0.0 0.0 False
373 2023-07-10 00:00:00+09:00 4597.0 4627.0 4541.0 4591.0 4506.37109375 6735000 0.0 0.0 False
374 2023-07-11 00:00:00+09:00 4617.0 4632.0 4560.0 4584.0 4499.50048828125 4554500 0.0 0.0 False
375 2023-07-12 00:00:00+09:00 4550.0 4576.0 4492.0 4512.0 4428.82763671875 4866300 0.0 0.0 False
376 2023-07-13 00:00:00+09:00 4582.0 4713.0 4555.0 4665.0 4579.00732421875 6593300 0.0 0.0 False
377 2023-07-14 00:00:00+09:00 4671.0 4723.0 4621.0 4662.0 4576.06201171875 6668400 0.0 0.0 False
378 2023-07-18 00:00:00+09:00 4680.0 4716.0 4651.0 4683.0 4596.67529296875 4478800 0.0 0.0 False
379 2023-07-19 00:00:00+09:00 4720.0 4749.0 4685.0 4724.0 4636.91943359375 3911900 0.0 0.0 False
380 2023-07-20 00:00:00+09:00 4690.0 4715.0 4614.0 4619.0 4533.85498046875 4634000 0.0 0.0 False
381 2023-07-21 00:00:00+09:00 4525.0 4582.0 4512.0 4522.0 4438.64306640625 6599300 0.0 0.0 False
382 2023-07-24 00:00:00+09:00 4592.0 4609.0 4548.0 4577.0 4492.62939453125 5055100 0.0 0.0 False
383 2023-07-25 00:00:00+09:00 4557.0 4577.0 4536.0 4563.0 4478.88720703125 5370900 0.0 0.0 False
384 2023-07-26 00:00:00+09:00 4616.0 4618.0 4551.0 4597.0 4512.2607421875 4008400 0.0 0.0 False
385 2023-07-27 00:00:00+09:00 4550.0 4622.0 4537.0 4606.0 4521.0947265625 5144800 0.0 0.0 False
386 2023-07-28 00:00:00+09:00 4536.0 4586.0 4477.0 4565.0 4480.8505859375 11604700 0.0 0.0 False
387 2023-07-31 00:00:00+09:00 4664.0 4716.0 4606.0 4679.0 4592.7490234375 8406600 0.0 0.0 False
388 2023-08-01 00:00:00+09:00 4719.0 4720.0 4655.0 4675.0 4588.82275390625 6678200 0.0 0.0 False
389 2023-08-02 00:00:00+09:00 4632.0 4633.0 4553.0 4555.0 4471.03466796875 8461700 0.0 0.0 False
390 2023-08-03 00:00:00+09:00 4510.0 4616.0 4503.0 4595.0 4510.29736328125 7230600 0.0 0.0 False
391 2023-08-04 00:00:00+09:00 4551.0 4602.0 4534.0 4585.0 4500.48193359375 4970800 0.0 0.0 False
392 2023-08-07 00:00:00+09:00 4540.0 4596.0 4523.0 4593.0 4508.33447265625 3946700 0.0 0.0 False
393 2023-08-08 00:00:00+09:00 4550.0 4574.0 4509.0 4509.0 4425.88232421875 10642500 0.0 0.0 False
394 2023-08-09 00:00:00+09:00 4510.0 4574.0 4510.0 4555.0 4471.03466796875 6700200 0.0 0.0 False
395 2023-08-10 00:00:00+09:00 4530.0 4625.0 4520.0 4602.0 4517.16796875 5195300 0.0 0.0 False
396 2023-08-14 00:00:00+09:00 4629.0 4629.0 4532.0 4547.0 4463.18212890625 3913500 0.0 0.0 False
397 2023-08-15 00:00:00+09:00 4600.0 4610.0 4553.0 4559.0 4474.9609375 3650800 0.0 0.0 False
398 2023-08-16 00:00:00+09:00 4540.0 4558.0 4511.0 4528.0 4444.5322265625 4584600 0.0 0.0 False
399 2023-08-17 00:00:00+09:00 4528.0 4599.0 4522.0 4594.0 4509.31591796875 5269800 0.0 0.0 False
400 2023-08-18 00:00:00+09:00 4534.0 4546.0 4503.0 4528.0 4444.5322265625 4514300 0.0 0.0 False
401 2023-08-21 00:00:00+09:00 4511.0 4533.0 4483.0 4507.0 4423.91943359375 3734900 0.0 0.0 False
402 2023-08-22 00:00:00+09:00 4552.0 4566.0 4525.0 4563.0 4478.88720703125 3194100 0.0 0.0 False
403 2023-08-23 00:00:00+09:00 4533.0 4554.0 4512.0 4550.0 4466.12646484375 3334800 0.0 0.0 False
404 2023-08-24 00:00:00+09:00 4589.0 4602.0 4549.0 4572.0 4487.7216796875 4404300 0.0 0.0 False
405 2023-08-25 00:00:00+09:00 4503.0 4507.0 4482.0 4486.0 4403.306640625 7240400 0.0 0.0 False
406 2023-08-28 00:00:00+09:00 4510.0 4557.0 4497.0 4534.0 4450.421875 4626900 0.0 0.0 False
407 2023-08-29 00:00:00+09:00 4548.0 4551.0 4516.0 4526.0 4442.5693359375 4184600 0.0 0.0 False
408 2023-08-30 00:00:00+09:00 4564.0 4603.0 4560.0 4582.0 4497.537109375 5369800 0.0 0.0 False
409 2023-08-31 00:00:00+09:00 4580.0 4679.0 4568.0 4659.0 4573.11767578125 6713100 0.0 0.0 False
410 2023-09-01 00:00:00+09:00 4632.0 4681.0 4619.0 4645.0 4559.3759765625 4238600 0.0 0.0 False
411 2023-09-04 00:00:00+09:00 4665.0 4671.0 4620.0 4671.0 4584.896484375 3197900 0.0 0.0 False
412 2023-09-05 00:00:00+09:00 4750.0 4779.0 4691.0 4777.0 4688.9423828125 6876100 0.0 0.0 False
413 2023-09-06 00:00:00+09:00 4783.0 4802.0 4746.0 4764.0 4676.18212890625 5058200 0.0 0.0 False
414 2023-09-07 00:00:00+09:00 4736.0 4744.0 4695.0 4698.0 4611.39892578125 5291800 0.0 0.0 False
415 2023-09-08 00:00:00+09:00 4693.0 4724.0 4615.0 4618.0 4532.87353515625 9005600 0.0 0.0 False
416 2023-09-11 00:00:00+09:00 4599.0 4626.0 4572.0 4578.0 4493.61083984375 5454000 0.0 0.0 False
417 2023-09-12 00:00:00+09:00 4617.0 4656.0 4597.0 4643.0 4557.41259765625 4174000 0.0 0.0 False
418 2023-09-13 00:00:00+09:00 4620.0 4632.0 4573.0 4583.0 4498.5185546875 4097700 0.0 0.0 False
419 2023-09-14 00:00:00+09:00 4610.0 4658.0 4608.0 4639.0 4553.486328125 5016300 0.0 0.0 False
420 2023-09-15 00:00:00+09:00 4693.0 4713.0 4674.0 4706.0 4619.25146484375 6997900 0.0 0.0 False
421 2023-09-19 00:00:00+09:00 4693.0 4701.0 4613.0 4647.0 4561.3388671875 6101200 0.0 0.0 False
422 2023-09-20 00:00:00+09:00 4638.0 4638.0 4569.0 4574.0 4489.6845703125 5852000 0.0 0.0 False
423 2023-09-21 00:00:00+09:00 4550.0 4576.0 4543.0 4560.0 4475.9423828125 5531800 0.0 0.0 False
424 2023-09-22 00:00:00+09:00 4510.0 4570.0 4504.0 4537.0 4453.3662109375 5664500 0.0 0.0 False
425 2023-09-25 00:00:00+09:00 4558.0 4560.0 4498.0 4523.0 4439.62451171875 4383300 0.0 0.0 False
426 2023-09-26 00:00:00+09:00 4555.0 4555.0 4494.0 4512.0 4428.82763671875 4645300 0.0 0.0 False
427 2023-09-27 00:00:00+09:00 4471.0 4502.0 4436.0 4471.0 4388.58349609375 8189300 0.0 0.0 False
428 2023-09-28 00:00:00+09:00 4422.0 4429.0 4290.0 4319.0 4287.3310546875 9376700 50.0 0.0 False
429 2023-09-29 00:00:00+09:00 4351.0 4360.0 4298.0 4343.0 4311.1552734375 8599600 0.0 0.0 False
430 2023-10-02 00:00:00+09:00 4366.0 4419.0 4343.0 4362.0 4330.01611328125 6423300 0.0 0.0 False
431 2023-10-03 00:00:00+09:00 4350.0 4352.0 4304.0 4309.0 4277.404296875 5815100 0.0 0.0 False
432 2023-10-04 00:00:00+09:00 4200.0 4244.0 4190.0 4217.0 4186.0791015625 7150700 0.0 0.0 False
433 2023-10-05 00:00:00+09:00 4220.0 4288.0 4204.0 4288.0 4256.55859375 6965700 0.0 0.0 False
434 2023-10-06 00:00:00+09:00 4287.0 4323.0 4276.0 4279.0 4247.62451171875 5724400 0.0 0.0 False
435 2023-10-10 00:00:00+09:00 4349.0 4382.0 4319.0 4368.0 4335.9716796875 4957500 0.0 0.0 False
436 2023-10-11 00:00:00+09:00 4372.0 4383.0 4349.0 4367.0 4334.97900390625 5372400 0.0 0.0 False
437 2023-10-12 00:00:00+09:00 4388.0 4508.0 4380.0 4508.0 4474.9453125 6839300 0.0 0.0 False
438 2023-10-13 00:00:00+09:00 4503.0 4516.0 4471.0 4488.0 4455.091796875 5019700 0.0 0.0 False
439 2023-10-16 00:00:00+09:00 4418.0 4446.0 4388.0 4398.0 4365.751953125 5462500 0.0 0.0 False
440 2023-10-17 00:00:00+09:00 4447.0 4498.0 4419.0 4438.0 4405.45849609375 3833200 0.0 0.0 False
441 2023-10-18 00:00:00+09:00 4425.0 4449.0 4418.0 4423.0 4390.568359375 3187900 0.0 0.0 False
442 2023-10-19 00:00:00+09:00 4368.0 4399.0 4360.0 4366.0 4333.986328125 4019700 0.0 0.0 False
443 2023-10-20 00:00:00+09:00 4333.0 4338.0 4285.0 4297.0 4265.49267578125 4718200 0.0 0.0 False
444 2023-10-23 00:00:00+09:00 4290.0 4290.0 4253.0 4255.0 4223.80029296875 4523000 0.0 0.0 False
445 2023-10-24 00:00:00+09:00 4301.0 4302.0 4214.0 4266.0 4234.7197265625 6756700 0.0 0.0 False
446 2023-10-25 00:00:00+09:00 4320.0 4368.0 4301.0 4313.0 4281.375 4030900 0.0 0.0 False
447 2023-10-26 00:00:00+09:00 4272.0 4279.0 4198.0 4215.0 4184.09375 5952900 0.0 0.0 False
448 2023-10-27 00:00:00+09:00 4248.0 4351.0 4248.0 4302.0 4270.4560546875 6207600 0.0 0.0 False
449 2023-10-30 00:00:00+09:00 4257.0 4518.0 4254.0 4491.0 4458.06982421875 23838900 0.0 0.0 False
450 2023-10-31 00:00:00+09:00 4479.0 4501.0 4416.0 4468.0 4435.23876953125 7128600 0.0 0.0 False
451 2023-11-01 00:00:00+09:00 4596.0 4641.0 4566.0 4616.0 4582.1533203125 7288400 0.0 0.0 False
452 2023-11-02 00:00:00+09:00 4727.0 4810.0 4695.0 4806.0 4770.76025390625 11307700 0.0 0.0 False
453 2023-11-06 00:00:00+09:00 4876.0 4892.0 4776.0 4838.0 4802.52587890625 9111900 0.0 0.0 False
454 2023-11-07 00:00:00+09:00 4785.0 4866.0 4782.0 4851.0 4815.43017578125 5097500 0.0 0.0 False
455 2023-11-08 00:00:00+09:00 4851.0 4854.0 4764.0 4778.0 4742.9658203125 5929200 0.0 0.0 False
456 2023-11-09 00:00:00+09:00 4846.0 4849.0 4788.0 4815.0 4779.6943359375 3586000 0.0 0.0 False
457 2023-11-10 00:00:00+09:00 4780.0 4846.0 4773.0 4845.0 4809.47412109375 4613400 0.0 0.0 False
458 2023-11-13 00:00:00+09:00 4880.0 4885.0 4787.0 4817.0 4781.6796875 3089300 0.0 0.0 False
459 2023-11-14 00:00:00+09:00 4885.0 4885.0 4789.0 4826.0 4790.61376953125 3478500 0.0 0.0 False
460 2023-11-15 00:00:00+09:00 4928.0 4996.0 4922.0 4996.0 4959.3671875 7551900 0.0 0.0 False
461 2023-11-16 00:00:00+09:00 5020.0 5142.0 5015.0 5142.0 5104.29638671875 8058800 0.0 0.0 False
462 2023-11-17 00:00:00+09:00 5193.0 5259.0 5146.0 5248.0 5209.51953125 7378200 0.0 0.0 False
463 2023-11-20 00:00:00+09:00 5233.0 5252.0 5160.0 5160.0 5122.16455078125 5110100 0.0 0.0 False
464 2023-11-21 00:00:00+09:00 5199.0 5214.0 5157.0 5175.0 5137.0546875 4332000 0.0 0.0 False
465 2023-11-22 00:00:00+09:00 5152.0 5222.0 5148.0 5191.0 5152.9375 3097800 0.0 0.0 False
466 2023-11-24 00:00:00+09:00 5230.0 5289.0 5212.0 5224.0 5185.6953125 4270200 0.0 0.0 False
467 2023-11-27 00:00:00+09:00 5233.0 5248.0 5185.0 5225.0 5186.68798828125 3795300 0.0 0.0 False
468 2023-11-28 00:00:00+09:00 5224.0 5244.0 5184.0 5205.0 5166.83447265625 4051500 0.0 0.0 False
469 2023-11-29 00:00:00+09:00 5142.0 5192.0 5124.0 5170.0 5132.09130859375 3942100 0.0 0.0 False
470 2023-11-30 00:00:00+09:00 5159.0 5217.0 5158.0 5212.0 5173.783203125 5896700 0.0 0.0 False
471 2023-12-01 00:00:00+09:00 5200.0 5234.0 5174.0 5199.0 5160.87841796875 3812300 0.0 0.0 False
472 2023-12-04 00:00:00+09:00 5206.0 5215.0 5165.0 5170.0 5132.09130859375 5680800 0.0 0.0 False
473 2023-12-05 00:00:00+09:00 5108.0 5134.0 5010.0 5042.0 5005.02978515625 7554500 0.0 0.0 False
474 2023-12-06 00:00:00+09:00 5090.0 5212.0 5083.0 5201.0 5162.86376953125 5280400 0.0 0.0 False
475 2023-12-07 00:00:00+09:00 5141.0 5144.0 5015.0 5026.0 4989.14697265625 5159900 0.0 0.0 False
476 2023-12-08 00:00:00+09:00 4943.0 4958.0 4875.0 4895.0 4859.10791015625 8218200 0.0 0.0 False
477 2023-12-11 00:00:00+09:00 4990.0 4997.0 4914.0 4925.0 4888.8876953125 4035000 0.0 0.0 False
478 2023-12-12 00:00:00+09:00 4995.0 5008.0 4942.0 4976.0 4939.513671875 3314200 0.0 0.0 False
479 2023-12-13 00:00:00+09:00 5000.0 5026.0 4973.0 5000.0 4963.337890625 3089000 0.0 0.0 False
480 2023-12-14 00:00:00+09:00 5129.0 5195.0 5101.0 5174.0 5136.06201171875 7314200 0.0 0.0 False
481 2023-12-15 00:00:00+09:00 5432.0 5565.0 5391.0 5459.0 5418.97216796875 12539100 0.0 0.0 False
482 2023-12-18 00:00:00+09:00 5528.0 5530.0 5422.0 5465.0 5424.92822265625 6212600 0.0 0.0 False
483 2023-12-19 00:00:00+09:00 5469.0 5470.0 5380.0 5419.0 5379.265625 6087300 0.0 0.0 False
484 2023-12-20 00:00:00+09:00 5473.0 5698.0 5473.0 5640.0 5598.64501953125 8898600 0.0 0.0 False
485 2023-12-21 00:00:00+09:00 5585.0 5660.0 5575.0 5615.0 5573.828125 5338600 0.0 0.0 False
486 2023-12-22 00:00:00+09:00 5680.0 5798.0 5680.0 5781.0 5738.611328125 7449600 0.0 0.0 False
487 2023-12-25 00:00:00+09:00 5864.0 5872.0 5736.0 5750.0 5707.83837890625 3080900 0.0 0.0 False
488 2023-12-26 00:00:00+09:00 5730.0 5790.0 5728.0 5767.0 5724.7138671875 2873300 0.0 0.0 False
489 2023-12-27 00:00:00+09:00 5824.0 5837.0 5771.0 5812.0 5769.3837890625 4551400 0.0 0.0 False
490 2023-12-28 00:00:00+09:00 5811.0 5935.0 5808.0 5915.0 5871.62841796875 3942700 0.0 0.0 False
491 2023-12-29 00:00:00+09:00 5875.0 5917.0 5835.0 5917.0 5873.61376953125 5402900 0.0 0.0 False
492 2024-01-04 00:00:00+09:00 5640.0 5779.0 5608.0 5725.0 5683.02197265625 8867500 0.0 0.0 False
493 2024-01-05 00:00:00+09:00 5500.0 5655.0 5500.0 5637.0 5595.6669921875 8610500 0.0 0.0 False
494 2024-01-09 00:00:00+09:00 5660.0 5692.0 5552.0 5552.0 5511.2900390625 11296100 0.0 0.0 False
495 2024-01-10 00:00:00+09:00 5463.0 5593.0 5378.0 5552.0 5511.2900390625 13042800 0.0 0.0 False
496 2024-01-11 00:00:00+09:00 5598.0 5630.0 5515.0 5606.0 5564.89453125 10128100 0.0 0.0 False
497 2024-01-12 00:00:00+09:00 5730.0 5757.0 5633.0 5741.0 5698.904296875 10246300 0.0 0.0 False
498 2024-01-15 00:00:00+09:00 5770.0 5917.0 5768.0 5873.0 5829.9365234375 2695200 0.0 0.0 False
499 2024-01-16 00:00:00+09:00 5949.0 5977.0 5872.0 5895.0 5851.775390625 6098300 0.0 0.0 False
500 2024-01-17 00:00:00+09:00 5797.0 5886.0 5700.0 5700.0 5658.205078125 12064300 0.0 0.0 False
501 2024-01-18 00:00:00+09:00 5643.0 5734.0 5636.0 5676.0 5634.380859375 7168700 0.0 0.0 False
502 2024-01-19 00:00:00+09:00 5690.0 5799.0 5688.0 5767.0 5724.7138671875 10139000 0.0 0.0 False
503 2024-01-22 00:00:00+09:00 5850.0 5881.0 5814.0 5872.0 5828.94384765625 8778600 0.0 0.0 False
504 2024-01-23 00:00:00+09:00 5863.0 5913.0 5808.0 5847.0 5804.12744140625 7132300 0.0 0.0 False
505 2024-01-24 00:00:00+09:00 5869.0 5895.0 5813.0 5857.0 5814.0537109375 5497200 0.0 0.0 False
506 2024-01-25 00:00:00+09:00 5800.0 5875.0 5791.0 5867.0 5823.98046875 4955900 0.0 0.0 False
507 2024-01-26 00:00:00+09:00 5810.0 5818.0 5706.0 5740.0 5697.91162109375 7753100 0.0 0.0 False
508 2024-01-29 00:00:00+09:00 5540.0 5753.0 5500.0 5651.0 5609.564453125 10769400 0.0 0.0 False
509 2024-01-30 00:00:00+09:00 5737.0 5846.0 5676.0 5822.0 5779.310546875 7690200 0.0 0.0 False
510 2024-01-31 00:00:00+09:00 5808.0 5875.0 5752.0 5875.0 5831.921875 7873600 0.0 0.0 False
511 2024-02-01 00:00:00+09:00 5832.0 5896.0 5790.0 5810.0 5767.3984375 5626900 0.0 0.0 False
512 2024-02-02 00:00:00+09:00 5905.0 6024.0 5867.0 5940.0 5896.4453125 8561000 0.0 0.0 False
513 2024-02-05 00:00:00+09:00 6020.0 6020.0 5877.0 5880.0 5836.88525390625 5607500 0.0 0.0 False
514 2024-02-06 00:00:00+09:00 5828.0 5839.0 5784.0 5796.0 5753.5009765625 7756900 0.0 0.0 False
515 2024-02-07 00:00:00+09:00 5761.0 5828.0 5724.0 5828.0 5785.2666015625 4760700 0.0 0.0 False
516 2024-02-08 00:00:00+09:00 5828.0 5922.0 5787.0 5909.0 5865.67236328125 6958900 0.0 0.0 False
517 2024-02-09 00:00:00+09:00 5941.0 5976.0 5883.0 5903.0 5859.716796875 6633200 0.0 0.0 False
518 2024-02-13 00:00:00+09:00 5946.0 6043.0 5912.0 5990.0 5946.07861328125 8853600 0.0 0.0 False
519 2024-02-14 00:00:00+09:00 5990.0 6010.0 5922.0 5948.0 5904.38671875 5997200 0.0 0.0 False
520 2024-02-15 00:00:00+09:00 6089.0 6225.0 6071.0 6138.0 6092.99365234375 8118800 0.0 0.0 False
521 2024-02-16 00:00:00+09:00 6280.0 6324.0 6133.0 6199.0 6153.54638671875 8783000 0.0 0.0 False
522 2024-02-19 00:00:00+09:00 6241.0 6305.0 6125.0 6178.0 6132.7001953125 4856500 0.0 0.0 False
523 2024-02-20 00:00:00+09:00 6130.0 6185.0 6085.0 6126.0 6081.08154296875 5223700 0.0 0.0 False
524 2024-02-21 00:00:00+09:00 6050.0 6148.0 6030.0 6105.0 6060.2353515625 4876800 0.0 0.0 False
525 2024-02-22 00:00:00+09:00 6275.0 6331.0 6226.0 6309.0 6262.73974609375 7934400 0.0 0.0 False
526 2024-02-26 00:00:00+09:00 6434.0 6492.0 6388.0 6416.0 6368.955078125 7170600 0.0 0.0 False
527 2024-02-27 00:00:00+09:00 6434.0 6484.0 6401.0 6424.0 6376.896484375 4968300 0.0 0.0 False
528 2024-02-28 00:00:00+09:00 6380.0 6428.0 6350.0 6356.0 6309.39501953125 6559800 0.0 0.0 False
529 2024-02-29 00:00:00+09:00 6345.0 6414.0 6302.0 6387.0 6340.16748046875 6843100 0.0 0.0 False
530 2024-03-01 00:00:00+09:00 6430.0 6605.0 6405.0 6584.0 6535.72314453125 6145100 0.0 0.0 False
531 2024-03-04 00:00:00+09:00 6736.0 6752.0 6647.0 6673.0 6624.07080078125 6813100 0.0 0.0 False
532 2024-03-05 00:00:00+09:00 6623.0 6664.0 6556.0 6588.0 6539.69384765625 6904300 0.0 0.0 False
533 2024-03-06 00:00:00+09:00 6540.0 6633.0 6488.0 6585.0 6536.7158203125 5974500 0.0 0.0 False
534 2024-03-07 00:00:00+09:00 6657.0 6702.0 6455.0 6457.0 6409.654296875 5827800 0.0 0.0 False
535 2024-03-08 00:00:00+09:00 6500.0 6657.0 6491.0 6572.0 6523.81103515625 10671600 0.0 0.0 False
536 2024-03-11 00:00:00+09:00 6400.0 6426.0 6291.0 6384.0 6337.189453125 6833100 0.0 0.0 False
537 2024-03-12 00:00:00+09:00 6261.0 6456.0 6239.0 6443.0 6395.7568359375 6877800 0.0 0.0 False
538 2024-03-13 00:00:00+09:00 6543.0 6567.0 6422.0 6514.0 6466.236328125 6256600 0.0 0.0 False
539 2024-03-14 00:00:00+09:00 6456.0 6474.0 6344.0 6440.0 6392.779296875 5120000 0.0 0.0 False
540 2024-03-15 00:00:00+09:00 6399.0 6482.0 6380.0 6469.0 6421.56640625 6441200 0.0 0.0 False
541 2024-03-18 00:00:00+09:00 6500.0 6644.0 6462.0 6639.0 6590.31982421875 5634100 0.0 0.0 False
542 2024-03-19 00:00:00+09:00 6655.0 6694.0 6541.0 6694.0 6644.91650390625 6104000 0.0 0.0 False
543 2024-03-21 00:00:00+09:00 6845.0 6926.0 6803.0 6868.0 6817.640625 8183400 0.0 0.0 False
544 2024-03-22 00:00:00+09:00 6875.0 6904.0 6791.0 6874.0 6823.5966796875 6719600 0.0 0.0 False
545 2024-03-25 00:00:00+09:00 6884.0 6890.0 6750.0 6750.0 6700.505859375 4606600 0.0 0.0 False
546 2024-03-26 00:00:00+09:00 6755.0 6890.0 6754.0 6848.0 6797.78759765625 5653100 0.0 0.0 False
547 2024-03-27 00:00:00+09:00 6822.0 6857.0 6771.0 6819.0 6769.0 6236400 0.0 0.0 False
548 2024-03-28 00:00:00+09:00 6687.0 6725.0 6597.0 6606.0 6606.0 8861600 50.0 0.0 False
549 2024-03-29 00:00:00+09:00 6600.0 6615.0 6503.0 6598.0 6598.0 3865900 0.0 0.0 False
550 2024-04-01 00:00:00+09:00 6601.0 6616.0 6352.0 6352.0 6352.0 7067800 0.0 0.0 False
551 2024-04-02 00:00:00+09:00 6400.0 6452.0 6360.0 6367.0 6367.0 6510400 0.0 0.0 False
552 2024-04-03 00:00:00+09:00 6300.0 6383.0 6232.0 6294.0 6294.0 7831200 0.0 0.0 False
553 2024-04-04 00:00:00+09:00 6450.0 6489.0 6366.0 6366.0 6366.0 6896300 0.0 0.0 False
554 2024-04-05 00:00:00+09:00 6240.0 6270.0 6140.0 6168.0 6168.0 6016500 0.0 0.0 False
555 2024-04-08 00:00:00+09:00 6230.0 6264.0 6167.0 6192.0 6192.0 5355700 0.0 0.0 False
556 2024-04-09 00:00:00+09:00 6301.0 6467.0 6297.0 6467.0 6467.0 9376700 0.0 0.0 False
557 2024-04-10 00:00:00+09:00 6495.0 6578.0 6435.0 6519.0 6519.0 7127700 0.0 0.0 False
558 2024-04-11 00:00:00+09:00 6459.0 6555.0 6423.0 6540.0 6540.0 4635600 0.0 0.0 False
559 2024-04-12 00:00:00+09:00 6640.0 6640.0 6520.0 6532.0 6532.0 5793800 0.0 0.0 False
560 2024-04-15 00:00:00+09:00 6453.0 6564.0 6432.0 6543.0 6543.0 3598900 0.0 0.0 False
561 2024-04-16 00:00:00+09:00 6410.0 6434.0 6297.0 6320.0 6320.0 5612700 0.0 0.0 False
562 2024-04-17 00:00:00+09:00 6358.0 6483.0 6326.0 6362.0 6362.0 4979100 0.0 0.0 False
563 2024-04-18 00:00:00+09:00 6300.0 6414.0 6288.0 6399.0 6399.0 4211100 0.0 0.0 False
564 2024-04-19 00:00:00+09:00 6254.0 6269.0 6015.0 6129.0 6129.0 9262200 0.0 0.0 False
565 2024-04-22 00:00:00+09:00 6045.0 6175.0 6029.0 6116.0 6116.0 5466900 0.0 0.0 False
566 2024-04-23 00:00:00+09:00 6215.0 6243.0 6152.0 6208.0 6208.0 4632800 0.0 0.0 False
567 2024-04-24 00:00:00+09:00 6408.0 6492.0 6334.0 6482.0 6482.0 7681500 0.0 0.0 False
568 2024-04-25 00:00:00+09:00 6390.0 6427.0 6269.0 6308.0 6308.0 5716200 0.0 0.0 False
569 2024-04-26 00:00:00+09:00 5875.0 5998.0 5782.0 5906.0 5906.0 17696700 0.0 0.0 False
570 2024-04-30 00:00:00+09:00 6030.0 6210.0 5982.0 6195.0 6195.0 11503900 0.0 0.0 False
571 2024-05-01 00:00:00+09:00 6175.0 6221.0 6045.0 6074.0 6074.0 5801300 0.0 0.0 False
572 2024-05-02 00:00:00+09:00 5950.0 6039.0 5928.0 5989.0 5989.0 6033900 0.0 0.0 False
573 2024-05-07 00:00:00+09:00 5994.0 6029.0 5855.0 5903.0 5903.0 9506400 0.0 0.0 False
574 2024-05-08 00:00:00+09:00 5863.0 5917.0 5750.0 5754.0 5754.0 10651600 0.0 0.0 False
575 2024-05-09 00:00:00+09:00 5800.0 5852.0 5778.0 5795.0 5795.0 6676200 0.0 0.0 False
576 2024-05-10 00:00:00+09:00 5864.0 5865.0 5757.0 5801.0 5801.0 6398100 0.0 0.0 False
577 2024-05-13 00:00:00+09:00 5828.0 5830.0 5770.0 5813.0 5813.0 4561600 0.0 0.0 False
578 2024-05-14 00:00:00+09:00 5850.0 5885.0 5770.0 5800.0 5800.0 5566000 0.0 0.0 False
579 2024-05-15 00:00:00+09:00 5860.0 5935.0 5814.0 5860.0 5860.0 7615900 0.0 0.0 False
580 2024-05-16 00:00:00+09:00 5939.0 5975.0 5871.0 5930.0 5930.0 5780500 0.0 0.0 False
581 2024-05-17 00:00:00+09:00 5875.0 5915.0 5796.0 5840.0 5840.0 5985000 0.0 0.0 False
582 2024-05-20 00:00:00+09:00 5929.0 6182.0 5907.0 6083.0 6083.0 11356700 0.0 0.0 False
583 2024-05-21 00:00:00+09:00 6090.0 6125.0 5970.0 5970.0 5970.0 5507700 0.0 0.0 False
584 2024-05-22 00:00:00+09:00 5910.0 5924.0 5828.0 5832.0 5832.0 6534300 0.0 0.0 False
585 2024-05-23 00:00:00+09:00 5911.0 5972.0 5845.0 5952.0 5952.0 7479200 0.0 0.0 False
586 2024-05-24 00:00:00+09:00 5840.0 5950.0 5824.0 5914.0 5914.0 4763500 0.0 0.0 False
587 2024-05-27 00:00:00+09:00 5902.0 5955.0 5881.0 5949.0 5949.0 3852800 0.0 0.0 False
588 2024-05-28 00:00:00+09:00 5992.0 6014.0 5960.0 5979.0 5979.0 3401100 0.0 0.0 False
589 2024-05-29 00:00:00+09:00 6005.0 6031.0 5874.0 5889.0 5889.0 4613000 0.0 0.0 False
590 2024-05-30 00:00:00+09:00 5800.0 5844.0 5733.0 5734.0 5734.0 8394400 0.0 0.0 False
591 2024-05-31 00:00:00+09:00 5789.0 5863.0 5751.0 5855.0 5855.0 11936400 0.0 0.0 False
592 2024-06-03 00:00:00+09:00 5949.0 6000.0 5911.0 5953.0 5953.0 4935300 0.0 0.0 False
593 2024-06-04 00:00:00+09:00 5889.0 5962.0 5868.0 5947.0 5947.0 4539300 0.0 0.0 False
594 2024-06-05 00:00:00+09:00 5995.0 6007.0 5915.0 5946.0 5946.0 4675200 0.0 0.0 False
595 2024-06-06 00:00:00+09:00 6038.0 6112.0 6005.0 6060.0 6060.0 5888600 0.0 0.0 False
596 2024-06-07 00:00:00+09:00 6025.0 6124.0 6022.0 6111.0 6111.0 3976800 0.0 0.0 False
597 2024-06-10 00:00:00+09:00 6110.0 6229.0 6096.0 6206.0 6206.0 5541100 0.0 0.0 False
598 2024-06-11 00:00:00+09:00 6122.0 6290.0 6120.0 6193.0 6193.0 4497600 0.0 0.0 False
599 2024-06-12 00:00:00+09:00 6093.0 6183.0 6066.0 6168.0 6168.0 5248200 0.0 0.0 False
600 2024-06-13 00:00:00+09:00 6300.0 6323.0 6193.0 6214.0 6214.0 6279700 0.0 0.0 False
601 2024-06-14 00:00:00+09:00 6161.0 6210.0 6116.0 6145.0 6145.0 8842500 0.0 0.0 False
602 2024-06-17 00:00:00+09:00 6091.0 6099.0 5940.0 5943.0 5943.0 5970800 0.0 0.0 False
603 2024-06-18 00:00:00+09:00 6061.0 6114.0 6044.0 6093.0 6093.0 4402400 0.0 0.0 False
604 2024-06-19 00:00:00+09:00 6150.0 6160.0 6080.0 6105.0 6105.0 4113100 0.0 0.0 False
605 2024-06-20 00:00:00+09:00 6090.0 6193.0 6057.0 6184.0 6184.0 4265800 0.0 0.0 False
606 2024-06-21 00:00:00+09:00 6120.0 6181.0 6073.0 6077.0 6077.0 8084100 0.0 0.0 False
607 2024-06-24 00:00:00+09:00 6022.0 6071.0 5978.0 6019.0 6019.0 5179600 0.0 0.0 False
608 2024-06-25 00:00:00+09:00 6012.0 6149.0 5999.0 6125.0 6125.0 4399900 0.0 0.0 False
609 2024-06-26 00:00:00+09:00 6199.0 6227.0 6115.0 6217.0 6217.0 5060000 0.0 0.0 False
610 2024-06-27 00:00:00+09:00 6217.0 6249.0 6164.0 6199.0 6199.0 3977100 0.0 0.0 False
611 2024-06-28 00:00:00+09:00 6240.0 6280.0 6203.0 6238.0 6238.0 4966900 0.0 0.0 False
612 2024-07-01 00:00:00+09:00 6307.0 6332.0 6166.0 6238.0 6238.0 4159400 0.0 0.0 False
613 2024-07-02 00:00:00+09:00 6234.0 6300.0 6181.0 6300.0 6300.0 4784900 0.0 0.0 False
614 2024-07-03 00:00:00+09:00 6343.0 6495.0 6328.0 6440.0 6440.0 7199000 0.0 0.0 False
615 2024-07-04 00:00:00+09:00 6476.0 6514.0 6441.0 6470.0 6470.0 4051400 0.0 0.0 False
616 2024-07-05 00:00:00+09:00 6470.0 6489.0 6411.0 6444.0 6444.0 3756600 0.0 0.0 False
617 2024-07-08 00:00:00+09:00 6495.0 6563.0 6445.0 6446.0 6446.0 5459600 0.0 0.0 False
618 2024-07-09 00:00:00+09:00 6546.0 6644.0 6486.0 6618.0 6618.0 6640200 0.0 0.0 False
619 2024-07-10 00:00:00+09:00 6643.0 6716.0 6594.0 6716.0 6716.0 5761200 0.0 0.0 False
620 2024-07-11 00:00:00+09:00 6816.0 6817.0 6691.0 6715.0 6715.0 5572200 0.0 0.0 False
621 2024-07-12 00:00:00+09:00 6665.0 6702.0 6565.0 6621.0 6621.0 6669500 0.0 0.0 False
622 2024-07-16 00:00:00+09:00 6697.0 6725.0 6632.0 6707.0 6707.0 3384600 0.0 0.0 False
623 2024-07-17 00:00:00+09:00 6750.0 6840.0 6729.0 6817.0 6817.0 5607800 0.0 0.0 False
624 2024-07-18 00:00:00+09:00 6617.0 6725.0 6558.0 6702.0 6702.0 6095700 0.0 0.0 False
625 2024-07-19 00:00:00+09:00 6650.0 6767.0 6610.0 6733.0 6733.0 4408600 0.0 0.0 False
626 2024-07-22 00:00:00+09:00 6690.0 6702.0 6571.0 6588.0 6588.0 3660400 0.0 0.0 False
627 2024-07-23 00:00:00+09:00 6688.0 6713.0 6607.0 6607.0 6607.0 3102700 0.0 0.0 False
628 2024-07-24 00:00:00+09:00 6507.0 6629.0 6455.0 6458.0 6458.0 3717400 0.0 0.0 False
629 2024-07-25 00:00:00+09:00 6281.0 6329.0 6220.0 6230.0 6230.0 5948800 0.0 0.0 False
630 2024-07-26 00:00:00+09:00 6265.0 6415.0 6212.0 6304.0 6304.0 6127500 0.0 0.0 False
631 2024-07-29 00:00:00+09:00 6750.0 6874.0 6651.0 6844.0 6844.0 11262700 0.0 0.0 False
632 2024-07-30 00:00:00+09:00 6800.0 6811.0 6630.0 6750.0 6750.0 6041700 0.0 0.0 False
633 2024-07-31 00:00:00+09:00 6661.0 6748.0 6573.0 6748.0 6748.0 6601900 0.0 0.0 False
634 2024-08-01 00:00:00+09:00 6551.0 6585.0 6407.0 6486.0 6486.0 7002600 0.0 0.0 False
635 2024-08-02 00:00:00+09:00 6161.0 6208.0 5921.0 5921.0 5921.0 9587700 0.0 0.0 False
636 2024-08-05 00:00:00+09:00 5501.0 5755.0 5013.0 5245.0 5245.0 13870600 0.0 0.0 False
637 2024-08-06 00:00:00+09:00 5645.0 6014.0 5600.0 5950.0 5950.0 12597700 0.0 0.0 False
638 2024-08-07 00:00:00+09:00 5874.0 6157.0 5809.0 5959.0 5959.0 9673100 0.0 0.0 False
639 2024-08-08 00:00:00+09:00 5859.0 6066.0 5762.0 5945.0 5945.0 7700300 0.0 0.0 False
640 2024-08-09 00:00:00+09:00 6091.0 6096.0 5830.0 5947.0 5947.0 8710900 0.0 0.0 False
641 2024-08-13 00:00:00+09:00 6047.0 6205.0 5972.0 6195.0 6195.0 6778100 0.0 0.0 False
642 2024-08-14 00:00:00+09:00 6179.0 6183.0 6040.0 6158.0 6158.0 6650900 0.0 0.0 False
643 2024-08-15 00:00:00+09:00 6122.0 6135.0 6050.0 6067.0 6067.0 5068200 0.0 0.0 False
644 2024-08-16 00:00:00+09:00 6180.0 6382.0 6172.0 6379.0 6379.0 5935700 0.0 0.0 False
645 2024-08-19 00:00:00+09:00 6325.0 6397.0 6155.0 6178.0 6178.0 4733500 0.0 0.0 False
646 2024-08-20 00:00:00+09:00 6256.0 6285.0 6188.0 6233.0 6233.0 4570300 0.0 0.0 False
647 2024-08-21 00:00:00+09:00 6154.0 6183.0 6094.0 6108.0 6108.0 6968400 0.0 0.0 False
648 2024-08-22 00:00:00+09:00 6143.0 6328.0 6125.0 6276.0 6276.0 7525300 0.0 0.0 False
649 2024-08-23 00:00:00+09:00 6255.0 6413.0 6248.0 6392.0 6392.0 5269100 0.0 0.0 False
650 2024-08-26 00:00:00+09:00 6492.0 6540.0 6399.0 6470.0 6470.0 5992700 0.0 0.0 False
651 2024-08-27 00:00:00+09:00 6455.0 6470.0 6372.0 6454.0 6454.0 3139900 0.0 0.0 False
652 2024-08-28 00:00:00+09:00 6447.0 6461.0 6374.0 6447.0 6447.0 2870200 0.0 0.0 False
653 2024-08-29 00:00:00+09:00 6401.0 6486.0 6364.0 6444.0 6444.0 4362600 0.0 0.0 False
654 2024-08-30 00:00:00+09:00 6468.0 6468.0 6386.0 6422.0 6422.0 6700000 0.0 0.0 False
655 2024-09-02 00:00:00+09:00 6480.0 6518.0 6375.0 6400.0 6400.0 4032900 0.0 0.0 False
656 2024-09-03 00:00:00+09:00 6390.0 6454.0 6340.0 6373.0 6373.0 4559200 0.0 0.0 False
657 2024-09-04 00:00:00+09:00 5973.0 6030.0 5815.0 5832.0 5832.0 12107700 0.0 0.0 False
658 2024-09-05 00:00:00+09:00 5742.0 5880.0 5718.0 5786.0 5786.0 6540900 0.0 0.0 False
659 2024-09-06 00:00:00+09:00 5801.0 5845.0 5726.0 5734.0 5734.0 5835800 0.0 0.0 False
660 2024-09-09 00:00:00+09:00 5500.0 5654.0 5446.0 5607.0 5607.0 7602900 0.0 0.0 False
661 2024-09-10 00:00:00+09:00 5627.0 5699.0 5558.0 5573.0 5573.0 5575200 0.0 0.0 False
662 2024-09-11 00:00:00+09:00 5590.0 5680.0 5481.0 5504.0 5504.0 6902100 0.0 0.0 False
663 2024-09-12 00:00:00+09:00 5725.0 5794.0 5675.0 5765.0 5765.0 6576700 0.0 0.0 False
664 2024-09-13 00:00:00+09:00 5792.0 5800.0 5680.0 5706.0 5706.0 6724400 0.0 0.0 False
665 2024-09-17 00:00:00+09:00 5708.0 5744.0 5552.0 5638.0 5638.0 5309700 0.0 0.0 False
666 2024-09-18 00:00:00+09:00 5720.0 5748.0 5545.0 5615.0 5615.0 4316900 0.0 0.0 False
667 2024-09-19 00:00:00+09:00 5773.0 5879.0 5750.0 5750.0 5750.0 8641300 0.0 0.0 False
668 2024-09-20 00:00:00+09:00 5916.0 5979.0 5823.0 5862.0 5862.0 10802700 0.0 0.0 False

View File

@@ -0,0 +1,668 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-04 00:00:00+09:00,4050.0,4134.0,4022.0,4131.0,3888.69091796875,5385000,0.0,0.0
2022-01-05 00:00:00+09:00,4100.0,4118.0,4066.0,4080.0,3840.68212890625,4258500,0.0,0.0
2022-01-06 00:00:00+09:00,4060.0,4067.0,3952.0,3952.0,3720.1904296875,5690500,0.0,0.0
2022-01-07 00:00:00+09:00,4014.0,4024.0,3924.0,3967.0,3734.310302734375,4223500,0.0,0.0
2022-01-11 00:00:00+09:00,3957.0,3986.0,3868.0,3877.0,3649.58935546875,4631000,0.0,0.0
2022-01-12 00:00:00+09:00,3915.0,4023.0,3915.0,4023.0,3787.025634765625,5260000,0.0,0.0
2022-01-13 00:00:00+09:00,4016.0,4067.0,3970.0,3987.0,3753.13720703125,4169000,0.0,0.0
2022-01-14 00:00:00+09:00,3920.0,3928.0,3831.0,3880.0,3652.413330078125,7665500,0.0,0.0
2022-01-17 00:00:00+09:00,3956.0,3956.0,3874.0,3893.0,3664.65087890625,3983500,0.0,0.0
2022-01-18 00:00:00+09:00,3918.0,3926.0,3852.0,3864.0,3637.351806640625,3521500,0.0,0.0
2022-01-19 00:00:00+09:00,3796.0,3811.0,3742.0,3766.0,3545.100341796875,7258000,0.0,0.0
2022-01-20 00:00:00+09:00,3757.0,3833.0,3731.0,3820.0,3595.932861328125,4571000,0.0,0.0
2022-01-21 00:00:00+09:00,3741.0,3755.0,3673.0,3741.0,3521.566650390625,4825500,0.0,0.0
2022-01-24 00:00:00+09:00,3710.0,3748.0,3692.0,3748.0,3528.15625,3957000,0.0,0.0
2022-01-25 00:00:00+09:00,3735.0,3739.0,3592.0,3627.0,3414.25341796875,6186500,0.0,0.0
2022-01-26 00:00:00+09:00,3627.0,3645.0,3566.0,3616.0,3403.89892578125,3727000,0.0,0.0
2022-01-27 00:00:00+09:00,3649.0,3672.0,3508.0,3530.0,3322.943359375,6506500,0.0,0.0
2022-01-28 00:00:00+09:00,3759.0,3811.0,3664.0,3799.0,3576.164794921875,13078000,0.0,0.0
2022-01-31 00:00:00+09:00,3798.0,3833.0,3733.0,3808.0,3584.63671875,6209500,0.0,0.0
2022-02-01 00:00:00+09:00,3933.0,3933.0,3816.0,3822.0,3597.8154296875,5007000,0.0,0.0
2022-02-02 00:00:00+09:00,3920.0,4000.0,3884.0,3992.0,3757.843505859375,7851000,0.0,0.0
2022-02-03 00:00:00+09:00,3980.0,3980.0,3855.0,3859.0,3632.64501953125,5502500,0.0,0.0
2022-02-04 00:00:00+09:00,3843.0,3928.0,3837.0,3922.0,3691.949951171875,4302000,0.0,0.0
2022-02-07 00:00:00+09:00,3918.0,3926.0,3750.0,3794.0,3571.4580078125,7015000,0.0,0.0
2022-02-08 00:00:00+09:00,3808.0,3815.0,3772.0,3786.0,3563.927001953125,5382500,0.0,0.0
2022-02-09 00:00:00+09:00,3814.0,3815.0,3768.0,3804.0,3580.87158203125,6519500,0.0,0.0
2022-02-10 00:00:00+09:00,3876.0,3891.0,3798.0,3823.0,3598.7568359375,5744000,0.0,0.0
2022-02-14 00:00:00+09:00,3728.0,3789.0,3721.0,3752.0,3531.92138671875,5816500,0.0,0.0
2022-02-15 00:00:00+09:00,3724.0,3739.0,3600.0,3600.0,3388.837158203125,7741000,0.0,0.0
2022-02-16 00:00:00+09:00,3717.0,3717.0,3681.0,3707.0,3489.560546875,5190000,0.0,0.0
2022-02-17 00:00:00+09:00,3698.0,3699.0,3627.0,3649.0,3434.962890625,4427500,0.0,0.0
2022-02-18 00:00:00+09:00,3583.0,3627.0,3532.0,3605.0,3393.5439453125,5425500,0.0,0.0
2022-02-21 00:00:00+09:00,3506.0,3521.0,3452.0,3502.0,3296.585693359375,6461000,0.0,0.0
2022-02-22 00:00:00+09:00,3439.0,3465.0,3412.0,3435.0,3233.515380859375,5285000,0.0,0.0
2022-02-24 00:00:00+09:00,3420.0,3450.0,3388.0,3446.0,3243.870361328125,7137500,0.0,0.0
2022-02-25 00:00:00+09:00,3472.0,3516.0,3440.0,3511.0,3305.0576171875,6668500,0.0,0.0
2022-02-28 00:00:00+09:00,3505.0,3543.0,3473.0,3534.0,3326.70849609375,5559000,0.0,0.0
2022-03-01 00:00:00+09:00,3694.0,3707.0,3597.0,3600.0,3388.837158203125,5473000,0.0,0.0
2022-03-02 00:00:00+09:00,3541.0,3587.0,3515.0,3560.0,3351.18359375,5292000,0.0,0.0
2022-03-03 00:00:00+09:00,3587.0,3609.0,3503.0,3539.0,3331.415283203125,5142000,0.0,0.0
2022-03-04 00:00:00+09:00,3501.0,3505.0,3386.0,3426.0,3225.04345703125,8515500,0.0,0.0
2022-03-07 00:00:00+09:00,3287.0,3332.0,3198.0,3209.0,3020.77197265625,9252500,0.0,0.0
2022-03-08 00:00:00+09:00,3180.0,3267.0,3172.0,3236.0,3046.188232421875,9005500,0.0,0.0
2022-03-09 00:00:00+09:00,3242.0,3278.0,3224.0,3235.0,3045.24658203125,7363500,0.0,0.0
2022-03-10 00:00:00+09:00,3420.0,3558.0,3400.0,3550.0,3341.770263671875,14138500,0.0,0.0
2022-03-11 00:00:00+09:00,3550.0,3550.0,3421.0,3446.0,3243.870361328125,12986000,0.0,0.0
2022-03-14 00:00:00+09:00,3481.0,3543.0,3458.0,3474.0,3270.227783203125,4518500,0.0,0.0
2022-03-15 00:00:00+09:00,3506.0,3575.0,3503.0,3518.0,3311.64697265625,5193500,0.0,0.0
2022-03-16 00:00:00+09:00,3600.0,3607.0,3542.0,3542.0,3334.2392578125,7232000,0.0,0.0
2022-03-17 00:00:00+09:00,3658.0,3681.0,3602.0,3634.0,3420.843017578125,6192000,0.0,0.0
2022-03-18 00:00:00+09:00,3632.0,3666.0,3607.0,3664.0,3449.083251953125,12821000,0.0,0.0
2022-03-22 00:00:00+09:00,3656.0,3700.0,3622.0,3681.0,3465.0859375,7984500,0.0,0.0
2022-03-23 00:00:00+09:00,3760.0,3830.0,3740.0,3803.0,3579.929931640625,6757500,0.0,0.0
2022-03-24 00:00:00+09:00,3740.0,3808.0,3708.0,3806.0,3582.754150390625,4933500,0.0,0.0
2022-03-25 00:00:00+09:00,3836.0,3868.0,3806.0,3838.0,3612.876953125,4159000,0.0,0.0
2022-03-28 00:00:00+09:00,3758.0,3773.0,3714.0,3750.0,3530.038818359375,6129500,0.0,0.0
2022-03-29 00:00:00+09:00,3794.0,3806.0,3753.0,3799.0,3576.164794921875,5734500,0.0,0.0
2022-03-30 00:00:00+09:00,3804.0,3806.0,3717.0,3761.0,3587.611328125,5972500,50.0,0.0
2022-03-31 00:00:00+09:00,3738.0,3788.0,3724.0,3758.0,3584.749755859375,5424000,0.0,0.0
2022-04-01 00:00:00+09:00,3735.0,3788.0,3729.0,3753.0,3579.980224609375,4491000,0.0,0.0
2022-04-04 00:00:00+09:00,3776.0,3782.0,3718.0,3747.0,3574.2568359375,3752500,0.0,0.0
2022-04-05 00:00:00+09:00,3789.0,3795.0,3695.0,3703.0,3532.285400390625,4858000,0.0,0.0
2022-04-06 00:00:00+09:00,3640.0,3687.0,3606.0,3637.0,3469.328125,7730000,0.0,0.0
2022-04-07 00:00:00+09:00,3560.0,3591.0,3536.0,3548.0,3384.43115234375,8193500,0.0,0.0
2022-04-08 00:00:00+09:00,3595.0,3597.0,3508.0,3535.0,3372.0302734375,7222500,0.0,0.0
2022-04-11 00:00:00+09:00,3549.0,3567.0,3524.0,3559.0,3394.924072265625,3717000,0.0,0.0
2022-04-12 00:00:00+09:00,3563.0,3571.0,3450.0,3452.0,3292.85693359375,5829000,0.0,0.0
2022-04-13 00:00:00+09:00,3500.0,3504.0,3476.0,3495.0,3333.874267578125,5309500,0.0,0.0
2022-04-14 00:00:00+09:00,3500.0,3587.0,3500.0,3529.0,3366.30712890625,5486500,0.0,0.0
2022-04-15 00:00:00+09:00,3480.0,3526.0,3465.0,3498.0,3336.736083984375,3537500,0.0,0.0
2022-04-18 00:00:00+09:00,3432.0,3454.0,3394.0,3430.0,3271.87109375,3807500,0.0,0.0
2022-04-19 00:00:00+09:00,3495.0,3514.0,3460.0,3499.0,3337.68994140625,3861500,0.0,0.0
2022-04-20 00:00:00+09:00,3569.0,3580.0,3509.0,3526.0,3363.445068359375,5435500,0.0,0.0
2022-04-21 00:00:00+09:00,3534.0,3596.0,3528.0,3585.0,3419.725341796875,4920000,0.0,0.0
2022-04-22 00:00:00+09:00,3525.0,3557.0,3496.0,3554.0,3390.154296875,4350500,0.0,0.0
2022-04-25 00:00:00+09:00,3500.0,3550.0,3478.0,3547.0,3383.477294921875,5038000,0.0,0.0
2022-04-26 00:00:00+09:00,3591.0,3591.0,3539.0,3545.0,3381.5693359375,5845500,0.0,0.0
2022-04-27 00:00:00+09:00,3526.0,3526.0,3455.0,3493.0,3331.966796875,7365500,0.0,0.0
2022-04-28 00:00:00+09:00,3553.0,3613.0,3532.0,3597.0,3431.172119140625,8387000,0.0,0.0
2022-05-02 00:00:00+09:00,3657.0,3689.0,3550.0,3579.0,3414.001953125,7101000,0.0,0.0
2022-05-06 00:00:00+09:00,3632.0,3675.0,3579.0,3655.0,3486.498291015625,7088500,0.0,0.0
2022-05-09 00:00:00+09:00,3602.0,3641.0,3593.0,3603.0,3436.8955078125,5021000,0.0,0.0
2022-05-10 00:00:00+09:00,3565.0,3588.0,3514.0,3571.0,3406.37060546875,5717000,0.0,0.0
2022-05-11 00:00:00+09:00,3550.0,3602.0,3532.0,3568.0,3403.509033203125,5554000,0.0,0.0
2022-05-12 00:00:00+09:00,3514.0,3553.0,3491.0,3532.0,3369.168701171875,5500500,0.0,0.0
2022-05-13 00:00:00+09:00,3538.0,3625.0,3537.0,3599.0,3433.079833984375,6871500,0.0,0.0
2022-05-16 00:00:00+09:00,3660.0,3667.0,3586.0,3593.0,3427.356201171875,7187500,0.0,0.0
2022-05-17 00:00:00+09:00,3600.0,3605.0,3576.0,3595.0,3429.264404296875,4602500,0.0,0.0
2022-05-18 00:00:00+09:00,3632.0,3698.0,3632.0,3656.0,3487.451904296875,7495000,0.0,0.0
2022-05-19 00:00:00+09:00,3540.0,3576.0,3531.0,3551.0,3387.292724609375,8941500,0.0,0.0
2022-05-20 00:00:00+09:00,3517.0,3585.0,3512.0,3583.0,3417.8173828125,8683500,0.0,0.0
2022-05-23 00:00:00+09:00,3646.0,3665.0,3565.0,3583.0,3417.8173828125,5712000,0.0,0.0
2022-05-24 00:00:00+09:00,3576.0,3581.0,3540.0,3540.0,3376.7998046875,6997500,0.0,0.0
2022-05-25 00:00:00+09:00,3550.0,3558.0,3529.0,3545.0,3381.5693359375,6704500,0.0,0.0
2022-05-26 00:00:00+09:00,3498.0,3524.0,3476.0,3496.0,3334.828369140625,8881500,0.0,0.0
2022-05-27 00:00:00+09:00,3570.0,3577.0,3547.0,3568.0,3403.509033203125,5818500,0.0,0.0
2022-05-30 00:00:00+09:00,3587.0,3669.0,3578.0,3650.0,3481.728271484375,8034000,0.0,0.0
2022-05-31 00:00:00+09:00,3644.0,3667.0,3623.0,3667.0,3497.945068359375,22942000,0.0,0.0
2022-06-01 00:00:00+09:00,3666.0,3716.0,3644.0,3716.0,3544.685791015625,5525000,0.0,0.0
2022-06-02 00:00:00+09:00,3720.0,3727.0,3688.0,3702.0,3531.33154296875,6125000,0.0,0.0
2022-06-03 00:00:00+09:00,3729.0,3739.0,3679.0,3687.0,3517.02294921875,5929000,0.0,0.0
2022-06-06 00:00:00+09:00,3659.0,3695.0,3632.0,3684.0,3514.1611328125,3916000,0.0,0.0
2022-06-07 00:00:00+09:00,3700.0,3700.0,3665.0,3667.0,3497.945068359375,4437000,0.0,0.0
2022-06-08 00:00:00+09:00,3720.0,3730.0,3691.0,3711.0,3539.91650390625,5411500,0.0,0.0
2022-06-09 00:00:00+09:00,3698.0,3701.0,3661.0,3667.0,3497.945068359375,6031500,0.0,0.0
2022-06-10 00:00:00+09:00,3632.0,3645.0,3610.0,3623.0,3455.9736328125,7472000,0.0,0.0
2022-06-13 00:00:00+09:00,3520.0,3535.0,3449.0,3449.0,3289.994873046875,11133000,0.0,0.0
2022-06-14 00:00:00+09:00,3420.0,3469.0,3419.0,3468.0,3308.119140625,6863000,0.0,0.0
2022-06-15 00:00:00+09:00,3464.0,3476.0,3455.0,3460.0,3300.48779296875,6177000,0.0,0.0
2022-06-16 00:00:00+09:00,3501.0,3509.0,3425.0,3425.0,3267.1015625,8418000,0.0,0.0
2022-06-17 00:00:00+09:00,3278.0,3291.0,3241.0,3255.0,3104.938720703125,15500000,0.0,0.0
2022-06-20 00:00:00+09:00,3271.0,3281.0,3045.0,3047.0,2906.52783203125,13146000,0.0,0.0
2022-06-21 00:00:00+09:00,3121.0,3134.0,3047.0,3097.0,2954.22265625,7706500,0.0,0.0
2022-06-22 00:00:00+09:00,3167.0,3169.0,3027.0,3030.0,2890.311767578125,7630000,0.0,0.0
2022-06-23 00:00:00+09:00,2999.0,3003.0,2872.0,2874.0,2741.50341796875,15262000,0.0,0.0
2022-06-24 00:00:00+09:00,2900.0,3017.0,2882.0,2998.0,2859.787109375,16497000,0.0,0.0
2022-06-27 00:00:00+09:00,3089.0,3155.0,3082.0,3140.0,2995.240478515625,10088000,0.0,0.0
2022-06-28 00:00:00+09:00,3081.0,3131.0,3052.0,3125.0,2980.931884765625,8591500,0.0,0.0
2022-06-29 00:00:00+09:00,3088.0,3124.0,3073.0,3122.0,2978.0703125,9900500,0.0,0.0
2022-06-30 00:00:00+09:00,3060.0,3093.0,3050.0,3060.0,2918.9287109375,10576000,0.0,0.0
2022-07-01 00:00:00+09:00,3099.0,3110.0,3058.0,3082.0,2939.914306640625,9179000,0.0,0.0
2022-07-04 00:00:00+09:00,3109.0,3142.0,3105.0,3142.0,2997.1484375,6224000,0.0,0.0
2022-07-05 00:00:00+09:00,3159.0,3194.0,3137.0,3161.0,3015.272216796875,5830500,0.0,0.0
2022-07-06 00:00:00+09:00,3150.0,3178.0,3140.0,3152.0,3006.687255859375,6535500,0.0,0.0
2022-07-07 00:00:00+09:00,3120.0,3215.0,3120.0,3205.0,3057.243896484375,7487500,0.0,0.0
2022-07-08 00:00:00+09:00,3230.0,3256.0,3188.0,3196.0,3048.65869140625,8619000,0.0,0.0
2022-07-11 00:00:00+09:00,3256.0,3277.0,3220.0,3235.0,3085.86083984375,4135000,0.0,0.0
2022-07-12 00:00:00+09:00,3206.0,3209.0,3146.0,3151.0,3005.733642578125,4858000,0.0,0.0
2022-07-13 00:00:00+09:00,3171.0,3204.0,3167.0,3193.0,3045.79736328125,4349500,0.0,0.0
2022-07-14 00:00:00+09:00,3160.0,3207.0,3160.0,3203.0,3055.336181640625,3735000,0.0,0.0
2022-07-15 00:00:00+09:00,3190.0,3224.0,3183.0,3204.0,3056.2900390625,3204500,0.0,0.0
2022-07-19 00:00:00+09:00,3201.0,3256.0,3201.0,3252.0,3102.0771484375,3715000,0.0,0.0
2022-07-20 00:00:00+09:00,3335.0,3378.0,3334.0,3372.0,3216.545166015625,5710500,0.0,0.0
2022-07-21 00:00:00+09:00,3333.0,3366.0,3326.0,3351.0,3196.51318359375,6702500,0.0,0.0
2022-07-22 00:00:00+09:00,3363.0,3363.0,3301.0,3330.0,3176.481201171875,7392000,0.0,0.0
2022-07-25 00:00:00+09:00,3260.0,3264.0,3228.0,3229.0,3080.137451171875,6264000,0.0,0.0
2022-07-26 00:00:00+09:00,3245.0,3257.0,3226.0,3231.0,3082.04541015625,4613500,0.0,0.0
2022-07-27 00:00:00+09:00,3210.0,3286.0,3198.0,3267.0,3116.3857421875,6886500,0.0,0.0
2022-07-28 00:00:00+09:00,3470.0,3512.0,3368.0,3404.0,3247.06982421875,16614000,0.0,0.0
2022-07-29 00:00:00+09:00,3403.0,3427.0,3370.0,3392.0,3235.62255859375,7804000,0.0,0.0
2022-08-01 00:00:00+09:00,3401.0,3499.0,3401.0,3489.0,3328.151123046875,7018000,0.0,0.0
2022-08-02 00:00:00+09:00,3458.0,3465.0,3424.0,3440.0,3281.409912109375,4993500,0.0,0.0
2022-08-03 00:00:00+09:00,3425.0,3449.0,3407.0,3436.0,3277.5947265625,5123000,0.0,0.0
2022-08-04 00:00:00+09:00,3449.0,3471.0,3438.0,3460.0,3300.48779296875,4068500,0.0,0.0
2022-08-05 00:00:00+09:00,3422.0,3459.0,3408.0,3452.0,3292.85693359375,4774000,0.0,0.0
2022-08-08 00:00:00+09:00,3433.0,3474.0,3427.0,3465.0,3305.257568359375,3761000,0.0,0.0
2022-08-09 00:00:00+09:00,3466.0,3471.0,3425.0,3438.0,3279.502197265625,4313500,0.0,0.0
2022-08-10 00:00:00+09:00,3428.0,3437.0,3401.0,3409.0,3251.83935546875,4978000,0.0,0.0
2022-08-12 00:00:00+09:00,3495.0,3496.0,3456.0,3485.0,3324.335205078125,8382000,0.0,0.0
2022-08-15 00:00:00+09:00,3512.0,3552.0,3505.0,3544.0,3380.615478515625,5183000,0.0,0.0
2022-08-16 00:00:00+09:00,3531.0,3561.0,3517.0,3526.0,3363.445068359375,4304500,0.0,0.0
2022-08-17 00:00:00+09:00,3530.0,3545.0,3513.0,3529.0,3366.30712890625,6341000,0.0,0.0
2022-08-18 00:00:00+09:00,3476.0,3485.0,3440.0,3456.0,3296.672119140625,8115000,0.0,0.0
2022-08-19 00:00:00+09:00,3489.0,3502.0,3462.0,3462.0,3302.395751953125,5710000,0.0,0.0
2022-08-22 00:00:00+09:00,3382.0,3426.0,3372.0,3425.0,3267.1015625,7080000,0.0,0.0
2022-08-23 00:00:00+09:00,3425.0,3428.0,3387.0,3399.0,3242.300048828125,5552500,0.0,0.0
2022-08-24 00:00:00+09:00,3409.0,3412.0,3376.0,3378.0,3222.2685546875,6720500,0.0,0.0
2022-08-25 00:00:00+09:00,3366.0,3389.0,3334.0,3380.0,3224.17626953125,6438000,0.0,0.0
2022-08-26 00:00:00+09:00,3385.0,3410.0,3383.0,3395.0,3238.48486328125,5813500,0.0,0.0
2022-08-29 00:00:00+09:00,3262.0,3297.0,3246.0,3287.0,3135.46337890625,8457000,0.0,0.0
2022-08-30 00:00:00+09:00,3303.0,3306.0,3271.0,3298.0,3145.95654296875,7276000,0.0,0.0
2022-08-31 00:00:00+09:00,3230.0,3266.0,3225.0,3263.0,3112.5703125,13482000,0.0,0.0
2022-09-01 00:00:00+09:00,3263.0,3275.0,3219.0,3219.0,3070.598388671875,7553500,0.0,0.0
2022-09-02 00:00:00+09:00,3222.0,3226.0,3198.0,3214.0,3065.8291015625,5257000,0.0,0.0
2022-09-05 00:00:00+09:00,3200.0,3254.0,3198.0,3251.0,3101.123291015625,4244000,0.0,0.0
2022-09-06 00:00:00+09:00,3251.0,3275.0,3237.0,3245.0,3095.39990234375,3553000,0.0,0.0
2022-09-07 00:00:00+09:00,3245.0,3251.0,3185.0,3197.0,3049.61279296875,8426000,0.0,0.0
2022-09-08 00:00:00+09:00,3230.0,3287.0,3218.0,3276.0,3124.970458984375,7632500,0.0,0.0
2022-09-09 00:00:00+09:00,3261.0,3295.0,3256.0,3290.0,3138.325439453125,7866500,0.0,0.0
2022-09-12 00:00:00+09:00,3354.0,3357.0,3321.0,3343.0,3188.882080078125,4352000,0.0,0.0
2022-09-13 00:00:00+09:00,3352.0,3358.0,3335.0,3358.0,3203.1904296875,3786000,0.0,0.0
2022-09-14 00:00:00+09:00,3252.0,3281.0,3229.0,3243.0,3093.4921875,8218500,0.0,0.0
2022-09-15 00:00:00+09:00,3248.0,3252.0,3233.0,3237.0,3087.7685546875,5311000,0.0,0.0
2022-09-16 00:00:00+09:00,3200.0,3209.0,3179.0,3179.0,3032.442626953125,8996000,0.0,0.0
2022-09-20 00:00:00+09:00,3200.0,3236.0,3175.0,3175.0,3028.626953125,5705000,0.0,0.0
2022-09-21 00:00:00+09:00,3175.0,3178.0,3138.0,3142.0,2997.1484375,5023500,0.0,0.0
2022-09-22 00:00:00+09:00,3103.0,3123.0,3092.0,3114.0,2970.439208984375,5458000,0.0,0.0
2022-09-26 00:00:00+09:00,3034.0,3034.0,2961.0,2964.0,2827.354736328125,8832000,0.0,0.0
2022-09-27 00:00:00+09:00,3000.0,3013.0,2976.0,2976.0,2838.801513671875,6016000,0.0,0.0
2022-09-28 00:00:00+09:00,2961.0,2987.0,2913.0,2939.0,2803.507080078125,8209000,0.0,0.0
2022-09-29 00:00:00+09:00,2951.0,2954.0,2875.0,2919.0,2827.7255859375,7719500,45.0,0.0
2022-09-30 00:00:00+09:00,2919.0,2931.0,2837.0,2866.0,2776.3828125,11141000,0.0,0.0
2022-10-03 00:00:00+09:00,2902.0,2990.0,2889.0,2990.0,2896.50537109375,9900000,0.0,0.0
2022-10-04 00:00:00+09:00,3082.0,3082.0,3023.0,3033.0,2938.16064453125,8846500,0.0,0.0
2022-10-05 00:00:00+09:00,3080.0,3115.0,3062.0,3109.0,3011.7841796875,8476500,0.0,0.0
2022-10-06 00:00:00+09:00,3114.0,3136.0,3098.0,3124.0,3026.315185546875,5565500,0.0,0.0
2022-10-07 00:00:00+09:00,3090.0,3115.0,3066.0,3091.0,2994.346923828125,6114000,0.0,0.0
2022-10-11 00:00:00+09:00,3016.0,3044.0,2997.0,3007.0,2912.973388671875,6645000,0.0,0.0
2022-10-12 00:00:00+09:00,2990.0,3014.0,2958.0,2960.0,2867.443359375,7786500,0.0,0.0
2022-10-13 00:00:00+09:00,2969.0,3002.0,2964.0,2972.0,2879.068115234375,4634000,0.0,0.0
2022-10-14 00:00:00+09:00,3032.0,3049.0,3000.0,3032.0,2937.19189453125,7564000,0.0,0.0
2022-10-17 00:00:00+09:00,2940.0,2954.0,2930.0,2944.0,2851.943603515625,7008500,0.0,0.0
2022-10-18 00:00:00+09:00,3012.0,3014.0,2965.0,3008.0,2913.9423828125,6357000,0.0,0.0
2022-10-19 00:00:00+09:00,3028.0,3064.0,3017.0,3032.0,2937.19189453125,5751000,0.0,0.0
2022-10-20 00:00:00+09:00,2986.0,3002.0,2970.0,2987.0,2893.59912109375,6160000,0.0,0.0
2022-10-21 00:00:00+09:00,2970.0,2990.0,2970.0,2971.0,2878.099609375,5298000,0.0,0.0
2022-10-24 00:00:00+09:00,3031.0,3080.0,3028.0,3039.0,2943.973388671875,5615500,0.0,0.0
2022-10-25 00:00:00+09:00,3058.0,3069.0,3036.0,3044.0,2948.81689453125,6311000,0.0,0.0
2022-10-26 00:00:00+09:00,3058.0,3106.0,3054.0,3091.0,2994.346923828125,5510500,0.0,0.0
2022-10-27 00:00:00+09:00,3067.0,3080.0,3059.0,3080.0,2983.691162109375,5645000,0.0,0.0
2022-10-28 00:00:00+09:00,3138.0,3138.0,3066.0,3071.0,2974.97265625,15176500,0.0,0.0
2022-10-31 00:00:00+09:00,3115.0,3122.0,3084.0,3108.0,3010.8154296875,5805000,0.0,0.0
2022-11-01 00:00:00+09:00,3107.0,3125.0,3095.0,3125.0,3027.283935546875,4351500,0.0,0.0
2022-11-02 00:00:00+09:00,3138.0,3138.0,3086.0,3103.0,3005.971923828125,5194000,0.0,0.0
2022-11-04 00:00:00+09:00,3072.0,3091.0,3046.0,3091.0,2994.346923828125,6584500,0.0,0.0
2022-11-07 00:00:00+09:00,3127.0,3156.0,3115.0,3156.0,3057.314453125,5297000,0.0,0.0
2022-11-08 00:00:00+09:00,3200.0,3202.0,3173.0,3192.0,3092.18896484375,4471500,0.0,0.0
2022-11-09 00:00:00+09:00,3213.0,3253.0,3208.0,3250.0,3148.375244140625,5779000,0.0,0.0
2022-11-10 00:00:00+09:00,3239.0,3239.0,3193.0,3199.0,3098.97021484375,6865000,0.0,0.0
2022-11-11 00:00:00+09:00,3320.0,3409.0,3299.0,3409.0,3302.403564453125,14118000,0.0,0.0
2022-11-14 00:00:00+09:00,3460.0,3488.0,3426.0,3464.0,3355.683837890625,9779000,0.0,0.0
2022-11-15 00:00:00+09:00,3461.0,3484.0,3446.0,3467.0,3358.58984375,5291000,0.0,0.0
2022-11-16 00:00:00+09:00,3490.0,3541.0,3469.0,3537.0,3426.40087890625,9166500,0.0,0.0
2022-11-17 00:00:00+09:00,3502.0,3515.0,3458.0,3466.0,3357.62109375,7998500,0.0,0.0
2022-11-18 00:00:00+09:00,3475.0,3488.0,3432.0,3440.0,3332.43408203125,6461000,0.0,0.0
2022-11-21 00:00:00+09:00,3440.0,3490.0,3438.0,3490.0,3380.87060546875,4555500,0.0,0.0
2022-11-22 00:00:00+09:00,3494.0,3501.0,3471.0,3499.0,3389.589111328125,6389000,0.0,0.0
2022-11-24 00:00:00+09:00,3538.0,3562.0,3529.0,3553.0,3441.900634765625,5991000,0.0,0.0
2022-11-25 00:00:00+09:00,3561.0,3576.0,3554.0,3560.0,3448.681884765625,3771000,0.0,0.0
2022-11-28 00:00:00+09:00,3552.0,3564.0,3532.0,3532.0,3421.557373046875,4718000,0.0,0.0
2022-11-29 00:00:00+09:00,3495.0,3512.0,3487.0,3503.0,3393.464111328125,4499000,0.0,0.0
2022-11-30 00:00:00+09:00,3484.0,3518.0,3477.0,3514.0,3404.120361328125,7454000,0.0,0.0
2022-12-01 00:00:00+09:00,3570.0,3578.0,3530.0,3570.0,3458.369140625,7244000,0.0,0.0
2022-12-02 00:00:00+09:00,3542.0,3546.0,3481.0,3503.0,3393.464111328125,7879000,0.0,0.0
2022-12-05 00:00:00+09:00,3506.0,3508.0,3467.0,3475.0,3366.33984375,4871500,0.0,0.0
2022-12-06 00:00:00+09:00,3435.0,3482.0,3425.0,3463.0,3354.71484375,3919500,0.0,0.0
2022-12-07 00:00:00+09:00,3430.0,3439.0,3408.0,3408.0,3301.4345703125,5549000,0.0,0.0
2022-12-08 00:00:00+09:00,3403.0,3409.0,3368.0,3386.0,3280.122802734375,5129000,0.0,0.0
2022-12-09 00:00:00+09:00,3380.0,3447.0,3377.0,3435.0,3327.590576171875,5786500,0.0,0.0
2022-12-12 00:00:00+09:00,3420.0,3435.0,3412.0,3420.0,3313.059814453125,3176000,0.0,0.0
2022-12-13 00:00:00+09:00,3453.0,3472.0,3445.0,3452.0,3344.05908203125,3824000,0.0,0.0
2022-12-14 00:00:00+09:00,3494.0,3556.0,3486.0,3556.0,3444.806884765625,6909000,0.0,0.0
2022-12-15 00:00:00+09:00,3510.0,3552.0,3503.0,3546.0,3435.119873046875,5695000,0.0,0.0
2022-12-16 00:00:00+09:00,3471.0,3505.0,3460.0,3487.0,3377.964599609375,9524500,0.0,0.0
2022-12-19 00:00:00+09:00,3444.0,3476.0,3443.0,3447.0,3339.215087890625,4378500,0.0,0.0
2022-12-20 00:00:00+09:00,3468.0,3490.0,3367.0,3384.0,3278.185302734375,7776000,0.0,0.0
2022-12-21 00:00:00+09:00,3386.0,3395.0,3328.0,3362.0,3256.873291015625,6319500,0.0,0.0
2022-12-22 00:00:00+09:00,3389.0,3389.0,3354.0,3379.0,3273.341552734375,5088000,0.0,0.0
2022-12-23 00:00:00+09:00,3335.0,3344.0,3315.0,3336.0,3231.686279296875,4868000,0.0,0.0
2022-12-26 00:00:00+09:00,3352.0,3391.0,3346.0,3386.0,3280.122802734375,2487500,0.0,0.0
2022-12-27 00:00:00+09:00,3400.0,3410.0,3326.0,3326.0,3221.998779296875,3236500,0.0,0.0
2022-12-28 00:00:00+09:00,3300.0,3326.0,3281.0,3307.0,3203.593017578125,3784500,0.0,0.0
2022-12-29 00:00:00+09:00,3272.0,3279.0,3238.0,3252.0,3150.31298828125,6196000,0.0,0.0
2022-12-30 00:00:00+09:00,3285.0,3299.0,3245.0,3245.0,3143.53173828125,4288000,0.0,0.0
2023-01-04 00:00:00+09:00,3186.0,3197.0,3158.0,3163.0,3064.095703125,5362000,0.0,0.0
2023-01-05 00:00:00+09:00,3212.0,3237.0,3195.0,3200.0,3099.938720703125,5244000,0.0,0.0
2023-01-06 00:00:00+09:00,3177.0,3233.0,3162.0,3223.0,3122.2197265625,4748000,0.0,0.0
2023-01-10 00:00:00+09:00,3346.0,3348.0,3307.0,3332.0,3227.811279296875,7778000,0.0,0.0
2023-01-11 00:00:00+09:00,3339.0,3345.0,3313.0,3330.0,3225.87353515625,5305500,0.0,0.0
2023-01-12 00:00:00+09:00,3359.0,3366.0,3321.0,3343.0,3238.46728515625,4104000,0.0,0.0
2023-01-13 00:00:00+09:00,3321.0,3360.0,3304.0,3325.0,3221.030029296875,5311500,0.0,0.0
2023-01-16 00:00:00+09:00,3288.0,3297.0,3253.0,3281.0,3178.406005859375,4967500,0.0,0.0
2023-01-17 00:00:00+09:00,3270.0,3340.0,3265.0,3323.0,3219.0927734375,4316000,0.0,0.0
2023-01-18 00:00:00+09:00,3354.0,3431.0,3327.0,3392.0,3285.934814453125,5236500,0.0,0.0
2023-01-19 00:00:00+09:00,3330.0,3372.0,3322.0,3360.0,3254.935546875,5314500,0.0,0.0
2023-01-20 00:00:00+09:00,3360.0,3364.0,3341.0,3360.0,3254.935546875,3316500,0.0,0.0
2023-01-23 00:00:00+09:00,3433.0,3442.0,3404.0,3428.0,3320.809326171875,3929500,0.0,0.0
2023-01-24 00:00:00+09:00,3496.0,3505.0,3473.0,3482.0,3373.120849609375,4481000,0.0,0.0
2023-01-25 00:00:00+09:00,3468.0,3505.0,3435.0,3495.0,3385.714111328125,4755000,0.0,0.0
2023-01-26 00:00:00+09:00,3520.0,3542.0,3490.0,3517.0,3407.026611328125,6205500,0.0,0.0
2023-01-27 00:00:00+09:00,3720.0,3767.0,3625.0,3661.0,3546.523681640625,21879000,0.0,0.0
2023-01-30 00:00:00+09:00,3741.0,3847.0,3738.0,3847.0,3726.70751953125,16033000,0.0,0.0
2023-01-31 00:00:00+09:00,3840.0,3874.0,3813.0,3815.0,3695.708251953125,10376000,0.0,0.0
2023-02-01 00:00:00+09:00,3860.0,3882.0,3845.0,3851.0,3730.58251953125,7149000,0.0,0.0
2023-02-02 00:00:00+09:00,3900.0,3906.0,3811.0,3828.0,3708.301513671875,6725500,0.0,0.0
2023-02-03 00:00:00+09:00,3831.0,3864.0,3823.0,3840.0,3719.9267578125,4717500,0.0,0.0
2023-02-06 00:00:00+09:00,3880.0,3902.0,3826.0,3835.0,3715.0830078125,6266500,0.0,0.0
2023-02-07 00:00:00+09:00,3837.0,3874.0,3832.0,3851.0,3730.58251953125,4945000,0.0,0.0
2023-02-08 00:00:00+09:00,3872.0,3882.0,3820.0,3847.0,3726.70751953125,5366000,0.0,0.0
2023-02-09 00:00:00+09:00,3824.0,3894.0,3820.0,3881.0,3759.64453125,5645000,0.0,0.0
2023-02-10 00:00:00+09:00,3900.0,3933.0,3866.0,3910.0,3787.737548828125,9286000,0.0,0.0
2023-02-13 00:00:00+09:00,3860.0,3884.0,3827.0,3850.0,3729.61376953125,6392000,0.0,0.0
2023-02-14 00:00:00+09:00,3879.0,3898.0,3872.0,3877.0,3755.76953125,5278500,0.0,0.0
2023-02-15 00:00:00+09:00,3884.0,3902.0,3868.0,3889.0,3767.39404296875,4995000,0.0,0.0
2023-02-16 00:00:00+09:00,3930.0,3941.0,3907.0,3929.0,3806.1435546875,4871500,0.0,0.0
2023-02-17 00:00:00+09:00,3880.0,3902.0,3855.0,3855.0,3734.457275390625,7807500,0.0,0.0
2023-02-20 00:00:00+09:00,3844.0,3859.0,3807.0,3842.0,3721.864013671875,6316500,0.0,0.0
2023-02-21 00:00:00+09:00,3856.0,3858.0,3814.0,3834.0,3714.114013671875,4043500,0.0,0.0
2023-02-22 00:00:00+09:00,3808.0,3814.0,3788.0,3794.0,3675.364990234375,5601000,0.0,0.0
2023-02-24 00:00:00+09:00,3797.0,3832.0,3776.0,3827.0,3707.3330078125,5211000,0.0,0.0
2023-02-27 00:00:00+09:00,3806.0,3840.0,3786.0,3840.0,3719.9267578125,5648500,0.0,0.0
2023-02-28 00:00:00+09:00,3840.0,3845.0,3817.0,3830.0,3710.2392578125,6424500,0.0,0.0
2023-03-01 00:00:00+09:00,3794.0,3816.0,3775.0,3815.0,3695.708251953125,5421000,0.0,0.0
2023-03-02 00:00:00+09:00,3842.0,3844.0,3811.0,3818.0,3698.6142578125,4512500,0.0,0.0
2023-03-03 00:00:00+09:00,3856.0,3944.0,3844.0,3933.0,3810.0185546875,9054500,0.0,0.0
2023-03-06 00:00:00+09:00,3977.0,4056.0,3966.0,4056.0,3929.17236328125,8020500,0.0,0.0
2023-03-07 00:00:00+09:00,4056.0,4083.0,4038.0,4065.0,3937.890869140625,7058000,0.0,0.0
2023-03-08 00:00:00+09:00,4044.0,4063.0,4023.0,4050.0,3923.360107421875,5728500,0.0,0.0
2023-03-09 00:00:00+09:00,4100.0,4133.0,4088.0,4114.0,3985.35888671875,6500000,0.0,0.0
2023-03-10 00:00:00+09:00,4100.0,4128.0,4080.0,4100.0,3971.796630859375,9545500,0.0,0.0
2023-03-13 00:00:00+09:00,4051.0,4086.0,4041.0,4082.0,3954.359375,5606500,0.0,0.0
2023-03-14 00:00:00+09:00,4006.0,4040.0,3982.0,4022.0,3896.235595703125,8254500,0.0,0.0
2023-03-15 00:00:00+09:00,4034.0,4050.0,4003.0,4041.0,3914.641357421875,6122000,0.0,0.0
2023-03-16 00:00:00+09:00,3976.0,4045.0,3972.0,4035.0,3908.828857421875,5019000,0.0,0.0
2023-03-17 00:00:00+09:00,4018.0,4055.0,4016.0,4031.0,3904.9541015625,6961500,0.0,0.0
2023-03-20 00:00:00+09:00,4000.0,4027.0,3980.0,3980.0,3855.548828125,7006500,0.0,0.0
2023-03-22 00:00:00+09:00,4066.0,4128.0,4057.0,4122.0,3993.1083984375,8741500,0.0,0.0
2023-03-23 00:00:00+09:00,4056.0,4106.0,4039.0,4086.0,3958.234375,5480000,0.0,0.0
2023-03-24 00:00:00+09:00,4130.0,4187.0,4123.0,4177.0,4046.388916015625,8961500,0.0,0.0
2023-03-27 00:00:00+09:00,4196.0,4204.0,4151.0,4192.0,4060.919921875,5959500,0.0,0.0
2023-03-28 00:00:00+09:00,4200.0,4207.0,4124.0,4142.0,4012.483154296875,4505500,0.0,0.0
2023-03-29 00:00:00+09:00,4146.0,4211.0,4146.0,4206.0,4074.48193359375,6514500,0.0,0.0
2023-03-30 00:00:00+09:00,4257.0,4268.0,4119.0,4161.0,4084.297607421875,5535200,275.0,5.0
2023-03-31 00:00:00+09:00,4229.0,4299.0,4209.0,4275.0,4196.1962890625,9608400,0.0,0.0
2023-04-03 00:00:00+09:00,4250.0,4259.0,4162.0,4182.0,4104.91064453125,7076800,0.0,0.0
2023-04-04 00:00:00+09:00,4245.0,4245.0,4144.0,4155.0,4078.408203125,6780600,0.0,0.0
2023-04-05 00:00:00+09:00,4150.0,4150.0,4080.0,4088.0,4012.64306640625,6063700,0.0,0.0
2023-04-06 00:00:00+09:00,4002.0,4004.0,3920.0,3942.0,3869.33447265625,8615200,0.0,0.0
2023-04-07 00:00:00+09:00,3897.0,3975.0,3892.0,3953.0,3880.1318359375,4554700,0.0,0.0
2023-04-10 00:00:00+09:00,3996.0,4009.0,3949.0,3964.0,3890.928955078125,3485200,0.0,0.0
2023-04-11 00:00:00+09:00,3990.0,4019.0,3954.0,3960.0,3887.0029296875,6476500,0.0,0.0
2023-04-12 00:00:00+09:00,3968.0,4084.0,3966.0,4064.0,3989.085693359375,6372000,0.0,0.0
2023-04-13 00:00:00+09:00,4064.0,4099.0,4026.0,4081.0,4005.772216796875,5160200,0.0,0.0
2023-04-14 00:00:00+09:00,4126.0,4130.0,4055.0,4129.0,4052.887451171875,7459400,0.0,0.0
2023-04-17 00:00:00+09:00,4100.0,4168.0,4097.0,4155.0,4078.408203125,4518400,0.0,0.0
2023-04-18 00:00:00+09:00,4156.0,4163.0,4116.0,4122.0,4046.0166015625,4974500,0.0,0.0
2023-04-19 00:00:00+09:00,4046.0,4104.0,4035.0,4100.0,4024.422119140625,7088900,0.0,0.0
2023-04-20 00:00:00+09:00,4010.0,4072.0,3988.0,4046.0,3971.41748046875,5741100,0.0,0.0
2023-04-21 00:00:00+09:00,4044.0,4099.0,4035.0,4083.0,4007.7353515625,4623300,0.0,0.0
2023-04-24 00:00:00+09:00,4055.0,4074.0,4030.0,4033.0,3958.6572265625,4068400,0.0,0.0
2023-04-25 00:00:00+09:00,4085.0,4102.0,4063.0,4070.0,3994.97509765625,4636000,0.0,0.0
2023-04-26 00:00:00+09:00,4085.0,4087.0,4036.0,4060.0,3985.159423828125,5594700,0.0,0.0
2023-04-27 00:00:00+09:00,4000.0,4059.0,3986.0,4042.0,3967.4912109375,6637900,0.0,0.0
2023-04-28 00:00:00+09:00,3833.0,3893.0,3797.0,3863.0,3791.790771484375,17884000,0.0,0.0
2023-05-01 00:00:00+09:00,3930.0,3969.0,3908.0,3969.0,3895.836669921875,7639600,0.0,0.0
2023-05-02 00:00:00+09:00,3999.0,4012.0,3965.0,3995.0,3921.357421875,5160300,0.0,0.0
2023-05-08 00:00:00+09:00,4067.0,4068.0,3962.0,3978.0,3904.6708984375,6181500,0.0,0.0
2023-05-09 00:00:00+09:00,3999.0,4009.0,3975.0,3998.0,3924.30224609375,5198600,0.0,0.0
2023-05-10 00:00:00+09:00,3957.0,3981.0,3942.0,3973.0,3899.76318359375,5009700,0.0,0.0
2023-05-11 00:00:00+09:00,3975.0,3988.0,3951.0,3982.0,3908.59716796875,3817700,0.0,0.0
2023-05-12 00:00:00+09:00,4030.0,4030.0,3958.0,3970.0,3896.818603515625,6992800,0.0,0.0
2023-05-15 00:00:00+09:00,3969.0,3980.0,3932.0,3960.0,3887.0029296875,5201400,0.0,0.0
2023-05-16 00:00:00+09:00,3976.0,4012.0,3957.0,4001.0,3927.2470703125,6382000,0.0,0.0
2023-05-17 00:00:00+09:00,4031.0,4033.0,3998.0,4000.0,3926.265380859375,5112300,0.0,0.0
2023-05-18 00:00:00+09:00,4060.0,4154.0,4048.0,4138.0,4061.721435546875,9208700,0.0,0.0
2023-05-19 00:00:00+09:00,4203.0,4278.0,4179.0,4273.0,4194.2333984375,11216200,0.0,0.0
2023-05-22 00:00:00+09:00,4280.0,4310.0,4220.0,4268.0,4189.3251953125,6601500,0.0,0.0
2023-05-23 00:00:00+09:00,4320.0,4372.0,4267.0,4285.0,4206.01171875,8845900,0.0,0.0
2023-05-24 00:00:00+09:00,4237.0,4302.0,4231.0,4253.0,4174.60205078125,6457700,0.0,0.0
2023-05-25 00:00:00+09:00,4299.0,4355.0,4275.0,4322.0,4242.32958984375,7419800,0.0,0.0
2023-05-26 00:00:00+09:00,4345.0,4420.0,4328.0,4332.0,4252.1455078125,7241400,0.0,0.0
2023-05-29 00:00:00+09:00,4485.0,4525.0,4388.0,4403.0,4321.83642578125,7518000,0.0,0.0
2023-05-30 00:00:00+09:00,4380.0,4422.0,4337.0,4392.0,4311.03955078125,4655900,0.0,0.0
2023-05-31 00:00:00+09:00,4341.0,4365.0,4270.0,4297.0,4217.79052734375,13332600,0.0,0.0
2023-06-01 00:00:00+09:00,4270.0,4310.0,4232.0,4306.0,4226.625,5536800,0.0,0.0
2023-06-02 00:00:00+09:00,4362.0,4373.0,4326.0,4364.0,4283.55517578125,5101800,0.0,0.0
2023-06-05 00:00:00+09:00,4448.0,4529.0,4437.0,4527.0,4443.55078125,7317000,0.0,0.0
2023-06-06 00:00:00+09:00,4496.0,4620.0,4475.0,4616.0,4530.91015625,6327100,0.0,0.0
2023-06-07 00:00:00+09:00,4686.0,4706.0,4516.0,4534.0,4450.421875,9438800,0.0,0.0
2023-06-08 00:00:00+09:00,4515.0,4554.0,4406.0,4453.0,4370.9150390625,5952500,0.0,0.0
2023-06-09 00:00:00+09:00,4418.0,4537.0,4410.0,4525.0,4441.587890625,8880500,0.0,0.0
2023-06-12 00:00:00+09:00,4590.0,4601.0,4534.0,4582.0,4497.537109375,5049700,0.0,0.0
2023-06-13 00:00:00+09:00,4616.0,4777.0,4614.0,4748.0,4660.47705078125,8024900,0.0,0.0
2023-06-14 00:00:00+09:00,4840.0,4894.0,4801.0,4850.0,4760.5966796875,9592300,0.0,0.0
2023-06-15 00:00:00+09:00,4846.0,4880.0,4807.0,4817.0,4728.205078125,7216400,0.0,0.0
2023-06-16 00:00:00+09:00,4838.0,4900.0,4807.0,4897.0,4806.73046875,8510200,0.0,0.0
2023-06-19 00:00:00+09:00,4915.0,4915.0,4783.0,4801.0,4712.5,6239200,0.0,0.0
2023-06-20 00:00:00+09:00,4790.0,4829.0,4767.0,4803.0,4714.46337890625,6176900,0.0,0.0
2023-06-21 00:00:00+09:00,4673.0,4757.0,4662.0,4731.0,4643.79052734375,9100200,0.0,0.0
2023-06-22 00:00:00+09:00,4698.0,4742.0,4642.0,4642.0,4556.4306640625,7609600,0.0,0.0
2023-06-23 00:00:00+09:00,4646.0,4672.0,4505.0,4567.0,4482.8134765625,7230300,0.0,0.0
2023-06-26 00:00:00+09:00,4637.0,4707.0,4613.0,4636.0,4550.54150390625,6439500,0.0,0.0
2023-06-27 00:00:00+09:00,4647.0,4672.0,4577.0,4624.0,4538.76318359375,5454300,0.0,0.0
2023-06-28 00:00:00+09:00,4694.0,4779.0,4678.0,4779.0,4690.90576171875,6865700,0.0,0.0
2023-06-29 00:00:00+09:00,4843.0,4854.0,4773.0,4787.0,4698.7578125,6348400,0.0,0.0
2023-06-30 00:00:00+09:00,4746.0,4779.0,4717.0,4768.0,4680.1083984375,5887000,0.0,0.0
2023-07-03 00:00:00+09:00,4838.0,4964.0,4830.0,4964.0,4872.49560546875,6788700,0.0,0.0
2023-07-04 00:00:00+09:00,4896.0,4953.0,4867.0,4878.0,4788.08056640625,5643000,0.0,0.0
2023-07-05 00:00:00+09:00,4838.0,4883.0,4819.0,4827.0,4738.0205078125,5611600,0.0,0.0
2023-07-06 00:00:00+09:00,4750.0,4765.0,4683.0,4695.0,4608.45361328125,7303300,0.0,0.0
2023-07-07 00:00:00+09:00,4612.0,4658.0,4591.0,4597.0,4512.2607421875,7832000,0.0,0.0
2023-07-10 00:00:00+09:00,4597.0,4627.0,4541.0,4591.0,4506.37109375,6735000,0.0,0.0
2023-07-11 00:00:00+09:00,4617.0,4632.0,4560.0,4584.0,4499.50048828125,4554500,0.0,0.0
2023-07-12 00:00:00+09:00,4550.0,4576.0,4492.0,4512.0,4428.82763671875,4866300,0.0,0.0
2023-07-13 00:00:00+09:00,4582.0,4713.0,4555.0,4665.0,4579.00732421875,6593300,0.0,0.0
2023-07-14 00:00:00+09:00,4671.0,4723.0,4621.0,4662.0,4576.06201171875,6668400,0.0,0.0
2023-07-18 00:00:00+09:00,4680.0,4716.0,4651.0,4683.0,4596.67529296875,4478800,0.0,0.0
2023-07-19 00:00:00+09:00,4720.0,4749.0,4685.0,4724.0,4636.91943359375,3911900,0.0,0.0
2023-07-20 00:00:00+09:00,4690.0,4715.0,4614.0,4619.0,4533.85498046875,4634000,0.0,0.0
2023-07-21 00:00:00+09:00,4525.0,4582.0,4512.0,4522.0,4438.64306640625,6599300,0.0,0.0
2023-07-24 00:00:00+09:00,4592.0,4609.0,4548.0,4577.0,4492.62939453125,5055100,0.0,0.0
2023-07-25 00:00:00+09:00,4557.0,4577.0,4536.0,4563.0,4478.88720703125,5370900,0.0,0.0
2023-07-26 00:00:00+09:00,4616.0,4618.0,4551.0,4597.0,4512.2607421875,4008400,0.0,0.0
2023-07-27 00:00:00+09:00,4550.0,4622.0,4537.0,4606.0,4521.0947265625,5144800,0.0,0.0
2023-07-28 00:00:00+09:00,4536.0,4586.0,4477.0,4565.0,4480.8505859375,11604700,0.0,0.0
2023-07-31 00:00:00+09:00,4664.0,4716.0,4606.0,4679.0,4592.7490234375,8406600,0.0,0.0
2023-08-01 00:00:00+09:00,4719.0,4720.0,4655.0,4675.0,4588.82275390625,6678200,0.0,0.0
2023-08-02 00:00:00+09:00,4632.0,4633.0,4553.0,4555.0,4471.03466796875,8461700,0.0,0.0
2023-08-03 00:00:00+09:00,4510.0,4616.0,4503.0,4595.0,4510.29736328125,7230600,0.0,0.0
2023-08-04 00:00:00+09:00,4551.0,4602.0,4534.0,4585.0,4500.48193359375,4970800,0.0,0.0
2023-08-07 00:00:00+09:00,4540.0,4596.0,4523.0,4593.0,4508.33447265625,3946700,0.0,0.0
2023-08-08 00:00:00+09:00,4550.0,4574.0,4509.0,4509.0,4425.88232421875,10642500,0.0,0.0
2023-08-09 00:00:00+09:00,4510.0,4574.0,4510.0,4555.0,4471.03466796875,6700200,0.0,0.0
2023-08-10 00:00:00+09:00,4530.0,4625.0,4520.0,4602.0,4517.16796875,5195300,0.0,0.0
2023-08-14 00:00:00+09:00,4629.0,4629.0,4532.0,4547.0,4463.18212890625,3913500,0.0,0.0
2023-08-15 00:00:00+09:00,4600.0,4610.0,4553.0,4559.0,4474.9609375,3650800,0.0,0.0
2023-08-16 00:00:00+09:00,4540.0,4558.0,4511.0,4528.0,4444.5322265625,4584600,0.0,0.0
2023-08-17 00:00:00+09:00,4528.0,4599.0,4522.0,4594.0,4509.31591796875,5269800,0.0,0.0
2023-08-18 00:00:00+09:00,4534.0,4546.0,4503.0,4528.0,4444.5322265625,4514300,0.0,0.0
2023-08-21 00:00:00+09:00,4511.0,4533.0,4483.0,4507.0,4423.91943359375,3734900,0.0,0.0
2023-08-22 00:00:00+09:00,4552.0,4566.0,4525.0,4563.0,4478.88720703125,3194100,0.0,0.0
2023-08-23 00:00:00+09:00,4533.0,4554.0,4512.0,4550.0,4466.12646484375,3334800,0.0,0.0
2023-08-24 00:00:00+09:00,4589.0,4602.0,4549.0,4572.0,4487.7216796875,4404300,0.0,0.0
2023-08-25 00:00:00+09:00,4503.0,4507.0,4482.0,4486.0,4403.306640625,7240400,0.0,0.0
2023-08-28 00:00:00+09:00,4510.0,4557.0,4497.0,4534.0,4450.421875,4626900,0.0,0.0
2023-08-29 00:00:00+09:00,4548.0,4551.0,4516.0,4526.0,4442.5693359375,4184600,0.0,0.0
2023-08-30 00:00:00+09:00,4564.0,4603.0,4560.0,4582.0,4497.537109375,5369800,0.0,0.0
2023-08-31 00:00:00+09:00,4580.0,4679.0,4568.0,4659.0,4573.11767578125,6713100,0.0,0.0
2023-09-01 00:00:00+09:00,4632.0,4681.0,4619.0,4645.0,4559.3759765625,4238600,0.0,0.0
2023-09-04 00:00:00+09:00,4665.0,4671.0,4620.0,4671.0,4584.896484375,3197900,0.0,0.0
2023-09-05 00:00:00+09:00,4750.0,4779.0,4691.0,4777.0,4688.9423828125,6876100,0.0,0.0
2023-09-06 00:00:00+09:00,4783.0,4802.0,4746.0,4764.0,4676.18212890625,5058200,0.0,0.0
2023-09-07 00:00:00+09:00,4736.0,4744.0,4695.0,4698.0,4611.39892578125,5291800,0.0,0.0
2023-09-08 00:00:00+09:00,4693.0,4724.0,4615.0,4618.0,4532.87353515625,9005600,0.0,0.0
2023-09-11 00:00:00+09:00,4599.0,4626.0,4572.0,4578.0,4493.61083984375,5454000,0.0,0.0
2023-09-12 00:00:00+09:00,4617.0,4656.0,4597.0,4643.0,4557.41259765625,4174000,0.0,0.0
2023-09-13 00:00:00+09:00,4620.0,4632.0,4573.0,4583.0,4498.5185546875,4097700,0.0,0.0
2023-09-14 00:00:00+09:00,4610.0,4658.0,4608.0,4639.0,4553.486328125,5016300,0.0,0.0
2023-09-15 00:00:00+09:00,4693.0,4713.0,4674.0,4706.0,4619.25146484375,6997900,0.0,0.0
2023-09-19 00:00:00+09:00,4693.0,4701.0,4613.0,4647.0,4561.3388671875,6101200,0.0,0.0
2023-09-20 00:00:00+09:00,4638.0,4638.0,4569.0,4574.0,4489.6845703125,5852000,0.0,0.0
2023-09-21 00:00:00+09:00,4550.0,4576.0,4543.0,4560.0,4475.9423828125,5531800,0.0,0.0
2023-09-22 00:00:00+09:00,4510.0,4570.0,4504.0,4537.0,4453.3662109375,5664500,0.0,0.0
2023-09-25 00:00:00+09:00,4558.0,4560.0,4498.0,4523.0,4439.62451171875,4383300,0.0,0.0
2023-09-26 00:00:00+09:00,4555.0,4555.0,4494.0,4512.0,4428.82763671875,4645300,0.0,0.0
2023-09-27 00:00:00+09:00,4471.0,4502.0,4436.0,4471.0,4388.58349609375,8189300,0.0,0.0
2023-09-28 00:00:00+09:00,4422.0,4429.0,4290.0,4319.0,4287.3310546875,9376700,50.0,0.0
2023-09-29 00:00:00+09:00,4351.0,4360.0,4298.0,4343.0,4311.1552734375,8599600,0.0,0.0
2023-10-02 00:00:00+09:00,4366.0,4419.0,4343.0,4362.0,4330.01611328125,6423300,0.0,0.0
2023-10-03 00:00:00+09:00,4350.0,4352.0,4304.0,4309.0,4277.404296875,5815100,0.0,0.0
2023-10-04 00:00:00+09:00,4200.0,4244.0,4190.0,4217.0,4186.0791015625,7150700,0.0,0.0
2023-10-05 00:00:00+09:00,4220.0,4288.0,4204.0,4288.0,4256.55859375,6965700,0.0,0.0
2023-10-06 00:00:00+09:00,4287.0,4323.0,4276.0,4279.0,4247.62451171875,5724400,0.0,0.0
2023-10-10 00:00:00+09:00,4349.0,4382.0,4319.0,4368.0,4335.9716796875,4957500,0.0,0.0
2023-10-11 00:00:00+09:00,4372.0,4383.0,4349.0,4367.0,4334.97900390625,5372400,0.0,0.0
2023-10-12 00:00:00+09:00,4388.0,4508.0,4380.0,4508.0,4474.9453125,6839300,0.0,0.0
2023-10-13 00:00:00+09:00,4503.0,4516.0,4471.0,4488.0,4455.091796875,5019700,0.0,0.0
2023-10-16 00:00:00+09:00,4418.0,4446.0,4388.0,4398.0,4365.751953125,5462500,0.0,0.0
2023-10-17 00:00:00+09:00,4447.0,4498.0,4419.0,4438.0,4405.45849609375,3833200,0.0,0.0
2023-10-18 00:00:00+09:00,4425.0,4449.0,4418.0,4423.0,4390.568359375,3187900,0.0,0.0
2023-10-19 00:00:00+09:00,4368.0,4399.0,4360.0,4366.0,4333.986328125,4019700,0.0,0.0
2023-10-20 00:00:00+09:00,4333.0,4338.0,4285.0,4297.0,4265.49267578125,4718200,0.0,0.0
2023-10-23 00:00:00+09:00,4290.0,4290.0,4253.0,4255.0,4223.80029296875,4523000,0.0,0.0
2023-10-24 00:00:00+09:00,4301.0,4302.0,4214.0,4266.0,4234.7197265625,6756700,0.0,0.0
2023-10-25 00:00:00+09:00,4320.0,4368.0,4301.0,4313.0,4281.375,4030900,0.0,0.0
2023-10-26 00:00:00+09:00,4272.0,4279.0,4198.0,4215.0,4184.09375,5952900,0.0,0.0
2023-10-27 00:00:00+09:00,4248.0,4351.0,4248.0,4302.0,4270.4560546875,6207600,0.0,0.0
2023-10-30 00:00:00+09:00,4257.0,4518.0,4254.0,4491.0,4458.06982421875,23838900,0.0,0.0
2023-10-31 00:00:00+09:00,4479.0,4501.0,4416.0,4468.0,4435.23876953125,7128600,0.0,0.0
2023-11-01 00:00:00+09:00,4596.0,4641.0,4566.0,4616.0,4582.1533203125,7288400,0.0,0.0
2023-11-02 00:00:00+09:00,4727.0,4810.0,4695.0,4806.0,4770.76025390625,11307700,0.0,0.0
2023-11-06 00:00:00+09:00,4876.0,4892.0,4776.0,4838.0,4802.52587890625,9111900,0.0,0.0
2023-11-07 00:00:00+09:00,4785.0,4866.0,4782.0,4851.0,4815.43017578125,5097500,0.0,0.0
2023-11-08 00:00:00+09:00,4851.0,4854.0,4764.0,4778.0,4742.9658203125,5929200,0.0,0.0
2023-11-09 00:00:00+09:00,4846.0,4849.0,4788.0,4815.0,4779.6943359375,3586000,0.0,0.0
2023-11-10 00:00:00+09:00,4780.0,4846.0,4773.0,4845.0,4809.47412109375,4613400,0.0,0.0
2023-11-13 00:00:00+09:00,4880.0,4885.0,4787.0,4817.0,4781.6796875,3089300,0.0,0.0
2023-11-14 00:00:00+09:00,4885.0,4885.0,4789.0,4826.0,4790.61376953125,3478500,0.0,0.0
2023-11-15 00:00:00+09:00,4928.0,4996.0,4922.0,4996.0,4959.3671875,7551900,0.0,0.0
2023-11-16 00:00:00+09:00,5020.0,5142.0,5015.0,5142.0,5104.29638671875,8058800,0.0,0.0
2023-11-17 00:00:00+09:00,5193.0,5259.0,5146.0,5248.0,5209.51953125,7378200,0.0,0.0
2023-11-20 00:00:00+09:00,5233.0,5252.0,5160.0,5160.0,5122.16455078125,5110100,0.0,0.0
2023-11-21 00:00:00+09:00,5199.0,5214.0,5157.0,5175.0,5137.0546875,4332000,0.0,0.0
2023-11-22 00:00:00+09:00,5152.0,5222.0,5148.0,5191.0,5152.9375,3097800,0.0,0.0
2023-11-24 00:00:00+09:00,5230.0,5289.0,5212.0,5224.0,5185.6953125,4270200,0.0,0.0
2023-11-27 00:00:00+09:00,5233.0,5248.0,5185.0,5225.0,5186.68798828125,3795300,0.0,0.0
2023-11-28 00:00:00+09:00,5224.0,5244.0,5184.0,5205.0,5166.83447265625,4051500,0.0,0.0
2023-11-29 00:00:00+09:00,5142.0,5192.0,5124.0,5170.0,5132.09130859375,3942100,0.0,0.0
2023-11-30 00:00:00+09:00,5159.0,5217.0,5158.0,5212.0,5173.783203125,5896700,0.0,0.0
2023-12-01 00:00:00+09:00,5200.0,5234.0,5174.0,5199.0,5160.87841796875,3812300,0.0,0.0
2023-12-04 00:00:00+09:00,5206.0,5215.0,5165.0,5170.0,5132.09130859375,5680800,0.0,0.0
2023-12-05 00:00:00+09:00,5108.0,5134.0,5010.0,5042.0,5005.02978515625,7554500,0.0,0.0
2023-12-06 00:00:00+09:00,5090.0,5212.0,5083.0,5201.0,5162.86376953125,5280400,0.0,0.0
2023-12-07 00:00:00+09:00,5141.0,5144.0,5015.0,5026.0,4989.14697265625,5159900,0.0,0.0
2023-12-08 00:00:00+09:00,4943.0,4958.0,4875.0,4895.0,4859.10791015625,8218200,0.0,0.0
2023-12-11 00:00:00+09:00,4990.0,4997.0,4914.0,4925.0,4888.8876953125,4035000,0.0,0.0
2023-12-12 00:00:00+09:00,4995.0,5008.0,4942.0,4976.0,4939.513671875,3314200,0.0,0.0
2023-12-13 00:00:00+09:00,5000.0,5026.0,4973.0,5000.0,4963.337890625,3089000,0.0,0.0
2023-12-14 00:00:00+09:00,5129.0,5195.0,5101.0,5174.0,5136.06201171875,7314200,0.0,0.0
2023-12-15 00:00:00+09:00,5432.0,5565.0,5391.0,5459.0,5418.97216796875,12539100,0.0,0.0
2023-12-18 00:00:00+09:00,5528.0,5530.0,5422.0,5465.0,5424.92822265625,6212600,0.0,0.0
2023-12-19 00:00:00+09:00,5469.0,5470.0,5380.0,5419.0,5379.265625,6087300,0.0,0.0
2023-12-20 00:00:00+09:00,5473.0,5698.0,5473.0,5640.0,5598.64501953125,8898600,0.0,0.0
2023-12-21 00:00:00+09:00,5585.0,5660.0,5575.0,5615.0,5573.828125,5338600,0.0,0.0
2023-12-22 00:00:00+09:00,5680.0,5798.0,5680.0,5781.0,5738.611328125,7449600,0.0,0.0
2023-12-25 00:00:00+09:00,5864.0,5872.0,5736.0,5750.0,5707.83837890625,3080900,0.0,0.0
2023-12-26 00:00:00+09:00,5730.0,5790.0,5728.0,5767.0,5724.7138671875,2873300,0.0,0.0
2023-12-27 00:00:00+09:00,5824.0,5837.0,5771.0,5812.0,5769.3837890625,4551400,0.0,0.0
2023-12-28 00:00:00+09:00,5811.0,5935.0,5808.0,5915.0,5871.62841796875,3942700,0.0,0.0
2023-12-29 00:00:00+09:00,5875.0,5917.0,5835.0,5917.0,5873.61376953125,5402900,0.0,0.0
2024-01-04 00:00:00+09:00,5640.0,5779.0,5608.0,5725.0,5683.02197265625,8867500,0.0,0.0
2024-01-05 00:00:00+09:00,5500.0,5655.0,5500.0,5637.0,5595.6669921875,8610500,0.0,0.0
2024-01-09 00:00:00+09:00,5660.0,5692.0,5552.0,5552.0,5511.2900390625,11296100,0.0,0.0
2024-01-10 00:00:00+09:00,5463.0,5593.0,5378.0,5552.0,5511.2900390625,13042800,0.0,0.0
2024-01-11 00:00:00+09:00,5598.0,5630.0,5515.0,5606.0,5564.89453125,10128100,0.0,0.0
2024-01-12 00:00:00+09:00,5730.0,5757.0,5633.0,5741.0,5698.904296875,10246300,0.0,0.0
2024-01-15 00:00:00+09:00,5770.0,5917.0,5768.0,5873.0,5829.9365234375,2695200,0.0,0.0
2024-01-16 00:00:00+09:00,5949.0,5977.0,5872.0,5895.0,5851.775390625,6098300,0.0,0.0
2024-01-17 00:00:00+09:00,5797.0,5886.0,5700.0,5700.0,5658.205078125,12064300,0.0,0.0
2024-01-18 00:00:00+09:00,5643.0,5734.0,5636.0,5676.0,5634.380859375,7168700,0.0,0.0
2024-01-19 00:00:00+09:00,5690.0,5799.0,5688.0,5767.0,5724.7138671875,10139000,0.0,0.0
2024-01-22 00:00:00+09:00,5850.0,5881.0,5814.0,5872.0,5828.94384765625,8778600,0.0,0.0
2024-01-23 00:00:00+09:00,5863.0,5913.0,5808.0,5847.0,5804.12744140625,7132300,0.0,0.0
2024-01-24 00:00:00+09:00,5869.0,5895.0,5813.0,5857.0,5814.0537109375,5497200,0.0,0.0
2024-01-25 00:00:00+09:00,5800.0,5875.0,5791.0,5867.0,5823.98046875,4955900,0.0,0.0
2024-01-26 00:00:00+09:00,5810.0,5818.0,5706.0,5740.0,5697.91162109375,7753100,0.0,0.0
2024-01-29 00:00:00+09:00,5540.0,5753.0,5500.0,5651.0,5609.564453125,10769400,0.0,0.0
2024-01-30 00:00:00+09:00,5737.0,5846.0,5676.0,5822.0,5779.310546875,7690200,0.0,0.0
2024-01-31 00:00:00+09:00,5808.0,5875.0,5752.0,5875.0,5831.921875,7873600,0.0,0.0
2024-02-01 00:00:00+09:00,5832.0,5896.0,5790.0,5810.0,5767.3984375,5626900,0.0,0.0
2024-02-02 00:00:00+09:00,5905.0,6024.0,5867.0,5940.0,5896.4453125,8561000,0.0,0.0
2024-02-05 00:00:00+09:00,6020.0,6020.0,5877.0,5880.0,5836.88525390625,5607500,0.0,0.0
2024-02-06 00:00:00+09:00,5828.0,5839.0,5784.0,5796.0,5753.5009765625,7756900,0.0,0.0
2024-02-07 00:00:00+09:00,5761.0,5828.0,5724.0,5828.0,5785.2666015625,4760700,0.0,0.0
2024-02-08 00:00:00+09:00,5828.0,5922.0,5787.0,5909.0,5865.67236328125,6958900,0.0,0.0
2024-02-09 00:00:00+09:00,5941.0,5976.0,5883.0,5903.0,5859.716796875,6633200,0.0,0.0
2024-02-13 00:00:00+09:00,5946.0,6043.0,5912.0,5990.0,5946.07861328125,8853600,0.0,0.0
2024-02-14 00:00:00+09:00,5990.0,6010.0,5922.0,5948.0,5904.38671875,5997200,0.0,0.0
2024-02-15 00:00:00+09:00,6089.0,6225.0,6071.0,6138.0,6092.99365234375,8118800,0.0,0.0
2024-02-16 00:00:00+09:00,6280.0,6324.0,6133.0,6199.0,6153.54638671875,8783000,0.0,0.0
2024-02-19 00:00:00+09:00,6241.0,6305.0,6125.0,6178.0,6132.7001953125,4856500,0.0,0.0
2024-02-20 00:00:00+09:00,6130.0,6185.0,6085.0,6126.0,6081.08154296875,5223700,0.0,0.0
2024-02-21 00:00:00+09:00,6050.0,6148.0,6030.0,6105.0,6060.2353515625,4876800,0.0,0.0
2024-02-22 00:00:00+09:00,6275.0,6331.0,6226.0,6309.0,6262.73974609375,7934400,0.0,0.0
2024-02-26 00:00:00+09:00,6434.0,6492.0,6388.0,6416.0,6368.955078125,7170600,0.0,0.0
2024-02-27 00:00:00+09:00,6434.0,6484.0,6401.0,6424.0,6376.896484375,4968300,0.0,0.0
2024-02-28 00:00:00+09:00,6380.0,6428.0,6350.0,6356.0,6309.39501953125,6559800,0.0,0.0
2024-02-29 00:00:00+09:00,6345.0,6414.0,6302.0,6387.0,6340.16748046875,6843100,0.0,0.0
2024-03-01 00:00:00+09:00,6430.0,6605.0,6405.0,6584.0,6535.72314453125,6145100,0.0,0.0
2024-03-04 00:00:00+09:00,6736.0,6752.0,6647.0,6673.0,6624.07080078125,6813100,0.0,0.0
2024-03-05 00:00:00+09:00,6623.0,6664.0,6556.0,6588.0,6539.69384765625,6904300,0.0,0.0
2024-03-06 00:00:00+09:00,6540.0,6633.0,6488.0,6585.0,6536.7158203125,5974500,0.0,0.0
2024-03-07 00:00:00+09:00,6657.0,6702.0,6455.0,6457.0,6409.654296875,5827800,0.0,0.0
2024-03-08 00:00:00+09:00,6500.0,6657.0,6491.0,6572.0,6523.81103515625,10671600,0.0,0.0
2024-03-11 00:00:00+09:00,6400.0,6426.0,6291.0,6384.0,6337.189453125,6833100,0.0,0.0
2024-03-12 00:00:00+09:00,6261.0,6456.0,6239.0,6443.0,6395.7568359375,6877800,0.0,0.0
2024-03-13 00:00:00+09:00,6543.0,6567.0,6422.0,6514.0,6466.236328125,6256600,0.0,0.0
2024-03-14 00:00:00+09:00,6456.0,6474.0,6344.0,6440.0,6392.779296875,5120000,0.0,0.0
2024-03-15 00:00:00+09:00,6399.0,6482.0,6380.0,6469.0,6421.56640625,6441200,0.0,0.0
2024-03-18 00:00:00+09:00,6500.0,6644.0,6462.0,6639.0,6590.31982421875,5634100,0.0,0.0
2024-03-19 00:00:00+09:00,6655.0,6694.0,6541.0,6694.0,6644.91650390625,6104000,0.0,0.0
2024-03-21 00:00:00+09:00,6845.0,6926.0,6803.0,6868.0,6817.640625,8183400,0.0,0.0
2024-03-22 00:00:00+09:00,6875.0,6904.0,6791.0,6874.0,6823.5966796875,6719600,0.0,0.0
2024-03-25 00:00:00+09:00,6884.0,6890.0,6750.0,6750.0,6700.505859375,4606600,0.0,0.0
2024-03-26 00:00:00+09:00,6755.0,6890.0,6754.0,6848.0,6797.78759765625,5653100,0.0,0.0
2024-03-27 00:00:00+09:00,6822.0,6857.0,6771.0,6819.0,6769.0,6236400,0.0,0.0
2024-03-28 00:00:00+09:00,6687.0,6725.0,6597.0,6606.0,6606.0,8861600,50.0,0.0
2024-03-29 00:00:00+09:00,6600.0,6615.0,6503.0,6598.0,6598.0,3865900,0.0,0.0
2024-04-01 00:00:00+09:00,6601.0,6616.0,6352.0,6352.0,6352.0,7067800,0.0,0.0
2024-04-02 00:00:00+09:00,6400.0,6452.0,6360.0,6367.0,6367.0,6510400,0.0,0.0
2024-04-03 00:00:00+09:00,6300.0,6383.0,6232.0,6294.0,6294.0,7831200,0.0,0.0
2024-04-04 00:00:00+09:00,6450.0,6489.0,6366.0,6366.0,6366.0,6896300,0.0,0.0
2024-04-05 00:00:00+09:00,6240.0,6270.0,6140.0,6168.0,6168.0,6016500,0.0,0.0
2024-04-08 00:00:00+09:00,6230.0,6264.0,6167.0,6192.0,6192.0,5355700,0.0,0.0
2024-04-09 00:00:00+09:00,6301.0,6467.0,6297.0,6467.0,6467.0,9376700,0.0,0.0
2024-04-10 00:00:00+09:00,6495.0,6578.0,6435.0,6519.0,6519.0,7127700,0.0,0.0
2024-04-11 00:00:00+09:00,6459.0,6555.0,6423.0,6540.0,6540.0,4635600,0.0,0.0
2024-04-12 00:00:00+09:00,6640.0,6640.0,6520.0,6532.0,6532.0,5793800,0.0,0.0
2024-04-15 00:00:00+09:00,6453.0,6564.0,6432.0,6543.0,6543.0,3598900,0.0,0.0
2024-04-16 00:00:00+09:00,6410.0,6434.0,6297.0,6320.0,6320.0,5612700,0.0,0.0
2024-04-17 00:00:00+09:00,6358.0,6483.0,6326.0,6362.0,6362.0,4979100,0.0,0.0
2024-04-18 00:00:00+09:00,6300.0,6414.0,6288.0,6399.0,6399.0,4211100,0.0,0.0
2024-04-19 00:00:00+09:00,6254.0,6269.0,6015.0,6129.0,6129.0,9262200,0.0,0.0
2024-04-22 00:00:00+09:00,6045.0,6175.0,6029.0,6116.0,6116.0,5466900,0.0,0.0
2024-04-23 00:00:00+09:00,6215.0,6243.0,6152.0,6208.0,6208.0,4632800,0.0,0.0
2024-04-24 00:00:00+09:00,6408.0,6492.0,6334.0,6482.0,6482.0,7681500,0.0,0.0
2024-04-25 00:00:00+09:00,6390.0,6427.0,6269.0,6308.0,6308.0,5716200,0.0,0.0
2024-04-26 00:00:00+09:00,5875.0,5998.0,5782.0,5906.0,5906.0,17696700,0.0,0.0
2024-04-30 00:00:00+09:00,6030.0,6210.0,5982.0,6195.0,6195.0,11503900,0.0,0.0
2024-05-01 00:00:00+09:00,6175.0,6221.0,6045.0,6074.0,6074.0,5801300,0.0,0.0
2024-05-02 00:00:00+09:00,5950.0,6039.0,5928.0,5989.0,5989.0,6033900,0.0,0.0
2024-05-07 00:00:00+09:00,5994.0,6029.0,5855.0,5903.0,5903.0,9506400,0.0,0.0
2024-05-08 00:00:00+09:00,5863.0,5917.0,5750.0,5754.0,5754.0,10651600,0.0,0.0
2024-05-09 00:00:00+09:00,5800.0,5852.0,5778.0,5795.0,5795.0,6676200,0.0,0.0
2024-05-10 00:00:00+09:00,5864.0,5865.0,5757.0,5801.0,5801.0,6398100,0.0,0.0
2024-05-13 00:00:00+09:00,5828.0,5830.0,5770.0,5813.0,5813.0,4561600,0.0,0.0
2024-05-14 00:00:00+09:00,5850.0,5885.0,5770.0,5800.0,5800.0,5566000,0.0,0.0
2024-05-15 00:00:00+09:00,5860.0,5935.0,5814.0,5860.0,5860.0,7615900,0.0,0.0
2024-05-16 00:00:00+09:00,5939.0,5975.0,5871.0,5930.0,5930.0,5780500,0.0,0.0
2024-05-17 00:00:00+09:00,5875.0,5915.0,5796.0,5840.0,5840.0,5985000,0.0,0.0
2024-05-20 00:00:00+09:00,5929.0,6182.0,5907.0,6083.0,6083.0,11356700,0.0,0.0
2024-05-21 00:00:00+09:00,6090.0,6125.0,5970.0,5970.0,5970.0,5507700,0.0,0.0
2024-05-22 00:00:00+09:00,5910.0,5924.0,5828.0,5832.0,5832.0,6534300,0.0,0.0
2024-05-23 00:00:00+09:00,5911.0,5972.0,5845.0,5952.0,5952.0,7479200,0.0,0.0
2024-05-24 00:00:00+09:00,5840.0,5950.0,5824.0,5914.0,5914.0,4763500,0.0,0.0
2024-05-27 00:00:00+09:00,5902.0,5955.0,5881.0,5949.0,5949.0,3852800,0.0,0.0
2024-05-28 00:00:00+09:00,5992.0,6014.0,5960.0,5979.0,5979.0,3401100,0.0,0.0
2024-05-29 00:00:00+09:00,6005.0,6031.0,5874.0,5889.0,5889.0,4613000,0.0,0.0
2024-05-30 00:00:00+09:00,5800.0,5844.0,5733.0,5734.0,5734.0,8394400,0.0,0.0
2024-05-31 00:00:00+09:00,5789.0,5863.0,5751.0,5855.0,5855.0,11936400,0.0,0.0
2024-06-03 00:00:00+09:00,5949.0,6000.0,5911.0,5953.0,5953.0,4935300,0.0,0.0
2024-06-04 00:00:00+09:00,5889.0,5962.0,5868.0,5947.0,5947.0,4539300,0.0,0.0
2024-06-05 00:00:00+09:00,5995.0,6007.0,5915.0,5946.0,5946.0,4675200,0.0,0.0
2024-06-06 00:00:00+09:00,6038.0,6112.0,6005.0,6060.0,6060.0,5888600,0.0,0.0
2024-06-07 00:00:00+09:00,6025.0,6124.0,6022.0,6111.0,6111.0,3976800,0.0,0.0
2024-06-10 00:00:00+09:00,6110.0,6229.0,6096.0,6206.0,6206.0,5541100,0.0,0.0
2024-06-11 00:00:00+09:00,6122.0,6290.0,6120.0,6193.0,6193.0,4497600,0.0,0.0
2024-06-12 00:00:00+09:00,6093.0,6183.0,6066.0,6168.0,6168.0,5248200,0.0,0.0
2024-06-13 00:00:00+09:00,6300.0,6323.0,6193.0,6214.0,6214.0,6279700,0.0,0.0
2024-06-14 00:00:00+09:00,6161.0,6210.0,6116.0,6145.0,6145.0,8842500,0.0,0.0
2024-06-17 00:00:00+09:00,6091.0,6099.0,5940.0,5943.0,5943.0,5970800,0.0,0.0
2024-06-18 00:00:00+09:00,6061.0,6114.0,6044.0,6093.0,6093.0,4402400,0.0,0.0
2024-06-19 00:00:00+09:00,6150.0,6160.0,6080.0,6105.0,6105.0,4113100,0.0,0.0
2024-06-20 00:00:00+09:00,6090.0,6193.0,6057.0,6184.0,6184.0,4265800,0.0,0.0
2024-06-21 00:00:00+09:00,6120.0,6181.0,6073.0,6077.0,6077.0,8084100,0.0,0.0
2024-06-24 00:00:00+09:00,6022.0,6071.0,5978.0,6019.0,6019.0,5179600,0.0,0.0
2024-06-25 00:00:00+09:00,6012.0,6149.0,5999.0,6125.0,6125.0,4399900,0.0,0.0
2024-06-26 00:00:00+09:00,6199.0,6227.0,6115.0,6217.0,6217.0,5060000,0.0,0.0
2024-06-27 00:00:00+09:00,6217.0,6249.0,6164.0,6199.0,6199.0,3977100,0.0,0.0
2024-06-28 00:00:00+09:00,6240.0,6280.0,6203.0,6238.0,6238.0,4966900,0.0,0.0
2024-07-01 00:00:00+09:00,6307.0,6332.0,6166.0,6238.0,6238.0,4159400,0.0,0.0
2024-07-02 00:00:00+09:00,6234.0,6300.0,6181.0,6300.0,6300.0,4784900,0.0,0.0
2024-07-03 00:00:00+09:00,6343.0,6495.0,6328.0,6440.0,6440.0,7199000,0.0,0.0
2024-07-04 00:00:00+09:00,6476.0,6514.0,6441.0,6470.0,6470.0,4051400,0.0,0.0
2024-07-05 00:00:00+09:00,6470.0,6489.0,6411.0,6444.0,6444.0,3756600,0.0,0.0
2024-07-08 00:00:00+09:00,6495.0,6563.0,6445.0,6446.0,6446.0,5459600,0.0,0.0
2024-07-09 00:00:00+09:00,6546.0,6644.0,6486.0,6618.0,6618.0,6640200,0.0,0.0
2024-07-10 00:00:00+09:00,6643.0,6716.0,6594.0,6716.0,6716.0,5761200,0.0,0.0
2024-07-11 00:00:00+09:00,6816.0,6817.0,6691.0,6715.0,6715.0,5572200,0.0,0.0
2024-07-12 00:00:00+09:00,6665.0,6702.0,6565.0,6621.0,6621.0,6669500,0.0,0.0
2024-07-16 00:00:00+09:00,6697.0,6725.0,6632.0,6707.0,6707.0,3384600,0.0,0.0
2024-07-17 00:00:00+09:00,6750.0,6840.0,6729.0,6817.0,6817.0,5607800,0.0,0.0
2024-07-18 00:00:00+09:00,6617.0,6725.0,6558.0,6702.0,6702.0,6095700,0.0,0.0
2024-07-19 00:00:00+09:00,6650.0,6767.0,6610.0,6733.0,6733.0,4408600,0.0,0.0
2024-07-22 00:00:00+09:00,6690.0,6702.0,6571.0,6588.0,6588.0,3660400,0.0,0.0
2024-07-23 00:00:00+09:00,6688.0,6713.0,6607.0,6607.0,6607.0,3102700,0.0,0.0
2024-07-24 00:00:00+09:00,6507.0,6629.0,6455.0,6458.0,6458.0,3717400,0.0,0.0
2024-07-25 00:00:00+09:00,6281.0,6329.0,6220.0,6230.0,6230.0,5948800,0.0,0.0
2024-07-26 00:00:00+09:00,6265.0,6415.0,6212.0,6304.0,6304.0,6127500,0.0,0.0
2024-07-29 00:00:00+09:00,6750.0,6874.0,6651.0,6844.0,6844.0,11262700,0.0,0.0
2024-07-30 00:00:00+09:00,6800.0,6811.0,6630.0,6750.0,6750.0,6041700,0.0,0.0
2024-07-31 00:00:00+09:00,6661.0,6748.0,6573.0,6748.0,6748.0,6601900,0.0,0.0
2024-08-01 00:00:00+09:00,6551.0,6585.0,6407.0,6486.0,6486.0,7002600,0.0,0.0
2024-08-02 00:00:00+09:00,6161.0,6208.0,5921.0,5921.0,5921.0,9587700,0.0,0.0
2024-08-05 00:00:00+09:00,5501.0,5755.0,5013.0,5245.0,5245.0,13870600,0.0,0.0
2024-08-06 00:00:00+09:00,5645.0,6014.0,5600.0,5950.0,5950.0,12597700,0.0,0.0
2024-08-07 00:00:00+09:00,5874.0,6157.0,5809.0,5959.0,5959.0,9673100,0.0,0.0
2024-08-08 00:00:00+09:00,5859.0,6066.0,5762.0,5945.0,5945.0,7700300,0.0,0.0
2024-08-09 00:00:00+09:00,6091.0,6096.0,5830.0,5947.0,5947.0,8710900,0.0,0.0
2024-08-13 00:00:00+09:00,6047.0,6205.0,5972.0,6195.0,6195.0,6778100,0.0,0.0
2024-08-14 00:00:00+09:00,6179.0,6183.0,6040.0,6158.0,6158.0,6650900,0.0,0.0
2024-08-15 00:00:00+09:00,6122.0,6135.0,6050.0,6067.0,6067.0,5068200,0.0,0.0
2024-08-16 00:00:00+09:00,6180.0,6382.0,6172.0,6379.0,6379.0,5935700,0.0,0.0
2024-08-19 00:00:00+09:00,6325.0,6397.0,6155.0,6178.0,6178.0,4733500,0.0,0.0
2024-08-20 00:00:00+09:00,6256.0,6285.0,6188.0,6233.0,6233.0,4570300,0.0,0.0
2024-08-21 00:00:00+09:00,6154.0,6183.0,6094.0,6108.0,6108.0,6968400,0.0,0.0
2024-08-22 00:00:00+09:00,6143.0,6328.0,6125.0,6276.0,6276.0,7525300,0.0,0.0
2024-08-23 00:00:00+09:00,6255.0,6413.0,6248.0,6392.0,6392.0,5269100,0.0,0.0
2024-08-26 00:00:00+09:00,6492.0,6540.0,6399.0,6470.0,6470.0,5992700,0.0,0.0
2024-08-27 00:00:00+09:00,6455.0,6470.0,6372.0,6454.0,6454.0,3139900,0.0,0.0
2024-08-28 00:00:00+09:00,6447.0,6461.0,6374.0,6447.0,6447.0,2870200,0.0,0.0
2024-08-29 00:00:00+09:00,6401.0,6486.0,6364.0,6444.0,6444.0,4362600,0.0,0.0
2024-08-30 00:00:00+09:00,6468.0,6468.0,6386.0,6422.0,6422.0,6700000,0.0,0.0
2024-09-02 00:00:00+09:00,6480.0,6518.0,6375.0,6400.0,6400.0,4032900,0.0,0.0
2024-09-03 00:00:00+09:00,6390.0,6454.0,6340.0,6373.0,6373.0,4559200,0.0,0.0
2024-09-04 00:00:00+09:00,5973.0,6030.0,5815.0,5832.0,5832.0,12107700,0.0,0.0
2024-09-05 00:00:00+09:00,5742.0,5880.0,5718.0,5786.0,5786.0,6540900,0.0,0.0
2024-09-06 00:00:00+09:00,5801.0,5845.0,5726.0,5734.0,5734.0,5835800,0.0,0.0
2024-09-09 00:00:00+09:00,5500.0,5654.0,5446.0,5607.0,5607.0,7602900,0.0,0.0
2024-09-10 00:00:00+09:00,5627.0,5699.0,5558.0,5573.0,5573.0,5575200,0.0,0.0
2024-09-11 00:00:00+09:00,5590.0,5680.0,5481.0,5504.0,5504.0,6902100,0.0,0.0
2024-09-12 00:00:00+09:00,5725.0,5794.0,5675.0,5765.0,5765.0,6576700,0.0,0.0
2024-09-13 00:00:00+09:00,5792.0,5800.0,5680.0,5706.0,5706.0,6724400,0.0,0.0
2024-09-17 00:00:00+09:00,5708.0,5744.0,5552.0,5638.0,5638.0,5309700,0.0,0.0
2024-09-18 00:00:00+09:00,5720.0,5748.0,5545.0,5615.0,5615.0,4316900,0.0,0.0
2024-09-19 00:00:00+09:00,5773.0,5879.0,5750.0,5750.0,5750.0,8641300,0.0,0.0
2024-09-20 00:00:00+09:00,5916.0,5979.0,5823.0,5862.0,5862.0,10802700,0.0,0.0
1 Datetime Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-01-04 00:00:00+09:00 4050.0 4134.0 4022.0 4131.0 3888.69091796875 5385000 0.0 0.0
3 2022-01-05 00:00:00+09:00 4100.0 4118.0 4066.0 4080.0 3840.68212890625 4258500 0.0 0.0
4 2022-01-06 00:00:00+09:00 4060.0 4067.0 3952.0 3952.0 3720.1904296875 5690500 0.0 0.0
5 2022-01-07 00:00:00+09:00 4014.0 4024.0 3924.0 3967.0 3734.310302734375 4223500 0.0 0.0
6 2022-01-11 00:00:00+09:00 3957.0 3986.0 3868.0 3877.0 3649.58935546875 4631000 0.0 0.0
7 2022-01-12 00:00:00+09:00 3915.0 4023.0 3915.0 4023.0 3787.025634765625 5260000 0.0 0.0
8 2022-01-13 00:00:00+09:00 4016.0 4067.0 3970.0 3987.0 3753.13720703125 4169000 0.0 0.0
9 2022-01-14 00:00:00+09:00 3920.0 3928.0 3831.0 3880.0 3652.413330078125 7665500 0.0 0.0
10 2022-01-17 00:00:00+09:00 3956.0 3956.0 3874.0 3893.0 3664.65087890625 3983500 0.0 0.0
11 2022-01-18 00:00:00+09:00 3918.0 3926.0 3852.0 3864.0 3637.351806640625 3521500 0.0 0.0
12 2022-01-19 00:00:00+09:00 3796.0 3811.0 3742.0 3766.0 3545.100341796875 7258000 0.0 0.0
13 2022-01-20 00:00:00+09:00 3757.0 3833.0 3731.0 3820.0 3595.932861328125 4571000 0.0 0.0
14 2022-01-21 00:00:00+09:00 3741.0 3755.0 3673.0 3741.0 3521.566650390625 4825500 0.0 0.0
15 2022-01-24 00:00:00+09:00 3710.0 3748.0 3692.0 3748.0 3528.15625 3957000 0.0 0.0
16 2022-01-25 00:00:00+09:00 3735.0 3739.0 3592.0 3627.0 3414.25341796875 6186500 0.0 0.0
17 2022-01-26 00:00:00+09:00 3627.0 3645.0 3566.0 3616.0 3403.89892578125 3727000 0.0 0.0
18 2022-01-27 00:00:00+09:00 3649.0 3672.0 3508.0 3530.0 3322.943359375 6506500 0.0 0.0
19 2022-01-28 00:00:00+09:00 3759.0 3811.0 3664.0 3799.0 3576.164794921875 13078000 0.0 0.0
20 2022-01-31 00:00:00+09:00 3798.0 3833.0 3733.0 3808.0 3584.63671875 6209500 0.0 0.0
21 2022-02-01 00:00:00+09:00 3933.0 3933.0 3816.0 3822.0 3597.8154296875 5007000 0.0 0.0
22 2022-02-02 00:00:00+09:00 3920.0 4000.0 3884.0 3992.0 3757.843505859375 7851000 0.0 0.0
23 2022-02-03 00:00:00+09:00 3980.0 3980.0 3855.0 3859.0 3632.64501953125 5502500 0.0 0.0
24 2022-02-04 00:00:00+09:00 3843.0 3928.0 3837.0 3922.0 3691.949951171875 4302000 0.0 0.0
25 2022-02-07 00:00:00+09:00 3918.0 3926.0 3750.0 3794.0 3571.4580078125 7015000 0.0 0.0
26 2022-02-08 00:00:00+09:00 3808.0 3815.0 3772.0 3786.0 3563.927001953125 5382500 0.0 0.0
27 2022-02-09 00:00:00+09:00 3814.0 3815.0 3768.0 3804.0 3580.87158203125 6519500 0.0 0.0
28 2022-02-10 00:00:00+09:00 3876.0 3891.0 3798.0 3823.0 3598.7568359375 5744000 0.0 0.0
29 2022-02-14 00:00:00+09:00 3728.0 3789.0 3721.0 3752.0 3531.92138671875 5816500 0.0 0.0
30 2022-02-15 00:00:00+09:00 3724.0 3739.0 3600.0 3600.0 3388.837158203125 7741000 0.0 0.0
31 2022-02-16 00:00:00+09:00 3717.0 3717.0 3681.0 3707.0 3489.560546875 5190000 0.0 0.0
32 2022-02-17 00:00:00+09:00 3698.0 3699.0 3627.0 3649.0 3434.962890625 4427500 0.0 0.0
33 2022-02-18 00:00:00+09:00 3583.0 3627.0 3532.0 3605.0 3393.5439453125 5425500 0.0 0.0
34 2022-02-21 00:00:00+09:00 3506.0 3521.0 3452.0 3502.0 3296.585693359375 6461000 0.0 0.0
35 2022-02-22 00:00:00+09:00 3439.0 3465.0 3412.0 3435.0 3233.515380859375 5285000 0.0 0.0
36 2022-02-24 00:00:00+09:00 3420.0 3450.0 3388.0 3446.0 3243.870361328125 7137500 0.0 0.0
37 2022-02-25 00:00:00+09:00 3472.0 3516.0 3440.0 3511.0 3305.0576171875 6668500 0.0 0.0
38 2022-02-28 00:00:00+09:00 3505.0 3543.0 3473.0 3534.0 3326.70849609375 5559000 0.0 0.0
39 2022-03-01 00:00:00+09:00 3694.0 3707.0 3597.0 3600.0 3388.837158203125 5473000 0.0 0.0
40 2022-03-02 00:00:00+09:00 3541.0 3587.0 3515.0 3560.0 3351.18359375 5292000 0.0 0.0
41 2022-03-03 00:00:00+09:00 3587.0 3609.0 3503.0 3539.0 3331.415283203125 5142000 0.0 0.0
42 2022-03-04 00:00:00+09:00 3501.0 3505.0 3386.0 3426.0 3225.04345703125 8515500 0.0 0.0
43 2022-03-07 00:00:00+09:00 3287.0 3332.0 3198.0 3209.0 3020.77197265625 9252500 0.0 0.0
44 2022-03-08 00:00:00+09:00 3180.0 3267.0 3172.0 3236.0 3046.188232421875 9005500 0.0 0.0
45 2022-03-09 00:00:00+09:00 3242.0 3278.0 3224.0 3235.0 3045.24658203125 7363500 0.0 0.0
46 2022-03-10 00:00:00+09:00 3420.0 3558.0 3400.0 3550.0 3341.770263671875 14138500 0.0 0.0
47 2022-03-11 00:00:00+09:00 3550.0 3550.0 3421.0 3446.0 3243.870361328125 12986000 0.0 0.0
48 2022-03-14 00:00:00+09:00 3481.0 3543.0 3458.0 3474.0 3270.227783203125 4518500 0.0 0.0
49 2022-03-15 00:00:00+09:00 3506.0 3575.0 3503.0 3518.0 3311.64697265625 5193500 0.0 0.0
50 2022-03-16 00:00:00+09:00 3600.0 3607.0 3542.0 3542.0 3334.2392578125 7232000 0.0 0.0
51 2022-03-17 00:00:00+09:00 3658.0 3681.0 3602.0 3634.0 3420.843017578125 6192000 0.0 0.0
52 2022-03-18 00:00:00+09:00 3632.0 3666.0 3607.0 3664.0 3449.083251953125 12821000 0.0 0.0
53 2022-03-22 00:00:00+09:00 3656.0 3700.0 3622.0 3681.0 3465.0859375 7984500 0.0 0.0
54 2022-03-23 00:00:00+09:00 3760.0 3830.0 3740.0 3803.0 3579.929931640625 6757500 0.0 0.0
55 2022-03-24 00:00:00+09:00 3740.0 3808.0 3708.0 3806.0 3582.754150390625 4933500 0.0 0.0
56 2022-03-25 00:00:00+09:00 3836.0 3868.0 3806.0 3838.0 3612.876953125 4159000 0.0 0.0
57 2022-03-28 00:00:00+09:00 3758.0 3773.0 3714.0 3750.0 3530.038818359375 6129500 0.0 0.0
58 2022-03-29 00:00:00+09:00 3794.0 3806.0 3753.0 3799.0 3576.164794921875 5734500 0.0 0.0
59 2022-03-30 00:00:00+09:00 3804.0 3806.0 3717.0 3761.0 3587.611328125 5972500 50.0 0.0
60 2022-03-31 00:00:00+09:00 3738.0 3788.0 3724.0 3758.0 3584.749755859375 5424000 0.0 0.0
61 2022-04-01 00:00:00+09:00 3735.0 3788.0 3729.0 3753.0 3579.980224609375 4491000 0.0 0.0
62 2022-04-04 00:00:00+09:00 3776.0 3782.0 3718.0 3747.0 3574.2568359375 3752500 0.0 0.0
63 2022-04-05 00:00:00+09:00 3789.0 3795.0 3695.0 3703.0 3532.285400390625 4858000 0.0 0.0
64 2022-04-06 00:00:00+09:00 3640.0 3687.0 3606.0 3637.0 3469.328125 7730000 0.0 0.0
65 2022-04-07 00:00:00+09:00 3560.0 3591.0 3536.0 3548.0 3384.43115234375 8193500 0.0 0.0
66 2022-04-08 00:00:00+09:00 3595.0 3597.0 3508.0 3535.0 3372.0302734375 7222500 0.0 0.0
67 2022-04-11 00:00:00+09:00 3549.0 3567.0 3524.0 3559.0 3394.924072265625 3717000 0.0 0.0
68 2022-04-12 00:00:00+09:00 3563.0 3571.0 3450.0 3452.0 3292.85693359375 5829000 0.0 0.0
69 2022-04-13 00:00:00+09:00 3500.0 3504.0 3476.0 3495.0 3333.874267578125 5309500 0.0 0.0
70 2022-04-14 00:00:00+09:00 3500.0 3587.0 3500.0 3529.0 3366.30712890625 5486500 0.0 0.0
71 2022-04-15 00:00:00+09:00 3480.0 3526.0 3465.0 3498.0 3336.736083984375 3537500 0.0 0.0
72 2022-04-18 00:00:00+09:00 3432.0 3454.0 3394.0 3430.0 3271.87109375 3807500 0.0 0.0
73 2022-04-19 00:00:00+09:00 3495.0 3514.0 3460.0 3499.0 3337.68994140625 3861500 0.0 0.0
74 2022-04-20 00:00:00+09:00 3569.0 3580.0 3509.0 3526.0 3363.445068359375 5435500 0.0 0.0
75 2022-04-21 00:00:00+09:00 3534.0 3596.0 3528.0 3585.0 3419.725341796875 4920000 0.0 0.0
76 2022-04-22 00:00:00+09:00 3525.0 3557.0 3496.0 3554.0 3390.154296875 4350500 0.0 0.0
77 2022-04-25 00:00:00+09:00 3500.0 3550.0 3478.0 3547.0 3383.477294921875 5038000 0.0 0.0
78 2022-04-26 00:00:00+09:00 3591.0 3591.0 3539.0 3545.0 3381.5693359375 5845500 0.0 0.0
79 2022-04-27 00:00:00+09:00 3526.0 3526.0 3455.0 3493.0 3331.966796875 7365500 0.0 0.0
80 2022-04-28 00:00:00+09:00 3553.0 3613.0 3532.0 3597.0 3431.172119140625 8387000 0.0 0.0
81 2022-05-02 00:00:00+09:00 3657.0 3689.0 3550.0 3579.0 3414.001953125 7101000 0.0 0.0
82 2022-05-06 00:00:00+09:00 3632.0 3675.0 3579.0 3655.0 3486.498291015625 7088500 0.0 0.0
83 2022-05-09 00:00:00+09:00 3602.0 3641.0 3593.0 3603.0 3436.8955078125 5021000 0.0 0.0
84 2022-05-10 00:00:00+09:00 3565.0 3588.0 3514.0 3571.0 3406.37060546875 5717000 0.0 0.0
85 2022-05-11 00:00:00+09:00 3550.0 3602.0 3532.0 3568.0 3403.509033203125 5554000 0.0 0.0
86 2022-05-12 00:00:00+09:00 3514.0 3553.0 3491.0 3532.0 3369.168701171875 5500500 0.0 0.0
87 2022-05-13 00:00:00+09:00 3538.0 3625.0 3537.0 3599.0 3433.079833984375 6871500 0.0 0.0
88 2022-05-16 00:00:00+09:00 3660.0 3667.0 3586.0 3593.0 3427.356201171875 7187500 0.0 0.0
89 2022-05-17 00:00:00+09:00 3600.0 3605.0 3576.0 3595.0 3429.264404296875 4602500 0.0 0.0
90 2022-05-18 00:00:00+09:00 3632.0 3698.0 3632.0 3656.0 3487.451904296875 7495000 0.0 0.0
91 2022-05-19 00:00:00+09:00 3540.0 3576.0 3531.0 3551.0 3387.292724609375 8941500 0.0 0.0
92 2022-05-20 00:00:00+09:00 3517.0 3585.0 3512.0 3583.0 3417.8173828125 8683500 0.0 0.0
93 2022-05-23 00:00:00+09:00 3646.0 3665.0 3565.0 3583.0 3417.8173828125 5712000 0.0 0.0
94 2022-05-24 00:00:00+09:00 3576.0 3581.0 3540.0 3540.0 3376.7998046875 6997500 0.0 0.0
95 2022-05-25 00:00:00+09:00 3550.0 3558.0 3529.0 3545.0 3381.5693359375 6704500 0.0 0.0
96 2022-05-26 00:00:00+09:00 3498.0 3524.0 3476.0 3496.0 3334.828369140625 8881500 0.0 0.0
97 2022-05-27 00:00:00+09:00 3570.0 3577.0 3547.0 3568.0 3403.509033203125 5818500 0.0 0.0
98 2022-05-30 00:00:00+09:00 3587.0 3669.0 3578.0 3650.0 3481.728271484375 8034000 0.0 0.0
99 2022-05-31 00:00:00+09:00 3644.0 3667.0 3623.0 3667.0 3497.945068359375 22942000 0.0 0.0
100 2022-06-01 00:00:00+09:00 3666.0 3716.0 3644.0 3716.0 3544.685791015625 5525000 0.0 0.0
101 2022-06-02 00:00:00+09:00 3720.0 3727.0 3688.0 3702.0 3531.33154296875 6125000 0.0 0.0
102 2022-06-03 00:00:00+09:00 3729.0 3739.0 3679.0 3687.0 3517.02294921875 5929000 0.0 0.0
103 2022-06-06 00:00:00+09:00 3659.0 3695.0 3632.0 3684.0 3514.1611328125 3916000 0.0 0.0
104 2022-06-07 00:00:00+09:00 3700.0 3700.0 3665.0 3667.0 3497.945068359375 4437000 0.0 0.0
105 2022-06-08 00:00:00+09:00 3720.0 3730.0 3691.0 3711.0 3539.91650390625 5411500 0.0 0.0
106 2022-06-09 00:00:00+09:00 3698.0 3701.0 3661.0 3667.0 3497.945068359375 6031500 0.0 0.0
107 2022-06-10 00:00:00+09:00 3632.0 3645.0 3610.0 3623.0 3455.9736328125 7472000 0.0 0.0
108 2022-06-13 00:00:00+09:00 3520.0 3535.0 3449.0 3449.0 3289.994873046875 11133000 0.0 0.0
109 2022-06-14 00:00:00+09:00 3420.0 3469.0 3419.0 3468.0 3308.119140625 6863000 0.0 0.0
110 2022-06-15 00:00:00+09:00 3464.0 3476.0 3455.0 3460.0 3300.48779296875 6177000 0.0 0.0
111 2022-06-16 00:00:00+09:00 3501.0 3509.0 3425.0 3425.0 3267.1015625 8418000 0.0 0.0
112 2022-06-17 00:00:00+09:00 3278.0 3291.0 3241.0 3255.0 3104.938720703125 15500000 0.0 0.0
113 2022-06-20 00:00:00+09:00 3271.0 3281.0 3045.0 3047.0 2906.52783203125 13146000 0.0 0.0
114 2022-06-21 00:00:00+09:00 3121.0 3134.0 3047.0 3097.0 2954.22265625 7706500 0.0 0.0
115 2022-06-22 00:00:00+09:00 3167.0 3169.0 3027.0 3030.0 2890.311767578125 7630000 0.0 0.0
116 2022-06-23 00:00:00+09:00 2999.0 3003.0 2872.0 2874.0 2741.50341796875 15262000 0.0 0.0
117 2022-06-24 00:00:00+09:00 2900.0 3017.0 2882.0 2998.0 2859.787109375 16497000 0.0 0.0
118 2022-06-27 00:00:00+09:00 3089.0 3155.0 3082.0 3140.0 2995.240478515625 10088000 0.0 0.0
119 2022-06-28 00:00:00+09:00 3081.0 3131.0 3052.0 3125.0 2980.931884765625 8591500 0.0 0.0
120 2022-06-29 00:00:00+09:00 3088.0 3124.0 3073.0 3122.0 2978.0703125 9900500 0.0 0.0
121 2022-06-30 00:00:00+09:00 3060.0 3093.0 3050.0 3060.0 2918.9287109375 10576000 0.0 0.0
122 2022-07-01 00:00:00+09:00 3099.0 3110.0 3058.0 3082.0 2939.914306640625 9179000 0.0 0.0
123 2022-07-04 00:00:00+09:00 3109.0 3142.0 3105.0 3142.0 2997.1484375 6224000 0.0 0.0
124 2022-07-05 00:00:00+09:00 3159.0 3194.0 3137.0 3161.0 3015.272216796875 5830500 0.0 0.0
125 2022-07-06 00:00:00+09:00 3150.0 3178.0 3140.0 3152.0 3006.687255859375 6535500 0.0 0.0
126 2022-07-07 00:00:00+09:00 3120.0 3215.0 3120.0 3205.0 3057.243896484375 7487500 0.0 0.0
127 2022-07-08 00:00:00+09:00 3230.0 3256.0 3188.0 3196.0 3048.65869140625 8619000 0.0 0.0
128 2022-07-11 00:00:00+09:00 3256.0 3277.0 3220.0 3235.0 3085.86083984375 4135000 0.0 0.0
129 2022-07-12 00:00:00+09:00 3206.0 3209.0 3146.0 3151.0 3005.733642578125 4858000 0.0 0.0
130 2022-07-13 00:00:00+09:00 3171.0 3204.0 3167.0 3193.0 3045.79736328125 4349500 0.0 0.0
131 2022-07-14 00:00:00+09:00 3160.0 3207.0 3160.0 3203.0 3055.336181640625 3735000 0.0 0.0
132 2022-07-15 00:00:00+09:00 3190.0 3224.0 3183.0 3204.0 3056.2900390625 3204500 0.0 0.0
133 2022-07-19 00:00:00+09:00 3201.0 3256.0 3201.0 3252.0 3102.0771484375 3715000 0.0 0.0
134 2022-07-20 00:00:00+09:00 3335.0 3378.0 3334.0 3372.0 3216.545166015625 5710500 0.0 0.0
135 2022-07-21 00:00:00+09:00 3333.0 3366.0 3326.0 3351.0 3196.51318359375 6702500 0.0 0.0
136 2022-07-22 00:00:00+09:00 3363.0 3363.0 3301.0 3330.0 3176.481201171875 7392000 0.0 0.0
137 2022-07-25 00:00:00+09:00 3260.0 3264.0 3228.0 3229.0 3080.137451171875 6264000 0.0 0.0
138 2022-07-26 00:00:00+09:00 3245.0 3257.0 3226.0 3231.0 3082.04541015625 4613500 0.0 0.0
139 2022-07-27 00:00:00+09:00 3210.0 3286.0 3198.0 3267.0 3116.3857421875 6886500 0.0 0.0
140 2022-07-28 00:00:00+09:00 3470.0 3512.0 3368.0 3404.0 3247.06982421875 16614000 0.0 0.0
141 2022-07-29 00:00:00+09:00 3403.0 3427.0 3370.0 3392.0 3235.62255859375 7804000 0.0 0.0
142 2022-08-01 00:00:00+09:00 3401.0 3499.0 3401.0 3489.0 3328.151123046875 7018000 0.0 0.0
143 2022-08-02 00:00:00+09:00 3458.0 3465.0 3424.0 3440.0 3281.409912109375 4993500 0.0 0.0
144 2022-08-03 00:00:00+09:00 3425.0 3449.0 3407.0 3436.0 3277.5947265625 5123000 0.0 0.0
145 2022-08-04 00:00:00+09:00 3449.0 3471.0 3438.0 3460.0 3300.48779296875 4068500 0.0 0.0
146 2022-08-05 00:00:00+09:00 3422.0 3459.0 3408.0 3452.0 3292.85693359375 4774000 0.0 0.0
147 2022-08-08 00:00:00+09:00 3433.0 3474.0 3427.0 3465.0 3305.257568359375 3761000 0.0 0.0
148 2022-08-09 00:00:00+09:00 3466.0 3471.0 3425.0 3438.0 3279.502197265625 4313500 0.0 0.0
149 2022-08-10 00:00:00+09:00 3428.0 3437.0 3401.0 3409.0 3251.83935546875 4978000 0.0 0.0
150 2022-08-12 00:00:00+09:00 3495.0 3496.0 3456.0 3485.0 3324.335205078125 8382000 0.0 0.0
151 2022-08-15 00:00:00+09:00 3512.0 3552.0 3505.0 3544.0 3380.615478515625 5183000 0.0 0.0
152 2022-08-16 00:00:00+09:00 3531.0 3561.0 3517.0 3526.0 3363.445068359375 4304500 0.0 0.0
153 2022-08-17 00:00:00+09:00 3530.0 3545.0 3513.0 3529.0 3366.30712890625 6341000 0.0 0.0
154 2022-08-18 00:00:00+09:00 3476.0 3485.0 3440.0 3456.0 3296.672119140625 8115000 0.0 0.0
155 2022-08-19 00:00:00+09:00 3489.0 3502.0 3462.0 3462.0 3302.395751953125 5710000 0.0 0.0
156 2022-08-22 00:00:00+09:00 3382.0 3426.0 3372.0 3425.0 3267.1015625 7080000 0.0 0.0
157 2022-08-23 00:00:00+09:00 3425.0 3428.0 3387.0 3399.0 3242.300048828125 5552500 0.0 0.0
158 2022-08-24 00:00:00+09:00 3409.0 3412.0 3376.0 3378.0 3222.2685546875 6720500 0.0 0.0
159 2022-08-25 00:00:00+09:00 3366.0 3389.0 3334.0 3380.0 3224.17626953125 6438000 0.0 0.0
160 2022-08-26 00:00:00+09:00 3385.0 3410.0 3383.0 3395.0 3238.48486328125 5813500 0.0 0.0
161 2022-08-29 00:00:00+09:00 3262.0 3297.0 3246.0 3287.0 3135.46337890625 8457000 0.0 0.0
162 2022-08-30 00:00:00+09:00 3303.0 3306.0 3271.0 3298.0 3145.95654296875 7276000 0.0 0.0
163 2022-08-31 00:00:00+09:00 3230.0 3266.0 3225.0 3263.0 3112.5703125 13482000 0.0 0.0
164 2022-09-01 00:00:00+09:00 3263.0 3275.0 3219.0 3219.0 3070.598388671875 7553500 0.0 0.0
165 2022-09-02 00:00:00+09:00 3222.0 3226.0 3198.0 3214.0 3065.8291015625 5257000 0.0 0.0
166 2022-09-05 00:00:00+09:00 3200.0 3254.0 3198.0 3251.0 3101.123291015625 4244000 0.0 0.0
167 2022-09-06 00:00:00+09:00 3251.0 3275.0 3237.0 3245.0 3095.39990234375 3553000 0.0 0.0
168 2022-09-07 00:00:00+09:00 3245.0 3251.0 3185.0 3197.0 3049.61279296875 8426000 0.0 0.0
169 2022-09-08 00:00:00+09:00 3230.0 3287.0 3218.0 3276.0 3124.970458984375 7632500 0.0 0.0
170 2022-09-09 00:00:00+09:00 3261.0 3295.0 3256.0 3290.0 3138.325439453125 7866500 0.0 0.0
171 2022-09-12 00:00:00+09:00 3354.0 3357.0 3321.0 3343.0 3188.882080078125 4352000 0.0 0.0
172 2022-09-13 00:00:00+09:00 3352.0 3358.0 3335.0 3358.0 3203.1904296875 3786000 0.0 0.0
173 2022-09-14 00:00:00+09:00 3252.0 3281.0 3229.0 3243.0 3093.4921875 8218500 0.0 0.0
174 2022-09-15 00:00:00+09:00 3248.0 3252.0 3233.0 3237.0 3087.7685546875 5311000 0.0 0.0
175 2022-09-16 00:00:00+09:00 3200.0 3209.0 3179.0 3179.0 3032.442626953125 8996000 0.0 0.0
176 2022-09-20 00:00:00+09:00 3200.0 3236.0 3175.0 3175.0 3028.626953125 5705000 0.0 0.0
177 2022-09-21 00:00:00+09:00 3175.0 3178.0 3138.0 3142.0 2997.1484375 5023500 0.0 0.0
178 2022-09-22 00:00:00+09:00 3103.0 3123.0 3092.0 3114.0 2970.439208984375 5458000 0.0 0.0
179 2022-09-26 00:00:00+09:00 3034.0 3034.0 2961.0 2964.0 2827.354736328125 8832000 0.0 0.0
180 2022-09-27 00:00:00+09:00 3000.0 3013.0 2976.0 2976.0 2838.801513671875 6016000 0.0 0.0
181 2022-09-28 00:00:00+09:00 2961.0 2987.0 2913.0 2939.0 2803.507080078125 8209000 0.0 0.0
182 2022-09-29 00:00:00+09:00 2951.0 2954.0 2875.0 2919.0 2827.7255859375 7719500 45.0 0.0
183 2022-09-30 00:00:00+09:00 2919.0 2931.0 2837.0 2866.0 2776.3828125 11141000 0.0 0.0
184 2022-10-03 00:00:00+09:00 2902.0 2990.0 2889.0 2990.0 2896.50537109375 9900000 0.0 0.0
185 2022-10-04 00:00:00+09:00 3082.0 3082.0 3023.0 3033.0 2938.16064453125 8846500 0.0 0.0
186 2022-10-05 00:00:00+09:00 3080.0 3115.0 3062.0 3109.0 3011.7841796875 8476500 0.0 0.0
187 2022-10-06 00:00:00+09:00 3114.0 3136.0 3098.0 3124.0 3026.315185546875 5565500 0.0 0.0
188 2022-10-07 00:00:00+09:00 3090.0 3115.0 3066.0 3091.0 2994.346923828125 6114000 0.0 0.0
189 2022-10-11 00:00:00+09:00 3016.0 3044.0 2997.0 3007.0 2912.973388671875 6645000 0.0 0.0
190 2022-10-12 00:00:00+09:00 2990.0 3014.0 2958.0 2960.0 2867.443359375 7786500 0.0 0.0
191 2022-10-13 00:00:00+09:00 2969.0 3002.0 2964.0 2972.0 2879.068115234375 4634000 0.0 0.0
192 2022-10-14 00:00:00+09:00 3032.0 3049.0 3000.0 3032.0 2937.19189453125 7564000 0.0 0.0
193 2022-10-17 00:00:00+09:00 2940.0 2954.0 2930.0 2944.0 2851.943603515625 7008500 0.0 0.0
194 2022-10-18 00:00:00+09:00 3012.0 3014.0 2965.0 3008.0 2913.9423828125 6357000 0.0 0.0
195 2022-10-19 00:00:00+09:00 3028.0 3064.0 3017.0 3032.0 2937.19189453125 5751000 0.0 0.0
196 2022-10-20 00:00:00+09:00 2986.0 3002.0 2970.0 2987.0 2893.59912109375 6160000 0.0 0.0
197 2022-10-21 00:00:00+09:00 2970.0 2990.0 2970.0 2971.0 2878.099609375 5298000 0.0 0.0
198 2022-10-24 00:00:00+09:00 3031.0 3080.0 3028.0 3039.0 2943.973388671875 5615500 0.0 0.0
199 2022-10-25 00:00:00+09:00 3058.0 3069.0 3036.0 3044.0 2948.81689453125 6311000 0.0 0.0
200 2022-10-26 00:00:00+09:00 3058.0 3106.0 3054.0 3091.0 2994.346923828125 5510500 0.0 0.0
201 2022-10-27 00:00:00+09:00 3067.0 3080.0 3059.0 3080.0 2983.691162109375 5645000 0.0 0.0
202 2022-10-28 00:00:00+09:00 3138.0 3138.0 3066.0 3071.0 2974.97265625 15176500 0.0 0.0
203 2022-10-31 00:00:00+09:00 3115.0 3122.0 3084.0 3108.0 3010.8154296875 5805000 0.0 0.0
204 2022-11-01 00:00:00+09:00 3107.0 3125.0 3095.0 3125.0 3027.283935546875 4351500 0.0 0.0
205 2022-11-02 00:00:00+09:00 3138.0 3138.0 3086.0 3103.0 3005.971923828125 5194000 0.0 0.0
206 2022-11-04 00:00:00+09:00 3072.0 3091.0 3046.0 3091.0 2994.346923828125 6584500 0.0 0.0
207 2022-11-07 00:00:00+09:00 3127.0 3156.0 3115.0 3156.0 3057.314453125 5297000 0.0 0.0
208 2022-11-08 00:00:00+09:00 3200.0 3202.0 3173.0 3192.0 3092.18896484375 4471500 0.0 0.0
209 2022-11-09 00:00:00+09:00 3213.0 3253.0 3208.0 3250.0 3148.375244140625 5779000 0.0 0.0
210 2022-11-10 00:00:00+09:00 3239.0 3239.0 3193.0 3199.0 3098.97021484375 6865000 0.0 0.0
211 2022-11-11 00:00:00+09:00 3320.0 3409.0 3299.0 3409.0 3302.403564453125 14118000 0.0 0.0
212 2022-11-14 00:00:00+09:00 3460.0 3488.0 3426.0 3464.0 3355.683837890625 9779000 0.0 0.0
213 2022-11-15 00:00:00+09:00 3461.0 3484.0 3446.0 3467.0 3358.58984375 5291000 0.0 0.0
214 2022-11-16 00:00:00+09:00 3490.0 3541.0 3469.0 3537.0 3426.40087890625 9166500 0.0 0.0
215 2022-11-17 00:00:00+09:00 3502.0 3515.0 3458.0 3466.0 3357.62109375 7998500 0.0 0.0
216 2022-11-18 00:00:00+09:00 3475.0 3488.0 3432.0 3440.0 3332.43408203125 6461000 0.0 0.0
217 2022-11-21 00:00:00+09:00 3440.0 3490.0 3438.0 3490.0 3380.87060546875 4555500 0.0 0.0
218 2022-11-22 00:00:00+09:00 3494.0 3501.0 3471.0 3499.0 3389.589111328125 6389000 0.0 0.0
219 2022-11-24 00:00:00+09:00 3538.0 3562.0 3529.0 3553.0 3441.900634765625 5991000 0.0 0.0
220 2022-11-25 00:00:00+09:00 3561.0 3576.0 3554.0 3560.0 3448.681884765625 3771000 0.0 0.0
221 2022-11-28 00:00:00+09:00 3552.0 3564.0 3532.0 3532.0 3421.557373046875 4718000 0.0 0.0
222 2022-11-29 00:00:00+09:00 3495.0 3512.0 3487.0 3503.0 3393.464111328125 4499000 0.0 0.0
223 2022-11-30 00:00:00+09:00 3484.0 3518.0 3477.0 3514.0 3404.120361328125 7454000 0.0 0.0
224 2022-12-01 00:00:00+09:00 3570.0 3578.0 3530.0 3570.0 3458.369140625 7244000 0.0 0.0
225 2022-12-02 00:00:00+09:00 3542.0 3546.0 3481.0 3503.0 3393.464111328125 7879000 0.0 0.0
226 2022-12-05 00:00:00+09:00 3506.0 3508.0 3467.0 3475.0 3366.33984375 4871500 0.0 0.0
227 2022-12-06 00:00:00+09:00 3435.0 3482.0 3425.0 3463.0 3354.71484375 3919500 0.0 0.0
228 2022-12-07 00:00:00+09:00 3430.0 3439.0 3408.0 3408.0 3301.4345703125 5549000 0.0 0.0
229 2022-12-08 00:00:00+09:00 3403.0 3409.0 3368.0 3386.0 3280.122802734375 5129000 0.0 0.0
230 2022-12-09 00:00:00+09:00 3380.0 3447.0 3377.0 3435.0 3327.590576171875 5786500 0.0 0.0
231 2022-12-12 00:00:00+09:00 3420.0 3435.0 3412.0 3420.0 3313.059814453125 3176000 0.0 0.0
232 2022-12-13 00:00:00+09:00 3453.0 3472.0 3445.0 3452.0 3344.05908203125 3824000 0.0 0.0
233 2022-12-14 00:00:00+09:00 3494.0 3556.0 3486.0 3556.0 3444.806884765625 6909000 0.0 0.0
234 2022-12-15 00:00:00+09:00 3510.0 3552.0 3503.0 3546.0 3435.119873046875 5695000 0.0 0.0
235 2022-12-16 00:00:00+09:00 3471.0 3505.0 3460.0 3487.0 3377.964599609375 9524500 0.0 0.0
236 2022-12-19 00:00:00+09:00 3444.0 3476.0 3443.0 3447.0 3339.215087890625 4378500 0.0 0.0
237 2022-12-20 00:00:00+09:00 3468.0 3490.0 3367.0 3384.0 3278.185302734375 7776000 0.0 0.0
238 2022-12-21 00:00:00+09:00 3386.0 3395.0 3328.0 3362.0 3256.873291015625 6319500 0.0 0.0
239 2022-12-22 00:00:00+09:00 3389.0 3389.0 3354.0 3379.0 3273.341552734375 5088000 0.0 0.0
240 2022-12-23 00:00:00+09:00 3335.0 3344.0 3315.0 3336.0 3231.686279296875 4868000 0.0 0.0
241 2022-12-26 00:00:00+09:00 3352.0 3391.0 3346.0 3386.0 3280.122802734375 2487500 0.0 0.0
242 2022-12-27 00:00:00+09:00 3400.0 3410.0 3326.0 3326.0 3221.998779296875 3236500 0.0 0.0
243 2022-12-28 00:00:00+09:00 3300.0 3326.0 3281.0 3307.0 3203.593017578125 3784500 0.0 0.0
244 2022-12-29 00:00:00+09:00 3272.0 3279.0 3238.0 3252.0 3150.31298828125 6196000 0.0 0.0
245 2022-12-30 00:00:00+09:00 3285.0 3299.0 3245.0 3245.0 3143.53173828125 4288000 0.0 0.0
246 2023-01-04 00:00:00+09:00 3186.0 3197.0 3158.0 3163.0 3064.095703125 5362000 0.0 0.0
247 2023-01-05 00:00:00+09:00 3212.0 3237.0 3195.0 3200.0 3099.938720703125 5244000 0.0 0.0
248 2023-01-06 00:00:00+09:00 3177.0 3233.0 3162.0 3223.0 3122.2197265625 4748000 0.0 0.0
249 2023-01-10 00:00:00+09:00 3346.0 3348.0 3307.0 3332.0 3227.811279296875 7778000 0.0 0.0
250 2023-01-11 00:00:00+09:00 3339.0 3345.0 3313.0 3330.0 3225.87353515625 5305500 0.0 0.0
251 2023-01-12 00:00:00+09:00 3359.0 3366.0 3321.0 3343.0 3238.46728515625 4104000 0.0 0.0
252 2023-01-13 00:00:00+09:00 3321.0 3360.0 3304.0 3325.0 3221.030029296875 5311500 0.0 0.0
253 2023-01-16 00:00:00+09:00 3288.0 3297.0 3253.0 3281.0 3178.406005859375 4967500 0.0 0.0
254 2023-01-17 00:00:00+09:00 3270.0 3340.0 3265.0 3323.0 3219.0927734375 4316000 0.0 0.0
255 2023-01-18 00:00:00+09:00 3354.0 3431.0 3327.0 3392.0 3285.934814453125 5236500 0.0 0.0
256 2023-01-19 00:00:00+09:00 3330.0 3372.0 3322.0 3360.0 3254.935546875 5314500 0.0 0.0
257 2023-01-20 00:00:00+09:00 3360.0 3364.0 3341.0 3360.0 3254.935546875 3316500 0.0 0.0
258 2023-01-23 00:00:00+09:00 3433.0 3442.0 3404.0 3428.0 3320.809326171875 3929500 0.0 0.0
259 2023-01-24 00:00:00+09:00 3496.0 3505.0 3473.0 3482.0 3373.120849609375 4481000 0.0 0.0
260 2023-01-25 00:00:00+09:00 3468.0 3505.0 3435.0 3495.0 3385.714111328125 4755000 0.0 0.0
261 2023-01-26 00:00:00+09:00 3520.0 3542.0 3490.0 3517.0 3407.026611328125 6205500 0.0 0.0
262 2023-01-27 00:00:00+09:00 3720.0 3767.0 3625.0 3661.0 3546.523681640625 21879000 0.0 0.0
263 2023-01-30 00:00:00+09:00 3741.0 3847.0 3738.0 3847.0 3726.70751953125 16033000 0.0 0.0
264 2023-01-31 00:00:00+09:00 3840.0 3874.0 3813.0 3815.0 3695.708251953125 10376000 0.0 0.0
265 2023-02-01 00:00:00+09:00 3860.0 3882.0 3845.0 3851.0 3730.58251953125 7149000 0.0 0.0
266 2023-02-02 00:00:00+09:00 3900.0 3906.0 3811.0 3828.0 3708.301513671875 6725500 0.0 0.0
267 2023-02-03 00:00:00+09:00 3831.0 3864.0 3823.0 3840.0 3719.9267578125 4717500 0.0 0.0
268 2023-02-06 00:00:00+09:00 3880.0 3902.0 3826.0 3835.0 3715.0830078125 6266500 0.0 0.0
269 2023-02-07 00:00:00+09:00 3837.0 3874.0 3832.0 3851.0 3730.58251953125 4945000 0.0 0.0
270 2023-02-08 00:00:00+09:00 3872.0 3882.0 3820.0 3847.0 3726.70751953125 5366000 0.0 0.0
271 2023-02-09 00:00:00+09:00 3824.0 3894.0 3820.0 3881.0 3759.64453125 5645000 0.0 0.0
272 2023-02-10 00:00:00+09:00 3900.0 3933.0 3866.0 3910.0 3787.737548828125 9286000 0.0 0.0
273 2023-02-13 00:00:00+09:00 3860.0 3884.0 3827.0 3850.0 3729.61376953125 6392000 0.0 0.0
274 2023-02-14 00:00:00+09:00 3879.0 3898.0 3872.0 3877.0 3755.76953125 5278500 0.0 0.0
275 2023-02-15 00:00:00+09:00 3884.0 3902.0 3868.0 3889.0 3767.39404296875 4995000 0.0 0.0
276 2023-02-16 00:00:00+09:00 3930.0 3941.0 3907.0 3929.0 3806.1435546875 4871500 0.0 0.0
277 2023-02-17 00:00:00+09:00 3880.0 3902.0 3855.0 3855.0 3734.457275390625 7807500 0.0 0.0
278 2023-02-20 00:00:00+09:00 3844.0 3859.0 3807.0 3842.0 3721.864013671875 6316500 0.0 0.0
279 2023-02-21 00:00:00+09:00 3856.0 3858.0 3814.0 3834.0 3714.114013671875 4043500 0.0 0.0
280 2023-02-22 00:00:00+09:00 3808.0 3814.0 3788.0 3794.0 3675.364990234375 5601000 0.0 0.0
281 2023-02-24 00:00:00+09:00 3797.0 3832.0 3776.0 3827.0 3707.3330078125 5211000 0.0 0.0
282 2023-02-27 00:00:00+09:00 3806.0 3840.0 3786.0 3840.0 3719.9267578125 5648500 0.0 0.0
283 2023-02-28 00:00:00+09:00 3840.0 3845.0 3817.0 3830.0 3710.2392578125 6424500 0.0 0.0
284 2023-03-01 00:00:00+09:00 3794.0 3816.0 3775.0 3815.0 3695.708251953125 5421000 0.0 0.0
285 2023-03-02 00:00:00+09:00 3842.0 3844.0 3811.0 3818.0 3698.6142578125 4512500 0.0 0.0
286 2023-03-03 00:00:00+09:00 3856.0 3944.0 3844.0 3933.0 3810.0185546875 9054500 0.0 0.0
287 2023-03-06 00:00:00+09:00 3977.0 4056.0 3966.0 4056.0 3929.17236328125 8020500 0.0 0.0
288 2023-03-07 00:00:00+09:00 4056.0 4083.0 4038.0 4065.0 3937.890869140625 7058000 0.0 0.0
289 2023-03-08 00:00:00+09:00 4044.0 4063.0 4023.0 4050.0 3923.360107421875 5728500 0.0 0.0
290 2023-03-09 00:00:00+09:00 4100.0 4133.0 4088.0 4114.0 3985.35888671875 6500000 0.0 0.0
291 2023-03-10 00:00:00+09:00 4100.0 4128.0 4080.0 4100.0 3971.796630859375 9545500 0.0 0.0
292 2023-03-13 00:00:00+09:00 4051.0 4086.0 4041.0 4082.0 3954.359375 5606500 0.0 0.0
293 2023-03-14 00:00:00+09:00 4006.0 4040.0 3982.0 4022.0 3896.235595703125 8254500 0.0 0.0
294 2023-03-15 00:00:00+09:00 4034.0 4050.0 4003.0 4041.0 3914.641357421875 6122000 0.0 0.0
295 2023-03-16 00:00:00+09:00 3976.0 4045.0 3972.0 4035.0 3908.828857421875 5019000 0.0 0.0
296 2023-03-17 00:00:00+09:00 4018.0 4055.0 4016.0 4031.0 3904.9541015625 6961500 0.0 0.0
297 2023-03-20 00:00:00+09:00 4000.0 4027.0 3980.0 3980.0 3855.548828125 7006500 0.0 0.0
298 2023-03-22 00:00:00+09:00 4066.0 4128.0 4057.0 4122.0 3993.1083984375 8741500 0.0 0.0
299 2023-03-23 00:00:00+09:00 4056.0 4106.0 4039.0 4086.0 3958.234375 5480000 0.0 0.0
300 2023-03-24 00:00:00+09:00 4130.0 4187.0 4123.0 4177.0 4046.388916015625 8961500 0.0 0.0
301 2023-03-27 00:00:00+09:00 4196.0 4204.0 4151.0 4192.0 4060.919921875 5959500 0.0 0.0
302 2023-03-28 00:00:00+09:00 4200.0 4207.0 4124.0 4142.0 4012.483154296875 4505500 0.0 0.0
303 2023-03-29 00:00:00+09:00 4146.0 4211.0 4146.0 4206.0 4074.48193359375 6514500 0.0 0.0
304 2023-03-30 00:00:00+09:00 4257.0 4268.0 4119.0 4161.0 4084.297607421875 5535200 275.0 5.0
305 2023-03-31 00:00:00+09:00 4229.0 4299.0 4209.0 4275.0 4196.1962890625 9608400 0.0 0.0
306 2023-04-03 00:00:00+09:00 4250.0 4259.0 4162.0 4182.0 4104.91064453125 7076800 0.0 0.0
307 2023-04-04 00:00:00+09:00 4245.0 4245.0 4144.0 4155.0 4078.408203125 6780600 0.0 0.0
308 2023-04-05 00:00:00+09:00 4150.0 4150.0 4080.0 4088.0 4012.64306640625 6063700 0.0 0.0
309 2023-04-06 00:00:00+09:00 4002.0 4004.0 3920.0 3942.0 3869.33447265625 8615200 0.0 0.0
310 2023-04-07 00:00:00+09:00 3897.0 3975.0 3892.0 3953.0 3880.1318359375 4554700 0.0 0.0
311 2023-04-10 00:00:00+09:00 3996.0 4009.0 3949.0 3964.0 3890.928955078125 3485200 0.0 0.0
312 2023-04-11 00:00:00+09:00 3990.0 4019.0 3954.0 3960.0 3887.0029296875 6476500 0.0 0.0
313 2023-04-12 00:00:00+09:00 3968.0 4084.0 3966.0 4064.0 3989.085693359375 6372000 0.0 0.0
314 2023-04-13 00:00:00+09:00 4064.0 4099.0 4026.0 4081.0 4005.772216796875 5160200 0.0 0.0
315 2023-04-14 00:00:00+09:00 4126.0 4130.0 4055.0 4129.0 4052.887451171875 7459400 0.0 0.0
316 2023-04-17 00:00:00+09:00 4100.0 4168.0 4097.0 4155.0 4078.408203125 4518400 0.0 0.0
317 2023-04-18 00:00:00+09:00 4156.0 4163.0 4116.0 4122.0 4046.0166015625 4974500 0.0 0.0
318 2023-04-19 00:00:00+09:00 4046.0 4104.0 4035.0 4100.0 4024.422119140625 7088900 0.0 0.0
319 2023-04-20 00:00:00+09:00 4010.0 4072.0 3988.0 4046.0 3971.41748046875 5741100 0.0 0.0
320 2023-04-21 00:00:00+09:00 4044.0 4099.0 4035.0 4083.0 4007.7353515625 4623300 0.0 0.0
321 2023-04-24 00:00:00+09:00 4055.0 4074.0 4030.0 4033.0 3958.6572265625 4068400 0.0 0.0
322 2023-04-25 00:00:00+09:00 4085.0 4102.0 4063.0 4070.0 3994.97509765625 4636000 0.0 0.0
323 2023-04-26 00:00:00+09:00 4085.0 4087.0 4036.0 4060.0 3985.159423828125 5594700 0.0 0.0
324 2023-04-27 00:00:00+09:00 4000.0 4059.0 3986.0 4042.0 3967.4912109375 6637900 0.0 0.0
325 2023-04-28 00:00:00+09:00 3833.0 3893.0 3797.0 3863.0 3791.790771484375 17884000 0.0 0.0
326 2023-05-01 00:00:00+09:00 3930.0 3969.0 3908.0 3969.0 3895.836669921875 7639600 0.0 0.0
327 2023-05-02 00:00:00+09:00 3999.0 4012.0 3965.0 3995.0 3921.357421875 5160300 0.0 0.0
328 2023-05-08 00:00:00+09:00 4067.0 4068.0 3962.0 3978.0 3904.6708984375 6181500 0.0 0.0
329 2023-05-09 00:00:00+09:00 3999.0 4009.0 3975.0 3998.0 3924.30224609375 5198600 0.0 0.0
330 2023-05-10 00:00:00+09:00 3957.0 3981.0 3942.0 3973.0 3899.76318359375 5009700 0.0 0.0
331 2023-05-11 00:00:00+09:00 3975.0 3988.0 3951.0 3982.0 3908.59716796875 3817700 0.0 0.0
332 2023-05-12 00:00:00+09:00 4030.0 4030.0 3958.0 3970.0 3896.818603515625 6992800 0.0 0.0
333 2023-05-15 00:00:00+09:00 3969.0 3980.0 3932.0 3960.0 3887.0029296875 5201400 0.0 0.0
334 2023-05-16 00:00:00+09:00 3976.0 4012.0 3957.0 4001.0 3927.2470703125 6382000 0.0 0.0
335 2023-05-17 00:00:00+09:00 4031.0 4033.0 3998.0 4000.0 3926.265380859375 5112300 0.0 0.0
336 2023-05-18 00:00:00+09:00 4060.0 4154.0 4048.0 4138.0 4061.721435546875 9208700 0.0 0.0
337 2023-05-19 00:00:00+09:00 4203.0 4278.0 4179.0 4273.0 4194.2333984375 11216200 0.0 0.0
338 2023-05-22 00:00:00+09:00 4280.0 4310.0 4220.0 4268.0 4189.3251953125 6601500 0.0 0.0
339 2023-05-23 00:00:00+09:00 4320.0 4372.0 4267.0 4285.0 4206.01171875 8845900 0.0 0.0
340 2023-05-24 00:00:00+09:00 4237.0 4302.0 4231.0 4253.0 4174.60205078125 6457700 0.0 0.0
341 2023-05-25 00:00:00+09:00 4299.0 4355.0 4275.0 4322.0 4242.32958984375 7419800 0.0 0.0
342 2023-05-26 00:00:00+09:00 4345.0 4420.0 4328.0 4332.0 4252.1455078125 7241400 0.0 0.0
343 2023-05-29 00:00:00+09:00 4485.0 4525.0 4388.0 4403.0 4321.83642578125 7518000 0.0 0.0
344 2023-05-30 00:00:00+09:00 4380.0 4422.0 4337.0 4392.0 4311.03955078125 4655900 0.0 0.0
345 2023-05-31 00:00:00+09:00 4341.0 4365.0 4270.0 4297.0 4217.79052734375 13332600 0.0 0.0
346 2023-06-01 00:00:00+09:00 4270.0 4310.0 4232.0 4306.0 4226.625 5536800 0.0 0.0
347 2023-06-02 00:00:00+09:00 4362.0 4373.0 4326.0 4364.0 4283.55517578125 5101800 0.0 0.0
348 2023-06-05 00:00:00+09:00 4448.0 4529.0 4437.0 4527.0 4443.55078125 7317000 0.0 0.0
349 2023-06-06 00:00:00+09:00 4496.0 4620.0 4475.0 4616.0 4530.91015625 6327100 0.0 0.0
350 2023-06-07 00:00:00+09:00 4686.0 4706.0 4516.0 4534.0 4450.421875 9438800 0.0 0.0
351 2023-06-08 00:00:00+09:00 4515.0 4554.0 4406.0 4453.0 4370.9150390625 5952500 0.0 0.0
352 2023-06-09 00:00:00+09:00 4418.0 4537.0 4410.0 4525.0 4441.587890625 8880500 0.0 0.0
353 2023-06-12 00:00:00+09:00 4590.0 4601.0 4534.0 4582.0 4497.537109375 5049700 0.0 0.0
354 2023-06-13 00:00:00+09:00 4616.0 4777.0 4614.0 4748.0 4660.47705078125 8024900 0.0 0.0
355 2023-06-14 00:00:00+09:00 4840.0 4894.0 4801.0 4850.0 4760.5966796875 9592300 0.0 0.0
356 2023-06-15 00:00:00+09:00 4846.0 4880.0 4807.0 4817.0 4728.205078125 7216400 0.0 0.0
357 2023-06-16 00:00:00+09:00 4838.0 4900.0 4807.0 4897.0 4806.73046875 8510200 0.0 0.0
358 2023-06-19 00:00:00+09:00 4915.0 4915.0 4783.0 4801.0 4712.5 6239200 0.0 0.0
359 2023-06-20 00:00:00+09:00 4790.0 4829.0 4767.0 4803.0 4714.46337890625 6176900 0.0 0.0
360 2023-06-21 00:00:00+09:00 4673.0 4757.0 4662.0 4731.0 4643.79052734375 9100200 0.0 0.0
361 2023-06-22 00:00:00+09:00 4698.0 4742.0 4642.0 4642.0 4556.4306640625 7609600 0.0 0.0
362 2023-06-23 00:00:00+09:00 4646.0 4672.0 4505.0 4567.0 4482.8134765625 7230300 0.0 0.0
363 2023-06-26 00:00:00+09:00 4637.0 4707.0 4613.0 4636.0 4550.54150390625 6439500 0.0 0.0
364 2023-06-27 00:00:00+09:00 4647.0 4672.0 4577.0 4624.0 4538.76318359375 5454300 0.0 0.0
365 2023-06-28 00:00:00+09:00 4694.0 4779.0 4678.0 4779.0 4690.90576171875 6865700 0.0 0.0
366 2023-06-29 00:00:00+09:00 4843.0 4854.0 4773.0 4787.0 4698.7578125 6348400 0.0 0.0
367 2023-06-30 00:00:00+09:00 4746.0 4779.0 4717.0 4768.0 4680.1083984375 5887000 0.0 0.0
368 2023-07-03 00:00:00+09:00 4838.0 4964.0 4830.0 4964.0 4872.49560546875 6788700 0.0 0.0
369 2023-07-04 00:00:00+09:00 4896.0 4953.0 4867.0 4878.0 4788.08056640625 5643000 0.0 0.0
370 2023-07-05 00:00:00+09:00 4838.0 4883.0 4819.0 4827.0 4738.0205078125 5611600 0.0 0.0
371 2023-07-06 00:00:00+09:00 4750.0 4765.0 4683.0 4695.0 4608.45361328125 7303300 0.0 0.0
372 2023-07-07 00:00:00+09:00 4612.0 4658.0 4591.0 4597.0 4512.2607421875 7832000 0.0 0.0
373 2023-07-10 00:00:00+09:00 4597.0 4627.0 4541.0 4591.0 4506.37109375 6735000 0.0 0.0
374 2023-07-11 00:00:00+09:00 4617.0 4632.0 4560.0 4584.0 4499.50048828125 4554500 0.0 0.0
375 2023-07-12 00:00:00+09:00 4550.0 4576.0 4492.0 4512.0 4428.82763671875 4866300 0.0 0.0
376 2023-07-13 00:00:00+09:00 4582.0 4713.0 4555.0 4665.0 4579.00732421875 6593300 0.0 0.0
377 2023-07-14 00:00:00+09:00 4671.0 4723.0 4621.0 4662.0 4576.06201171875 6668400 0.0 0.0
378 2023-07-18 00:00:00+09:00 4680.0 4716.0 4651.0 4683.0 4596.67529296875 4478800 0.0 0.0
379 2023-07-19 00:00:00+09:00 4720.0 4749.0 4685.0 4724.0 4636.91943359375 3911900 0.0 0.0
380 2023-07-20 00:00:00+09:00 4690.0 4715.0 4614.0 4619.0 4533.85498046875 4634000 0.0 0.0
381 2023-07-21 00:00:00+09:00 4525.0 4582.0 4512.0 4522.0 4438.64306640625 6599300 0.0 0.0
382 2023-07-24 00:00:00+09:00 4592.0 4609.0 4548.0 4577.0 4492.62939453125 5055100 0.0 0.0
383 2023-07-25 00:00:00+09:00 4557.0 4577.0 4536.0 4563.0 4478.88720703125 5370900 0.0 0.0
384 2023-07-26 00:00:00+09:00 4616.0 4618.0 4551.0 4597.0 4512.2607421875 4008400 0.0 0.0
385 2023-07-27 00:00:00+09:00 4550.0 4622.0 4537.0 4606.0 4521.0947265625 5144800 0.0 0.0
386 2023-07-28 00:00:00+09:00 4536.0 4586.0 4477.0 4565.0 4480.8505859375 11604700 0.0 0.0
387 2023-07-31 00:00:00+09:00 4664.0 4716.0 4606.0 4679.0 4592.7490234375 8406600 0.0 0.0
388 2023-08-01 00:00:00+09:00 4719.0 4720.0 4655.0 4675.0 4588.82275390625 6678200 0.0 0.0
389 2023-08-02 00:00:00+09:00 4632.0 4633.0 4553.0 4555.0 4471.03466796875 8461700 0.0 0.0
390 2023-08-03 00:00:00+09:00 4510.0 4616.0 4503.0 4595.0 4510.29736328125 7230600 0.0 0.0
391 2023-08-04 00:00:00+09:00 4551.0 4602.0 4534.0 4585.0 4500.48193359375 4970800 0.0 0.0
392 2023-08-07 00:00:00+09:00 4540.0 4596.0 4523.0 4593.0 4508.33447265625 3946700 0.0 0.0
393 2023-08-08 00:00:00+09:00 4550.0 4574.0 4509.0 4509.0 4425.88232421875 10642500 0.0 0.0
394 2023-08-09 00:00:00+09:00 4510.0 4574.0 4510.0 4555.0 4471.03466796875 6700200 0.0 0.0
395 2023-08-10 00:00:00+09:00 4530.0 4625.0 4520.0 4602.0 4517.16796875 5195300 0.0 0.0
396 2023-08-14 00:00:00+09:00 4629.0 4629.0 4532.0 4547.0 4463.18212890625 3913500 0.0 0.0
397 2023-08-15 00:00:00+09:00 4600.0 4610.0 4553.0 4559.0 4474.9609375 3650800 0.0 0.0
398 2023-08-16 00:00:00+09:00 4540.0 4558.0 4511.0 4528.0 4444.5322265625 4584600 0.0 0.0
399 2023-08-17 00:00:00+09:00 4528.0 4599.0 4522.0 4594.0 4509.31591796875 5269800 0.0 0.0
400 2023-08-18 00:00:00+09:00 4534.0 4546.0 4503.0 4528.0 4444.5322265625 4514300 0.0 0.0
401 2023-08-21 00:00:00+09:00 4511.0 4533.0 4483.0 4507.0 4423.91943359375 3734900 0.0 0.0
402 2023-08-22 00:00:00+09:00 4552.0 4566.0 4525.0 4563.0 4478.88720703125 3194100 0.0 0.0
403 2023-08-23 00:00:00+09:00 4533.0 4554.0 4512.0 4550.0 4466.12646484375 3334800 0.0 0.0
404 2023-08-24 00:00:00+09:00 4589.0 4602.0 4549.0 4572.0 4487.7216796875 4404300 0.0 0.0
405 2023-08-25 00:00:00+09:00 4503.0 4507.0 4482.0 4486.0 4403.306640625 7240400 0.0 0.0
406 2023-08-28 00:00:00+09:00 4510.0 4557.0 4497.0 4534.0 4450.421875 4626900 0.0 0.0
407 2023-08-29 00:00:00+09:00 4548.0 4551.0 4516.0 4526.0 4442.5693359375 4184600 0.0 0.0
408 2023-08-30 00:00:00+09:00 4564.0 4603.0 4560.0 4582.0 4497.537109375 5369800 0.0 0.0
409 2023-08-31 00:00:00+09:00 4580.0 4679.0 4568.0 4659.0 4573.11767578125 6713100 0.0 0.0
410 2023-09-01 00:00:00+09:00 4632.0 4681.0 4619.0 4645.0 4559.3759765625 4238600 0.0 0.0
411 2023-09-04 00:00:00+09:00 4665.0 4671.0 4620.0 4671.0 4584.896484375 3197900 0.0 0.0
412 2023-09-05 00:00:00+09:00 4750.0 4779.0 4691.0 4777.0 4688.9423828125 6876100 0.0 0.0
413 2023-09-06 00:00:00+09:00 4783.0 4802.0 4746.0 4764.0 4676.18212890625 5058200 0.0 0.0
414 2023-09-07 00:00:00+09:00 4736.0 4744.0 4695.0 4698.0 4611.39892578125 5291800 0.0 0.0
415 2023-09-08 00:00:00+09:00 4693.0 4724.0 4615.0 4618.0 4532.87353515625 9005600 0.0 0.0
416 2023-09-11 00:00:00+09:00 4599.0 4626.0 4572.0 4578.0 4493.61083984375 5454000 0.0 0.0
417 2023-09-12 00:00:00+09:00 4617.0 4656.0 4597.0 4643.0 4557.41259765625 4174000 0.0 0.0
418 2023-09-13 00:00:00+09:00 4620.0 4632.0 4573.0 4583.0 4498.5185546875 4097700 0.0 0.0
419 2023-09-14 00:00:00+09:00 4610.0 4658.0 4608.0 4639.0 4553.486328125 5016300 0.0 0.0
420 2023-09-15 00:00:00+09:00 4693.0 4713.0 4674.0 4706.0 4619.25146484375 6997900 0.0 0.0
421 2023-09-19 00:00:00+09:00 4693.0 4701.0 4613.0 4647.0 4561.3388671875 6101200 0.0 0.0
422 2023-09-20 00:00:00+09:00 4638.0 4638.0 4569.0 4574.0 4489.6845703125 5852000 0.0 0.0
423 2023-09-21 00:00:00+09:00 4550.0 4576.0 4543.0 4560.0 4475.9423828125 5531800 0.0 0.0
424 2023-09-22 00:00:00+09:00 4510.0 4570.0 4504.0 4537.0 4453.3662109375 5664500 0.0 0.0
425 2023-09-25 00:00:00+09:00 4558.0 4560.0 4498.0 4523.0 4439.62451171875 4383300 0.0 0.0
426 2023-09-26 00:00:00+09:00 4555.0 4555.0 4494.0 4512.0 4428.82763671875 4645300 0.0 0.0
427 2023-09-27 00:00:00+09:00 4471.0 4502.0 4436.0 4471.0 4388.58349609375 8189300 0.0 0.0
428 2023-09-28 00:00:00+09:00 4422.0 4429.0 4290.0 4319.0 4287.3310546875 9376700 50.0 0.0
429 2023-09-29 00:00:00+09:00 4351.0 4360.0 4298.0 4343.0 4311.1552734375 8599600 0.0 0.0
430 2023-10-02 00:00:00+09:00 4366.0 4419.0 4343.0 4362.0 4330.01611328125 6423300 0.0 0.0
431 2023-10-03 00:00:00+09:00 4350.0 4352.0 4304.0 4309.0 4277.404296875 5815100 0.0 0.0
432 2023-10-04 00:00:00+09:00 4200.0 4244.0 4190.0 4217.0 4186.0791015625 7150700 0.0 0.0
433 2023-10-05 00:00:00+09:00 4220.0 4288.0 4204.0 4288.0 4256.55859375 6965700 0.0 0.0
434 2023-10-06 00:00:00+09:00 4287.0 4323.0 4276.0 4279.0 4247.62451171875 5724400 0.0 0.0
435 2023-10-10 00:00:00+09:00 4349.0 4382.0 4319.0 4368.0 4335.9716796875 4957500 0.0 0.0
436 2023-10-11 00:00:00+09:00 4372.0 4383.0 4349.0 4367.0 4334.97900390625 5372400 0.0 0.0
437 2023-10-12 00:00:00+09:00 4388.0 4508.0 4380.0 4508.0 4474.9453125 6839300 0.0 0.0
438 2023-10-13 00:00:00+09:00 4503.0 4516.0 4471.0 4488.0 4455.091796875 5019700 0.0 0.0
439 2023-10-16 00:00:00+09:00 4418.0 4446.0 4388.0 4398.0 4365.751953125 5462500 0.0 0.0
440 2023-10-17 00:00:00+09:00 4447.0 4498.0 4419.0 4438.0 4405.45849609375 3833200 0.0 0.0
441 2023-10-18 00:00:00+09:00 4425.0 4449.0 4418.0 4423.0 4390.568359375 3187900 0.0 0.0
442 2023-10-19 00:00:00+09:00 4368.0 4399.0 4360.0 4366.0 4333.986328125 4019700 0.0 0.0
443 2023-10-20 00:00:00+09:00 4333.0 4338.0 4285.0 4297.0 4265.49267578125 4718200 0.0 0.0
444 2023-10-23 00:00:00+09:00 4290.0 4290.0 4253.0 4255.0 4223.80029296875 4523000 0.0 0.0
445 2023-10-24 00:00:00+09:00 4301.0 4302.0 4214.0 4266.0 4234.7197265625 6756700 0.0 0.0
446 2023-10-25 00:00:00+09:00 4320.0 4368.0 4301.0 4313.0 4281.375 4030900 0.0 0.0
447 2023-10-26 00:00:00+09:00 4272.0 4279.0 4198.0 4215.0 4184.09375 5952900 0.0 0.0
448 2023-10-27 00:00:00+09:00 4248.0 4351.0 4248.0 4302.0 4270.4560546875 6207600 0.0 0.0
449 2023-10-30 00:00:00+09:00 4257.0 4518.0 4254.0 4491.0 4458.06982421875 23838900 0.0 0.0
450 2023-10-31 00:00:00+09:00 4479.0 4501.0 4416.0 4468.0 4435.23876953125 7128600 0.0 0.0
451 2023-11-01 00:00:00+09:00 4596.0 4641.0 4566.0 4616.0 4582.1533203125 7288400 0.0 0.0
452 2023-11-02 00:00:00+09:00 4727.0 4810.0 4695.0 4806.0 4770.76025390625 11307700 0.0 0.0
453 2023-11-06 00:00:00+09:00 4876.0 4892.0 4776.0 4838.0 4802.52587890625 9111900 0.0 0.0
454 2023-11-07 00:00:00+09:00 4785.0 4866.0 4782.0 4851.0 4815.43017578125 5097500 0.0 0.0
455 2023-11-08 00:00:00+09:00 4851.0 4854.0 4764.0 4778.0 4742.9658203125 5929200 0.0 0.0
456 2023-11-09 00:00:00+09:00 4846.0 4849.0 4788.0 4815.0 4779.6943359375 3586000 0.0 0.0
457 2023-11-10 00:00:00+09:00 4780.0 4846.0 4773.0 4845.0 4809.47412109375 4613400 0.0 0.0
458 2023-11-13 00:00:00+09:00 4880.0 4885.0 4787.0 4817.0 4781.6796875 3089300 0.0 0.0
459 2023-11-14 00:00:00+09:00 4885.0 4885.0 4789.0 4826.0 4790.61376953125 3478500 0.0 0.0
460 2023-11-15 00:00:00+09:00 4928.0 4996.0 4922.0 4996.0 4959.3671875 7551900 0.0 0.0
461 2023-11-16 00:00:00+09:00 5020.0 5142.0 5015.0 5142.0 5104.29638671875 8058800 0.0 0.0
462 2023-11-17 00:00:00+09:00 5193.0 5259.0 5146.0 5248.0 5209.51953125 7378200 0.0 0.0
463 2023-11-20 00:00:00+09:00 5233.0 5252.0 5160.0 5160.0 5122.16455078125 5110100 0.0 0.0
464 2023-11-21 00:00:00+09:00 5199.0 5214.0 5157.0 5175.0 5137.0546875 4332000 0.0 0.0
465 2023-11-22 00:00:00+09:00 5152.0 5222.0 5148.0 5191.0 5152.9375 3097800 0.0 0.0
466 2023-11-24 00:00:00+09:00 5230.0 5289.0 5212.0 5224.0 5185.6953125 4270200 0.0 0.0
467 2023-11-27 00:00:00+09:00 5233.0 5248.0 5185.0 5225.0 5186.68798828125 3795300 0.0 0.0
468 2023-11-28 00:00:00+09:00 5224.0 5244.0 5184.0 5205.0 5166.83447265625 4051500 0.0 0.0
469 2023-11-29 00:00:00+09:00 5142.0 5192.0 5124.0 5170.0 5132.09130859375 3942100 0.0 0.0
470 2023-11-30 00:00:00+09:00 5159.0 5217.0 5158.0 5212.0 5173.783203125 5896700 0.0 0.0
471 2023-12-01 00:00:00+09:00 5200.0 5234.0 5174.0 5199.0 5160.87841796875 3812300 0.0 0.0
472 2023-12-04 00:00:00+09:00 5206.0 5215.0 5165.0 5170.0 5132.09130859375 5680800 0.0 0.0
473 2023-12-05 00:00:00+09:00 5108.0 5134.0 5010.0 5042.0 5005.02978515625 7554500 0.0 0.0
474 2023-12-06 00:00:00+09:00 5090.0 5212.0 5083.0 5201.0 5162.86376953125 5280400 0.0 0.0
475 2023-12-07 00:00:00+09:00 5141.0 5144.0 5015.0 5026.0 4989.14697265625 5159900 0.0 0.0
476 2023-12-08 00:00:00+09:00 4943.0 4958.0 4875.0 4895.0 4859.10791015625 8218200 0.0 0.0
477 2023-12-11 00:00:00+09:00 4990.0 4997.0 4914.0 4925.0 4888.8876953125 4035000 0.0 0.0
478 2023-12-12 00:00:00+09:00 4995.0 5008.0 4942.0 4976.0 4939.513671875 3314200 0.0 0.0
479 2023-12-13 00:00:00+09:00 5000.0 5026.0 4973.0 5000.0 4963.337890625 3089000 0.0 0.0
480 2023-12-14 00:00:00+09:00 5129.0 5195.0 5101.0 5174.0 5136.06201171875 7314200 0.0 0.0
481 2023-12-15 00:00:00+09:00 5432.0 5565.0 5391.0 5459.0 5418.97216796875 12539100 0.0 0.0
482 2023-12-18 00:00:00+09:00 5528.0 5530.0 5422.0 5465.0 5424.92822265625 6212600 0.0 0.0
483 2023-12-19 00:00:00+09:00 5469.0 5470.0 5380.0 5419.0 5379.265625 6087300 0.0 0.0
484 2023-12-20 00:00:00+09:00 5473.0 5698.0 5473.0 5640.0 5598.64501953125 8898600 0.0 0.0
485 2023-12-21 00:00:00+09:00 5585.0 5660.0 5575.0 5615.0 5573.828125 5338600 0.0 0.0
486 2023-12-22 00:00:00+09:00 5680.0 5798.0 5680.0 5781.0 5738.611328125 7449600 0.0 0.0
487 2023-12-25 00:00:00+09:00 5864.0 5872.0 5736.0 5750.0 5707.83837890625 3080900 0.0 0.0
488 2023-12-26 00:00:00+09:00 5730.0 5790.0 5728.0 5767.0 5724.7138671875 2873300 0.0 0.0
489 2023-12-27 00:00:00+09:00 5824.0 5837.0 5771.0 5812.0 5769.3837890625 4551400 0.0 0.0
490 2023-12-28 00:00:00+09:00 5811.0 5935.0 5808.0 5915.0 5871.62841796875 3942700 0.0 0.0
491 2023-12-29 00:00:00+09:00 5875.0 5917.0 5835.0 5917.0 5873.61376953125 5402900 0.0 0.0
492 2024-01-04 00:00:00+09:00 5640.0 5779.0 5608.0 5725.0 5683.02197265625 8867500 0.0 0.0
493 2024-01-05 00:00:00+09:00 5500.0 5655.0 5500.0 5637.0 5595.6669921875 8610500 0.0 0.0
494 2024-01-09 00:00:00+09:00 5660.0 5692.0 5552.0 5552.0 5511.2900390625 11296100 0.0 0.0
495 2024-01-10 00:00:00+09:00 5463.0 5593.0 5378.0 5552.0 5511.2900390625 13042800 0.0 0.0
496 2024-01-11 00:00:00+09:00 5598.0 5630.0 5515.0 5606.0 5564.89453125 10128100 0.0 0.0
497 2024-01-12 00:00:00+09:00 5730.0 5757.0 5633.0 5741.0 5698.904296875 10246300 0.0 0.0
498 2024-01-15 00:00:00+09:00 5770.0 5917.0 5768.0 5873.0 5829.9365234375 2695200 0.0 0.0
499 2024-01-16 00:00:00+09:00 5949.0 5977.0 5872.0 5895.0 5851.775390625 6098300 0.0 0.0
500 2024-01-17 00:00:00+09:00 5797.0 5886.0 5700.0 5700.0 5658.205078125 12064300 0.0 0.0
501 2024-01-18 00:00:00+09:00 5643.0 5734.0 5636.0 5676.0 5634.380859375 7168700 0.0 0.0
502 2024-01-19 00:00:00+09:00 5690.0 5799.0 5688.0 5767.0 5724.7138671875 10139000 0.0 0.0
503 2024-01-22 00:00:00+09:00 5850.0 5881.0 5814.0 5872.0 5828.94384765625 8778600 0.0 0.0
504 2024-01-23 00:00:00+09:00 5863.0 5913.0 5808.0 5847.0 5804.12744140625 7132300 0.0 0.0
505 2024-01-24 00:00:00+09:00 5869.0 5895.0 5813.0 5857.0 5814.0537109375 5497200 0.0 0.0
506 2024-01-25 00:00:00+09:00 5800.0 5875.0 5791.0 5867.0 5823.98046875 4955900 0.0 0.0
507 2024-01-26 00:00:00+09:00 5810.0 5818.0 5706.0 5740.0 5697.91162109375 7753100 0.0 0.0
508 2024-01-29 00:00:00+09:00 5540.0 5753.0 5500.0 5651.0 5609.564453125 10769400 0.0 0.0
509 2024-01-30 00:00:00+09:00 5737.0 5846.0 5676.0 5822.0 5779.310546875 7690200 0.0 0.0
510 2024-01-31 00:00:00+09:00 5808.0 5875.0 5752.0 5875.0 5831.921875 7873600 0.0 0.0
511 2024-02-01 00:00:00+09:00 5832.0 5896.0 5790.0 5810.0 5767.3984375 5626900 0.0 0.0
512 2024-02-02 00:00:00+09:00 5905.0 6024.0 5867.0 5940.0 5896.4453125 8561000 0.0 0.0
513 2024-02-05 00:00:00+09:00 6020.0 6020.0 5877.0 5880.0 5836.88525390625 5607500 0.0 0.0
514 2024-02-06 00:00:00+09:00 5828.0 5839.0 5784.0 5796.0 5753.5009765625 7756900 0.0 0.0
515 2024-02-07 00:00:00+09:00 5761.0 5828.0 5724.0 5828.0 5785.2666015625 4760700 0.0 0.0
516 2024-02-08 00:00:00+09:00 5828.0 5922.0 5787.0 5909.0 5865.67236328125 6958900 0.0 0.0
517 2024-02-09 00:00:00+09:00 5941.0 5976.0 5883.0 5903.0 5859.716796875 6633200 0.0 0.0
518 2024-02-13 00:00:00+09:00 5946.0 6043.0 5912.0 5990.0 5946.07861328125 8853600 0.0 0.0
519 2024-02-14 00:00:00+09:00 5990.0 6010.0 5922.0 5948.0 5904.38671875 5997200 0.0 0.0
520 2024-02-15 00:00:00+09:00 6089.0 6225.0 6071.0 6138.0 6092.99365234375 8118800 0.0 0.0
521 2024-02-16 00:00:00+09:00 6280.0 6324.0 6133.0 6199.0 6153.54638671875 8783000 0.0 0.0
522 2024-02-19 00:00:00+09:00 6241.0 6305.0 6125.0 6178.0 6132.7001953125 4856500 0.0 0.0
523 2024-02-20 00:00:00+09:00 6130.0 6185.0 6085.0 6126.0 6081.08154296875 5223700 0.0 0.0
524 2024-02-21 00:00:00+09:00 6050.0 6148.0 6030.0 6105.0 6060.2353515625 4876800 0.0 0.0
525 2024-02-22 00:00:00+09:00 6275.0 6331.0 6226.0 6309.0 6262.73974609375 7934400 0.0 0.0
526 2024-02-26 00:00:00+09:00 6434.0 6492.0 6388.0 6416.0 6368.955078125 7170600 0.0 0.0
527 2024-02-27 00:00:00+09:00 6434.0 6484.0 6401.0 6424.0 6376.896484375 4968300 0.0 0.0
528 2024-02-28 00:00:00+09:00 6380.0 6428.0 6350.0 6356.0 6309.39501953125 6559800 0.0 0.0
529 2024-02-29 00:00:00+09:00 6345.0 6414.0 6302.0 6387.0 6340.16748046875 6843100 0.0 0.0
530 2024-03-01 00:00:00+09:00 6430.0 6605.0 6405.0 6584.0 6535.72314453125 6145100 0.0 0.0
531 2024-03-04 00:00:00+09:00 6736.0 6752.0 6647.0 6673.0 6624.07080078125 6813100 0.0 0.0
532 2024-03-05 00:00:00+09:00 6623.0 6664.0 6556.0 6588.0 6539.69384765625 6904300 0.0 0.0
533 2024-03-06 00:00:00+09:00 6540.0 6633.0 6488.0 6585.0 6536.7158203125 5974500 0.0 0.0
534 2024-03-07 00:00:00+09:00 6657.0 6702.0 6455.0 6457.0 6409.654296875 5827800 0.0 0.0
535 2024-03-08 00:00:00+09:00 6500.0 6657.0 6491.0 6572.0 6523.81103515625 10671600 0.0 0.0
536 2024-03-11 00:00:00+09:00 6400.0 6426.0 6291.0 6384.0 6337.189453125 6833100 0.0 0.0
537 2024-03-12 00:00:00+09:00 6261.0 6456.0 6239.0 6443.0 6395.7568359375 6877800 0.0 0.0
538 2024-03-13 00:00:00+09:00 6543.0 6567.0 6422.0 6514.0 6466.236328125 6256600 0.0 0.0
539 2024-03-14 00:00:00+09:00 6456.0 6474.0 6344.0 6440.0 6392.779296875 5120000 0.0 0.0
540 2024-03-15 00:00:00+09:00 6399.0 6482.0 6380.0 6469.0 6421.56640625 6441200 0.0 0.0
541 2024-03-18 00:00:00+09:00 6500.0 6644.0 6462.0 6639.0 6590.31982421875 5634100 0.0 0.0
542 2024-03-19 00:00:00+09:00 6655.0 6694.0 6541.0 6694.0 6644.91650390625 6104000 0.0 0.0
543 2024-03-21 00:00:00+09:00 6845.0 6926.0 6803.0 6868.0 6817.640625 8183400 0.0 0.0
544 2024-03-22 00:00:00+09:00 6875.0 6904.0 6791.0 6874.0 6823.5966796875 6719600 0.0 0.0
545 2024-03-25 00:00:00+09:00 6884.0 6890.0 6750.0 6750.0 6700.505859375 4606600 0.0 0.0
546 2024-03-26 00:00:00+09:00 6755.0 6890.0 6754.0 6848.0 6797.78759765625 5653100 0.0 0.0
547 2024-03-27 00:00:00+09:00 6822.0 6857.0 6771.0 6819.0 6769.0 6236400 0.0 0.0
548 2024-03-28 00:00:00+09:00 6687.0 6725.0 6597.0 6606.0 6606.0 8861600 50.0 0.0
549 2024-03-29 00:00:00+09:00 6600.0 6615.0 6503.0 6598.0 6598.0 3865900 0.0 0.0
550 2024-04-01 00:00:00+09:00 6601.0 6616.0 6352.0 6352.0 6352.0 7067800 0.0 0.0
551 2024-04-02 00:00:00+09:00 6400.0 6452.0 6360.0 6367.0 6367.0 6510400 0.0 0.0
552 2024-04-03 00:00:00+09:00 6300.0 6383.0 6232.0 6294.0 6294.0 7831200 0.0 0.0
553 2024-04-04 00:00:00+09:00 6450.0 6489.0 6366.0 6366.0 6366.0 6896300 0.0 0.0
554 2024-04-05 00:00:00+09:00 6240.0 6270.0 6140.0 6168.0 6168.0 6016500 0.0 0.0
555 2024-04-08 00:00:00+09:00 6230.0 6264.0 6167.0 6192.0 6192.0 5355700 0.0 0.0
556 2024-04-09 00:00:00+09:00 6301.0 6467.0 6297.0 6467.0 6467.0 9376700 0.0 0.0
557 2024-04-10 00:00:00+09:00 6495.0 6578.0 6435.0 6519.0 6519.0 7127700 0.0 0.0
558 2024-04-11 00:00:00+09:00 6459.0 6555.0 6423.0 6540.0 6540.0 4635600 0.0 0.0
559 2024-04-12 00:00:00+09:00 6640.0 6640.0 6520.0 6532.0 6532.0 5793800 0.0 0.0
560 2024-04-15 00:00:00+09:00 6453.0 6564.0 6432.0 6543.0 6543.0 3598900 0.0 0.0
561 2024-04-16 00:00:00+09:00 6410.0 6434.0 6297.0 6320.0 6320.0 5612700 0.0 0.0
562 2024-04-17 00:00:00+09:00 6358.0 6483.0 6326.0 6362.0 6362.0 4979100 0.0 0.0
563 2024-04-18 00:00:00+09:00 6300.0 6414.0 6288.0 6399.0 6399.0 4211100 0.0 0.0
564 2024-04-19 00:00:00+09:00 6254.0 6269.0 6015.0 6129.0 6129.0 9262200 0.0 0.0
565 2024-04-22 00:00:00+09:00 6045.0 6175.0 6029.0 6116.0 6116.0 5466900 0.0 0.0
566 2024-04-23 00:00:00+09:00 6215.0 6243.0 6152.0 6208.0 6208.0 4632800 0.0 0.0
567 2024-04-24 00:00:00+09:00 6408.0 6492.0 6334.0 6482.0 6482.0 7681500 0.0 0.0
568 2024-04-25 00:00:00+09:00 6390.0 6427.0 6269.0 6308.0 6308.0 5716200 0.0 0.0
569 2024-04-26 00:00:00+09:00 5875.0 5998.0 5782.0 5906.0 5906.0 17696700 0.0 0.0
570 2024-04-30 00:00:00+09:00 6030.0 6210.0 5982.0 6195.0 6195.0 11503900 0.0 0.0
571 2024-05-01 00:00:00+09:00 6175.0 6221.0 6045.0 6074.0 6074.0 5801300 0.0 0.0
572 2024-05-02 00:00:00+09:00 5950.0 6039.0 5928.0 5989.0 5989.0 6033900 0.0 0.0
573 2024-05-07 00:00:00+09:00 5994.0 6029.0 5855.0 5903.0 5903.0 9506400 0.0 0.0
574 2024-05-08 00:00:00+09:00 5863.0 5917.0 5750.0 5754.0 5754.0 10651600 0.0 0.0
575 2024-05-09 00:00:00+09:00 5800.0 5852.0 5778.0 5795.0 5795.0 6676200 0.0 0.0
576 2024-05-10 00:00:00+09:00 5864.0 5865.0 5757.0 5801.0 5801.0 6398100 0.0 0.0
577 2024-05-13 00:00:00+09:00 5828.0 5830.0 5770.0 5813.0 5813.0 4561600 0.0 0.0
578 2024-05-14 00:00:00+09:00 5850.0 5885.0 5770.0 5800.0 5800.0 5566000 0.0 0.0
579 2024-05-15 00:00:00+09:00 5860.0 5935.0 5814.0 5860.0 5860.0 7615900 0.0 0.0
580 2024-05-16 00:00:00+09:00 5939.0 5975.0 5871.0 5930.0 5930.0 5780500 0.0 0.0
581 2024-05-17 00:00:00+09:00 5875.0 5915.0 5796.0 5840.0 5840.0 5985000 0.0 0.0
582 2024-05-20 00:00:00+09:00 5929.0 6182.0 5907.0 6083.0 6083.0 11356700 0.0 0.0
583 2024-05-21 00:00:00+09:00 6090.0 6125.0 5970.0 5970.0 5970.0 5507700 0.0 0.0
584 2024-05-22 00:00:00+09:00 5910.0 5924.0 5828.0 5832.0 5832.0 6534300 0.0 0.0
585 2024-05-23 00:00:00+09:00 5911.0 5972.0 5845.0 5952.0 5952.0 7479200 0.0 0.0
586 2024-05-24 00:00:00+09:00 5840.0 5950.0 5824.0 5914.0 5914.0 4763500 0.0 0.0
587 2024-05-27 00:00:00+09:00 5902.0 5955.0 5881.0 5949.0 5949.0 3852800 0.0 0.0
588 2024-05-28 00:00:00+09:00 5992.0 6014.0 5960.0 5979.0 5979.0 3401100 0.0 0.0
589 2024-05-29 00:00:00+09:00 6005.0 6031.0 5874.0 5889.0 5889.0 4613000 0.0 0.0
590 2024-05-30 00:00:00+09:00 5800.0 5844.0 5733.0 5734.0 5734.0 8394400 0.0 0.0
591 2024-05-31 00:00:00+09:00 5789.0 5863.0 5751.0 5855.0 5855.0 11936400 0.0 0.0
592 2024-06-03 00:00:00+09:00 5949.0 6000.0 5911.0 5953.0 5953.0 4935300 0.0 0.0
593 2024-06-04 00:00:00+09:00 5889.0 5962.0 5868.0 5947.0 5947.0 4539300 0.0 0.0
594 2024-06-05 00:00:00+09:00 5995.0 6007.0 5915.0 5946.0 5946.0 4675200 0.0 0.0
595 2024-06-06 00:00:00+09:00 6038.0 6112.0 6005.0 6060.0 6060.0 5888600 0.0 0.0
596 2024-06-07 00:00:00+09:00 6025.0 6124.0 6022.0 6111.0 6111.0 3976800 0.0 0.0
597 2024-06-10 00:00:00+09:00 6110.0 6229.0 6096.0 6206.0 6206.0 5541100 0.0 0.0
598 2024-06-11 00:00:00+09:00 6122.0 6290.0 6120.0 6193.0 6193.0 4497600 0.0 0.0
599 2024-06-12 00:00:00+09:00 6093.0 6183.0 6066.0 6168.0 6168.0 5248200 0.0 0.0
600 2024-06-13 00:00:00+09:00 6300.0 6323.0 6193.0 6214.0 6214.0 6279700 0.0 0.0
601 2024-06-14 00:00:00+09:00 6161.0 6210.0 6116.0 6145.0 6145.0 8842500 0.0 0.0
602 2024-06-17 00:00:00+09:00 6091.0 6099.0 5940.0 5943.0 5943.0 5970800 0.0 0.0
603 2024-06-18 00:00:00+09:00 6061.0 6114.0 6044.0 6093.0 6093.0 4402400 0.0 0.0
604 2024-06-19 00:00:00+09:00 6150.0 6160.0 6080.0 6105.0 6105.0 4113100 0.0 0.0
605 2024-06-20 00:00:00+09:00 6090.0 6193.0 6057.0 6184.0 6184.0 4265800 0.0 0.0
606 2024-06-21 00:00:00+09:00 6120.0 6181.0 6073.0 6077.0 6077.0 8084100 0.0 0.0
607 2024-06-24 00:00:00+09:00 6022.0 6071.0 5978.0 6019.0 6019.0 5179600 0.0 0.0
608 2024-06-25 00:00:00+09:00 6012.0 6149.0 5999.0 6125.0 6125.0 4399900 0.0 0.0
609 2024-06-26 00:00:00+09:00 6199.0 6227.0 6115.0 6217.0 6217.0 5060000 0.0 0.0
610 2024-06-27 00:00:00+09:00 6217.0 6249.0 6164.0 6199.0 6199.0 3977100 0.0 0.0
611 2024-06-28 00:00:00+09:00 6240.0 6280.0 6203.0 6238.0 6238.0 4966900 0.0 0.0
612 2024-07-01 00:00:00+09:00 6307.0 6332.0 6166.0 6238.0 6238.0 4159400 0.0 0.0
613 2024-07-02 00:00:00+09:00 6234.0 6300.0 6181.0 6300.0 6300.0 4784900 0.0 0.0
614 2024-07-03 00:00:00+09:00 6343.0 6495.0 6328.0 6440.0 6440.0 7199000 0.0 0.0
615 2024-07-04 00:00:00+09:00 6476.0 6514.0 6441.0 6470.0 6470.0 4051400 0.0 0.0
616 2024-07-05 00:00:00+09:00 6470.0 6489.0 6411.0 6444.0 6444.0 3756600 0.0 0.0
617 2024-07-08 00:00:00+09:00 6495.0 6563.0 6445.0 6446.0 6446.0 5459600 0.0 0.0
618 2024-07-09 00:00:00+09:00 6546.0 6644.0 6486.0 6618.0 6618.0 6640200 0.0 0.0
619 2024-07-10 00:00:00+09:00 6643.0 6716.0 6594.0 6716.0 6716.0 5761200 0.0 0.0
620 2024-07-11 00:00:00+09:00 6816.0 6817.0 6691.0 6715.0 6715.0 5572200 0.0 0.0
621 2024-07-12 00:00:00+09:00 6665.0 6702.0 6565.0 6621.0 6621.0 6669500 0.0 0.0
622 2024-07-16 00:00:00+09:00 6697.0 6725.0 6632.0 6707.0 6707.0 3384600 0.0 0.0
623 2024-07-17 00:00:00+09:00 6750.0 6840.0 6729.0 6817.0 6817.0 5607800 0.0 0.0
624 2024-07-18 00:00:00+09:00 6617.0 6725.0 6558.0 6702.0 6702.0 6095700 0.0 0.0
625 2024-07-19 00:00:00+09:00 6650.0 6767.0 6610.0 6733.0 6733.0 4408600 0.0 0.0
626 2024-07-22 00:00:00+09:00 6690.0 6702.0 6571.0 6588.0 6588.0 3660400 0.0 0.0
627 2024-07-23 00:00:00+09:00 6688.0 6713.0 6607.0 6607.0 6607.0 3102700 0.0 0.0
628 2024-07-24 00:00:00+09:00 6507.0 6629.0 6455.0 6458.0 6458.0 3717400 0.0 0.0
629 2024-07-25 00:00:00+09:00 6281.0 6329.0 6220.0 6230.0 6230.0 5948800 0.0 0.0
630 2024-07-26 00:00:00+09:00 6265.0 6415.0 6212.0 6304.0 6304.0 6127500 0.0 0.0
631 2024-07-29 00:00:00+09:00 6750.0 6874.0 6651.0 6844.0 6844.0 11262700 0.0 0.0
632 2024-07-30 00:00:00+09:00 6800.0 6811.0 6630.0 6750.0 6750.0 6041700 0.0 0.0
633 2024-07-31 00:00:00+09:00 6661.0 6748.0 6573.0 6748.0 6748.0 6601900 0.0 0.0
634 2024-08-01 00:00:00+09:00 6551.0 6585.0 6407.0 6486.0 6486.0 7002600 0.0 0.0
635 2024-08-02 00:00:00+09:00 6161.0 6208.0 5921.0 5921.0 5921.0 9587700 0.0 0.0
636 2024-08-05 00:00:00+09:00 5501.0 5755.0 5013.0 5245.0 5245.0 13870600 0.0 0.0
637 2024-08-06 00:00:00+09:00 5645.0 6014.0 5600.0 5950.0 5950.0 12597700 0.0 0.0
638 2024-08-07 00:00:00+09:00 5874.0 6157.0 5809.0 5959.0 5959.0 9673100 0.0 0.0
639 2024-08-08 00:00:00+09:00 5859.0 6066.0 5762.0 5945.0 5945.0 7700300 0.0 0.0
640 2024-08-09 00:00:00+09:00 6091.0 6096.0 5830.0 5947.0 5947.0 8710900 0.0 0.0
641 2024-08-13 00:00:00+09:00 6047.0 6205.0 5972.0 6195.0 6195.0 6778100 0.0 0.0
642 2024-08-14 00:00:00+09:00 6179.0 6183.0 6040.0 6158.0 6158.0 6650900 0.0 0.0
643 2024-08-15 00:00:00+09:00 6122.0 6135.0 6050.0 6067.0 6067.0 5068200 0.0 0.0
644 2024-08-16 00:00:00+09:00 6180.0 6382.0 6172.0 6379.0 6379.0 5935700 0.0 0.0
645 2024-08-19 00:00:00+09:00 6325.0 6397.0 6155.0 6178.0 6178.0 4733500 0.0 0.0
646 2024-08-20 00:00:00+09:00 6256.0 6285.0 6188.0 6233.0 6233.0 4570300 0.0 0.0
647 2024-08-21 00:00:00+09:00 6154.0 6183.0 6094.0 6108.0 6108.0 6968400 0.0 0.0
648 2024-08-22 00:00:00+09:00 6143.0 6328.0 6125.0 6276.0 6276.0 7525300 0.0 0.0
649 2024-08-23 00:00:00+09:00 6255.0 6413.0 6248.0 6392.0 6392.0 5269100 0.0 0.0
650 2024-08-26 00:00:00+09:00 6492.0 6540.0 6399.0 6470.0 6470.0 5992700 0.0 0.0
651 2024-08-27 00:00:00+09:00 6455.0 6470.0 6372.0 6454.0 6454.0 3139900 0.0 0.0
652 2024-08-28 00:00:00+09:00 6447.0 6461.0 6374.0 6447.0 6447.0 2870200 0.0 0.0
653 2024-08-29 00:00:00+09:00 6401.0 6486.0 6364.0 6444.0 6444.0 4362600 0.0 0.0
654 2024-08-30 00:00:00+09:00 6468.0 6468.0 6386.0 6422.0 6422.0 6700000 0.0 0.0
655 2024-09-02 00:00:00+09:00 6480.0 6518.0 6375.0 6400.0 6400.0 4032900 0.0 0.0
656 2024-09-03 00:00:00+09:00 6390.0 6454.0 6340.0 6373.0 6373.0 4559200 0.0 0.0
657 2024-09-04 00:00:00+09:00 5973.0 6030.0 5815.0 5832.0 5832.0 12107700 0.0 0.0
658 2024-09-05 00:00:00+09:00 5742.0 5880.0 5718.0 5786.0 5786.0 6540900 0.0 0.0
659 2024-09-06 00:00:00+09:00 5801.0 5845.0 5726.0 5734.0 5734.0 5835800 0.0 0.0
660 2024-09-09 00:00:00+09:00 5500.0 5654.0 5446.0 5607.0 5607.0 7602900 0.0 0.0
661 2024-09-10 00:00:00+09:00 5627.0 5699.0 5558.0 5573.0 5573.0 5575200 0.0 0.0
662 2024-09-11 00:00:00+09:00 5590.0 5680.0 5481.0 5504.0 5504.0 6902100 0.0 0.0
663 2024-09-12 00:00:00+09:00 5725.0 5794.0 5675.0 5765.0 5765.0 6576700 0.0 0.0
664 2024-09-13 00:00:00+09:00 5792.0 5800.0 5680.0 5706.0 5706.0 6724400 0.0 0.0
665 2024-09-17 00:00:00+09:00 5708.0 5744.0 5552.0 5638.0 5638.0 5309700 0.0 0.0
666 2024-09-18 00:00:00+09:00 5720.0 5748.0 5545.0 5615.0 5615.0 4316900 0.0 0.0
667 2024-09-19 00:00:00+09:00 5773.0 5879.0 5750.0 5750.0 5750.0 8641300 0.0 0.0
668 2024-09-20 00:00:00+09:00 5916.0 5979.0 5823.0 5862.0 5862.0 10802700 0.0 0.0

View File

@@ -0,0 +1,23 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-04-14 00:00:00+09:00,4126,4130,4055,4129,4129,7459400,0,0
2023-04-13 00:00:00+09:00,4064,4099,4026,4081,4081,5160200,0,0
2023-04-12 00:00:00+09:00,3968,4084,3966,4064,4064,6372000,0,0
2023-04-11 00:00:00+09:00,3990,4019,3954,3960,3960,6476500,0,0
2023-04-10 00:00:00+09:00,3996,4009,3949,3964,3964,3485200,0,0
2023-04-07 00:00:00+09:00,3897,3975,3892,3953,3953,4554700,0,0
2023-04-06 00:00:00+09:00,4002,4004,3920,3942,3942,8615200,0,0
2023-04-05 00:00:00+09:00,4150,4150,4080,4088,4088,6063700,0,0
2023-04-04 00:00:00+09:00,4245,4245,4144,4155,4155,6780600,0,0
2023-04-03 00:00:00+09:00,4250,4259,4162,4182,4182,7076800,0,0
2023-03-31 00:00:00+09:00,4229,4299,4209,4275,4275,9608400,0,0
2023-03-30 00:00:00+09:00,4257,4268,4119,4161,4161,5535200,55,5
2023-03-29 00:00:00+09:00,4146,4211,4146,4206,4151,6514500,0,0
2023-03-28 00:00:00+09:00,4200,4207,4124,4142,4087.837109375,4505500,0,0
2023-03-27 00:00:00+09:00,4196,4204,4151,4192,4137.183203125,5959500,0,0
2023-03-24 00:00:00+09:00,4130,4187,4123,4177,4122.379296875,8961500,0,0
2023-03-23 00:00:00+09:00,4056,4106,4039,4086,4032.569140625,5480000,0,0
2023-03-22 00:00:00+09:00,4066,4128,4057,4122,4068.0984375,8741500,0,0
2023-03-20 00:00:00+09:00,4000,4027,3980,3980,3927.95546875,7006500,0,0
2023-03-17 00:00:00+09:00,4018,4055,4016,4031,3978.28828125,6961500,0,0
2023-03-16 00:00:00+09:00,3976,4045,3972,4035,3982.236328125,5019000,0,0
2023-03-15 00:00:00+09:00,4034,4050,4003,4041,3988.1578125,6122000,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-04-14 00:00:00+09:00 4126 4130 4055 4129 4129 7459400 0 0
3 2023-04-13 00:00:00+09:00 4064 4099 4026 4081 4081 5160200 0 0
4 2023-04-12 00:00:00+09:00 3968 4084 3966 4064 4064 6372000 0 0
5 2023-04-11 00:00:00+09:00 3990 4019 3954 3960 3960 6476500 0 0
6 2023-04-10 00:00:00+09:00 3996 4009 3949 3964 3964 3485200 0 0
7 2023-04-07 00:00:00+09:00 3897 3975 3892 3953 3953 4554700 0 0
8 2023-04-06 00:00:00+09:00 4002 4004 3920 3942 3942 8615200 0 0
9 2023-04-05 00:00:00+09:00 4150 4150 4080 4088 4088 6063700 0 0
10 2023-04-04 00:00:00+09:00 4245 4245 4144 4155 4155 6780600 0 0
11 2023-04-03 00:00:00+09:00 4250 4259 4162 4182 4182 7076800 0 0
12 2023-03-31 00:00:00+09:00 4229 4299 4209 4275 4275 9608400 0 0
13 2023-03-30 00:00:00+09:00 4257 4268 4119 4161 4161 5535200 55 5
14 2023-03-29 00:00:00+09:00 4146 4211 4146 4206 4151 6514500 0 0
15 2023-03-28 00:00:00+09:00 4200 4207 4124 4142 4087.837109375 4505500 0 0
16 2023-03-27 00:00:00+09:00 4196 4204 4151 4192 4137.183203125 5959500 0 0
17 2023-03-24 00:00:00+09:00 4130 4187 4123 4177 4122.379296875 8961500 0 0
18 2023-03-23 00:00:00+09:00 4056 4106 4039 4086 4032.569140625 5480000 0 0
19 2023-03-22 00:00:00+09:00 4066 4128 4057 4122 4068.0984375 8741500 0 0
20 2023-03-20 00:00:00+09:00 4000 4027 3980 3980 3927.95546875 7006500 0 0
21 2023-03-17 00:00:00+09:00 4018 4055 4016 4031 3978.28828125 6961500 0 0
22 2023-03-16 00:00:00+09:00 3976 4045 3972 4035 3982.236328125 5019000 0 0
23 2023-03-15 00:00:00+09:00 4034 4050 4003 4041 3988.1578125 6122000 0 0

View File

@@ -0,0 +1,23 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-04-14 00:00:00+09:00,4126,4130,4055,4129,4129,7459400,0,0
2023-04-13 00:00:00+09:00,4064,4099,4026,4081,4081,5160200,0,0
2023-04-12 00:00:00+09:00,3968,4084,3966,4064,4064,6372000,0,0
2023-04-11 00:00:00+09:00,3990,4019,3954,3960,3960,6476500,0,0
2023-04-10 00:00:00+09:00,3996,4009,3949,3964,3964,3485200,0,0
2023-04-07 00:00:00+09:00,3897,3975,3892,3953,3953,4554700,0,0
2023-04-06 00:00:00+09:00,4002,4004,3920,3942,3942,8615200,0,0
2023-04-05 00:00:00+09:00,4150,4150,4080,4088,4088,6063700,0,0
2023-04-04 00:00:00+09:00,4245,4245,4144,4155,4155,6780600,0,0
2023-04-03 00:00:00+09:00,4250,4259,4162,4182,4182,7076800,0,0
2023-03-31 00:00:00+09:00,4229,4299,4209,4275,4275,9608400,0,0
2023-03-30 00:00:00+09:00,4257,4268,4119,4161,4161,5535200,55,5
2023-03-29 00:00:00+09:00,4146,4211,4146,4206,4151,6514500,0,0
2023-03-28 00:00:00+09:00,21000,21035,20620,20710,20439.185546875,901100,0,0
2023-03-27 00:00:00+09:00,20980,21020,20755,20960,20685.916015625,1191900,0,0
2023-03-24 00:00:00+09:00,20650,20935,20615,20885,20611.896484375,1792300,0,0
2023-03-23 00:00:00+09:00,20280,20530,20195,20430,20162.845703125,1096000,0,0
2023-03-22 00:00:00+09:00,20330,20640,20285,20610,20340.4921875,1748300,0,0
2023-03-20 00:00:00+09:00,20000,20135,19900,19900,19639.77734375,1401300,0,0
2023-03-17 00:00:00+09:00,20090,20275,20080,20155,19891.44140625,1392300,0,0
2023-03-16 00:00:00+09:00,19880,20225,19860,20175,19911.181640625,1003800,0,0
2023-03-15 00:00:00+09:00,20170,20250,20015,20205,19940.7890625,1224400,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-04-14 00:00:00+09:00 4126 4130 4055 4129 4129 7459400 0 0
3 2023-04-13 00:00:00+09:00 4064 4099 4026 4081 4081 5160200 0 0
4 2023-04-12 00:00:00+09:00 3968 4084 3966 4064 4064 6372000 0 0
5 2023-04-11 00:00:00+09:00 3990 4019 3954 3960 3960 6476500 0 0
6 2023-04-10 00:00:00+09:00 3996 4009 3949 3964 3964 3485200 0 0
7 2023-04-07 00:00:00+09:00 3897 3975 3892 3953 3953 4554700 0 0
8 2023-04-06 00:00:00+09:00 4002 4004 3920 3942 3942 8615200 0 0
9 2023-04-05 00:00:00+09:00 4150 4150 4080 4088 4088 6063700 0 0
10 2023-04-04 00:00:00+09:00 4245 4245 4144 4155 4155 6780600 0 0
11 2023-04-03 00:00:00+09:00 4250 4259 4162 4182 4182 7076800 0 0
12 2023-03-31 00:00:00+09:00 4229 4299 4209 4275 4275 9608400 0 0
13 2023-03-30 00:00:00+09:00 4257 4268 4119 4161 4161 5535200 55 5
14 2023-03-29 00:00:00+09:00 4146 4211 4146 4206 4151 6514500 0 0
15 2023-03-28 00:00:00+09:00 21000 21035 20620 20710 20439.185546875 901100 0 0
16 2023-03-27 00:00:00+09:00 20980 21020 20755 20960 20685.916015625 1191900 0 0
17 2023-03-24 00:00:00+09:00 20650 20935 20615 20885 20611.896484375 1792300 0 0
18 2023-03-23 00:00:00+09:00 20280 20530 20195 20430 20162.845703125 1096000 0 0
19 2023-03-22 00:00:00+09:00 20330 20640 20285 20610 20340.4921875 1748300 0 0
20 2023-03-20 00:00:00+09:00 20000 20135 19900 19900 19639.77734375 1401300 0 0
21 2023-03-17 00:00:00+09:00 20090 20275 20080 20155 19891.44140625 1392300 0 0
22 2023-03-16 00:00:00+09:00 19880 20225 19860 20175 19911.181640625 1003800 0 0
23 2023-03-15 00:00:00+09:00 20170 20250 20015 20205 19940.7890625 1224400 0 0

View File

@@ -0,0 +1,6 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-05-30 00:00:00+02:00,19.5900001525879,19.7999992370605,19.2700004577637,19.3500003814697,18.6291382416581,196309,0,0
2023-05-31 00:00:00+02:00,19.1200008392334,19.1399993896484,18.7000007629395,18.7900009155273,18.0900009155273,156652,0,0
2023-06-02 00:00:00+02:00,18.5499992370605,19,18.5100002288818,18.8999996185303,18.8999996185303,83439,0.7,0
2023-06-05 00:00:00+02:00,18.9300003051758,19.0900001525879,18.8400001525879,19,19,153167,0,0
2023-06-06 00:00:00+02:00,18.9099998474121,18.9500007629395,18.5100002288818,18.6599998474121,18.6599998474121,104352,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-05-30 00:00:00+02:00 19.5900001525879 19.7999992370605 19.2700004577637 19.3500003814697 18.6291382416581 196309 0 0
3 2023-05-31 00:00:00+02:00 19.1200008392334 19.1399993896484 18.7000007629395 18.7900009155273 18.0900009155273 156652 0 0
4 2023-06-02 00:00:00+02:00 18.5499992370605 19 18.5100002288818 18.8999996185303 18.8999996185303 83439 0.7 0
5 2023-06-05 00:00:00+02:00 18.9300003051758 19.0900001525879 18.8400001525879 19 19 153167 0 0
6 2023-06-06 00:00:00+02:00 18.9099998474121 18.9500007629395 18.5100002288818 18.6599998474121 18.6599998474121 104352 0 0

View File

@@ -0,0 +1,6 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-05-30 00:00:00+02:00,19.59000015258789,19.799999237060547,19.270000457763672,19.350000381469727,19.350000381469727,196309,0.0,0.0
2023-05-31 00:00:00+02:00,19.1200008392334,19.139999389648438,18.700000762939453,18.790000915527344,18.790000915527344,156652,0.0,0.0
2023-06-02 00:00:00+02:00,18.549999237060547,19.0,18.510000228881836,18.899999618530273,18.899999618530273,83439,0.7,0.0
2023-06-05 00:00:00+02:00,18.93000030517578,19.09000015258789,18.84000015258789,19.0,19.0,153167,0.0,0.0
2023-06-06 00:00:00+02:00,18.90999984741211,18.950000762939453,18.510000228881836,18.65999984741211,18.65999984741211,104352,0.0,0.0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-05-30 00:00:00+02:00 19.59000015258789 19.799999237060547 19.270000457763672 19.350000381469727 19.350000381469727 196309 0.0 0.0
3 2023-05-31 00:00:00+02:00 19.1200008392334 19.139999389648438 18.700000762939453 18.790000915527344 18.790000915527344 156652 0.0 0.0
4 2023-06-02 00:00:00+02:00 18.549999237060547 19.0 18.510000228881836 18.899999618530273 18.899999618530273 83439 0.7 0.0
5 2023-06-05 00:00:00+02:00 18.93000030517578 19.09000015258789 18.84000015258789 19.0 19.0 153167 0.0 0.0
6 2023-06-06 00:00:00+02:00 18.90999984741211 18.950000762939453 18.510000228881836 18.65999984741211 18.65999984741211 104352 0.0 0.0

View File

@@ -0,0 +1,666 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-04 00:00:00+00:00,17.7,18.0,16.8,17.25,17.106629638671876,14608,0.0,0.0,False
2022-01-05 00:00:00+00:00,17.25,17.6,16.8,17.25,17.106629638671876,10330,0.0,0.0,False
2022-01-06 00:00:00+00:00,17.0,17.0,16.4,17.0,16.85870849609375,99618,0.0,0.0,False
2022-01-07 00:00:00+00:00,16.75,17.75,16.55,17.35,17.205799560546875,18559,0.0,0.0,False
2022-01-10 00:00:00+00:00,17.35,18.0,17.0,17.35,17.205799560546875,204442,0.0,0.0,False
2022-01-11 00:00:00+00:00,17.35,17.68,16.97449951171875,17.35,17.205799560546875,63523,0.0,0.0,False
2022-01-12 00:00:00+00:00,17.35,17.7,17.0,17.45,17.304967041015626,6366,0.0,0.0,False
2022-01-13 00:00:00+00:00,17.45,17.7,17.05,17.7,17.552889404296874,5696,0.0,0.0,False
2022-01-14 00:00:00+00:00,17.5,18.150000000000002,17.3,17.5,17.35455322265625,3916,0.0,0.0,False
2022-01-17 00:00:00+00:00,17.5,17.6,17.3,17.5,17.35455322265625,16992,0.0,0.0,False
2022-01-18 00:00:00+00:00,17.650000000000002,18.275000000000002,17.400000000000002,18.05,17.89998046875,11936,0.0,0.0,False
2022-01-19 00:00:00+00:00,17.650000000000002,17.8,17.0,17.400000000000002,17.25538330078125,27678,0.0,0.0,False
2022-01-20 00:00:00+00:00,17.5,18.0,17.0,17.5,17.35455322265625,98547,0.0,0.0,False
2022-01-21 00:00:00+00:00,17.400000000000002,17.3,16.35,16.65,16.511617431640627,11629,0.0,0.0,False
2022-01-24 00:00:00+00:00,16.5,16.5,14.950000000000001,14.950000000000001,14.8257470703125,16987,0.0,0.0,False
2022-01-25 00:00:00+00:00,15.3,15.8,14.6,15.200000000000001,15.073668212890626,14810,0.0,0.0,False
2022-01-26 00:00:00+00:00,15.4,15.700000000000001,15.195999755859376,15.4,15.272005615234375,7204,0.0,0.0,False
2022-01-27 00:00:00+00:00,15.15,15.5,14.81,15.15,15.024083251953126,171814,0.0,0.0,False
2022-01-28 00:00:00+00:00,15.05,15.3,14.0,15.0,14.87532958984375,7559,0.0,0.0,False
2022-01-31 00:00:00+00:00,15.0,15.75,14.3,14.3,14.181148681640625,15389,0.0,0.0,False
2022-02-01 00:00:00+00:00,15.025,15.025,14.76,15.0,14.87532958984375,9906,0.0,0.0,False
2022-02-02 00:00:00+00:00,14.875,15.35,14.75,14.75,14.627408447265625,21138,0.0,0.0,False
2022-02-03 00:00:00+00:00,14.875,15.0,14.8,14.9,14.776163330078125,44097,0.0,0.0,False
2022-02-04 00:00:00+00:00,14.975,15.200000000000001,14.75,14.9,14.776163330078125,27249,0.0,0.0,False
2022-02-07 00:00:00+00:00,14.85,15.0,14.61,14.8,14.676993408203126,24316,0.0,0.0,False
2022-02-08 00:00:00+00:00,14.8,15.0,14.690999755859375,15.0,14.87532958984375,10407,0.0,0.0,False
2022-02-09 00:00:00+00:00,14.8,15.700000000000001,14.6,15.700000000000001,15.569512939453125,26899,0.0,0.0,False
2022-02-10 00:00:00+00:00,14.8,15.15,14.25,14.700000000000001,14.577824707031251,11667,0.0,0.0,False
2022-02-11 00:00:00+00:00,14.525,15.1,14.3,15.1,14.97449951171875,19383,0.0,0.0,False
2022-02-14 00:00:00+00:00,14.6,14.64,14.0,14.200000000000001,14.081978759765626,30351,0.0,0.0,False
2022-02-15 00:00:00+00:00,14.05,14.5,13.8,14.5,14.379486083984375,23319,0.0,0.0,False
2022-02-16 00:00:00+00:00,14.5,14.749599609375,14.3,14.6,14.478653564453126,68581,0.0,0.0,False
2022-02-17 00:00:00+00:00,14.6,14.700000000000001,14.4,14.6,14.478653564453126,55981,0.0,0.0,False
2022-02-18 00:00:00+00:00,14.6,14.8,13.9575,14.3,14.181148681640625,57661,0.0,0.0,False
2022-02-21 00:00:00+00:00,14.3,14.48,13.8,14.25,14.131563720703125,3459,0.0,0.0,False
2022-02-22 00:00:00+00:00,14.1,13.700000000000001,12.8,12.9,12.792784423828126,17014,0.0,0.0,False
2022-02-23 00:00:00+00:00,12.85,13.200000000000001,11.05,11.275,11.181290283203126,323128,0.0,0.0,False
2022-02-24 00:00:00+00:00,11.175,11.35,10.145,10.85,10.759822998046875,121492,0.0,0.0,False
2022-02-25 00:00:00+00:00,10.875,11.8,10.625,11.5,11.404420166015624,135733,0.0,0.0,False
2022-02-28 00:00:00+00:00,11.5,11.75,10.450999755859375,10.85,10.759822998046875,29561,0.0,0.0,False
2022-03-01 00:00:00+00:00,10.85,11.1,10.65,10.950000000000001,10.85899169921875,21218,0.0,0.0,False
2022-03-02 00:00:00+00:00,10.950000000000001,11.200000000000001,10.5,10.75,10.660653076171876,31618,0.0,0.0,False
2022-03-03 00:00:00+00:00,10.85,11.0,10.5,10.5,10.41273193359375,14756,0.0,0.0,False
2022-03-04 00:00:00+00:00,10.75,10.615,9.9,10.15,10.065640258789063,22656,0.0,0.0,False
2022-03-07 00:00:00+00:00,10.025,9.99,9.200000000000001,9.8,9.718549194335937,27413,0.0,0.0,False
2022-03-08 00:00:00+00:00,9.8,11.0,9.61,10.8,10.7102392578125,29412,0.0,0.0,False
2022-03-09 00:00:00+00:00,10.65,11.1,10.1,10.65,10.561485595703125,53229,0.0,0.0,False
2022-03-10 00:00:00+00:00,10.35,10.55,9.6,9.78,9.6987158203125,111815,0.0,0.0,False
2022-03-11 00:00:00+00:00,9.8,10.5,9.77,10.25,10.1648095703125,86568,0.0,0.0,False
2022-03-14 00:00:00+00:00,10.15,10.5,9.8,10.025,9.941678466796875,38212,0.0,0.0,False
2022-03-15 00:00:00+00:00,10.025,11.0,10.01,10.700000000000001,10.6110693359375,73605,0.0,0.0,False
2022-03-16 00:00:00+00:00,10.85,11.200000000000001,10.3,10.8,10.7102392578125,163322,0.0,0.0,False
2022-03-17 00:00:00+00:00,10.8,11.0,10.6,10.8,10.7102392578125,27940,0.0,0.0,False
2022-03-18 00:00:00+00:00,10.9,11.290000000000001,10.65,10.950000000000001,10.85899169921875,37298,0.0,0.0,False
2022-03-21 00:00:00+00:00,10.950000000000001,11.3,10.61238037109375,10.75,10.660653076171876,93719,0.0,0.0,False
2022-03-22 00:00:00+00:00,10.875,11.145,10.6,10.8,10.7102392578125,47400,0.0,0.0,False
2022-03-23 00:00:00+00:00,11.375,11.83699951171875,10.8,11.25,11.156499023437501,64771,0.0,0.0,False
2022-03-24 00:00:00+00:00,11.05,11.58,11.0,11.200000000000001,11.106915283203126,46570,0.0,0.0,False
2022-03-25 00:00:00+00:00,11.200000000000001,11.5,11.0,11.0,10.908575439453125,23791,0.0,0.0,False
2022-03-28 00:00:00+01:00,11.25,11.5,11.0,11.5,11.404420166015624,19013,0.0,0.0,False
2022-03-29 00:00:00+01:00,11.4,12.0,11.0,12.0,11.900263671875,19194,0.0,0.0,False
2022-03-30 00:00:00+01:00,11.4,11.75,11.0,11.200000000000001,11.106915283203126,49942,0.0,0.0,False
2022-03-31 00:00:00+01:00,11.4,11.6,10.9,10.9,10.809407958984375,21217,0.0,0.0,False
2022-04-01 00:00:00+01:00,11.4,11.600999755859375,10.8,11.25,11.156499023437501,24642,0.0,0.0,False
2022-04-04 00:00:00+01:00,11.3,11.8,11.0,11.4,11.30525146484375,17167,0.0,0.0,False
2022-04-05 00:00:00+01:00,11.4,11.8,11.0,11.0,10.908575439453125,31232,0.0,0.0,False
2022-04-06 00:00:00+01:00,11.4,11.8,11.15,11.4,11.30525146484375,16894,0.0,0.0,False
2022-04-07 00:00:00+01:00,11.4,11.5,11.1,11.25,11.156499023437501,38303,0.0,0.0,False
2022-04-08 00:00:00+01:00,11.25,11.5,11.0,11.35,11.255667724609376,26993,0.0,0.0,False
2022-04-11 00:00:00+01:00,11.25,11.9,11.0,11.700000000000001,11.6027587890625,20912,0.0,0.0,False
2022-04-12 00:00:00+01:00,11.55,12.700000000000001,11.650999755859376,12.3,12.197772216796876,46528,0.0,0.0,False
2022-04-13 00:00:00+01:00,12.325000000000001,12.700000000000001,11.86,12.35,12.24735595703125,29936,0.0,0.0,False
2022-04-14 00:00:00+01:00,12.25,12.5,12.094000244140625,12.25,12.148187255859375,101765,0.0,0.0,False
2022-04-19 00:00:00+01:00,12.35,13.24,12.25,12.5,12.396109619140626,26000,0.0,0.0,False
2022-04-20 00:00:00+01:00,12.975,13.3,12.8,13.15,13.040706787109375,99480,0.0,0.0,False
2022-04-21 00:00:00+01:00,13.15,13.98,13.1,13.700000000000001,13.58613525390625,35474,0.0,0.0,False
2022-04-22 00:00:00+01:00,13.6,14.05,12.9,13.5,13.387799072265626,17792,0.0,0.0,False
2022-04-25 00:00:00+01:00,13.6,13.700000000000001,13.3,13.5,13.387799072265626,191057,0.0,0.0,False
2022-04-26 00:00:00+01:00,13.55,13.700000000000001,13.35551025390625,13.5,13.387799072265626,270954,0.0,0.0,False
2022-04-27 00:00:00+01:00,13.75,14.4,13.52,14.0,13.883642578125,27733,0.0,0.0,False
2022-04-28 00:00:00+01:00,14.0,14.5,13.6,14.325000000000001,14.20593994140625,22283,0.0,0.0,False
2022-04-29 00:00:00+01:00,14.325000000000001,14.8,14.0,14.6,14.478653564453126,10310,0.0,0.0,False
2022-05-03 00:00:00+01:00,14.5,14.8,14.0,14.3,14.181148681640625,106787,0.0,0.0,False
2022-05-04 00:00:00+01:00,14.35,14.700000000000001,14.0,14.35,14.230732421875,257254,0.0,0.0,False
2022-05-05 00:00:00+01:00,14.35,14.75,14.15,14.700000000000001,14.595726318359375,27523,0.0176,0.0,True
2022-05-06 00:00:00+01:00,14.5,14.55,13.85,13.85,13.75175537109375,3745,0.0,0.0,False
2022-05-09 00:00:00+01:00,14.25,14.24,13.6,14.0,13.90069091796875,53240,0.0,0.0,False
2022-05-10 00:00:00+01:00,14.0,14.05,13.700000000000001,13.85,13.75175537109375,30095,0.0,0.0,False
2022-05-11 00:00:00+01:00,13.950000000000001,14.07,13.51,13.700000000000001,13.602818603515626,10072,0.0,0.0,False
2022-05-12 00:00:00+01:00,13.450000000000001,13.6,12.950000000000001,13.325000000000001,13.230478515625,5635,0.0,0.0,False
2022-05-13 00:00:00+01:00,13.3,13.450000000000001,11.5,11.6,11.51771484375,96792,0.0,0.0,False
2022-05-16 00:00:00+01:00,11.6,11.700000000000001,11.200000000000001,11.200000000000001,11.120552978515626,25689,0.0,0.0,False
2022-05-17 00:00:00+01:00,11.3,11.6,10.53300048828125,10.85,10.77303466796875,49617,0.0,0.0,False
2022-05-18 00:00:00+01:00,10.875,11.11,10.6,11.0,10.921971435546876,111220,0.0,0.0,False
2022-05-19 00:00:00+01:00,10.700000000000001,10.9,10.700000000000001,10.75,10.6737451171875,143583,0.0,0.0,False
2022-05-20 00:00:00+01:00,10.700000000000001,10.9,10.55,10.9,10.822681884765625,66397,0.0,0.0,False
2022-05-23 00:00:00+01:00,10.700000000000001,10.88,10.55,10.55,10.475164794921875,108592,0.0,0.0,False
2022-05-24 00:00:00+01:00,10.700000000000001,10.9,10.35,10.35,10.27658203125,31125,0.0,0.0,False
2022-05-25 00:00:00+01:00,10.6,10.700000000000001,10.25,10.35,10.27658203125,62068,0.0,0.0,False
2022-05-26 00:00:00+01:00,10.4,10.6,10.31,10.5,10.425518798828126,119463,0.0,0.0,False
2022-05-27 00:00:00+01:00,10.35,10.85,10.465,10.85,10.77303466796875,153593,0.0,0.0,False
2022-05-30 00:00:00+01:00,10.8,11.59,10.700000000000001,11.4,11.31913330078125,199315,0.0,0.0,False
2022-05-31 00:00:00+01:00,11.3,12.0,10.85,10.85,10.77303466796875,785398,0.0,0.0,False
2022-06-01 00:00:00+01:00,11.25,11.5,10.6,10.6,10.5248095703125,91569,0.0,0.0,False
2022-06-06 00:00:00+01:00,10.925,11.1,10.450000000000001,10.450000000000001,10.3758740234375,33656,0.0,0.0,False
2022-06-07 00:00:00+01:00,10.875,10.700000000000001,10.200000000000001,10.200000000000001,10.127645874023438,37186,0.0,0.0,False
2022-06-08 00:00:00+01:00,10.700000000000001,10.700000000000001,10.200000000000001,10.200000000000001,10.127645874023438,30101,0.0,0.0,False
2022-06-09 00:00:00+01:00,10.475,10.6,10.25,10.25,10.177291259765624,19632,0.0,0.0,False
2022-06-10 00:00:00+01:00,10.525,10.9,10.450000000000001,10.450000000000001,10.3758740234375,31942,0.0,0.0,False
2022-06-13 00:00:00+01:00,10.700000000000001,11.28,10.5,10.75,10.6737451171875,45679,0.0,0.0,False
2022-06-14 00:00:00+01:00,11.15,11.8,10.8,11.55,11.468070068359376,58448,0.0,0.0,False
2022-06-15 00:00:00+01:00,11.6,11.8,11.450000000000001,11.55,11.468070068359376,23397,0.0,0.0,False
2022-06-16 00:00:00+01:00,11.65,11.8,11.5,11.55,11.468070068359376,32769,0.0,0.0,False
2022-06-17 00:00:00+01:00,11.55,11.6,11.5,11.5,11.41842529296875,6196,0.0,0.0,False
2022-06-20 00:00:00+01:00,11.65,11.75,11.5,11.75,11.666651611328126,95128,0.0,0.0,False
2022-06-21 00:00:00+01:00,11.450000000000001,11.6,11.155,11.175,11.09572998046875,24070,0.0,0.0,False
2022-06-22 00:00:00+01:00,11.175,11.200000000000001,10.95300048828125,11.200000000000001,11.120552978515626,256790,0.0,0.0,False
2022-06-23 00:00:00+01:00,11.200000000000001,11.4,10.945,11.200000000000001,11.120552978515626,247309,0.0,0.0,False
2022-06-24 00:00:00+01:00,11.25,11.5,11.0,11.25,11.17019775390625,10553,0.0,0.0,False
2022-06-27 00:00:00+01:00,11.25,11.74,11.0,11.450000000000001,11.368780517578125,14675,0.0,0.0,False
2022-06-28 00:00:00+01:00,11.450000000000001,11.6,11.39,11.55,11.468070068359376,16122,0.0,0.0,False
2022-06-29 00:00:00+01:00,11.450000000000001,11.65,11.3,11.575000000000001,11.49289306640625,13034,0.0,0.0,False
2022-06-30 00:00:00+01:00,11.575000000000001,11.6475,11.450000000000001,11.6,11.51771484375,8757,0.0,0.0,False
2022-07-01 00:00:00+01:00,11.6,11.65,11.25,11.25,11.17019775390625,10131,0.0,0.0,False
2022-07-04 00:00:00+01:00,11.55,11.6,11.454000244140625,11.55,11.468070068359376,11454,0.0,0.0,False
2022-07-05 00:00:00+01:00,11.575000000000001,11.65,11.48,11.55,11.468070068359376,87517,0.0,0.0,False
2022-07-06 00:00:00+01:00,11.55,11.6,11.450000000000001,11.55,11.468070068359376,4188,0.0,0.0,False
2022-07-07 00:00:00+01:00,11.55,11.65,11.450000000000001,11.55,11.468070068359376,11905,0.0,0.0,False
2022-07-08 00:00:00+01:00,11.55,11.8,11.51,11.700000000000001,11.6170068359375,15521,0.0,0.0,False
2022-07-11 00:00:00+01:00,11.65,12.200000000000001,11.6,12.0,11.914879150390625,8032,0.0,0.0,False
2022-07-12 00:00:00+01:00,11.975,12.200000000000001,11.75,11.975,11.890054931640625,51230,0.0,0.0,False
2022-07-13 00:00:00+01:00,11.975,12.200000000000001,11.75,11.975,11.890054931640625,23118,0.0,0.0,False
2022-07-14 00:00:00+01:00,11.875,12.0,11.700000000000001,11.85,11.7659423828125,122061,0.0,0.0,False
2022-07-15 00:00:00+01:00,11.675,11.75,11.35,11.450000000000001,11.368780517578125,42257,0.0,0.0,False
2022-07-18 00:00:00+01:00,11.5,11.6,11.25,11.5,11.41842529296875,8426,0.0,0.0,False
2022-07-19 00:00:00+01:00,11.5,11.57,11.25,11.5,11.41842529296875,5796,0.0,0.0,False
2022-07-20 00:00:00+01:00,11.5,11.51,11.25,11.450000000000001,11.368780517578125,7240,0.0,0.0,False
2022-07-21 00:00:00+01:00,11.5,11.51,11.25,11.5,11.41842529296875,12014,0.0,0.0,False
2022-07-22 00:00:00+01:00,11.5,11.75,11.25,11.5,11.41842529296875,6680,0.0,0.0,False
2022-07-25 00:00:00+01:00,11.5,11.75,11.25,11.5,11.41842529296875,24222,0.0,0.0,False
2022-07-26 00:00:00+01:00,11.55,12.1875,11.35,12.125,12.03899169921875,24483,0.0,0.0,False
2022-07-27 00:00:00+01:00,12.15,12.450000000000001,12.18,12.4,12.312041015625,6893,0.0,0.0,False
2022-07-28 00:00:00+01:00,12.4,12.9,12.42,12.700000000000001,12.609913330078125,15781,0.0,0.0,False
2022-07-29 00:00:00+01:00,12.700000000000001,13.10800048828125,12.6,13.1,13.0070751953125,22246,0.0,0.0,False
2022-08-01 00:00:00+01:00,13.075000000000001,13.182500000000001,12.700000000000001,12.700000000000001,12.609913330078125,27254,0.0,0.0,False
2022-08-02 00:00:00+01:00,12.8,13.05,12.324010009765626,13.05,12.957430419921875,108510,0.0,0.0,False
2022-08-03 00:00:00+01:00,12.55,12.61,12.200000000000001,12.4,12.312041015625,27832,0.0,0.0,False
2022-08-04 00:00:00+01:00,12.4,12.700000000000001,12.1,12.25,12.16310546875,16237,0.0,0.0,False
2022-08-05 00:00:00+01:00,12.25,12.26199951171875,12.1,12.25,12.16310546875,11526,0.0,0.0,False
2022-08-08 00:00:00+01:00,12.25,12.26199951171875,12.1,12.25,12.16310546875,10379,0.0,0.0,False
2022-08-09 00:00:00+01:00,12.25,12.4,12.1,12.25,12.16310546875,6891,0.0,0.0,False
2022-08-10 00:00:00+01:00,12.4,12.4,12.004000244140625,12.200000000000001,12.11345947265625,189434,0.0,0.0,False
2022-08-11 00:00:00+01:00,12.200000000000001,12.8,12.1,12.6,12.51062255859375,52556,0.0,0.0,False
2022-08-12 00:00:00+01:00,12.6,13.0,12.4,12.75,12.659559326171875,95409,0.0,0.0,False
2022-08-15 00:00:00+01:00,12.75,13.0,12.6,12.85,12.758848876953126,18772,0.0,0.0,False
2022-08-16 00:00:00+01:00,12.975,13.15,12.77,12.925,12.833317871093751,8794,0.0,0.0,False
2022-08-17 00:00:00+01:00,12.925,13.15,12.709000244140626,12.950000000000001,12.8581396484375,11646,0.0,0.0,False
2022-08-18 00:00:00+01:00,12.85,13.15,12.6,12.9,12.808494873046875,9867,0.0,0.0,False
2022-08-19 00:00:00+01:00,12.925,13.200000000000001,12.9,13.1,13.0070751953125,10329,0.0,0.0,False
2022-08-22 00:00:00+01:00,12.950000000000001,14.6,13.0,14.05,13.950335693359376,49084,0.0,0.0,False
2022-08-23 00:00:00+01:00,14.025,14.200000000000001,13.765689697265625,13.875,13.7765771484375,27664,0.0,0.0,False
2022-08-24 00:00:00+01:00,13.8,13.99,13.6527294921875,13.8,13.702110595703125,25362,0.0,0.0,False
2022-08-25 00:00:00+01:00,13.8,14.0,13.6,13.6,13.503529052734375,18901,0.0,0.0,False
2022-08-26 00:00:00+01:00,13.8,13.852500000000001,13.104000244140625,13.5,13.404237060546876,51530,0.0,0.0,False
2022-08-30 00:00:00+01:00,13.25,13.85,13.0,13.15,13.056719970703126,158939,0.0,0.0,False
2022-08-31 00:00:00+01:00,13.15,13.200000000000001,12.6,12.6,12.51062255859375,42970,0.0,0.0,False
2022-09-01 00:00:00+01:00,12.725,12.85,11.700000000000001,12.700000000000001,12.609913330078125,166817,0.0,0.0,False
2022-09-02 00:00:00+01:00,12.525,12.64449951171875,12.4,12.525,12.43615478515625,11126,0.0,0.0,False
2022-09-05 00:00:00+01:00,12.475,12.700000000000001,12.35,12.5,12.411331787109376,93876,0.0,0.0,False
2022-09-06 00:00:00+01:00,12.5,12.6,12.4,12.5,12.411331787109376,546858,0.0,0.0,False
2022-09-07 00:00:00+01:00,12.5,12.6,12.3,12.4,12.312041015625,36515,0.0,0.0,False
2022-09-08 00:00:00+01:00,12.475,12.6,12.303000488281251,12.450000000000001,12.361685791015626,118786,0.0,0.0,False
2022-09-09 00:00:00+01:00,12.450000000000001,12.540000000000001,12.3,12.450000000000001,12.361685791015626,4020,0.0,0.0,False
2022-09-12 00:00:00+01:00,12.474000244140626,12.6,12.32,12.450000000000001,12.361685791015626,23297,0.0,0.0,False
2022-09-13 00:00:00+01:00,12.450000000000001,12.6,12.3,12.4,12.312041015625,10747,0.0,0.0,False
2022-09-14 00:00:00+01:00,12.4,12.5,12.32,12.5,12.411331787109376,45471,0.0,0.0,False
2022-09-15 00:00:00+01:00,12.4,12.5,12.2243994140625,12.3,12.212750244140626,290552,0.0,0.0,False
2022-09-16 00:00:00+01:00,12.225,12.450000000000001,12.0,12.175,12.0886376953125,29379,0.0,0.0,False
2022-09-20 00:00:00+01:00,12.175,12.495999755859375,12.1925,12.275,12.18792724609375,42132,0.0,0.0,False
2022-09-21 00:00:00+01:00,12.55,13.15,12.75,12.75,12.659559326171875,100812,0.0,0.0,False
2022-09-22 00:00:00+01:00,13.0,13.290000000000001,12.75,13.15,13.056719970703126,145121,0.0,0.0,False
2022-09-23 00:00:00+01:00,13.075000000000001,13.3,12.85,13.1,13.0070751953125,32518,0.0,0.0,False
2022-09-26 00:00:00+01:00,13.025,13.6,12.853499755859374,13.25157958984375,13.157580566406251,53163,0.0,0.0,False
2022-09-27 00:00:00+01:00,13.35,13.6,13.3,13.450000000000001,13.35459228515625,164748,0.0,0.0,False
2022-09-28 00:00:00+01:00,13.450000000000001,13.8,13.3,13.8,13.702110595703125,25674,0.0,0.0,False
2022-09-29 00:00:00+01:00,13.5,14.200000000000001,13.48,13.6,13.503529052734375,30965,0.0,0.0,False
2022-09-30 00:00:00+01:00,13.950000000000001,14.3,13.75,14.05,13.950335693359376,76987,0.0,0.0,False
2022-10-03 00:00:00+01:00,14.0,14.450000000000001,13.700000000000001,13.75,13.65246337890625,107595,0.0,0.0,False
2022-10-04 00:00:00+01:00,13.700000000000001,13.9,13.6,13.8,13.702110595703125,8631,0.0,0.0,False
2022-10-05 00:00:00+01:00,13.700000000000001,14.0,13.65,13.75,13.65246337890625,88237,0.0,0.0,False
2022-10-06 00:00:00+01:00,13.75,13.995000000000001,13.75,13.75,13.65246337890625,7634,0.0,0.0,False
2022-10-07 00:00:00+01:00,13.75,14.0,13.75,13.8,13.702110595703125,70598,0.0,0.0,False
2022-10-10 00:00:00+01:00,13.8,14.0,13.625,13.8,13.702110595703125,103697,0.0,0.0,False
2022-10-11 00:00:00+01:00,13.9,14.0,13.75,13.75,13.65246337890625,144577,0.0,0.0,False
2022-10-12 00:00:00+01:00,13.9,13.922760009765625,13.4,13.5,13.404237060546876,43978,0.0,0.0,False
2022-10-13 00:00:00+01:00,13.65,13.6,13.05,13.4,13.3049462890625,145876,0.0,0.0,False
2022-10-14 00:00:00+01:00,13.450000000000001,13.5,13.200000000000001,13.25,13.156010742187501,52336,0.0,0.0,False
2022-10-17 00:00:00+01:00,13.450000000000001,13.700000000000001,13.202509765625,13.450000000000001,13.35459228515625,205576,0.0,0.0,False
2022-10-18 00:00:00+01:00,13.450000000000001,14.05,13.249699707031251,14.05,13.950335693359376,13163,0.0,0.0,False
2022-10-19 00:00:00+01:00,13.6,13.9,13.3,13.65,13.553173828125,10484,0.0,0.0,False
2022-10-20 00:00:00+01:00,13.65,13.98,13.56,13.700000000000001,13.602818603515626,10892,0.0,0.0,False
2022-10-21 00:00:00+01:00,13.700000000000001,14.4,13.35,14.1,13.999981689453126,21774,0.0,0.0,False
2022-10-24 00:00:00+01:00,14.15,14.6,14.11,14.325000000000001,14.22338623046875,16562,0.0,0.0,False
2022-10-25 00:00:00+01:00,14.325000000000001,15.200000000000001,14.35,14.9,14.794307861328125,48399,0.0,0.0,False
2022-10-26 00:00:00+01:00,14.9,15.780000000000001,15.01,15.450000000000001,15.340406494140625,22761,0.0,0.0,False
2022-10-27 00:00:00+01:00,15.450000000000001,15.695,15.200000000000001,15.450000000000001,15.340406494140625,70415,0.0,0.0,False
2022-10-28 00:00:00+01:00,15.450000000000001,15.9,15.200000000000001,15.55,15.43969482421875,63061,0.0,0.0,False
2022-10-31 00:00:00+00:00,15.55,16.3,15.4,16.15,16.035439453125,17600,0.0,0.0,False
2022-11-01 00:00:00+00:00,16.15,17.150000000000002,16.14,16.975,16.85458740234375,26300,0.0,0.0,False
2022-11-02 00:00:00+00:00,17.0,17.3,16.5,16.7,16.581539306640625,54351,0.0,0.0,False
2022-11-03 00:00:00+00:00,16.475,16.625,16.0,16.275,16.159552001953124,27297,0.0,0.0,False
2022-11-04 00:00:00+00:00,16.275,16.55,15.9,16.175,16.060262451171877,11079,0.0,0.0,False
2022-11-07 00:00:00+00:00,16.225,16.42,15.75,16.075,15.9609716796875,13201,0.0,0.0,False
2022-11-08 00:00:00+00:00,16.075,16.25,15.65,15.8,15.68792236328125,149221,0.0,0.0,False
2022-11-09 00:00:00+00:00,16.075,16.1,15.76906982421875,15.9,15.787213134765626,48434,0.0,0.0,False
2022-11-10 00:00:00+00:00,15.875,16.1,15.75,15.875,15.76239013671875,7104,0.0,0.0,False
2022-11-11 00:00:00+00:00,15.875,16.5,15.842500000000001,16.3,16.184376220703125,13484,0.0,0.0,False
2022-11-14 00:00:00+00:00,16.3,16.4,15.780000000000001,16.1,15.985793457031251,76029,0.0,0.0,False
2022-11-15 00:00:00+00:00,16.0,16.21,15.75,16.0,15.88650390625,44963,0.0,0.0,False
2022-11-16 00:00:00+00:00,16.15,16.4,15.826719970703126,15.950000000000001,15.836859130859375,45334,0.0,0.0,False
2022-11-17 00:00:00+00:00,16.15,16.35,15.8,16.075,15.9609716796875,8039,0.0,0.0,False
2022-11-18 00:00:00+00:00,16.075,16.3,15.8,16.0,15.88650390625,8068,0.0,0.0,False
2022-11-21 00:00:00+00:00,16.075,16.2,15.8,16.0,15.88650390625,9500,0.0,0.0,False
2022-11-22 00:00:00+00:00,16.075,16.1,15.75,15.975,15.861680908203125,20173,0.0,0.0,False
2022-11-23 00:00:00+00:00,16.075,16.3,15.41,15.700000000000001,15.588631591796876,68661,0.0,0.0,False
2022-11-24 00:00:00+00:00,15.65,15.9,15.4,15.6,15.489340820312501,21323,0.0,0.0,False
2022-11-25 00:00:00+00:00,15.6,16.4,15.487349853515626,16.15,16.035439453125,37899,0.0,0.0,False
2022-11-28 00:00:00+00:00,16.15,16.175,15.85,15.85,15.737567138671876,183159,0.0,0.0,False
2022-11-29 00:00:00+00:00,16.025,16.1,15.700000000000001,15.75,15.638276367187501,75087,0.0,0.0,False
2022-11-30 00:00:00+00:00,15.75,15.85,15.65,15.75,15.638276367187501,76409,0.0,0.0,False
2022-12-01 00:00:00+00:00,15.75,16.3,15.75,16.3,16.184376220703125,15899,0.0,0.0,False
2022-12-02 00:00:00+00:00,15.975,16.45,15.75,16.3,16.184376220703125,9998,0.0,0.0,False
2022-12-05 00:00:00+00:00,16.15,16.6,15.905889892578125,16.45,16.333311767578124,14305,0.0,0.0,False
2022-12-06 00:00:00+00:00,16.45,16.7,16.205000000000002,16.375,16.258843994140626,11593,0.0,0.0,False
2022-12-07 00:00:00+00:00,16.375,16.7,15.950000000000001,16.375,16.258843994140626,9454,0.0,0.0,False
2022-12-08 00:00:00+00:00,16.375,16.5,16.056500244140626,16.2,16.08508544921875,44656,0.0,0.0,False
2022-12-09 00:00:00+00:00,16.375,16.7,16.05,16.375,16.258843994140626,31157,0.0,0.0,False
2022-12-12 00:00:00+00:00,16.375,16.375,16.056500244140626,16.375,16.258843994140626,22690,0.0,0.0,False
2022-12-13 00:00:00+00:00,16.25,16.4,16.05,16.4,16.283665771484376,10399,0.0,0.0,False
2022-12-14 00:00:00+00:00,16.2,16.8,16.05,16.8,16.680828857421876,11095,0.0,0.0,False
2022-12-15 00:00:00+00:00,16.35,16.7,16.2,16.375,16.258843994140626,146193,0.0,0.0,False
2022-12-16 00:00:00+00:00,16.375,16.7,16.2,16.45,16.333311767578124,9599,0.0,0.0,False
2022-12-19 00:00:00+00:00,16.35,16.7,16.2,16.45,16.333311767578124,7172,0.0,0.0,False
2022-12-20 00:00:00+00:00,16.35,16.67,16.2,16.45,16.333311767578124,4824,0.0,0.0,False
2022-12-21 00:00:00+00:00,16.35,16.7,16.1,16.4,16.283665771484376,5514,0.0,0.0,False
2022-12-22 00:00:00+00:00,16.35,16.7,15.9,16.25,16.134730224609374,6755,0.0,0.0,False
2022-12-23 00:00:00+00:00,16.3,16.4,15.9,16.15,16.035439453125,2480,0.0,0.0,False
2022-12-28 00:00:00+00:00,16.15,16.4,15.9,16.1,15.985793457031251,5958,0.0,0.0,False
2022-12-29 00:00:00+00:00,16.1,16.3,15.9,15.9,15.822001953125,10670,0.0354,0.0,True
2022-12-30 00:00:00+00:00,16.1,16.12,15.85,16.0,15.92151123046875,1293,0.0,0.0,False
2023-01-03 00:00:00+00:00,16.025,16.2,15.85,16.025,15.946387939453125,16690,0.0,0.0,False
2023-01-04 00:00:00+00:00,16.025,16.4,16.0,16.125,16.0458984375,11553,0.0,0.0,False
2023-01-05 00:00:00+00:00,16.125,16.4,15.85,16.125,16.0458984375,111880,0.0,0.0,False
2023-01-06 00:00:00+00:00,16.1,16.3,15.8,16.1,16.0210205078125,23012,0.0,0.0,False
2023-01-09 00:00:00+00:00,16.1,16.45,15.805999755859375,16.25,16.170284423828125,86378,0.0,0.0,False
2023-01-10 00:00:00+00:00,16.2,16.5,15.93,16.25,16.170284423828125,16821,0.0,0.0,False
2023-01-11 00:00:00+00:00,16.2,16.25,15.75,16.025,15.946387939453125,77829,0.0,0.0,False
2023-01-12 00:00:00+00:00,16.025,16.580000000000002,15.780000000000001,16.4,16.319549560546875,14198,0.0,0.0,False
2023-01-13 00:00:00+00:00,16.3,16.9,16.034940185546876,16.55,16.4688134765625,8305,0.0,0.0,False
2023-01-16 00:00:00+00:00,16.55,16.9,16.2,16.55,16.4688134765625,24690,0.0,0.0,False
2023-01-17 00:00:00+00:00,16.55,16.9,16.22,16.65,16.56832275390625,27340,0.0,0.0,False
2023-01-18 00:00:00+00:00,16.65,16.725,16.4,16.65,16.56832275390625,18829,0.0,0.0,False
2023-01-19 00:00:00+00:00,16.55,16.84,16.15,16.55,16.4688134765625,4716,0.0,0.0,False
2023-01-20 00:00:00+00:00,16.55,16.9,16.2,16.55,16.4688134765625,6893,0.0,0.0,False
2023-01-23 00:00:00+00:00,16.5,17.09,16.22,16.925,16.841973876953126,18382,0.0,0.0,False
2023-01-24 00:00:00+00:00,16.85,17.490000000000002,16.6,17.175,17.0907470703125,23067,0.0,0.0,False
2023-01-25 00:00:00+00:00,17.175,17.55,17.013609619140624,17.275000000000002,17.190257568359375,26100,0.0,0.0,False
2023-01-26 00:00:00+00:00,17.275000000000002,18.065,17.05,18.0,17.91169921875,31867,0.0,0.0,False
2023-01-27 00:00:00+00:00,17.8,18.150000000000002,17.7,17.95,17.861944580078127,42218,0.0,0.0,False
2023-01-30 00:00:00+00:00,17.85,18.25,17.885,18.125,18.03608642578125,40221,0.0,0.0,False
2023-01-31 00:00:00+00:00,18.175,18.39800048828125,18.05,18.3,18.210228271484375,15906,0.0,0.0,False
2023-02-01 00:00:00+00:00,18.3,18.400000000000002,18.2,18.3,18.210228271484375,11113,0.0,0.0,False
2023-02-02 00:00:00+00:00,18.3,18.5,17.95,18.35,18.25998291015625,38457,0.0,0.0,False
2023-02-03 00:00:00+00:00,18.35,18.5,18.23,18.35,18.25998291015625,13972,0.0,0.0,False
2023-02-06 00:00:00+00:00,18.35,18.490000000000002,18.23,18.25,18.1604736328125,17509,0.0,0.0,False
2023-02-07 00:00:00+00:00,18.25,18.5,18.0,18.25,18.1604736328125,19841,0.0,0.0,False
2023-02-08 00:00:00+00:00,18.25,18.3,18.0,18.0,17.91169921875,5030,0.0,0.0,False
2023-02-09 00:00:00+00:00,18.25,18.2377001953125,18.0,18.1,18.011209716796877,9464,0.0,0.0,False
2023-02-10 00:00:00+00:00,18.1,18.2,17.650000000000002,17.925,17.83706787109375,17909,0.0,0.0,False
2023-02-13 00:00:00+00:00,17.925,18.125,17.6,17.8,17.712681884765626,15532,0.0,0.0,False
2023-02-14 00:00:00+00:00,17.8,18.2,17.6,17.85,17.762435302734374,32747,0.0,0.0,False
2023-02-15 00:00:00+00:00,18.0,18.2,17.7,17.95,17.861944580078127,9909,0.0,0.0,False
2023-02-16 00:00:00+00:00,17.95,18.2,17.7,18.1,18.011209716796877,13707,0.0,0.0,False
2023-02-17 00:00:00+00:00,18.1,18.19800048828125,18.0,18.1,18.011209716796877,4976,0.0,0.0,False
2023-02-20 00:00:00+00:00,18.1,18.1,18.000999755859375,18.05,17.961453857421876,6710,0.0,0.0,False
2023-02-21 00:00:00+00:00,18.1,18.29699951171875,18.0,18.150000000000002,18.06096435546875,18925,0.0,0.0,False
2023-02-22 00:00:00+00:00,18.150000000000002,18.3,18.0,18.150000000000002,18.06096435546875,54061,0.0,0.0,False
2023-02-23 00:00:00+00:00,18.150000000000002,18.3,18.0,18.150000000000002,18.06096435546875,24516,0.0,0.0,False
2023-02-24 00:00:00+00:00,18.150000000000002,18.25,17.8,17.95,17.861944580078127,17732,0.0,0.0,False
2023-02-27 00:00:00+00:00,17.925,18.2,17.650000000000002,17.825,17.737559814453125,21095,0.0,0.0,False
2023-02-28 00:00:00+00:00,17.825,18.0,17.7,18.0,17.91169921875,8371,0.0,0.0,False
2023-03-01 00:00:00+00:00,17.825,18.09,17.650000000000002,17.650000000000002,17.56341796875,144823,0.0,0.0,False
2023-03-02 00:00:00+00:00,17.925,18.2,17.650000000000002,17.825,17.737559814453125,120839,0.0,0.0,False
2023-03-03 00:00:00+00:00,17.825,17.95,17.7,17.85,17.762435302734374,23646,0.0,0.0,False
2023-03-06 00:00:00+00:00,17.95,18.2,17.7,17.95,17.861944580078127,8726,0.0,0.0,False
2023-03-07 00:00:00+00:00,17.925,18.2,17.5,17.75,17.66292724609375,25956,0.0,0.0,False
2023-03-08 00:00:00+00:00,17.7,17.650000000000002,17.25,17.400000000000002,17.3146435546875,63548,0.0,0.0,False
2023-03-09 00:00:00+00:00,17.400000000000002,17.400000000000002,17.1,17.3,17.21513427734375,56412,0.0,0.0,False
2023-03-10 00:00:00+00:00,17.1,17.1,16.7,17.0,16.9166064453125,11572,0.0,0.0,False
2023-03-13 00:00:00+00:00,17.075,17.400000000000002,16.5,16.75,16.66783203125,16835,0.0,0.0,False
2023-03-14 00:00:00+00:00,16.75,16.8,16.0,16.325,16.244916992187502,26026,0.0,0.0,False
2023-03-15 00:00:00+00:00,16.325,16.5,16.01,16.1,16.0210205078125,36609,0.0,0.0,False
2023-03-16 00:00:00+00:00,16.2,16.35,16.0,16.1,16.0210205078125,107165,0.0,0.0,False
2023-03-17 00:00:00+00:00,16.2,16.4,15.9,16.4,16.319549560546875,33548,0.0,0.0,False
2023-03-20 00:00:00+00:00,16.2,16.4,15.9,16.2,16.12052978515625,15281,0.0,0.0,False
2023-03-21 00:00:00+00:00,16.45,17.05,16.5,16.85,16.76734130859375,36161,0.0,0.0,False
2023-03-22 00:00:00+00:00,16.85,17.74949951171875,17.0,17.45,17.364398193359374,65212,0.0,0.0,False
2023-03-23 00:00:00+00:00,17.400000000000002,18.2,17.6,18.2,18.110718994140626,36305,0.0,0.0,False
2023-03-24 00:00:00+00:00,18.025000000000002,18.5,18.0,18.35,18.25998291015625,163148,0.0,0.0,False
2023-03-27 00:00:00+01:00,18.25,18.68,18.25,18.6,18.508756103515626,59439,0.0,0.0,False
2023-03-28 00:00:00+01:00,18.575,19.0,18.35,18.825,18.732652587890627,108893,0.0,0.0,False
2023-03-29 00:00:00+01:00,18.825,19.0,18.60300048828125,18.7,18.6082666015625,19962,0.0,0.0,False
2023-03-30 00:00:00+01:00,18.725,18.8,18.5,18.650000000000002,18.558511962890627,16901,0.0,0.0,False
2023-03-31 00:00:00+01:00,18.650000000000002,18.7,18.45,18.650000000000002,18.558511962890627,50546,0.0,0.0,False
2023-04-03 00:00:00+01:00,18.650000000000002,18.900000000000002,18.2,18.75,18.658021240234376,19668,0.0,0.0,False
2023-04-04 00:00:00+01:00,18.475,18.7475,18.475,18.55,18.45900146484375,209726,0.0,0.0,False
2023-04-05 00:00:00+01:00,18.575,18.8,18.1,18.6,18.508756103515626,18663,0.0,0.0,False
2023-04-06 00:00:00+01:00,18.3,18.5,18.1,18.400000000000002,18.309737548828124,39288,0.0,0.0,False
2023-04-11 00:00:00+01:00,18.3,18.495999755859376,18.1,18.150000000000002,18.06096435546875,21680,0.0,0.0,False
2023-04-12 00:00:00+01:00,18.150000000000002,18.2,18.0,18.1,18.011209716796877,84448,0.0,0.0,False
2023-04-13 00:00:00+01:00,18.1,18.1,17.7,17.900000000000002,17.81218994140625,21777,0.0,0.0,False
2023-04-14 00:00:00+01:00,17.900000000000002,18.1,17.8,17.85,17.762435302734374,29490,0.0,0.0,False
2023-04-17 00:00:00+01:00,17.95,18.1,17.8,17.95,17.861944580078127,24620,0.0,0.0,False
2023-04-18 00:00:00+01:00,17.95,18.0,17.8,17.95,17.861944580078127,61377,0.0,0.0,False
2023-04-19 00:00:00+01:00,17.95,18.1,17.3,17.400000000000002,17.3146435546875,51334,0.0,0.0,False
2023-04-20 00:00:00+01:00,17.400000000000002,17.5,17.38,17.400000000000002,17.3146435546875,53634,0.0,0.0,False
2023-04-21 00:00:00+01:00,17.400000000000002,17.38,17.0,17.0,16.9166064453125,19167,0.0,0.0,False
2023-04-24 00:00:00+01:00,17.2,17.25,17.0,17.0,16.9166064453125,44474,0.0,0.0,False
2023-04-25 00:00:00+01:00,17.3,17.715999755859375,17.1,17.45,17.364398193359374,32401,0.0,0.0,False
2023-04-26 00:00:00+01:00,17.6,17.7175,17.2,17.525000000000002,17.43903076171875,20631,0.0,0.0,False
2023-04-27 00:00:00+01:00,17.6,17.95,17.25,17.75,17.66292724609375,62653,0.0,0.0,False
2023-04-28 00:00:00+01:00,17.575,17.900000000000002,17.25,17.400000000000002,17.3146435546875,20989,0.0,0.0,False
2023-05-02 00:00:00+01:00,17.575,17.8,16.5,16.9,16.817095947265624,90264,0.0,0.0,False
2023-05-03 00:00:00+01:00,16.9,17.150000000000002,16.65,16.875,16.792219238281252,51831,0.0,0.0,False
2023-05-04 00:00:00+01:00,16.875,17.595999755859374,16.63,17.45,17.384384765625,36936,0.0194,0.0,True
2023-05-05 00:00:00+01:00,17.45,18.0,16.3,17.7,17.63344482421875,21243,0.0,0.0,False
2023-05-09 00:00:00+01:00,17.7,17.85,17.400000000000002,17.650000000000002,17.5836328125,23185,0.0,0.0,False
2023-05-10 00:00:00+01:00,17.650000000000002,17.900000000000002,17.400000000000002,17.85,17.782879638671876,18226,0.0,0.0,False
2023-05-11 00:00:00+01:00,17.650000000000002,17.99550048828125,17.400000000000002,17.775000000000002,17.708162841796874,11090,0.0,0.0,False
2023-05-12 00:00:00+01:00,17.775000000000002,18.394000244140624,17.650000000000002,17.650000000000002,17.5836328125,127072,0.0,0.0,False
2023-05-15 00:00:00+01:00,17.900000000000002,18.2,17.605999755859376,17.900000000000002,17.832691650390625,58698,0.0,0.0,False
2023-05-16 00:00:00+01:00,17.900000000000002,18.5,17.900000000000002,18.1,18.031939697265624,26165,0.0,0.0,False
2023-05-17 00:00:00+01:00,18.25,18.400000000000002,18.05,18.3,18.231187744140627,17457,0.0,0.0,False
2023-05-18 00:00:00+01:00,18.25,18.45,18.1,18.400000000000002,18.330811767578126,7976,0.0,0.0,False
2023-05-19 00:00:00+01:00,18.400000000000002,19.1,18.3,19.0,18.928555908203126,30852,0.0,0.0,False
2023-05-22 00:00:00+01:00,18.85,19.1,18.62,18.7,18.629683837890624,26845,0.0,0.0,False
2023-05-23 00:00:00+01:00,18.75,19.3,18.725500488281252,19.150000000000002,19.077991943359375,30188,0.0,0.0,False
2023-05-24 00:00:00+01:00,19.150000000000002,19.400000000000002,19.150000000000002,19.35,19.277239990234374,191333,0.0,0.0,False
2023-05-25 00:00:00+01:00,19.3,19.5,19.25,19.5,19.426676025390627,204024,0.0,0.0,False
2023-05-26 00:00:00+01:00,19.35,19.5,19.0,19.5,19.426676025390627,39932,0.0,0.0,False
2023-05-30 00:00:00+01:00,19.35,19.650000000000002,19.35,19.650000000000002,19.576112060546876,82063,0.0,0.0,False
2023-05-31 00:00:00+01:00,19.650000000000002,20.3,19.55,20.3,20.2236669921875,573546,0.0,0.0,False
2023-06-01 00:00:00+01:00,20.1,20.3,19.7,20.3,20.2236669921875,183211,0.0,0.0,False
2023-06-02 00:00:00+01:00,20.1,20.3,19.900000000000002,20.3,20.2236669921875,15303,0.0,0.0,False
2023-06-05 00:00:00+01:00,20.05,20.400000000000002,20.02,20.400000000000002,20.323291015625,37065,0.0,0.0,False
2023-06-06 00:00:00+01:00,20.35,20.55,20.3,20.5,20.4229150390625,34467,0.0,0.0,False
2023-06-07 00:00:00+01:00,20.5,20.6,20.3,20.6,20.52254150390625,103204,0.0,0.0,False
2023-06-08 00:00:00+01:00,20.55,20.7,20.378000488281252,20.5,20.4229150390625,83966,0.0,0.0,False
2023-06-09 00:00:00+01:00,20.400000000000002,20.49800048828125,20.1,20.2,20.124044189453127,25454,0.0,0.0,False
2023-06-12 00:00:00+01:00,20.2,20.28,20.0,20.2,20.124044189453127,6883,0.0,0.0,False
2023-06-13 00:00:00+01:00,20.1,20.2,20.0,20.1,20.024420166015627,123604,0.0,0.0,False
2023-06-14 00:00:00+01:00,20.1,20.3,20.0,20.3,20.2236669921875,17207,0.0,0.0,False
2023-06-15 00:00:00+01:00,20.150000000000002,20.29699951171875,20.0,20.1,20.024420166015627,15274,0.0,0.0,False
2023-06-16 00:00:00+01:00,20.150000000000002,20.5,20.0,20.5,20.4229150390625,109354,0.0,0.0,False
2023-06-19 00:00:00+01:00,20.1,20.5,20.0,20.3,20.2236669921875,49400,0.0,0.0,False
2023-06-20 00:00:00+01:00,20.2,20.400000000000002,20.0,20.400000000000002,20.323291015625,142162,0.0,0.0,False
2023-06-21 00:00:00+01:00,20.2,20.400000000000002,20.0,20.2,20.124044189453127,83656,0.0,0.0,False
2023-06-22 00:00:00+01:00,20.150000000000002,20.1,19.8,19.85,19.775360107421875,30892,0.0,0.0,False
2023-06-23 00:00:00+01:00,19.900000000000002,19.95,19.55,19.7,19.625924072265626,13477,0.0,0.0,False
2023-06-26 00:00:00+01:00,19.7,19.8,19.2,19.425,19.3519580078125,14340,0.0,0.0,False
2023-06-27 00:00:00+01:00,19.400000000000002,19.595999755859374,19.2,19.400000000000002,19.327052001953124,19675,0.0,0.0,False
2023-06-28 00:00:00+01:00,19.400000000000002,19.6,19.22,19.35,19.277239990234374,5887,0.0,0.0,False
2023-06-29 00:00:00+01:00,19.400000000000002,19.5,18.93,19.150000000000002,19.077991943359375,24270,0.0,0.0,False
2023-06-30 00:00:00+01:00,19.150000000000002,19.0,18.7,18.8,18.729307861328124,18478,0.0,0.0,False
2023-07-03 00:00:00+01:00,18.8,19.0,18.150000000000002,18.75,18.679495849609374,32636,0.0,0.0,False
2023-07-04 00:00:00+01:00,18.7,18.85,18.5,18.7,18.629683837890624,13321,0.0,0.0,False
2023-07-05 00:00:00+01:00,18.7,18.8,17.85,18.0,17.932315673828125,6058,0.0,0.0,False
2023-07-06 00:00:00+01:00,18.45,18.490000000000002,18.0,18.3,18.231187744140627,59858,0.0,0.0,False
2023-07-07 00:00:00+01:00,18.2,18.5,17.85,17.85,17.782879638671876,9214,0.0,0.0,False
2023-07-10 00:00:00+01:00,18.150000000000002,18.400000000000002,17.8,18.1,18.031939697265624,12678,0.0,0.0,False
2023-07-11 00:00:00+01:00,18.05,18.22,17.8,18.1,18.031939697265624,38661,0.0,0.0,False
2023-07-12 00:00:00+01:00,18.1,18.295,17.8,18.0,17.932315673828125,12751,0.0,0.0,False
2023-07-13 00:00:00+01:00,18.05,18.2,17.8,18.05,17.982127685546875,14909,0.0,0.0,False
2023-07-14 00:00:00+01:00,18.0,18.034399414062502,17.7,17.900000000000002,17.832691650390625,15362,0.0,0.0,False
2023-07-17 00:00:00+01:00,17.900000000000002,17.8,17.5,17.55,17.4840087890625,24289,0.0,0.0,False
2023-07-18 00:00:00+01:00,17.55,17.55,17.1,17.275000000000002,17.210042724609377,13268,0.0,0.0,False
2023-07-19 00:00:00+01:00,17.375,17.900000000000002,17.165,17.55,17.4840087890625,20402,0.0,0.0,False
2023-07-20 00:00:00+01:00,17.55,17.900000000000002,17.2,17.55,17.4840087890625,12738,0.0,0.0,False
2023-07-21 00:00:00+01:00,17.55,17.900000000000002,17.2,17.3,17.23494873046875,37201,0.0,0.0,False
2023-07-24 00:00:00+01:00,17.35,17.3,17.01,17.150000000000002,17.0855126953125,58237,0.0,0.0,False
2023-07-25 00:00:00+01:00,17.150000000000002,17.35,17.0,17.35,17.2847607421875,11202,0.0,0.0,False
2023-07-26 00:00:00+01:00,17.25,17.495,17.14,17.25,17.18513671875,15936,0.0,0.0,False
2023-07-27 00:00:00+01:00,17.25,18.330000000000002,17.18,18.1,18.031939697265624,27135,0.0,0.0,False
2023-07-28 00:00:00+01:00,18.175,18.6,17.75,18.3,18.231187744140627,15413,0.0,0.0,False
2023-07-31 00:00:00+01:00,18.3,18.594000244140627,18.0,18.25,18.181375732421877,37493,0.0,0.0,False
2023-08-01 00:00:00+01:00,18.3,19.150000000000002,18.1,19.150000000000002,19.077991943359375,5491,0.0,0.0,False
2023-08-02 00:00:00+01:00,18.25,18.16,17.60699951171875,17.95,17.882503662109375,39474,0.0,0.0,False
2023-08-03 00:00:00+01:00,17.95,18.2,17.7,17.95,17.882503662109375,5963,0.0,0.0,False
2023-08-04 00:00:00+01:00,17.85,18.2,17.5,17.75,17.6832568359375,9055,0.0,0.0,False
2023-08-07 00:00:00+01:00,17.75,17.83803955078125,17.5,17.75,17.6832568359375,10023,0.0,0.0,False
2023-08-08 00:00:00+01:00,17.75,18.0,17.35551025390625,17.7,17.63344482421875,16834,0.0,0.0,False
2023-08-09 00:00:00+01:00,17.650000000000002,18.0,17.3,17.7,17.63344482421875,7670,0.0,0.0,False
2023-08-10 00:00:00+01:00,17.7,17.89,17.404000244140626,17.6,17.53382080078125,5162,0.0,0.0,False
2023-08-11 00:00:00+01:00,17.6,17.650000000000002,17.404000244140626,17.650000000000002,17.5836328125,4730,0.0,0.0,False
2023-08-14 00:00:00+01:00,17.6,17.650000000000002,17.3,17.55,17.4840087890625,8683,0.0,0.0,False
2023-08-15 00:00:00+01:00,17.55,17.650000000000002,17.2,17.400000000000002,17.33457275390625,6926,0.0,0.0,False
2023-08-16 00:00:00+01:00,17.35,17.6,17.3,17.3,17.23494873046875,12782,0.0,0.0,False
2023-08-17 00:00:00+01:00,17.400000000000002,17.6,17.2,17.400000000000002,17.33457275390625,2684,0.0,0.0,False
2023-08-18 00:00:00+01:00,17.400000000000002,17.56,17.2,17.400000000000002,17.33457275390625,6283,0.0,0.0,False
2023-08-21 00:00:00+01:00,17.400000000000002,17.795999755859377,17.3606005859375,17.650000000000002,17.5836328125,15108,0.0,0.0,False
2023-08-22 00:00:00+01:00,17.55,17.8,17.35,17.35,17.2847607421875,7640,0.0,0.0,False
2023-08-23 00:00:00+01:00,17.6,17.8,17.55,17.55,17.4840087890625,10110,0.0,0.0,False
2023-08-24 00:00:00+01:00,17.6,18.0,17.5,17.6,17.53382080078125,10596,0.0,0.0,False
2023-08-25 00:00:00+01:00,17.6,17.8,17.400000000000002,17.6,17.53382080078125,38281,0.0,0.0,False
2023-08-29 00:00:00+01:00,17.6,17.795999755859377,17.400000000000002,17.400000000000002,17.33457275390625,20871,0.0,0.0,False
2023-08-30 00:00:00+01:00,17.6,17.7,17.478499755859374,17.6,17.53382080078125,31744,0.0,0.0,False
2023-08-31 00:00:00+01:00,17.6,17.753489990234375,17.3,17.6,17.53382080078125,22110,0.0,0.0,False
2023-09-01 00:00:00+01:00,17.55,17.75,17.25,17.6,17.53382080078125,229989,0.0,0.0,False
2023-09-04 00:00:00+01:00,17.6,17.79,17.25,17.6,17.53382080078125,3608,0.0,0.0,False
2023-09-05 00:00:00+01:00,17.6,17.75,17.2,17.45,17.384384765625,9216,0.0,0.0,False
2023-09-06 00:00:00+01:00,17.45,17.7,17.2,17.45,17.384384765625,4046,0.0,0.0,False
2023-09-07 00:00:00+01:00,17.45,17.7,16.8,17.2,17.135324707031252,14483,0.0,0.0,False
2023-09-08 00:00:00+01:00,17.150000000000002,17.19,16.8,16.9,16.83645263671875,17996,0.0,0.0,False
2023-09-11 00:00:00+01:00,16.9,17.2,16.8,17.1,17.03570068359375,30151,0.0,0.0,False
2023-09-12 00:00:00+01:00,17.05,17.25,17.0,17.150000000000002,17.0855126953125,15695,0.0,0.0,False
2023-09-13 00:00:00+01:00,17.150000000000002,17.27,17.003000488281252,17.1,17.03570068359375,8272,0.0,0.0,False
2023-09-14 00:00:00+01:00,17.1,17.273599853515627,16.9,17.1,17.03570068359375,10558,0.0,0.0,False
2023-09-15 00:00:00+01:00,17.1,17.27958984375,16.65,16.65,16.587392578125,7704,0.0,0.0,False
2023-09-18 00:00:00+01:00,17.05,17.240000000000002,16.8,17.0,16.93607666015625,19170,0.0,0.0,False
2023-09-19 00:00:00+01:00,17.05,17.3,16.8,17.3,17.23494873046875,19823,0.0,0.0,False
2023-09-20 00:00:00+01:00,17.05,17.3,17.0,17.2,17.135324707031252,31132,0.0,0.0,False
2023-09-21 00:00:00+01:00,17.150000000000002,17.29699951171875,17.05199951171875,17.150000000000002,17.0855126953125,3097,0.0,0.0,False
2023-09-22 00:00:00+01:00,17.150000000000002,17.27,16.75,16.75,16.6870166015625,10453,0.0,0.0,False
2023-09-25 00:00:00+01:00,17.150000000000002,17.150000000000002,16.7,16.8,16.73682861328125,24085,0.0,0.0,False
2023-09-26 00:00:00+01:00,17.0,17.0,16.5,16.625,16.562486572265627,13391,0.0,0.0,False
2023-09-27 00:00:00+01:00,16.625,16.65,16.3,16.4,16.33833251953125,26861,0.0,0.0,False
2023-09-28 00:00:00+01:00,16.75,17.215999755859375,16.51,17.2,17.135324707031252,167942,0.0,0.0,False
2023-09-29 00:00:00+01:00,17.1,17.400000000000002,17.1,17.3,17.23494873046875,74271,0.0,0.0,False
2023-10-02 00:00:00+01:00,17.25,17.395999755859375,17.1,17.25,17.18513671875,17619,0.0,0.0,False
2023-10-03 00:00:00+01:00,17.25,17.38,17.055,17.125,17.060606689453124,36157,0.0,0.0,False
2023-10-04 00:00:00+01:00,17.125,17.1,16.6,16.6,16.537580566406252,20221,0.0,0.0,False
2023-10-05 00:00:00+01:00,16.75,16.7,16.5,16.7,16.63720458984375,16806,0.0,0.0,False
2023-10-06 00:00:00+01:00,16.6,16.7,16.0,16.0,15.93983642578125,27436,0.0,0.0,False
2023-10-09 00:00:00+01:00,16.15,16.005,15.8,15.950000000000001,15.8900244140625,142542,0.0,0.0,False
2023-10-10 00:00:00+01:00,15.950000000000001,16.2,15.950000000000001,16.1,16.03946044921875,191826,0.0,0.0,False
2023-10-11 00:00:00+01:00,16.1,16.199000244140624,16.0,16.0,15.93983642578125,52610,0.0,0.0,False
2023-10-12 00:00:00+01:00,16.05,16.1,16.0,16.0,15.93983642578125,16366,0.0,0.0,False
2023-10-13 00:00:00+01:00,16.05,16.0,15.1,15.1,15.043221435546876,125432,0.0,0.0,False
2023-10-16 00:00:00+01:00,15.9,15.91199951171875,15.4,15.4,15.342093505859376,45770,0.0,0.0,False
2023-10-17 00:00:00+01:00,15.3,15.38,14.8,14.8,14.744349365234376,47291,0.0,0.0,False
2023-10-18 00:00:00+01:00,14.950000000000001,14.950000000000001,14.355550537109375,14.55,14.495289306640625,73154,0.0,0.0,False
2023-10-19 00:00:00+01:00,14.55,14.55,14.4,14.55,14.495289306640625,39626,0.0,0.0,False
2023-10-20 00:00:00+01:00,14.4,14.5,14.200000000000001,14.200000000000001,14.146605224609376,43934,0.0,0.0,False
2023-10-23 00:00:00+01:00,14.25,14.21,13.6,13.75,13.698297119140625,33605,0.0,0.0,False
2023-10-24 00:00:00+01:00,13.725,13.950000000000001,12.77,12.950000000000001,12.90130615234375,154438,0.0,0.0,False
2023-10-25 00:00:00+01:00,12.975,13.85,12.88,13.725,13.67339111328125,118846,0.0,0.0,False
2023-10-26 00:00:00+01:00,13.725,14.0,13.67,13.9,13.847733154296876,23806,0.0,0.0,False
2023-10-27 00:00:00+01:00,13.9,14.25,13.111219482421875,14.1,14.046981201171874,119741,0.0,0.0,False
2023-10-30 00:00:00+00:00,14.1,14.25,14.1,14.200000000000001,14.146605224609376,12044,0.0,0.0,False
2023-10-31 00:00:00+00:00,14.200000000000001,14.4,14.1,14.35,14.296041259765625,16108,0.0,0.0,False
2023-11-01 00:00:00+00:00,14.25,14.5,14.1,14.3,14.246229248046875,18936,0.0,0.0,False
2023-11-02 00:00:00+00:00,14.25,14.6,14.22,14.5,14.445477294921876,18560,0.0,0.0,False
2023-11-03 00:00:00+00:00,14.450000000000001,14.57,14.35,14.4,14.345853271484375,31297,0.0,0.0,False
2023-11-06 00:00:00+00:00,14.450000000000001,14.6,14.3,14.450000000000001,14.395665283203126,11117,0.0,0.0,False
2023-11-07 00:00:00+00:00,14.450000000000001,15.0,14.432500000000001,14.9,14.843973388671875,32616,0.0,0.0,False
2023-11-08 00:00:00+00:00,14.9,15.200000000000001,14.915000000000001,15.200000000000001,15.142845458984375,76070,0.0,0.0,False
2023-11-09 00:00:00+00:00,15.1,15.4,14.915000000000001,15.3,15.242469482421875,40041,0.0,0.0,False
2023-11-10 00:00:00+00:00,15.25,15.255,14.9,15.05,14.993409423828126,49823,0.0,0.0,False
2023-11-13 00:00:00+00:00,15.05,15.25011962890625,14.9,15.15,15.093033447265626,31157,0.0,0.0,False
2023-11-14 00:00:00+00:00,15.15,15.183299560546875,14.9,14.9,14.843973388671875,16626,0.0,0.0,False
2023-11-15 00:00:00+00:00,15.025,15.1,14.700000000000001,14.85,14.794161376953125,24081,0.0,0.0,False
2023-11-16 00:00:00+00:00,14.9,15.455999755859375,14.72,15.3,15.242469482421875,37082,0.0,0.0,False
2023-11-17 00:00:00+00:00,15.3,15.8,14.9,15.8,15.740588378906251,24777,0.0,0.0,False
2023-11-20 00:00:00+00:00,15.65,16.375,15.5,16.35,16.2885205078125,29585,0.0,0.0,False
2023-11-21 00:00:00+00:00,16.35,16.5,16.20199951171875,16.3,16.23870849609375,45840,0.0,0.0,False
2023-11-22 00:00:00+00:00,16.3,16.4,16.20199951171875,16.3,16.23870849609375,17744,0.0,0.0,False
2023-11-23 00:00:00+00:00,16.3,16.4,16.20199951171875,16.4,16.33833251953125,33984,0.0,0.0,False
2023-11-24 00:00:00+00:00,16.325,16.45,16.2,16.2,16.13908447265625,33457,0.0,0.0,False
2023-11-27 00:00:00+00:00,16.325,16.45,16.2,16.45,16.38814453125,129977,0.0,0.0,False
2023-11-28 00:00:00+00:00,16.325,16.5,16.2,16.5,16.43795654296875,49498,0.0,0.0,False
2023-11-29 00:00:00+00:00,16.425,16.85,16.35,16.8,16.73682861328125,65126,0.0,0.0,False
2023-11-30 00:00:00+00:00,16.9,17.6,16.91,17.6,17.53382080078125,120950,0.0,0.0,False
2023-12-01 00:00:00+00:00,17.55,18.1,17.445830078125,17.95,17.882503662109375,27344,0.0,0.0,False
2023-12-04 00:00:00+00:00,17.975,18.048499755859375,17.7,17.75,17.6832568359375,102544,0.0,0.0,False
2023-12-05 00:00:00+00:00,17.75,17.8,17.6,17.6,17.53382080078125,75449,0.0,0.0,False
2023-12-06 00:00:00+00:00,17.75,18.0,17.400000000000002,18.0,17.932315673828125,18084,0.0,0.0,False
2023-12-07 00:00:00+00:00,17.575,17.78,17.1,17.1,17.03570068359375,16018,0.0,0.0,False
2023-12-08 00:00:00+00:00,17.55,18.29699951171875,17.7,18.2,18.131563720703124,40063,0.0,0.0,False
2023-12-11 00:00:00+00:00,18.25,18.225,17.8,18.05,17.982127685546875,55376,0.0,0.0,False
2023-12-12 00:00:00+00:00,17.975,18.0975,17.85,18.0,17.932315673828125,21815,0.0,0.0,False
2023-12-13 00:00:00+00:00,17.875,18.080000000000002,17.650000000000002,17.8,17.733068847656252,29154,0.0,0.0,False
2023-12-14 00:00:00+00:00,17.900000000000002,18.1,17.795,17.85,17.782879638671876,167809,0.0,0.0,False
2023-12-15 00:00:00+00:00,17.85,18.0,17.400000000000002,17.900000000000002,17.832691650390625,37670,0.0,0.0,False
2023-12-18 00:00:00+00:00,17.85,18.0,17.7,18.0,17.932315673828125,102343,0.0,0.0,False
2023-12-19 00:00:00+00:00,17.900000000000002,18.1,17.7,18.0,17.932315673828125,26831,0.0,0.0,False
2023-12-20 00:00:00+00:00,17.85,18.2,17.7,18.2,18.131563720703124,34594,0.0,0.0,False
2023-12-21 00:00:00+00:00,18.1,18.295999755859377,17.900000000000002,18.1,18.031939697265624,9904,0.0,0.0,False
2023-12-22 00:00:00+00:00,18.1,18.3,18.0,18.1,18.031939697265624,6222,0.0,0.0,False
2023-12-27 00:00:00+00:00,18.1,18.255999755859374,17.75,17.75,17.6832568359375,10216,0.0,0.0,False
2023-12-28 00:00:00+00:00,18.1,18.255999755859374,17.5,17.8,17.733068847656252,20549,0.0,0.0,False
2023-12-29 00:00:00+00:00,17.7,17.900000000000002,17.5,17.900000000000002,17.832691650390625,1969,0.0,0.0,False
2024-01-02 00:00:00+00:00,17.7,17.900000000000002,17.400000000000002,17.5,17.43419677734375,16855,0.0,0.0,False
2024-01-03 00:00:00+00:00,17.475,17.55,17.2,17.55,17.4840087890625,10668,0.0,0.0,False
2024-01-04 00:00:00+00:00,17.375,17.55,17.2,17.55,17.4840087890625,120755,0.0,0.0,False
2024-01-05 00:00:00+00:00,17.475,17.55,17.21,17.400000000000002,17.33457275390625,10306,0.0,0.0,False
2024-01-08 00:00:00+00:00,17.35,17.5,17.055,17.2,17.135324707031252,7708,0.0,0.0,False
2024-01-09 00:00:00+00:00,17.175,17.19,17.00199951171875,17.1,17.03570068359375,5247,0.0,0.0,False
2024-01-10 00:00:00+00:00,17.1,17.18800048828125,16.9,17.0,16.93607666015625,11252,0.0,0.0,False
2024-01-11 00:00:00+00:00,17.0,16.82,16.101999511718752,16.2,16.13908447265625,57382,0.0,0.0,False
2024-01-12 00:00:00+00:00,16.225,16.5,16.1,16.5,16.43795654296875,20010,0.0,0.0,False
2024-01-15 00:00:00+00:00,16.27,16.7,16.1,16.7,16.63720458984375,11863,0.0,0.0,False
2024-01-16 00:00:00+00:00,16.6,17.0,16.4,16.8,16.73682861328125,13411,0.0,0.0,False
2024-01-17 00:00:00+00:00,16.8,16.990000000000002,16.4,16.4,16.33833251953125,19138,0.0,0.0,False
2024-01-18 00:00:00+00:00,16.8,16.9,16.4,16.75,16.6870166015625,66307,0.0,0.0,False
2024-01-19 00:00:00+00:00,16.75,16.9,16.6,16.7,16.63720458984375,42666,0.0,0.0,False
2024-01-22 00:00:00+00:00,16.75,16.7,16.3,16.65,16.587392578125,24056,0.0,0.0,False
2024-01-23 00:00:00+00:00,16.5,17.0,16.4,17.0,16.93607666015625,44662,0.0,0.0,False
2024-01-24 00:00:00+00:00,17.1,17.35,16.5,17.0,16.93607666015625,82456,0.0,0.0,False
2024-01-25 00:00:00+00:00,17.2,17.3,16.9,16.95,16.8862646484375,20316,0.0,0.0,False
2024-01-26 00:00:00+00:00,16.875,17.45,16.75,17.1,17.03570068359375,16162,0.0,0.0,False
2024-01-29 00:00:00+00:00,16.9,17.400000000000002,16.75,17.2,17.135324707031252,12416,0.0,0.0,False
2024-01-30 00:00:00+00:00,17.25,17.55,17.10300048828125,17.55,17.4840087890625,18997,0.0,0.0,False
2024-01-31 00:00:00+00:00,17.25,17.75,17.1,17.75,17.6832568359375,63404,0.0,0.0,False
2024-02-01 00:00:00+00:00,17.625,17.900000000000002,17.6,17.7,17.63344482421875,30717,0.0,0.0,False
2024-02-02 00:00:00+00:00,17.825,17.935,17.750660400390625,17.85,17.782879638671876,12746,0.0,0.0,False
2024-02-05 00:00:00+00:00,17.875,18.0,17.75,17.75,17.6832568359375,49842,0.0,0.0,False
2024-02-06 00:00:00+00:00,17.85,18.2,17.7,17.7,17.63344482421875,20576,0.0,0.0,False
2024-02-07 00:00:00+00:00,17.8,17.85,17.6,17.75,17.6832568359375,25582,0.0,0.0,False
2024-02-08 00:00:00+00:00,17.675,17.75,17.6,17.675,17.652496337890625,48592,0.044199999999999996,0.0,True
2024-02-09 00:00:00+00:00,17.7,17.75,17.55,17.55,17.527655029296877,32233,0.0,0.0,False
2024-02-12 00:00:00+00:00,17.625,17.650000000000002,17.35,17.650000000000002,17.627528076171874,31800,0.0,0.0,False
2024-02-13 00:00:00+00:00,17.525000000000002,17.685,16.65,16.65,16.62880126953125,20215,0.0,0.0,False
2024-02-14 00:00:00+00:00,17.475,17.89,17.5,17.55,17.527655029296877,26043,0.0,0.0,False
2024-02-15 00:00:00+00:00,17.75,17.900000000000002,17.665550537109375,17.900000000000002,17.87720947265625,5549,0.0,0.0,False
2024-02-16 00:00:00+00:00,17.75,17.900000000000002,17.25,17.75,17.727399902343752,10412,0.0,0.0,False
2024-02-19 00:00:00+00:00,17.75,18.39699951171875,17.675,18.2,18.176827392578126,40736,0.0,0.0,False
2024-02-20 00:00:00+00:00,18.3,18.69699951171875,18.35551025390625,18.55,18.5263818359375,21989,0.0,0.0,False
2024-02-21 00:00:00+00:00,18.55,18.609000244140624,18.3,18.6,18.576318359375,10564,0.0,0.0,False
2024-02-22 00:00:00+00:00,18.45,18.6,18.003000488281252,18.2,18.176827392578126,22638,0.0,0.0,False
2024-02-23 00:00:00+00:00,18.150000000000002,18.25,18.02,18.05,18.02701904296875,5866,0.0,0.0,False
2024-02-26 00:00:00+00:00,18.150000000000002,18.8,18.003000488281252,18.8,18.776063232421876,52592,0.0,0.0,False
2024-02-27 00:00:00+00:00,18.3,19.0,18.25,19.0,18.975809326171877,45223,0.0,0.0,False
2024-02-28 00:00:00+00:00,18.400000000000002,18.8,18.22,18.3,18.276700439453126,16824,0.0,0.0,False
2024-02-29 00:00:00+00:00,18.5,18.6,18.3,18.6,18.576318359375,32225,0.0,0.0,False
2024-03-01 00:00:00+00:00,18.5,18.7,18.3,18.5,18.4764453125,7620,0.0,0.0,False
2024-03-04 00:00:00+00:00,18.5,18.7,18.3,18.3,18.276700439453126,9140,0.0,0.0,False
2024-03-05 00:00:00+00:00,18.5,18.95,18.1,18.25,18.226763916015624,25707,0.0,0.0,False
2024-03-06 00:00:00+00:00,18.25,18.400000000000002,18.0,18.2,18.176827392578126,19163,0.0,0.0,False
2024-03-07 00:00:00+00:00,18.2,18.395999755859375,17.7,17.7,17.677464599609376,5889,0.0,0.0,False
2024-03-08 00:00:00+00:00,18.2,18.5,18.140999755859376,18.5,18.4764453125,32390,0.0,0.0,False
2024-03-11 00:00:00+00:00,18.35,18.5,18.2,18.5,18.4764453125,12927,0.0,0.0,False
2024-03-12 00:00:00+00:00,18.35,18.5,17.85,17.85,17.82727294921875,7272,0.0,0.0,False
2024-03-13 00:00:00+00:00,18.35,18.5,18.2,18.3,18.276700439453126,20462,0.0,0.0,False
2024-03-14 00:00:00+00:00,18.35,18.490000000000002,18.2,18.2,18.176827392578126,34535,0.0,0.0,False
2024-03-15 00:00:00+00:00,18.35,18.5,18.2,18.2,18.176827392578126,22659,0.0,0.0,False
2024-03-18 00:00:00+00:00,18.35,18.490000000000002,18.1,18.2,18.176827392578126,16120,0.0,0.0,False
2024-03-19 00:00:00+00:00,18.3,18.3,18.0,18.0,17.97708251953125,18282,0.0,0.0,False
2024-03-20 00:00:00+00:00,18.150000000000002,18.150000000000002,17.72,17.8,17.77733642578125,34926,0.0,0.0,False
2024-03-21 00:00:00+00:00,17.8,17.900000000000002,17.7,17.7,17.677464599609376,53377,0.0,0.0,False
2024-03-22 00:00:00+00:00,17.8,17.8,17.465999755859375,17.55,17.527655029296877,18289,0.0,0.0,False
2024-03-25 00:00:00+00:00,17.55,17.7,17.400000000000002,17.400000000000002,17.377845458984375,7802,0.0,0.0,False
2024-03-26 00:00:00+00:00,17.55,17.7,17.25,17.3,17.2779736328125,19850,0.0,0.0,False
2024-03-27 00:00:00+00:00,17.45,17.45,17.1,17.1,17.0782275390625,34241,0.0,0.0,False
2024-03-28 00:00:00+00:00,17.3,17.5,16.85,16.85,16.828546142578126,37089,0.0,0.0,False
2024-04-02 00:00:00+01:00,17.05,17.1,16.8,16.9,16.878482666015625,11696,0.0,0.0,False
2024-04-03 00:00:00+01:00,17.150000000000002,17.39,17.0,17.0,16.978355712890625,22028,0.0,0.0,False
2024-04-04 00:00:00+01:00,17.2,17.35,16.7,16.8,16.778609619140624,12884,0.0,0.0,False
2024-04-05 00:00:00+01:00,16.75,16.749000244140625,16.475,16.7,16.67873779296875,37657,0.0,0.0,False
2024-04-08 00:00:00+01:00,16.7,17.05,16.55,16.9,16.878482666015625,33355,0.0,0.0,False
2024-04-09 00:00:00+01:00,16.95,17.2,16.84,17.2,17.1781005859375,118571,0.0,0.0,False
2024-04-10 00:00:00+01:00,17.1,17.5,17.0,17.5,17.477718505859375,26734,0.0,0.0,False
2024-04-11 00:00:00+01:00,17.25,17.75,17.005,17.75,17.727399902343752,7802,0.0,0.0,False
2024-04-12 00:00:00+01:00,17.35,17.6,17.2,17.425,17.402813720703126,11635,0.0,0.0,False
2024-04-15 00:00:00+01:00,17.425,17.6,17.204000244140627,17.6,17.577591552734376,12461,0.0,0.0,False
2024-04-16 00:00:00+01:00,17.400000000000002,17.5,17.30199951171875,17.5,17.477718505859375,19752,0.0,0.0,False
2024-04-17 00:00:00+01:00,17.400000000000002,17.95,17.30300048828125,17.95,17.92714599609375,11238,0.0,0.0,False
2024-04-18 00:00:00+01:00,17.45,18.0,17.32,18.0,17.97708251953125,48131,0.0,0.0,False
2024-04-19 00:00:00+01:00,17.7,18.0,17.45,17.6,17.577591552734376,59956,0.0,0.0,False
2024-04-22 00:00:00+01:00,17.8,18.35,17.6,18.35,18.326636962890625,51203,0.0,0.0,False
2024-04-23 00:00:00+01:00,18.625,18.85,18.1,18.3,18.276700439453126,115227,0.0,0.0,False
2024-04-24 00:00:00+01:00,18.45,18.59699951171875,17.900000000000002,18.0,17.97708251953125,35089,0.0,0.0,False
2024-04-25 00:00:00+01:00,18.05,18.0,17.740000000000002,17.85,17.82727294921875,37182,0.0,0.0,False
2024-04-26 00:00:00+01:00,17.8,17.900000000000002,17.6,17.900000000000002,17.87720947265625,6065,0.0,0.0,False
2024-04-29 00:00:00+01:00,17.75,18.5,17.60300048828125,18.150000000000002,18.126890869140624,67093,0.0,0.0,False
2024-04-30 00:00:00+01:00,18.125,18.16949951171875,18.0,18.1,18.076954345703125,163750,0.0,0.0,False
2024-05-01 00:00:00+01:00,18.075,18.400000000000002,18.01,18.3,18.276700439453126,22242,0.0,0.0,False
2024-05-02 00:00:00+01:00,18.3,18.7,18.25,18.7,18.7,18848,0.0233,0.0,True
2024-05-03 00:00:00+01:00,18.650000000000002,18.85,18.25,18.25,18.25,11949,0.0,0.0,False
2024-05-07 00:00:00+01:00,18.775000000000002,18.900000000000002,18.701500244140625,18.75,18.75,16553,0.0,0.0,False
2024-05-08 00:00:00+01:00,18.775000000000002,18.85,18.2,18.2,18.2,77655,0.0,0.0,False
2024-05-09 00:00:00+01:00,18.75,18.95,18.6,18.95,18.95,44677,0.0,0.0,False
2024-05-10 00:00:00+01:00,18.8,19.2,18.6,19.2,19.2,45316,0.0,0.0,False
2024-05-13 00:00:00+01:00,19.05,19.2,18.900000000000002,19.150000000000002,19.150000000000002,52543,0.0,0.0,False
2024-05-14 00:00:00+01:00,19.05,19.475,18.95,19.35,19.35,52137,0.0,0.0,False
2024-05-15 00:00:00+01:00,19.3,19.650000000000002,19.2,19.400000000000002,19.400000000000002,7248,0.0,0.0,False
2024-05-16 00:00:00+01:00,19.3,19.900000000000002,19.3,19.8,19.8,40511,0.0,0.0,False
2024-05-17 00:00:00+01:00,19.85,20.48699951171875,19.75,20.2,20.2,62831,0.0,0.0,False
2024-05-20 00:00:00+01:00,20.25,20.6,20.0,20.5,20.5,18431,0.0,0.0,False
2024-05-21 00:00:00+01:00,20.400000000000002,20.6,20.1,20.5,20.5,41785,0.0,0.0,False
2024-05-22 00:00:00+01:00,20.35,20.66,20.2,20.6,20.6,33036,0.0,0.0,False
2024-05-23 00:00:00+01:00,20.400000000000002,21.2,20.2,21.2,21.2,39831,0.0,0.0,False
2024-05-24 00:00:00+01:00,20.95,21.8,20.68,21.8,21.8,34032,0.0,0.0,False
2024-05-28 00:00:00+01:00,21.2,21.76666015625,21.1,21.7,21.7,23468,0.0,0.0,False
2024-05-29 00:00:00+01:00,21.55,21.7,21.400000000000002,21.400000000000002,21.400000000000002,18941,0.0,0.0,False
2024-05-30 00:00:00+01:00,21.55,21.69,21.3,21.3,21.3,27539,0.0,0.0,False
2024-05-31 00:00:00+01:00,21.55,22.5,21.400000000000002,22.5,22.5,77578,0.0,0.0,False
2024-06-03 00:00:00+01:00,22.150000000000002,22.5,21.6,22.2,22.2,30976,0.0,0.0,False
2024-06-04 00:00:00+01:00,22.2,22.3,21.7,21.7,21.7,27300,0.0,0.0,False
2024-06-05 00:00:00+01:00,22.25,22.212500000000002,21.65551025390625,21.8,21.8,34966,0.0,0.0,False
2024-06-06 00:00:00+01:00,21.8,21.8,21.400000000000002,21.400000000000002,21.400000000000002,13975,0.0,0.0,False
2024-06-07 00:00:00+01:00,21.55,21.7,21.0,21.7,21.7,13537,0.0,0.0,False
2024-06-10 00:00:00+01:00,21.25,21.7,20.7,21.1,21.1,48654,0.0,0.0,False
2024-06-11 00:00:00+01:00,20.85,21.44,20.7,20.7,20.7,34923,0.0,0.0,False
2024-06-12 00:00:00+01:00,21.2,21.455000000000002,21.1,21.3,21.3,10334,0.0,0.0,False
2024-06-13 00:00:00+01:00,21.35,21.5,20.8,20.8,20.8,9585,0.0,0.0,False
2024-06-14 00:00:00+01:00,21.400000000000002,21.8,20.650000000000002,21.0,21.0,39270,0.0,0.0,False
2024-06-17 00:00:00+01:00,21.0,21.2,20.64,20.8,20.8,13452,0.0,0.0,False
2024-06-18 00:00:00+01:00,20.8,21.1,20.8,20.8,20.8,8195,0.0,0.0,False
2024-06-19 00:00:00+01:00,20.8,21.2,20.6,20.900000000000002,20.900000000000002,8158,0.0,0.0,False
2024-06-20 00:00:00+01:00,21.0,21.0,20.6,21.0,21.0,24103,0.0,0.0,False
2024-06-21 00:00:00+01:00,20.8,21.1,20.5,21.1,21.1,47450,0.0,0.0,False
2024-06-24 00:00:00+01:00,20.7,21.3,20.6,21.1,21.1,29927,0.0,0.0,False
2024-06-25 00:00:00+01:00,21.3,21.3,20.8,20.8,20.8,9652,0.0,0.0,False
2024-06-26 00:00:00+01:00,20.8,21.2,20.400000000000002,20.900000000000002,20.900000000000002,10771,0.0,0.0,False
2024-06-27 00:00:00+01:00,20.8,20.900000000000002,20.7,20.900000000000002,20.900000000000002,19578,0.0,0.0,False
2024-06-28 00:00:00+01:00,20.5,20.725,20.45260009765625,20.5,20.5,15216,0.0,0.0,False
2024-07-01 00:00:00+01:00,20.7,20.7,20.3,20.3,20.3,19967,0.0,0.0,False
2024-07-02 00:00:00+01:00,20.3,20.400000000000002,20.04800048828125,20.400000000000002,20.400000000000002,35579,0.0,0.0,False
2024-07-03 00:00:00+01:00,20.3,21.1,20.3,21.1,21.1,15459,0.0,0.0,False
2024-07-04 00:00:00+01:00,20.8,21.0,20.7,20.7,20.7,41177,0.0,0.0,False
2024-07-05 00:00:00+01:00,20.7,20.7839990234375,20.44800048828125,20.7,20.7,10316,0.0,0.0,False
2024-07-08 00:00:00+01:00,20.400000000000002,20.7,20.1,20.1,20.1,11765,0.0,0.0,False
2024-07-09 00:00:00+01:00,20.1,20.2,19.915999755859374,20.2,20.2,43328,0.0,0.0,False
2024-07-10 00:00:00+01:00,20.0,20.400000000000002,20.0,20.3,20.3,32089,0.0,0.0,False
2024-07-11 00:00:00+01:00,20.2,21.1,20.16,21.0,21.0,31487,0.0,0.0,False
2024-07-12 00:00:00+01:00,21.0,21.2,20.400000000000002,21.2,21.2,93676,0.0,0.0,False
2024-07-15 00:00:00+01:00,21.1,21.400000000000002,20.900000000000002,21.0,21.0,28837,0.0,0.0,False
2024-07-16 00:00:00+01:00,21.0,21.2,20.92800048828125,21.2,21.2,11307,0.0,0.0,False
2024-07-17 00:00:00+01:00,21.2,21.3,21.0,21.1,21.1,11366,0.0,0.0,False
2024-07-18 00:00:00+01:00,20.900000000000002,21.400000000000002,20.900000000000002,21.2,21.2,19966,0.0,0.0,False
2024-07-19 00:00:00+01:00,21.1,21.3,20.7,21.2,21.2,23737,0.0,0.0,False
2024-07-22 00:00:00+01:00,21.0,21.400000000000002,21.0,21.400000000000002,21.400000000000002,61224,0.0,0.0,False
2024-07-23 00:00:00+01:00,21.0,21.2339990234375,20.8,20.8,20.8,9142,0.0,0.0,False
2024-07-24 00:00:00+01:00,20.7,20.8,20.2,20.400000000000002,20.400000000000002,18173,0.0,0.0,False
2024-07-25 00:00:00+01:00,20.7,20.7,20.1,20.1,20.1,6833,0.0,0.0,False
2024-07-26 00:00:00+01:00,20.5,21.0,20.1,20.900000000000002,20.900000000000002,16715,0.0,0.0,False
2024-07-29 00:00:00+01:00,20.900000000000002,20.900000000000002,20.5,20.7,20.7,16466,0.0,0.0,False
2024-07-30 00:00:00+01:00,20.7,20.71,19.2,19.45,19.45,59406,0.0,0.0,False
2024-07-31 00:00:00+01:00,19.400000000000002,19.7,19.35,19.7,19.7,18840,0.0,0.0,False
2024-08-01 00:00:00+01:00,19.5,19.91800048828125,19.3,19.55,19.55,22668,0.0,0.0,False
2024-08-02 00:00:00+01:00,19.3,19.5,19.150000000000002,19.3,19.3,21868,0.0,0.0,False
2024-08-05 00:00:00+01:00,19.1,19.45,18.05,18.35,18.35,39750,0.0,0.0,False
2024-08-06 00:00:00+01:00,18.3,19.0,18.150000000000002,18.95,18.95,20843,0.0,0.0,False
2024-08-07 00:00:00+01:00,19.0,19.5,18.79,19.35,19.35,19934,0.0,0.0,False
2024-08-08 00:00:00+01:00,19.400000000000002,19.404000244140626,18.650000000000002,18.650000000000002,18.650000000000002,64779,0.0,0.0,False
2024-08-09 00:00:00+01:00,19.05,19.05,18.400000000000002,18.5,18.5,8264,0.0,0.0,False
2024-08-12 00:00:00+01:00,18.85,18.874000244140625,18.411099853515626,18.7,18.7,16988,0.0,0.0,False
2024-08-13 00:00:00+01:00,18.95,18.95,18.57699951171875,18.8,18.8,9656,0.0,0.0,False
2024-08-14 00:00:00+01:00,18.85,19.2,18.650000000000002,19.0,19.0,14412,0.0,0.0,False
2024-08-15 00:00:00+01:00,19.2,19.650000000000002,18.83551025390625,19.6,19.6,18475,0.0,0.0,False
2024-08-16 00:00:00+01:00,19.650000000000002,19.75,18.650000000000002,19.7,19.7,7410,0.0,0.0,False
2024-08-19 00:00:00+01:00,19.7,19.75,19.35,19.45,19.45,16278,0.0,0.0,False
2024-08-20 00:00:00+01:00,19.6,19.6,18.8,19.0,19.0,39450,0.0,0.0,False
2024-08-21 00:00:00+01:00,19.2,19.75,18.98738037109375,19.75,19.75,34402,0.0,0.0,False
2024-08-22 00:00:00+01:00,19.28199951171875,19.8,19.28199951171875,19.71,19.71,4455,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 17.7 18.0 16.8 17.25 17.106629638671876 14608 0.0 0.0 False
3 2022-01-05 00:00:00+00:00 17.25 17.6 16.8 17.25 17.106629638671876 10330 0.0 0.0 False
4 2022-01-06 00:00:00+00:00 17.0 17.0 16.4 17.0 16.85870849609375 99618 0.0 0.0 False
5 2022-01-07 00:00:00+00:00 16.75 17.75 16.55 17.35 17.205799560546875 18559 0.0 0.0 False
6 2022-01-10 00:00:00+00:00 17.35 18.0 17.0 17.35 17.205799560546875 204442 0.0 0.0 False
7 2022-01-11 00:00:00+00:00 17.35 17.68 16.97449951171875 17.35 17.205799560546875 63523 0.0 0.0 False
8 2022-01-12 00:00:00+00:00 17.35 17.7 17.0 17.45 17.304967041015626 6366 0.0 0.0 False
9 2022-01-13 00:00:00+00:00 17.45 17.7 17.05 17.7 17.552889404296874 5696 0.0 0.0 False
10 2022-01-14 00:00:00+00:00 17.5 18.150000000000002 17.3 17.5 17.35455322265625 3916 0.0 0.0 False
11 2022-01-17 00:00:00+00:00 17.5 17.6 17.3 17.5 17.35455322265625 16992 0.0 0.0 False
12 2022-01-18 00:00:00+00:00 17.650000000000002 18.275000000000002 17.400000000000002 18.05 17.89998046875 11936 0.0 0.0 False
13 2022-01-19 00:00:00+00:00 17.650000000000002 17.8 17.0 17.400000000000002 17.25538330078125 27678 0.0 0.0 False
14 2022-01-20 00:00:00+00:00 17.5 18.0 17.0 17.5 17.35455322265625 98547 0.0 0.0 False
15 2022-01-21 00:00:00+00:00 17.400000000000002 17.3 16.35 16.65 16.511617431640627 11629 0.0 0.0 False
16 2022-01-24 00:00:00+00:00 16.5 16.5 14.950000000000001 14.950000000000001 14.8257470703125 16987 0.0 0.0 False
17 2022-01-25 00:00:00+00:00 15.3 15.8 14.6 15.200000000000001 15.073668212890626 14810 0.0 0.0 False
18 2022-01-26 00:00:00+00:00 15.4 15.700000000000001 15.195999755859376 15.4 15.272005615234375 7204 0.0 0.0 False
19 2022-01-27 00:00:00+00:00 15.15 15.5 14.81 15.15 15.024083251953126 171814 0.0 0.0 False
20 2022-01-28 00:00:00+00:00 15.05 15.3 14.0 15.0 14.87532958984375 7559 0.0 0.0 False
21 2022-01-31 00:00:00+00:00 15.0 15.75 14.3 14.3 14.181148681640625 15389 0.0 0.0 False
22 2022-02-01 00:00:00+00:00 15.025 15.025 14.76 15.0 14.87532958984375 9906 0.0 0.0 False
23 2022-02-02 00:00:00+00:00 14.875 15.35 14.75 14.75 14.627408447265625 21138 0.0 0.0 False
24 2022-02-03 00:00:00+00:00 14.875 15.0 14.8 14.9 14.776163330078125 44097 0.0 0.0 False
25 2022-02-04 00:00:00+00:00 14.975 15.200000000000001 14.75 14.9 14.776163330078125 27249 0.0 0.0 False
26 2022-02-07 00:00:00+00:00 14.85 15.0 14.61 14.8 14.676993408203126 24316 0.0 0.0 False
27 2022-02-08 00:00:00+00:00 14.8 15.0 14.690999755859375 15.0 14.87532958984375 10407 0.0 0.0 False
28 2022-02-09 00:00:00+00:00 14.8 15.700000000000001 14.6 15.700000000000001 15.569512939453125 26899 0.0 0.0 False
29 2022-02-10 00:00:00+00:00 14.8 15.15 14.25 14.700000000000001 14.577824707031251 11667 0.0 0.0 False
30 2022-02-11 00:00:00+00:00 14.525 15.1 14.3 15.1 14.97449951171875 19383 0.0 0.0 False
31 2022-02-14 00:00:00+00:00 14.6 14.64 14.0 14.200000000000001 14.081978759765626 30351 0.0 0.0 False
32 2022-02-15 00:00:00+00:00 14.05 14.5 13.8 14.5 14.379486083984375 23319 0.0 0.0 False
33 2022-02-16 00:00:00+00:00 14.5 14.749599609375 14.3 14.6 14.478653564453126 68581 0.0 0.0 False
34 2022-02-17 00:00:00+00:00 14.6 14.700000000000001 14.4 14.6 14.478653564453126 55981 0.0 0.0 False
35 2022-02-18 00:00:00+00:00 14.6 14.8 13.9575 14.3 14.181148681640625 57661 0.0 0.0 False
36 2022-02-21 00:00:00+00:00 14.3 14.48 13.8 14.25 14.131563720703125 3459 0.0 0.0 False
37 2022-02-22 00:00:00+00:00 14.1 13.700000000000001 12.8 12.9 12.792784423828126 17014 0.0 0.0 False
38 2022-02-23 00:00:00+00:00 12.85 13.200000000000001 11.05 11.275 11.181290283203126 323128 0.0 0.0 False
39 2022-02-24 00:00:00+00:00 11.175 11.35 10.145 10.85 10.759822998046875 121492 0.0 0.0 False
40 2022-02-25 00:00:00+00:00 10.875 11.8 10.625 11.5 11.404420166015624 135733 0.0 0.0 False
41 2022-02-28 00:00:00+00:00 11.5 11.75 10.450999755859375 10.85 10.759822998046875 29561 0.0 0.0 False
42 2022-03-01 00:00:00+00:00 10.85 11.1 10.65 10.950000000000001 10.85899169921875 21218 0.0 0.0 False
43 2022-03-02 00:00:00+00:00 10.950000000000001 11.200000000000001 10.5 10.75 10.660653076171876 31618 0.0 0.0 False
44 2022-03-03 00:00:00+00:00 10.85 11.0 10.5 10.5 10.41273193359375 14756 0.0 0.0 False
45 2022-03-04 00:00:00+00:00 10.75 10.615 9.9 10.15 10.065640258789063 22656 0.0 0.0 False
46 2022-03-07 00:00:00+00:00 10.025 9.99 9.200000000000001 9.8 9.718549194335937 27413 0.0 0.0 False
47 2022-03-08 00:00:00+00:00 9.8 11.0 9.61 10.8 10.7102392578125 29412 0.0 0.0 False
48 2022-03-09 00:00:00+00:00 10.65 11.1 10.1 10.65 10.561485595703125 53229 0.0 0.0 False
49 2022-03-10 00:00:00+00:00 10.35 10.55 9.6 9.78 9.6987158203125 111815 0.0 0.0 False
50 2022-03-11 00:00:00+00:00 9.8 10.5 9.77 10.25 10.1648095703125 86568 0.0 0.0 False
51 2022-03-14 00:00:00+00:00 10.15 10.5 9.8 10.025 9.941678466796875 38212 0.0 0.0 False
52 2022-03-15 00:00:00+00:00 10.025 11.0 10.01 10.700000000000001 10.6110693359375 73605 0.0 0.0 False
53 2022-03-16 00:00:00+00:00 10.85 11.200000000000001 10.3 10.8 10.7102392578125 163322 0.0 0.0 False
54 2022-03-17 00:00:00+00:00 10.8 11.0 10.6 10.8 10.7102392578125 27940 0.0 0.0 False
55 2022-03-18 00:00:00+00:00 10.9 11.290000000000001 10.65 10.950000000000001 10.85899169921875 37298 0.0 0.0 False
56 2022-03-21 00:00:00+00:00 10.950000000000001 11.3 10.61238037109375 10.75 10.660653076171876 93719 0.0 0.0 False
57 2022-03-22 00:00:00+00:00 10.875 11.145 10.6 10.8 10.7102392578125 47400 0.0 0.0 False
58 2022-03-23 00:00:00+00:00 11.375 11.83699951171875 10.8 11.25 11.156499023437501 64771 0.0 0.0 False
59 2022-03-24 00:00:00+00:00 11.05 11.58 11.0 11.200000000000001 11.106915283203126 46570 0.0 0.0 False
60 2022-03-25 00:00:00+00:00 11.200000000000001 11.5 11.0 11.0 10.908575439453125 23791 0.0 0.0 False
61 2022-03-28 00:00:00+01:00 11.25 11.5 11.0 11.5 11.404420166015624 19013 0.0 0.0 False
62 2022-03-29 00:00:00+01:00 11.4 12.0 11.0 12.0 11.900263671875 19194 0.0 0.0 False
63 2022-03-30 00:00:00+01:00 11.4 11.75 11.0 11.200000000000001 11.106915283203126 49942 0.0 0.0 False
64 2022-03-31 00:00:00+01:00 11.4 11.6 10.9 10.9 10.809407958984375 21217 0.0 0.0 False
65 2022-04-01 00:00:00+01:00 11.4 11.600999755859375 10.8 11.25 11.156499023437501 24642 0.0 0.0 False
66 2022-04-04 00:00:00+01:00 11.3 11.8 11.0 11.4 11.30525146484375 17167 0.0 0.0 False
67 2022-04-05 00:00:00+01:00 11.4 11.8 11.0 11.0 10.908575439453125 31232 0.0 0.0 False
68 2022-04-06 00:00:00+01:00 11.4 11.8 11.15 11.4 11.30525146484375 16894 0.0 0.0 False
69 2022-04-07 00:00:00+01:00 11.4 11.5 11.1 11.25 11.156499023437501 38303 0.0 0.0 False
70 2022-04-08 00:00:00+01:00 11.25 11.5 11.0 11.35 11.255667724609376 26993 0.0 0.0 False
71 2022-04-11 00:00:00+01:00 11.25 11.9 11.0 11.700000000000001 11.6027587890625 20912 0.0 0.0 False
72 2022-04-12 00:00:00+01:00 11.55 12.700000000000001 11.650999755859376 12.3 12.197772216796876 46528 0.0 0.0 False
73 2022-04-13 00:00:00+01:00 12.325000000000001 12.700000000000001 11.86 12.35 12.24735595703125 29936 0.0 0.0 False
74 2022-04-14 00:00:00+01:00 12.25 12.5 12.094000244140625 12.25 12.148187255859375 101765 0.0 0.0 False
75 2022-04-19 00:00:00+01:00 12.35 13.24 12.25 12.5 12.396109619140626 26000 0.0 0.0 False
76 2022-04-20 00:00:00+01:00 12.975 13.3 12.8 13.15 13.040706787109375 99480 0.0 0.0 False
77 2022-04-21 00:00:00+01:00 13.15 13.98 13.1 13.700000000000001 13.58613525390625 35474 0.0 0.0 False
78 2022-04-22 00:00:00+01:00 13.6 14.05 12.9 13.5 13.387799072265626 17792 0.0 0.0 False
79 2022-04-25 00:00:00+01:00 13.6 13.700000000000001 13.3 13.5 13.387799072265626 191057 0.0 0.0 False
80 2022-04-26 00:00:00+01:00 13.55 13.700000000000001 13.35551025390625 13.5 13.387799072265626 270954 0.0 0.0 False
81 2022-04-27 00:00:00+01:00 13.75 14.4 13.52 14.0 13.883642578125 27733 0.0 0.0 False
82 2022-04-28 00:00:00+01:00 14.0 14.5 13.6 14.325000000000001 14.20593994140625 22283 0.0 0.0 False
83 2022-04-29 00:00:00+01:00 14.325000000000001 14.8 14.0 14.6 14.478653564453126 10310 0.0 0.0 False
84 2022-05-03 00:00:00+01:00 14.5 14.8 14.0 14.3 14.181148681640625 106787 0.0 0.0 False
85 2022-05-04 00:00:00+01:00 14.35 14.700000000000001 14.0 14.35 14.230732421875 257254 0.0 0.0 False
86 2022-05-05 00:00:00+01:00 14.35 14.75 14.15 14.700000000000001 14.595726318359375 27523 0.0176 0.0 True
87 2022-05-06 00:00:00+01:00 14.5 14.55 13.85 13.85 13.75175537109375 3745 0.0 0.0 False
88 2022-05-09 00:00:00+01:00 14.25 14.24 13.6 14.0 13.90069091796875 53240 0.0 0.0 False
89 2022-05-10 00:00:00+01:00 14.0 14.05 13.700000000000001 13.85 13.75175537109375 30095 0.0 0.0 False
90 2022-05-11 00:00:00+01:00 13.950000000000001 14.07 13.51 13.700000000000001 13.602818603515626 10072 0.0 0.0 False
91 2022-05-12 00:00:00+01:00 13.450000000000001 13.6 12.950000000000001 13.325000000000001 13.230478515625 5635 0.0 0.0 False
92 2022-05-13 00:00:00+01:00 13.3 13.450000000000001 11.5 11.6 11.51771484375 96792 0.0 0.0 False
93 2022-05-16 00:00:00+01:00 11.6 11.700000000000001 11.200000000000001 11.200000000000001 11.120552978515626 25689 0.0 0.0 False
94 2022-05-17 00:00:00+01:00 11.3 11.6 10.53300048828125 10.85 10.77303466796875 49617 0.0 0.0 False
95 2022-05-18 00:00:00+01:00 10.875 11.11 10.6 11.0 10.921971435546876 111220 0.0 0.0 False
96 2022-05-19 00:00:00+01:00 10.700000000000001 10.9 10.700000000000001 10.75 10.6737451171875 143583 0.0 0.0 False
97 2022-05-20 00:00:00+01:00 10.700000000000001 10.9 10.55 10.9 10.822681884765625 66397 0.0 0.0 False
98 2022-05-23 00:00:00+01:00 10.700000000000001 10.88 10.55 10.55 10.475164794921875 108592 0.0 0.0 False
99 2022-05-24 00:00:00+01:00 10.700000000000001 10.9 10.35 10.35 10.27658203125 31125 0.0 0.0 False
100 2022-05-25 00:00:00+01:00 10.6 10.700000000000001 10.25 10.35 10.27658203125 62068 0.0 0.0 False
101 2022-05-26 00:00:00+01:00 10.4 10.6 10.31 10.5 10.425518798828126 119463 0.0 0.0 False
102 2022-05-27 00:00:00+01:00 10.35 10.85 10.465 10.85 10.77303466796875 153593 0.0 0.0 False
103 2022-05-30 00:00:00+01:00 10.8 11.59 10.700000000000001 11.4 11.31913330078125 199315 0.0 0.0 False
104 2022-05-31 00:00:00+01:00 11.3 12.0 10.85 10.85 10.77303466796875 785398 0.0 0.0 False
105 2022-06-01 00:00:00+01:00 11.25 11.5 10.6 10.6 10.5248095703125 91569 0.0 0.0 False
106 2022-06-06 00:00:00+01:00 10.925 11.1 10.450000000000001 10.450000000000001 10.3758740234375 33656 0.0 0.0 False
107 2022-06-07 00:00:00+01:00 10.875 10.700000000000001 10.200000000000001 10.200000000000001 10.127645874023438 37186 0.0 0.0 False
108 2022-06-08 00:00:00+01:00 10.700000000000001 10.700000000000001 10.200000000000001 10.200000000000001 10.127645874023438 30101 0.0 0.0 False
109 2022-06-09 00:00:00+01:00 10.475 10.6 10.25 10.25 10.177291259765624 19632 0.0 0.0 False
110 2022-06-10 00:00:00+01:00 10.525 10.9 10.450000000000001 10.450000000000001 10.3758740234375 31942 0.0 0.0 False
111 2022-06-13 00:00:00+01:00 10.700000000000001 11.28 10.5 10.75 10.6737451171875 45679 0.0 0.0 False
112 2022-06-14 00:00:00+01:00 11.15 11.8 10.8 11.55 11.468070068359376 58448 0.0 0.0 False
113 2022-06-15 00:00:00+01:00 11.6 11.8 11.450000000000001 11.55 11.468070068359376 23397 0.0 0.0 False
114 2022-06-16 00:00:00+01:00 11.65 11.8 11.5 11.55 11.468070068359376 32769 0.0 0.0 False
115 2022-06-17 00:00:00+01:00 11.55 11.6 11.5 11.5 11.41842529296875 6196 0.0 0.0 False
116 2022-06-20 00:00:00+01:00 11.65 11.75 11.5 11.75 11.666651611328126 95128 0.0 0.0 False
117 2022-06-21 00:00:00+01:00 11.450000000000001 11.6 11.155 11.175 11.09572998046875 24070 0.0 0.0 False
118 2022-06-22 00:00:00+01:00 11.175 11.200000000000001 10.95300048828125 11.200000000000001 11.120552978515626 256790 0.0 0.0 False
119 2022-06-23 00:00:00+01:00 11.200000000000001 11.4 10.945 11.200000000000001 11.120552978515626 247309 0.0 0.0 False
120 2022-06-24 00:00:00+01:00 11.25 11.5 11.0 11.25 11.17019775390625 10553 0.0 0.0 False
121 2022-06-27 00:00:00+01:00 11.25 11.74 11.0 11.450000000000001 11.368780517578125 14675 0.0 0.0 False
122 2022-06-28 00:00:00+01:00 11.450000000000001 11.6 11.39 11.55 11.468070068359376 16122 0.0 0.0 False
123 2022-06-29 00:00:00+01:00 11.450000000000001 11.65 11.3 11.575000000000001 11.49289306640625 13034 0.0 0.0 False
124 2022-06-30 00:00:00+01:00 11.575000000000001 11.6475 11.450000000000001 11.6 11.51771484375 8757 0.0 0.0 False
125 2022-07-01 00:00:00+01:00 11.6 11.65 11.25 11.25 11.17019775390625 10131 0.0 0.0 False
126 2022-07-04 00:00:00+01:00 11.55 11.6 11.454000244140625 11.55 11.468070068359376 11454 0.0 0.0 False
127 2022-07-05 00:00:00+01:00 11.575000000000001 11.65 11.48 11.55 11.468070068359376 87517 0.0 0.0 False
128 2022-07-06 00:00:00+01:00 11.55 11.6 11.450000000000001 11.55 11.468070068359376 4188 0.0 0.0 False
129 2022-07-07 00:00:00+01:00 11.55 11.65 11.450000000000001 11.55 11.468070068359376 11905 0.0 0.0 False
130 2022-07-08 00:00:00+01:00 11.55 11.8 11.51 11.700000000000001 11.6170068359375 15521 0.0 0.0 False
131 2022-07-11 00:00:00+01:00 11.65 12.200000000000001 11.6 12.0 11.914879150390625 8032 0.0 0.0 False
132 2022-07-12 00:00:00+01:00 11.975 12.200000000000001 11.75 11.975 11.890054931640625 51230 0.0 0.0 False
133 2022-07-13 00:00:00+01:00 11.975 12.200000000000001 11.75 11.975 11.890054931640625 23118 0.0 0.0 False
134 2022-07-14 00:00:00+01:00 11.875 12.0 11.700000000000001 11.85 11.7659423828125 122061 0.0 0.0 False
135 2022-07-15 00:00:00+01:00 11.675 11.75 11.35 11.450000000000001 11.368780517578125 42257 0.0 0.0 False
136 2022-07-18 00:00:00+01:00 11.5 11.6 11.25 11.5 11.41842529296875 8426 0.0 0.0 False
137 2022-07-19 00:00:00+01:00 11.5 11.57 11.25 11.5 11.41842529296875 5796 0.0 0.0 False
138 2022-07-20 00:00:00+01:00 11.5 11.51 11.25 11.450000000000001 11.368780517578125 7240 0.0 0.0 False
139 2022-07-21 00:00:00+01:00 11.5 11.51 11.25 11.5 11.41842529296875 12014 0.0 0.0 False
140 2022-07-22 00:00:00+01:00 11.5 11.75 11.25 11.5 11.41842529296875 6680 0.0 0.0 False
141 2022-07-25 00:00:00+01:00 11.5 11.75 11.25 11.5 11.41842529296875 24222 0.0 0.0 False
142 2022-07-26 00:00:00+01:00 11.55 12.1875 11.35 12.125 12.03899169921875 24483 0.0 0.0 False
143 2022-07-27 00:00:00+01:00 12.15 12.450000000000001 12.18 12.4 12.312041015625 6893 0.0 0.0 False
144 2022-07-28 00:00:00+01:00 12.4 12.9 12.42 12.700000000000001 12.609913330078125 15781 0.0 0.0 False
145 2022-07-29 00:00:00+01:00 12.700000000000001 13.10800048828125 12.6 13.1 13.0070751953125 22246 0.0 0.0 False
146 2022-08-01 00:00:00+01:00 13.075000000000001 13.182500000000001 12.700000000000001 12.700000000000001 12.609913330078125 27254 0.0 0.0 False
147 2022-08-02 00:00:00+01:00 12.8 13.05 12.324010009765626 13.05 12.957430419921875 108510 0.0 0.0 False
148 2022-08-03 00:00:00+01:00 12.55 12.61 12.200000000000001 12.4 12.312041015625 27832 0.0 0.0 False
149 2022-08-04 00:00:00+01:00 12.4 12.700000000000001 12.1 12.25 12.16310546875 16237 0.0 0.0 False
150 2022-08-05 00:00:00+01:00 12.25 12.26199951171875 12.1 12.25 12.16310546875 11526 0.0 0.0 False
151 2022-08-08 00:00:00+01:00 12.25 12.26199951171875 12.1 12.25 12.16310546875 10379 0.0 0.0 False
152 2022-08-09 00:00:00+01:00 12.25 12.4 12.1 12.25 12.16310546875 6891 0.0 0.0 False
153 2022-08-10 00:00:00+01:00 12.4 12.4 12.004000244140625 12.200000000000001 12.11345947265625 189434 0.0 0.0 False
154 2022-08-11 00:00:00+01:00 12.200000000000001 12.8 12.1 12.6 12.51062255859375 52556 0.0 0.0 False
155 2022-08-12 00:00:00+01:00 12.6 13.0 12.4 12.75 12.659559326171875 95409 0.0 0.0 False
156 2022-08-15 00:00:00+01:00 12.75 13.0 12.6 12.85 12.758848876953126 18772 0.0 0.0 False
157 2022-08-16 00:00:00+01:00 12.975 13.15 12.77 12.925 12.833317871093751 8794 0.0 0.0 False
158 2022-08-17 00:00:00+01:00 12.925 13.15 12.709000244140626 12.950000000000001 12.8581396484375 11646 0.0 0.0 False
159 2022-08-18 00:00:00+01:00 12.85 13.15 12.6 12.9 12.808494873046875 9867 0.0 0.0 False
160 2022-08-19 00:00:00+01:00 12.925 13.200000000000001 12.9 13.1 13.0070751953125 10329 0.0 0.0 False
161 2022-08-22 00:00:00+01:00 12.950000000000001 14.6 13.0 14.05 13.950335693359376 49084 0.0 0.0 False
162 2022-08-23 00:00:00+01:00 14.025 14.200000000000001 13.765689697265625 13.875 13.7765771484375 27664 0.0 0.0 False
163 2022-08-24 00:00:00+01:00 13.8 13.99 13.6527294921875 13.8 13.702110595703125 25362 0.0 0.0 False
164 2022-08-25 00:00:00+01:00 13.8 14.0 13.6 13.6 13.503529052734375 18901 0.0 0.0 False
165 2022-08-26 00:00:00+01:00 13.8 13.852500000000001 13.104000244140625 13.5 13.404237060546876 51530 0.0 0.0 False
166 2022-08-30 00:00:00+01:00 13.25 13.85 13.0 13.15 13.056719970703126 158939 0.0 0.0 False
167 2022-08-31 00:00:00+01:00 13.15 13.200000000000001 12.6 12.6 12.51062255859375 42970 0.0 0.0 False
168 2022-09-01 00:00:00+01:00 12.725 12.85 11.700000000000001 12.700000000000001 12.609913330078125 166817 0.0 0.0 False
169 2022-09-02 00:00:00+01:00 12.525 12.64449951171875 12.4 12.525 12.43615478515625 11126 0.0 0.0 False
170 2022-09-05 00:00:00+01:00 12.475 12.700000000000001 12.35 12.5 12.411331787109376 93876 0.0 0.0 False
171 2022-09-06 00:00:00+01:00 12.5 12.6 12.4 12.5 12.411331787109376 546858 0.0 0.0 False
172 2022-09-07 00:00:00+01:00 12.5 12.6 12.3 12.4 12.312041015625 36515 0.0 0.0 False
173 2022-09-08 00:00:00+01:00 12.475 12.6 12.303000488281251 12.450000000000001 12.361685791015626 118786 0.0 0.0 False
174 2022-09-09 00:00:00+01:00 12.450000000000001 12.540000000000001 12.3 12.450000000000001 12.361685791015626 4020 0.0 0.0 False
175 2022-09-12 00:00:00+01:00 12.474000244140626 12.6 12.32 12.450000000000001 12.361685791015626 23297 0.0 0.0 False
176 2022-09-13 00:00:00+01:00 12.450000000000001 12.6 12.3 12.4 12.312041015625 10747 0.0 0.0 False
177 2022-09-14 00:00:00+01:00 12.4 12.5 12.32 12.5 12.411331787109376 45471 0.0 0.0 False
178 2022-09-15 00:00:00+01:00 12.4 12.5 12.2243994140625 12.3 12.212750244140626 290552 0.0 0.0 False
179 2022-09-16 00:00:00+01:00 12.225 12.450000000000001 12.0 12.175 12.0886376953125 29379 0.0 0.0 False
180 2022-09-20 00:00:00+01:00 12.175 12.495999755859375 12.1925 12.275 12.18792724609375 42132 0.0 0.0 False
181 2022-09-21 00:00:00+01:00 12.55 13.15 12.75 12.75 12.659559326171875 100812 0.0 0.0 False
182 2022-09-22 00:00:00+01:00 13.0 13.290000000000001 12.75 13.15 13.056719970703126 145121 0.0 0.0 False
183 2022-09-23 00:00:00+01:00 13.075000000000001 13.3 12.85 13.1 13.0070751953125 32518 0.0 0.0 False
184 2022-09-26 00:00:00+01:00 13.025 13.6 12.853499755859374 13.25157958984375 13.157580566406251 53163 0.0 0.0 False
185 2022-09-27 00:00:00+01:00 13.35 13.6 13.3 13.450000000000001 13.35459228515625 164748 0.0 0.0 False
186 2022-09-28 00:00:00+01:00 13.450000000000001 13.8 13.3 13.8 13.702110595703125 25674 0.0 0.0 False
187 2022-09-29 00:00:00+01:00 13.5 14.200000000000001 13.48 13.6 13.503529052734375 30965 0.0 0.0 False
188 2022-09-30 00:00:00+01:00 13.950000000000001 14.3 13.75 14.05 13.950335693359376 76987 0.0 0.0 False
189 2022-10-03 00:00:00+01:00 14.0 14.450000000000001 13.700000000000001 13.75 13.65246337890625 107595 0.0 0.0 False
190 2022-10-04 00:00:00+01:00 13.700000000000001 13.9 13.6 13.8 13.702110595703125 8631 0.0 0.0 False
191 2022-10-05 00:00:00+01:00 13.700000000000001 14.0 13.65 13.75 13.65246337890625 88237 0.0 0.0 False
192 2022-10-06 00:00:00+01:00 13.75 13.995000000000001 13.75 13.75 13.65246337890625 7634 0.0 0.0 False
193 2022-10-07 00:00:00+01:00 13.75 14.0 13.75 13.8 13.702110595703125 70598 0.0 0.0 False
194 2022-10-10 00:00:00+01:00 13.8 14.0 13.625 13.8 13.702110595703125 103697 0.0 0.0 False
195 2022-10-11 00:00:00+01:00 13.9 14.0 13.75 13.75 13.65246337890625 144577 0.0 0.0 False
196 2022-10-12 00:00:00+01:00 13.9 13.922760009765625 13.4 13.5 13.404237060546876 43978 0.0 0.0 False
197 2022-10-13 00:00:00+01:00 13.65 13.6 13.05 13.4 13.3049462890625 145876 0.0 0.0 False
198 2022-10-14 00:00:00+01:00 13.450000000000001 13.5 13.200000000000001 13.25 13.156010742187501 52336 0.0 0.0 False
199 2022-10-17 00:00:00+01:00 13.450000000000001 13.700000000000001 13.202509765625 13.450000000000001 13.35459228515625 205576 0.0 0.0 False
200 2022-10-18 00:00:00+01:00 13.450000000000001 14.05 13.249699707031251 14.05 13.950335693359376 13163 0.0 0.0 False
201 2022-10-19 00:00:00+01:00 13.6 13.9 13.3 13.65 13.553173828125 10484 0.0 0.0 False
202 2022-10-20 00:00:00+01:00 13.65 13.98 13.56 13.700000000000001 13.602818603515626 10892 0.0 0.0 False
203 2022-10-21 00:00:00+01:00 13.700000000000001 14.4 13.35 14.1 13.999981689453126 21774 0.0 0.0 False
204 2022-10-24 00:00:00+01:00 14.15 14.6 14.11 14.325000000000001 14.22338623046875 16562 0.0 0.0 False
205 2022-10-25 00:00:00+01:00 14.325000000000001 15.200000000000001 14.35 14.9 14.794307861328125 48399 0.0 0.0 False
206 2022-10-26 00:00:00+01:00 14.9 15.780000000000001 15.01 15.450000000000001 15.340406494140625 22761 0.0 0.0 False
207 2022-10-27 00:00:00+01:00 15.450000000000001 15.695 15.200000000000001 15.450000000000001 15.340406494140625 70415 0.0 0.0 False
208 2022-10-28 00:00:00+01:00 15.450000000000001 15.9 15.200000000000001 15.55 15.43969482421875 63061 0.0 0.0 False
209 2022-10-31 00:00:00+00:00 15.55 16.3 15.4 16.15 16.035439453125 17600 0.0 0.0 False
210 2022-11-01 00:00:00+00:00 16.15 17.150000000000002 16.14 16.975 16.85458740234375 26300 0.0 0.0 False
211 2022-11-02 00:00:00+00:00 17.0 17.3 16.5 16.7 16.581539306640625 54351 0.0 0.0 False
212 2022-11-03 00:00:00+00:00 16.475 16.625 16.0 16.275 16.159552001953124 27297 0.0 0.0 False
213 2022-11-04 00:00:00+00:00 16.275 16.55 15.9 16.175 16.060262451171877 11079 0.0 0.0 False
214 2022-11-07 00:00:00+00:00 16.225 16.42 15.75 16.075 15.9609716796875 13201 0.0 0.0 False
215 2022-11-08 00:00:00+00:00 16.075 16.25 15.65 15.8 15.68792236328125 149221 0.0 0.0 False
216 2022-11-09 00:00:00+00:00 16.075 16.1 15.76906982421875 15.9 15.787213134765626 48434 0.0 0.0 False
217 2022-11-10 00:00:00+00:00 15.875 16.1 15.75 15.875 15.76239013671875 7104 0.0 0.0 False
218 2022-11-11 00:00:00+00:00 15.875 16.5 15.842500000000001 16.3 16.184376220703125 13484 0.0 0.0 False
219 2022-11-14 00:00:00+00:00 16.3 16.4 15.780000000000001 16.1 15.985793457031251 76029 0.0 0.0 False
220 2022-11-15 00:00:00+00:00 16.0 16.21 15.75 16.0 15.88650390625 44963 0.0 0.0 False
221 2022-11-16 00:00:00+00:00 16.15 16.4 15.826719970703126 15.950000000000001 15.836859130859375 45334 0.0 0.0 False
222 2022-11-17 00:00:00+00:00 16.15 16.35 15.8 16.075 15.9609716796875 8039 0.0 0.0 False
223 2022-11-18 00:00:00+00:00 16.075 16.3 15.8 16.0 15.88650390625 8068 0.0 0.0 False
224 2022-11-21 00:00:00+00:00 16.075 16.2 15.8 16.0 15.88650390625 9500 0.0 0.0 False
225 2022-11-22 00:00:00+00:00 16.075 16.1 15.75 15.975 15.861680908203125 20173 0.0 0.0 False
226 2022-11-23 00:00:00+00:00 16.075 16.3 15.41 15.700000000000001 15.588631591796876 68661 0.0 0.0 False
227 2022-11-24 00:00:00+00:00 15.65 15.9 15.4 15.6 15.489340820312501 21323 0.0 0.0 False
228 2022-11-25 00:00:00+00:00 15.6 16.4 15.487349853515626 16.15 16.035439453125 37899 0.0 0.0 False
229 2022-11-28 00:00:00+00:00 16.15 16.175 15.85 15.85 15.737567138671876 183159 0.0 0.0 False
230 2022-11-29 00:00:00+00:00 16.025 16.1 15.700000000000001 15.75 15.638276367187501 75087 0.0 0.0 False
231 2022-11-30 00:00:00+00:00 15.75 15.85 15.65 15.75 15.638276367187501 76409 0.0 0.0 False
232 2022-12-01 00:00:00+00:00 15.75 16.3 15.75 16.3 16.184376220703125 15899 0.0 0.0 False
233 2022-12-02 00:00:00+00:00 15.975 16.45 15.75 16.3 16.184376220703125 9998 0.0 0.0 False
234 2022-12-05 00:00:00+00:00 16.15 16.6 15.905889892578125 16.45 16.333311767578124 14305 0.0 0.0 False
235 2022-12-06 00:00:00+00:00 16.45 16.7 16.205000000000002 16.375 16.258843994140626 11593 0.0 0.0 False
236 2022-12-07 00:00:00+00:00 16.375 16.7 15.950000000000001 16.375 16.258843994140626 9454 0.0 0.0 False
237 2022-12-08 00:00:00+00:00 16.375 16.5 16.056500244140626 16.2 16.08508544921875 44656 0.0 0.0 False
238 2022-12-09 00:00:00+00:00 16.375 16.7 16.05 16.375 16.258843994140626 31157 0.0 0.0 False
239 2022-12-12 00:00:00+00:00 16.375 16.375 16.056500244140626 16.375 16.258843994140626 22690 0.0 0.0 False
240 2022-12-13 00:00:00+00:00 16.25 16.4 16.05 16.4 16.283665771484376 10399 0.0 0.0 False
241 2022-12-14 00:00:00+00:00 16.2 16.8 16.05 16.8 16.680828857421876 11095 0.0 0.0 False
242 2022-12-15 00:00:00+00:00 16.35 16.7 16.2 16.375 16.258843994140626 146193 0.0 0.0 False
243 2022-12-16 00:00:00+00:00 16.375 16.7 16.2 16.45 16.333311767578124 9599 0.0 0.0 False
244 2022-12-19 00:00:00+00:00 16.35 16.7 16.2 16.45 16.333311767578124 7172 0.0 0.0 False
245 2022-12-20 00:00:00+00:00 16.35 16.67 16.2 16.45 16.333311767578124 4824 0.0 0.0 False
246 2022-12-21 00:00:00+00:00 16.35 16.7 16.1 16.4 16.283665771484376 5514 0.0 0.0 False
247 2022-12-22 00:00:00+00:00 16.35 16.7 15.9 16.25 16.134730224609374 6755 0.0 0.0 False
248 2022-12-23 00:00:00+00:00 16.3 16.4 15.9 16.15 16.035439453125 2480 0.0 0.0 False
249 2022-12-28 00:00:00+00:00 16.15 16.4 15.9 16.1 15.985793457031251 5958 0.0 0.0 False
250 2022-12-29 00:00:00+00:00 16.1 16.3 15.9 15.9 15.822001953125 10670 0.0354 0.0 True
251 2022-12-30 00:00:00+00:00 16.1 16.12 15.85 16.0 15.92151123046875 1293 0.0 0.0 False
252 2023-01-03 00:00:00+00:00 16.025 16.2 15.85 16.025 15.946387939453125 16690 0.0 0.0 False
253 2023-01-04 00:00:00+00:00 16.025 16.4 16.0 16.125 16.0458984375 11553 0.0 0.0 False
254 2023-01-05 00:00:00+00:00 16.125 16.4 15.85 16.125 16.0458984375 111880 0.0 0.0 False
255 2023-01-06 00:00:00+00:00 16.1 16.3 15.8 16.1 16.0210205078125 23012 0.0 0.0 False
256 2023-01-09 00:00:00+00:00 16.1 16.45 15.805999755859375 16.25 16.170284423828125 86378 0.0 0.0 False
257 2023-01-10 00:00:00+00:00 16.2 16.5 15.93 16.25 16.170284423828125 16821 0.0 0.0 False
258 2023-01-11 00:00:00+00:00 16.2 16.25 15.75 16.025 15.946387939453125 77829 0.0 0.0 False
259 2023-01-12 00:00:00+00:00 16.025 16.580000000000002 15.780000000000001 16.4 16.319549560546875 14198 0.0 0.0 False
260 2023-01-13 00:00:00+00:00 16.3 16.9 16.034940185546876 16.55 16.4688134765625 8305 0.0 0.0 False
261 2023-01-16 00:00:00+00:00 16.55 16.9 16.2 16.55 16.4688134765625 24690 0.0 0.0 False
262 2023-01-17 00:00:00+00:00 16.55 16.9 16.22 16.65 16.56832275390625 27340 0.0 0.0 False
263 2023-01-18 00:00:00+00:00 16.65 16.725 16.4 16.65 16.56832275390625 18829 0.0 0.0 False
264 2023-01-19 00:00:00+00:00 16.55 16.84 16.15 16.55 16.4688134765625 4716 0.0 0.0 False
265 2023-01-20 00:00:00+00:00 16.55 16.9 16.2 16.55 16.4688134765625 6893 0.0 0.0 False
266 2023-01-23 00:00:00+00:00 16.5 17.09 16.22 16.925 16.841973876953126 18382 0.0 0.0 False
267 2023-01-24 00:00:00+00:00 16.85 17.490000000000002 16.6 17.175 17.0907470703125 23067 0.0 0.0 False
268 2023-01-25 00:00:00+00:00 17.175 17.55 17.013609619140624 17.275000000000002 17.190257568359375 26100 0.0 0.0 False
269 2023-01-26 00:00:00+00:00 17.275000000000002 18.065 17.05 18.0 17.91169921875 31867 0.0 0.0 False
270 2023-01-27 00:00:00+00:00 17.8 18.150000000000002 17.7 17.95 17.861944580078127 42218 0.0 0.0 False
271 2023-01-30 00:00:00+00:00 17.85 18.25 17.885 18.125 18.03608642578125 40221 0.0 0.0 False
272 2023-01-31 00:00:00+00:00 18.175 18.39800048828125 18.05 18.3 18.210228271484375 15906 0.0 0.0 False
273 2023-02-01 00:00:00+00:00 18.3 18.400000000000002 18.2 18.3 18.210228271484375 11113 0.0 0.0 False
274 2023-02-02 00:00:00+00:00 18.3 18.5 17.95 18.35 18.25998291015625 38457 0.0 0.0 False
275 2023-02-03 00:00:00+00:00 18.35 18.5 18.23 18.35 18.25998291015625 13972 0.0 0.0 False
276 2023-02-06 00:00:00+00:00 18.35 18.490000000000002 18.23 18.25 18.1604736328125 17509 0.0 0.0 False
277 2023-02-07 00:00:00+00:00 18.25 18.5 18.0 18.25 18.1604736328125 19841 0.0 0.0 False
278 2023-02-08 00:00:00+00:00 18.25 18.3 18.0 18.0 17.91169921875 5030 0.0 0.0 False
279 2023-02-09 00:00:00+00:00 18.25 18.2377001953125 18.0 18.1 18.011209716796877 9464 0.0 0.0 False
280 2023-02-10 00:00:00+00:00 18.1 18.2 17.650000000000002 17.925 17.83706787109375 17909 0.0 0.0 False
281 2023-02-13 00:00:00+00:00 17.925 18.125 17.6 17.8 17.712681884765626 15532 0.0 0.0 False
282 2023-02-14 00:00:00+00:00 17.8 18.2 17.6 17.85 17.762435302734374 32747 0.0 0.0 False
283 2023-02-15 00:00:00+00:00 18.0 18.2 17.7 17.95 17.861944580078127 9909 0.0 0.0 False
284 2023-02-16 00:00:00+00:00 17.95 18.2 17.7 18.1 18.011209716796877 13707 0.0 0.0 False
285 2023-02-17 00:00:00+00:00 18.1 18.19800048828125 18.0 18.1 18.011209716796877 4976 0.0 0.0 False
286 2023-02-20 00:00:00+00:00 18.1 18.1 18.000999755859375 18.05 17.961453857421876 6710 0.0 0.0 False
287 2023-02-21 00:00:00+00:00 18.1 18.29699951171875 18.0 18.150000000000002 18.06096435546875 18925 0.0 0.0 False
288 2023-02-22 00:00:00+00:00 18.150000000000002 18.3 18.0 18.150000000000002 18.06096435546875 54061 0.0 0.0 False
289 2023-02-23 00:00:00+00:00 18.150000000000002 18.3 18.0 18.150000000000002 18.06096435546875 24516 0.0 0.0 False
290 2023-02-24 00:00:00+00:00 18.150000000000002 18.25 17.8 17.95 17.861944580078127 17732 0.0 0.0 False
291 2023-02-27 00:00:00+00:00 17.925 18.2 17.650000000000002 17.825 17.737559814453125 21095 0.0 0.0 False
292 2023-02-28 00:00:00+00:00 17.825 18.0 17.7 18.0 17.91169921875 8371 0.0 0.0 False
293 2023-03-01 00:00:00+00:00 17.825 18.09 17.650000000000002 17.650000000000002 17.56341796875 144823 0.0 0.0 False
294 2023-03-02 00:00:00+00:00 17.925 18.2 17.650000000000002 17.825 17.737559814453125 120839 0.0 0.0 False
295 2023-03-03 00:00:00+00:00 17.825 17.95 17.7 17.85 17.762435302734374 23646 0.0 0.0 False
296 2023-03-06 00:00:00+00:00 17.95 18.2 17.7 17.95 17.861944580078127 8726 0.0 0.0 False
297 2023-03-07 00:00:00+00:00 17.925 18.2 17.5 17.75 17.66292724609375 25956 0.0 0.0 False
298 2023-03-08 00:00:00+00:00 17.7 17.650000000000002 17.25 17.400000000000002 17.3146435546875 63548 0.0 0.0 False
299 2023-03-09 00:00:00+00:00 17.400000000000002 17.400000000000002 17.1 17.3 17.21513427734375 56412 0.0 0.0 False
300 2023-03-10 00:00:00+00:00 17.1 17.1 16.7 17.0 16.9166064453125 11572 0.0 0.0 False
301 2023-03-13 00:00:00+00:00 17.075 17.400000000000002 16.5 16.75 16.66783203125 16835 0.0 0.0 False
302 2023-03-14 00:00:00+00:00 16.75 16.8 16.0 16.325 16.244916992187502 26026 0.0 0.0 False
303 2023-03-15 00:00:00+00:00 16.325 16.5 16.01 16.1 16.0210205078125 36609 0.0 0.0 False
304 2023-03-16 00:00:00+00:00 16.2 16.35 16.0 16.1 16.0210205078125 107165 0.0 0.0 False
305 2023-03-17 00:00:00+00:00 16.2 16.4 15.9 16.4 16.319549560546875 33548 0.0 0.0 False
306 2023-03-20 00:00:00+00:00 16.2 16.4 15.9 16.2 16.12052978515625 15281 0.0 0.0 False
307 2023-03-21 00:00:00+00:00 16.45 17.05 16.5 16.85 16.76734130859375 36161 0.0 0.0 False
308 2023-03-22 00:00:00+00:00 16.85 17.74949951171875 17.0 17.45 17.364398193359374 65212 0.0 0.0 False
309 2023-03-23 00:00:00+00:00 17.400000000000002 18.2 17.6 18.2 18.110718994140626 36305 0.0 0.0 False
310 2023-03-24 00:00:00+00:00 18.025000000000002 18.5 18.0 18.35 18.25998291015625 163148 0.0 0.0 False
311 2023-03-27 00:00:00+01:00 18.25 18.68 18.25 18.6 18.508756103515626 59439 0.0 0.0 False
312 2023-03-28 00:00:00+01:00 18.575 19.0 18.35 18.825 18.732652587890627 108893 0.0 0.0 False
313 2023-03-29 00:00:00+01:00 18.825 19.0 18.60300048828125 18.7 18.6082666015625 19962 0.0 0.0 False
314 2023-03-30 00:00:00+01:00 18.725 18.8 18.5 18.650000000000002 18.558511962890627 16901 0.0 0.0 False
315 2023-03-31 00:00:00+01:00 18.650000000000002 18.7 18.45 18.650000000000002 18.558511962890627 50546 0.0 0.0 False
316 2023-04-03 00:00:00+01:00 18.650000000000002 18.900000000000002 18.2 18.75 18.658021240234376 19668 0.0 0.0 False
317 2023-04-04 00:00:00+01:00 18.475 18.7475 18.475 18.55 18.45900146484375 209726 0.0 0.0 False
318 2023-04-05 00:00:00+01:00 18.575 18.8 18.1 18.6 18.508756103515626 18663 0.0 0.0 False
319 2023-04-06 00:00:00+01:00 18.3 18.5 18.1 18.400000000000002 18.309737548828124 39288 0.0 0.0 False
320 2023-04-11 00:00:00+01:00 18.3 18.495999755859376 18.1 18.150000000000002 18.06096435546875 21680 0.0 0.0 False
321 2023-04-12 00:00:00+01:00 18.150000000000002 18.2 18.0 18.1 18.011209716796877 84448 0.0 0.0 False
322 2023-04-13 00:00:00+01:00 18.1 18.1 17.7 17.900000000000002 17.81218994140625 21777 0.0 0.0 False
323 2023-04-14 00:00:00+01:00 17.900000000000002 18.1 17.8 17.85 17.762435302734374 29490 0.0 0.0 False
324 2023-04-17 00:00:00+01:00 17.95 18.1 17.8 17.95 17.861944580078127 24620 0.0 0.0 False
325 2023-04-18 00:00:00+01:00 17.95 18.0 17.8 17.95 17.861944580078127 61377 0.0 0.0 False
326 2023-04-19 00:00:00+01:00 17.95 18.1 17.3 17.400000000000002 17.3146435546875 51334 0.0 0.0 False
327 2023-04-20 00:00:00+01:00 17.400000000000002 17.5 17.38 17.400000000000002 17.3146435546875 53634 0.0 0.0 False
328 2023-04-21 00:00:00+01:00 17.400000000000002 17.38 17.0 17.0 16.9166064453125 19167 0.0 0.0 False
329 2023-04-24 00:00:00+01:00 17.2 17.25 17.0 17.0 16.9166064453125 44474 0.0 0.0 False
330 2023-04-25 00:00:00+01:00 17.3 17.715999755859375 17.1 17.45 17.364398193359374 32401 0.0 0.0 False
331 2023-04-26 00:00:00+01:00 17.6 17.7175 17.2 17.525000000000002 17.43903076171875 20631 0.0 0.0 False
332 2023-04-27 00:00:00+01:00 17.6 17.95 17.25 17.75 17.66292724609375 62653 0.0 0.0 False
333 2023-04-28 00:00:00+01:00 17.575 17.900000000000002 17.25 17.400000000000002 17.3146435546875 20989 0.0 0.0 False
334 2023-05-02 00:00:00+01:00 17.575 17.8 16.5 16.9 16.817095947265624 90264 0.0 0.0 False
335 2023-05-03 00:00:00+01:00 16.9 17.150000000000002 16.65 16.875 16.792219238281252 51831 0.0 0.0 False
336 2023-05-04 00:00:00+01:00 16.875 17.595999755859374 16.63 17.45 17.384384765625 36936 0.0194 0.0 True
337 2023-05-05 00:00:00+01:00 17.45 18.0 16.3 17.7 17.63344482421875 21243 0.0 0.0 False
338 2023-05-09 00:00:00+01:00 17.7 17.85 17.400000000000002 17.650000000000002 17.5836328125 23185 0.0 0.0 False
339 2023-05-10 00:00:00+01:00 17.650000000000002 17.900000000000002 17.400000000000002 17.85 17.782879638671876 18226 0.0 0.0 False
340 2023-05-11 00:00:00+01:00 17.650000000000002 17.99550048828125 17.400000000000002 17.775000000000002 17.708162841796874 11090 0.0 0.0 False
341 2023-05-12 00:00:00+01:00 17.775000000000002 18.394000244140624 17.650000000000002 17.650000000000002 17.5836328125 127072 0.0 0.0 False
342 2023-05-15 00:00:00+01:00 17.900000000000002 18.2 17.605999755859376 17.900000000000002 17.832691650390625 58698 0.0 0.0 False
343 2023-05-16 00:00:00+01:00 17.900000000000002 18.5 17.900000000000002 18.1 18.031939697265624 26165 0.0 0.0 False
344 2023-05-17 00:00:00+01:00 18.25 18.400000000000002 18.05 18.3 18.231187744140627 17457 0.0 0.0 False
345 2023-05-18 00:00:00+01:00 18.25 18.45 18.1 18.400000000000002 18.330811767578126 7976 0.0 0.0 False
346 2023-05-19 00:00:00+01:00 18.400000000000002 19.1 18.3 19.0 18.928555908203126 30852 0.0 0.0 False
347 2023-05-22 00:00:00+01:00 18.85 19.1 18.62 18.7 18.629683837890624 26845 0.0 0.0 False
348 2023-05-23 00:00:00+01:00 18.75 19.3 18.725500488281252 19.150000000000002 19.077991943359375 30188 0.0 0.0 False
349 2023-05-24 00:00:00+01:00 19.150000000000002 19.400000000000002 19.150000000000002 19.35 19.277239990234374 191333 0.0 0.0 False
350 2023-05-25 00:00:00+01:00 19.3 19.5 19.25 19.5 19.426676025390627 204024 0.0 0.0 False
351 2023-05-26 00:00:00+01:00 19.35 19.5 19.0 19.5 19.426676025390627 39932 0.0 0.0 False
352 2023-05-30 00:00:00+01:00 19.35 19.650000000000002 19.35 19.650000000000002 19.576112060546876 82063 0.0 0.0 False
353 2023-05-31 00:00:00+01:00 19.650000000000002 20.3 19.55 20.3 20.2236669921875 573546 0.0 0.0 False
354 2023-06-01 00:00:00+01:00 20.1 20.3 19.7 20.3 20.2236669921875 183211 0.0 0.0 False
355 2023-06-02 00:00:00+01:00 20.1 20.3 19.900000000000002 20.3 20.2236669921875 15303 0.0 0.0 False
356 2023-06-05 00:00:00+01:00 20.05 20.400000000000002 20.02 20.400000000000002 20.323291015625 37065 0.0 0.0 False
357 2023-06-06 00:00:00+01:00 20.35 20.55 20.3 20.5 20.4229150390625 34467 0.0 0.0 False
358 2023-06-07 00:00:00+01:00 20.5 20.6 20.3 20.6 20.52254150390625 103204 0.0 0.0 False
359 2023-06-08 00:00:00+01:00 20.55 20.7 20.378000488281252 20.5 20.4229150390625 83966 0.0 0.0 False
360 2023-06-09 00:00:00+01:00 20.400000000000002 20.49800048828125 20.1 20.2 20.124044189453127 25454 0.0 0.0 False
361 2023-06-12 00:00:00+01:00 20.2 20.28 20.0 20.2 20.124044189453127 6883 0.0 0.0 False
362 2023-06-13 00:00:00+01:00 20.1 20.2 20.0 20.1 20.024420166015627 123604 0.0 0.0 False
363 2023-06-14 00:00:00+01:00 20.1 20.3 20.0 20.3 20.2236669921875 17207 0.0 0.0 False
364 2023-06-15 00:00:00+01:00 20.150000000000002 20.29699951171875 20.0 20.1 20.024420166015627 15274 0.0 0.0 False
365 2023-06-16 00:00:00+01:00 20.150000000000002 20.5 20.0 20.5 20.4229150390625 109354 0.0 0.0 False
366 2023-06-19 00:00:00+01:00 20.1 20.5 20.0 20.3 20.2236669921875 49400 0.0 0.0 False
367 2023-06-20 00:00:00+01:00 20.2 20.400000000000002 20.0 20.400000000000002 20.323291015625 142162 0.0 0.0 False
368 2023-06-21 00:00:00+01:00 20.2 20.400000000000002 20.0 20.2 20.124044189453127 83656 0.0 0.0 False
369 2023-06-22 00:00:00+01:00 20.150000000000002 20.1 19.8 19.85 19.775360107421875 30892 0.0 0.0 False
370 2023-06-23 00:00:00+01:00 19.900000000000002 19.95 19.55 19.7 19.625924072265626 13477 0.0 0.0 False
371 2023-06-26 00:00:00+01:00 19.7 19.8 19.2 19.425 19.3519580078125 14340 0.0 0.0 False
372 2023-06-27 00:00:00+01:00 19.400000000000002 19.595999755859374 19.2 19.400000000000002 19.327052001953124 19675 0.0 0.0 False
373 2023-06-28 00:00:00+01:00 19.400000000000002 19.6 19.22 19.35 19.277239990234374 5887 0.0 0.0 False
374 2023-06-29 00:00:00+01:00 19.400000000000002 19.5 18.93 19.150000000000002 19.077991943359375 24270 0.0 0.0 False
375 2023-06-30 00:00:00+01:00 19.150000000000002 19.0 18.7 18.8 18.729307861328124 18478 0.0 0.0 False
376 2023-07-03 00:00:00+01:00 18.8 19.0 18.150000000000002 18.75 18.679495849609374 32636 0.0 0.0 False
377 2023-07-04 00:00:00+01:00 18.7 18.85 18.5 18.7 18.629683837890624 13321 0.0 0.0 False
378 2023-07-05 00:00:00+01:00 18.7 18.8 17.85 18.0 17.932315673828125 6058 0.0 0.0 False
379 2023-07-06 00:00:00+01:00 18.45 18.490000000000002 18.0 18.3 18.231187744140627 59858 0.0 0.0 False
380 2023-07-07 00:00:00+01:00 18.2 18.5 17.85 17.85 17.782879638671876 9214 0.0 0.0 False
381 2023-07-10 00:00:00+01:00 18.150000000000002 18.400000000000002 17.8 18.1 18.031939697265624 12678 0.0 0.0 False
382 2023-07-11 00:00:00+01:00 18.05 18.22 17.8 18.1 18.031939697265624 38661 0.0 0.0 False
383 2023-07-12 00:00:00+01:00 18.1 18.295 17.8 18.0 17.932315673828125 12751 0.0 0.0 False
384 2023-07-13 00:00:00+01:00 18.05 18.2 17.8 18.05 17.982127685546875 14909 0.0 0.0 False
385 2023-07-14 00:00:00+01:00 18.0 18.034399414062502 17.7 17.900000000000002 17.832691650390625 15362 0.0 0.0 False
386 2023-07-17 00:00:00+01:00 17.900000000000002 17.8 17.5 17.55 17.4840087890625 24289 0.0 0.0 False
387 2023-07-18 00:00:00+01:00 17.55 17.55 17.1 17.275000000000002 17.210042724609377 13268 0.0 0.0 False
388 2023-07-19 00:00:00+01:00 17.375 17.900000000000002 17.165 17.55 17.4840087890625 20402 0.0 0.0 False
389 2023-07-20 00:00:00+01:00 17.55 17.900000000000002 17.2 17.55 17.4840087890625 12738 0.0 0.0 False
390 2023-07-21 00:00:00+01:00 17.55 17.900000000000002 17.2 17.3 17.23494873046875 37201 0.0 0.0 False
391 2023-07-24 00:00:00+01:00 17.35 17.3 17.01 17.150000000000002 17.0855126953125 58237 0.0 0.0 False
392 2023-07-25 00:00:00+01:00 17.150000000000002 17.35 17.0 17.35 17.2847607421875 11202 0.0 0.0 False
393 2023-07-26 00:00:00+01:00 17.25 17.495 17.14 17.25 17.18513671875 15936 0.0 0.0 False
394 2023-07-27 00:00:00+01:00 17.25 18.330000000000002 17.18 18.1 18.031939697265624 27135 0.0 0.0 False
395 2023-07-28 00:00:00+01:00 18.175 18.6 17.75 18.3 18.231187744140627 15413 0.0 0.0 False
396 2023-07-31 00:00:00+01:00 18.3 18.594000244140627 18.0 18.25 18.181375732421877 37493 0.0 0.0 False
397 2023-08-01 00:00:00+01:00 18.3 19.150000000000002 18.1 19.150000000000002 19.077991943359375 5491 0.0 0.0 False
398 2023-08-02 00:00:00+01:00 18.25 18.16 17.60699951171875 17.95 17.882503662109375 39474 0.0 0.0 False
399 2023-08-03 00:00:00+01:00 17.95 18.2 17.7 17.95 17.882503662109375 5963 0.0 0.0 False
400 2023-08-04 00:00:00+01:00 17.85 18.2 17.5 17.75 17.6832568359375 9055 0.0 0.0 False
401 2023-08-07 00:00:00+01:00 17.75 17.83803955078125 17.5 17.75 17.6832568359375 10023 0.0 0.0 False
402 2023-08-08 00:00:00+01:00 17.75 18.0 17.35551025390625 17.7 17.63344482421875 16834 0.0 0.0 False
403 2023-08-09 00:00:00+01:00 17.650000000000002 18.0 17.3 17.7 17.63344482421875 7670 0.0 0.0 False
404 2023-08-10 00:00:00+01:00 17.7 17.89 17.404000244140626 17.6 17.53382080078125 5162 0.0 0.0 False
405 2023-08-11 00:00:00+01:00 17.6 17.650000000000002 17.404000244140626 17.650000000000002 17.5836328125 4730 0.0 0.0 False
406 2023-08-14 00:00:00+01:00 17.6 17.650000000000002 17.3 17.55 17.4840087890625 8683 0.0 0.0 False
407 2023-08-15 00:00:00+01:00 17.55 17.650000000000002 17.2 17.400000000000002 17.33457275390625 6926 0.0 0.0 False
408 2023-08-16 00:00:00+01:00 17.35 17.6 17.3 17.3 17.23494873046875 12782 0.0 0.0 False
409 2023-08-17 00:00:00+01:00 17.400000000000002 17.6 17.2 17.400000000000002 17.33457275390625 2684 0.0 0.0 False
410 2023-08-18 00:00:00+01:00 17.400000000000002 17.56 17.2 17.400000000000002 17.33457275390625 6283 0.0 0.0 False
411 2023-08-21 00:00:00+01:00 17.400000000000002 17.795999755859377 17.3606005859375 17.650000000000002 17.5836328125 15108 0.0 0.0 False
412 2023-08-22 00:00:00+01:00 17.55 17.8 17.35 17.35 17.2847607421875 7640 0.0 0.0 False
413 2023-08-23 00:00:00+01:00 17.6 17.8 17.55 17.55 17.4840087890625 10110 0.0 0.0 False
414 2023-08-24 00:00:00+01:00 17.6 18.0 17.5 17.6 17.53382080078125 10596 0.0 0.0 False
415 2023-08-25 00:00:00+01:00 17.6 17.8 17.400000000000002 17.6 17.53382080078125 38281 0.0 0.0 False
416 2023-08-29 00:00:00+01:00 17.6 17.795999755859377 17.400000000000002 17.400000000000002 17.33457275390625 20871 0.0 0.0 False
417 2023-08-30 00:00:00+01:00 17.6 17.7 17.478499755859374 17.6 17.53382080078125 31744 0.0 0.0 False
418 2023-08-31 00:00:00+01:00 17.6 17.753489990234375 17.3 17.6 17.53382080078125 22110 0.0 0.0 False
419 2023-09-01 00:00:00+01:00 17.55 17.75 17.25 17.6 17.53382080078125 229989 0.0 0.0 False
420 2023-09-04 00:00:00+01:00 17.6 17.79 17.25 17.6 17.53382080078125 3608 0.0 0.0 False
421 2023-09-05 00:00:00+01:00 17.6 17.75 17.2 17.45 17.384384765625 9216 0.0 0.0 False
422 2023-09-06 00:00:00+01:00 17.45 17.7 17.2 17.45 17.384384765625 4046 0.0 0.0 False
423 2023-09-07 00:00:00+01:00 17.45 17.7 16.8 17.2 17.135324707031252 14483 0.0 0.0 False
424 2023-09-08 00:00:00+01:00 17.150000000000002 17.19 16.8 16.9 16.83645263671875 17996 0.0 0.0 False
425 2023-09-11 00:00:00+01:00 16.9 17.2 16.8 17.1 17.03570068359375 30151 0.0 0.0 False
426 2023-09-12 00:00:00+01:00 17.05 17.25 17.0 17.150000000000002 17.0855126953125 15695 0.0 0.0 False
427 2023-09-13 00:00:00+01:00 17.150000000000002 17.27 17.003000488281252 17.1 17.03570068359375 8272 0.0 0.0 False
428 2023-09-14 00:00:00+01:00 17.1 17.273599853515627 16.9 17.1 17.03570068359375 10558 0.0 0.0 False
429 2023-09-15 00:00:00+01:00 17.1 17.27958984375 16.65 16.65 16.587392578125 7704 0.0 0.0 False
430 2023-09-18 00:00:00+01:00 17.05 17.240000000000002 16.8 17.0 16.93607666015625 19170 0.0 0.0 False
431 2023-09-19 00:00:00+01:00 17.05 17.3 16.8 17.3 17.23494873046875 19823 0.0 0.0 False
432 2023-09-20 00:00:00+01:00 17.05 17.3 17.0 17.2 17.135324707031252 31132 0.0 0.0 False
433 2023-09-21 00:00:00+01:00 17.150000000000002 17.29699951171875 17.05199951171875 17.150000000000002 17.0855126953125 3097 0.0 0.0 False
434 2023-09-22 00:00:00+01:00 17.150000000000002 17.27 16.75 16.75 16.6870166015625 10453 0.0 0.0 False
435 2023-09-25 00:00:00+01:00 17.150000000000002 17.150000000000002 16.7 16.8 16.73682861328125 24085 0.0 0.0 False
436 2023-09-26 00:00:00+01:00 17.0 17.0 16.5 16.625 16.562486572265627 13391 0.0 0.0 False
437 2023-09-27 00:00:00+01:00 16.625 16.65 16.3 16.4 16.33833251953125 26861 0.0 0.0 False
438 2023-09-28 00:00:00+01:00 16.75 17.215999755859375 16.51 17.2 17.135324707031252 167942 0.0 0.0 False
439 2023-09-29 00:00:00+01:00 17.1 17.400000000000002 17.1 17.3 17.23494873046875 74271 0.0 0.0 False
440 2023-10-02 00:00:00+01:00 17.25 17.395999755859375 17.1 17.25 17.18513671875 17619 0.0 0.0 False
441 2023-10-03 00:00:00+01:00 17.25 17.38 17.055 17.125 17.060606689453124 36157 0.0 0.0 False
442 2023-10-04 00:00:00+01:00 17.125 17.1 16.6 16.6 16.537580566406252 20221 0.0 0.0 False
443 2023-10-05 00:00:00+01:00 16.75 16.7 16.5 16.7 16.63720458984375 16806 0.0 0.0 False
444 2023-10-06 00:00:00+01:00 16.6 16.7 16.0 16.0 15.93983642578125 27436 0.0 0.0 False
445 2023-10-09 00:00:00+01:00 16.15 16.005 15.8 15.950000000000001 15.8900244140625 142542 0.0 0.0 False
446 2023-10-10 00:00:00+01:00 15.950000000000001 16.2 15.950000000000001 16.1 16.03946044921875 191826 0.0 0.0 False
447 2023-10-11 00:00:00+01:00 16.1 16.199000244140624 16.0 16.0 15.93983642578125 52610 0.0 0.0 False
448 2023-10-12 00:00:00+01:00 16.05 16.1 16.0 16.0 15.93983642578125 16366 0.0 0.0 False
449 2023-10-13 00:00:00+01:00 16.05 16.0 15.1 15.1 15.043221435546876 125432 0.0 0.0 False
450 2023-10-16 00:00:00+01:00 15.9 15.91199951171875 15.4 15.4 15.342093505859376 45770 0.0 0.0 False
451 2023-10-17 00:00:00+01:00 15.3 15.38 14.8 14.8 14.744349365234376 47291 0.0 0.0 False
452 2023-10-18 00:00:00+01:00 14.950000000000001 14.950000000000001 14.355550537109375 14.55 14.495289306640625 73154 0.0 0.0 False
453 2023-10-19 00:00:00+01:00 14.55 14.55 14.4 14.55 14.495289306640625 39626 0.0 0.0 False
454 2023-10-20 00:00:00+01:00 14.4 14.5 14.200000000000001 14.200000000000001 14.146605224609376 43934 0.0 0.0 False
455 2023-10-23 00:00:00+01:00 14.25 14.21 13.6 13.75 13.698297119140625 33605 0.0 0.0 False
456 2023-10-24 00:00:00+01:00 13.725 13.950000000000001 12.77 12.950000000000001 12.90130615234375 154438 0.0 0.0 False
457 2023-10-25 00:00:00+01:00 12.975 13.85 12.88 13.725 13.67339111328125 118846 0.0 0.0 False
458 2023-10-26 00:00:00+01:00 13.725 14.0 13.67 13.9 13.847733154296876 23806 0.0 0.0 False
459 2023-10-27 00:00:00+01:00 13.9 14.25 13.111219482421875 14.1 14.046981201171874 119741 0.0 0.0 False
460 2023-10-30 00:00:00+00:00 14.1 14.25 14.1 14.200000000000001 14.146605224609376 12044 0.0 0.0 False
461 2023-10-31 00:00:00+00:00 14.200000000000001 14.4 14.1 14.35 14.296041259765625 16108 0.0 0.0 False
462 2023-11-01 00:00:00+00:00 14.25 14.5 14.1 14.3 14.246229248046875 18936 0.0 0.0 False
463 2023-11-02 00:00:00+00:00 14.25 14.6 14.22 14.5 14.445477294921876 18560 0.0 0.0 False
464 2023-11-03 00:00:00+00:00 14.450000000000001 14.57 14.35 14.4 14.345853271484375 31297 0.0 0.0 False
465 2023-11-06 00:00:00+00:00 14.450000000000001 14.6 14.3 14.450000000000001 14.395665283203126 11117 0.0 0.0 False
466 2023-11-07 00:00:00+00:00 14.450000000000001 15.0 14.432500000000001 14.9 14.843973388671875 32616 0.0 0.0 False
467 2023-11-08 00:00:00+00:00 14.9 15.200000000000001 14.915000000000001 15.200000000000001 15.142845458984375 76070 0.0 0.0 False
468 2023-11-09 00:00:00+00:00 15.1 15.4 14.915000000000001 15.3 15.242469482421875 40041 0.0 0.0 False
469 2023-11-10 00:00:00+00:00 15.25 15.255 14.9 15.05 14.993409423828126 49823 0.0 0.0 False
470 2023-11-13 00:00:00+00:00 15.05 15.25011962890625 14.9 15.15 15.093033447265626 31157 0.0 0.0 False
471 2023-11-14 00:00:00+00:00 15.15 15.183299560546875 14.9 14.9 14.843973388671875 16626 0.0 0.0 False
472 2023-11-15 00:00:00+00:00 15.025 15.1 14.700000000000001 14.85 14.794161376953125 24081 0.0 0.0 False
473 2023-11-16 00:00:00+00:00 14.9 15.455999755859375 14.72 15.3 15.242469482421875 37082 0.0 0.0 False
474 2023-11-17 00:00:00+00:00 15.3 15.8 14.9 15.8 15.740588378906251 24777 0.0 0.0 False
475 2023-11-20 00:00:00+00:00 15.65 16.375 15.5 16.35 16.2885205078125 29585 0.0 0.0 False
476 2023-11-21 00:00:00+00:00 16.35 16.5 16.20199951171875 16.3 16.23870849609375 45840 0.0 0.0 False
477 2023-11-22 00:00:00+00:00 16.3 16.4 16.20199951171875 16.3 16.23870849609375 17744 0.0 0.0 False
478 2023-11-23 00:00:00+00:00 16.3 16.4 16.20199951171875 16.4 16.33833251953125 33984 0.0 0.0 False
479 2023-11-24 00:00:00+00:00 16.325 16.45 16.2 16.2 16.13908447265625 33457 0.0 0.0 False
480 2023-11-27 00:00:00+00:00 16.325 16.45 16.2 16.45 16.38814453125 129977 0.0 0.0 False
481 2023-11-28 00:00:00+00:00 16.325 16.5 16.2 16.5 16.43795654296875 49498 0.0 0.0 False
482 2023-11-29 00:00:00+00:00 16.425 16.85 16.35 16.8 16.73682861328125 65126 0.0 0.0 False
483 2023-11-30 00:00:00+00:00 16.9 17.6 16.91 17.6 17.53382080078125 120950 0.0 0.0 False
484 2023-12-01 00:00:00+00:00 17.55 18.1 17.445830078125 17.95 17.882503662109375 27344 0.0 0.0 False
485 2023-12-04 00:00:00+00:00 17.975 18.048499755859375 17.7 17.75 17.6832568359375 102544 0.0 0.0 False
486 2023-12-05 00:00:00+00:00 17.75 17.8 17.6 17.6 17.53382080078125 75449 0.0 0.0 False
487 2023-12-06 00:00:00+00:00 17.75 18.0 17.400000000000002 18.0 17.932315673828125 18084 0.0 0.0 False
488 2023-12-07 00:00:00+00:00 17.575 17.78 17.1 17.1 17.03570068359375 16018 0.0 0.0 False
489 2023-12-08 00:00:00+00:00 17.55 18.29699951171875 17.7 18.2 18.131563720703124 40063 0.0 0.0 False
490 2023-12-11 00:00:00+00:00 18.25 18.225 17.8 18.05 17.982127685546875 55376 0.0 0.0 False
491 2023-12-12 00:00:00+00:00 17.975 18.0975 17.85 18.0 17.932315673828125 21815 0.0 0.0 False
492 2023-12-13 00:00:00+00:00 17.875 18.080000000000002 17.650000000000002 17.8 17.733068847656252 29154 0.0 0.0 False
493 2023-12-14 00:00:00+00:00 17.900000000000002 18.1 17.795 17.85 17.782879638671876 167809 0.0 0.0 False
494 2023-12-15 00:00:00+00:00 17.85 18.0 17.400000000000002 17.900000000000002 17.832691650390625 37670 0.0 0.0 False
495 2023-12-18 00:00:00+00:00 17.85 18.0 17.7 18.0 17.932315673828125 102343 0.0 0.0 False
496 2023-12-19 00:00:00+00:00 17.900000000000002 18.1 17.7 18.0 17.932315673828125 26831 0.0 0.0 False
497 2023-12-20 00:00:00+00:00 17.85 18.2 17.7 18.2 18.131563720703124 34594 0.0 0.0 False
498 2023-12-21 00:00:00+00:00 18.1 18.295999755859377 17.900000000000002 18.1 18.031939697265624 9904 0.0 0.0 False
499 2023-12-22 00:00:00+00:00 18.1 18.3 18.0 18.1 18.031939697265624 6222 0.0 0.0 False
500 2023-12-27 00:00:00+00:00 18.1 18.255999755859374 17.75 17.75 17.6832568359375 10216 0.0 0.0 False
501 2023-12-28 00:00:00+00:00 18.1 18.255999755859374 17.5 17.8 17.733068847656252 20549 0.0 0.0 False
502 2023-12-29 00:00:00+00:00 17.7 17.900000000000002 17.5 17.900000000000002 17.832691650390625 1969 0.0 0.0 False
503 2024-01-02 00:00:00+00:00 17.7 17.900000000000002 17.400000000000002 17.5 17.43419677734375 16855 0.0 0.0 False
504 2024-01-03 00:00:00+00:00 17.475 17.55 17.2 17.55 17.4840087890625 10668 0.0 0.0 False
505 2024-01-04 00:00:00+00:00 17.375 17.55 17.2 17.55 17.4840087890625 120755 0.0 0.0 False
506 2024-01-05 00:00:00+00:00 17.475 17.55 17.21 17.400000000000002 17.33457275390625 10306 0.0 0.0 False
507 2024-01-08 00:00:00+00:00 17.35 17.5 17.055 17.2 17.135324707031252 7708 0.0 0.0 False
508 2024-01-09 00:00:00+00:00 17.175 17.19 17.00199951171875 17.1 17.03570068359375 5247 0.0 0.0 False
509 2024-01-10 00:00:00+00:00 17.1 17.18800048828125 16.9 17.0 16.93607666015625 11252 0.0 0.0 False
510 2024-01-11 00:00:00+00:00 17.0 16.82 16.101999511718752 16.2 16.13908447265625 57382 0.0 0.0 False
511 2024-01-12 00:00:00+00:00 16.225 16.5 16.1 16.5 16.43795654296875 20010 0.0 0.0 False
512 2024-01-15 00:00:00+00:00 16.27 16.7 16.1 16.7 16.63720458984375 11863 0.0 0.0 False
513 2024-01-16 00:00:00+00:00 16.6 17.0 16.4 16.8 16.73682861328125 13411 0.0 0.0 False
514 2024-01-17 00:00:00+00:00 16.8 16.990000000000002 16.4 16.4 16.33833251953125 19138 0.0 0.0 False
515 2024-01-18 00:00:00+00:00 16.8 16.9 16.4 16.75 16.6870166015625 66307 0.0 0.0 False
516 2024-01-19 00:00:00+00:00 16.75 16.9 16.6 16.7 16.63720458984375 42666 0.0 0.0 False
517 2024-01-22 00:00:00+00:00 16.75 16.7 16.3 16.65 16.587392578125 24056 0.0 0.0 False
518 2024-01-23 00:00:00+00:00 16.5 17.0 16.4 17.0 16.93607666015625 44662 0.0 0.0 False
519 2024-01-24 00:00:00+00:00 17.1 17.35 16.5 17.0 16.93607666015625 82456 0.0 0.0 False
520 2024-01-25 00:00:00+00:00 17.2 17.3 16.9 16.95 16.8862646484375 20316 0.0 0.0 False
521 2024-01-26 00:00:00+00:00 16.875 17.45 16.75 17.1 17.03570068359375 16162 0.0 0.0 False
522 2024-01-29 00:00:00+00:00 16.9 17.400000000000002 16.75 17.2 17.135324707031252 12416 0.0 0.0 False
523 2024-01-30 00:00:00+00:00 17.25 17.55 17.10300048828125 17.55 17.4840087890625 18997 0.0 0.0 False
524 2024-01-31 00:00:00+00:00 17.25 17.75 17.1 17.75 17.6832568359375 63404 0.0 0.0 False
525 2024-02-01 00:00:00+00:00 17.625 17.900000000000002 17.6 17.7 17.63344482421875 30717 0.0 0.0 False
526 2024-02-02 00:00:00+00:00 17.825 17.935 17.750660400390625 17.85 17.782879638671876 12746 0.0 0.0 False
527 2024-02-05 00:00:00+00:00 17.875 18.0 17.75 17.75 17.6832568359375 49842 0.0 0.0 False
528 2024-02-06 00:00:00+00:00 17.85 18.2 17.7 17.7 17.63344482421875 20576 0.0 0.0 False
529 2024-02-07 00:00:00+00:00 17.8 17.85 17.6 17.75 17.6832568359375 25582 0.0 0.0 False
530 2024-02-08 00:00:00+00:00 17.675 17.75 17.6 17.675 17.652496337890625 48592 0.044199999999999996 0.0 True
531 2024-02-09 00:00:00+00:00 17.7 17.75 17.55 17.55 17.527655029296877 32233 0.0 0.0 False
532 2024-02-12 00:00:00+00:00 17.625 17.650000000000002 17.35 17.650000000000002 17.627528076171874 31800 0.0 0.0 False
533 2024-02-13 00:00:00+00:00 17.525000000000002 17.685 16.65 16.65 16.62880126953125 20215 0.0 0.0 False
534 2024-02-14 00:00:00+00:00 17.475 17.89 17.5 17.55 17.527655029296877 26043 0.0 0.0 False
535 2024-02-15 00:00:00+00:00 17.75 17.900000000000002 17.665550537109375 17.900000000000002 17.87720947265625 5549 0.0 0.0 False
536 2024-02-16 00:00:00+00:00 17.75 17.900000000000002 17.25 17.75 17.727399902343752 10412 0.0 0.0 False
537 2024-02-19 00:00:00+00:00 17.75 18.39699951171875 17.675 18.2 18.176827392578126 40736 0.0 0.0 False
538 2024-02-20 00:00:00+00:00 18.3 18.69699951171875 18.35551025390625 18.55 18.5263818359375 21989 0.0 0.0 False
539 2024-02-21 00:00:00+00:00 18.55 18.609000244140624 18.3 18.6 18.576318359375 10564 0.0 0.0 False
540 2024-02-22 00:00:00+00:00 18.45 18.6 18.003000488281252 18.2 18.176827392578126 22638 0.0 0.0 False
541 2024-02-23 00:00:00+00:00 18.150000000000002 18.25 18.02 18.05 18.02701904296875 5866 0.0 0.0 False
542 2024-02-26 00:00:00+00:00 18.150000000000002 18.8 18.003000488281252 18.8 18.776063232421876 52592 0.0 0.0 False
543 2024-02-27 00:00:00+00:00 18.3 19.0 18.25 19.0 18.975809326171877 45223 0.0 0.0 False
544 2024-02-28 00:00:00+00:00 18.400000000000002 18.8 18.22 18.3 18.276700439453126 16824 0.0 0.0 False
545 2024-02-29 00:00:00+00:00 18.5 18.6 18.3 18.6 18.576318359375 32225 0.0 0.0 False
546 2024-03-01 00:00:00+00:00 18.5 18.7 18.3 18.5 18.4764453125 7620 0.0 0.0 False
547 2024-03-04 00:00:00+00:00 18.5 18.7 18.3 18.3 18.276700439453126 9140 0.0 0.0 False
548 2024-03-05 00:00:00+00:00 18.5 18.95 18.1 18.25 18.226763916015624 25707 0.0 0.0 False
549 2024-03-06 00:00:00+00:00 18.25 18.400000000000002 18.0 18.2 18.176827392578126 19163 0.0 0.0 False
550 2024-03-07 00:00:00+00:00 18.2 18.395999755859375 17.7 17.7 17.677464599609376 5889 0.0 0.0 False
551 2024-03-08 00:00:00+00:00 18.2 18.5 18.140999755859376 18.5 18.4764453125 32390 0.0 0.0 False
552 2024-03-11 00:00:00+00:00 18.35 18.5 18.2 18.5 18.4764453125 12927 0.0 0.0 False
553 2024-03-12 00:00:00+00:00 18.35 18.5 17.85 17.85 17.82727294921875 7272 0.0 0.0 False
554 2024-03-13 00:00:00+00:00 18.35 18.5 18.2 18.3 18.276700439453126 20462 0.0 0.0 False
555 2024-03-14 00:00:00+00:00 18.35 18.490000000000002 18.2 18.2 18.176827392578126 34535 0.0 0.0 False
556 2024-03-15 00:00:00+00:00 18.35 18.5 18.2 18.2 18.176827392578126 22659 0.0 0.0 False
557 2024-03-18 00:00:00+00:00 18.35 18.490000000000002 18.1 18.2 18.176827392578126 16120 0.0 0.0 False
558 2024-03-19 00:00:00+00:00 18.3 18.3 18.0 18.0 17.97708251953125 18282 0.0 0.0 False
559 2024-03-20 00:00:00+00:00 18.150000000000002 18.150000000000002 17.72 17.8 17.77733642578125 34926 0.0 0.0 False
560 2024-03-21 00:00:00+00:00 17.8 17.900000000000002 17.7 17.7 17.677464599609376 53377 0.0 0.0 False
561 2024-03-22 00:00:00+00:00 17.8 17.8 17.465999755859375 17.55 17.527655029296877 18289 0.0 0.0 False
562 2024-03-25 00:00:00+00:00 17.55 17.7 17.400000000000002 17.400000000000002 17.377845458984375 7802 0.0 0.0 False
563 2024-03-26 00:00:00+00:00 17.55 17.7 17.25 17.3 17.2779736328125 19850 0.0 0.0 False
564 2024-03-27 00:00:00+00:00 17.45 17.45 17.1 17.1 17.0782275390625 34241 0.0 0.0 False
565 2024-03-28 00:00:00+00:00 17.3 17.5 16.85 16.85 16.828546142578126 37089 0.0 0.0 False
566 2024-04-02 00:00:00+01:00 17.05 17.1 16.8 16.9 16.878482666015625 11696 0.0 0.0 False
567 2024-04-03 00:00:00+01:00 17.150000000000002 17.39 17.0 17.0 16.978355712890625 22028 0.0 0.0 False
568 2024-04-04 00:00:00+01:00 17.2 17.35 16.7 16.8 16.778609619140624 12884 0.0 0.0 False
569 2024-04-05 00:00:00+01:00 16.75 16.749000244140625 16.475 16.7 16.67873779296875 37657 0.0 0.0 False
570 2024-04-08 00:00:00+01:00 16.7 17.05 16.55 16.9 16.878482666015625 33355 0.0 0.0 False
571 2024-04-09 00:00:00+01:00 16.95 17.2 16.84 17.2 17.1781005859375 118571 0.0 0.0 False
572 2024-04-10 00:00:00+01:00 17.1 17.5 17.0 17.5 17.477718505859375 26734 0.0 0.0 False
573 2024-04-11 00:00:00+01:00 17.25 17.75 17.005 17.75 17.727399902343752 7802 0.0 0.0 False
574 2024-04-12 00:00:00+01:00 17.35 17.6 17.2 17.425 17.402813720703126 11635 0.0 0.0 False
575 2024-04-15 00:00:00+01:00 17.425 17.6 17.204000244140627 17.6 17.577591552734376 12461 0.0 0.0 False
576 2024-04-16 00:00:00+01:00 17.400000000000002 17.5 17.30199951171875 17.5 17.477718505859375 19752 0.0 0.0 False
577 2024-04-17 00:00:00+01:00 17.400000000000002 17.95 17.30300048828125 17.95 17.92714599609375 11238 0.0 0.0 False
578 2024-04-18 00:00:00+01:00 17.45 18.0 17.32 18.0 17.97708251953125 48131 0.0 0.0 False
579 2024-04-19 00:00:00+01:00 17.7 18.0 17.45 17.6 17.577591552734376 59956 0.0 0.0 False
580 2024-04-22 00:00:00+01:00 17.8 18.35 17.6 18.35 18.326636962890625 51203 0.0 0.0 False
581 2024-04-23 00:00:00+01:00 18.625 18.85 18.1 18.3 18.276700439453126 115227 0.0 0.0 False
582 2024-04-24 00:00:00+01:00 18.45 18.59699951171875 17.900000000000002 18.0 17.97708251953125 35089 0.0 0.0 False
583 2024-04-25 00:00:00+01:00 18.05 18.0 17.740000000000002 17.85 17.82727294921875 37182 0.0 0.0 False
584 2024-04-26 00:00:00+01:00 17.8 17.900000000000002 17.6 17.900000000000002 17.87720947265625 6065 0.0 0.0 False
585 2024-04-29 00:00:00+01:00 17.75 18.5 17.60300048828125 18.150000000000002 18.126890869140624 67093 0.0 0.0 False
586 2024-04-30 00:00:00+01:00 18.125 18.16949951171875 18.0 18.1 18.076954345703125 163750 0.0 0.0 False
587 2024-05-01 00:00:00+01:00 18.075 18.400000000000002 18.01 18.3 18.276700439453126 22242 0.0 0.0 False
588 2024-05-02 00:00:00+01:00 18.3 18.7 18.25 18.7 18.7 18848 0.0233 0.0 True
589 2024-05-03 00:00:00+01:00 18.650000000000002 18.85 18.25 18.25 18.25 11949 0.0 0.0 False
590 2024-05-07 00:00:00+01:00 18.775000000000002 18.900000000000002 18.701500244140625 18.75 18.75 16553 0.0 0.0 False
591 2024-05-08 00:00:00+01:00 18.775000000000002 18.85 18.2 18.2 18.2 77655 0.0 0.0 False
592 2024-05-09 00:00:00+01:00 18.75 18.95 18.6 18.95 18.95 44677 0.0 0.0 False
593 2024-05-10 00:00:00+01:00 18.8 19.2 18.6 19.2 19.2 45316 0.0 0.0 False
594 2024-05-13 00:00:00+01:00 19.05 19.2 18.900000000000002 19.150000000000002 19.150000000000002 52543 0.0 0.0 False
595 2024-05-14 00:00:00+01:00 19.05 19.475 18.95 19.35 19.35 52137 0.0 0.0 False
596 2024-05-15 00:00:00+01:00 19.3 19.650000000000002 19.2 19.400000000000002 19.400000000000002 7248 0.0 0.0 False
597 2024-05-16 00:00:00+01:00 19.3 19.900000000000002 19.3 19.8 19.8 40511 0.0 0.0 False
598 2024-05-17 00:00:00+01:00 19.85 20.48699951171875 19.75 20.2 20.2 62831 0.0 0.0 False
599 2024-05-20 00:00:00+01:00 20.25 20.6 20.0 20.5 20.5 18431 0.0 0.0 False
600 2024-05-21 00:00:00+01:00 20.400000000000002 20.6 20.1 20.5 20.5 41785 0.0 0.0 False
601 2024-05-22 00:00:00+01:00 20.35 20.66 20.2 20.6 20.6 33036 0.0 0.0 False
602 2024-05-23 00:00:00+01:00 20.400000000000002 21.2 20.2 21.2 21.2 39831 0.0 0.0 False
603 2024-05-24 00:00:00+01:00 20.95 21.8 20.68 21.8 21.8 34032 0.0 0.0 False
604 2024-05-28 00:00:00+01:00 21.2 21.76666015625 21.1 21.7 21.7 23468 0.0 0.0 False
605 2024-05-29 00:00:00+01:00 21.55 21.7 21.400000000000002 21.400000000000002 21.400000000000002 18941 0.0 0.0 False
606 2024-05-30 00:00:00+01:00 21.55 21.69 21.3 21.3 21.3 27539 0.0 0.0 False
607 2024-05-31 00:00:00+01:00 21.55 22.5 21.400000000000002 22.5 22.5 77578 0.0 0.0 False
608 2024-06-03 00:00:00+01:00 22.150000000000002 22.5 21.6 22.2 22.2 30976 0.0 0.0 False
609 2024-06-04 00:00:00+01:00 22.2 22.3 21.7 21.7 21.7 27300 0.0 0.0 False
610 2024-06-05 00:00:00+01:00 22.25 22.212500000000002 21.65551025390625 21.8 21.8 34966 0.0 0.0 False
611 2024-06-06 00:00:00+01:00 21.8 21.8 21.400000000000002 21.400000000000002 21.400000000000002 13975 0.0 0.0 False
612 2024-06-07 00:00:00+01:00 21.55 21.7 21.0 21.7 21.7 13537 0.0 0.0 False
613 2024-06-10 00:00:00+01:00 21.25 21.7 20.7 21.1 21.1 48654 0.0 0.0 False
614 2024-06-11 00:00:00+01:00 20.85 21.44 20.7 20.7 20.7 34923 0.0 0.0 False
615 2024-06-12 00:00:00+01:00 21.2 21.455000000000002 21.1 21.3 21.3 10334 0.0 0.0 False
616 2024-06-13 00:00:00+01:00 21.35 21.5 20.8 20.8 20.8 9585 0.0 0.0 False
617 2024-06-14 00:00:00+01:00 21.400000000000002 21.8 20.650000000000002 21.0 21.0 39270 0.0 0.0 False
618 2024-06-17 00:00:00+01:00 21.0 21.2 20.64 20.8 20.8 13452 0.0 0.0 False
619 2024-06-18 00:00:00+01:00 20.8 21.1 20.8 20.8 20.8 8195 0.0 0.0 False
620 2024-06-19 00:00:00+01:00 20.8 21.2 20.6 20.900000000000002 20.900000000000002 8158 0.0 0.0 False
621 2024-06-20 00:00:00+01:00 21.0 21.0 20.6 21.0 21.0 24103 0.0 0.0 False
622 2024-06-21 00:00:00+01:00 20.8 21.1 20.5 21.1 21.1 47450 0.0 0.0 False
623 2024-06-24 00:00:00+01:00 20.7 21.3 20.6 21.1 21.1 29927 0.0 0.0 False
624 2024-06-25 00:00:00+01:00 21.3 21.3 20.8 20.8 20.8 9652 0.0 0.0 False
625 2024-06-26 00:00:00+01:00 20.8 21.2 20.400000000000002 20.900000000000002 20.900000000000002 10771 0.0 0.0 False
626 2024-06-27 00:00:00+01:00 20.8 20.900000000000002 20.7 20.900000000000002 20.900000000000002 19578 0.0 0.0 False
627 2024-06-28 00:00:00+01:00 20.5 20.725 20.45260009765625 20.5 20.5 15216 0.0 0.0 False
628 2024-07-01 00:00:00+01:00 20.7 20.7 20.3 20.3 20.3 19967 0.0 0.0 False
629 2024-07-02 00:00:00+01:00 20.3 20.400000000000002 20.04800048828125 20.400000000000002 20.400000000000002 35579 0.0 0.0 False
630 2024-07-03 00:00:00+01:00 20.3 21.1 20.3 21.1 21.1 15459 0.0 0.0 False
631 2024-07-04 00:00:00+01:00 20.8 21.0 20.7 20.7 20.7 41177 0.0 0.0 False
632 2024-07-05 00:00:00+01:00 20.7 20.7839990234375 20.44800048828125 20.7 20.7 10316 0.0 0.0 False
633 2024-07-08 00:00:00+01:00 20.400000000000002 20.7 20.1 20.1 20.1 11765 0.0 0.0 False
634 2024-07-09 00:00:00+01:00 20.1 20.2 19.915999755859374 20.2 20.2 43328 0.0 0.0 False
635 2024-07-10 00:00:00+01:00 20.0 20.400000000000002 20.0 20.3 20.3 32089 0.0 0.0 False
636 2024-07-11 00:00:00+01:00 20.2 21.1 20.16 21.0 21.0 31487 0.0 0.0 False
637 2024-07-12 00:00:00+01:00 21.0 21.2 20.400000000000002 21.2 21.2 93676 0.0 0.0 False
638 2024-07-15 00:00:00+01:00 21.1 21.400000000000002 20.900000000000002 21.0 21.0 28837 0.0 0.0 False
639 2024-07-16 00:00:00+01:00 21.0 21.2 20.92800048828125 21.2 21.2 11307 0.0 0.0 False
640 2024-07-17 00:00:00+01:00 21.2 21.3 21.0 21.1 21.1 11366 0.0 0.0 False
641 2024-07-18 00:00:00+01:00 20.900000000000002 21.400000000000002 20.900000000000002 21.2 21.2 19966 0.0 0.0 False
642 2024-07-19 00:00:00+01:00 21.1 21.3 20.7 21.2 21.2 23737 0.0 0.0 False
643 2024-07-22 00:00:00+01:00 21.0 21.400000000000002 21.0 21.400000000000002 21.400000000000002 61224 0.0 0.0 False
644 2024-07-23 00:00:00+01:00 21.0 21.2339990234375 20.8 20.8 20.8 9142 0.0 0.0 False
645 2024-07-24 00:00:00+01:00 20.7 20.8 20.2 20.400000000000002 20.400000000000002 18173 0.0 0.0 False
646 2024-07-25 00:00:00+01:00 20.7 20.7 20.1 20.1 20.1 6833 0.0 0.0 False
647 2024-07-26 00:00:00+01:00 20.5 21.0 20.1 20.900000000000002 20.900000000000002 16715 0.0 0.0 False
648 2024-07-29 00:00:00+01:00 20.900000000000002 20.900000000000002 20.5 20.7 20.7 16466 0.0 0.0 False
649 2024-07-30 00:00:00+01:00 20.7 20.71 19.2 19.45 19.45 59406 0.0 0.0 False
650 2024-07-31 00:00:00+01:00 19.400000000000002 19.7 19.35 19.7 19.7 18840 0.0 0.0 False
651 2024-08-01 00:00:00+01:00 19.5 19.91800048828125 19.3 19.55 19.55 22668 0.0 0.0 False
652 2024-08-02 00:00:00+01:00 19.3 19.5 19.150000000000002 19.3 19.3 21868 0.0 0.0 False
653 2024-08-05 00:00:00+01:00 19.1 19.45 18.05 18.35 18.35 39750 0.0 0.0 False
654 2024-08-06 00:00:00+01:00 18.3 19.0 18.150000000000002 18.95 18.95 20843 0.0 0.0 False
655 2024-08-07 00:00:00+01:00 19.0 19.5 18.79 19.35 19.35 19934 0.0 0.0 False
656 2024-08-08 00:00:00+01:00 19.400000000000002 19.404000244140626 18.650000000000002 18.650000000000002 18.650000000000002 64779 0.0 0.0 False
657 2024-08-09 00:00:00+01:00 19.05 19.05 18.400000000000002 18.5 18.5 8264 0.0 0.0 False
658 2024-08-12 00:00:00+01:00 18.85 18.874000244140625 18.411099853515626 18.7 18.7 16988 0.0 0.0 False
659 2024-08-13 00:00:00+01:00 18.95 18.95 18.57699951171875 18.8 18.8 9656 0.0 0.0 False
660 2024-08-14 00:00:00+01:00 18.85 19.2 18.650000000000002 19.0 19.0 14412 0.0 0.0 False
661 2024-08-15 00:00:00+01:00 19.2 19.650000000000002 18.83551025390625 19.6 19.6 18475 0.0 0.0 False
662 2024-08-16 00:00:00+01:00 19.650000000000002 19.75 18.650000000000002 19.7 19.7 7410 0.0 0.0 False
663 2024-08-19 00:00:00+01:00 19.7 19.75 19.35 19.45 19.45 16278 0.0 0.0 False
664 2024-08-20 00:00:00+01:00 19.6 19.6 18.8 19.0 19.0 39450 0.0 0.0 False
665 2024-08-21 00:00:00+01:00 19.2 19.75 18.98738037109375 19.75 19.75 34402 0.0 0.0 False
666 2024-08-22 00:00:00+01:00 19.28199951171875 19.8 19.28199951171875 19.71 19.71 4455 0.0 0.0 False

View File

@@ -0,0 +1,666 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-04 00:00:00+00:00,17.7,18.0,16.8,17.25,17.106629638671876,14608,0.0,0.0
2022-01-05 00:00:00+00:00,17.25,17.6,16.8,17.25,17.106629638671876,10330,0.0,0.0
2022-01-06 00:00:00+00:00,17.0,17.0,16.4,17.0,16.85870849609375,99618,0.0,0.0
2022-01-07 00:00:00+00:00,16.75,17.75,16.55,17.35,17.205799560546875,18559,0.0,0.0
2022-01-10 00:00:00+00:00,17.35,18.0,17.0,17.35,17.205799560546875,204442,0.0,0.0
2022-01-11 00:00:00+00:00,17.35,17.68,16.97449951171875,17.35,17.205799560546875,63523,0.0,0.0
2022-01-12 00:00:00+00:00,17.35,17.7,17.0,17.45,17.304967041015626,6366,0.0,0.0
2022-01-13 00:00:00+00:00,17.45,17.7,17.05,17.7,17.552889404296874,5696,0.0,0.0
2022-01-14 00:00:00+00:00,17.5,18.150000000000002,17.3,17.5,17.35455322265625,3916,0.0,0.0
2022-01-17 00:00:00+00:00,17.5,17.6,17.3,17.5,17.35455322265625,16992,0.0,0.0
2022-01-18 00:00:00+00:00,17.650000000000002,18.275000000000002,17.400000000000002,18.05,17.89998046875,11936,0.0,0.0
2022-01-19 00:00:00+00:00,17.650000000000002,17.8,17.0,17.400000000000002,17.25538330078125,27678,0.0,0.0
2022-01-20 00:00:00+00:00,17.5,18.0,17.0,17.5,17.35455322265625,98547,0.0,0.0
2022-01-21 00:00:00+00:00,17.400000000000002,17.3,16.35,16.65,16.511617431640627,11629,0.0,0.0
2022-01-24 00:00:00+00:00,16.5,16.5,14.950000000000001,14.950000000000001,14.8257470703125,16987,0.0,0.0
2022-01-25 00:00:00+00:00,15.3,15.8,14.6,15.200000000000001,15.073668212890626,14810,0.0,0.0
2022-01-26 00:00:00+00:00,15.4,15.700000000000001,15.195999755859376,15.4,15.272005615234375,7204,0.0,0.0
2022-01-27 00:00:00+00:00,15.15,15.5,14.81,15.15,15.024083251953126,171814,0.0,0.0
2022-01-28 00:00:00+00:00,15.05,15.3,14.0,15.0,14.87532958984375,7559,0.0,0.0
2022-01-31 00:00:00+00:00,15.0,15.75,14.3,14.3,14.181148681640625,15389,0.0,0.0
2022-02-01 00:00:00+00:00,15.025,15.025,14.76,15.0,14.87532958984375,9906,0.0,0.0
2022-02-02 00:00:00+00:00,14.875,15.35,14.75,14.75,14.627408447265625,21138,0.0,0.0
2022-02-03 00:00:00+00:00,14.875,15.0,14.8,14.9,14.776163330078125,44097,0.0,0.0
2022-02-04 00:00:00+00:00,14.975,15.200000000000001,14.75,14.9,14.776163330078125,27249,0.0,0.0
2022-02-07 00:00:00+00:00,14.85,15.0,14.61,14.8,14.676993408203126,24316,0.0,0.0
2022-02-08 00:00:00+00:00,14.8,15.0,14.690999755859375,15.0,14.87532958984375,10407,0.0,0.0
2022-02-09 00:00:00+00:00,14.8,15.700000000000001,14.6,15.700000000000001,15.569512939453125,26899,0.0,0.0
2022-02-10 00:00:00+00:00,14.8,15.15,14.25,14.700000000000001,14.577824707031251,11667,0.0,0.0
2022-02-11 00:00:00+00:00,14.525,15.1,14.3,15.1,14.97449951171875,19383,0.0,0.0
2022-02-14 00:00:00+00:00,14.6,14.64,14.0,14.200000000000001,14.081978759765626,30351,0.0,0.0
2022-02-15 00:00:00+00:00,14.05,14.5,13.8,14.5,14.379486083984375,23319,0.0,0.0
2022-02-16 00:00:00+00:00,14.5,14.749599609375,14.3,14.6,14.478653564453126,68581,0.0,0.0
2022-02-17 00:00:00+00:00,14.6,14.700000000000001,14.4,14.6,14.478653564453126,55981,0.0,0.0
2022-02-18 00:00:00+00:00,14.6,14.8,13.9575,14.3,14.181148681640625,57661,0.0,0.0
2022-02-21 00:00:00+00:00,14.3,14.48,13.8,14.25,14.131563720703125,3459,0.0,0.0
2022-02-22 00:00:00+00:00,14.1,13.700000000000001,12.8,12.9,12.792784423828126,17014,0.0,0.0
2022-02-23 00:00:00+00:00,12.85,13.200000000000001,11.05,11.275,11.181290283203126,323128,0.0,0.0
2022-02-24 00:00:00+00:00,11.175,11.35,10.145,10.85,10.759822998046875,121492,0.0,0.0
2022-02-25 00:00:00+00:00,10.875,11.8,10.625,11.5,11.404420166015624,135733,0.0,0.0
2022-02-28 00:00:00+00:00,11.5,11.75,10.450999755859375,10.85,10.759822998046875,29561,0.0,0.0
2022-03-01 00:00:00+00:00,10.85,11.1,10.65,10.950000000000001,10.85899169921875,21218,0.0,0.0
2022-03-02 00:00:00+00:00,10.950000000000001,11.200000000000001,10.5,10.75,10.660653076171876,31618,0.0,0.0
2022-03-03 00:00:00+00:00,10.85,11.0,10.5,10.5,10.41273193359375,14756,0.0,0.0
2022-03-04 00:00:00+00:00,10.75,10.615,9.9,10.15,10.065640258789063,22656,0.0,0.0
2022-03-07 00:00:00+00:00,10.025,9.99,9.200000000000001,9.8,9.718549194335937,27413,0.0,0.0
2022-03-08 00:00:00+00:00,9.8,11.0,9.61,10.8,10.7102392578125,29412,0.0,0.0
2022-03-09 00:00:00+00:00,10.65,11.1,10.1,10.65,10.561485595703125,53229,0.0,0.0
2022-03-10 00:00:00+00:00,10.35,10.55,9.6,9.78,9.6987158203125,111815,0.0,0.0
2022-03-11 00:00:00+00:00,9.8,10.5,9.77,10.25,10.1648095703125,86568,0.0,0.0
2022-03-14 00:00:00+00:00,10.15,10.5,9.8,10.025,9.941678466796875,38212,0.0,0.0
2022-03-15 00:00:00+00:00,10.025,11.0,10.01,10.700000000000001,10.6110693359375,73605,0.0,0.0
2022-03-16 00:00:00+00:00,10.85,11.200000000000001,10.3,10.8,10.7102392578125,163322,0.0,0.0
2022-03-17 00:00:00+00:00,10.8,11.0,10.6,10.8,10.7102392578125,27940,0.0,0.0
2022-03-18 00:00:00+00:00,10.9,11.290000000000001,10.65,10.950000000000001,10.85899169921875,37298,0.0,0.0
2022-03-21 00:00:00+00:00,10.950000000000001,11.3,10.61238037109375,10.75,10.660653076171876,93719,0.0,0.0
2022-03-22 00:00:00+00:00,10.875,11.145,10.6,10.8,10.7102392578125,47400,0.0,0.0
2022-03-23 00:00:00+00:00,11.375,11.83699951171875,10.8,11.25,11.156499023437501,64771,0.0,0.0
2022-03-24 00:00:00+00:00,11.05,11.58,11.0,11.200000000000001,11.106915283203126,46570,0.0,0.0
2022-03-25 00:00:00+00:00,11.200000000000001,11.5,11.0,11.0,10.908575439453125,23791,0.0,0.0
2022-03-28 00:00:00+01:00,11.25,11.5,11.0,11.5,11.404420166015624,19013,0.0,0.0
2022-03-29 00:00:00+01:00,11.4,12.0,11.0,12.0,11.900263671875,19194,0.0,0.0
2022-03-30 00:00:00+01:00,11.4,11.75,11.0,11.200000000000001,11.106915283203126,49942,0.0,0.0
2022-03-31 00:00:00+01:00,11.4,11.6,10.9,10.9,10.809407958984375,21217,0.0,0.0
2022-04-01 00:00:00+01:00,11.4,11.600999755859375,10.8,11.25,11.156499023437501,24642,0.0,0.0
2022-04-04 00:00:00+01:00,11.3,11.8,11.0,11.4,11.30525146484375,17167,0.0,0.0
2022-04-05 00:00:00+01:00,11.4,11.8,11.0,11.0,10.908575439453125,31232,0.0,0.0
2022-04-06 00:00:00+01:00,11.4,11.8,11.15,11.4,11.30525146484375,16894,0.0,0.0
2022-04-07 00:00:00+01:00,11.4,11.5,11.1,11.25,11.156499023437501,38303,0.0,0.0
2022-04-08 00:00:00+01:00,11.25,11.5,11.0,11.35,11.255667724609376,26993,0.0,0.0
2022-04-11 00:00:00+01:00,11.25,11.9,11.0,11.700000000000001,11.6027587890625,20912,0.0,0.0
2022-04-12 00:00:00+01:00,11.55,12.700000000000001,11.650999755859376,12.3,12.197772216796876,46528,0.0,0.0
2022-04-13 00:00:00+01:00,12.325000000000001,12.700000000000001,11.86,12.35,12.24735595703125,29936,0.0,0.0
2022-04-14 00:00:00+01:00,12.25,12.5,12.094000244140625,12.25,12.148187255859375,101765,0.0,0.0
2022-04-19 00:00:00+01:00,12.35,13.24,12.25,12.5,12.396109619140626,26000,0.0,0.0
2022-04-20 00:00:00+01:00,12.975,13.3,12.8,13.15,13.040706787109375,99480,0.0,0.0
2022-04-21 00:00:00+01:00,13.15,13.98,13.1,13.700000000000001,13.58613525390625,35474,0.0,0.0
2022-04-22 00:00:00+01:00,13.6,14.05,12.9,13.5,13.387799072265626,17792,0.0,0.0
2022-04-25 00:00:00+01:00,13.6,13.700000000000001,13.3,13.5,13.387799072265626,191057,0.0,0.0
2022-04-26 00:00:00+01:00,13.55,13.700000000000001,13.35551025390625,13.5,13.387799072265626,270954,0.0,0.0
2022-04-27 00:00:00+01:00,13.75,14.4,13.52,14.0,13.883642578125,27733,0.0,0.0
2022-04-28 00:00:00+01:00,14.0,14.5,13.6,14.325000000000001,14.20593994140625,22283,0.0,0.0
2022-04-29 00:00:00+01:00,14.325000000000001,14.8,14.0,14.6,14.478653564453126,10310,0.0,0.0
2022-05-03 00:00:00+01:00,14.5,14.8,14.0,14.3,14.181148681640625,106787,0.0,0.0
2022-05-04 00:00:00+01:00,14.35,14.700000000000001,14.0,14.35,14.230732421875,257254,0.0,0.0
2022-05-05 00:00:00+01:00,14.35,14.75,14.15,14.700000000000001,14.595726318359375,27523,1.76,0.0
2022-05-06 00:00:00+01:00,14.5,14.55,13.85,13.85,13.75175537109375,3745,0.0,0.0
2022-05-09 00:00:00+01:00,14.25,14.24,13.6,14.0,13.90069091796875,53240,0.0,0.0
2022-05-10 00:00:00+01:00,14.0,14.05,13.700000000000001,13.85,13.75175537109375,30095,0.0,0.0
2022-05-11 00:00:00+01:00,13.950000000000001,14.07,13.51,13.700000000000001,13.602818603515626,10072,0.0,0.0
2022-05-12 00:00:00+01:00,13.450000000000001,13.6,12.950000000000001,13.325000000000001,13.230478515625,5635,0.0,0.0
2022-05-13 00:00:00+01:00,13.3,13.450000000000001,11.5,11.6,11.51771484375,96792,0.0,0.0
2022-05-16 00:00:00+01:00,11.6,11.700000000000001,11.200000000000001,11.200000000000001,11.120552978515626,25689,0.0,0.0
2022-05-17 00:00:00+01:00,11.3,11.6,10.53300048828125,10.85,10.77303466796875,49617,0.0,0.0
2022-05-18 00:00:00+01:00,10.875,11.11,10.6,11.0,10.921971435546876,111220,0.0,0.0
2022-05-19 00:00:00+01:00,10.700000000000001,10.9,10.700000000000001,10.75,10.6737451171875,143583,0.0,0.0
2022-05-20 00:00:00+01:00,10.700000000000001,10.9,10.55,10.9,10.822681884765625,66397,0.0,0.0
2022-05-23 00:00:00+01:00,10.700000000000001,10.88,10.55,10.55,10.475164794921875,108592,0.0,0.0
2022-05-24 00:00:00+01:00,10.700000000000001,10.9,10.35,10.35,10.27658203125,31125,0.0,0.0
2022-05-25 00:00:00+01:00,10.6,10.700000000000001,10.25,10.35,10.27658203125,62068,0.0,0.0
2022-05-26 00:00:00+01:00,10.4,10.6,10.31,10.5,10.425518798828126,119463,0.0,0.0
2022-05-27 00:00:00+01:00,10.35,10.85,10.465,10.85,10.77303466796875,153593,0.0,0.0
2022-05-30 00:00:00+01:00,10.8,11.59,10.700000000000001,11.4,11.31913330078125,199315,0.0,0.0
2022-05-31 00:00:00+01:00,11.3,12.0,10.85,10.85,10.77303466796875,785398,0.0,0.0
2022-06-01 00:00:00+01:00,11.25,11.5,10.6,10.6,10.5248095703125,91569,0.0,0.0
2022-06-06 00:00:00+01:00,10.925,11.1,10.450000000000001,10.450000000000001,10.3758740234375,33656,0.0,0.0
2022-06-07 00:00:00+01:00,10.875,10.700000000000001,10.200000000000001,10.200000000000001,10.127645874023438,37186,0.0,0.0
2022-06-08 00:00:00+01:00,10.700000000000001,10.700000000000001,10.200000000000001,10.200000000000001,10.127645874023438,30101,0.0,0.0
2022-06-09 00:00:00+01:00,10.475,10.6,10.25,10.25,10.177291259765624,19632,0.0,0.0
2022-06-10 00:00:00+01:00,10.525,10.9,10.450000000000001,10.450000000000001,10.3758740234375,31942,0.0,0.0
2022-06-13 00:00:00+01:00,10.700000000000001,11.28,10.5,10.75,10.6737451171875,45679,0.0,0.0
2022-06-14 00:00:00+01:00,11.15,11.8,10.8,11.55,11.468070068359376,58448,0.0,0.0
2022-06-15 00:00:00+01:00,11.6,11.8,11.450000000000001,11.55,11.468070068359376,23397,0.0,0.0
2022-06-16 00:00:00+01:00,11.65,11.8,11.5,11.55,11.468070068359376,32769,0.0,0.0
2022-06-17 00:00:00+01:00,11.55,11.6,11.5,11.5,11.41842529296875,6196,0.0,0.0
2022-06-20 00:00:00+01:00,11.65,11.75,11.5,11.75,11.666651611328126,95128,0.0,0.0
2022-06-21 00:00:00+01:00,11.450000000000001,11.6,11.155,11.175,11.09572998046875,24070,0.0,0.0
2022-06-22 00:00:00+01:00,11.175,11.200000000000001,10.95300048828125,11.200000000000001,11.120552978515626,256790,0.0,0.0
2022-06-23 00:00:00+01:00,11.200000000000001,11.4,10.945,11.200000000000001,11.120552978515626,247309,0.0,0.0
2022-06-24 00:00:00+01:00,11.25,11.5,11.0,11.25,11.17019775390625,10553,0.0,0.0
2022-06-27 00:00:00+01:00,11.25,11.74,11.0,11.450000000000001,11.368780517578125,14675,0.0,0.0
2022-06-28 00:00:00+01:00,11.450000000000001,11.6,11.39,11.55,11.468070068359376,16122,0.0,0.0
2022-06-29 00:00:00+01:00,11.450000000000001,11.65,11.3,11.575000000000001,11.49289306640625,13034,0.0,0.0
2022-06-30 00:00:00+01:00,11.575000000000001,11.6475,11.450000000000001,11.6,11.51771484375,8757,0.0,0.0
2022-07-01 00:00:00+01:00,11.6,11.65,11.25,11.25,11.17019775390625,10131,0.0,0.0
2022-07-04 00:00:00+01:00,11.55,11.6,11.454000244140625,11.55,11.468070068359376,11454,0.0,0.0
2022-07-05 00:00:00+01:00,11.575000000000001,11.65,11.48,11.55,11.468070068359376,87517,0.0,0.0
2022-07-06 00:00:00+01:00,11.55,11.6,11.450000000000001,11.55,11.468070068359376,4188,0.0,0.0
2022-07-07 00:00:00+01:00,11.55,11.65,11.450000000000001,11.55,11.468070068359376,11905,0.0,0.0
2022-07-08 00:00:00+01:00,11.55,11.8,11.51,11.700000000000001,11.6170068359375,15521,0.0,0.0
2022-07-11 00:00:00+01:00,11.65,12.200000000000001,11.6,12.0,11.914879150390625,8032,0.0,0.0
2022-07-12 00:00:00+01:00,11.975,12.200000000000001,11.75,11.975,11.890054931640625,51230,0.0,0.0
2022-07-13 00:00:00+01:00,11.975,12.200000000000001,11.75,11.975,11.890054931640625,23118,0.0,0.0
2022-07-14 00:00:00+01:00,11.875,12.0,11.700000000000001,11.85,11.7659423828125,122061,0.0,0.0
2022-07-15 00:00:00+01:00,11.675,11.75,11.35,11.450000000000001,11.368780517578125,42257,0.0,0.0
2022-07-18 00:00:00+01:00,11.5,11.6,11.25,11.5,11.41842529296875,8426,0.0,0.0
2022-07-19 00:00:00+01:00,11.5,11.57,11.25,11.5,11.41842529296875,5796,0.0,0.0
2022-07-20 00:00:00+01:00,11.5,11.51,11.25,11.450000000000001,11.368780517578125,7240,0.0,0.0
2022-07-21 00:00:00+01:00,11.5,11.51,11.25,11.5,11.41842529296875,12014,0.0,0.0
2022-07-22 00:00:00+01:00,11.5,11.75,11.25,11.5,11.41842529296875,6680,0.0,0.0
2022-07-25 00:00:00+01:00,11.5,11.75,11.25,11.5,11.41842529296875,24222,0.0,0.0
2022-07-26 00:00:00+01:00,11.55,12.1875,11.35,12.125,12.03899169921875,24483,0.0,0.0
2022-07-27 00:00:00+01:00,12.15,12.450000000000001,12.18,12.4,12.312041015625,6893,0.0,0.0
2022-07-28 00:00:00+01:00,12.4,12.9,12.42,12.700000000000001,12.609913330078125,15781,0.0,0.0
2022-07-29 00:00:00+01:00,12.700000000000001,13.10800048828125,12.6,13.1,13.0070751953125,22246,0.0,0.0
2022-08-01 00:00:00+01:00,13.075000000000001,13.182500000000001,12.700000000000001,12.700000000000001,12.609913330078125,27254,0.0,0.0
2022-08-02 00:00:00+01:00,12.8,13.05,12.324010009765626,13.05,12.957430419921875,108510,0.0,0.0
2022-08-03 00:00:00+01:00,12.55,12.61,12.200000000000001,12.4,12.312041015625,27832,0.0,0.0
2022-08-04 00:00:00+01:00,12.4,12.700000000000001,12.1,12.25,12.16310546875,16237,0.0,0.0
2022-08-05 00:00:00+01:00,12.25,12.26199951171875,12.1,12.25,12.16310546875,11526,0.0,0.0
2022-08-08 00:00:00+01:00,12.25,12.26199951171875,12.1,12.25,12.16310546875,10379,0.0,0.0
2022-08-09 00:00:00+01:00,12.25,12.4,12.1,12.25,12.16310546875,6891,0.0,0.0
2022-08-10 00:00:00+01:00,12.4,12.4,12.004000244140625,12.200000000000001,12.11345947265625,189434,0.0,0.0
2022-08-11 00:00:00+01:00,12.200000000000001,12.8,12.1,12.6,12.51062255859375,52556,0.0,0.0
2022-08-12 00:00:00+01:00,12.6,13.0,12.4,12.75,12.659559326171875,95409,0.0,0.0
2022-08-15 00:00:00+01:00,12.75,13.0,12.6,12.85,12.758848876953126,18772,0.0,0.0
2022-08-16 00:00:00+01:00,12.975,13.15,12.77,12.925,12.833317871093751,8794,0.0,0.0
2022-08-17 00:00:00+01:00,12.925,13.15,12.709000244140626,12.950000000000001,12.8581396484375,11646,0.0,0.0
2022-08-18 00:00:00+01:00,12.85,13.15,12.6,12.9,12.808494873046875,9867,0.0,0.0
2022-08-19 00:00:00+01:00,12.925,13.200000000000001,12.9,13.1,13.0070751953125,10329,0.0,0.0
2022-08-22 00:00:00+01:00,12.950000000000001,14.6,13.0,14.05,13.950335693359376,49084,0.0,0.0
2022-08-23 00:00:00+01:00,14.025,14.200000000000001,13.765689697265625,13.875,13.7765771484375,27664,0.0,0.0
2022-08-24 00:00:00+01:00,13.8,13.99,13.6527294921875,13.8,13.702110595703125,25362,0.0,0.0
2022-08-25 00:00:00+01:00,13.8,14.0,13.6,13.6,13.503529052734375,18901,0.0,0.0
2022-08-26 00:00:00+01:00,13.8,13.852500000000001,13.104000244140625,13.5,13.404237060546876,51530,0.0,0.0
2022-08-30 00:00:00+01:00,13.25,13.85,13.0,13.15,13.056719970703126,158939,0.0,0.0
2022-08-31 00:00:00+01:00,13.15,13.200000000000001,12.6,12.6,12.51062255859375,42970,0.0,0.0
2022-09-01 00:00:00+01:00,12.725,12.85,11.700000000000001,12.700000000000001,12.609913330078125,166817,0.0,0.0
2022-09-02 00:00:00+01:00,12.525,12.64449951171875,12.4,12.525,12.43615478515625,11126,0.0,0.0
2022-09-05 00:00:00+01:00,12.475,12.700000000000001,12.35,12.5,12.411331787109376,93876,0.0,0.0
2022-09-06 00:00:00+01:00,12.5,12.6,12.4,12.5,12.411331787109376,546858,0.0,0.0
2022-09-07 00:00:00+01:00,12.5,12.6,12.3,12.4,12.312041015625,36515,0.0,0.0
2022-09-08 00:00:00+01:00,12.475,12.6,12.303000488281251,12.450000000000001,12.361685791015626,118786,0.0,0.0
2022-09-09 00:00:00+01:00,12.450000000000001,12.540000000000001,12.3,12.450000000000001,12.361685791015626,4020,0.0,0.0
2022-09-12 00:00:00+01:00,12.474000244140626,12.6,12.32,12.450000000000001,12.361685791015626,23297,0.0,0.0
2022-09-13 00:00:00+01:00,12.450000000000001,12.6,12.3,12.4,12.312041015625,10747,0.0,0.0
2022-09-14 00:00:00+01:00,12.4,12.5,12.32,12.5,12.411331787109376,45471,0.0,0.0
2022-09-15 00:00:00+01:00,12.4,12.5,12.2243994140625,12.3,12.212750244140626,290552,0.0,0.0
2022-09-16 00:00:00+01:00,12.225,12.450000000000001,12.0,12.175,12.0886376953125,29379,0.0,0.0
2022-09-20 00:00:00+01:00,12.175,12.495999755859375,12.1925,12.275,12.18792724609375,42132,0.0,0.0
2022-09-21 00:00:00+01:00,12.55,13.15,12.75,12.75,12.659559326171875,100812,0.0,0.0
2022-09-22 00:00:00+01:00,13.0,13.290000000000001,12.75,13.15,13.056719970703126,145121,0.0,0.0
2022-09-23 00:00:00+01:00,13.075000000000001,13.3,12.85,13.1,13.0070751953125,32518,0.0,0.0
2022-09-26 00:00:00+01:00,13.025,13.6,12.853499755859374,13.25157958984375,13.157580566406251,53163,0.0,0.0
2022-09-27 00:00:00+01:00,13.35,13.6,13.3,13.450000000000001,13.35459228515625,164748,0.0,0.0
2022-09-28 00:00:00+01:00,13.450000000000001,13.8,13.3,13.8,13.702110595703125,25674,0.0,0.0
2022-09-29 00:00:00+01:00,13.5,14.200000000000001,13.48,13.6,13.503529052734375,30965,0.0,0.0
2022-09-30 00:00:00+01:00,13.950000000000001,14.3,13.75,14.05,13.950335693359376,76987,0.0,0.0
2022-10-03 00:00:00+01:00,14.0,14.450000000000001,13.700000000000001,13.75,13.65246337890625,107595,0.0,0.0
2022-10-04 00:00:00+01:00,13.700000000000001,13.9,13.6,13.8,13.702110595703125,8631,0.0,0.0
2022-10-05 00:00:00+01:00,13.700000000000001,14.0,13.65,13.75,13.65246337890625,88237,0.0,0.0
2022-10-06 00:00:00+01:00,13.75,13.995000000000001,13.75,13.75,13.65246337890625,7634,0.0,0.0
2022-10-07 00:00:00+01:00,13.75,14.0,13.75,13.8,13.702110595703125,70598,0.0,0.0
2022-10-10 00:00:00+01:00,13.8,14.0,13.625,13.8,13.702110595703125,103697,0.0,0.0
2022-10-11 00:00:00+01:00,13.9,14.0,13.75,13.75,13.65246337890625,144577,0.0,0.0
2022-10-12 00:00:00+01:00,13.9,13.922760009765625,13.4,13.5,13.404237060546876,43978,0.0,0.0
2022-10-13 00:00:00+01:00,13.65,13.6,13.05,13.4,13.3049462890625,145876,0.0,0.0
2022-10-14 00:00:00+01:00,13.450000000000001,13.5,13.200000000000001,13.25,13.156010742187501,52336,0.0,0.0
2022-10-17 00:00:00+01:00,13.450000000000001,13.700000000000001,13.202509765625,13.450000000000001,13.35459228515625,205576,0.0,0.0
2022-10-18 00:00:00+01:00,13.450000000000001,14.05,13.249699707031251,14.05,13.950335693359376,13163,0.0,0.0
2022-10-19 00:00:00+01:00,13.6,13.9,13.3,13.65,13.553173828125,10484,0.0,0.0
2022-10-20 00:00:00+01:00,13.65,13.98,13.56,13.700000000000001,13.602818603515626,10892,0.0,0.0
2022-10-21 00:00:00+01:00,13.700000000000001,14.4,13.35,14.1,13.999981689453126,21774,0.0,0.0
2022-10-24 00:00:00+01:00,14.15,14.6,14.11,14.325000000000001,14.22338623046875,16562,0.0,0.0
2022-10-25 00:00:00+01:00,14.325000000000001,15.200000000000001,14.35,14.9,14.794307861328125,48399,0.0,0.0
2022-10-26 00:00:00+01:00,14.9,15.780000000000001,15.01,15.450000000000001,15.340406494140625,22761,0.0,0.0
2022-10-27 00:00:00+01:00,15.450000000000001,15.695,15.200000000000001,15.450000000000001,15.340406494140625,70415,0.0,0.0
2022-10-28 00:00:00+01:00,15.450000000000001,15.9,15.200000000000001,15.55,15.43969482421875,63061,0.0,0.0
2022-10-31 00:00:00+00:00,15.55,16.3,15.4,16.15,16.035439453125,17600,0.0,0.0
2022-11-01 00:00:00+00:00,16.15,17.150000000000002,16.14,16.975,16.85458740234375,26300,0.0,0.0
2022-11-02 00:00:00+00:00,17.0,17.3,16.5,16.7,16.581539306640625,54351,0.0,0.0
2022-11-03 00:00:00+00:00,16.475,16.625,16.0,16.275,16.159552001953124,27297,0.0,0.0
2022-11-04 00:00:00+00:00,16.275,16.55,15.9,16.175,16.060262451171877,11079,0.0,0.0
2022-11-07 00:00:00+00:00,16.225,16.42,15.75,16.075,15.9609716796875,13201,0.0,0.0
2022-11-08 00:00:00+00:00,16.075,16.25,15.65,15.8,15.68792236328125,149221,0.0,0.0
2022-11-09 00:00:00+00:00,16.075,16.1,15.76906982421875,15.9,15.787213134765626,48434,0.0,0.0
2022-11-10 00:00:00+00:00,15.875,16.1,15.75,15.875,15.76239013671875,7104,0.0,0.0
2022-11-11 00:00:00+00:00,15.875,16.5,15.842500000000001,16.3,16.184376220703125,13484,0.0,0.0
2022-11-14 00:00:00+00:00,16.3,16.4,15.780000000000001,16.1,15.985793457031251,76029,0.0,0.0
2022-11-15 00:00:00+00:00,16.0,16.21,15.75,16.0,15.88650390625,44963,0.0,0.0
2022-11-16 00:00:00+00:00,16.15,16.4,15.826719970703126,15.950000000000001,15.836859130859375,45334,0.0,0.0
2022-11-17 00:00:00+00:00,16.15,16.35,15.8,16.075,15.9609716796875,8039,0.0,0.0
2022-11-18 00:00:00+00:00,16.075,16.3,15.8,16.0,15.88650390625,8068,0.0,0.0
2022-11-21 00:00:00+00:00,16.075,16.2,15.8,16.0,15.88650390625,9500,0.0,0.0
2022-11-22 00:00:00+00:00,16.075,16.1,15.75,15.975,15.861680908203125,20173,0.0,0.0
2022-11-23 00:00:00+00:00,16.075,16.3,15.41,15.700000000000001,15.588631591796876,68661,0.0,0.0
2022-11-24 00:00:00+00:00,15.65,15.9,15.4,15.6,15.489340820312501,21323,0.0,0.0
2022-11-25 00:00:00+00:00,15.6,16.4,15.487349853515626,16.15,16.035439453125,37899,0.0,0.0
2022-11-28 00:00:00+00:00,16.15,16.175,15.85,15.85,15.737567138671876,183159,0.0,0.0
2022-11-29 00:00:00+00:00,16.025,16.1,15.700000000000001,15.75,15.638276367187501,75087,0.0,0.0
2022-11-30 00:00:00+00:00,15.75,15.85,15.65,15.75,15.638276367187501,76409,0.0,0.0
2022-12-01 00:00:00+00:00,15.75,16.3,15.75,16.3,16.184376220703125,15899,0.0,0.0
2022-12-02 00:00:00+00:00,15.975,16.45,15.75,16.3,16.184376220703125,9998,0.0,0.0
2022-12-05 00:00:00+00:00,16.15,16.6,15.905889892578125,16.45,16.333311767578124,14305,0.0,0.0
2022-12-06 00:00:00+00:00,16.45,16.7,16.205000000000002,16.375,16.258843994140626,11593,0.0,0.0
2022-12-07 00:00:00+00:00,16.375,16.7,15.950000000000001,16.375,16.258843994140626,9454,0.0,0.0
2022-12-08 00:00:00+00:00,16.375,16.5,16.056500244140626,16.2,16.08508544921875,44656,0.0,0.0
2022-12-09 00:00:00+00:00,16.375,16.7,16.05,16.375,16.258843994140626,31157,0.0,0.0
2022-12-12 00:00:00+00:00,16.375,16.375,16.056500244140626,16.375,16.258843994140626,22690,0.0,0.0
2022-12-13 00:00:00+00:00,16.25,16.4,16.05,16.4,16.283665771484376,10399,0.0,0.0
2022-12-14 00:00:00+00:00,16.2,16.8,16.05,16.8,16.680828857421876,11095,0.0,0.0
2022-12-15 00:00:00+00:00,16.35,16.7,16.2,16.375,16.258843994140626,146193,0.0,0.0
2022-12-16 00:00:00+00:00,16.375,16.7,16.2,16.45,16.333311767578124,9599,0.0,0.0
2022-12-19 00:00:00+00:00,16.35,16.7,16.2,16.45,16.333311767578124,7172,0.0,0.0
2022-12-20 00:00:00+00:00,16.35,16.67,16.2,16.45,16.333311767578124,4824,0.0,0.0
2022-12-21 00:00:00+00:00,16.35,16.7,16.1,16.4,16.283665771484376,5514,0.0,0.0
2022-12-22 00:00:00+00:00,16.35,16.7,15.9,16.25,16.134730224609374,6755,0.0,0.0
2022-12-23 00:00:00+00:00,16.3,16.4,15.9,16.15,16.035439453125,2480,0.0,0.0
2022-12-28 00:00:00+00:00,16.15,16.4,15.9,16.1,15.985793457031251,5958,0.0,0.0
2022-12-29 00:00:00+00:00,16.1,16.3,15.9,15.9,15.822001953125,10670,3.54,0.0
2022-12-30 00:00:00+00:00,16.1,16.12,15.85,16.0,15.92151123046875,1293,0.0,0.0
2023-01-03 00:00:00+00:00,16.025,16.2,15.85,16.025,15.946387939453125,16690,0.0,0.0
2023-01-04 00:00:00+00:00,16.025,16.4,16.0,16.125,16.0458984375,11553,0.0,0.0
2023-01-05 00:00:00+00:00,16.125,16.4,15.85,16.125,16.0458984375,111880,0.0,0.0
2023-01-06 00:00:00+00:00,16.1,16.3,15.8,16.1,16.0210205078125,23012,0.0,0.0
2023-01-09 00:00:00+00:00,16.1,16.45,15.805999755859375,16.25,16.170284423828125,86378,0.0,0.0
2023-01-10 00:00:00+00:00,16.2,16.5,15.93,16.25,16.170284423828125,16821,0.0,0.0
2023-01-11 00:00:00+00:00,16.2,16.25,15.75,16.025,15.946387939453125,77829,0.0,0.0
2023-01-12 00:00:00+00:00,16.025,16.580000000000002,15.780000000000001,16.4,16.319549560546875,14198,0.0,0.0
2023-01-13 00:00:00+00:00,16.3,16.9,16.034940185546876,16.55,16.4688134765625,8305,0.0,0.0
2023-01-16 00:00:00+00:00,16.55,16.9,16.2,16.55,16.4688134765625,24690,0.0,0.0
2023-01-17 00:00:00+00:00,16.55,16.9,16.22,16.65,16.56832275390625,27340,0.0,0.0
2023-01-18 00:00:00+00:00,16.65,16.725,16.4,16.65,16.56832275390625,18829,0.0,0.0
2023-01-19 00:00:00+00:00,16.55,16.84,16.15,16.55,16.4688134765625,4716,0.0,0.0
2023-01-20 00:00:00+00:00,16.55,16.9,16.2,16.55,16.4688134765625,6893,0.0,0.0
2023-01-23 00:00:00+00:00,16.5,17.09,16.22,16.925,16.841973876953126,18382,0.0,0.0
2023-01-24 00:00:00+00:00,16.85,17.490000000000002,16.6,17.175,17.0907470703125,23067,0.0,0.0
2023-01-25 00:00:00+00:00,17.175,17.55,17.013609619140624,17.275000000000002,17.190257568359375,26100,0.0,0.0
2023-01-26 00:00:00+00:00,17.275000000000002,18.065,17.05,18.0,17.91169921875,31867,0.0,0.0
2023-01-27 00:00:00+00:00,17.8,18.150000000000002,17.7,17.95,17.861944580078127,42218,0.0,0.0
2023-01-30 00:00:00+00:00,17.85,18.25,17.885,18.125,18.03608642578125,40221,0.0,0.0
2023-01-31 00:00:00+00:00,18.175,18.39800048828125,18.05,18.3,18.210228271484375,15906,0.0,0.0
2023-02-01 00:00:00+00:00,18.3,18.400000000000002,18.2,18.3,18.210228271484375,11113,0.0,0.0
2023-02-02 00:00:00+00:00,18.3,18.5,17.95,18.35,18.25998291015625,38457,0.0,0.0
2023-02-03 00:00:00+00:00,18.35,18.5,18.23,18.35,18.25998291015625,13972,0.0,0.0
2023-02-06 00:00:00+00:00,18.35,18.490000000000002,18.23,18.25,18.1604736328125,17509,0.0,0.0
2023-02-07 00:00:00+00:00,18.25,18.5,18.0,18.25,18.1604736328125,19841,0.0,0.0
2023-02-08 00:00:00+00:00,18.25,18.3,18.0,18.0,17.91169921875,5030,0.0,0.0
2023-02-09 00:00:00+00:00,18.25,18.2377001953125,18.0,18.1,18.011209716796877,9464,0.0,0.0
2023-02-10 00:00:00+00:00,18.1,18.2,17.650000000000002,17.925,17.83706787109375,17909,0.0,0.0
2023-02-13 00:00:00+00:00,17.925,18.125,17.6,17.8,17.712681884765626,15532,0.0,0.0
2023-02-14 00:00:00+00:00,17.8,18.2,17.6,17.85,17.762435302734374,32747,0.0,0.0
2023-02-15 00:00:00+00:00,18.0,18.2,17.7,17.95,17.861944580078127,9909,0.0,0.0
2023-02-16 00:00:00+00:00,17.95,18.2,17.7,18.1,18.011209716796877,13707,0.0,0.0
2023-02-17 00:00:00+00:00,18.1,18.19800048828125,18.0,18.1,18.011209716796877,4976,0.0,0.0
2023-02-20 00:00:00+00:00,18.1,18.1,18.000999755859375,18.05,17.961453857421876,6710,0.0,0.0
2023-02-21 00:00:00+00:00,18.1,18.29699951171875,18.0,18.150000000000002,18.06096435546875,18925,0.0,0.0
2023-02-22 00:00:00+00:00,18.150000000000002,18.3,18.0,18.150000000000002,18.06096435546875,54061,0.0,0.0
2023-02-23 00:00:00+00:00,18.150000000000002,18.3,18.0,18.150000000000002,18.06096435546875,24516,0.0,0.0
2023-02-24 00:00:00+00:00,18.150000000000002,18.25,17.8,17.95,17.861944580078127,17732,0.0,0.0
2023-02-27 00:00:00+00:00,17.925,18.2,17.650000000000002,17.825,17.737559814453125,21095,0.0,0.0
2023-02-28 00:00:00+00:00,17.825,18.0,17.7,18.0,17.91169921875,8371,0.0,0.0
2023-03-01 00:00:00+00:00,17.825,18.09,17.650000000000002,17.650000000000002,17.56341796875,144823,0.0,0.0
2023-03-02 00:00:00+00:00,17.925,18.2,17.650000000000002,17.825,17.737559814453125,120839,0.0,0.0
2023-03-03 00:00:00+00:00,17.825,17.95,17.7,17.85,17.762435302734374,23646,0.0,0.0
2023-03-06 00:00:00+00:00,17.95,18.2,17.7,17.95,17.861944580078127,8726,0.0,0.0
2023-03-07 00:00:00+00:00,17.925,18.2,17.5,17.75,17.66292724609375,25956,0.0,0.0
2023-03-08 00:00:00+00:00,17.7,17.650000000000002,17.25,17.400000000000002,17.3146435546875,63548,0.0,0.0
2023-03-09 00:00:00+00:00,17.400000000000002,17.400000000000002,17.1,17.3,17.21513427734375,56412,0.0,0.0
2023-03-10 00:00:00+00:00,17.1,17.1,16.7,17.0,16.9166064453125,11572,0.0,0.0
2023-03-13 00:00:00+00:00,17.075,17.400000000000002,16.5,16.75,16.66783203125,16835,0.0,0.0
2023-03-14 00:00:00+00:00,16.75,16.8,16.0,16.325,16.244916992187502,26026,0.0,0.0
2023-03-15 00:00:00+00:00,16.325,16.5,16.01,16.1,16.0210205078125,36609,0.0,0.0
2023-03-16 00:00:00+00:00,16.2,16.35,16.0,16.1,16.0210205078125,107165,0.0,0.0
2023-03-17 00:00:00+00:00,16.2,16.4,15.9,16.4,16.319549560546875,33548,0.0,0.0
2023-03-20 00:00:00+00:00,16.2,16.4,15.9,16.2,16.12052978515625,15281,0.0,0.0
2023-03-21 00:00:00+00:00,16.45,17.05,16.5,16.85,16.76734130859375,36161,0.0,0.0
2023-03-22 00:00:00+00:00,16.85,17.74949951171875,17.0,17.45,17.364398193359374,65212,0.0,0.0
2023-03-23 00:00:00+00:00,17.400000000000002,18.2,17.6,18.2,18.110718994140626,36305,0.0,0.0
2023-03-24 00:00:00+00:00,18.025000000000002,18.5,18.0,18.35,18.25998291015625,163148,0.0,0.0
2023-03-27 00:00:00+01:00,18.25,18.68,18.25,18.6,18.508756103515626,59439,0.0,0.0
2023-03-28 00:00:00+01:00,18.575,19.0,18.35,18.825,18.732652587890627,108893,0.0,0.0
2023-03-29 00:00:00+01:00,18.825,19.0,18.60300048828125,18.7,18.6082666015625,19962,0.0,0.0
2023-03-30 00:00:00+01:00,18.725,18.8,18.5,18.650000000000002,18.558511962890627,16901,0.0,0.0
2023-03-31 00:00:00+01:00,18.650000000000002,18.7,18.45,18.650000000000002,18.558511962890627,50546,0.0,0.0
2023-04-03 00:00:00+01:00,18.650000000000002,18.900000000000002,18.2,18.75,18.658021240234376,19668,0.0,0.0
2023-04-04 00:00:00+01:00,18.475,18.7475,18.475,18.55,18.45900146484375,209726,0.0,0.0
2023-04-05 00:00:00+01:00,18.575,18.8,18.1,18.6,18.508756103515626,18663,0.0,0.0
2023-04-06 00:00:00+01:00,18.3,18.5,18.1,18.400000000000002,18.309737548828124,39288,0.0,0.0
2023-04-11 00:00:00+01:00,18.3,18.495999755859376,18.1,18.150000000000002,18.06096435546875,21680,0.0,0.0
2023-04-12 00:00:00+01:00,18.150000000000002,18.2,18.0,18.1,18.011209716796877,84448,0.0,0.0
2023-04-13 00:00:00+01:00,18.1,18.1,17.7,17.900000000000002,17.81218994140625,21777,0.0,0.0
2023-04-14 00:00:00+01:00,17.900000000000002,18.1,17.8,17.85,17.762435302734374,29490,0.0,0.0
2023-04-17 00:00:00+01:00,17.95,18.1,17.8,17.95,17.861944580078127,24620,0.0,0.0
2023-04-18 00:00:00+01:00,17.95,18.0,17.8,17.95,17.861944580078127,61377,0.0,0.0
2023-04-19 00:00:00+01:00,17.95,18.1,17.3,17.400000000000002,17.3146435546875,51334,0.0,0.0
2023-04-20 00:00:00+01:00,17.400000000000002,17.5,17.38,17.400000000000002,17.3146435546875,53634,0.0,0.0
2023-04-21 00:00:00+01:00,17.400000000000002,17.38,17.0,17.0,16.9166064453125,19167,0.0,0.0
2023-04-24 00:00:00+01:00,17.2,17.25,17.0,17.0,16.9166064453125,44474,0.0,0.0
2023-04-25 00:00:00+01:00,17.3,17.715999755859375,17.1,17.45,17.364398193359374,32401,0.0,0.0
2023-04-26 00:00:00+01:00,17.6,17.7175,17.2,17.525000000000002,17.43903076171875,20631,0.0,0.0
2023-04-27 00:00:00+01:00,17.6,17.95,17.25,17.75,17.66292724609375,62653,0.0,0.0
2023-04-28 00:00:00+01:00,17.575,17.900000000000002,17.25,17.400000000000002,17.3146435546875,20989,0.0,0.0
2023-05-02 00:00:00+01:00,17.575,17.8,16.5,16.9,16.817095947265624,90264,0.0,0.0
2023-05-03 00:00:00+01:00,16.9,17.150000000000002,16.65,16.875,16.792219238281252,51831,0.0,0.0
2023-05-04 00:00:00+01:00,16.875,17.595999755859374,16.63,17.45,17.384384765625,36936,1.94,0.0
2023-05-05 00:00:00+01:00,17.45,18.0,16.3,17.7,17.63344482421875,21243,0.0,0.0
2023-05-09 00:00:00+01:00,17.7,17.85,17.400000000000002,17.650000000000002,17.5836328125,23185,0.0,0.0
2023-05-10 00:00:00+01:00,17.650000000000002,17.900000000000002,17.400000000000002,17.85,17.782879638671876,18226,0.0,0.0
2023-05-11 00:00:00+01:00,17.650000000000002,17.99550048828125,17.400000000000002,17.775000000000002,17.708162841796874,11090,0.0,0.0
2023-05-12 00:00:00+01:00,17.775000000000002,18.394000244140624,17.650000000000002,17.650000000000002,17.5836328125,127072,0.0,0.0
2023-05-15 00:00:00+01:00,17.900000000000002,18.2,17.605999755859376,17.900000000000002,17.832691650390625,58698,0.0,0.0
2023-05-16 00:00:00+01:00,17.900000000000002,18.5,17.900000000000002,18.1,18.031939697265624,26165,0.0,0.0
2023-05-17 00:00:00+01:00,18.25,18.400000000000002,18.05,18.3,18.231187744140627,17457,0.0,0.0
2023-05-18 00:00:00+01:00,18.25,18.45,18.1,18.400000000000002,18.330811767578126,7976,0.0,0.0
2023-05-19 00:00:00+01:00,18.400000000000002,19.1,18.3,19.0,18.928555908203126,30852,0.0,0.0
2023-05-22 00:00:00+01:00,18.85,19.1,18.62,18.7,18.629683837890624,26845,0.0,0.0
2023-05-23 00:00:00+01:00,18.75,19.3,18.725500488281252,19.150000000000002,19.077991943359375,30188,0.0,0.0
2023-05-24 00:00:00+01:00,19.150000000000002,19.400000000000002,19.150000000000002,19.35,19.277239990234374,191333,0.0,0.0
2023-05-25 00:00:00+01:00,19.3,19.5,19.25,19.5,19.426676025390627,204024,0.0,0.0
2023-05-26 00:00:00+01:00,19.35,19.5,19.0,19.5,19.426676025390627,39932,0.0,0.0
2023-05-30 00:00:00+01:00,19.35,19.650000000000002,19.35,19.650000000000002,19.576112060546876,82063,0.0,0.0
2023-05-31 00:00:00+01:00,19.650000000000002,20.3,19.55,20.3,20.2236669921875,573546,0.0,0.0
2023-06-01 00:00:00+01:00,20.1,20.3,19.7,20.3,20.2236669921875,183211,0.0,0.0
2023-06-02 00:00:00+01:00,20.1,20.3,19.900000000000002,20.3,20.2236669921875,15303,0.0,0.0
2023-06-05 00:00:00+01:00,20.05,20.400000000000002,20.02,20.400000000000002,20.323291015625,37065,0.0,0.0
2023-06-06 00:00:00+01:00,20.35,20.55,20.3,20.5,20.4229150390625,34467,0.0,0.0
2023-06-07 00:00:00+01:00,20.5,20.6,20.3,20.6,20.52254150390625,103204,0.0,0.0
2023-06-08 00:00:00+01:00,20.55,20.7,20.378000488281252,20.5,20.4229150390625,83966,0.0,0.0
2023-06-09 00:00:00+01:00,20.400000000000002,20.49800048828125,20.1,20.2,20.124044189453127,25454,0.0,0.0
2023-06-12 00:00:00+01:00,20.2,20.28,20.0,20.2,20.124044189453127,6883,0.0,0.0
2023-06-13 00:00:00+01:00,20.1,20.2,20.0,20.1,20.024420166015627,123604,0.0,0.0
2023-06-14 00:00:00+01:00,20.1,20.3,20.0,20.3,20.2236669921875,17207,0.0,0.0
2023-06-15 00:00:00+01:00,20.150000000000002,20.29699951171875,20.0,20.1,20.024420166015627,15274,0.0,0.0
2023-06-16 00:00:00+01:00,20.150000000000002,20.5,20.0,20.5,20.4229150390625,109354,0.0,0.0
2023-06-19 00:00:00+01:00,20.1,20.5,20.0,20.3,20.2236669921875,49400,0.0,0.0
2023-06-20 00:00:00+01:00,20.2,20.400000000000002,20.0,20.400000000000002,20.323291015625,142162,0.0,0.0
2023-06-21 00:00:00+01:00,20.2,20.400000000000002,20.0,20.2,20.124044189453127,83656,0.0,0.0
2023-06-22 00:00:00+01:00,20.150000000000002,20.1,19.8,19.85,19.775360107421875,30892,0.0,0.0
2023-06-23 00:00:00+01:00,19.900000000000002,19.95,19.55,19.7,19.625924072265626,13477,0.0,0.0
2023-06-26 00:00:00+01:00,19.7,19.8,19.2,19.425,19.3519580078125,14340,0.0,0.0
2023-06-27 00:00:00+01:00,19.400000000000002,19.595999755859374,19.2,19.400000000000002,19.327052001953124,19675,0.0,0.0
2023-06-28 00:00:00+01:00,19.400000000000002,19.6,19.22,19.35,19.277239990234374,5887,0.0,0.0
2023-06-29 00:00:00+01:00,19.400000000000002,19.5,18.93,19.150000000000002,19.077991943359375,24270,0.0,0.0
2023-06-30 00:00:00+01:00,19.150000000000002,19.0,18.7,18.8,18.729307861328124,18478,0.0,0.0
2023-07-03 00:00:00+01:00,18.8,19.0,18.150000000000002,18.75,18.679495849609374,32636,0.0,0.0
2023-07-04 00:00:00+01:00,18.7,18.85,18.5,18.7,18.629683837890624,13321,0.0,0.0
2023-07-05 00:00:00+01:00,18.7,18.8,17.85,18.0,17.932315673828125,6058,0.0,0.0
2023-07-06 00:00:00+01:00,18.45,18.490000000000002,18.0,18.3,18.231187744140627,59858,0.0,0.0
2023-07-07 00:00:00+01:00,18.2,18.5,17.85,17.85,17.782879638671876,9214,0.0,0.0
2023-07-10 00:00:00+01:00,18.150000000000002,18.400000000000002,17.8,18.1,18.031939697265624,12678,0.0,0.0
2023-07-11 00:00:00+01:00,18.05,18.22,17.8,18.1,18.031939697265624,38661,0.0,0.0
2023-07-12 00:00:00+01:00,18.1,18.295,17.8,18.0,17.932315673828125,12751,0.0,0.0
2023-07-13 00:00:00+01:00,18.05,18.2,17.8,18.05,17.982127685546875,14909,0.0,0.0
2023-07-14 00:00:00+01:00,18.0,18.034399414062502,17.7,17.900000000000002,17.832691650390625,15362,0.0,0.0
2023-07-17 00:00:00+01:00,17.900000000000002,17.8,17.5,17.55,17.4840087890625,24289,0.0,0.0
2023-07-18 00:00:00+01:00,17.55,17.55,17.1,17.275000000000002,17.210042724609377,13268,0.0,0.0
2023-07-19 00:00:00+01:00,17.375,17.900000000000002,17.165,17.55,17.4840087890625,20402,0.0,0.0
2023-07-20 00:00:00+01:00,17.55,17.900000000000002,17.2,17.55,17.4840087890625,12738,0.0,0.0
2023-07-21 00:00:00+01:00,17.55,17.900000000000002,17.2,17.3,17.23494873046875,37201,0.0,0.0
2023-07-24 00:00:00+01:00,17.35,17.3,17.01,17.150000000000002,17.0855126953125,58237,0.0,0.0
2023-07-25 00:00:00+01:00,17.150000000000002,17.35,17.0,17.35,17.2847607421875,11202,0.0,0.0
2023-07-26 00:00:00+01:00,17.25,17.495,17.14,17.25,17.18513671875,15936,0.0,0.0
2023-07-27 00:00:00+01:00,17.25,18.330000000000002,17.18,18.1,18.031939697265624,27135,0.0,0.0
2023-07-28 00:00:00+01:00,18.175,18.6,17.75,18.3,18.231187744140627,15413,0.0,0.0
2023-07-31 00:00:00+01:00,18.3,18.594000244140627,18.0,18.25,18.181375732421877,37493,0.0,0.0
2023-08-01 00:00:00+01:00,18.3,19.150000000000002,18.1,19.150000000000002,19.077991943359375,5491,0.0,0.0
2023-08-02 00:00:00+01:00,18.25,18.16,17.60699951171875,17.95,17.882503662109375,39474,0.0,0.0
2023-08-03 00:00:00+01:00,17.95,18.2,17.7,17.95,17.882503662109375,5963,0.0,0.0
2023-08-04 00:00:00+01:00,17.85,18.2,17.5,17.75,17.6832568359375,9055,0.0,0.0
2023-08-07 00:00:00+01:00,17.75,17.83803955078125,17.5,17.75,17.6832568359375,10023,0.0,0.0
2023-08-08 00:00:00+01:00,17.75,18.0,17.35551025390625,17.7,17.63344482421875,16834,0.0,0.0
2023-08-09 00:00:00+01:00,17.650000000000002,18.0,17.3,17.7,17.63344482421875,7670,0.0,0.0
2023-08-10 00:00:00+01:00,17.7,17.89,17.404000244140626,17.6,17.53382080078125,5162,0.0,0.0
2023-08-11 00:00:00+01:00,17.6,17.650000000000002,17.404000244140626,17.650000000000002,17.5836328125,4730,0.0,0.0
2023-08-14 00:00:00+01:00,17.6,17.650000000000002,17.3,17.55,17.4840087890625,8683,0.0,0.0
2023-08-15 00:00:00+01:00,17.55,17.650000000000002,17.2,17.400000000000002,17.33457275390625,6926,0.0,0.0
2023-08-16 00:00:00+01:00,17.35,17.6,17.3,17.3,17.23494873046875,12782,0.0,0.0
2023-08-17 00:00:00+01:00,17.400000000000002,17.6,17.2,17.400000000000002,17.33457275390625,2684,0.0,0.0
2023-08-18 00:00:00+01:00,17.400000000000002,17.56,17.2,17.400000000000002,17.33457275390625,6283,0.0,0.0
2023-08-21 00:00:00+01:00,17.400000000000002,17.795999755859377,17.3606005859375,17.650000000000002,17.5836328125,15108,0.0,0.0
2023-08-22 00:00:00+01:00,17.55,17.8,17.35,17.35,17.2847607421875,7640,0.0,0.0
2023-08-23 00:00:00+01:00,17.6,17.8,17.55,17.55,17.4840087890625,10110,0.0,0.0
2023-08-24 00:00:00+01:00,17.6,18.0,17.5,17.6,17.53382080078125,10596,0.0,0.0
2023-08-25 00:00:00+01:00,17.6,17.8,17.400000000000002,17.6,17.53382080078125,38281,0.0,0.0
2023-08-29 00:00:00+01:00,17.6,17.795999755859377,17.400000000000002,17.400000000000002,17.33457275390625,20871,0.0,0.0
2023-08-30 00:00:00+01:00,17.6,17.7,17.478499755859374,17.6,17.53382080078125,31744,0.0,0.0
2023-08-31 00:00:00+01:00,17.6,17.753489990234375,17.3,17.6,17.53382080078125,22110,0.0,0.0
2023-09-01 00:00:00+01:00,17.55,17.75,17.25,17.6,17.53382080078125,229989,0.0,0.0
2023-09-04 00:00:00+01:00,17.6,17.79,17.25,17.6,17.53382080078125,3608,0.0,0.0
2023-09-05 00:00:00+01:00,17.6,17.75,17.2,17.45,17.384384765625,9216,0.0,0.0
2023-09-06 00:00:00+01:00,17.45,17.7,17.2,17.45,17.384384765625,4046,0.0,0.0
2023-09-07 00:00:00+01:00,17.45,17.7,16.8,17.2,17.135324707031252,14483,0.0,0.0
2023-09-08 00:00:00+01:00,17.150000000000002,17.19,16.8,16.9,16.83645263671875,17996,0.0,0.0
2023-09-11 00:00:00+01:00,16.9,17.2,16.8,17.1,17.03570068359375,30151,0.0,0.0
2023-09-12 00:00:00+01:00,17.05,17.25,17.0,17.150000000000002,17.0855126953125,15695,0.0,0.0
2023-09-13 00:00:00+01:00,17.150000000000002,17.27,17.003000488281252,17.1,17.03570068359375,8272,0.0,0.0
2023-09-14 00:00:00+01:00,17.1,17.273599853515627,16.9,17.1,17.03570068359375,10558,0.0,0.0
2023-09-15 00:00:00+01:00,17.1,17.27958984375,16.65,16.65,16.587392578125,7704,0.0,0.0
2023-09-18 00:00:00+01:00,17.05,17.240000000000002,16.8,17.0,16.93607666015625,19170,0.0,0.0
2023-09-19 00:00:00+01:00,17.05,17.3,16.8,17.3,17.23494873046875,19823,0.0,0.0
2023-09-20 00:00:00+01:00,17.05,17.3,17.0,17.2,17.135324707031252,31132,0.0,0.0
2023-09-21 00:00:00+01:00,17.150000000000002,17.29699951171875,17.05199951171875,17.150000000000002,17.0855126953125,3097,0.0,0.0
2023-09-22 00:00:00+01:00,17.150000000000002,17.27,16.75,16.75,16.6870166015625,10453,0.0,0.0
2023-09-25 00:00:00+01:00,17.150000000000002,17.150000000000002,16.7,16.8,16.73682861328125,24085,0.0,0.0
2023-09-26 00:00:00+01:00,17.0,17.0,16.5,16.625,16.562486572265627,13391,0.0,0.0
2023-09-27 00:00:00+01:00,16.625,16.65,16.3,16.4,16.33833251953125,26861,0.0,0.0
2023-09-28 00:00:00+01:00,16.75,17.215999755859375,16.51,17.2,17.135324707031252,167942,0.0,0.0
2023-09-29 00:00:00+01:00,17.1,17.400000000000002,17.1,17.3,17.23494873046875,74271,0.0,0.0
2023-10-02 00:00:00+01:00,17.25,17.395999755859375,17.1,17.25,17.18513671875,17619,0.0,0.0
2023-10-03 00:00:00+01:00,17.25,17.38,17.055,17.125,17.060606689453124,36157,0.0,0.0
2023-10-04 00:00:00+01:00,17.125,17.1,16.6,16.6,16.537580566406252,20221,0.0,0.0
2023-10-05 00:00:00+01:00,16.75,16.7,16.5,16.7,16.63720458984375,16806,0.0,0.0
2023-10-06 00:00:00+01:00,16.6,16.7,16.0,16.0,15.93983642578125,27436,0.0,0.0
2023-10-09 00:00:00+01:00,16.15,16.005,15.8,15.950000000000001,15.8900244140625,142542,0.0,0.0
2023-10-10 00:00:00+01:00,15.950000000000001,16.2,15.950000000000001,16.1,16.03946044921875,191826,0.0,0.0
2023-10-11 00:00:00+01:00,16.1,16.199000244140624,16.0,16.0,15.93983642578125,52610,0.0,0.0
2023-10-12 00:00:00+01:00,16.05,16.1,16.0,16.0,15.93983642578125,16366,0.0,0.0
2023-10-13 00:00:00+01:00,16.05,16.0,15.1,15.1,15.043221435546876,125432,0.0,0.0
2023-10-16 00:00:00+01:00,15.9,15.91199951171875,15.4,15.4,15.342093505859376,45770,0.0,0.0
2023-10-17 00:00:00+01:00,15.3,15.38,14.8,14.8,14.744349365234376,47291,0.0,0.0
2023-10-18 00:00:00+01:00,14.950000000000001,14.950000000000001,14.355550537109375,14.55,14.495289306640625,73154,0.0,0.0
2023-10-19 00:00:00+01:00,14.55,14.55,14.4,14.55,14.495289306640625,39626,0.0,0.0
2023-10-20 00:00:00+01:00,14.4,14.5,14.200000000000001,14.200000000000001,14.146605224609376,43934,0.0,0.0
2023-10-23 00:00:00+01:00,14.25,14.21,13.6,13.75,13.698297119140625,33605,0.0,0.0
2023-10-24 00:00:00+01:00,13.725,13.950000000000001,12.77,12.950000000000001,12.90130615234375,154438,0.0,0.0
2023-10-25 00:00:00+01:00,12.975,13.85,12.88,13.725,13.67339111328125,118846,0.0,0.0
2023-10-26 00:00:00+01:00,13.725,14.0,13.67,13.9,13.847733154296876,23806,0.0,0.0
2023-10-27 00:00:00+01:00,13.9,14.25,13.111219482421875,14.1,14.046981201171874,119741,0.0,0.0
2023-10-30 00:00:00+00:00,14.1,14.25,14.1,14.200000000000001,14.146605224609376,12044,0.0,0.0
2023-10-31 00:00:00+00:00,14.200000000000001,14.4,14.1,14.35,14.296041259765625,16108,0.0,0.0
2023-11-01 00:00:00+00:00,14.25,14.5,14.1,14.3,14.246229248046875,18936,0.0,0.0
2023-11-02 00:00:00+00:00,14.25,14.6,14.22,14.5,14.445477294921876,18560,0.0,0.0
2023-11-03 00:00:00+00:00,14.450000000000001,14.57,14.35,14.4,14.345853271484375,31297,0.0,0.0
2023-11-06 00:00:00+00:00,14.450000000000001,14.6,14.3,14.450000000000001,14.395665283203126,11117,0.0,0.0
2023-11-07 00:00:00+00:00,14.450000000000001,15.0,14.432500000000001,14.9,14.843973388671875,32616,0.0,0.0
2023-11-08 00:00:00+00:00,14.9,15.200000000000001,14.915000000000001,15.200000000000001,15.142845458984375,76070,0.0,0.0
2023-11-09 00:00:00+00:00,15.1,15.4,14.915000000000001,15.3,15.242469482421875,40041,0.0,0.0
2023-11-10 00:00:00+00:00,15.25,15.255,14.9,15.05,14.993409423828126,49823,0.0,0.0
2023-11-13 00:00:00+00:00,15.05,15.25011962890625,14.9,15.15,15.093033447265626,31157,0.0,0.0
2023-11-14 00:00:00+00:00,15.15,15.183299560546875,14.9,14.9,14.843973388671875,16626,0.0,0.0
2023-11-15 00:00:00+00:00,15.025,15.1,14.700000000000001,14.85,14.794161376953125,24081,0.0,0.0
2023-11-16 00:00:00+00:00,14.9,15.455999755859375,14.72,15.3,15.242469482421875,37082,0.0,0.0
2023-11-17 00:00:00+00:00,15.3,15.8,14.9,15.8,15.740588378906251,24777,0.0,0.0
2023-11-20 00:00:00+00:00,15.65,16.375,15.5,16.35,16.2885205078125,29585,0.0,0.0
2023-11-21 00:00:00+00:00,16.35,16.5,16.20199951171875,16.3,16.23870849609375,45840,0.0,0.0
2023-11-22 00:00:00+00:00,16.3,16.4,16.20199951171875,16.3,16.23870849609375,17744,0.0,0.0
2023-11-23 00:00:00+00:00,16.3,16.4,16.20199951171875,16.4,16.33833251953125,33984,0.0,0.0
2023-11-24 00:00:00+00:00,16.325,16.45,16.2,16.2,16.13908447265625,33457,0.0,0.0
2023-11-27 00:00:00+00:00,16.325,16.45,16.2,16.45,16.38814453125,129977,0.0,0.0
2023-11-28 00:00:00+00:00,16.325,16.5,16.2,16.5,16.43795654296875,49498,0.0,0.0
2023-11-29 00:00:00+00:00,16.425,16.85,16.35,16.8,16.73682861328125,65126,0.0,0.0
2023-11-30 00:00:00+00:00,16.9,17.6,16.91,17.6,17.53382080078125,120950,0.0,0.0
2023-12-01 00:00:00+00:00,17.55,18.1,17.445830078125,17.95,17.882503662109375,27344,0.0,0.0
2023-12-04 00:00:00+00:00,17.975,18.048499755859375,17.7,17.75,17.6832568359375,102544,0.0,0.0
2023-12-05 00:00:00+00:00,17.75,17.8,17.6,17.6,17.53382080078125,75449,0.0,0.0
2023-12-06 00:00:00+00:00,17.75,18.0,17.400000000000002,18.0,17.932315673828125,18084,0.0,0.0
2023-12-07 00:00:00+00:00,17.575,17.78,17.1,17.1,17.03570068359375,16018,0.0,0.0
2023-12-08 00:00:00+00:00,17.55,18.29699951171875,17.7,18.2,18.131563720703124,40063,0.0,0.0
2023-12-11 00:00:00+00:00,18.25,18.225,17.8,18.05,17.982127685546875,55376,0.0,0.0
2023-12-12 00:00:00+00:00,17.975,18.0975,17.85,18.0,17.932315673828125,21815,0.0,0.0
2023-12-13 00:00:00+00:00,17.875,18.080000000000002,17.650000000000002,17.8,17.733068847656252,29154,0.0,0.0
2023-12-14 00:00:00+00:00,17.900000000000002,18.1,17.795,17.85,17.782879638671876,167809,0.0,0.0
2023-12-15 00:00:00+00:00,17.85,18.0,17.400000000000002,17.900000000000002,17.832691650390625,37670,0.0,0.0
2023-12-18 00:00:00+00:00,17.85,18.0,17.7,18.0,17.932315673828125,102343,0.0,0.0
2023-12-19 00:00:00+00:00,17.900000000000002,18.1,17.7,18.0,17.932315673828125,26831,0.0,0.0
2023-12-20 00:00:00+00:00,17.85,18.2,17.7,18.2,18.131563720703124,34594,0.0,0.0
2023-12-21 00:00:00+00:00,18.1,18.295999755859377,17.900000000000002,18.1,18.031939697265624,9904,0.0,0.0
2023-12-22 00:00:00+00:00,18.1,18.3,18.0,18.1,18.031939697265624,6222,0.0,0.0
2023-12-27 00:00:00+00:00,18.1,18.255999755859374,17.75,17.75,17.6832568359375,10216,0.0,0.0
2023-12-28 00:00:00+00:00,18.1,18.255999755859374,17.5,17.8,17.733068847656252,20549,0.0,0.0
2023-12-29 00:00:00+00:00,17.7,17.900000000000002,17.5,17.900000000000002,17.832691650390625,1969,0.0,0.0
2024-01-02 00:00:00+00:00,17.7,17.900000000000002,17.400000000000002,17.5,17.43419677734375,16855,0.0,0.0
2024-01-03 00:00:00+00:00,17.475,17.55,17.2,17.55,17.4840087890625,10668,0.0,0.0
2024-01-04 00:00:00+00:00,17.375,17.55,17.2,17.55,17.4840087890625,120755,0.0,0.0
2024-01-05 00:00:00+00:00,17.475,17.55,17.21,17.400000000000002,17.33457275390625,10306,0.0,0.0
2024-01-08 00:00:00+00:00,17.35,17.5,17.055,17.2,17.135324707031252,7708,0.0,0.0
2024-01-09 00:00:00+00:00,17.175,17.19,17.00199951171875,17.1,17.03570068359375,5247,0.0,0.0
2024-01-10 00:00:00+00:00,17.1,17.18800048828125,16.9,17.0,16.93607666015625,11252,0.0,0.0
2024-01-11 00:00:00+00:00,17.0,16.82,16.101999511718752,16.2,16.13908447265625,57382,0.0,0.0
2024-01-12 00:00:00+00:00,16.225,16.5,16.1,16.5,16.43795654296875,20010,0.0,0.0
2024-01-15 00:00:00+00:00,16.27,16.7,16.1,16.7,16.63720458984375,11863,0.0,0.0
2024-01-16 00:00:00+00:00,16.6,17.0,16.4,16.8,16.73682861328125,13411,0.0,0.0
2024-01-17 00:00:00+00:00,16.8,16.990000000000002,16.4,16.4,16.33833251953125,19138,0.0,0.0
2024-01-18 00:00:00+00:00,16.8,16.9,16.4,16.75,16.6870166015625,66307,0.0,0.0
2024-01-19 00:00:00+00:00,16.75,16.9,16.6,16.7,16.63720458984375,42666,0.0,0.0
2024-01-22 00:00:00+00:00,16.75,16.7,16.3,16.65,16.587392578125,24056,0.0,0.0
2024-01-23 00:00:00+00:00,16.5,17.0,16.4,17.0,16.93607666015625,44662,0.0,0.0
2024-01-24 00:00:00+00:00,17.1,17.35,16.5,17.0,16.93607666015625,82456,0.0,0.0
2024-01-25 00:00:00+00:00,17.2,17.3,16.9,16.95,16.8862646484375,20316,0.0,0.0
2024-01-26 00:00:00+00:00,16.875,17.45,16.75,17.1,17.03570068359375,16162,0.0,0.0
2024-01-29 00:00:00+00:00,16.9,17.400000000000002,16.75,17.2,17.135324707031252,12416,0.0,0.0
2024-01-30 00:00:00+00:00,17.25,17.55,17.10300048828125,17.55,17.4840087890625,18997,0.0,0.0
2024-01-31 00:00:00+00:00,17.25,17.75,17.1,17.75,17.6832568359375,63404,0.0,0.0
2024-02-01 00:00:00+00:00,17.625,17.900000000000002,17.6,17.7,17.63344482421875,30717,0.0,0.0
2024-02-02 00:00:00+00:00,17.825,17.935,17.750660400390625,17.85,17.782879638671876,12746,0.0,0.0
2024-02-05 00:00:00+00:00,17.875,18.0,17.75,17.75,17.6832568359375,49842,0.0,0.0
2024-02-06 00:00:00+00:00,17.85,18.2,17.7,17.7,17.63344482421875,20576,0.0,0.0
2024-02-07 00:00:00+00:00,17.8,17.85,17.6,17.75,17.6832568359375,25582,0.0,0.0
2024-02-08 00:00:00+00:00,17.675,17.75,17.6,17.675,17.652496337890625,48592,4.42,0.0
2024-02-09 00:00:00+00:00,17.7,17.75,17.55,17.55,17.527655029296877,32233,0.0,0.0
2024-02-12 00:00:00+00:00,17.625,17.650000000000002,17.35,17.650000000000002,17.627528076171874,31800,0.0,0.0
2024-02-13 00:00:00+00:00,17.525000000000002,17.685,16.65,16.65,16.62880126953125,20215,0.0,0.0
2024-02-14 00:00:00+00:00,17.475,17.89,17.5,17.55,17.527655029296877,26043,0.0,0.0
2024-02-15 00:00:00+00:00,17.75,17.900000000000002,17.665550537109375,17.900000000000002,17.87720947265625,5549,0.0,0.0
2024-02-16 00:00:00+00:00,17.75,17.900000000000002,17.25,17.75,17.727399902343752,10412,0.0,0.0
2024-02-19 00:00:00+00:00,17.75,18.39699951171875,17.675,18.2,18.176827392578126,40736,0.0,0.0
2024-02-20 00:00:00+00:00,18.3,18.69699951171875,18.35551025390625,18.55,18.5263818359375,21989,0.0,0.0
2024-02-21 00:00:00+00:00,18.55,18.609000244140624,18.3,18.6,18.576318359375,10564,0.0,0.0
2024-02-22 00:00:00+00:00,18.45,18.6,18.003000488281252,18.2,18.176827392578126,22638,0.0,0.0
2024-02-23 00:00:00+00:00,18.150000000000002,18.25,18.02,18.05,18.02701904296875,5866,0.0,0.0
2024-02-26 00:00:00+00:00,18.150000000000002,18.8,18.003000488281252,18.8,18.776063232421876,52592,0.0,0.0
2024-02-27 00:00:00+00:00,18.3,19.0,18.25,19.0,18.975809326171877,45223,0.0,0.0
2024-02-28 00:00:00+00:00,18.400000000000002,18.8,18.22,18.3,18.276700439453126,16824,0.0,0.0
2024-02-29 00:00:00+00:00,18.5,18.6,18.3,18.6,18.576318359375,32225,0.0,0.0
2024-03-01 00:00:00+00:00,18.5,18.7,18.3,18.5,18.4764453125,7620,0.0,0.0
2024-03-04 00:00:00+00:00,18.5,18.7,18.3,18.3,18.276700439453126,9140,0.0,0.0
2024-03-05 00:00:00+00:00,18.5,18.95,18.1,18.25,18.226763916015624,25707,0.0,0.0
2024-03-06 00:00:00+00:00,18.25,18.400000000000002,18.0,18.2,18.176827392578126,19163,0.0,0.0
2024-03-07 00:00:00+00:00,18.2,18.395999755859375,17.7,17.7,17.677464599609376,5889,0.0,0.0
2024-03-08 00:00:00+00:00,18.2,18.5,18.140999755859376,18.5,18.4764453125,32390,0.0,0.0
2024-03-11 00:00:00+00:00,18.35,18.5,18.2,18.5,18.4764453125,12927,0.0,0.0
2024-03-12 00:00:00+00:00,18.35,18.5,17.85,17.85,17.82727294921875,7272,0.0,0.0
2024-03-13 00:00:00+00:00,18.35,18.5,18.2,18.3,18.276700439453126,20462,0.0,0.0
2024-03-14 00:00:00+00:00,18.35,18.490000000000002,18.2,18.2,18.176827392578126,34535,0.0,0.0
2024-03-15 00:00:00+00:00,18.35,18.5,18.2,18.2,18.176827392578126,22659,0.0,0.0
2024-03-18 00:00:00+00:00,18.35,18.490000000000002,18.1,18.2,18.176827392578126,16120,0.0,0.0
2024-03-19 00:00:00+00:00,18.3,18.3,18.0,18.0,17.97708251953125,18282,0.0,0.0
2024-03-20 00:00:00+00:00,18.150000000000002,18.150000000000002,17.72,17.8,17.77733642578125,34926,0.0,0.0
2024-03-21 00:00:00+00:00,17.8,17.900000000000002,17.7,17.7,17.677464599609376,53377,0.0,0.0
2024-03-22 00:00:00+00:00,17.8,17.8,17.465999755859375,17.55,17.527655029296877,18289,0.0,0.0
2024-03-25 00:00:00+00:00,17.55,17.7,17.400000000000002,17.400000000000002,17.377845458984375,7802,0.0,0.0
2024-03-26 00:00:00+00:00,17.55,17.7,17.25,17.3,17.2779736328125,19850,0.0,0.0
2024-03-27 00:00:00+00:00,17.45,17.45,17.1,17.1,17.0782275390625,34241,0.0,0.0
2024-03-28 00:00:00+00:00,17.3,17.5,16.85,16.85,16.828546142578126,37089,0.0,0.0
2024-04-02 00:00:00+01:00,17.05,17.1,16.8,16.9,16.878482666015625,11696,0.0,0.0
2024-04-03 00:00:00+01:00,17.150000000000002,17.39,17.0,17.0,16.978355712890625,22028,0.0,0.0
2024-04-04 00:00:00+01:00,17.2,17.35,16.7,16.8,16.778609619140624,12884,0.0,0.0
2024-04-05 00:00:00+01:00,16.75,16.749000244140625,16.475,16.7,16.67873779296875,37657,0.0,0.0
2024-04-08 00:00:00+01:00,16.7,17.05,16.55,16.9,16.878482666015625,33355,0.0,0.0
2024-04-09 00:00:00+01:00,16.95,17.2,16.84,17.2,17.1781005859375,118571,0.0,0.0
2024-04-10 00:00:00+01:00,17.1,17.5,17.0,17.5,17.477718505859375,26734,0.0,0.0
2024-04-11 00:00:00+01:00,17.25,17.75,17.005,17.75,17.727399902343752,7802,0.0,0.0
2024-04-12 00:00:00+01:00,17.35,17.6,17.2,17.425,17.402813720703126,11635,0.0,0.0
2024-04-15 00:00:00+01:00,17.425,17.6,17.204000244140627,17.6,17.577591552734376,12461,0.0,0.0
2024-04-16 00:00:00+01:00,17.400000000000002,17.5,17.30199951171875,17.5,17.477718505859375,19752,0.0,0.0
2024-04-17 00:00:00+01:00,17.400000000000002,17.95,17.30300048828125,17.95,17.92714599609375,11238,0.0,0.0
2024-04-18 00:00:00+01:00,17.45,18.0,17.32,18.0,17.97708251953125,48131,0.0,0.0
2024-04-19 00:00:00+01:00,17.7,18.0,17.45,17.6,17.577591552734376,59956,0.0,0.0
2024-04-22 00:00:00+01:00,17.8,18.35,17.6,18.35,18.326636962890625,51203,0.0,0.0
2024-04-23 00:00:00+01:00,18.625,18.85,18.1,18.3,18.276700439453126,115227,0.0,0.0
2024-04-24 00:00:00+01:00,18.45,18.59699951171875,17.900000000000002,18.0,17.97708251953125,35089,0.0,0.0
2024-04-25 00:00:00+01:00,18.05,18.0,17.740000000000002,17.85,17.82727294921875,37182,0.0,0.0
2024-04-26 00:00:00+01:00,17.8,17.900000000000002,17.6,17.900000000000002,17.87720947265625,6065,0.0,0.0
2024-04-29 00:00:00+01:00,17.75,18.5,17.60300048828125,18.150000000000002,18.126890869140624,67093,0.0,0.0
2024-04-30 00:00:00+01:00,18.125,18.16949951171875,18.0,18.1,18.076954345703125,163750,0.0,0.0
2024-05-01 00:00:00+01:00,18.075,18.400000000000002,18.01,18.3,18.276700439453126,22242,0.0,0.0
2024-05-02 00:00:00+01:00,18.3,18.7,18.25,18.7,18.7,18848,2.33,0.0
2024-05-03 00:00:00+01:00,18.650000000000002,18.85,18.25,18.25,18.25,11949,0.0,0.0
2024-05-07 00:00:00+01:00,18.775000000000002,18.900000000000002,18.701500244140625,18.75,18.75,16553,0.0,0.0
2024-05-08 00:00:00+01:00,18.775000000000002,18.85,18.2,18.2,18.2,77655,0.0,0.0
2024-05-09 00:00:00+01:00,18.75,18.95,18.6,18.95,18.95,44677,0.0,0.0
2024-05-10 00:00:00+01:00,18.8,19.2,18.6,19.2,19.2,45316,0.0,0.0
2024-05-13 00:00:00+01:00,19.05,19.2,18.900000000000002,19.150000000000002,19.150000000000002,52543,0.0,0.0
2024-05-14 00:00:00+01:00,19.05,19.475,18.95,19.35,19.35,52137,0.0,0.0
2024-05-15 00:00:00+01:00,19.3,19.650000000000002,19.2,19.400000000000002,19.400000000000002,7248,0.0,0.0
2024-05-16 00:00:00+01:00,19.3,19.900000000000002,19.3,19.8,19.8,40511,0.0,0.0
2024-05-17 00:00:00+01:00,19.85,20.48699951171875,19.75,20.2,20.2,62831,0.0,0.0
2024-05-20 00:00:00+01:00,20.25,20.6,20.0,20.5,20.5,18431,0.0,0.0
2024-05-21 00:00:00+01:00,20.400000000000002,20.6,20.1,20.5,20.5,41785,0.0,0.0
2024-05-22 00:00:00+01:00,20.35,20.66,20.2,20.6,20.6,33036,0.0,0.0
2024-05-23 00:00:00+01:00,20.400000000000002,21.2,20.2,21.2,21.2,39831,0.0,0.0
2024-05-24 00:00:00+01:00,20.95,21.8,20.68,21.8,21.8,34032,0.0,0.0
2024-05-28 00:00:00+01:00,21.2,21.76666015625,21.1,21.7,21.7,23468,0.0,0.0
2024-05-29 00:00:00+01:00,21.55,21.7,21.400000000000002,21.400000000000002,21.400000000000002,18941,0.0,0.0
2024-05-30 00:00:00+01:00,21.55,21.69,21.3,21.3,21.3,27539,0.0,0.0
2024-05-31 00:00:00+01:00,21.55,22.5,21.400000000000002,22.5,22.5,77578,0.0,0.0
2024-06-03 00:00:00+01:00,22.150000000000002,22.5,21.6,22.2,22.2,30976,0.0,0.0
2024-06-04 00:00:00+01:00,22.2,22.3,21.7,21.7,21.7,27300,0.0,0.0
2024-06-05 00:00:00+01:00,22.25,22.212500000000002,21.65551025390625,21.8,21.8,34966,0.0,0.0
2024-06-06 00:00:00+01:00,21.8,21.8,21.400000000000002,21.400000000000002,21.400000000000002,13975,0.0,0.0
2024-06-07 00:00:00+01:00,21.55,21.7,21.0,21.7,21.7,13537,0.0,0.0
2024-06-10 00:00:00+01:00,21.25,21.7,20.7,21.1,21.1,48654,0.0,0.0
2024-06-11 00:00:00+01:00,20.85,21.44,20.7,20.7,20.7,34923,0.0,0.0
2024-06-12 00:00:00+01:00,21.2,21.455000000000002,21.1,21.3,21.3,10334,0.0,0.0
2024-06-13 00:00:00+01:00,21.35,21.5,20.8,20.8,20.8,9585,0.0,0.0
2024-06-14 00:00:00+01:00,21.400000000000002,21.8,20.650000000000002,21.0,21.0,39270,0.0,0.0
2024-06-17 00:00:00+01:00,21.0,21.2,20.64,20.8,20.8,13452,0.0,0.0
2024-06-18 00:00:00+01:00,20.8,21.1,20.8,20.8,20.8,8195,0.0,0.0
2024-06-19 00:00:00+01:00,20.8,21.2,20.6,20.900000000000002,20.900000000000002,8158,0.0,0.0
2024-06-20 00:00:00+01:00,21.0,21.0,20.6,21.0,21.0,24103,0.0,0.0
2024-06-21 00:00:00+01:00,20.8,21.1,20.5,21.1,21.1,47450,0.0,0.0
2024-06-24 00:00:00+01:00,20.7,21.3,20.6,21.1,21.1,29927,0.0,0.0
2024-06-25 00:00:00+01:00,21.3,21.3,20.8,20.8,20.8,9652,0.0,0.0
2024-06-26 00:00:00+01:00,20.8,21.2,20.400000000000002,20.900000000000002,20.900000000000002,10771,0.0,0.0
2024-06-27 00:00:00+01:00,20.8,20.900000000000002,20.7,20.900000000000002,20.900000000000002,19578,0.0,0.0
2024-06-28 00:00:00+01:00,20.5,20.725,20.45260009765625,20.5,20.5,15216,0.0,0.0
2024-07-01 00:00:00+01:00,20.7,20.7,20.3,20.3,20.3,19967,0.0,0.0
2024-07-02 00:00:00+01:00,20.3,20.400000000000002,20.04800048828125,20.400000000000002,20.400000000000002,35579,0.0,0.0
2024-07-03 00:00:00+01:00,20.3,21.1,20.3,21.1,21.1,15459,0.0,0.0
2024-07-04 00:00:00+01:00,20.8,21.0,20.7,20.7,20.7,41177,0.0,0.0
2024-07-05 00:00:00+01:00,20.7,20.7839990234375,20.44800048828125,20.7,20.7,10316,0.0,0.0
2024-07-08 00:00:00+01:00,20.400000000000002,20.7,20.1,20.1,20.1,11765,0.0,0.0
2024-07-09 00:00:00+01:00,20.1,20.2,19.915999755859374,20.2,20.2,43328,0.0,0.0
2024-07-10 00:00:00+01:00,20.0,20.400000000000002,20.0,20.3,20.3,32089,0.0,0.0
2024-07-11 00:00:00+01:00,20.2,21.1,20.16,21.0,21.0,31487,0.0,0.0
2024-07-12 00:00:00+01:00,21.0,21.2,20.400000000000002,21.2,21.2,93676,0.0,0.0
2024-07-15 00:00:00+01:00,21.1,21.400000000000002,20.900000000000002,21.0,21.0,28837,0.0,0.0
2024-07-16 00:00:00+01:00,21.0,21.2,20.92800048828125,21.2,21.2,11307,0.0,0.0
2024-07-17 00:00:00+01:00,21.2,21.3,21.0,21.1,21.1,11366,0.0,0.0
2024-07-18 00:00:00+01:00,20.900000000000002,21.400000000000002,20.900000000000002,21.2,21.2,19966,0.0,0.0
2024-07-19 00:00:00+01:00,21.1,21.3,20.7,21.2,21.2,23737,0.0,0.0
2024-07-22 00:00:00+01:00,21.0,21.400000000000002,21.0,21.400000000000002,21.400000000000002,61224,0.0,0.0
2024-07-23 00:00:00+01:00,21.0,21.2339990234375,20.8,20.8,20.8,9142,0.0,0.0
2024-07-24 00:00:00+01:00,20.7,20.8,20.2,20.400000000000002,20.400000000000002,18173,0.0,0.0
2024-07-25 00:00:00+01:00,20.7,20.7,20.1,20.1,20.1,6833,0.0,0.0
2024-07-26 00:00:00+01:00,20.5,21.0,20.1,20.900000000000002,20.900000000000002,16715,0.0,0.0
2024-07-29 00:00:00+01:00,20.900000000000002,20.900000000000002,20.5,20.7,20.7,16466,0.0,0.0
2024-07-30 00:00:00+01:00,20.7,20.71,19.2,19.45,19.45,59406,0.0,0.0
2024-07-31 00:00:00+01:00,19.400000000000002,19.7,19.35,19.7,19.7,18840,0.0,0.0
2024-08-01 00:00:00+01:00,19.5,19.91800048828125,19.3,19.55,19.55,22668,0.0,0.0
2024-08-02 00:00:00+01:00,19.3,19.5,19.150000000000002,19.3,19.3,21868,0.0,0.0
2024-08-05 00:00:00+01:00,19.1,19.45,18.05,18.35,18.35,39750,0.0,0.0
2024-08-06 00:00:00+01:00,18.3,19.0,18.150000000000002,18.95,18.95,20843,0.0,0.0
2024-08-07 00:00:00+01:00,19.0,19.5,18.79,19.35,19.35,19934,0.0,0.0
2024-08-08 00:00:00+01:00,19.400000000000002,19.404000244140626,18.650000000000002,18.650000000000002,18.650000000000002,64779,0.0,0.0
2024-08-09 00:00:00+01:00,19.05,19.05,18.400000000000002,18.5,18.5,8264,0.0,0.0
2024-08-12 00:00:00+01:00,18.85,18.874000244140625,18.411099853515626,18.7,18.7,16988,0.0,0.0
2024-08-13 00:00:00+01:00,18.95,18.95,18.57699951171875,18.8,18.8,9656,0.0,0.0
2024-08-14 00:00:00+01:00,18.85,19.2,18.650000000000002,19.0,19.0,14412,0.0,0.0
2024-08-15 00:00:00+01:00,19.2,19.650000000000002,18.83551025390625,19.6,19.6,18475,0.0,0.0
2024-08-16 00:00:00+01:00,19.650000000000002,19.75,18.650000000000002,19.7,19.7,7410,0.0,0.0
2024-08-19 00:00:00+01:00,19.7,19.75,19.35,19.45,19.45,16278,0.0,0.0
2024-08-20 00:00:00+01:00,19.6,19.6,18.8,19.0,19.0,39450,0.0,0.0
2024-08-21 00:00:00+01:00,19.2,19.75,18.98738037109375,19.75,19.75,34402,0.0,0.0
2024-08-22 00:00:00+01:00,19.28199951171875,19.8,19.28199951171875,19.71,19.71,4455,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 17.7 18.0 16.8 17.25 17.106629638671876 14608 0.0 0.0
3 2022-01-05 00:00:00+00:00 17.25 17.6 16.8 17.25 17.106629638671876 10330 0.0 0.0
4 2022-01-06 00:00:00+00:00 17.0 17.0 16.4 17.0 16.85870849609375 99618 0.0 0.0
5 2022-01-07 00:00:00+00:00 16.75 17.75 16.55 17.35 17.205799560546875 18559 0.0 0.0
6 2022-01-10 00:00:00+00:00 17.35 18.0 17.0 17.35 17.205799560546875 204442 0.0 0.0
7 2022-01-11 00:00:00+00:00 17.35 17.68 16.97449951171875 17.35 17.205799560546875 63523 0.0 0.0
8 2022-01-12 00:00:00+00:00 17.35 17.7 17.0 17.45 17.304967041015626 6366 0.0 0.0
9 2022-01-13 00:00:00+00:00 17.45 17.7 17.05 17.7 17.552889404296874 5696 0.0 0.0
10 2022-01-14 00:00:00+00:00 17.5 18.150000000000002 17.3 17.5 17.35455322265625 3916 0.0 0.0
11 2022-01-17 00:00:00+00:00 17.5 17.6 17.3 17.5 17.35455322265625 16992 0.0 0.0
12 2022-01-18 00:00:00+00:00 17.650000000000002 18.275000000000002 17.400000000000002 18.05 17.89998046875 11936 0.0 0.0
13 2022-01-19 00:00:00+00:00 17.650000000000002 17.8 17.0 17.400000000000002 17.25538330078125 27678 0.0 0.0
14 2022-01-20 00:00:00+00:00 17.5 18.0 17.0 17.5 17.35455322265625 98547 0.0 0.0
15 2022-01-21 00:00:00+00:00 17.400000000000002 17.3 16.35 16.65 16.511617431640627 11629 0.0 0.0
16 2022-01-24 00:00:00+00:00 16.5 16.5 14.950000000000001 14.950000000000001 14.8257470703125 16987 0.0 0.0
17 2022-01-25 00:00:00+00:00 15.3 15.8 14.6 15.200000000000001 15.073668212890626 14810 0.0 0.0
18 2022-01-26 00:00:00+00:00 15.4 15.700000000000001 15.195999755859376 15.4 15.272005615234375 7204 0.0 0.0
19 2022-01-27 00:00:00+00:00 15.15 15.5 14.81 15.15 15.024083251953126 171814 0.0 0.0
20 2022-01-28 00:00:00+00:00 15.05 15.3 14.0 15.0 14.87532958984375 7559 0.0 0.0
21 2022-01-31 00:00:00+00:00 15.0 15.75 14.3 14.3 14.181148681640625 15389 0.0 0.0
22 2022-02-01 00:00:00+00:00 15.025 15.025 14.76 15.0 14.87532958984375 9906 0.0 0.0
23 2022-02-02 00:00:00+00:00 14.875 15.35 14.75 14.75 14.627408447265625 21138 0.0 0.0
24 2022-02-03 00:00:00+00:00 14.875 15.0 14.8 14.9 14.776163330078125 44097 0.0 0.0
25 2022-02-04 00:00:00+00:00 14.975 15.200000000000001 14.75 14.9 14.776163330078125 27249 0.0 0.0
26 2022-02-07 00:00:00+00:00 14.85 15.0 14.61 14.8 14.676993408203126 24316 0.0 0.0
27 2022-02-08 00:00:00+00:00 14.8 15.0 14.690999755859375 15.0 14.87532958984375 10407 0.0 0.0
28 2022-02-09 00:00:00+00:00 14.8 15.700000000000001 14.6 15.700000000000001 15.569512939453125 26899 0.0 0.0
29 2022-02-10 00:00:00+00:00 14.8 15.15 14.25 14.700000000000001 14.577824707031251 11667 0.0 0.0
30 2022-02-11 00:00:00+00:00 14.525 15.1 14.3 15.1 14.97449951171875 19383 0.0 0.0
31 2022-02-14 00:00:00+00:00 14.6 14.64 14.0 14.200000000000001 14.081978759765626 30351 0.0 0.0
32 2022-02-15 00:00:00+00:00 14.05 14.5 13.8 14.5 14.379486083984375 23319 0.0 0.0
33 2022-02-16 00:00:00+00:00 14.5 14.749599609375 14.3 14.6 14.478653564453126 68581 0.0 0.0
34 2022-02-17 00:00:00+00:00 14.6 14.700000000000001 14.4 14.6 14.478653564453126 55981 0.0 0.0
35 2022-02-18 00:00:00+00:00 14.6 14.8 13.9575 14.3 14.181148681640625 57661 0.0 0.0
36 2022-02-21 00:00:00+00:00 14.3 14.48 13.8 14.25 14.131563720703125 3459 0.0 0.0
37 2022-02-22 00:00:00+00:00 14.1 13.700000000000001 12.8 12.9 12.792784423828126 17014 0.0 0.0
38 2022-02-23 00:00:00+00:00 12.85 13.200000000000001 11.05 11.275 11.181290283203126 323128 0.0 0.0
39 2022-02-24 00:00:00+00:00 11.175 11.35 10.145 10.85 10.759822998046875 121492 0.0 0.0
40 2022-02-25 00:00:00+00:00 10.875 11.8 10.625 11.5 11.404420166015624 135733 0.0 0.0
41 2022-02-28 00:00:00+00:00 11.5 11.75 10.450999755859375 10.85 10.759822998046875 29561 0.0 0.0
42 2022-03-01 00:00:00+00:00 10.85 11.1 10.65 10.950000000000001 10.85899169921875 21218 0.0 0.0
43 2022-03-02 00:00:00+00:00 10.950000000000001 11.200000000000001 10.5 10.75 10.660653076171876 31618 0.0 0.0
44 2022-03-03 00:00:00+00:00 10.85 11.0 10.5 10.5 10.41273193359375 14756 0.0 0.0
45 2022-03-04 00:00:00+00:00 10.75 10.615 9.9 10.15 10.065640258789063 22656 0.0 0.0
46 2022-03-07 00:00:00+00:00 10.025 9.99 9.200000000000001 9.8 9.718549194335937 27413 0.0 0.0
47 2022-03-08 00:00:00+00:00 9.8 11.0 9.61 10.8 10.7102392578125 29412 0.0 0.0
48 2022-03-09 00:00:00+00:00 10.65 11.1 10.1 10.65 10.561485595703125 53229 0.0 0.0
49 2022-03-10 00:00:00+00:00 10.35 10.55 9.6 9.78 9.6987158203125 111815 0.0 0.0
50 2022-03-11 00:00:00+00:00 9.8 10.5 9.77 10.25 10.1648095703125 86568 0.0 0.0
51 2022-03-14 00:00:00+00:00 10.15 10.5 9.8 10.025 9.941678466796875 38212 0.0 0.0
52 2022-03-15 00:00:00+00:00 10.025 11.0 10.01 10.700000000000001 10.6110693359375 73605 0.0 0.0
53 2022-03-16 00:00:00+00:00 10.85 11.200000000000001 10.3 10.8 10.7102392578125 163322 0.0 0.0
54 2022-03-17 00:00:00+00:00 10.8 11.0 10.6 10.8 10.7102392578125 27940 0.0 0.0
55 2022-03-18 00:00:00+00:00 10.9 11.290000000000001 10.65 10.950000000000001 10.85899169921875 37298 0.0 0.0
56 2022-03-21 00:00:00+00:00 10.950000000000001 11.3 10.61238037109375 10.75 10.660653076171876 93719 0.0 0.0
57 2022-03-22 00:00:00+00:00 10.875 11.145 10.6 10.8 10.7102392578125 47400 0.0 0.0
58 2022-03-23 00:00:00+00:00 11.375 11.83699951171875 10.8 11.25 11.156499023437501 64771 0.0 0.0
59 2022-03-24 00:00:00+00:00 11.05 11.58 11.0 11.200000000000001 11.106915283203126 46570 0.0 0.0
60 2022-03-25 00:00:00+00:00 11.200000000000001 11.5 11.0 11.0 10.908575439453125 23791 0.0 0.0
61 2022-03-28 00:00:00+01:00 11.25 11.5 11.0 11.5 11.404420166015624 19013 0.0 0.0
62 2022-03-29 00:00:00+01:00 11.4 12.0 11.0 12.0 11.900263671875 19194 0.0 0.0
63 2022-03-30 00:00:00+01:00 11.4 11.75 11.0 11.200000000000001 11.106915283203126 49942 0.0 0.0
64 2022-03-31 00:00:00+01:00 11.4 11.6 10.9 10.9 10.809407958984375 21217 0.0 0.0
65 2022-04-01 00:00:00+01:00 11.4 11.600999755859375 10.8 11.25 11.156499023437501 24642 0.0 0.0
66 2022-04-04 00:00:00+01:00 11.3 11.8 11.0 11.4 11.30525146484375 17167 0.0 0.0
67 2022-04-05 00:00:00+01:00 11.4 11.8 11.0 11.0 10.908575439453125 31232 0.0 0.0
68 2022-04-06 00:00:00+01:00 11.4 11.8 11.15 11.4 11.30525146484375 16894 0.0 0.0
69 2022-04-07 00:00:00+01:00 11.4 11.5 11.1 11.25 11.156499023437501 38303 0.0 0.0
70 2022-04-08 00:00:00+01:00 11.25 11.5 11.0 11.35 11.255667724609376 26993 0.0 0.0
71 2022-04-11 00:00:00+01:00 11.25 11.9 11.0 11.700000000000001 11.6027587890625 20912 0.0 0.0
72 2022-04-12 00:00:00+01:00 11.55 12.700000000000001 11.650999755859376 12.3 12.197772216796876 46528 0.0 0.0
73 2022-04-13 00:00:00+01:00 12.325000000000001 12.700000000000001 11.86 12.35 12.24735595703125 29936 0.0 0.0
74 2022-04-14 00:00:00+01:00 12.25 12.5 12.094000244140625 12.25 12.148187255859375 101765 0.0 0.0
75 2022-04-19 00:00:00+01:00 12.35 13.24 12.25 12.5 12.396109619140626 26000 0.0 0.0
76 2022-04-20 00:00:00+01:00 12.975 13.3 12.8 13.15 13.040706787109375 99480 0.0 0.0
77 2022-04-21 00:00:00+01:00 13.15 13.98 13.1 13.700000000000001 13.58613525390625 35474 0.0 0.0
78 2022-04-22 00:00:00+01:00 13.6 14.05 12.9 13.5 13.387799072265626 17792 0.0 0.0
79 2022-04-25 00:00:00+01:00 13.6 13.700000000000001 13.3 13.5 13.387799072265626 191057 0.0 0.0
80 2022-04-26 00:00:00+01:00 13.55 13.700000000000001 13.35551025390625 13.5 13.387799072265626 270954 0.0 0.0
81 2022-04-27 00:00:00+01:00 13.75 14.4 13.52 14.0 13.883642578125 27733 0.0 0.0
82 2022-04-28 00:00:00+01:00 14.0 14.5 13.6 14.325000000000001 14.20593994140625 22283 0.0 0.0
83 2022-04-29 00:00:00+01:00 14.325000000000001 14.8 14.0 14.6 14.478653564453126 10310 0.0 0.0
84 2022-05-03 00:00:00+01:00 14.5 14.8 14.0 14.3 14.181148681640625 106787 0.0 0.0
85 2022-05-04 00:00:00+01:00 14.35 14.700000000000001 14.0 14.35 14.230732421875 257254 0.0 0.0
86 2022-05-05 00:00:00+01:00 14.35 14.75 14.15 14.700000000000001 14.595726318359375 27523 1.76 0.0
87 2022-05-06 00:00:00+01:00 14.5 14.55 13.85 13.85 13.75175537109375 3745 0.0 0.0
88 2022-05-09 00:00:00+01:00 14.25 14.24 13.6 14.0 13.90069091796875 53240 0.0 0.0
89 2022-05-10 00:00:00+01:00 14.0 14.05 13.700000000000001 13.85 13.75175537109375 30095 0.0 0.0
90 2022-05-11 00:00:00+01:00 13.950000000000001 14.07 13.51 13.700000000000001 13.602818603515626 10072 0.0 0.0
91 2022-05-12 00:00:00+01:00 13.450000000000001 13.6 12.950000000000001 13.325000000000001 13.230478515625 5635 0.0 0.0
92 2022-05-13 00:00:00+01:00 13.3 13.450000000000001 11.5 11.6 11.51771484375 96792 0.0 0.0
93 2022-05-16 00:00:00+01:00 11.6 11.700000000000001 11.200000000000001 11.200000000000001 11.120552978515626 25689 0.0 0.0
94 2022-05-17 00:00:00+01:00 11.3 11.6 10.53300048828125 10.85 10.77303466796875 49617 0.0 0.0
95 2022-05-18 00:00:00+01:00 10.875 11.11 10.6 11.0 10.921971435546876 111220 0.0 0.0
96 2022-05-19 00:00:00+01:00 10.700000000000001 10.9 10.700000000000001 10.75 10.6737451171875 143583 0.0 0.0
97 2022-05-20 00:00:00+01:00 10.700000000000001 10.9 10.55 10.9 10.822681884765625 66397 0.0 0.0
98 2022-05-23 00:00:00+01:00 10.700000000000001 10.88 10.55 10.55 10.475164794921875 108592 0.0 0.0
99 2022-05-24 00:00:00+01:00 10.700000000000001 10.9 10.35 10.35 10.27658203125 31125 0.0 0.0
100 2022-05-25 00:00:00+01:00 10.6 10.700000000000001 10.25 10.35 10.27658203125 62068 0.0 0.0
101 2022-05-26 00:00:00+01:00 10.4 10.6 10.31 10.5 10.425518798828126 119463 0.0 0.0
102 2022-05-27 00:00:00+01:00 10.35 10.85 10.465 10.85 10.77303466796875 153593 0.0 0.0
103 2022-05-30 00:00:00+01:00 10.8 11.59 10.700000000000001 11.4 11.31913330078125 199315 0.0 0.0
104 2022-05-31 00:00:00+01:00 11.3 12.0 10.85 10.85 10.77303466796875 785398 0.0 0.0
105 2022-06-01 00:00:00+01:00 11.25 11.5 10.6 10.6 10.5248095703125 91569 0.0 0.0
106 2022-06-06 00:00:00+01:00 10.925 11.1 10.450000000000001 10.450000000000001 10.3758740234375 33656 0.0 0.0
107 2022-06-07 00:00:00+01:00 10.875 10.700000000000001 10.200000000000001 10.200000000000001 10.127645874023438 37186 0.0 0.0
108 2022-06-08 00:00:00+01:00 10.700000000000001 10.700000000000001 10.200000000000001 10.200000000000001 10.127645874023438 30101 0.0 0.0
109 2022-06-09 00:00:00+01:00 10.475 10.6 10.25 10.25 10.177291259765624 19632 0.0 0.0
110 2022-06-10 00:00:00+01:00 10.525 10.9 10.450000000000001 10.450000000000001 10.3758740234375 31942 0.0 0.0
111 2022-06-13 00:00:00+01:00 10.700000000000001 11.28 10.5 10.75 10.6737451171875 45679 0.0 0.0
112 2022-06-14 00:00:00+01:00 11.15 11.8 10.8 11.55 11.468070068359376 58448 0.0 0.0
113 2022-06-15 00:00:00+01:00 11.6 11.8 11.450000000000001 11.55 11.468070068359376 23397 0.0 0.0
114 2022-06-16 00:00:00+01:00 11.65 11.8 11.5 11.55 11.468070068359376 32769 0.0 0.0
115 2022-06-17 00:00:00+01:00 11.55 11.6 11.5 11.5 11.41842529296875 6196 0.0 0.0
116 2022-06-20 00:00:00+01:00 11.65 11.75 11.5 11.75 11.666651611328126 95128 0.0 0.0
117 2022-06-21 00:00:00+01:00 11.450000000000001 11.6 11.155 11.175 11.09572998046875 24070 0.0 0.0
118 2022-06-22 00:00:00+01:00 11.175 11.200000000000001 10.95300048828125 11.200000000000001 11.120552978515626 256790 0.0 0.0
119 2022-06-23 00:00:00+01:00 11.200000000000001 11.4 10.945 11.200000000000001 11.120552978515626 247309 0.0 0.0
120 2022-06-24 00:00:00+01:00 11.25 11.5 11.0 11.25 11.17019775390625 10553 0.0 0.0
121 2022-06-27 00:00:00+01:00 11.25 11.74 11.0 11.450000000000001 11.368780517578125 14675 0.0 0.0
122 2022-06-28 00:00:00+01:00 11.450000000000001 11.6 11.39 11.55 11.468070068359376 16122 0.0 0.0
123 2022-06-29 00:00:00+01:00 11.450000000000001 11.65 11.3 11.575000000000001 11.49289306640625 13034 0.0 0.0
124 2022-06-30 00:00:00+01:00 11.575000000000001 11.6475 11.450000000000001 11.6 11.51771484375 8757 0.0 0.0
125 2022-07-01 00:00:00+01:00 11.6 11.65 11.25 11.25 11.17019775390625 10131 0.0 0.0
126 2022-07-04 00:00:00+01:00 11.55 11.6 11.454000244140625 11.55 11.468070068359376 11454 0.0 0.0
127 2022-07-05 00:00:00+01:00 11.575000000000001 11.65 11.48 11.55 11.468070068359376 87517 0.0 0.0
128 2022-07-06 00:00:00+01:00 11.55 11.6 11.450000000000001 11.55 11.468070068359376 4188 0.0 0.0
129 2022-07-07 00:00:00+01:00 11.55 11.65 11.450000000000001 11.55 11.468070068359376 11905 0.0 0.0
130 2022-07-08 00:00:00+01:00 11.55 11.8 11.51 11.700000000000001 11.6170068359375 15521 0.0 0.0
131 2022-07-11 00:00:00+01:00 11.65 12.200000000000001 11.6 12.0 11.914879150390625 8032 0.0 0.0
132 2022-07-12 00:00:00+01:00 11.975 12.200000000000001 11.75 11.975 11.890054931640625 51230 0.0 0.0
133 2022-07-13 00:00:00+01:00 11.975 12.200000000000001 11.75 11.975 11.890054931640625 23118 0.0 0.0
134 2022-07-14 00:00:00+01:00 11.875 12.0 11.700000000000001 11.85 11.7659423828125 122061 0.0 0.0
135 2022-07-15 00:00:00+01:00 11.675 11.75 11.35 11.450000000000001 11.368780517578125 42257 0.0 0.0
136 2022-07-18 00:00:00+01:00 11.5 11.6 11.25 11.5 11.41842529296875 8426 0.0 0.0
137 2022-07-19 00:00:00+01:00 11.5 11.57 11.25 11.5 11.41842529296875 5796 0.0 0.0
138 2022-07-20 00:00:00+01:00 11.5 11.51 11.25 11.450000000000001 11.368780517578125 7240 0.0 0.0
139 2022-07-21 00:00:00+01:00 11.5 11.51 11.25 11.5 11.41842529296875 12014 0.0 0.0
140 2022-07-22 00:00:00+01:00 11.5 11.75 11.25 11.5 11.41842529296875 6680 0.0 0.0
141 2022-07-25 00:00:00+01:00 11.5 11.75 11.25 11.5 11.41842529296875 24222 0.0 0.0
142 2022-07-26 00:00:00+01:00 11.55 12.1875 11.35 12.125 12.03899169921875 24483 0.0 0.0
143 2022-07-27 00:00:00+01:00 12.15 12.450000000000001 12.18 12.4 12.312041015625 6893 0.0 0.0
144 2022-07-28 00:00:00+01:00 12.4 12.9 12.42 12.700000000000001 12.609913330078125 15781 0.0 0.0
145 2022-07-29 00:00:00+01:00 12.700000000000001 13.10800048828125 12.6 13.1 13.0070751953125 22246 0.0 0.0
146 2022-08-01 00:00:00+01:00 13.075000000000001 13.182500000000001 12.700000000000001 12.700000000000001 12.609913330078125 27254 0.0 0.0
147 2022-08-02 00:00:00+01:00 12.8 13.05 12.324010009765626 13.05 12.957430419921875 108510 0.0 0.0
148 2022-08-03 00:00:00+01:00 12.55 12.61 12.200000000000001 12.4 12.312041015625 27832 0.0 0.0
149 2022-08-04 00:00:00+01:00 12.4 12.700000000000001 12.1 12.25 12.16310546875 16237 0.0 0.0
150 2022-08-05 00:00:00+01:00 12.25 12.26199951171875 12.1 12.25 12.16310546875 11526 0.0 0.0
151 2022-08-08 00:00:00+01:00 12.25 12.26199951171875 12.1 12.25 12.16310546875 10379 0.0 0.0
152 2022-08-09 00:00:00+01:00 12.25 12.4 12.1 12.25 12.16310546875 6891 0.0 0.0
153 2022-08-10 00:00:00+01:00 12.4 12.4 12.004000244140625 12.200000000000001 12.11345947265625 189434 0.0 0.0
154 2022-08-11 00:00:00+01:00 12.200000000000001 12.8 12.1 12.6 12.51062255859375 52556 0.0 0.0
155 2022-08-12 00:00:00+01:00 12.6 13.0 12.4 12.75 12.659559326171875 95409 0.0 0.0
156 2022-08-15 00:00:00+01:00 12.75 13.0 12.6 12.85 12.758848876953126 18772 0.0 0.0
157 2022-08-16 00:00:00+01:00 12.975 13.15 12.77 12.925 12.833317871093751 8794 0.0 0.0
158 2022-08-17 00:00:00+01:00 12.925 13.15 12.709000244140626 12.950000000000001 12.8581396484375 11646 0.0 0.0
159 2022-08-18 00:00:00+01:00 12.85 13.15 12.6 12.9 12.808494873046875 9867 0.0 0.0
160 2022-08-19 00:00:00+01:00 12.925 13.200000000000001 12.9 13.1 13.0070751953125 10329 0.0 0.0
161 2022-08-22 00:00:00+01:00 12.950000000000001 14.6 13.0 14.05 13.950335693359376 49084 0.0 0.0
162 2022-08-23 00:00:00+01:00 14.025 14.200000000000001 13.765689697265625 13.875 13.7765771484375 27664 0.0 0.0
163 2022-08-24 00:00:00+01:00 13.8 13.99 13.6527294921875 13.8 13.702110595703125 25362 0.0 0.0
164 2022-08-25 00:00:00+01:00 13.8 14.0 13.6 13.6 13.503529052734375 18901 0.0 0.0
165 2022-08-26 00:00:00+01:00 13.8 13.852500000000001 13.104000244140625 13.5 13.404237060546876 51530 0.0 0.0
166 2022-08-30 00:00:00+01:00 13.25 13.85 13.0 13.15 13.056719970703126 158939 0.0 0.0
167 2022-08-31 00:00:00+01:00 13.15 13.200000000000001 12.6 12.6 12.51062255859375 42970 0.0 0.0
168 2022-09-01 00:00:00+01:00 12.725 12.85 11.700000000000001 12.700000000000001 12.609913330078125 166817 0.0 0.0
169 2022-09-02 00:00:00+01:00 12.525 12.64449951171875 12.4 12.525 12.43615478515625 11126 0.0 0.0
170 2022-09-05 00:00:00+01:00 12.475 12.700000000000001 12.35 12.5 12.411331787109376 93876 0.0 0.0
171 2022-09-06 00:00:00+01:00 12.5 12.6 12.4 12.5 12.411331787109376 546858 0.0 0.0
172 2022-09-07 00:00:00+01:00 12.5 12.6 12.3 12.4 12.312041015625 36515 0.0 0.0
173 2022-09-08 00:00:00+01:00 12.475 12.6 12.303000488281251 12.450000000000001 12.361685791015626 118786 0.0 0.0
174 2022-09-09 00:00:00+01:00 12.450000000000001 12.540000000000001 12.3 12.450000000000001 12.361685791015626 4020 0.0 0.0
175 2022-09-12 00:00:00+01:00 12.474000244140626 12.6 12.32 12.450000000000001 12.361685791015626 23297 0.0 0.0
176 2022-09-13 00:00:00+01:00 12.450000000000001 12.6 12.3 12.4 12.312041015625 10747 0.0 0.0
177 2022-09-14 00:00:00+01:00 12.4 12.5 12.32 12.5 12.411331787109376 45471 0.0 0.0
178 2022-09-15 00:00:00+01:00 12.4 12.5 12.2243994140625 12.3 12.212750244140626 290552 0.0 0.0
179 2022-09-16 00:00:00+01:00 12.225 12.450000000000001 12.0 12.175 12.0886376953125 29379 0.0 0.0
180 2022-09-20 00:00:00+01:00 12.175 12.495999755859375 12.1925 12.275 12.18792724609375 42132 0.0 0.0
181 2022-09-21 00:00:00+01:00 12.55 13.15 12.75 12.75 12.659559326171875 100812 0.0 0.0
182 2022-09-22 00:00:00+01:00 13.0 13.290000000000001 12.75 13.15 13.056719970703126 145121 0.0 0.0
183 2022-09-23 00:00:00+01:00 13.075000000000001 13.3 12.85 13.1 13.0070751953125 32518 0.0 0.0
184 2022-09-26 00:00:00+01:00 13.025 13.6 12.853499755859374 13.25157958984375 13.157580566406251 53163 0.0 0.0
185 2022-09-27 00:00:00+01:00 13.35 13.6 13.3 13.450000000000001 13.35459228515625 164748 0.0 0.0
186 2022-09-28 00:00:00+01:00 13.450000000000001 13.8 13.3 13.8 13.702110595703125 25674 0.0 0.0
187 2022-09-29 00:00:00+01:00 13.5 14.200000000000001 13.48 13.6 13.503529052734375 30965 0.0 0.0
188 2022-09-30 00:00:00+01:00 13.950000000000001 14.3 13.75 14.05 13.950335693359376 76987 0.0 0.0
189 2022-10-03 00:00:00+01:00 14.0 14.450000000000001 13.700000000000001 13.75 13.65246337890625 107595 0.0 0.0
190 2022-10-04 00:00:00+01:00 13.700000000000001 13.9 13.6 13.8 13.702110595703125 8631 0.0 0.0
191 2022-10-05 00:00:00+01:00 13.700000000000001 14.0 13.65 13.75 13.65246337890625 88237 0.0 0.0
192 2022-10-06 00:00:00+01:00 13.75 13.995000000000001 13.75 13.75 13.65246337890625 7634 0.0 0.0
193 2022-10-07 00:00:00+01:00 13.75 14.0 13.75 13.8 13.702110595703125 70598 0.0 0.0
194 2022-10-10 00:00:00+01:00 13.8 14.0 13.625 13.8 13.702110595703125 103697 0.0 0.0
195 2022-10-11 00:00:00+01:00 13.9 14.0 13.75 13.75 13.65246337890625 144577 0.0 0.0
196 2022-10-12 00:00:00+01:00 13.9 13.922760009765625 13.4 13.5 13.404237060546876 43978 0.0 0.0
197 2022-10-13 00:00:00+01:00 13.65 13.6 13.05 13.4 13.3049462890625 145876 0.0 0.0
198 2022-10-14 00:00:00+01:00 13.450000000000001 13.5 13.200000000000001 13.25 13.156010742187501 52336 0.0 0.0
199 2022-10-17 00:00:00+01:00 13.450000000000001 13.700000000000001 13.202509765625 13.450000000000001 13.35459228515625 205576 0.0 0.0
200 2022-10-18 00:00:00+01:00 13.450000000000001 14.05 13.249699707031251 14.05 13.950335693359376 13163 0.0 0.0
201 2022-10-19 00:00:00+01:00 13.6 13.9 13.3 13.65 13.553173828125 10484 0.0 0.0
202 2022-10-20 00:00:00+01:00 13.65 13.98 13.56 13.700000000000001 13.602818603515626 10892 0.0 0.0
203 2022-10-21 00:00:00+01:00 13.700000000000001 14.4 13.35 14.1 13.999981689453126 21774 0.0 0.0
204 2022-10-24 00:00:00+01:00 14.15 14.6 14.11 14.325000000000001 14.22338623046875 16562 0.0 0.0
205 2022-10-25 00:00:00+01:00 14.325000000000001 15.200000000000001 14.35 14.9 14.794307861328125 48399 0.0 0.0
206 2022-10-26 00:00:00+01:00 14.9 15.780000000000001 15.01 15.450000000000001 15.340406494140625 22761 0.0 0.0
207 2022-10-27 00:00:00+01:00 15.450000000000001 15.695 15.200000000000001 15.450000000000001 15.340406494140625 70415 0.0 0.0
208 2022-10-28 00:00:00+01:00 15.450000000000001 15.9 15.200000000000001 15.55 15.43969482421875 63061 0.0 0.0
209 2022-10-31 00:00:00+00:00 15.55 16.3 15.4 16.15 16.035439453125 17600 0.0 0.0
210 2022-11-01 00:00:00+00:00 16.15 17.150000000000002 16.14 16.975 16.85458740234375 26300 0.0 0.0
211 2022-11-02 00:00:00+00:00 17.0 17.3 16.5 16.7 16.581539306640625 54351 0.0 0.0
212 2022-11-03 00:00:00+00:00 16.475 16.625 16.0 16.275 16.159552001953124 27297 0.0 0.0
213 2022-11-04 00:00:00+00:00 16.275 16.55 15.9 16.175 16.060262451171877 11079 0.0 0.0
214 2022-11-07 00:00:00+00:00 16.225 16.42 15.75 16.075 15.9609716796875 13201 0.0 0.0
215 2022-11-08 00:00:00+00:00 16.075 16.25 15.65 15.8 15.68792236328125 149221 0.0 0.0
216 2022-11-09 00:00:00+00:00 16.075 16.1 15.76906982421875 15.9 15.787213134765626 48434 0.0 0.0
217 2022-11-10 00:00:00+00:00 15.875 16.1 15.75 15.875 15.76239013671875 7104 0.0 0.0
218 2022-11-11 00:00:00+00:00 15.875 16.5 15.842500000000001 16.3 16.184376220703125 13484 0.0 0.0
219 2022-11-14 00:00:00+00:00 16.3 16.4 15.780000000000001 16.1 15.985793457031251 76029 0.0 0.0
220 2022-11-15 00:00:00+00:00 16.0 16.21 15.75 16.0 15.88650390625 44963 0.0 0.0
221 2022-11-16 00:00:00+00:00 16.15 16.4 15.826719970703126 15.950000000000001 15.836859130859375 45334 0.0 0.0
222 2022-11-17 00:00:00+00:00 16.15 16.35 15.8 16.075 15.9609716796875 8039 0.0 0.0
223 2022-11-18 00:00:00+00:00 16.075 16.3 15.8 16.0 15.88650390625 8068 0.0 0.0
224 2022-11-21 00:00:00+00:00 16.075 16.2 15.8 16.0 15.88650390625 9500 0.0 0.0
225 2022-11-22 00:00:00+00:00 16.075 16.1 15.75 15.975 15.861680908203125 20173 0.0 0.0
226 2022-11-23 00:00:00+00:00 16.075 16.3 15.41 15.700000000000001 15.588631591796876 68661 0.0 0.0
227 2022-11-24 00:00:00+00:00 15.65 15.9 15.4 15.6 15.489340820312501 21323 0.0 0.0
228 2022-11-25 00:00:00+00:00 15.6 16.4 15.487349853515626 16.15 16.035439453125 37899 0.0 0.0
229 2022-11-28 00:00:00+00:00 16.15 16.175 15.85 15.85 15.737567138671876 183159 0.0 0.0
230 2022-11-29 00:00:00+00:00 16.025 16.1 15.700000000000001 15.75 15.638276367187501 75087 0.0 0.0
231 2022-11-30 00:00:00+00:00 15.75 15.85 15.65 15.75 15.638276367187501 76409 0.0 0.0
232 2022-12-01 00:00:00+00:00 15.75 16.3 15.75 16.3 16.184376220703125 15899 0.0 0.0
233 2022-12-02 00:00:00+00:00 15.975 16.45 15.75 16.3 16.184376220703125 9998 0.0 0.0
234 2022-12-05 00:00:00+00:00 16.15 16.6 15.905889892578125 16.45 16.333311767578124 14305 0.0 0.0
235 2022-12-06 00:00:00+00:00 16.45 16.7 16.205000000000002 16.375 16.258843994140626 11593 0.0 0.0
236 2022-12-07 00:00:00+00:00 16.375 16.7 15.950000000000001 16.375 16.258843994140626 9454 0.0 0.0
237 2022-12-08 00:00:00+00:00 16.375 16.5 16.056500244140626 16.2 16.08508544921875 44656 0.0 0.0
238 2022-12-09 00:00:00+00:00 16.375 16.7 16.05 16.375 16.258843994140626 31157 0.0 0.0
239 2022-12-12 00:00:00+00:00 16.375 16.375 16.056500244140626 16.375 16.258843994140626 22690 0.0 0.0
240 2022-12-13 00:00:00+00:00 16.25 16.4 16.05 16.4 16.283665771484376 10399 0.0 0.0
241 2022-12-14 00:00:00+00:00 16.2 16.8 16.05 16.8 16.680828857421876 11095 0.0 0.0
242 2022-12-15 00:00:00+00:00 16.35 16.7 16.2 16.375 16.258843994140626 146193 0.0 0.0
243 2022-12-16 00:00:00+00:00 16.375 16.7 16.2 16.45 16.333311767578124 9599 0.0 0.0
244 2022-12-19 00:00:00+00:00 16.35 16.7 16.2 16.45 16.333311767578124 7172 0.0 0.0
245 2022-12-20 00:00:00+00:00 16.35 16.67 16.2 16.45 16.333311767578124 4824 0.0 0.0
246 2022-12-21 00:00:00+00:00 16.35 16.7 16.1 16.4 16.283665771484376 5514 0.0 0.0
247 2022-12-22 00:00:00+00:00 16.35 16.7 15.9 16.25 16.134730224609374 6755 0.0 0.0
248 2022-12-23 00:00:00+00:00 16.3 16.4 15.9 16.15 16.035439453125 2480 0.0 0.0
249 2022-12-28 00:00:00+00:00 16.15 16.4 15.9 16.1 15.985793457031251 5958 0.0 0.0
250 2022-12-29 00:00:00+00:00 16.1 16.3 15.9 15.9 15.822001953125 10670 3.54 0.0
251 2022-12-30 00:00:00+00:00 16.1 16.12 15.85 16.0 15.92151123046875 1293 0.0 0.0
252 2023-01-03 00:00:00+00:00 16.025 16.2 15.85 16.025 15.946387939453125 16690 0.0 0.0
253 2023-01-04 00:00:00+00:00 16.025 16.4 16.0 16.125 16.0458984375 11553 0.0 0.0
254 2023-01-05 00:00:00+00:00 16.125 16.4 15.85 16.125 16.0458984375 111880 0.0 0.0
255 2023-01-06 00:00:00+00:00 16.1 16.3 15.8 16.1 16.0210205078125 23012 0.0 0.0
256 2023-01-09 00:00:00+00:00 16.1 16.45 15.805999755859375 16.25 16.170284423828125 86378 0.0 0.0
257 2023-01-10 00:00:00+00:00 16.2 16.5 15.93 16.25 16.170284423828125 16821 0.0 0.0
258 2023-01-11 00:00:00+00:00 16.2 16.25 15.75 16.025 15.946387939453125 77829 0.0 0.0
259 2023-01-12 00:00:00+00:00 16.025 16.580000000000002 15.780000000000001 16.4 16.319549560546875 14198 0.0 0.0
260 2023-01-13 00:00:00+00:00 16.3 16.9 16.034940185546876 16.55 16.4688134765625 8305 0.0 0.0
261 2023-01-16 00:00:00+00:00 16.55 16.9 16.2 16.55 16.4688134765625 24690 0.0 0.0
262 2023-01-17 00:00:00+00:00 16.55 16.9 16.22 16.65 16.56832275390625 27340 0.0 0.0
263 2023-01-18 00:00:00+00:00 16.65 16.725 16.4 16.65 16.56832275390625 18829 0.0 0.0
264 2023-01-19 00:00:00+00:00 16.55 16.84 16.15 16.55 16.4688134765625 4716 0.0 0.0
265 2023-01-20 00:00:00+00:00 16.55 16.9 16.2 16.55 16.4688134765625 6893 0.0 0.0
266 2023-01-23 00:00:00+00:00 16.5 17.09 16.22 16.925 16.841973876953126 18382 0.0 0.0
267 2023-01-24 00:00:00+00:00 16.85 17.490000000000002 16.6 17.175 17.0907470703125 23067 0.0 0.0
268 2023-01-25 00:00:00+00:00 17.175 17.55 17.013609619140624 17.275000000000002 17.190257568359375 26100 0.0 0.0
269 2023-01-26 00:00:00+00:00 17.275000000000002 18.065 17.05 18.0 17.91169921875 31867 0.0 0.0
270 2023-01-27 00:00:00+00:00 17.8 18.150000000000002 17.7 17.95 17.861944580078127 42218 0.0 0.0
271 2023-01-30 00:00:00+00:00 17.85 18.25 17.885 18.125 18.03608642578125 40221 0.0 0.0
272 2023-01-31 00:00:00+00:00 18.175 18.39800048828125 18.05 18.3 18.210228271484375 15906 0.0 0.0
273 2023-02-01 00:00:00+00:00 18.3 18.400000000000002 18.2 18.3 18.210228271484375 11113 0.0 0.0
274 2023-02-02 00:00:00+00:00 18.3 18.5 17.95 18.35 18.25998291015625 38457 0.0 0.0
275 2023-02-03 00:00:00+00:00 18.35 18.5 18.23 18.35 18.25998291015625 13972 0.0 0.0
276 2023-02-06 00:00:00+00:00 18.35 18.490000000000002 18.23 18.25 18.1604736328125 17509 0.0 0.0
277 2023-02-07 00:00:00+00:00 18.25 18.5 18.0 18.25 18.1604736328125 19841 0.0 0.0
278 2023-02-08 00:00:00+00:00 18.25 18.3 18.0 18.0 17.91169921875 5030 0.0 0.0
279 2023-02-09 00:00:00+00:00 18.25 18.2377001953125 18.0 18.1 18.011209716796877 9464 0.0 0.0
280 2023-02-10 00:00:00+00:00 18.1 18.2 17.650000000000002 17.925 17.83706787109375 17909 0.0 0.0
281 2023-02-13 00:00:00+00:00 17.925 18.125 17.6 17.8 17.712681884765626 15532 0.0 0.0
282 2023-02-14 00:00:00+00:00 17.8 18.2 17.6 17.85 17.762435302734374 32747 0.0 0.0
283 2023-02-15 00:00:00+00:00 18.0 18.2 17.7 17.95 17.861944580078127 9909 0.0 0.0
284 2023-02-16 00:00:00+00:00 17.95 18.2 17.7 18.1 18.011209716796877 13707 0.0 0.0
285 2023-02-17 00:00:00+00:00 18.1 18.19800048828125 18.0 18.1 18.011209716796877 4976 0.0 0.0
286 2023-02-20 00:00:00+00:00 18.1 18.1 18.000999755859375 18.05 17.961453857421876 6710 0.0 0.0
287 2023-02-21 00:00:00+00:00 18.1 18.29699951171875 18.0 18.150000000000002 18.06096435546875 18925 0.0 0.0
288 2023-02-22 00:00:00+00:00 18.150000000000002 18.3 18.0 18.150000000000002 18.06096435546875 54061 0.0 0.0
289 2023-02-23 00:00:00+00:00 18.150000000000002 18.3 18.0 18.150000000000002 18.06096435546875 24516 0.0 0.0
290 2023-02-24 00:00:00+00:00 18.150000000000002 18.25 17.8 17.95 17.861944580078127 17732 0.0 0.0
291 2023-02-27 00:00:00+00:00 17.925 18.2 17.650000000000002 17.825 17.737559814453125 21095 0.0 0.0
292 2023-02-28 00:00:00+00:00 17.825 18.0 17.7 18.0 17.91169921875 8371 0.0 0.0
293 2023-03-01 00:00:00+00:00 17.825 18.09 17.650000000000002 17.650000000000002 17.56341796875 144823 0.0 0.0
294 2023-03-02 00:00:00+00:00 17.925 18.2 17.650000000000002 17.825 17.737559814453125 120839 0.0 0.0
295 2023-03-03 00:00:00+00:00 17.825 17.95 17.7 17.85 17.762435302734374 23646 0.0 0.0
296 2023-03-06 00:00:00+00:00 17.95 18.2 17.7 17.95 17.861944580078127 8726 0.0 0.0
297 2023-03-07 00:00:00+00:00 17.925 18.2 17.5 17.75 17.66292724609375 25956 0.0 0.0
298 2023-03-08 00:00:00+00:00 17.7 17.650000000000002 17.25 17.400000000000002 17.3146435546875 63548 0.0 0.0
299 2023-03-09 00:00:00+00:00 17.400000000000002 17.400000000000002 17.1 17.3 17.21513427734375 56412 0.0 0.0
300 2023-03-10 00:00:00+00:00 17.1 17.1 16.7 17.0 16.9166064453125 11572 0.0 0.0
301 2023-03-13 00:00:00+00:00 17.075 17.400000000000002 16.5 16.75 16.66783203125 16835 0.0 0.0
302 2023-03-14 00:00:00+00:00 16.75 16.8 16.0 16.325 16.244916992187502 26026 0.0 0.0
303 2023-03-15 00:00:00+00:00 16.325 16.5 16.01 16.1 16.0210205078125 36609 0.0 0.0
304 2023-03-16 00:00:00+00:00 16.2 16.35 16.0 16.1 16.0210205078125 107165 0.0 0.0
305 2023-03-17 00:00:00+00:00 16.2 16.4 15.9 16.4 16.319549560546875 33548 0.0 0.0
306 2023-03-20 00:00:00+00:00 16.2 16.4 15.9 16.2 16.12052978515625 15281 0.0 0.0
307 2023-03-21 00:00:00+00:00 16.45 17.05 16.5 16.85 16.76734130859375 36161 0.0 0.0
308 2023-03-22 00:00:00+00:00 16.85 17.74949951171875 17.0 17.45 17.364398193359374 65212 0.0 0.0
309 2023-03-23 00:00:00+00:00 17.400000000000002 18.2 17.6 18.2 18.110718994140626 36305 0.0 0.0
310 2023-03-24 00:00:00+00:00 18.025000000000002 18.5 18.0 18.35 18.25998291015625 163148 0.0 0.0
311 2023-03-27 00:00:00+01:00 18.25 18.68 18.25 18.6 18.508756103515626 59439 0.0 0.0
312 2023-03-28 00:00:00+01:00 18.575 19.0 18.35 18.825 18.732652587890627 108893 0.0 0.0
313 2023-03-29 00:00:00+01:00 18.825 19.0 18.60300048828125 18.7 18.6082666015625 19962 0.0 0.0
314 2023-03-30 00:00:00+01:00 18.725 18.8 18.5 18.650000000000002 18.558511962890627 16901 0.0 0.0
315 2023-03-31 00:00:00+01:00 18.650000000000002 18.7 18.45 18.650000000000002 18.558511962890627 50546 0.0 0.0
316 2023-04-03 00:00:00+01:00 18.650000000000002 18.900000000000002 18.2 18.75 18.658021240234376 19668 0.0 0.0
317 2023-04-04 00:00:00+01:00 18.475 18.7475 18.475 18.55 18.45900146484375 209726 0.0 0.0
318 2023-04-05 00:00:00+01:00 18.575 18.8 18.1 18.6 18.508756103515626 18663 0.0 0.0
319 2023-04-06 00:00:00+01:00 18.3 18.5 18.1 18.400000000000002 18.309737548828124 39288 0.0 0.0
320 2023-04-11 00:00:00+01:00 18.3 18.495999755859376 18.1 18.150000000000002 18.06096435546875 21680 0.0 0.0
321 2023-04-12 00:00:00+01:00 18.150000000000002 18.2 18.0 18.1 18.011209716796877 84448 0.0 0.0
322 2023-04-13 00:00:00+01:00 18.1 18.1 17.7 17.900000000000002 17.81218994140625 21777 0.0 0.0
323 2023-04-14 00:00:00+01:00 17.900000000000002 18.1 17.8 17.85 17.762435302734374 29490 0.0 0.0
324 2023-04-17 00:00:00+01:00 17.95 18.1 17.8 17.95 17.861944580078127 24620 0.0 0.0
325 2023-04-18 00:00:00+01:00 17.95 18.0 17.8 17.95 17.861944580078127 61377 0.0 0.0
326 2023-04-19 00:00:00+01:00 17.95 18.1 17.3 17.400000000000002 17.3146435546875 51334 0.0 0.0
327 2023-04-20 00:00:00+01:00 17.400000000000002 17.5 17.38 17.400000000000002 17.3146435546875 53634 0.0 0.0
328 2023-04-21 00:00:00+01:00 17.400000000000002 17.38 17.0 17.0 16.9166064453125 19167 0.0 0.0
329 2023-04-24 00:00:00+01:00 17.2 17.25 17.0 17.0 16.9166064453125 44474 0.0 0.0
330 2023-04-25 00:00:00+01:00 17.3 17.715999755859375 17.1 17.45 17.364398193359374 32401 0.0 0.0
331 2023-04-26 00:00:00+01:00 17.6 17.7175 17.2 17.525000000000002 17.43903076171875 20631 0.0 0.0
332 2023-04-27 00:00:00+01:00 17.6 17.95 17.25 17.75 17.66292724609375 62653 0.0 0.0
333 2023-04-28 00:00:00+01:00 17.575 17.900000000000002 17.25 17.400000000000002 17.3146435546875 20989 0.0 0.0
334 2023-05-02 00:00:00+01:00 17.575 17.8 16.5 16.9 16.817095947265624 90264 0.0 0.0
335 2023-05-03 00:00:00+01:00 16.9 17.150000000000002 16.65 16.875 16.792219238281252 51831 0.0 0.0
336 2023-05-04 00:00:00+01:00 16.875 17.595999755859374 16.63 17.45 17.384384765625 36936 1.94 0.0
337 2023-05-05 00:00:00+01:00 17.45 18.0 16.3 17.7 17.63344482421875 21243 0.0 0.0
338 2023-05-09 00:00:00+01:00 17.7 17.85 17.400000000000002 17.650000000000002 17.5836328125 23185 0.0 0.0
339 2023-05-10 00:00:00+01:00 17.650000000000002 17.900000000000002 17.400000000000002 17.85 17.782879638671876 18226 0.0 0.0
340 2023-05-11 00:00:00+01:00 17.650000000000002 17.99550048828125 17.400000000000002 17.775000000000002 17.708162841796874 11090 0.0 0.0
341 2023-05-12 00:00:00+01:00 17.775000000000002 18.394000244140624 17.650000000000002 17.650000000000002 17.5836328125 127072 0.0 0.0
342 2023-05-15 00:00:00+01:00 17.900000000000002 18.2 17.605999755859376 17.900000000000002 17.832691650390625 58698 0.0 0.0
343 2023-05-16 00:00:00+01:00 17.900000000000002 18.5 17.900000000000002 18.1 18.031939697265624 26165 0.0 0.0
344 2023-05-17 00:00:00+01:00 18.25 18.400000000000002 18.05 18.3 18.231187744140627 17457 0.0 0.0
345 2023-05-18 00:00:00+01:00 18.25 18.45 18.1 18.400000000000002 18.330811767578126 7976 0.0 0.0
346 2023-05-19 00:00:00+01:00 18.400000000000002 19.1 18.3 19.0 18.928555908203126 30852 0.0 0.0
347 2023-05-22 00:00:00+01:00 18.85 19.1 18.62 18.7 18.629683837890624 26845 0.0 0.0
348 2023-05-23 00:00:00+01:00 18.75 19.3 18.725500488281252 19.150000000000002 19.077991943359375 30188 0.0 0.0
349 2023-05-24 00:00:00+01:00 19.150000000000002 19.400000000000002 19.150000000000002 19.35 19.277239990234374 191333 0.0 0.0
350 2023-05-25 00:00:00+01:00 19.3 19.5 19.25 19.5 19.426676025390627 204024 0.0 0.0
351 2023-05-26 00:00:00+01:00 19.35 19.5 19.0 19.5 19.426676025390627 39932 0.0 0.0
352 2023-05-30 00:00:00+01:00 19.35 19.650000000000002 19.35 19.650000000000002 19.576112060546876 82063 0.0 0.0
353 2023-05-31 00:00:00+01:00 19.650000000000002 20.3 19.55 20.3 20.2236669921875 573546 0.0 0.0
354 2023-06-01 00:00:00+01:00 20.1 20.3 19.7 20.3 20.2236669921875 183211 0.0 0.0
355 2023-06-02 00:00:00+01:00 20.1 20.3 19.900000000000002 20.3 20.2236669921875 15303 0.0 0.0
356 2023-06-05 00:00:00+01:00 20.05 20.400000000000002 20.02 20.400000000000002 20.323291015625 37065 0.0 0.0
357 2023-06-06 00:00:00+01:00 20.35 20.55 20.3 20.5 20.4229150390625 34467 0.0 0.0
358 2023-06-07 00:00:00+01:00 20.5 20.6 20.3 20.6 20.52254150390625 103204 0.0 0.0
359 2023-06-08 00:00:00+01:00 20.55 20.7 20.378000488281252 20.5 20.4229150390625 83966 0.0 0.0
360 2023-06-09 00:00:00+01:00 20.400000000000002 20.49800048828125 20.1 20.2 20.124044189453127 25454 0.0 0.0
361 2023-06-12 00:00:00+01:00 20.2 20.28 20.0 20.2 20.124044189453127 6883 0.0 0.0
362 2023-06-13 00:00:00+01:00 20.1 20.2 20.0 20.1 20.024420166015627 123604 0.0 0.0
363 2023-06-14 00:00:00+01:00 20.1 20.3 20.0 20.3 20.2236669921875 17207 0.0 0.0
364 2023-06-15 00:00:00+01:00 20.150000000000002 20.29699951171875 20.0 20.1 20.024420166015627 15274 0.0 0.0
365 2023-06-16 00:00:00+01:00 20.150000000000002 20.5 20.0 20.5 20.4229150390625 109354 0.0 0.0
366 2023-06-19 00:00:00+01:00 20.1 20.5 20.0 20.3 20.2236669921875 49400 0.0 0.0
367 2023-06-20 00:00:00+01:00 20.2 20.400000000000002 20.0 20.400000000000002 20.323291015625 142162 0.0 0.0
368 2023-06-21 00:00:00+01:00 20.2 20.400000000000002 20.0 20.2 20.124044189453127 83656 0.0 0.0
369 2023-06-22 00:00:00+01:00 20.150000000000002 20.1 19.8 19.85 19.775360107421875 30892 0.0 0.0
370 2023-06-23 00:00:00+01:00 19.900000000000002 19.95 19.55 19.7 19.625924072265626 13477 0.0 0.0
371 2023-06-26 00:00:00+01:00 19.7 19.8 19.2 19.425 19.3519580078125 14340 0.0 0.0
372 2023-06-27 00:00:00+01:00 19.400000000000002 19.595999755859374 19.2 19.400000000000002 19.327052001953124 19675 0.0 0.0
373 2023-06-28 00:00:00+01:00 19.400000000000002 19.6 19.22 19.35 19.277239990234374 5887 0.0 0.0
374 2023-06-29 00:00:00+01:00 19.400000000000002 19.5 18.93 19.150000000000002 19.077991943359375 24270 0.0 0.0
375 2023-06-30 00:00:00+01:00 19.150000000000002 19.0 18.7 18.8 18.729307861328124 18478 0.0 0.0
376 2023-07-03 00:00:00+01:00 18.8 19.0 18.150000000000002 18.75 18.679495849609374 32636 0.0 0.0
377 2023-07-04 00:00:00+01:00 18.7 18.85 18.5 18.7 18.629683837890624 13321 0.0 0.0
378 2023-07-05 00:00:00+01:00 18.7 18.8 17.85 18.0 17.932315673828125 6058 0.0 0.0
379 2023-07-06 00:00:00+01:00 18.45 18.490000000000002 18.0 18.3 18.231187744140627 59858 0.0 0.0
380 2023-07-07 00:00:00+01:00 18.2 18.5 17.85 17.85 17.782879638671876 9214 0.0 0.0
381 2023-07-10 00:00:00+01:00 18.150000000000002 18.400000000000002 17.8 18.1 18.031939697265624 12678 0.0 0.0
382 2023-07-11 00:00:00+01:00 18.05 18.22 17.8 18.1 18.031939697265624 38661 0.0 0.0
383 2023-07-12 00:00:00+01:00 18.1 18.295 17.8 18.0 17.932315673828125 12751 0.0 0.0
384 2023-07-13 00:00:00+01:00 18.05 18.2 17.8 18.05 17.982127685546875 14909 0.0 0.0
385 2023-07-14 00:00:00+01:00 18.0 18.034399414062502 17.7 17.900000000000002 17.832691650390625 15362 0.0 0.0
386 2023-07-17 00:00:00+01:00 17.900000000000002 17.8 17.5 17.55 17.4840087890625 24289 0.0 0.0
387 2023-07-18 00:00:00+01:00 17.55 17.55 17.1 17.275000000000002 17.210042724609377 13268 0.0 0.0
388 2023-07-19 00:00:00+01:00 17.375 17.900000000000002 17.165 17.55 17.4840087890625 20402 0.0 0.0
389 2023-07-20 00:00:00+01:00 17.55 17.900000000000002 17.2 17.55 17.4840087890625 12738 0.0 0.0
390 2023-07-21 00:00:00+01:00 17.55 17.900000000000002 17.2 17.3 17.23494873046875 37201 0.0 0.0
391 2023-07-24 00:00:00+01:00 17.35 17.3 17.01 17.150000000000002 17.0855126953125 58237 0.0 0.0
392 2023-07-25 00:00:00+01:00 17.150000000000002 17.35 17.0 17.35 17.2847607421875 11202 0.0 0.0
393 2023-07-26 00:00:00+01:00 17.25 17.495 17.14 17.25 17.18513671875 15936 0.0 0.0
394 2023-07-27 00:00:00+01:00 17.25 18.330000000000002 17.18 18.1 18.031939697265624 27135 0.0 0.0
395 2023-07-28 00:00:00+01:00 18.175 18.6 17.75 18.3 18.231187744140627 15413 0.0 0.0
396 2023-07-31 00:00:00+01:00 18.3 18.594000244140627 18.0 18.25 18.181375732421877 37493 0.0 0.0
397 2023-08-01 00:00:00+01:00 18.3 19.150000000000002 18.1 19.150000000000002 19.077991943359375 5491 0.0 0.0
398 2023-08-02 00:00:00+01:00 18.25 18.16 17.60699951171875 17.95 17.882503662109375 39474 0.0 0.0
399 2023-08-03 00:00:00+01:00 17.95 18.2 17.7 17.95 17.882503662109375 5963 0.0 0.0
400 2023-08-04 00:00:00+01:00 17.85 18.2 17.5 17.75 17.6832568359375 9055 0.0 0.0
401 2023-08-07 00:00:00+01:00 17.75 17.83803955078125 17.5 17.75 17.6832568359375 10023 0.0 0.0
402 2023-08-08 00:00:00+01:00 17.75 18.0 17.35551025390625 17.7 17.63344482421875 16834 0.0 0.0
403 2023-08-09 00:00:00+01:00 17.650000000000002 18.0 17.3 17.7 17.63344482421875 7670 0.0 0.0
404 2023-08-10 00:00:00+01:00 17.7 17.89 17.404000244140626 17.6 17.53382080078125 5162 0.0 0.0
405 2023-08-11 00:00:00+01:00 17.6 17.650000000000002 17.404000244140626 17.650000000000002 17.5836328125 4730 0.0 0.0
406 2023-08-14 00:00:00+01:00 17.6 17.650000000000002 17.3 17.55 17.4840087890625 8683 0.0 0.0
407 2023-08-15 00:00:00+01:00 17.55 17.650000000000002 17.2 17.400000000000002 17.33457275390625 6926 0.0 0.0
408 2023-08-16 00:00:00+01:00 17.35 17.6 17.3 17.3 17.23494873046875 12782 0.0 0.0
409 2023-08-17 00:00:00+01:00 17.400000000000002 17.6 17.2 17.400000000000002 17.33457275390625 2684 0.0 0.0
410 2023-08-18 00:00:00+01:00 17.400000000000002 17.56 17.2 17.400000000000002 17.33457275390625 6283 0.0 0.0
411 2023-08-21 00:00:00+01:00 17.400000000000002 17.795999755859377 17.3606005859375 17.650000000000002 17.5836328125 15108 0.0 0.0
412 2023-08-22 00:00:00+01:00 17.55 17.8 17.35 17.35 17.2847607421875 7640 0.0 0.0
413 2023-08-23 00:00:00+01:00 17.6 17.8 17.55 17.55 17.4840087890625 10110 0.0 0.0
414 2023-08-24 00:00:00+01:00 17.6 18.0 17.5 17.6 17.53382080078125 10596 0.0 0.0
415 2023-08-25 00:00:00+01:00 17.6 17.8 17.400000000000002 17.6 17.53382080078125 38281 0.0 0.0
416 2023-08-29 00:00:00+01:00 17.6 17.795999755859377 17.400000000000002 17.400000000000002 17.33457275390625 20871 0.0 0.0
417 2023-08-30 00:00:00+01:00 17.6 17.7 17.478499755859374 17.6 17.53382080078125 31744 0.0 0.0
418 2023-08-31 00:00:00+01:00 17.6 17.753489990234375 17.3 17.6 17.53382080078125 22110 0.0 0.0
419 2023-09-01 00:00:00+01:00 17.55 17.75 17.25 17.6 17.53382080078125 229989 0.0 0.0
420 2023-09-04 00:00:00+01:00 17.6 17.79 17.25 17.6 17.53382080078125 3608 0.0 0.0
421 2023-09-05 00:00:00+01:00 17.6 17.75 17.2 17.45 17.384384765625 9216 0.0 0.0
422 2023-09-06 00:00:00+01:00 17.45 17.7 17.2 17.45 17.384384765625 4046 0.0 0.0
423 2023-09-07 00:00:00+01:00 17.45 17.7 16.8 17.2 17.135324707031252 14483 0.0 0.0
424 2023-09-08 00:00:00+01:00 17.150000000000002 17.19 16.8 16.9 16.83645263671875 17996 0.0 0.0
425 2023-09-11 00:00:00+01:00 16.9 17.2 16.8 17.1 17.03570068359375 30151 0.0 0.0
426 2023-09-12 00:00:00+01:00 17.05 17.25 17.0 17.150000000000002 17.0855126953125 15695 0.0 0.0
427 2023-09-13 00:00:00+01:00 17.150000000000002 17.27 17.003000488281252 17.1 17.03570068359375 8272 0.0 0.0
428 2023-09-14 00:00:00+01:00 17.1 17.273599853515627 16.9 17.1 17.03570068359375 10558 0.0 0.0
429 2023-09-15 00:00:00+01:00 17.1 17.27958984375 16.65 16.65 16.587392578125 7704 0.0 0.0
430 2023-09-18 00:00:00+01:00 17.05 17.240000000000002 16.8 17.0 16.93607666015625 19170 0.0 0.0
431 2023-09-19 00:00:00+01:00 17.05 17.3 16.8 17.3 17.23494873046875 19823 0.0 0.0
432 2023-09-20 00:00:00+01:00 17.05 17.3 17.0 17.2 17.135324707031252 31132 0.0 0.0
433 2023-09-21 00:00:00+01:00 17.150000000000002 17.29699951171875 17.05199951171875 17.150000000000002 17.0855126953125 3097 0.0 0.0
434 2023-09-22 00:00:00+01:00 17.150000000000002 17.27 16.75 16.75 16.6870166015625 10453 0.0 0.0
435 2023-09-25 00:00:00+01:00 17.150000000000002 17.150000000000002 16.7 16.8 16.73682861328125 24085 0.0 0.0
436 2023-09-26 00:00:00+01:00 17.0 17.0 16.5 16.625 16.562486572265627 13391 0.0 0.0
437 2023-09-27 00:00:00+01:00 16.625 16.65 16.3 16.4 16.33833251953125 26861 0.0 0.0
438 2023-09-28 00:00:00+01:00 16.75 17.215999755859375 16.51 17.2 17.135324707031252 167942 0.0 0.0
439 2023-09-29 00:00:00+01:00 17.1 17.400000000000002 17.1 17.3 17.23494873046875 74271 0.0 0.0
440 2023-10-02 00:00:00+01:00 17.25 17.395999755859375 17.1 17.25 17.18513671875 17619 0.0 0.0
441 2023-10-03 00:00:00+01:00 17.25 17.38 17.055 17.125 17.060606689453124 36157 0.0 0.0
442 2023-10-04 00:00:00+01:00 17.125 17.1 16.6 16.6 16.537580566406252 20221 0.0 0.0
443 2023-10-05 00:00:00+01:00 16.75 16.7 16.5 16.7 16.63720458984375 16806 0.0 0.0
444 2023-10-06 00:00:00+01:00 16.6 16.7 16.0 16.0 15.93983642578125 27436 0.0 0.0
445 2023-10-09 00:00:00+01:00 16.15 16.005 15.8 15.950000000000001 15.8900244140625 142542 0.0 0.0
446 2023-10-10 00:00:00+01:00 15.950000000000001 16.2 15.950000000000001 16.1 16.03946044921875 191826 0.0 0.0
447 2023-10-11 00:00:00+01:00 16.1 16.199000244140624 16.0 16.0 15.93983642578125 52610 0.0 0.0
448 2023-10-12 00:00:00+01:00 16.05 16.1 16.0 16.0 15.93983642578125 16366 0.0 0.0
449 2023-10-13 00:00:00+01:00 16.05 16.0 15.1 15.1 15.043221435546876 125432 0.0 0.0
450 2023-10-16 00:00:00+01:00 15.9 15.91199951171875 15.4 15.4 15.342093505859376 45770 0.0 0.0
451 2023-10-17 00:00:00+01:00 15.3 15.38 14.8 14.8 14.744349365234376 47291 0.0 0.0
452 2023-10-18 00:00:00+01:00 14.950000000000001 14.950000000000001 14.355550537109375 14.55 14.495289306640625 73154 0.0 0.0
453 2023-10-19 00:00:00+01:00 14.55 14.55 14.4 14.55 14.495289306640625 39626 0.0 0.0
454 2023-10-20 00:00:00+01:00 14.4 14.5 14.200000000000001 14.200000000000001 14.146605224609376 43934 0.0 0.0
455 2023-10-23 00:00:00+01:00 14.25 14.21 13.6 13.75 13.698297119140625 33605 0.0 0.0
456 2023-10-24 00:00:00+01:00 13.725 13.950000000000001 12.77 12.950000000000001 12.90130615234375 154438 0.0 0.0
457 2023-10-25 00:00:00+01:00 12.975 13.85 12.88 13.725 13.67339111328125 118846 0.0 0.0
458 2023-10-26 00:00:00+01:00 13.725 14.0 13.67 13.9 13.847733154296876 23806 0.0 0.0
459 2023-10-27 00:00:00+01:00 13.9 14.25 13.111219482421875 14.1 14.046981201171874 119741 0.0 0.0
460 2023-10-30 00:00:00+00:00 14.1 14.25 14.1 14.200000000000001 14.146605224609376 12044 0.0 0.0
461 2023-10-31 00:00:00+00:00 14.200000000000001 14.4 14.1 14.35 14.296041259765625 16108 0.0 0.0
462 2023-11-01 00:00:00+00:00 14.25 14.5 14.1 14.3 14.246229248046875 18936 0.0 0.0
463 2023-11-02 00:00:00+00:00 14.25 14.6 14.22 14.5 14.445477294921876 18560 0.0 0.0
464 2023-11-03 00:00:00+00:00 14.450000000000001 14.57 14.35 14.4 14.345853271484375 31297 0.0 0.0
465 2023-11-06 00:00:00+00:00 14.450000000000001 14.6 14.3 14.450000000000001 14.395665283203126 11117 0.0 0.0
466 2023-11-07 00:00:00+00:00 14.450000000000001 15.0 14.432500000000001 14.9 14.843973388671875 32616 0.0 0.0
467 2023-11-08 00:00:00+00:00 14.9 15.200000000000001 14.915000000000001 15.200000000000001 15.142845458984375 76070 0.0 0.0
468 2023-11-09 00:00:00+00:00 15.1 15.4 14.915000000000001 15.3 15.242469482421875 40041 0.0 0.0
469 2023-11-10 00:00:00+00:00 15.25 15.255 14.9 15.05 14.993409423828126 49823 0.0 0.0
470 2023-11-13 00:00:00+00:00 15.05 15.25011962890625 14.9 15.15 15.093033447265626 31157 0.0 0.0
471 2023-11-14 00:00:00+00:00 15.15 15.183299560546875 14.9 14.9 14.843973388671875 16626 0.0 0.0
472 2023-11-15 00:00:00+00:00 15.025 15.1 14.700000000000001 14.85 14.794161376953125 24081 0.0 0.0
473 2023-11-16 00:00:00+00:00 14.9 15.455999755859375 14.72 15.3 15.242469482421875 37082 0.0 0.0
474 2023-11-17 00:00:00+00:00 15.3 15.8 14.9 15.8 15.740588378906251 24777 0.0 0.0
475 2023-11-20 00:00:00+00:00 15.65 16.375 15.5 16.35 16.2885205078125 29585 0.0 0.0
476 2023-11-21 00:00:00+00:00 16.35 16.5 16.20199951171875 16.3 16.23870849609375 45840 0.0 0.0
477 2023-11-22 00:00:00+00:00 16.3 16.4 16.20199951171875 16.3 16.23870849609375 17744 0.0 0.0
478 2023-11-23 00:00:00+00:00 16.3 16.4 16.20199951171875 16.4 16.33833251953125 33984 0.0 0.0
479 2023-11-24 00:00:00+00:00 16.325 16.45 16.2 16.2 16.13908447265625 33457 0.0 0.0
480 2023-11-27 00:00:00+00:00 16.325 16.45 16.2 16.45 16.38814453125 129977 0.0 0.0
481 2023-11-28 00:00:00+00:00 16.325 16.5 16.2 16.5 16.43795654296875 49498 0.0 0.0
482 2023-11-29 00:00:00+00:00 16.425 16.85 16.35 16.8 16.73682861328125 65126 0.0 0.0
483 2023-11-30 00:00:00+00:00 16.9 17.6 16.91 17.6 17.53382080078125 120950 0.0 0.0
484 2023-12-01 00:00:00+00:00 17.55 18.1 17.445830078125 17.95 17.882503662109375 27344 0.0 0.0
485 2023-12-04 00:00:00+00:00 17.975 18.048499755859375 17.7 17.75 17.6832568359375 102544 0.0 0.0
486 2023-12-05 00:00:00+00:00 17.75 17.8 17.6 17.6 17.53382080078125 75449 0.0 0.0
487 2023-12-06 00:00:00+00:00 17.75 18.0 17.400000000000002 18.0 17.932315673828125 18084 0.0 0.0
488 2023-12-07 00:00:00+00:00 17.575 17.78 17.1 17.1 17.03570068359375 16018 0.0 0.0
489 2023-12-08 00:00:00+00:00 17.55 18.29699951171875 17.7 18.2 18.131563720703124 40063 0.0 0.0
490 2023-12-11 00:00:00+00:00 18.25 18.225 17.8 18.05 17.982127685546875 55376 0.0 0.0
491 2023-12-12 00:00:00+00:00 17.975 18.0975 17.85 18.0 17.932315673828125 21815 0.0 0.0
492 2023-12-13 00:00:00+00:00 17.875 18.080000000000002 17.650000000000002 17.8 17.733068847656252 29154 0.0 0.0
493 2023-12-14 00:00:00+00:00 17.900000000000002 18.1 17.795 17.85 17.782879638671876 167809 0.0 0.0
494 2023-12-15 00:00:00+00:00 17.85 18.0 17.400000000000002 17.900000000000002 17.832691650390625 37670 0.0 0.0
495 2023-12-18 00:00:00+00:00 17.85 18.0 17.7 18.0 17.932315673828125 102343 0.0 0.0
496 2023-12-19 00:00:00+00:00 17.900000000000002 18.1 17.7 18.0 17.932315673828125 26831 0.0 0.0
497 2023-12-20 00:00:00+00:00 17.85 18.2 17.7 18.2 18.131563720703124 34594 0.0 0.0
498 2023-12-21 00:00:00+00:00 18.1 18.295999755859377 17.900000000000002 18.1 18.031939697265624 9904 0.0 0.0
499 2023-12-22 00:00:00+00:00 18.1 18.3 18.0 18.1 18.031939697265624 6222 0.0 0.0
500 2023-12-27 00:00:00+00:00 18.1 18.255999755859374 17.75 17.75 17.6832568359375 10216 0.0 0.0
501 2023-12-28 00:00:00+00:00 18.1 18.255999755859374 17.5 17.8 17.733068847656252 20549 0.0 0.0
502 2023-12-29 00:00:00+00:00 17.7 17.900000000000002 17.5 17.900000000000002 17.832691650390625 1969 0.0 0.0
503 2024-01-02 00:00:00+00:00 17.7 17.900000000000002 17.400000000000002 17.5 17.43419677734375 16855 0.0 0.0
504 2024-01-03 00:00:00+00:00 17.475 17.55 17.2 17.55 17.4840087890625 10668 0.0 0.0
505 2024-01-04 00:00:00+00:00 17.375 17.55 17.2 17.55 17.4840087890625 120755 0.0 0.0
506 2024-01-05 00:00:00+00:00 17.475 17.55 17.21 17.400000000000002 17.33457275390625 10306 0.0 0.0
507 2024-01-08 00:00:00+00:00 17.35 17.5 17.055 17.2 17.135324707031252 7708 0.0 0.0
508 2024-01-09 00:00:00+00:00 17.175 17.19 17.00199951171875 17.1 17.03570068359375 5247 0.0 0.0
509 2024-01-10 00:00:00+00:00 17.1 17.18800048828125 16.9 17.0 16.93607666015625 11252 0.0 0.0
510 2024-01-11 00:00:00+00:00 17.0 16.82 16.101999511718752 16.2 16.13908447265625 57382 0.0 0.0
511 2024-01-12 00:00:00+00:00 16.225 16.5 16.1 16.5 16.43795654296875 20010 0.0 0.0
512 2024-01-15 00:00:00+00:00 16.27 16.7 16.1 16.7 16.63720458984375 11863 0.0 0.0
513 2024-01-16 00:00:00+00:00 16.6 17.0 16.4 16.8 16.73682861328125 13411 0.0 0.0
514 2024-01-17 00:00:00+00:00 16.8 16.990000000000002 16.4 16.4 16.33833251953125 19138 0.0 0.0
515 2024-01-18 00:00:00+00:00 16.8 16.9 16.4 16.75 16.6870166015625 66307 0.0 0.0
516 2024-01-19 00:00:00+00:00 16.75 16.9 16.6 16.7 16.63720458984375 42666 0.0 0.0
517 2024-01-22 00:00:00+00:00 16.75 16.7 16.3 16.65 16.587392578125 24056 0.0 0.0
518 2024-01-23 00:00:00+00:00 16.5 17.0 16.4 17.0 16.93607666015625 44662 0.0 0.0
519 2024-01-24 00:00:00+00:00 17.1 17.35 16.5 17.0 16.93607666015625 82456 0.0 0.0
520 2024-01-25 00:00:00+00:00 17.2 17.3 16.9 16.95 16.8862646484375 20316 0.0 0.0
521 2024-01-26 00:00:00+00:00 16.875 17.45 16.75 17.1 17.03570068359375 16162 0.0 0.0
522 2024-01-29 00:00:00+00:00 16.9 17.400000000000002 16.75 17.2 17.135324707031252 12416 0.0 0.0
523 2024-01-30 00:00:00+00:00 17.25 17.55 17.10300048828125 17.55 17.4840087890625 18997 0.0 0.0
524 2024-01-31 00:00:00+00:00 17.25 17.75 17.1 17.75 17.6832568359375 63404 0.0 0.0
525 2024-02-01 00:00:00+00:00 17.625 17.900000000000002 17.6 17.7 17.63344482421875 30717 0.0 0.0
526 2024-02-02 00:00:00+00:00 17.825 17.935 17.750660400390625 17.85 17.782879638671876 12746 0.0 0.0
527 2024-02-05 00:00:00+00:00 17.875 18.0 17.75 17.75 17.6832568359375 49842 0.0 0.0
528 2024-02-06 00:00:00+00:00 17.85 18.2 17.7 17.7 17.63344482421875 20576 0.0 0.0
529 2024-02-07 00:00:00+00:00 17.8 17.85 17.6 17.75 17.6832568359375 25582 0.0 0.0
530 2024-02-08 00:00:00+00:00 17.675 17.75 17.6 17.675 17.652496337890625 48592 4.42 0.0
531 2024-02-09 00:00:00+00:00 17.7 17.75 17.55 17.55 17.527655029296877 32233 0.0 0.0
532 2024-02-12 00:00:00+00:00 17.625 17.650000000000002 17.35 17.650000000000002 17.627528076171874 31800 0.0 0.0
533 2024-02-13 00:00:00+00:00 17.525000000000002 17.685 16.65 16.65 16.62880126953125 20215 0.0 0.0
534 2024-02-14 00:00:00+00:00 17.475 17.89 17.5 17.55 17.527655029296877 26043 0.0 0.0
535 2024-02-15 00:00:00+00:00 17.75 17.900000000000002 17.665550537109375 17.900000000000002 17.87720947265625 5549 0.0 0.0
536 2024-02-16 00:00:00+00:00 17.75 17.900000000000002 17.25 17.75 17.727399902343752 10412 0.0 0.0
537 2024-02-19 00:00:00+00:00 17.75 18.39699951171875 17.675 18.2 18.176827392578126 40736 0.0 0.0
538 2024-02-20 00:00:00+00:00 18.3 18.69699951171875 18.35551025390625 18.55 18.5263818359375 21989 0.0 0.0
539 2024-02-21 00:00:00+00:00 18.55 18.609000244140624 18.3 18.6 18.576318359375 10564 0.0 0.0
540 2024-02-22 00:00:00+00:00 18.45 18.6 18.003000488281252 18.2 18.176827392578126 22638 0.0 0.0
541 2024-02-23 00:00:00+00:00 18.150000000000002 18.25 18.02 18.05 18.02701904296875 5866 0.0 0.0
542 2024-02-26 00:00:00+00:00 18.150000000000002 18.8 18.003000488281252 18.8 18.776063232421876 52592 0.0 0.0
543 2024-02-27 00:00:00+00:00 18.3 19.0 18.25 19.0 18.975809326171877 45223 0.0 0.0
544 2024-02-28 00:00:00+00:00 18.400000000000002 18.8 18.22 18.3 18.276700439453126 16824 0.0 0.0
545 2024-02-29 00:00:00+00:00 18.5 18.6 18.3 18.6 18.576318359375 32225 0.0 0.0
546 2024-03-01 00:00:00+00:00 18.5 18.7 18.3 18.5 18.4764453125 7620 0.0 0.0
547 2024-03-04 00:00:00+00:00 18.5 18.7 18.3 18.3 18.276700439453126 9140 0.0 0.0
548 2024-03-05 00:00:00+00:00 18.5 18.95 18.1 18.25 18.226763916015624 25707 0.0 0.0
549 2024-03-06 00:00:00+00:00 18.25 18.400000000000002 18.0 18.2 18.176827392578126 19163 0.0 0.0
550 2024-03-07 00:00:00+00:00 18.2 18.395999755859375 17.7 17.7 17.677464599609376 5889 0.0 0.0
551 2024-03-08 00:00:00+00:00 18.2 18.5 18.140999755859376 18.5 18.4764453125 32390 0.0 0.0
552 2024-03-11 00:00:00+00:00 18.35 18.5 18.2 18.5 18.4764453125 12927 0.0 0.0
553 2024-03-12 00:00:00+00:00 18.35 18.5 17.85 17.85 17.82727294921875 7272 0.0 0.0
554 2024-03-13 00:00:00+00:00 18.35 18.5 18.2 18.3 18.276700439453126 20462 0.0 0.0
555 2024-03-14 00:00:00+00:00 18.35 18.490000000000002 18.2 18.2 18.176827392578126 34535 0.0 0.0
556 2024-03-15 00:00:00+00:00 18.35 18.5 18.2 18.2 18.176827392578126 22659 0.0 0.0
557 2024-03-18 00:00:00+00:00 18.35 18.490000000000002 18.1 18.2 18.176827392578126 16120 0.0 0.0
558 2024-03-19 00:00:00+00:00 18.3 18.3 18.0 18.0 17.97708251953125 18282 0.0 0.0
559 2024-03-20 00:00:00+00:00 18.150000000000002 18.150000000000002 17.72 17.8 17.77733642578125 34926 0.0 0.0
560 2024-03-21 00:00:00+00:00 17.8 17.900000000000002 17.7 17.7 17.677464599609376 53377 0.0 0.0
561 2024-03-22 00:00:00+00:00 17.8 17.8 17.465999755859375 17.55 17.527655029296877 18289 0.0 0.0
562 2024-03-25 00:00:00+00:00 17.55 17.7 17.400000000000002 17.400000000000002 17.377845458984375 7802 0.0 0.0
563 2024-03-26 00:00:00+00:00 17.55 17.7 17.25 17.3 17.2779736328125 19850 0.0 0.0
564 2024-03-27 00:00:00+00:00 17.45 17.45 17.1 17.1 17.0782275390625 34241 0.0 0.0
565 2024-03-28 00:00:00+00:00 17.3 17.5 16.85 16.85 16.828546142578126 37089 0.0 0.0
566 2024-04-02 00:00:00+01:00 17.05 17.1 16.8 16.9 16.878482666015625 11696 0.0 0.0
567 2024-04-03 00:00:00+01:00 17.150000000000002 17.39 17.0 17.0 16.978355712890625 22028 0.0 0.0
568 2024-04-04 00:00:00+01:00 17.2 17.35 16.7 16.8 16.778609619140624 12884 0.0 0.0
569 2024-04-05 00:00:00+01:00 16.75 16.749000244140625 16.475 16.7 16.67873779296875 37657 0.0 0.0
570 2024-04-08 00:00:00+01:00 16.7 17.05 16.55 16.9 16.878482666015625 33355 0.0 0.0
571 2024-04-09 00:00:00+01:00 16.95 17.2 16.84 17.2 17.1781005859375 118571 0.0 0.0
572 2024-04-10 00:00:00+01:00 17.1 17.5 17.0 17.5 17.477718505859375 26734 0.0 0.0
573 2024-04-11 00:00:00+01:00 17.25 17.75 17.005 17.75 17.727399902343752 7802 0.0 0.0
574 2024-04-12 00:00:00+01:00 17.35 17.6 17.2 17.425 17.402813720703126 11635 0.0 0.0
575 2024-04-15 00:00:00+01:00 17.425 17.6 17.204000244140627 17.6 17.577591552734376 12461 0.0 0.0
576 2024-04-16 00:00:00+01:00 17.400000000000002 17.5 17.30199951171875 17.5 17.477718505859375 19752 0.0 0.0
577 2024-04-17 00:00:00+01:00 17.400000000000002 17.95 17.30300048828125 17.95 17.92714599609375 11238 0.0 0.0
578 2024-04-18 00:00:00+01:00 17.45 18.0 17.32 18.0 17.97708251953125 48131 0.0 0.0
579 2024-04-19 00:00:00+01:00 17.7 18.0 17.45 17.6 17.577591552734376 59956 0.0 0.0
580 2024-04-22 00:00:00+01:00 17.8 18.35 17.6 18.35 18.326636962890625 51203 0.0 0.0
581 2024-04-23 00:00:00+01:00 18.625 18.85 18.1 18.3 18.276700439453126 115227 0.0 0.0
582 2024-04-24 00:00:00+01:00 18.45 18.59699951171875 17.900000000000002 18.0 17.97708251953125 35089 0.0 0.0
583 2024-04-25 00:00:00+01:00 18.05 18.0 17.740000000000002 17.85 17.82727294921875 37182 0.0 0.0
584 2024-04-26 00:00:00+01:00 17.8 17.900000000000002 17.6 17.900000000000002 17.87720947265625 6065 0.0 0.0
585 2024-04-29 00:00:00+01:00 17.75 18.5 17.60300048828125 18.150000000000002 18.126890869140624 67093 0.0 0.0
586 2024-04-30 00:00:00+01:00 18.125 18.16949951171875 18.0 18.1 18.076954345703125 163750 0.0 0.0
587 2024-05-01 00:00:00+01:00 18.075 18.400000000000002 18.01 18.3 18.276700439453126 22242 0.0 0.0
588 2024-05-02 00:00:00+01:00 18.3 18.7 18.25 18.7 18.7 18848 2.33 0.0
589 2024-05-03 00:00:00+01:00 18.650000000000002 18.85 18.25 18.25 18.25 11949 0.0 0.0
590 2024-05-07 00:00:00+01:00 18.775000000000002 18.900000000000002 18.701500244140625 18.75 18.75 16553 0.0 0.0
591 2024-05-08 00:00:00+01:00 18.775000000000002 18.85 18.2 18.2 18.2 77655 0.0 0.0
592 2024-05-09 00:00:00+01:00 18.75 18.95 18.6 18.95 18.95 44677 0.0 0.0
593 2024-05-10 00:00:00+01:00 18.8 19.2 18.6 19.2 19.2 45316 0.0 0.0
594 2024-05-13 00:00:00+01:00 19.05 19.2 18.900000000000002 19.150000000000002 19.150000000000002 52543 0.0 0.0
595 2024-05-14 00:00:00+01:00 19.05 19.475 18.95 19.35 19.35 52137 0.0 0.0
596 2024-05-15 00:00:00+01:00 19.3 19.650000000000002 19.2 19.400000000000002 19.400000000000002 7248 0.0 0.0
597 2024-05-16 00:00:00+01:00 19.3 19.900000000000002 19.3 19.8 19.8 40511 0.0 0.0
598 2024-05-17 00:00:00+01:00 19.85 20.48699951171875 19.75 20.2 20.2 62831 0.0 0.0
599 2024-05-20 00:00:00+01:00 20.25 20.6 20.0 20.5 20.5 18431 0.0 0.0
600 2024-05-21 00:00:00+01:00 20.400000000000002 20.6 20.1 20.5 20.5 41785 0.0 0.0
601 2024-05-22 00:00:00+01:00 20.35 20.66 20.2 20.6 20.6 33036 0.0 0.0
602 2024-05-23 00:00:00+01:00 20.400000000000002 21.2 20.2 21.2 21.2 39831 0.0 0.0
603 2024-05-24 00:00:00+01:00 20.95 21.8 20.68 21.8 21.8 34032 0.0 0.0
604 2024-05-28 00:00:00+01:00 21.2 21.76666015625 21.1 21.7 21.7 23468 0.0 0.0
605 2024-05-29 00:00:00+01:00 21.55 21.7 21.400000000000002 21.400000000000002 21.400000000000002 18941 0.0 0.0
606 2024-05-30 00:00:00+01:00 21.55 21.69 21.3 21.3 21.3 27539 0.0 0.0
607 2024-05-31 00:00:00+01:00 21.55 22.5 21.400000000000002 22.5 22.5 77578 0.0 0.0
608 2024-06-03 00:00:00+01:00 22.150000000000002 22.5 21.6 22.2 22.2 30976 0.0 0.0
609 2024-06-04 00:00:00+01:00 22.2 22.3 21.7 21.7 21.7 27300 0.0 0.0
610 2024-06-05 00:00:00+01:00 22.25 22.212500000000002 21.65551025390625 21.8 21.8 34966 0.0 0.0
611 2024-06-06 00:00:00+01:00 21.8 21.8 21.400000000000002 21.400000000000002 21.400000000000002 13975 0.0 0.0
612 2024-06-07 00:00:00+01:00 21.55 21.7 21.0 21.7 21.7 13537 0.0 0.0
613 2024-06-10 00:00:00+01:00 21.25 21.7 20.7 21.1 21.1 48654 0.0 0.0
614 2024-06-11 00:00:00+01:00 20.85 21.44 20.7 20.7 20.7 34923 0.0 0.0
615 2024-06-12 00:00:00+01:00 21.2 21.455000000000002 21.1 21.3 21.3 10334 0.0 0.0
616 2024-06-13 00:00:00+01:00 21.35 21.5 20.8 20.8 20.8 9585 0.0 0.0
617 2024-06-14 00:00:00+01:00 21.400000000000002 21.8 20.650000000000002 21.0 21.0 39270 0.0 0.0
618 2024-06-17 00:00:00+01:00 21.0 21.2 20.64 20.8 20.8 13452 0.0 0.0
619 2024-06-18 00:00:00+01:00 20.8 21.1 20.8 20.8 20.8 8195 0.0 0.0
620 2024-06-19 00:00:00+01:00 20.8 21.2 20.6 20.900000000000002 20.900000000000002 8158 0.0 0.0
621 2024-06-20 00:00:00+01:00 21.0 21.0 20.6 21.0 21.0 24103 0.0 0.0
622 2024-06-21 00:00:00+01:00 20.8 21.1 20.5 21.1 21.1 47450 0.0 0.0
623 2024-06-24 00:00:00+01:00 20.7 21.3 20.6 21.1 21.1 29927 0.0 0.0
624 2024-06-25 00:00:00+01:00 21.3 21.3 20.8 20.8 20.8 9652 0.0 0.0
625 2024-06-26 00:00:00+01:00 20.8 21.2 20.400000000000002 20.900000000000002 20.900000000000002 10771 0.0 0.0
626 2024-06-27 00:00:00+01:00 20.8 20.900000000000002 20.7 20.900000000000002 20.900000000000002 19578 0.0 0.0
627 2024-06-28 00:00:00+01:00 20.5 20.725 20.45260009765625 20.5 20.5 15216 0.0 0.0
628 2024-07-01 00:00:00+01:00 20.7 20.7 20.3 20.3 20.3 19967 0.0 0.0
629 2024-07-02 00:00:00+01:00 20.3 20.400000000000002 20.04800048828125 20.400000000000002 20.400000000000002 35579 0.0 0.0
630 2024-07-03 00:00:00+01:00 20.3 21.1 20.3 21.1 21.1 15459 0.0 0.0
631 2024-07-04 00:00:00+01:00 20.8 21.0 20.7 20.7 20.7 41177 0.0 0.0
632 2024-07-05 00:00:00+01:00 20.7 20.7839990234375 20.44800048828125 20.7 20.7 10316 0.0 0.0
633 2024-07-08 00:00:00+01:00 20.400000000000002 20.7 20.1 20.1 20.1 11765 0.0 0.0
634 2024-07-09 00:00:00+01:00 20.1 20.2 19.915999755859374 20.2 20.2 43328 0.0 0.0
635 2024-07-10 00:00:00+01:00 20.0 20.400000000000002 20.0 20.3 20.3 32089 0.0 0.0
636 2024-07-11 00:00:00+01:00 20.2 21.1 20.16 21.0 21.0 31487 0.0 0.0
637 2024-07-12 00:00:00+01:00 21.0 21.2 20.400000000000002 21.2 21.2 93676 0.0 0.0
638 2024-07-15 00:00:00+01:00 21.1 21.400000000000002 20.900000000000002 21.0 21.0 28837 0.0 0.0
639 2024-07-16 00:00:00+01:00 21.0 21.2 20.92800048828125 21.2 21.2 11307 0.0 0.0
640 2024-07-17 00:00:00+01:00 21.2 21.3 21.0 21.1 21.1 11366 0.0 0.0
641 2024-07-18 00:00:00+01:00 20.900000000000002 21.400000000000002 20.900000000000002 21.2 21.2 19966 0.0 0.0
642 2024-07-19 00:00:00+01:00 21.1 21.3 20.7 21.2 21.2 23737 0.0 0.0
643 2024-07-22 00:00:00+01:00 21.0 21.400000000000002 21.0 21.400000000000002 21.400000000000002 61224 0.0 0.0
644 2024-07-23 00:00:00+01:00 21.0 21.2339990234375 20.8 20.8 20.8 9142 0.0 0.0
645 2024-07-24 00:00:00+01:00 20.7 20.8 20.2 20.400000000000002 20.400000000000002 18173 0.0 0.0
646 2024-07-25 00:00:00+01:00 20.7 20.7 20.1 20.1 20.1 6833 0.0 0.0
647 2024-07-26 00:00:00+01:00 20.5 21.0 20.1 20.900000000000002 20.900000000000002 16715 0.0 0.0
648 2024-07-29 00:00:00+01:00 20.900000000000002 20.900000000000002 20.5 20.7 20.7 16466 0.0 0.0
649 2024-07-30 00:00:00+01:00 20.7 20.71 19.2 19.45 19.45 59406 0.0 0.0
650 2024-07-31 00:00:00+01:00 19.400000000000002 19.7 19.35 19.7 19.7 18840 0.0 0.0
651 2024-08-01 00:00:00+01:00 19.5 19.91800048828125 19.3 19.55 19.55 22668 0.0 0.0
652 2024-08-02 00:00:00+01:00 19.3 19.5 19.150000000000002 19.3 19.3 21868 0.0 0.0
653 2024-08-05 00:00:00+01:00 19.1 19.45 18.05 18.35 18.35 39750 0.0 0.0
654 2024-08-06 00:00:00+01:00 18.3 19.0 18.150000000000002 18.95 18.95 20843 0.0 0.0
655 2024-08-07 00:00:00+01:00 19.0 19.5 18.79 19.35 19.35 19934 0.0 0.0
656 2024-08-08 00:00:00+01:00 19.400000000000002 19.404000244140626 18.650000000000002 18.650000000000002 18.650000000000002 64779 0.0 0.0
657 2024-08-09 00:00:00+01:00 19.05 19.05 18.400000000000002 18.5 18.5 8264 0.0 0.0
658 2024-08-12 00:00:00+01:00 18.85 18.874000244140625 18.411099853515626 18.7 18.7 16988 0.0 0.0
659 2024-08-13 00:00:00+01:00 18.95 18.95 18.57699951171875 18.8 18.8 9656 0.0 0.0
660 2024-08-14 00:00:00+01:00 18.85 19.2 18.650000000000002 19.0 19.0 14412 0.0 0.0
661 2024-08-15 00:00:00+01:00 19.2 19.650000000000002 18.83551025390625 19.6 19.6 18475 0.0 0.0
662 2024-08-16 00:00:00+01:00 19.650000000000002 19.75 18.650000000000002 19.7 19.7 7410 0.0 0.0
663 2024-08-19 00:00:00+01:00 19.7 19.75 19.35 19.45 19.45 16278 0.0 0.0
664 2024-08-20 00:00:00+01:00 19.6 19.6 18.8 19.0 19.0 39450 0.0 0.0
665 2024-08-21 00:00:00+01:00 19.2 19.75 18.98738037109375 19.75 19.75 34402 0.0 0.0
666 2024-08-22 00:00:00+01:00 19.28199951171875 19.8 19.28199951171875 19.71 19.71 4455 0.0 0.0

View File

@@ -0,0 +1,666 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits,Repaired?
2022-01-04 00:00:00+00:00,1.02,1.02,1.0,1.0025,0.46005871701498224,688791,0.0,0.0,True
2022-01-05 00:00:00+00:00,1.0050000000000001,1.03,0.9880000305175781,1.0150000000000001,0.4657950766970162,574510,0.0,0.0,True
2022-01-06 00:00:00+00:00,1.0150000000000001,1.0260600280761718,1.0125499725341798,1.025,0.47038424195101936,302750,0.0,0.0,True
2022-01-07 00:00:00+00:00,1.025,1.03,1.0150000000000001,1.0225,0.4692369418297486,184689,0.0,0.0,True
2022-01-10 00:00:00+00:00,1.035,1.0387400054931641,1.02,1.03,0.4726787717314008,393887,0.0,0.0,True
2022-01-11 00:00:00+00:00,1.03,1.035,1.025,1.025,0.47038424195101936,312267,0.0,0.0,True
2022-01-12 00:00:00+00:00,1.02,1.0349600219726562,1.02,1.02,0.4680896417084777,333655,0.0,0.0,True
2022-01-13 00:00:00+00:00,1.035,1.035,1.0150000000000001,1.0150000000000001,0.4657950766970162,693154,0.0,0.0,True
2022-01-14 00:00:00+00:00,1.0150000000000001,1.03,1.0150000000000001,1.025,0.47038424195101936,445210,0.0,0.0,True
2022-01-17 00:00:00+00:00,1.03,1.03,1.01,1.0225,0.4692369418297486,244429,0.0,0.0,True
2022-01-18 00:00:00+00:00,1.0150000000000001,1.04,1.0150000000000001,1.03,0.4726787717314008,303057,0.0,0.0,True
2022-01-19 00:00:00+00:00,1.03,1.03,1.01,1.01,0.46350051168555456,540297,0.0,0.0,True
2022-01-20 00:00:00+00:00,1.03,1.03,1.02,1.02,0.4680896417084777,503597,0.0,0.0,True
2022-01-21 00:00:00+00:00,1.02,1.03,1.0150000000000001,1.0150000000000001,0.4657950766970162,503201,0.0,0.0,True
2022-01-24 00:00:00+00:00,1.03,1.03,1.0050000000000001,1.0050000000000001,0.4612059819051731,621856,0.0,0.0,True
2022-01-25 00:00:00+00:00,1.0150000000000001,1.03,1.01,1.01,0.46350051168555456,221580,0.0,0.0,True
2022-01-26 00:00:00+00:00,1.0150000000000001,1.035,1.01,1.01,0.46350051168555456,337026,0.0,0.0,True
2022-01-27 00:00:00+00:00,1.0050000000000001,1.035,1.0050000000000001,1.0275,0.47153143637905004,163407,0.0,0.0,True
2022-01-28 00:00:00+00:00,1.02,1.0336000061035155,1.01,1.01,0.46350051168555456,216813,0.0,0.0,True
2022-01-31 00:00:00+00:00,1.025,1.035,1.01,1.025,0.47038424195101936,258610,0.0,0.0,True
2022-02-01 00:00:00+00:00,1.02,1.0338700103759766,1.0150000000000001,1.025,0.47038424195101936,174860,0.0,0.0,True
2022-02-02 00:00:00+00:00,1.02,1.035,1.02,1.035,0.4749733015117825,168097,0.0,0.0,True
2022-02-03 00:00:00+00:00,1.02,1.035,1.01,1.03,0.4726787717314008,121514,0.0,0.0,True
2022-02-04 00:00:00+00:00,1.035,1.04,1.0150000000000001,1.025,0.47038424195101936,334977,0.0,0.0,True
2022-02-07 00:00:00+00:00,1.025,1.04,1.0150000000000001,1.0150000000000001,0.4657950766970162,219011,0.0,0.0,True
2022-02-08 00:00:00+00:00,1.02,1.035,1.0150000000000001,1.02,0.4680896417084777,245744,0.0,0.0,True
2022-02-09 00:00:00+00:00,1.02,1.045,1.0150000000000001,1.02,0.4680896417084777,510130,0.0,0.0,True
2022-02-10 00:00:00+00:00,1.02,1.04,1.0150000000000001,1.035,0.4749733015117825,155236,0.0,0.0,True
2022-02-11 00:00:00+00:00,1.04,1.04,1.0150000000000001,1.0150000000000001,0.4657950766970162,269938,0.0,0.0,True
2022-02-14 00:00:00+00:00,1.01,1.02,1.0,1.0050000000000001,0.4612059819051731,502611,0.0,0.0,True
2022-02-15 00:00:00+00:00,1.01,1.024010009765625,1.0069000244140625,1.0175,0.4669424120493671,254211,0.0,0.0,True
2022-02-16 00:00:00+00:00,1.0050000000000001,1.025,1.0050000000000001,1.0175,0.4669424120493671,205546,0.0,0.0,True
2022-02-17 00:00:00+00:00,1.0050000000000001,1.03,1.0050000000000001,1.0175,0.4669424120493671,351438,0.0,0.0,True
2022-02-18 00:00:00+00:00,1.025,1.035,1.01,1.025,0.47038424195101936,431839,0.0,0.0,True
2022-02-21 00:00:00+00:00,1.01,1.02875,1.0050000000000001,1.0050000000000001,0.4612059819051731,223721,0.0,0.0,True
2022-02-22 00:00:00+00:00,1.0,1.0226399993896484,1.0,1.01,0.46350051168555456,263954,0.0,0.0,True
2022-02-23 00:00:00+00:00,1.01,1.03,1.0,1.0080000305175782,0.462582742050698,209339,0.0,0.0,True
2022-02-24 00:00:00+00:00,0.9980000305175781,1.01,0.985999984741211,0.9980000305175781,0.4579936120277749,290528,0.0,0.0,True
2022-02-25 00:00:00+00:00,0.995999984741211,1.02,0.9944200134277345,1.02,0.4680896417084777,266910,0.0,0.0,True
2022-02-28 00:00:00+00:00,1.0095999908447266,1.0150000000000001,0.9922799682617188,1.0030000305175781,0.4602881418081564,123233,0.0,0.0,True
2022-03-01 00:00:00+00:00,0.9919999694824219,1.017320022583008,0.9914700317382813,1.01,0.46350051168555456,93584,0.0,0.0,True
2022-03-02 00:00:00+00:00,0.9919999694824219,1.02,0.99,1.02,0.4680896417084777,206801,0.0,0.0,True
2022-03-03 00:00:00+00:00,0.9980000305175781,1.0050000000000001,0.985999984741211,0.9944999694824219,0.46273870218103275,241550,0.014,0.0,True
2022-03-04 00:00:00+00:00,0.9840000152587891,1.0,0.98,0.98,0.45599186137362274,274851,0.0,0.0,True
2022-03-07 00:00:00+00:00,0.98,0.9940000152587891,0.965999984741211,0.9940000152587891,0.4625060808248725,298583,0.0,0.0,True
2022-03-08 00:00:00+00:00,0.98,0.9980000305175781,0.965999984741211,0.9840000152587891,0.45785308223818033,324905,0.0,0.0,True
2022-03-09 00:00:00+00:00,1.0,1.0,0.9740000152587891,0.9930000305175781,0.46204076667961624,237428,0.0,0.0,True
2022-03-10 00:00:00+00:00,1.0,1.0,0.9825,1.0,0.46529782283053905,450257,0.0,0.0,True
2022-03-11 00:00:00+00:00,1.02,1.02,0.9963600158691407,1.0075,0.4687876074870262,394282,0.0,0.0,True
2022-03-14 00:00:00+00:00,1.0,1.0215899658203125,0.995,1.0069999694824219,0.4685549146979299,391252,0.0,0.0,True
2022-03-15 00:00:00+00:00,0.985999984741211,1.0150000000000001,0.9844000244140625,0.9969999694824219,0.4639019518277057,251123,0.0,0.0,True
2022-03-16 00:00:00+00:00,0.99,1.0150000000000001,0.9880000305175781,0.995999984741211,0.4634366376824494,205994,0.0,0.0,True
2022-03-17 00:00:00+00:00,0.9940000152587891,1.0150000000000001,0.985999984741211,1.0030000305175781,0.46669376526630824,217928,0.0,0.0,True
2022-03-18 00:00:00+00:00,0.9940000152587891,1.0150000000000001,0.985999984741211,1.01,0.4699507857007631,542421,0.0,0.0,True
2022-03-21 00:00:00+00:00,1.0150000000000001,1.02,0.9840000152587891,1.0075,0.4687876074870262,677397,0.0,0.0,True
2022-03-22 00:00:00+00:00,1.0150000000000001,1.02,0.9994999694824219,1.01,0.4699507857007631,269370,0.0,0.0,True
2022-03-23 00:00:00+00:00,1.0,1.0131500244140625,0.9940000152587891,1.01,0.4699507857007631,257172,0.0,0.0,True
2022-03-24 00:00:00+00:00,1.0050000000000001,1.0150000000000001,0.995999984741211,1.005500030517578,0.46785697919651326,526075,0.0,0.0,True
2022-03-25 00:00:00+00:00,0.99,1.01,0.9861900329589844,1.0,0.46529782283053905,210872,0.0,0.0,True
2022-03-28 00:00:00+01:00,0.9819999694824219,1.01,0.9819999694824219,1.0,0.46529782283053905,263474,0.0,0.0,True
2022-03-29 00:00:00+01:00,0.9819999694824219,1.01,0.9819999694824219,1.0030000305175781,0.46669376526630824,384070,0.0,0.0,True
2022-03-30 00:00:00+01:00,1.0,1.0050000000000001,0.9894999694824219,1.0025,0.4664611081936801,364410,0.0,0.0,True
2022-03-31 00:00:00+01:00,1.0,1.02,0.9931999969482422,1.0150000000000001,0.4722772849941092,939136,0.0,0.0,True
2022-04-01 00:00:00+01:00,1.0150000000000001,1.025,0.9980000305175781,0.9980000305175781,0.4643673016894302,1076825,0.0,0.0,True
2022-04-04 00:00:00+01:00,1.0,1.025,0.9968000030517579,1.01,0.4699507857007631,637179,0.0,0.0,True
2022-04-05 00:00:00+01:00,1.03,1.03,0.995999984741211,1.0075,0.4687876074870262,418344,0.0,0.0,True
2022-04-06 00:00:00+01:00,1.0050000000000001,1.02375,0.9940000152587891,1.0050000000000001,0.4676243221238851,431535,0.0,0.0,True
2022-04-07 00:00:00+01:00,1.01,1.0187999725341796,0.9933399963378906,1.0,0.46529782283053905,338675,0.0,0.0,True
2022-04-08 00:00:00+01:00,1.01,1.0274400329589843,1.01,1.0150000000000001,0.4722772849941092,507439,0.0,0.0,True
2022-04-11 00:00:00+01:00,1.02,1.02,1.0,1.0050000000000001,0.4676243221238851,666408,0.0,0.0,True
2022-04-12 00:00:00+01:00,1.02,1.022979965209961,1.0,1.0050000000000001,0.4676243221238851,713644,0.0,0.0,True
2022-04-13 00:00:00+01:00,1.01,1.02,1.0050000000000001,1.01,0.4699507857007631,1763693,0.0,0.0,True
2022-04-14 00:00:00+01:00,1.02,1.025,1.01,1.0175,0.47344057035725035,1485480,0.0,0.0,True
2022-04-19 00:00:00+01:00,1.0150000000000001,1.03,1.0050000000000001,1.02,0.47460378428745537,1318288,0.0,0.0,True
2022-04-20 00:00:00+01:00,1.025,1.025,1.018499984741211,1.0175,0.47344057035725035,1052033,0.0,0.0,True
2022-04-21 00:00:00+01:00,1.0150000000000001,1.0276000213623047,1.01,1.0150000000000001,0.4722772849941092,886904,0.0,0.0,True
2022-04-22 00:00:00+01:00,1.0150000000000001,1.025,1.01,1.0150000000000001,0.4722772849941092,572432,0.0,0.0,True
2022-04-25 00:00:00+01:00,1.0050000000000001,1.02,0.9940000152587891,1.0050000000000001,0.4676243221238851,549296,0.0,0.0,True
2022-04-26 00:00:00+01:00,1.02,1.025,1.01,1.02,0.47460378428745537,480986,0.0,0.0,True
2022-04-27 00:00:00+01:00,1.014499969482422,1.023300018310547,1.0137000274658203,1.02,0.47460378428745537,278543,0.0,0.0,True
2022-04-28 00:00:00+01:00,1.0050000000000001,1.025,1.0,1.01,0.4699507857007631,1015555,0.0,0.0,True
2022-04-29 00:00:00+01:00,1.0050000000000001,1.02,1.0050000000000001,1.0150000000000001,0.4722772849941092,222329,0.0,0.0,True
2022-05-03 00:00:00+01:00,1.02,1.02,0.9940000152587891,1.0050000000000001,0.4676243221238851,269530,0.0,0.0,True
2022-05-04 00:00:00+01:00,1.0,1.00625,0.9980000305175781,1.0050000000000001,0.4676243221238851,698396,0.0,0.0,True
2022-05-05 00:00:00+01:00,1.01,1.02,1.0016000366210938,1.0030000305175781,0.46669376526630824,492217,0.0,0.0,True
2022-05-06 00:00:00+01:00,1.01,1.0137999725341797,0.995999984741211,1.0,0.46529782283053905,605508,0.0,0.0,True
2022-05-09 00:00:00+01:00,0.9980000305175781,1.0150000000000001,0.995999984741211,1.0005000305175782,0.46553047990316726,1161624,0.0,0.0,True
2022-05-10 00:00:00+01:00,1.0,1.007760009765625,0.99,0.9980000305175781,0.4643673016894302,495152,0.0,0.0,True
2022-05-11 00:00:00+01:00,1.0,1.01,0.9919999694824219,0.9919999694824219,0.4615754882508277,438247,0.0,0.0,True
2022-05-12 00:00:00+01:00,0.9840000152587891,0.995999984741211,0.98,0.99,0.4606448599603149,342851,0.0,0.0,True
2022-05-13 00:00:00+01:00,0.995999984741211,1.0021199798583984,0.9940000152587891,0.9990000152587891,0.46483261583468666,886845,0.0,0.0,True
2022-05-16 00:00:00+01:00,0.9919999694824219,1.0050000000000001,0.99,0.995999984741211,0.4634366376824494,472847,0.0,0.0,True
2022-05-17 00:00:00+01:00,0.99,1.01,0.988820037841797,1.0040000152587891,0.46715907941156476,404261,0.0,0.0,True
2022-05-18 00:00:00+01:00,1.0050000000000001,1.0071499633789063,0.9919999694824219,1.0,0.46529782283053905,524412,0.0,0.0,True
2022-05-19 00:00:00+01:00,0.9880000305175781,1.0,0.9880000305175781,0.995,0.462971323537193,204691,0.0,0.0,True
2022-05-20 00:00:00+01:00,1.001999969482422,1.0150000000000001,0.995999984741211,1.006500015258789,0.46832236477470573,333654,0.0,0.0,True
2022-05-23 00:00:00+01:00,1.0,1.02,0.9955999755859375,1.01,0.4699507857007631,574137,0.0,0.0,True
2022-05-24 00:00:00+01:00,1.01,1.02,0.989800033569336,0.9975,0.46413457318386603,277441,0.0,0.0,True
2022-05-25 00:00:00+01:00,1.02,1.02,0.9880000305175781,0.9880000305175781,0.45971433881920615,197291,0.0,0.0,True
2022-05-26 00:00:00+01:00,1.01,1.01,0.9880000305175781,1.01,0.4699507857007631,294806,0.0,0.0,True
2022-05-27 00:00:00+01:00,0.9919999694824219,1.02,0.9880000305175781,1.008499984741211,0.46925285019934654,406794,0.0,0.0,True
2022-05-30 00:00:00+01:00,0.9980000305175781,1.02,0.9919999694824219,0.9919999694824219,0.4615754882508277,408598,0.0,0.0,True
2022-05-31 00:00:00+01:00,1.02,1.02,0.9940000152587891,0.995999984741211,0.4634366376824494,197162,0.0,0.0,True
2022-06-01 00:00:00+01:00,1.0003900146484375,1.025,0.9937999725341797,1.0094999694824218,0.46971809291166694,316069,0.0,0.0,True
2022-06-06 00:00:00+01:00,1.0150000000000001,1.02,0.9880000305175781,1.01,0.4699507857007631,202637,0.0,0.0,True
2022-06-07 00:00:00+01:00,1.0050000000000001,1.0150000000000001,0.995999984741211,1.0050000000000001,0.4676243221238851,137343,0.0,0.0,True
2022-06-08 00:00:00+01:00,1.0050000000000001,1.02,0.995999984741211,1.0125,0.4711140353474362,393886,0.0,0.0,True
2022-06-09 00:00:00+01:00,1.01,1.0150000000000001,0.99,1.0025,0.4664611081936801,276763,0.0,0.0,True
2022-06-10 00:00:00+01:00,1.0059999847412109,1.01,0.9915000152587891,1.0025,0.4664611081936801,248266,0.0,0.0,True
2022-06-13 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9980000305175781,0.4643673016894302,341223,0.0,0.0,True
2022-06-14 00:00:00+01:00,1.0150000000000001,1.0150000000000001,0.9880000305175781,1.0050000000000001,0.4676243221238851,3582584,0.0,0.0,True
2022-06-15 00:00:00+01:00,1.0150000000000001,1.0150000000000001,0.9919999694824219,1.01,0.4699507857007631,550051,0.0,0.0,True
2022-06-16 00:00:00+01:00,0.9980000305175781,1.01,0.99,0.9975,0.47065854290814385,434295,0.014,0.0,True
2022-06-17 00:00:00+01:00,0.9880000305175781,1.0086900329589843,0.98,1.0,0.4718381609439312,217757,0.0,0.0,True
2022-06-20 00:00:00+01:00,1.0,1.01,0.98,0.99,0.4671197250142656,279723,0.0,0.0,True
2022-06-21 00:00:00+01:00,0.9919999694824219,1.01,0.982770004272461,0.9840000152587891,0.4642887720969189,172057,0.0,0.0,True
2022-06-22 00:00:00+01:00,0.98,1.0,0.9780000305175781,0.985999984741211,0.4652324592828521,496310,0.0,0.0,True
2022-06-23 00:00:00+01:00,0.9780000305175781,0.99,0.9780000305175781,0.9819999694824219,0.4633450486975015,199602,0.0,0.0,True
2022-06-24 00:00:00+01:00,0.985999984741211,0.9980000305175781,0.9780000305175781,0.99,0.4671197250142656,746247,0.0,0.0,True
2022-06-27 00:00:00+01:00,0.9840000152587891,1.0,0.9819999694824219,0.985,0.4647606337966275,267320,0.0,0.0,True
2022-06-28 00:00:00+01:00,0.9819999694824219,1.0,0.9784999847412109,0.9940000152587891,0.46900713559961615,160986,0.0,0.0,True
2022-06-29 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.975999984741211,0.9880000305175781,0.46617611025530103,191521,0.0,0.0,True
2022-06-30 00:00:00+01:00,0.97,0.99,0.97,0.97,0.4576830342223554,248579,0.0,0.0,True
2022-07-01 00:00:00+01:00,0.97,0.9880000305175781,0.9680000305175781,0.9769999694824218,0.46098592126637933,255890,0.0,0.0,True
2022-07-04 00:00:00+01:00,0.97,0.99,0.961999969482422,0.975999984741211,0.46051402335318636,235856,0.0,0.0,True
2022-07-05 00:00:00+01:00,0.965999984741211,0.9880000305175781,0.961999969482422,0.970999984741211,0.45815485970857994,55765,0.0,0.0,True
2022-07-06 00:00:00+01:00,0.965999984741211,0.9819999694824219,0.96,0.96,0.4529646345061741,298602,0.0,0.0,True
2022-07-07 00:00:00+01:00,0.98,0.9880000305175781,0.9611900329589844,0.9719999694824218,0.45862668519480443,289831,0.0,0.0,True
2022-07-08 00:00:00+01:00,0.96,0.9880000305175781,0.96,0.961999969482422,0.4539083216921072,139232,0.0,0.0,True
2022-07-11 00:00:00+01:00,0.97,0.9880000305175781,0.961999969482422,0.9780000305175781,0.46145771053911955,622083,0.0,0.0,True
2022-07-12 00:00:00+01:00,0.961999969482422,0.985999984741211,0.96,0.96,0.4529646345061741,121277,0.0,0.0,True
2022-07-13 00:00:00+01:00,0.96,0.9780000305175781,0.9519999694824219,0.955999984741211,0.45107729634779203,172913,0.0,0.0,True
2022-07-14 00:00:00+01:00,0.955999984741211,0.975999984741211,0.9521900177001953,0.965,0.4553237981507805,229708,0.0,0.0,True
2022-07-15 00:00:00+01:00,0.965999984741211,0.98,0.9500000000000001,0.97,0.4576830342223554,712578,0.0,0.0,True
2022-07-18 00:00:00+01:00,0.96,0.9719999694824218,0.9500000000000001,0.9500000000000001,0.4482461985765084,499037,0.0,0.0,True
2022-07-19 00:00:00+01:00,0.96,0.9678399658203125,0.9500000000000001,0.9569999694824219,0.45154912183401646,204836,0.0,0.0,True
2022-07-20 00:00:00+01:00,0.9640000152587891,0.98,0.9610500335693359,0.965999984741211,0.45579565985048914,397977,0.0,0.0,True
2022-07-21 00:00:00+01:00,0.97,0.9740000152587891,0.9640000152587891,0.9640000152587891,0.4548519726645561,155181,0.0,0.0,True
2022-07-22 00:00:00+01:00,0.9640000152587891,0.9819999694824219,0.9640000152587891,0.9780000305175781,0.46145771053911955,190410,0.0,0.0,True
2022-07-25 00:00:00+01:00,0.9640000152587891,0.98,0.9640000152587891,0.9719999694824218,0.45862668519480443,210323,0.0,0.0,True
2022-07-26 00:00:00+01:00,0.9540000152587891,0.98,0.9519999694824219,0.975999984741211,0.46051402335318636,389720,0.0,0.0,True
2022-07-27 00:00:00+01:00,0.9719999694824218,0.98,0.9580000305175781,0.965999984741211,0.45579565985048914,350909,0.0,0.0,True
2022-07-28 00:00:00+01:00,0.9680000305175781,0.9819999694824219,0.9625900268554688,0.965999984741211,0.45579565985048914,481627,0.0,0.0,True
2022-07-29 00:00:00+01:00,0.98,0.98,0.96,0.961999969482422,0.4539083216921072,567967,0.0,0.0,True
2022-08-01 00:00:00+01:00,0.965999984741211,0.985999984741211,0.96,0.975999984741211,0.46051402335318636,300413,0.0,0.0,True
2022-08-02 00:00:00+01:00,0.98,0.9819999694824219,0.9719999694824218,0.9790000152587891,0.4619295722388282,243968,0.0,0.0,True
2022-08-03 00:00:00+01:00,0.961999969482422,0.9880000305175781,0.961999969482422,0.97,0.4576830342223554,331682,0.0,0.0,True
2022-08-04 00:00:00+01:00,0.9880000305175781,0.9880000305175781,0.9680000305175781,0.985999984741211,0.4652324592828521,218462,0.0,0.0,True
2022-08-05 00:00:00+01:00,0.98,0.9880000305175781,0.9701000213623047,0.985999984741211,0.4652324592828521,199593,0.0,0.0,True
2022-08-08 00:00:00+01:00,0.9719999694824218,0.9919999694824219,0.97,0.9719999694824218,0.45862668519480443,199786,0.0,0.0,True
2022-08-09 00:00:00+01:00,0.9719999694824218,0.9980000305175781,0.9719999694824218,0.9880000305175781,0.46617611025530103,337063,0.0,0.0,True
2022-08-10 00:00:00+01:00,0.99,0.995999984741211,0.9775,0.9869999694824219,0.4657042847690765,261608,0.0,0.0,True
2022-08-11 00:00:00+01:00,0.9980000305175781,1.0,0.98,1.0,0.4718381609439312,282071,0.0,0.0,True
2022-08-12 00:00:00+01:00,0.985999984741211,1.0050000000000001,0.9848600006103516,0.99,0.4671197250142656,235615,0.0,0.0,True
2022-08-15 00:00:00+01:00,1.0,1.0050000000000001,0.9780000305175781,0.995999984741211,0.4699508227855493,224444,0.0,0.0,True
2022-08-16 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9819999694824219,0.4633450486975015,378581,0.0,0.0,True
2022-08-17 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9925,0.46829937926353743,281246,0.0,0.0,True
2022-08-18 00:00:00+01:00,0.9840000152587891,1.01,0.9780000305175781,1.01,0.4765565968735969,300436,0.0,0.0,True
2022-08-19 00:00:00+01:00,0.99,1.0,0.9780000305175781,0.9980000305175781,0.47089447375799814,297435,0.0,0.0,True
2022-08-22 00:00:00+01:00,0.975999984741211,0.995999984741211,0.975999984741211,0.975999984741211,0.46051402335318636,248244,0.0,0.0,True
2022-08-23 00:00:00+01:00,0.975999984741211,0.99,0.9719999694824218,0.9719999694824218,0.45862668519480443,128685,0.0,0.0,True
2022-08-24 00:00:00+01:00,0.9719999694824218,0.985999984741211,0.9719999694824218,0.9780000305175781,0.46145771053911955,475257,0.0,0.0,True
2022-08-25 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.9719999694824218,0.9780000305175781,0.46145771053911955,150422,0.0,0.0,True
2022-08-26 00:00:00+01:00,0.98,0.9919999694824219,0.972310028076172,0.975999984741211,0.46051402335318636,346755,0.0,0.0,True
2022-08-30 00:00:00+01:00,0.985999984741211,0.99,0.97,0.9780000305175781,0.46145771053911955,914883,0.0,0.0,True
2022-08-31 00:00:00+01:00,0.98,0.9980000305175781,0.9756700134277344,0.9819999694824219,0.4633450486975015,935700,0.0,0.0,True
2022-09-01 00:00:00+01:00,0.9819999694824219,0.9880000305175781,0.97,0.9780000305175781,0.46145771053911955,492257,0.0,0.0,True
2022-09-02 00:00:00+01:00,0.9780000305175781,0.985999984741211,0.97,0.980999984741211,0.46287322321127716,325380,0.0,0.0,True
2022-09-05 00:00:00+01:00,0.98,0.99,0.9625,0.97,0.4576830342223554,384938,0.0,0.0,True
2022-09-06 00:00:00+01:00,0.97,0.99,0.97,0.9819999694824219,0.4633450486975015,206662,0.0,0.0,True
2022-09-07 00:00:00+01:00,0.97,0.9880000305175781,0.9655000305175782,0.9869999694824219,0.4657042847690765,149552,0.0,0.0,True
2022-09-08 00:00:00+01:00,0.97,0.9940000152587891,0.9640000152587891,0.98,0.46240143393853694,129364,0.0,0.0,True
2022-09-09 00:00:00+01:00,0.9919999694824219,0.9919999694824219,0.9719999694824218,0.9719999694824218,0.45862668519480443,412842,0.0,0.0,True
2022-09-12 00:00:00+01:00,0.9940000152587891,0.9940000152587891,0.9740000152587891,0.9840000152587891,0.4642887720969189,235355,0.0,0.0,True
2022-09-13 00:00:00+01:00,0.99,0.99,0.965999984741211,0.965999984741211,0.45579565985048914,206941,0.0,0.0,True
2022-09-14 00:00:00+01:00,0.9640000152587891,0.9719999694824218,0.9618800354003907,0.965999984741211,0.45579565985048914,420231,0.0,0.0,True
2022-09-15 00:00:00+01:00,0.97,0.99,0.9640000152587891,0.99,0.4671197250142656,277190,0.0,0.0,True
2022-09-16 00:00:00+01:00,0.975999984741211,0.9880000305175781,0.9680000305175781,0.9680000305175781,0.4567393470364223,215343,0.0,0.0,True
2022-09-20 00:00:00+01:00,0.98,0.99,0.9640000152587891,0.98,0.46240143393853694,234937,0.0,0.0,True
2022-09-21 00:00:00+01:00,0.9740000152587891,0.9840000152587891,0.9673000335693359,0.9769999694824218,0.46098592126637933,99867,0.0,0.0,True
2022-09-22 00:00:00+01:00,0.96,0.9780000305175781,0.9459999847412109,0.9459999847412109,0.4528480667743865,211067,0.014,0.0,True
2022-09-23 00:00:00+01:00,0.9580000305175781,0.97,0.9419999694824219,0.9419999694824219,0.45093330763627953,514419,0.0,0.0,True
2022-09-26 00:00:00+01:00,0.9519999694824219,0.9719999694824218,0.9319999694824219,0.9440000152587891,0.45189072394002605,298848,0.0,0.0,True
2022-09-27 00:00:00+01:00,0.9400000000000001,0.9580000305175781,0.924000015258789,0.924000015258789,0.4423167078413326,320166,0.0,0.0,True
2022-09-28 00:00:00+01:00,0.924000015258789,0.9380000305175782,0.8808999633789063,0.9080000305175782,0.43465752435013244,713516,0.0,0.0,True
2022-09-29 00:00:00+01:00,0.9080000305175782,0.9080000305175782,0.8880000305175781,0.895,0.42843452041659147,150625,0.0,0.0,True
2022-09-30 00:00:00+01:00,0.8840000152587891,0.92,0.8840000152587891,0.8980000305175782,0.42987058977017173,277102,0.0,0.0,True
2022-10-03 00:00:00+01:00,0.9159999847412109,0.92,0.9008999633789063,0.92,0.4404019487032256,192423,0.0,0.0,True
2022-10-04 00:00:00+01:00,0.92,0.9259999847412109,0.9080000305175782,0.91,0.4356149773885719,206022,0.0,0.0,True
2022-10-05 00:00:00+01:00,0.9119999694824219,0.9119999694824219,0.885999984741211,0.89,0.4260409980245716,249018,0.0,0.0,True
2022-10-06 00:00:00+01:00,0.89,0.904000015258789,0.885999984741211,0.89,0.4260409980245716,147819,0.0,0.0,True
2022-10-07 00:00:00+01:00,0.885999984741211,0.9019999694824219,0.8819999694824219,0.895,0.42843452041659147,193024,0.0,0.0,True
2022-10-10 00:00:00+01:00,0.8880000305175781,0.9,0.8819999694824219,0.89,0.4260409980245716,150088,0.0,0.0,True
2022-10-11 00:00:00+01:00,0.8880000305175781,0.894000015258789,0.875999984741211,0.88,0.4212540634446109,171838,0.0,0.0,True
2022-10-12 00:00:00+01:00,0.87,0.8819999694824219,0.85,0.8680000305175781,0.4155096758262106,352669,0.0,0.0,True
2022-10-13 00:00:00+01:00,0.865999984741211,0.8740000152587891,0.84,0.85,0.40689307603126385,431898,0.0,0.0,True
2022-10-14 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8319999694824219,0.8319999694824219,0.398276549705703,290638,0.0,0.0,True
2022-10-17 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8401799774169922,0.8640000152587891,0.41359491668810355,301380,0.0,0.0,True
2022-10-18 00:00:00+01:00,0.8740000152587891,0.8840000152587891,0.8601300048828125,0.8819999694824219,0.4222113695442784,273491,0.0,0.0,True
2022-10-19 00:00:00+01:00,0.88,0.8840000152587891,0.86822998046875,0.8719999694824219,0.41742443496431775,336756,0.0,0.0,True
2022-10-20 00:00:00+01:00,0.865999984741211,0.89,0.86,0.8619999694824219,0.4126374636496641,499500,0.0,0.0,True
2022-10-21 00:00:00+01:00,0.87,0.894000015258789,0.8649800109863282,0.87,0.4164671288646502,750123,0.0,0.0,True
2022-10-24 00:00:00+01:00,0.87,0.8919999694824219,0.8610900115966797,0.87,0.4164671288646502,708370,0.0,0.0,True
2022-10-25 00:00:00+01:00,0.865999984741211,0.894000015258789,0.865999984741211,0.894000015258789,0.42795583063206466,150183,0.0,0.0,True
2022-10-26 00:00:00+01:00,0.894000015258789,0.894000015258789,0.8719999694824219,0.88,0.4212540634446109,342181,0.0,0.0,True
2022-10-27 00:00:00+01:00,0.89,0.91,0.8844999694824219,0.8980000305175782,0.42987058977017173,293744,0.0,0.0,True
2022-10-28 00:00:00+01:00,0.8919999694824219,0.91,0.89,0.899000015258789,0.43034927955469854,240789,0.0,0.0,True
2022-10-31 00:00:00+00:00,0.89,0.9080000305175782,0.89,0.9,0.43082800607391825,162157,0.0,0.0,True
2022-11-01 00:00:00+00:00,0.9019999694824219,0.9259999847412109,0.89,0.9109999847412109,0.4360936304384057,234810,0.0,0.0,True
2022-11-02 00:00:00+00:00,0.904000015258789,0.9359999847412109,0.904000015258789,0.9309999847412109,0.445667573067713,415417,0.0,0.0,True
2022-11-03 00:00:00+00:00,0.92,0.9280000305175782,0.91,0.92,0.4404019487032256,329843,0.0,0.0,True
2022-11-04 00:00:00+00:00,0.914000015258789,0.9500000000000001,0.91,0.93,0.44518892001787935,396734,0.0,0.0,True
2022-11-07 00:00:00+00:00,0.9219999694824219,0.9442600250244141,0.9219999694824219,0.9340000152587891,0.4471037158906794,187482,0.0,0.0,True
2022-11-08 00:00:00+00:00,0.924000015258789,0.9459500122070312,0.924000015258789,0.9400000000000001,0.44997592806722597,151537,0.0,0.0,True
2022-11-09 00:00:00+00:00,0.9400000000000001,0.9680000305175781,0.9380000305175782,0.9400000000000001,0.44997592806722597,494064,0.0,0.0,True
2022-11-10 00:00:00+00:00,0.9580000305175781,0.9740000152587891,0.9359999847412109,0.9740000152587891,0.4662516011492939,91380,0.0,0.0,True
2022-11-11 00:00:00+00:00,0.9740000152587891,0.985999984741211,0.9540000152587891,0.9719999694824218,0.46529418484554746,439131,0.0,0.0,True
2022-11-14 00:00:00+00:00,0.965999984741211,0.99,0.9640000152587891,0.97,0.4643368787458799,155632,0.0,0.0,True
2022-11-15 00:00:00+00:00,0.9640000152587891,0.985999984741211,0.9522000122070313,0.9680000305175781,0.46337946244213335,625552,0.0,0.0,True
2022-11-16 00:00:00+00:00,0.9680000305175781,0.97,0.955999984741211,0.960999984741211,0.46002856048106,151305,0.0,0.0,True
2022-11-17 00:00:00+00:00,0.96,0.97,0.9522000122070313,0.955999984741211,0.45763507482373317,141559,0.0,0.0,True
2022-11-18 00:00:00+00:00,0.961999969482422,0.9719999694824218,0.9459999847412109,0.9500000000000001,0.4547628626471866,149843,0.0,0.0,True
2022-11-21 00:00:00+00:00,0.9540000152587891,0.97,0.9500000000000001,0.96,0.45954987069653325,323348,0.0,0.0,True
2022-11-22 00:00:00+00:00,0.9519999694824219,0.965999984741211,0.9440000152587891,0.9500000000000001,0.4547628626471866,265611,0.0,0.0,True
2022-11-23 00:00:00+00:00,0.9440000152587891,0.965999984741211,0.9440000152587891,0.9500000000000001,0.4547628626471866,314651,0.0,0.0,True
2022-11-24 00:00:00+00:00,0.9640000152587891,0.9640000152587891,0.9477999877929688,0.9569999694824219,0.4581136911388739,325154,0.0,0.0,True
2022-11-25 00:00:00+00:00,0.9459999847412109,0.9640000152587891,0.9359999847412109,0.9359999847412109,0.4480610954597328,327007,0.0,0.0,True
2022-11-28 00:00:00+00:00,0.9359999847412109,0.9500000000000001,0.93,0.9400000000000001,0.44997592806722597,342744,0.0,0.0,True
2022-11-29 00:00:00+00:00,0.9500000000000001,0.96,0.9340000152587891,0.9530000305175781,0.4561989687354599,332316,0.0,0.0,True
2022-11-30 00:00:00+00:00,0.9580000305175781,0.97,0.9500000000000001,0.97,0.4643368787458799,186741,0.0,0.0,True
2022-12-01 00:00:00+00:00,0.96,0.97,0.9440000152587891,0.960999984741211,0.46002856048106,145679,0.0,0.0,True
2022-12-02 00:00:00+00:00,0.9680000305175781,0.97,0.9576999664306641,0.966999969482422,0.46290073592291364,122332,0.0,0.0,True
2022-12-05 00:00:00+00:00,0.9519999694824219,0.97,0.9440000152587891,0.955999984741211,0.45763507482373317,256021,0.0,0.0,True
2022-12-06 00:00:00+00:00,0.96,0.9680000305175781,0.9480000305175782,0.96,0.45954987069653325,87221,0.0,0.0,True
2022-12-07 00:00:00+00:00,0.9480000305175782,0.9680000305175781,0.9440000152587891,0.9550000000000001,0.45715638503920647,492091,0.0,0.0,True
2022-12-08 00:00:00+00:00,0.9500000000000001,0.9680000305175781,0.9219999694824219,0.9259999847412109,0.4432740874103862,195345,0.0,0.0,True
2022-12-09 00:00:00+00:00,0.9440000152587891,0.9440000152587891,0.9241999816894532,0.9340000152587891,0.4471037158906794,175901,0.0,0.0,True
2022-12-12 00:00:00+00:00,0.9440000152587891,0.9440000152587891,0.920199966430664,0.9319999694824219,0.4461462628522398,209931,0.0,0.0,True
2022-12-13 00:00:00+00:00,0.9419999694824219,0.9580000305175781,0.92,0.9400000000000001,0.44997592806722597,165109,0.0,0.0,True
2022-12-14 00:00:00+00:00,0.9380000305175782,0.9500000000000001,0.9310399627685547,0.9359999847412109,0.4480610954597328,190438,0.0,0.0,True
2022-12-15 00:00:00+00:00,0.9480000305175782,0.9480000305175782,0.93,0.9400000000000001,0.44997592806722597,285719,0.0,0.0,True
2022-12-16 00:00:00+00:00,0.9400000000000001,0.9519999694824219,0.9259999847412109,0.9259999847412109,0.4432740874103862,83972,0.0,0.0,True
2022-12-19 00:00:00+00:00,0.92,0.9480000305175782,0.92,0.93,0.44518892001787935,473963,0.0,0.0,True
2022-12-20 00:00:00+00:00,0.92,0.9459999847412109,0.92,0.9400000000000001,0.44997592806722597,128806,0.0,0.0,True
2022-12-21 00:00:00+00:00,0.9419999694824219,0.9440000152587891,0.9294000244140626,0.9359999847412109,0.4480610954597328,167851,0.0,0.0,True
2022-12-22 00:00:00+00:00,0.9359999847412109,0.9440000152587891,0.9216000366210938,0.93,0.45194883478714054,271780,0.014,0.0,True
2022-12-23 00:00:00+00:00,0.9180000305175782,0.9440000152587891,0.9180000305175782,0.9400000000000001,0.45680851250722976,101922,0.0,0.0,True
2022-12-28 00:00:00+00:00,0.9340000152587891,0.9459999847412109,0.9329299926757812,0.9400000000000001,0.45680851250722976,363690,0.0,0.0,True
2022-12-29 00:00:00+00:00,0.9340000152587891,0.9380000305175782,0.91,0.9219999694824219,0.44806107769630454,356987,0.0,0.0,True
2022-12-30 00:00:00+00:00,0.92,0.93,0.9159999847412109,0.93,0.45194883478714054,145457,0.0,0.0,True
2023-01-03 00:00:00+00:00,0.9319999694824219,0.9319999694824219,0.9080000305175782,0.9080000305175782,0.44125755871770855,437377,0.0,0.0,True
2023-01-04 00:00:00+00:00,0.92,0.924000015258789,0.9019999694824219,0.9159999847412109,0.44514531580854444,288720,0.0,0.0,True
2023-01-05 00:00:00+00:00,0.904000015258789,0.924000015258789,0.89,0.9019999694824219,0.4383417968299486,406099,0.0,0.0,True
2023-01-06 00:00:00+00:00,0.89,0.9080000305175782,0.88,0.9019999694824219,0.4383417968299486,562891,0.0,0.0,True
2023-01-09 00:00:00+00:00,0.9019999694824219,0.9080000305175782,0.8740000152587891,0.88,0.42765055804742796,487126,0.0,0.0,True
2023-01-10 00:00:00+00:00,0.88,0.89,0.865999984741211,0.880999984741211,0.4281365183620547,654354,0.0,0.0,True
2023-01-11 00:00:00+00:00,0.88,0.89,0.87,0.88,0.42765055804742796,1138793,0.0,0.0,True
2023-01-12 00:00:00+00:00,0.895999984741211,0.9,0.8769599914550782,0.88,0.42765055804742796,384379,0.0,0.0,True
2023-01-13 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.87,0.89,0.4325101984806059,831876,0.0,0.0,True
2023-01-16 00:00:00+00:00,0.8780000305175781,0.8980000305175782,0.87,0.875999984741211,0.42570667950201,420154,0.0,0.0,True
2023-01-17 00:00:00+00:00,0.875999984741211,0.9,0.8740000152587891,0.8819999694824219,0.42862244138977,525169,0.0,0.0,True
2023-01-18 00:00:00+00:00,0.89,0.9,0.8766000366210938,0.89,0.4325101984806059,600212,0.0,0.0,True
2023-01-19 00:00:00+00:00,0.8880000305175781,0.9,0.88,0.88,0.42765055804742796,429308,0.0,0.0,True
2023-01-20 00:00:00+00:00,0.88,0.9,0.875999984741211,0.88,0.42765055804742796,1036220,0.0,0.0,True
2023-01-23 00:00:00+00:00,0.875999984741211,0.8980000305175782,0.8748799896240235,0.89,0.4325101984806059,852379,0.0,0.0,True
2023-01-24 00:00:00+00:00,0.89,0.9019999694824219,0.8800800323486329,0.8930000305175781,0.4339681167113973,263939,0.0,0.0,True
2023-01-25 00:00:00+00:00,0.88,0.904000015258789,0.875999984741211,0.8919999694824219,0.4334821563967707,519351,0.0,0.0,True
2023-01-26 00:00:00+00:00,0.88,0.9019999694824219,0.88,0.9019999694824219,0.4383417968299486,749900,0.0,0.0,True
2023-01-27 00:00:00+00:00,0.9019999694824219,0.9019999694824219,0.8882199859619141,0.9,0.4373698762006952,526719,0.0,0.0,True
2023-01-30 00:00:00+00:00,0.9,0.9059999847412109,0.8871099853515625,0.9019999694824219,0.4383417968299486,183194,0.0,0.0,True
2023-01-31 00:00:00+00:00,0.8819999694824219,0.9059999847412109,0.8819999694824219,0.89,0.4325101984806059,376839,0.0,0.0,True
2023-02-01 00:00:00+00:00,0.8819999694824219,0.9080000305175782,0.88,0.8840000152587891,0.42959443659284585,479423,0.0,0.0,True
2023-02-02 00:00:00+00:00,0.89,0.9,0.8819999694824219,0.8930000305175781,0.4339681167113973,414836,0.0,0.0,True
2023-02-03 00:00:00+00:00,0.8819999694824219,0.9080000305175782,0.8819999694824219,0.899000015258789,0.43688391588606856,497727,0.0,0.0,True
2023-02-06 00:00:00+00:00,0.8880000305175781,0.9080000305175782,0.8819999694824219,0.8880000305175781,0.43153831513826385,141332,0.0,0.0,True
2023-02-07 00:00:00+00:00,0.8880000305175781,0.9,0.8837100219726562,0.8930000305175781,0.4339681167113973,398074,0.0,0.0,True
2023-02-08 00:00:00+00:00,0.8880000305175781,0.9080000305175782,0.8794000244140625,0.8919999694824219,0.4334821563967707,754018,0.0,0.0,True
2023-02-09 00:00:00+00:00,0.89,0.904000015258789,0.885999984741211,0.8919999694824219,0.4334821563967707,589987,0.0,0.0,True
2023-02-10 00:00:00+00:00,0.8980000305175782,0.8980000305175782,0.8823200225830078,0.8880000305175781,0.43153831513826385,382970,0.0,0.0,True
2023-02-13 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.8819999694824219,0.8869999694824219,0.43105224296290334,537851,0.0,0.0,True
2023-02-14 00:00:00+00:00,0.885999984741211,0.89,0.8836000061035156,0.885999984741211,0.4305662826482768,906088,0.0,0.0,True
2023-02-15 00:00:00+00:00,0.8819999694824219,0.894000015258789,0.8819999694824219,0.885999984741211,0.4305662826482768,597816,0.0,0.0,True
2023-02-16 00:00:00+00:00,0.885999984741211,0.8932199859619141,0.885999984741211,0.8919999694824219,0.4334821563967707,220760,0.0,0.0,True
2023-02-17 00:00:00+00:00,0.89,0.894000015258789,0.8773999786376954,0.8840000152587891,0.42959443659284585,1231546,0.0,0.0,True
2023-02-20 00:00:00+00:00,0.8980000305175782,0.8980000305175782,0.8781999969482422,0.8840000152587891,0.42959443659284585,334882,0.0,0.0,True
2023-02-21 00:00:00+00:00,0.8780000305175781,0.895999984741211,0.875999984741211,0.875999984741211,0.42570667950201,328754,0.0,0.0,True
2023-02-22 00:00:00+00:00,0.87,0.885999984741211,0.87,0.87,0.42279091761425003,208882,0.0,0.0,True
2023-02-23 00:00:00+00:00,0.87,0.8880000305175781,0.87,0.8769999694824219,0.4261926025297254,665767,0.0,0.0,True
2023-02-24 00:00:00+00:00,0.8880000305175781,0.8880000305175781,0.87,0.88,0.42765055804742796,1081951,0.0,0.0,True
2023-02-27 00:00:00+00:00,0.89,0.89,0.8719999694824219,0.8780000305175781,0.4266786001312633,703867,0.0,0.0,True
2023-02-28 00:00:00+00:00,0.875999984741211,0.8880000305175781,0.8701200103759765,0.8719999694824219,0.4237627636696808,514559,0.0,0.0,True
2023-03-01 00:00:00+00:00,0.8780000305175781,0.8880000305175781,0.8684999847412109,0.8719999694824219,0.4237627636696808,1165312,0.0,0.0,True
2023-03-02 00:00:00+00:00,0.87,0.88,0.8688700103759766,0.8740000152587891,0.4247347215858454,725047,0.0,0.0,True
2023-03-03 00:00:00+00:00,0.8740000152587891,0.89,0.87,0.88,0.42765055804742796,1258053,0.0,0.0,True
2023-03-06 00:00:00+00:00,0.895999984741211,0.8980000305175782,0.875999984741211,0.8819999694824219,0.42862244138977,1075680,0.0,0.0,True
2023-03-07 00:00:00+00:00,0.8819999694824219,0.8980000305175782,0.8788999938964844,0.8880000305175781,0.43153831513826385,615855,0.0,0.0,True
2023-03-08 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.8736000061035156,0.875999984741211,0.42570667950201,921995,0.0,0.0,True
2023-03-09 00:00:00+00:00,0.87,0.885999984741211,0.8557199859619141,0.8590000152587891,0.4243235677218135,606498,0.0142,0.0,True
2023-03-10 00:00:00+00:00,0.85,0.855999984741211,0.835999984741211,0.84,0.41493811348134274,505600,0.0,0.0,True
2023-03-13 00:00:00+00:00,0.8380000305175781,0.855999984741211,0.8191400146484376,0.8280000305175781,0.40901036443093425,901260,0.0,0.0,True
2023-03-14 00:00:00+00:00,0.825999984741211,0.8380000305175781,0.81,0.8380000305175781,0.4139501110952648,5092117,0.0,0.0,True
2023-03-15 00:00:00+00:00,0.835999984741211,0.85,0.8285099792480469,0.8300000000000001,0.409998328921861,578616,0.0,0.0,True
2023-03-16 00:00:00+00:00,0.8519999694824218,0.8580000305175781,0.8319999694824219,0.845999984741211,0.4179018932686686,560312,0.0,0.0,True
2023-03-17 00:00:00+00:00,0.8580000305175781,0.86,0.8340000152587891,0.8340000152587891,0.4119741821134114,449963,0.0,0.0,True
2023-03-20 00:00:00+00:00,0.8280000305175781,0.84,0.8240000152587891,0.8340000152587891,0.4119741821134114,384098,0.0,0.0,True
2023-03-21 00:00:00+00:00,0.8240000152587891,0.8480000305175781,0.8219999694824219,0.8240000152587891,0.40703451123938367,645589,0.0,0.0,True
2023-03-22 00:00:00+00:00,0.8300000000000001,0.8380000305175781,0.8180000305175782,0.835999984741211,0.4129621844994894,417048,0.0,0.0,True
2023-03-23 00:00:00+00:00,0.8380000305175781,0.845999984741211,0.8180000305175782,0.830999984741211,0.41049229221974853,201214,0.0,0.0,True
2023-03-24 00:00:00+00:00,0.8280000305175781,0.8440000152587891,0.8180000305175782,0.8319999694824219,0.4109862555176362,362613,0.0,0.0,True
2023-03-27 00:00:00+01:00,0.835999984741211,0.8480000305175781,0.8219999694824219,0.825999984741211,0.408022437835159,539951,0.0,0.0,True
2023-03-28 00:00:00+01:00,0.8300000000000001,0.8480000305175781,0.8159999847412109,0.8200000000000001,0.40505862015268174,396736,0.0,0.0,True
2023-03-29 00:00:00+01:00,0.8240000152587891,0.8280000305175781,0.81,0.8140000152587891,0.40209480247020446,624572,0.0,0.0,True
2023-03-30 00:00:00+01:00,0.81,0.8280000305175781,0.8059999847412109,0.8180000305175782,0.40407065566175504,1189214,0.0,0.0,True
2023-03-31 00:00:00+01:00,0.8080000305175782,0.8280000305175781,0.8040000152587891,0.8140000152587891,0.40209480247020446,672753,0.0,0.0,True
2023-04-03 00:00:00+01:00,0.8280000305175781,0.8293000030517579,0.8034400177001954,0.825999984741211,0.408022437835159,481320,0.0,0.0,True
2023-04-04 00:00:00+01:00,0.8300000000000001,0.835999984741211,0.8163400268554688,0.825999984741211,0.408022437835159,525020,0.0,0.0,True
2023-04-05 00:00:00+01:00,0.8319999694824219,0.8340000152587891,0.8219999694824219,0.8280000305175781,0.40901036443093425,356930,0.0,0.0,True
2023-04-06 00:00:00+01:00,0.8300000000000001,0.845,0.8200000000000001,0.8419999694824218,0.4159259642868154,594737,0.0,0.0,True
2023-04-11 00:00:00+01:00,0.8319999694824219,0.8577400207519531,0.8319999694824219,0.8540000152587891,0.421853713337224,714713,0.0,0.0,True
2023-04-12 00:00:00+01:00,0.84,0.865,0.8319999694824219,0.86,0.42481753101970116,842102,0.0,0.0,True
2023-04-13 00:00:00+01:00,0.85,0.8689900207519532,0.8419999694824218,0.8640000152587891,0.42679349789670573,304517,0.0,0.0,True
2023-04-14 00:00:00+01:00,0.8680000305175781,0.87,0.855999984741211,0.865999984741211,0.4277813865973297,449061,0.0,0.0,True
2023-04-17 00:00:00+01:00,0.8680000305175781,0.8680000305175781,0.8580000305175781,0.8630000305175781,0.42629949670366674,173876,0.0,0.0,True
2023-04-18 00:00:00+01:00,0.8640000152587891,0.865999984741211,0.8533000183105469,0.8640000152587891,0.42679349789670573,349625,0.0,0.0,True
2023-04-19 00:00:00+01:00,0.8640000152587891,0.8640000152587891,0.8540000152587891,0.8630000305175781,0.42629949670366674,589616,0.0,0.0,True
2023-04-20 00:00:00+01:00,0.8519999694824218,0.8680000305175781,0.8519999694824218,0.8590000152587891,0.4243235677218135,239754,0.0,0.0,True
2023-04-21 00:00:00+01:00,0.855999984741211,0.87,0.855999984741211,0.8640000152587891,0.42679349789670573,675420,0.0,0.0,True
2023-04-24 00:00:00+01:00,0.8619999694824219,0.8680000305175781,0.8540000152587891,0.8580000305175781,0.42382960442392575,249702,0.0,0.0,True
2023-04-25 00:00:00+01:00,0.8619999694824219,0.8740000152587891,0.8512999725341797,0.8680000305175781,0.4287693510882563,862012,0.0,0.0,True
2023-04-26 00:00:00+01:00,0.86,0.8640000152587891,0.855999984741211,0.86,0.42481753101970116,425738,0.0,0.0,True
2023-04-27 00:00:00+01:00,0.86,0.8740000152587891,0.8575,0.86,0.42481753101970116,557047,0.0,0.0,True
2023-04-28 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8519999694824218,0.8680000305175781,0.4287693510882563,299172,0.0,0.0,True
2023-05-02 00:00:00+01:00,0.8619999694824219,0.8680000305175781,0.8519999694824218,0.8640000152587891,0.42679349789670573,520765,0.0,0.0,True
2023-05-03 00:00:00+01:00,0.8680000305175781,0.8680000305175781,0.8553199768066406,0.8680000305175781,0.4287693510882563,246487,0.0,0.0,True
2023-05-04 00:00:00+01:00,0.8640000152587891,0.8680000305175781,0.8540000152587891,0.8640000152587891,0.42679349789670573,160772,0.0,0.0,True
2023-05-05 00:00:00+01:00,0.865999984741211,0.873949966430664,0.8540000152587891,0.8619999694824219,0.4258054576154765,353766,0.0,0.0,True
2023-05-09 00:00:00+01:00,0.8619999694824219,0.8740000152587891,0.8560800170898437,0.8740000152587891,0.43173316877073364,236972,0.0,0.0,True
2023-05-10 00:00:00+01:00,0.8680000305175781,0.88,0.8540000152587891,0.8680000305175781,0.4287693510882563,113525,0.0,0.0,True
2023-05-11 00:00:00+01:00,0.8587200164794923,0.8680000305175781,0.8540000152587891,0.860999984741211,0.42531149431758875,169806,0.0,0.0,True
2023-05-12 00:00:00+01:00,0.8540000152587891,0.8780000305175781,0.8519999694824218,0.8780000305175781,0.4337090977525869,197054,0.0,0.0,True
2023-05-15 00:00:00+01:00,0.8680000305175781,0.8767500305175782,0.8583899688720703,0.87,0.42975731557918295,119981,0.0,0.0,True
2023-05-16 00:00:00+01:00,0.87,0.88,0.86,0.87,0.42975731557918295,335246,0.0,0.0,True
2023-05-17 00:00:00+01:00,0.8680000305175781,0.8819999694824219,0.86,0.88,0.4346970622435135,932740,0.0,0.0,True
2023-05-18 00:00:00+01:00,0.87,0.8819999694824219,0.8662000274658204,0.875999984741211,0.43272113326166023,172851,0.0,0.0,True
2023-05-19 00:00:00+01:00,0.8740000152587891,0.8819999694824219,0.8669999694824219,0.88,0.4346970622435135,245672,0.0,0.0,True
2023-05-22 00:00:00+01:00,0.87,0.8780000305175781,0.8619999694824219,0.8680000305175781,0.4287693510882563,350063,0.0,0.0,True
2023-05-23 00:00:00+01:00,0.8680000305175781,0.8819999694824219,0.8630000305175781,0.87,0.42975731557918295,474964,0.0,0.0,True
2023-05-24 00:00:00+01:00,0.87,0.8819999694824219,0.86,0.86,0.42481753101970116,262031,0.0,0.0,True
2023-05-25 00:00:00+01:00,0.87,0.8819999694824219,0.8566000366210937,0.86,0.42481753101970116,198015,0.0,0.0,True
2023-05-26 00:00:00+01:00,0.8780000305175781,0.8819999694824219,0.8540000152587891,0.87,0.42975731557918295,334669,0.0,0.0,True
2023-05-30 00:00:00+01:00,0.87,0.8819999694824219,0.8587200164794923,0.870999984741211,0.43025120308676795,255595,0.0,0.0,True
2023-05-31 00:00:00+01:00,0.855999984741211,0.875999984741211,0.8519999694824218,0.8680000305175781,0.4287693510882563,549889,0.0,0.0,True
2023-06-01 00:00:00+01:00,0.8540000152587891,0.88,0.8540000152587891,0.870999984741211,0.43025120308676795,594563,0.0,0.0,True
2023-06-02 00:00:00+01:00,0.8619999694824219,0.8780000305175781,0.8520800018310547,0.8680000305175781,0.4287693510882563,173741,0.0,0.0,True
2023-06-05 00:00:00+01:00,0.86,0.88,0.8540000152587891,0.8540000152587891,0.421853713337224,306185,0.0,0.0,True
2023-06-06 00:00:00+01:00,0.8640000152587891,0.8719999694824219,0.8526000213623047,0.86,0.42481753101970116,293821,0.0,0.0,True
2023-06-07 00:00:00+01:00,0.86,0.87,0.8525,0.86,0.42481753101970116,261817,0.0,0.0,True
2023-06-08 00:00:00+01:00,0.85,0.8680000305175781,0.8494499969482422,0.855999984741211,0.4299406479908526,244130,0.0142,0.0,True
2023-06-09 00:00:00+01:00,0.85,0.86,0.8440000152587891,0.8440000152587891,0.42391356488107046,185293,0.0,0.0,True
2023-06-12 00:00:00+01:00,0.8619999694824219,0.8619999694824219,0.8480000305175781,0.85,0.4269270679109553,145112,0.0,0.0,True
2023-06-13 00:00:00+01:00,0.8540599822998047,0.865999984741211,0.8250000000000001,0.8540000152587891,0.4289361855058971,1491676,0.0,0.0,True
2023-06-14 00:00:00+01:00,0.84,0.8580000305175781,0.84,0.8419999694824218,0.4229089482960903,185824,0.0,0.0,True
2023-06-15 00:00:00+01:00,0.8419999694824218,0.8533899688720703,0.84,0.845,0.42441569981103283,95644,0.0,0.0,True
2023-06-16 00:00:00+01:00,0.85,0.8519999694824218,0.84,0.85,0.4269270679109553,209892,0.0,0.0,True
2023-06-19 00:00:00+01:00,0.8540000152587891,0.8540000152587891,0.8375,0.8469999694824218,0.4254202778710067,250511,0.0,0.0,True
2023-06-20 00:00:00+01:00,0.855999984741211,0.8840000152587891,0.855999984741211,0.8619999694824219,0.43295430512076205,1467321,0.0,0.0,True
2023-06-21 00:00:00+01:00,0.8640000152587891,0.8827200317382813,0.860999984741211,0.8740000152587891,0.4389815038055627,1125096,0.0,0.0,True
2023-06-22 00:00:00+01:00,0.8580000305175781,0.87,0.85677001953125,0.8590000152587891,0.43144747655580734,260524,0.0,0.0,True
2023-06-23 00:00:00+01:00,0.8540000152587891,0.8680000305175781,0.84,0.84,0.42190444728612864,396429,0.0,0.0,True
2023-06-26 00:00:00+01:00,0.84,0.8580000305175781,0.8080000305175782,0.8180000305175782,0.41085455092648904,506121,0.0,0.0,True
2023-06-27 00:00:00+01:00,0.8300000000000001,0.8300000000000001,0.81,0.8200000000000001,0.4118590519364508,200423,0.0,0.0,True
2023-06-28 00:00:00+01:00,0.8124199676513673,0.8340000152587891,0.8124099731445312,0.8269999694824219,0.4153748825213288,141837,0.0,0.0,True
2023-06-29 00:00:00+01:00,0.8200000000000001,0.8340000152587891,0.8059999847412109,0.8059999847412109,0.4048273137166823,122823,0.0,0.0,True
2023-06-30 00:00:00+01:00,0.8140000152587891,0.8340000152587891,0.8059999847412109,0.8080000305175782,0.4058318532516501,228354,0.0,0.0,True
2023-07-03 00:00:00+01:00,0.8059999847412109,0.8340000152587891,0.8059999847412109,0.81,0.406836392786618,292080,0.0,0.0,True
2023-07-04 00:00:00+01:00,0.8119999694824219,0.8280000305175781,0.8019999694824219,0.81,0.406836392786618,141475,0.0,0.0,True
2023-07-05 00:00:00+01:00,0.8159999847412109,0.8280000305175781,0.8090000152587891,0.8159999847412109,0.4098500113915213,220353,0.0,0.0,True
2023-07-06 00:00:00+01:00,0.8059999847412109,0.8180000305175782,0.784000015258789,0.7959999847412109,0.39980465456684955,559530,0.0,0.0,True
2023-07-07 00:00:00+01:00,0.81,0.81,0.78,0.7919999694824219,0.397795575496914,746324,0.0,0.0,True
2023-07-10 00:00:00+01:00,0.7959999847412109,0.8040000152587891,0.789219970703125,0.8019999694824219,0.40281823464674676,374375,0.0,0.0,True
2023-07-11 00:00:00+01:00,0.8,0.8080000305175782,0.79,0.79,0.39679099743694,284590,0.0,0.0,True
2023-07-12 00:00:00+01:00,0.8059999847412109,0.8180000305175782,0.7919999694824219,0.81,0.406836392786618,311211,0.0,0.0,True
2023-07-13 00:00:00+01:00,0.8080000305175782,0.8200000000000001,0.8,0.8059999847412109,0.4048273137166823,314748,0.0,0.0,True
2023-07-14 00:00:00+01:00,0.81,0.8180000305175782,0.8059999847412109,0.8059999847412109,0.4048273137166823,234900,0.0,0.0,True
2023-07-17 00:00:00+01:00,0.8019999694824219,0.8200000000000001,0.8,0.8,0.40181369511177895,191035,0.0,0.0,True
2023-07-18 00:00:00+01:00,0.8,0.8152999877929688,0.7959999847412109,0.7959999847412109,0.39980465456684955,162590,0.0,0.0,True
2023-07-19 00:00:00+01:00,0.8240000152587891,0.8280000305175781,0.7959999847412109,0.8230000305175782,0.4133658805014055,214817,0.0,0.0,True
2023-07-20 00:00:00+01:00,0.81,0.8200000000000001,0.8,0.8200000000000001,0.4118590519364508,329459,0.0,0.0,True
2023-07-21 00:00:00+01:00,0.8159999847412109,0.8200000000000001,0.7959999847412109,0.8140000152587891,0.4088455103815597,382895,0.0,0.0,True
2023-07-24 00:00:00+01:00,0.81,0.8180000305175782,0.8,0.81,0.406836392786618,259115,0.0,0.0,True
2023-07-25 00:00:00+01:00,0.8140000152587891,0.88,0.8098799896240234,0.8580000305175781,0.43094526457583265,562171,0.0,0.0,True
2023-07-26 00:00:00+01:00,0.85,0.8780000305175781,0.8322200012207032,0.8540000152587891,0.4289361855058971,448718,0.0,0.0,True
2023-07-27 00:00:00+01:00,0.8380000305175781,0.8519999694824218,0.8300000000000001,0.8340000152587891,0.4188908286812253,375176,0.0,0.0,True
2023-07-28 00:00:00+01:00,0.8300000000000001,0.8680000305175781,0.8300000000000001,0.845999984741211,0.4249179888410197,652243,0.0,0.0,True
2023-07-31 00:00:00+01:00,0.8380000305175781,0.8680000305175781,0.8319999694824219,0.86,0.43194972706078816,588340,0.0,0.0,True
2023-08-01 00:00:00+01:00,0.85,0.87,0.84,0.87,0.43697246326063327,599777,0.0,0.0,True
2023-08-02 00:00:00+01:00,0.85,0.86,0.8319999694824219,0.86,0.43194972706078816,245487,0.0,0.0,True
2023-08-03 00:00:00+01:00,0.8481099700927734,0.86177001953125,0.8329000091552734,0.845,0.42441569981103283,109540,0.0,0.0,True
2023-08-04 00:00:00+01:00,0.86,0.8680000305175781,0.8300000000000001,0.8300000000000001,0.4168817110862836,656954,0.0,0.0,True
2023-08-07 00:00:00+01:00,0.8480000305175781,0.8570400238037109,0.8403900146484375,0.85,0.4269270679109553,256890,0.0,0.0,True
2023-08-08 00:00:00+01:00,0.8519999694824218,0.8519999694824218,0.835999984741211,0.8519999694824218,0.42793156892091694,444645,0.0,0.0,True
2023-08-09 00:00:00+01:00,0.8440000152587891,0.8527200317382813,0.8413999938964843,0.8440000152587891,0.42391356488107046,458659,0.0,0.0,True
2023-08-10 00:00:00+01:00,0.8419999694824218,0.85,0.8340000152587891,0.8419999694824218,0.4229089482960903,410518,0.0,0.0,True
2023-08-11 00:00:00+01:00,0.8319999694824219,0.848550033569336,0.8319999694824219,0.8430000305175781,0.42341123732607727,335816,0.0,0.0,True
2023-08-14 00:00:00+01:00,0.835999984741211,0.86,0.835999984741211,0.8419999694824218,0.4229089482960903,286698,0.0,0.0,True
2023-08-15 00:00:00+01:00,0.8580000305175781,0.8591100311279297,0.8340000152587891,0.835999984741211,0.419895329691187,301011,0.0,0.0,True
2023-08-16 00:00:00+01:00,0.8340000152587891,0.8580000305175781,0.8319999694824219,0.84,0.42190444728612864,317684,0.0,0.0,True
2023-08-17 00:00:00+01:00,0.85,0.8557499694824219,0.8300000000000001,0.835999984741211,0.419895329691187,249701,0.0,0.0,True
2023-08-18 00:00:00+01:00,0.8380000305175781,0.8419999694824218,0.8300000000000001,0.8300000000000001,0.4168817110862836,477844,0.0,0.0,True
2023-08-21 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8300000000000001,0.4168817110862836,239325,0.0,0.0,True
2023-08-22 00:00:00+01:00,0.84,0.8448899841308594,0.8280000305175781,0.8280000305175781,0.415877248601328,387560,0.0,0.0,True
2023-08-23 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8300000000000001,0.4168817110862836,127035,0.0,0.0,True
2023-08-24 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.8300000000000001,0.8380000305175781,0.4208998692261548,242050,0.0,0.0,True
2023-08-25 00:00:00+01:00,0.84,0.8440000152587891,0.8300000000000001,0.8319999694824219,0.4178862891462576,134520,0.0,0.0,True
2023-08-29 00:00:00+01:00,0.8340000152587891,0.8440000152587891,0.8238400268554688,0.84,0.42190444728612864,446730,0.0,0.0,True
2023-08-30 00:00:00+01:00,0.84,0.8419999694824218,0.8340000152587891,0.8380000305175781,0.4208998692261548,329826,0.0,0.0,True
2023-08-31 00:00:00+01:00,0.8340000152587891,0.8566000366210937,0.8319999694824219,0.8440000152587891,0.42391356488107046,137793,0.0,0.0,True
2023-09-01 00:00:00+01:00,0.8519999694824218,0.8540000152587891,0.84,0.8419999694824218,0.4229089482960903,426256,0.0,0.0,True
2023-09-04 00:00:00+01:00,0.845999984741211,0.8580000305175781,0.8319999694824219,0.855999984741211,0.4299406479908526,1288952,0.0,0.0,True
2023-09-05 00:00:00+01:00,0.8300000000000001,0.8468000030517578,0.8247000122070313,0.830999984741211,0.41738396159126445,644963,0.0,0.0,True
2023-09-06 00:00:00+01:00,0.8300000000000001,0.835999984741211,0.8240000152587891,0.8300000000000001,0.4168817110862836,273812,0.0,0.0,True
2023-09-07 00:00:00+01:00,0.8380000305175781,0.8480000305175781,0.8240000152587891,0.8319999694824219,0.4178862891462576,373732,0.0,0.0,True
2023-09-08 00:00:00+01:00,0.8319999694824219,0.8380000305175781,0.8280000305175781,0.8340000152587891,0.4188908286812253,257211,0.0,0.0,True
2023-09-11 00:00:00+01:00,0.8300000000000001,0.8393000030517578,0.8222499847412109,0.8280000305175781,0.415877248601328,326426,0.0,0.0,True
2023-09-12 00:00:00+01:00,0.84,0.8480000305175781,0.8340000152587891,0.84,0.42190444728612864,386061,0.0,0.0,True
2023-09-13 00:00:00+01:00,0.8380000305175781,0.8480000305175781,0.8340000152587891,0.8340000152587891,0.4188908286812253,162263,0.0,0.0,True
2023-09-14 00:00:00+01:00,0.84,0.8480000305175781,0.8200000000000001,0.825999984741211,0.41487263201634794,198263,0.0,0.0,True
2023-09-15 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8340000152587891,0.4188908286812253,253272,0.0,0.0,True
2023-09-18 00:00:00+01:00,0.8319999694824219,0.85,0.8319999694824219,0.8480000305175781,0.4259225669009937,173607,0.0,0.0,True
2023-09-19 00:00:00+01:00,0.845999984741211,0.85,0.8319999694824219,0.8419999694824218,0.4229089482960903,425363,0.0,0.0,True
2023-09-20 00:00:00+01:00,0.8480000305175781,0.8480000305175781,0.8340000152587891,0.845999984741211,0.4249179888410197,350860,0.0,0.0,True
2023-09-21 00:00:00+01:00,0.8340000152587891,0.8440000152587891,0.825999984741211,0.8440000152587891,0.43115027127240413,228760,0.0142,0.0,True
2023-09-22 00:00:00+01:00,0.835999984741211,0.84,0.8305999755859376,0.8319999694824219,0.42502015109114644,170116,0.0,0.0,True
2023-09-25 00:00:00+01:00,0.8319999694824219,0.8440000152587891,0.8280000305175781,0.84,0.42910688481994996,699543,0.0,0.0,True
2023-09-26 00:00:00+01:00,0.8340000152587891,0.84,0.8300000000000001,0.84,0.42910688481994996,200567,0.0,0.0,True
2023-09-27 00:00:00+01:00,0.8380000305175781,0.84,0.8275,0.835999984741211,0.4270635375436006,212657,0.0,0.0,True
2023-09-28 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.825999984741211,0.8300000000000001,0.42399851662907656,144086,0.0,0.0,True
2023-09-29 00:00:00+01:00,0.8340000152587891,0.84,0.821709976196289,0.835999984741211,0.4270635375436006,412911,0.0,0.0,True
2023-10-02 00:00:00+01:00,0.8300000000000001,0.84,0.8240000152587891,0.8240000152587891,0.4209334173623429,160888,0.0,0.0,True
2023-10-03 00:00:00+01:00,0.8240000152587891,0.8300000000000001,0.8200000000000001,0.8200000000000001,0.41889007008599355,365980,0.0,0.0,True
2023-10-04 00:00:00+01:00,0.8200000000000001,0.8280000305175781,0.8059999847412109,0.8200000000000001,0.41889007008599355,443692,0.0,0.0,True
2023-10-05 00:00:00+01:00,0.8180000305175782,0.81,0.8019999694824219,0.8019999694824219,0.40969492899021187,237738,0.0,0.0,True
2023-10-06 00:00:00+01:00,0.8019999694824219,0.8180000305175782,0.8,0.8040000152587891,0.41071660262838655,161217,0.0,0.0,True
2023-10-09 00:00:00+01:00,0.8,0.8059999847412109,0.78,0.78,0.3984564406180808,462603,0.0,0.0,True
2023-10-10 00:00:00+01:00,0.78,0.79,0.7519999694824219,0.77,0.39334795489889296,1203657,0.0,0.0,True
2023-10-11 00:00:00+01:00,0.765999984741211,0.7780000305175782,0.7618599700927735,0.7680000305175781,0.3923263204368232,362840,0.0,0.0,True
2023-10-12 00:00:00+01:00,0.7640000152587891,0.7767500305175782,0.7618900299072265,0.7680000305175781,0.3923263204368232,461620,0.0,0.0,True
2023-10-13 00:00:00+01:00,0.7819999694824219,0.7819999694824219,0.77,0.775,0.39590215858238204,341025,0.0,0.0,True
2023-10-16 00:00:00+01:00,0.76,0.7780000305175782,0.74,0.755999984741211,0.3861962002555654,583279,0.0,0.0,True
2023-10-17 00:00:00+01:00,0.755999984741211,0.7780000305175782,0.7429900360107422,0.75,0.38313114016493666,253813,0.0,0.0,True
2023-10-18 00:00:00+01:00,0.7519999694824219,0.7780000305175782,0.7419999694824219,0.7480000305175781,0.3821094665267619,201562,0.0,0.0,True
2023-10-19 00:00:00+01:00,0.75,0.7680000305175781,0.7419999694824219,0.75,0.38313114016493666,170573,0.0,0.0,True
2023-10-20 00:00:00+01:00,0.74,0.7652500152587891,0.74,0.745999984741211,0.38108779288858724,720072,0.0,0.0,True
2023-10-23 00:00:00+01:00,0.745999984741211,0.7680000305175781,0.7438999938964844,0.7619999694824219,0.38926126034619424,338006,0.0,0.0,True
2023-10-24 00:00:00+01:00,0.75,0.77,0.7416999816894532,0.7540000152587891,0.38517452661739077,304129,0.0,0.0,True
2023-10-25 00:00:00+01:00,0.774000015258789,0.7780000305175782,0.75,0.774000015258789,0.3953913413513471,206099,0.0,0.0,True
2023-10-26 00:00:00+01:00,0.77,0.7919999694824219,0.7680000305175781,0.7759999847412109,0.39641305416562667,483969,0.0,0.0,True
2023-10-27 00:00:00+01:00,0.7780000305175782,0.7859999847412109,0.75,0.7540000152587891,0.38517452661739077,727190,0.0,0.0,True
2023-10-30 00:00:00+00:00,0.7680000305175781,0.7780000305175782,0.7519999694824219,0.755999984741211,0.3861962002555654,714079,0.0,0.0,True
2023-10-31 00:00:00+00:00,0.7519999694824219,0.7880000305175782,0.7519999694824219,0.7780000305175782,0.3974347278038013,841474,0.0,0.0,True
2023-11-01 00:00:00+00:00,0.7880000305175782,0.7880000305175782,0.7719999694824219,0.784000015258789,0.4004997878944302,440344,0.0,0.0,True
2023-11-02 00:00:00+00:00,0.7719999694824219,0.7857499694824219,0.76,0.775,0.4044134585632882,1427541,0.0165,0.0,True
2023-11-03 00:00:00+00:00,0.7640000152587891,0.784000015258789,0.7640000152587891,0.7719999694824219,0.402847990931086,523212,0.0,0.0,True
2023-11-06 00:00:00+00:00,0.7540000152587891,0.7799299621582031,0.7240000152587891,0.7490000152587891,0.39084605908089975,1684303,0.0,0.0,True
2023-11-07 00:00:00+00:00,0.74,0.7540000152587891,0.7280000305175781,0.7440000152587891,0.388236933023927,613639,0.0,0.0,True
2023-11-08 00:00:00+00:00,0.7619999694824219,0.7619999694824219,0.73,0.7430000305175781,0.3877151638264023,702962,0.0,0.0,True
2023-11-09 00:00:00+00:00,0.75,0.7619999694824219,0.7280000305175781,0.75,0.3913679082982385,439038,0.0,0.0,True
2023-11-10 00:00:00+00:00,0.735999984741211,0.755999984741211,0.73,0.735999984741211,0.384062379344659,288197,0.0,0.0,True
2023-11-13 00:00:00+00:00,0.73,0.76,0.73,0.7580000305175781,0.3955425019874135,268405,0.0,0.0,True
2023-11-14 00:00:00+00:00,0.7380000305175781,0.7619999694824219,0.7340000152587891,0.74,0.3861496561842929,626054,0.0,0.0,True
2023-11-15 00:00:00+00:00,0.765999984741211,0.7680000305175781,0.7428099822998047,0.76,0.39658608039237,408104,0.0,0.0,True
2023-11-16 00:00:00+00:00,0.745999984741211,0.773499984741211,0.7375800323486328,0.74,0.3861496561842929,561230,0.0,0.0,True
2023-11-17 00:00:00+00:00,0.74,0.755999984741211,0.733489990234375,0.755999984741211,0.394498803552736,411198,0.0,0.0,True
2023-11-20 00:00:00+00:00,0.75,0.76,0.7459899902343751,0.76,0.39658608039237,535144,0.0,0.0,True
2023-11-21 00:00:00+00:00,0.7619999694824219,0.7780000305175782,0.7419999694824219,0.76,0.39658608039237,443790,0.0,0.0,True
2023-11-22 00:00:00+00:00,0.76,0.7680000305175781,0.7340000152587891,0.745999984741211,0.3892805514387905,789243,0.0,0.0,True
2023-11-23 00:00:00+00:00,0.755999984741211,0.76,0.75,0.7519999694824219,0.392411486703195,160511,0.0,0.0,True
2023-11-24 00:00:00+00:00,0.75,0.7619999694824219,0.725,0.7540000152587891,0.39345518513787253,464345,0.0,0.0,True
2023-11-27 00:00:00+00:00,0.74,0.7540000152587891,0.7325,0.7480000305175781,0.39032424987346803,1412608,0.0,0.0,True
2023-11-28 00:00:00+00:00,0.745999984741211,0.7640000152587891,0.7340000152587891,0.7540000152587891,0.39345518513787253,470885,0.0,0.0,True
2023-11-29 00:00:00+00:00,0.75,0.7759999847412109,0.75,0.7719999694824219,0.402847990931086,1459414,0.0,0.0,True
2023-11-30 00:00:00+00:00,0.774000015258789,0.784000015258789,0.7719999694824219,0.774000015258789,0.4038916493558566,718348,0.0,0.0,True
2023-12-01 00:00:00+00:00,0.76,0.784000015258789,0.7519999694824219,0.769000015258789,0.40128252329888375,668161,0.0,0.0,True
2023-12-04 00:00:00+00:00,0.765999984741211,0.7891000366210937,0.755999984741211,0.7780000305175782,0.40597896620539753,881504,0.0,0.0,True
2023-12-05 00:00:00+00:00,0.76,0.7828399658203126,0.76,0.779000015258789,0.40650077541282925,415697,0.0,0.0,True
2023-12-06 00:00:00+00:00,0.7851899719238281,0.7880000305175782,0.7759999847412109,0.7819999694824219,0.4080662430450316,144956,0.0,0.0,True
2023-12-07 00:00:00+00:00,0.77,0.79,0.77,0.7859999847412109,0.41015351988466553,324046,0.0,0.0,True
2023-12-08 00:00:00+00:00,0.7880000305175782,0.7880000305175782,0.77,0.779000015258789,0.40650077541282925,154630,0.0,0.0,True
2023-12-11 00:00:00+00:00,0.7759999847412109,0.7766400146484376,0.77,0.77,0.40180433250631553,125628,0.0,0.0,True
2023-12-12 00:00:00+00:00,0.7719999694824219,0.7919999694824219,0.7519999694824219,0.76,0.39658608039237,494787,0.0,0.0,True
2023-12-13 00:00:00+00:00,0.7619999694824219,0.7859999847412109,0.76,0.7619999694824219,0.39762977882704753,157134,0.0,0.0,True
2023-12-14 00:00:00+00:00,0.79,0.8543900299072266,0.79,0.835999984741211,0.43624474044448613,2779314,0.0,0.0,True
2023-12-15 00:00:00+00:00,0.825999984741211,0.835999984741211,0.8180000305175782,0.8240000152587891,0.42998286991567713,1103412,0.0,0.0,True
2023-12-18 00:00:00+00:00,0.8200000000000001,0.8240000152587891,0.81,0.8240000152587891,0.42998286991567713,311860,0.0,0.0,True
2023-12-19 00:00:00+00:00,0.8019999694824219,0.85,0.8019999694824219,0.8219999694824219,0.4289391714809995,448026,0.0,0.0,True
2023-12-20 00:00:00+00:00,0.8200000000000001,0.8473200225830079,0.8119999694824219,0.8200000000000001,0.427895513056229,458382,0.0,0.0,True
2023-12-21 00:00:00+00:00,0.8180000305175782,0.8378199768066407,0.8019999694824219,0.8180000305175782,0.4343739671609954,381276,0.0142,0.0,True
2023-12-22 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.8019999694824219,0.8280000305175781,0.43968419301391454,285578,0.0,0.0,True
2023-12-27 00:00:00+00:00,0.8040000152587891,0.8280000305175781,0.8040000152587891,0.8080000305175782,0.429063782015995,331405,0.0,0.0,True
2023-12-28 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8040000152587891,0.8159999847412109,0.43331193827357906,185539,0.0,0.0,True
2023-12-29 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8059999847412109,0.8240000152587891,0.4375600538232446,206001,0.0,0.0,True
2024-01-02 00:00:00+00:00,0.8140000152587891,0.8280000305175781,0.8029599761962891,0.8119999694824219,0.43118783979082775,431646,0.0,0.0,True
2024-01-03 00:00:00+00:00,0.8219999694824219,0.8240000152587891,0.8054399871826172,0.8130000305175782,0.4317188745884952,471123,0.0,0.0,True
2024-01-04 00:00:00+00:00,0.825999984741211,0.8280000305175781,0.807300033569336,0.8180000305175782,0.4343739671609954,464983,0.0,0.0,True
2024-01-05 00:00:00+00:00,0.8040000152587891,0.8200000000000001,0.8015299987792969,0.8200000000000001,0.4354359960484118,526588,0.0,0.0,True
2024-01-08 00:00:00+00:00,0.8200000000000001,0.8280000305175781,0.8,0.8180000305175782,0.4343739671609954,456600,0.0,0.0,True
2024-01-09 00:00:00+00:00,0.8200000000000001,0.8180000305175782,0.8095200347900391,0.8140000152587891,0.4322499093861627,293279,0.0,0.0,True
2024-01-10 00:00:00+00:00,0.8059999847412109,0.825999984741211,0.7991999816894532,0.8159999847412109,0.43331193827357906,445023,0.0,0.0,True
2024-01-11 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8019999694824219,0.8180000305175782,0.4343739671609954,515388,0.0,0.0,True
2024-01-12 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.7959999847412109,0.8,0.42481562575841086,398162,0.0,0.0,True
2024-01-15 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.796780014038086,0.8280000305175781,0.43968419301391454,266706,0.0,0.0,True
2024-01-16 00:00:00+00:00,0.8159999847412109,0.8280000305175781,0.8,0.8,0.42481562575841086,143418,0.0,0.0,True
2024-01-17 00:00:00+00:00,0.79,0.8159999847412109,0.79,0.8059999847412109,0.42800171242066004,195141,0.0,0.0,True
2024-01-18 00:00:00+00:00,0.8019999694824219,0.8019999694824219,0.7859999847412109,0.7859999847412109,0.417381342130659,420425,0.0,0.0,True
2024-01-19 00:00:00+00:00,0.8059999847412109,0.81,0.7859999847412109,0.7880000305175782,0.41844341172599403,236175,0.0,0.0,True
2024-01-22 00:00:00+00:00,0.7859999847412109,0.8180000305175782,0.7859999847412109,0.7959999847412109,0.4226914865677409,1362614,0.0,0.0,True
2024-01-23 00:00:00+00:00,0.794000015258789,0.8140000152587891,0.7925,0.7980000305175782,0.4237535968709945,460419,0.0,0.0,True
2024-01-24 00:00:00+00:00,0.79,0.8119999694824219,0.79,0.7980000305175782,0.4237535968709945,703952,0.0,0.0,True
2024-01-25 00:00:00+00:00,0.8,0.8,0.7959999847412109,0.8,0.42481562575841086,297574,0.0,0.0,True
2024-01-26 00:00:00+00:00,0.8,0.8180000305175782,0.794000015258789,0.8080000305175782,0.429063782015995,799165,0.0,0.0,True
2024-01-29 00:00:00+00:00,0.79,0.8040000152587891,0.79,0.7959999847412109,0.4226914865677409,232313,0.0,0.0,True
2024-01-30 00:00:00+00:00,0.7919999694824219,0.8159999847412109,0.79,0.8159999847412109,0.43331193827357906,1122413,0.0,0.0,True
2024-01-31 00:00:00+00:00,0.7959999847412109,0.8180000305175782,0.785,0.8009999847412109,0.4253466198481598,344085,0.0,0.0,True
2024-02-01 00:00:00+00:00,0.78,0.8080000305175782,0.7640000152587891,0.794000015258789,0.42162949838824315,790015,0.0,0.0,True
2024-02-02 00:00:00+00:00,0.78,0.7912300109863282,0.78,0.78,0.41419521476049137,319085,0.0,0.0,True
2024-02-05 00:00:00+00:00,0.78,0.8080000305175782,0.7758799743652344,0.784000015258789,0.4163193132432427,474231,0.0,0.0,True
2024-02-06 00:00:00+00:00,0.7859999847412109,0.8159999847412109,0.7859999847412109,0.7880000305175782,0.41844341172599403,376032,0.0,0.0,True
2024-02-07 00:00:00+00:00,0.7819999694824219,0.8040000152587891,0.7780000305175782,0.78,0.41419521476049137,358141,0.0,0.0,True
2024-02-08 00:00:00+00:00,0.78,0.7959999847412109,0.78,0.78,0.41419521476049137,542645,0.0,0.0,True
2024-02-09 00:00:00+00:00,0.7819999694824219,0.8140000152587891,0.7758899688720703,0.8,0.42481562575841086,560763,0.0,0.0,True
2024-02-12 00:00:00+00:00,0.81,0.81,0.774000015258789,0.789000015258789,0.4189744058157429,575070,0.0,0.0,True
2024-02-13 00:00:00+00:00,0.7819999694824219,0.8,0.774000015258789,0.8,0.42481562575841086,1295300,0.0,0.0,True
2024-02-14 00:00:00+00:00,0.7719999694824219,0.7980000305175782,0.7719999694824219,0.7719999694824219,0.4099470585029072,175461,0.0,0.0,True
2024-02-15 00:00:00+00:00,0.7759999847412109,0.8,0.7733000183105468,0.774000015258789,0.4110091280982422,1384757,0.0,0.0,True
2024-02-16 00:00:00+00:00,0.7719999694824219,0.8,0.7640000152587891,0.78,0.41419521476049137,923833,0.0,0.0,True
2024-02-19 00:00:00+00:00,0.7780000305175782,0.78,0.76,0.774000015258789,0.4110091280982422,884713,0.0,0.0,True
2024-02-20 00:00:00+00:00,0.7619999694824219,0.7980000305175782,0.7619999694824219,0.765,0.4062299370429906,2546348,0.0,0.0,True
2024-02-21 00:00:00+00:00,0.77,0.7959999847412109,0.75,0.76,0.40357484447049036,1174282,0.0,0.0,True
2024-02-22 00:00:00+00:00,0.755999984741211,0.7880000305175782,0.7518000030517579,0.7619999694824219,0.4046368326499882,676565,0.0,0.0,True
2024-02-23 00:00:00+00:00,0.7959999847412109,0.7959999847412109,0.7551000213623047,0.77,0.40888502961549084,942755,0.0,0.0,True
2024-02-26 00:00:00+00:00,0.76,0.7699800109863282,0.7588999938964844,0.7640000152587891,0.40569890224532307,829895,0.0,0.0,True
2024-02-27 00:00:00+00:00,0.77,0.7815000152587891,0.7619999694824219,0.7640000152587891,0.40569890224532307,492752,0.0,0.0,True
2024-02-28 00:00:00+00:00,0.7640000152587891,0.784000015258789,0.7616999816894532,0.77,0.40888502961549084,528793,0.0,0.0,True
2024-02-29 00:00:00+00:00,0.774000015258789,0.7780000305175782,0.7653399658203125,0.77,0.40888502961549084,1531612,0.0,0.0,True
2024-03-01 00:00:00+00:00,0.774000015258789,0.784000015258789,0.765,0.7680000305175781,0.40782300072807437,405782,0.0,0.0,True
2024-03-04 00:00:00+00:00,0.7759999847412109,0.7859999847412109,0.7640000152587891,0.765999984741211,0.40676093113273953,437424,0.0,0.0,True
2024-03-05 00:00:00+00:00,0.7619999694824219,0.784000015258789,0.7583799743652344,0.7619999694824219,0.4046368326499882,1071129,0.0,0.0,True
2024-03-06 00:00:00+00:00,0.77,0.77,0.76,0.765,0.4062299370429906,251197,0.0,0.0,True
2024-03-07 00:00:00+00:00,0.7540000152587891,0.7619999694824219,0.7440000152587891,0.7519999694824219,0.4068791958699721,500238,0.0142,0.0,True
2024-03-08 00:00:00+00:00,0.75,0.7580000305175781,0.7405000305175782,0.7440000152587891,0.402550708786086,655481,0.0,0.0,True
2024-03-11 00:00:00+00:00,0.7419999694824219,0.7480000305175781,0.7340000152587891,0.74,0.40038646524414295,1008216,0.0,0.0,True
2024-03-12 00:00:00+00:00,0.735999984741211,0.7419999694824219,0.73,0.7319999694824219,0.39605793669011924,1744313,0.0,0.0,True
2024-03-13 00:00:00+00:00,0.725999984741211,0.7407499694824219,0.7219999694824218,0.7219999694824218,0.3906473278352616,808877,0.0,0.0,True
2024-03-14 00:00:00+00:00,0.7340000152587891,0.7419999694824219,0.7219999694824218,0.7219999694824218,0.3906473278352616,465688,0.0,0.0,True
2024-03-15 00:00:00+00:00,0.73,0.7419999694824219,0.7219999694824218,0.73,0.39497585638928534,592615,0.0,0.0,True
2024-03-18 00:00:00+00:00,0.73,0.7419999694824219,0.725,0.7340000152587891,0.3971400999312284,531026,0.0,0.0,True
2024-03-19 00:00:00+00:00,0.725999984741211,0.7419999694824219,0.7219999694824218,0.7219999694824218,0.3906473278352616,1841045,0.0,0.0,True
2024-03-20 00:00:00+00:00,0.7280000305175781,0.7319999694824219,0.7176799774169922,0.725999984741211,0.3928115713772047,1215106,0.0,0.0,True
2024-03-21 00:00:00+00:00,0.73,0.73,0.7124500274658203,0.7219999694824218,0.3906473278352616,759793,0.0,0.0,True
2024-03-22 00:00:00+00:00,0.7219999694824218,0.725999984741211,0.72,0.7240000152587891,0.39172949107637073,495430,0.0,0.0,True
2024-03-25 00:00:00+00:00,0.72,0.73,0.715999984741211,0.715999984741211,0.38740096252234707,508710,0.0,0.0,True
2024-03-26 00:00:00+00:00,0.72,0.7280000305175781,0.712699966430664,0.7180000305175781,0.3884830842933186,1086948,0.0,0.0,True
2024-03-27 00:00:00+00:00,0.7140000152587891,0.7219999694824218,0.710999984741211,0.715999984741211,0.38740096252234707,483359,0.0,0.0,True
2024-03-28 00:00:00+00:00,0.71,0.7207499694824219,0.71,0.72,0.38956520606429007,890687,0.0,0.0,True
2024-04-02 00:00:00+01:00,0.72,0.7480799865722656,0.7101000213623047,0.7219999694824218,0.3906473278352616,1678575,0.0,0.0,True
2024-04-03 00:00:00+01:00,0.7119999694824218,0.73,0.7119999694824218,0.7240000152587891,0.39172949107637073,595724,0.0,0.0,True
2024-04-04 00:00:00+01:00,0.71,0.725999984741211,0.7183999633789062,0.7219999694824218,0.3906473278352616,501349,0.0,0.0,True
2024-04-05 00:00:00+01:00,0.71,0.7180000305175781,0.7028800201416016,0.7119999694824218,0.3852366775102664,617060,0.0,0.0,True
2024-04-08 00:00:00+01:00,0.71,0.7453700256347656,0.71,0.73,0.39497585638928534,1537605,0.0,0.0,True
2024-04-09 00:00:00+01:00,0.735999984741211,0.745999984741211,0.7219999694824218,0.7319999694824219,0.39605793669011924,543134,0.0,0.0,True
2024-04-10 00:00:00+01:00,0.74,0.7480000305175781,0.7280000305175781,0.74,0.40038646524414295,861534,0.0,0.0,True
2024-04-11 00:00:00+01:00,0.74,0.75,0.7280000305175781,0.7440000152587891,0.402550708786086,395702,0.0,0.0,True
2024-04-12 00:00:00+01:00,0.7440000152587891,0.7480000305175781,0.73552001953125,0.745999984741211,0.40363283055705756,593614,0.0,0.0,True
2024-04-15 00:00:00+01:00,0.74,0.7487400054931641,0.729209976196289,0.745999984741211,0.40363283055705756,332308,0.0,0.0,True
2024-04-16 00:00:00+01:00,0.745999984741211,0.75,0.725,0.7419999694824219,0.4014685870151145,446425,0.0,0.0,True
2024-04-17 00:00:00+01:00,0.7380000305175781,0.745999984741211,0.7257599639892578,0.7440000152587891,0.402550708786086,178292,0.0,0.0,True
2024-04-18 00:00:00+01:00,0.7419999694824219,0.7440000152587891,0.7280000305175781,0.7440000152587891,0.402550708786086,369460,0.0,0.0,True
2024-04-19 00:00:00+01:00,0.74,0.75,0.7319999694824219,0.745999984741211,0.40363283055705756,566402,0.0,0.0,True
2024-04-22 00:00:00+01:00,0.75,0.75,0.74,0.75,0.4057971155691382,982563,0.0,0.0,True
2024-04-23 00:00:00+01:00,0.75,0.76,0.745999984741211,0.7519999694824219,0.4068791958699721,455421,0.0,0.0,True
2024-04-24 00:00:00+01:00,0.7519999694824219,0.7580000305175781,0.7440000152587891,0.755999984741211,0.4090434808820528,504824,0.0,0.0,True
2024-04-25 00:00:00+01:00,0.75,0.7580000305175781,0.75,0.755999984741211,0.4090434808820528,173851,0.0,0.0,True
2024-04-26 00:00:00+01:00,0.76,0.76,0.7519999694824219,0.76,0.41120772442399584,207597,0.0,0.0,True
2024-04-29 00:00:00+01:00,0.76,0.77,0.75,0.7619999694824219,0.4122898461949674,849290,0.0,0.0,True
2024-04-30 00:00:00+01:00,0.77,0.77,0.755999984741211,0.7640000152587891,0.4133719679659389,1097303,0.0,0.0,True
2024-05-01 00:00:00+01:00,0.7640000152587891,0.77,0.7640000152587891,0.7669999694824219,0.4149951506223961,486665,0.0,0.0,True
2024-05-02 00:00:00+01:00,0.765999984741211,0.77,0.765999984741211,0.7680000305175781,0.41553625297801955,294856,0.0,0.0,True
2024-05-03 00:00:00+01:00,0.765999984741211,0.7859999847412109,0.765999984741211,0.7719999694824219,0.41770045504982495,821121,0.0,0.0,True
2024-05-07 00:00:00+01:00,0.79,0.8,0.7780000305175782,0.7780000305175782,0.42094686183287716,530439,0.0,0.0,True
2024-05-08 00:00:00+01:00,0.8,0.8,0.7819999694824219,0.7980000305175782,0.43176812101273004,420060,0.0,0.0,True
2024-05-09 00:00:00+01:00,0.7980000305175782,0.8059999847412109,0.7980000305175782,0.8,0.43285024278370154,430926,0.0,0.0,True
2024-05-10 00:00:00+01:00,0.7980000305175782,0.8140000152587891,0.7980000305175782,0.8,0.43285024278370154,472290,0.0,0.0,True
2024-05-13 00:00:00+01:00,0.8019999694824219,0.81,0.8,0.8019999694824219,0.43393236455467304,572493,0.0,0.0,True
2024-05-14 00:00:00+01:00,0.8019999694824219,0.8059999847412109,0.8,0.8019999694824219,0.43393236455467304,609604,0.0,0.0,True
2024-05-15 00:00:00+01:00,0.7980000305175782,0.8122599792480469,0.7980000305175782,0.8119999694824219,0.4393429734095307,377449,0.0,0.0,True
2024-05-16 00:00:00+01:00,0.8040000152587891,0.8119999694824219,0.8,0.8040000152587891,0.4350144863256446,224390,0.0,0.0,True
2024-05-17 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.7980000305175782,0.8040000152587891,0.4350144863256446,233913,0.0,0.0,True
2024-05-20 00:00:00+01:00,0.81,0.81,0.8017500305175781,0.81,0.4382608516385592,552565,0.0,0.0,True
2024-05-21 00:00:00+01:00,0.8059999847412109,0.81,0.8030000305175782,0.8059999847412109,0.4360966080966161,291583,0.0,0.0,True
2024-05-22 00:00:00+01:00,0.8080000305175782,0.81,0.8066000366210938,0.8080000305175782,0.43717877133772526,523061,0.0,0.0,True
2024-05-23 00:00:00+01:00,0.81,0.8140000152587891,0.8,0.8080000305175782,0.43717877133772526,296478,0.0,0.0,True
2024-05-24 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.8019999694824219,0.81,0.4382608516385592,315634,0.0,0.0,True
2024-05-28 00:00:00+01:00,0.8119999694824219,0.8200000000000001,0.8040000152587891,0.8080000305175782,0.43717877133772526,737884,0.0,0.0,True
2024-05-29 00:00:00+01:00,0.81,0.8140000152587891,0.8040000152587891,0.81,0.4382608516385592,104303,0.0,0.0,True
2024-05-30 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.8059999847412109,0.8059999847412109,0.4360966080966161,234363,0.0,0.0,True
2024-05-31 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8040000152587891,0.8180000305175782,0.44258938019258287,280486,0.0,0.0,True
2024-06-03 00:00:00+01:00,0.81,0.8140000152587891,0.8052999877929687,0.8119999694824219,0.4393429734095307,120873,0.0,0.0,True
2024-06-04 00:00:00+01:00,0.8140000152587891,0.8200000000000001,0.81,0.8150000000000001,0.4409661975361256,220419,0.0,0.0,True
2024-06-05 00:00:00+01:00,0.81,0.8184400177001954,0.8078199768066406,0.8140000152587891,0.44042513665063987,151675,0.0,0.0,True
2024-06-06 00:00:00+01:00,0.8159999847412109,0.8180000305175782,0.8076000213623047,0.81,0.4382608516385592,560061,0.0,0.0,True
2024-06-07 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8040000152587891,0.8140000152587891,0.44042513665063987,251838,0.0,0.0,True
2024-06-10 00:00:00+01:00,0.8040000152587891,0.8198600006103516,0.8040000152587891,0.8040000152587891,0.4350144863256446,122562,0.0,0.0,True
2024-06-11 00:00:00+01:00,0.8059999847412109,0.81875,0.8050199890136719,0.8180000305175782,0.44258938019258287,487588,0.0,0.0,True
2024-06-12 00:00:00+01:00,0.8219999694824219,0.8219999694824219,0.8080000305175782,0.8219999694824219,0.4447535822643883,171238,0.0,0.0,True
2024-06-13 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8075,0.8180000305175782,0.44258938019258287,867927,0.0,0.0,True
2024-06-14 00:00:00+01:00,0.8140000152587891,0.8219999694824219,0.8112000274658203,0.8140000152587891,0.44042513665063987,206031,0.0,0.0,True
2024-06-17 00:00:00+01:00,0.8153299713134766,0.8200000000000001,0.8059999847412109,0.8130000305175782,0.4398840757651541,382699,0.0,0.0,True
2024-06-18 00:00:00+01:00,0.8240000152587891,0.8300000000000001,0.81,0.825999984741211,0.446917867276469,976678,0.0,0.0,True
2024-06-19 00:00:00+01:00,0.8240000152587891,0.8340000152587891,0.8180000305175782,0.8240000152587891,0.4458357455054975,499255,0.0,0.0,True
2024-06-20 00:00:00+01:00,0.8300000000000001,0.8338200378417969,0.7998200225830079,0.8240000152587891,0.4458357455054975,1690300,0.0,0.0,True
2024-06-21 00:00:00+01:00,0.8300000000000001,0.8340000152587891,0.8159999847412109,0.8300000000000001,0.449082110818412,372181,0.0,0.0,True
2024-06-24 00:00:00+01:00,0.8280000305175781,0.8319999694824219,0.8140000152587891,0.8140000152587891,0.44042513665063987,428865,0.0,0.0,True
2024-06-25 00:00:00+01:00,0.8159999847412109,0.8340000152587891,0.81447998046875,0.8240000152587891,0.4458357455054975,459495,0.0,0.0,True
2024-06-26 00:00:00+01:00,0.8159999847412109,0.8300000000000001,0.8159999847412109,0.8280000305175781,0.44800003051757814,301883,0.0,0.0,True
2024-06-27 00:00:00+01:00,0.8180000305175782,0.8300000000000001,0.8,0.8,0.43285024278370154,525186,0.0,0.0,True
2024-06-28 00:00:00+01:00,0.8140000152587891,0.825999984741211,0.8,0.8,0.43285024278370154,359577,0.0,0.0,True
2024-07-01 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8019999694824219,0.8180000305175782,0.44258938019258287,593052,0.0,0.0,True
2024-07-02 00:00:00+01:00,0.8280000305175781,0.8280000305175781,0.8041500091552735,0.8280000305175781,0.44800003051757814,408381,0.0,0.0,True
2024-07-03 00:00:00+01:00,0.54,0.54,0.43,0.455,0.455,1920952,0.38,0.0,False
2024-07-04 00:00:00+01:00,0.45599998474121095,0.4690000152587891,0.4479999923706055,0.46,0.46,563887,0.0,0.0,False
2024-07-05 00:00:00+01:00,0.46099998474121096,0.46099998474121096,0.4479999923706055,0.45099998474121095,0.45099998474121095,919893,0.0,0.0,False
2024-07-08 00:00:00+01:00,0.45,0.4690000152587891,0.45,0.46,0.46,653316,0.0,0.0,False
2024-07-09 00:00:00+01:00,0.45799999237060546,0.47000000000000003,0.45099998474121095,0.4520000076293945,0.4520000076293945,482688,0.0,0.0,False
2024-07-10 00:00:00+01:00,0.4540000152587891,0.4570000076293945,0.4429899978637695,0.4520000076293945,0.4520000076293945,569679,0.0,0.0,False
2024-07-11 00:00:00+01:00,0.4520000076293945,0.4640000152587891,0.4429999923706055,0.4570000076293945,0.4570000076293945,2067193,0.0,0.0,False
2024-07-12 00:00:00+01:00,0.44599998474121094,0.46,0.445,0.4540000152587891,0.4540000152587891,3505991,0.0,0.0,False
2024-07-15 00:00:00+01:00,0.455,0.47000000000000003,0.4479999923706055,0.455,0.455,1256768,0.0,0.0,False
2024-07-16 00:00:00+01:00,0.45099998474121095,0.4690000152587891,0.4479999923706055,0.45099998474121095,0.45099998474121095,689294,0.0,0.0,False
2024-07-17 00:00:00+01:00,0.45,0.4520100021362305,0.44599998474121094,0.4490000152587891,0.4490000152587891,947544,0.0,0.0,False
2024-07-18 00:00:00+01:00,0.4490000152587891,0.46,0.44,0.45,0.45,345305,0.0,0.0,False
2024-07-19 00:00:00+01:00,0.4490000152587891,0.461619987487793,0.43900001525878907,0.4520000076293945,0.4520000076293945,756389,0.0,0.0,False
2024-07-22 00:00:00+01:00,0.4540000152587891,0.465,0.44,0.45,0.45,871998,0.0,0.0,False
2024-07-23 00:00:00+01:00,0.45299999237060545,0.46487998962402344,0.45,0.4520000076293945,0.4520000076293945,4002677,0.0,0.0,False
2024-07-24 00:00:00+01:00,0.44200000762939456,0.465,0.44200000762939456,0.45599998474121095,0.45599998474121095,964925,0.0,0.0,False
2024-07-25 00:00:00+01:00,0.4540000152587891,0.465,0.4479999923706055,0.4479999923706055,0.4479999923706055,9239037,0.0,0.0,False
2024-07-26 00:00:00+01:00,0.46,0.465,0.4429999923706055,0.4620000076293945,0.4620000076293945,496693,0.0,0.0,False
2024-07-29 00:00:00+01:00,0.44599998474121094,0.465,0.44599998474121094,0.45299999237060545,0.45299999237060545,813044,0.0,0.0,False
2024-07-30 00:00:00+01:00,0.46599998474121096,0.46599998474121096,0.44200000762939456,0.45,0.45,520456,0.0,0.0,False
2024-07-31 00:00:00+01:00,0.4429999923706055,0.465,0.43900001525878907,0.45,0.45,719511,0.0,0.0,False
2024-08-01 00:00:00+01:00,0.44599998474121094,0.46599998474121096,0.44599998474121094,0.4490000152587891,0.4490000152587891,1055090,0.0,0.0,False
2024-08-02 00:00:00+01:00,0.44599998474121094,0.4590000152587891,0.43700000762939456,0.44,0.44,343709,0.0,0.0,False
2024-08-05 00:00:00+01:00,0.43599998474121093,0.4475,0.42,0.42,0.42,1717575,0.0,0.0,False
2024-08-06 00:00:00+01:00,0.4229999923706055,0.43290000915527344,0.42,0.4259999847412109,0.4259999847412109,681974,0.0,0.0,False
2024-08-07 00:00:00+01:00,0.43099998474121093,0.43696998596191405,0.42200000762939455,0.425,0.425,312031,0.0,0.0,False
2024-08-08 00:00:00+01:00,0.4259999847412109,0.435,0.425,0.43,0.43,682555,0.0,0.0,False
2024-08-09 00:00:00+01:00,0.42700000762939455,0.44,0.42700000762939455,0.42700000762939455,0.42700000762939455,465566,0.0,0.0,False
2024-08-12 00:00:00+01:00,0.4279999923706055,0.46,0.42700000762939455,0.445,0.445,438896,0.0,0.0,False
2024-08-13 00:00:00+01:00,0.445,0.45599998474121095,0.44113998413085936,0.44400001525878907,0.44400001525878907,284482,0.0,0.0,False
2024-08-14 00:00:00+01:00,0.44400001525878907,0.44599998474121094,0.4379999923706055,0.4379999923706055,0.4379999923706055,209582,0.0,0.0,False
2024-08-15 00:00:00+01:00,0.43900001525878907,0.45099998474121095,0.43200000762939456,0.43599998474121093,0.43599998474121093,850095,0.0,0.0,False
2024-08-16 00:00:00+01:00,0.43099998474121093,0.4570000076293945,0.43099998474121093,0.43700000762939456,0.43700000762939456,399189,0.0,0.0,False
2024-08-19 00:00:00+01:00,0.43700000762939456,0.45099998474121095,0.43481998443603515,0.44,0.44,443196,0.0,0.0,False
2024-08-20 00:00:00+01:00,0.43900001525878907,0.44148998260498046,0.4279999923706055,0.43900001525878907,0.43900001525878907,228909,0.0,0.0,False
2024-08-21 00:00:00+01:00,0.44,0.45,0.43316001892089845,0.44,0.44,183830,0.0,0.0,False
2024-08-22 00:00:00+01:00,0.43099998474121093,0.43900001525878907,0.42794998168945314,0.43509998321533205,0.43509998321533205,275741,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 1.02 1.02 1.0 1.0025 0.46005871701498224 688791 0.0 0.0 True
3 2022-01-05 00:00:00+00:00 1.0050000000000001 1.03 0.9880000305175781 1.0150000000000001 0.4657950766970162 574510 0.0 0.0 True
4 2022-01-06 00:00:00+00:00 1.0150000000000001 1.0260600280761718 1.0125499725341798 1.025 0.47038424195101936 302750 0.0 0.0 True
5 2022-01-07 00:00:00+00:00 1.025 1.03 1.0150000000000001 1.0225 0.4692369418297486 184689 0.0 0.0 True
6 2022-01-10 00:00:00+00:00 1.035 1.0387400054931641 1.02 1.03 0.4726787717314008 393887 0.0 0.0 True
7 2022-01-11 00:00:00+00:00 1.03 1.035 1.025 1.025 0.47038424195101936 312267 0.0 0.0 True
8 2022-01-12 00:00:00+00:00 1.02 1.0349600219726562 1.02 1.02 0.4680896417084777 333655 0.0 0.0 True
9 2022-01-13 00:00:00+00:00 1.035 1.035 1.0150000000000001 1.0150000000000001 0.4657950766970162 693154 0.0 0.0 True
10 2022-01-14 00:00:00+00:00 1.0150000000000001 1.03 1.0150000000000001 1.025 0.47038424195101936 445210 0.0 0.0 True
11 2022-01-17 00:00:00+00:00 1.03 1.03 1.01 1.0225 0.4692369418297486 244429 0.0 0.0 True
12 2022-01-18 00:00:00+00:00 1.0150000000000001 1.04 1.0150000000000001 1.03 0.4726787717314008 303057 0.0 0.0 True
13 2022-01-19 00:00:00+00:00 1.03 1.03 1.01 1.01 0.46350051168555456 540297 0.0 0.0 True
14 2022-01-20 00:00:00+00:00 1.03 1.03 1.02 1.02 0.4680896417084777 503597 0.0 0.0 True
15 2022-01-21 00:00:00+00:00 1.02 1.03 1.0150000000000001 1.0150000000000001 0.4657950766970162 503201 0.0 0.0 True
16 2022-01-24 00:00:00+00:00 1.03 1.03 1.0050000000000001 1.0050000000000001 0.4612059819051731 621856 0.0 0.0 True
17 2022-01-25 00:00:00+00:00 1.0150000000000001 1.03 1.01 1.01 0.46350051168555456 221580 0.0 0.0 True
18 2022-01-26 00:00:00+00:00 1.0150000000000001 1.035 1.01 1.01 0.46350051168555456 337026 0.0 0.0 True
19 2022-01-27 00:00:00+00:00 1.0050000000000001 1.035 1.0050000000000001 1.0275 0.47153143637905004 163407 0.0 0.0 True
20 2022-01-28 00:00:00+00:00 1.02 1.0336000061035155 1.01 1.01 0.46350051168555456 216813 0.0 0.0 True
21 2022-01-31 00:00:00+00:00 1.025 1.035 1.01 1.025 0.47038424195101936 258610 0.0 0.0 True
22 2022-02-01 00:00:00+00:00 1.02 1.0338700103759766 1.0150000000000001 1.025 0.47038424195101936 174860 0.0 0.0 True
23 2022-02-02 00:00:00+00:00 1.02 1.035 1.02 1.035 0.4749733015117825 168097 0.0 0.0 True
24 2022-02-03 00:00:00+00:00 1.02 1.035 1.01 1.03 0.4726787717314008 121514 0.0 0.0 True
25 2022-02-04 00:00:00+00:00 1.035 1.04 1.0150000000000001 1.025 0.47038424195101936 334977 0.0 0.0 True
26 2022-02-07 00:00:00+00:00 1.025 1.04 1.0150000000000001 1.0150000000000001 0.4657950766970162 219011 0.0 0.0 True
27 2022-02-08 00:00:00+00:00 1.02 1.035 1.0150000000000001 1.02 0.4680896417084777 245744 0.0 0.0 True
28 2022-02-09 00:00:00+00:00 1.02 1.045 1.0150000000000001 1.02 0.4680896417084777 510130 0.0 0.0 True
29 2022-02-10 00:00:00+00:00 1.02 1.04 1.0150000000000001 1.035 0.4749733015117825 155236 0.0 0.0 True
30 2022-02-11 00:00:00+00:00 1.04 1.04 1.0150000000000001 1.0150000000000001 0.4657950766970162 269938 0.0 0.0 True
31 2022-02-14 00:00:00+00:00 1.01 1.02 1.0 1.0050000000000001 0.4612059819051731 502611 0.0 0.0 True
32 2022-02-15 00:00:00+00:00 1.01 1.024010009765625 1.0069000244140625 1.0175 0.4669424120493671 254211 0.0 0.0 True
33 2022-02-16 00:00:00+00:00 1.0050000000000001 1.025 1.0050000000000001 1.0175 0.4669424120493671 205546 0.0 0.0 True
34 2022-02-17 00:00:00+00:00 1.0050000000000001 1.03 1.0050000000000001 1.0175 0.4669424120493671 351438 0.0 0.0 True
35 2022-02-18 00:00:00+00:00 1.025 1.035 1.01 1.025 0.47038424195101936 431839 0.0 0.0 True
36 2022-02-21 00:00:00+00:00 1.01 1.02875 1.0050000000000001 1.0050000000000001 0.4612059819051731 223721 0.0 0.0 True
37 2022-02-22 00:00:00+00:00 1.0 1.0226399993896484 1.0 1.01 0.46350051168555456 263954 0.0 0.0 True
38 2022-02-23 00:00:00+00:00 1.01 1.03 1.0 1.0080000305175782 0.462582742050698 209339 0.0 0.0 True
39 2022-02-24 00:00:00+00:00 0.9980000305175781 1.01 0.985999984741211 0.9980000305175781 0.4579936120277749 290528 0.0 0.0 True
40 2022-02-25 00:00:00+00:00 0.995999984741211 1.02 0.9944200134277345 1.02 0.4680896417084777 266910 0.0 0.0 True
41 2022-02-28 00:00:00+00:00 1.0095999908447266 1.0150000000000001 0.9922799682617188 1.0030000305175781 0.4602881418081564 123233 0.0 0.0 True
42 2022-03-01 00:00:00+00:00 0.9919999694824219 1.017320022583008 0.9914700317382813 1.01 0.46350051168555456 93584 0.0 0.0 True
43 2022-03-02 00:00:00+00:00 0.9919999694824219 1.02 0.99 1.02 0.4680896417084777 206801 0.0 0.0 True
44 2022-03-03 00:00:00+00:00 0.9980000305175781 1.0050000000000001 0.985999984741211 0.9944999694824219 0.46273870218103275 241550 0.014 0.0 True
45 2022-03-04 00:00:00+00:00 0.9840000152587891 1.0 0.98 0.98 0.45599186137362274 274851 0.0 0.0 True
46 2022-03-07 00:00:00+00:00 0.98 0.9940000152587891 0.965999984741211 0.9940000152587891 0.4625060808248725 298583 0.0 0.0 True
47 2022-03-08 00:00:00+00:00 0.98 0.9980000305175781 0.965999984741211 0.9840000152587891 0.45785308223818033 324905 0.0 0.0 True
48 2022-03-09 00:00:00+00:00 1.0 1.0 0.9740000152587891 0.9930000305175781 0.46204076667961624 237428 0.0 0.0 True
49 2022-03-10 00:00:00+00:00 1.0 1.0 0.9825 1.0 0.46529782283053905 450257 0.0 0.0 True
50 2022-03-11 00:00:00+00:00 1.02 1.02 0.9963600158691407 1.0075 0.4687876074870262 394282 0.0 0.0 True
51 2022-03-14 00:00:00+00:00 1.0 1.0215899658203125 0.995 1.0069999694824219 0.4685549146979299 391252 0.0 0.0 True
52 2022-03-15 00:00:00+00:00 0.985999984741211 1.0150000000000001 0.9844000244140625 0.9969999694824219 0.4639019518277057 251123 0.0 0.0 True
53 2022-03-16 00:00:00+00:00 0.99 1.0150000000000001 0.9880000305175781 0.995999984741211 0.4634366376824494 205994 0.0 0.0 True
54 2022-03-17 00:00:00+00:00 0.9940000152587891 1.0150000000000001 0.985999984741211 1.0030000305175781 0.46669376526630824 217928 0.0 0.0 True
55 2022-03-18 00:00:00+00:00 0.9940000152587891 1.0150000000000001 0.985999984741211 1.01 0.4699507857007631 542421 0.0 0.0 True
56 2022-03-21 00:00:00+00:00 1.0150000000000001 1.02 0.9840000152587891 1.0075 0.4687876074870262 677397 0.0 0.0 True
57 2022-03-22 00:00:00+00:00 1.0150000000000001 1.02 0.9994999694824219 1.01 0.4699507857007631 269370 0.0 0.0 True
58 2022-03-23 00:00:00+00:00 1.0 1.0131500244140625 0.9940000152587891 1.01 0.4699507857007631 257172 0.0 0.0 True
59 2022-03-24 00:00:00+00:00 1.0050000000000001 1.0150000000000001 0.995999984741211 1.005500030517578 0.46785697919651326 526075 0.0 0.0 True
60 2022-03-25 00:00:00+00:00 0.99 1.01 0.9861900329589844 1.0 0.46529782283053905 210872 0.0 0.0 True
61 2022-03-28 00:00:00+01:00 0.9819999694824219 1.01 0.9819999694824219 1.0 0.46529782283053905 263474 0.0 0.0 True
62 2022-03-29 00:00:00+01:00 0.9819999694824219 1.01 0.9819999694824219 1.0030000305175781 0.46669376526630824 384070 0.0 0.0 True
63 2022-03-30 00:00:00+01:00 1.0 1.0050000000000001 0.9894999694824219 1.0025 0.4664611081936801 364410 0.0 0.0 True
64 2022-03-31 00:00:00+01:00 1.0 1.02 0.9931999969482422 1.0150000000000001 0.4722772849941092 939136 0.0 0.0 True
65 2022-04-01 00:00:00+01:00 1.0150000000000001 1.025 0.9980000305175781 0.9980000305175781 0.4643673016894302 1076825 0.0 0.0 True
66 2022-04-04 00:00:00+01:00 1.0 1.025 0.9968000030517579 1.01 0.4699507857007631 637179 0.0 0.0 True
67 2022-04-05 00:00:00+01:00 1.03 1.03 0.995999984741211 1.0075 0.4687876074870262 418344 0.0 0.0 True
68 2022-04-06 00:00:00+01:00 1.0050000000000001 1.02375 0.9940000152587891 1.0050000000000001 0.4676243221238851 431535 0.0 0.0 True
69 2022-04-07 00:00:00+01:00 1.01 1.0187999725341796 0.9933399963378906 1.0 0.46529782283053905 338675 0.0 0.0 True
70 2022-04-08 00:00:00+01:00 1.01 1.0274400329589843 1.01 1.0150000000000001 0.4722772849941092 507439 0.0 0.0 True
71 2022-04-11 00:00:00+01:00 1.02 1.02 1.0 1.0050000000000001 0.4676243221238851 666408 0.0 0.0 True
72 2022-04-12 00:00:00+01:00 1.02 1.022979965209961 1.0 1.0050000000000001 0.4676243221238851 713644 0.0 0.0 True
73 2022-04-13 00:00:00+01:00 1.01 1.02 1.0050000000000001 1.01 0.4699507857007631 1763693 0.0 0.0 True
74 2022-04-14 00:00:00+01:00 1.02 1.025 1.01 1.0175 0.47344057035725035 1485480 0.0 0.0 True
75 2022-04-19 00:00:00+01:00 1.0150000000000001 1.03 1.0050000000000001 1.02 0.47460378428745537 1318288 0.0 0.0 True
76 2022-04-20 00:00:00+01:00 1.025 1.025 1.018499984741211 1.0175 0.47344057035725035 1052033 0.0 0.0 True
77 2022-04-21 00:00:00+01:00 1.0150000000000001 1.0276000213623047 1.01 1.0150000000000001 0.4722772849941092 886904 0.0 0.0 True
78 2022-04-22 00:00:00+01:00 1.0150000000000001 1.025 1.01 1.0150000000000001 0.4722772849941092 572432 0.0 0.0 True
79 2022-04-25 00:00:00+01:00 1.0050000000000001 1.02 0.9940000152587891 1.0050000000000001 0.4676243221238851 549296 0.0 0.0 True
80 2022-04-26 00:00:00+01:00 1.02 1.025 1.01 1.02 0.47460378428745537 480986 0.0 0.0 True
81 2022-04-27 00:00:00+01:00 1.014499969482422 1.023300018310547 1.0137000274658203 1.02 0.47460378428745537 278543 0.0 0.0 True
82 2022-04-28 00:00:00+01:00 1.0050000000000001 1.025 1.0 1.01 0.4699507857007631 1015555 0.0 0.0 True
83 2022-04-29 00:00:00+01:00 1.0050000000000001 1.02 1.0050000000000001 1.0150000000000001 0.4722772849941092 222329 0.0 0.0 True
84 2022-05-03 00:00:00+01:00 1.02 1.02 0.9940000152587891 1.0050000000000001 0.4676243221238851 269530 0.0 0.0 True
85 2022-05-04 00:00:00+01:00 1.0 1.00625 0.9980000305175781 1.0050000000000001 0.4676243221238851 698396 0.0 0.0 True
86 2022-05-05 00:00:00+01:00 1.01 1.02 1.0016000366210938 1.0030000305175781 0.46669376526630824 492217 0.0 0.0 True
87 2022-05-06 00:00:00+01:00 1.01 1.0137999725341797 0.995999984741211 1.0 0.46529782283053905 605508 0.0 0.0 True
88 2022-05-09 00:00:00+01:00 0.9980000305175781 1.0150000000000001 0.995999984741211 1.0005000305175782 0.46553047990316726 1161624 0.0 0.0 True
89 2022-05-10 00:00:00+01:00 1.0 1.007760009765625 0.99 0.9980000305175781 0.4643673016894302 495152 0.0 0.0 True
90 2022-05-11 00:00:00+01:00 1.0 1.01 0.9919999694824219 0.9919999694824219 0.4615754882508277 438247 0.0 0.0 True
91 2022-05-12 00:00:00+01:00 0.9840000152587891 0.995999984741211 0.98 0.99 0.4606448599603149 342851 0.0 0.0 True
92 2022-05-13 00:00:00+01:00 0.995999984741211 1.0021199798583984 0.9940000152587891 0.9990000152587891 0.46483261583468666 886845 0.0 0.0 True
93 2022-05-16 00:00:00+01:00 0.9919999694824219 1.0050000000000001 0.99 0.995999984741211 0.4634366376824494 472847 0.0 0.0 True
94 2022-05-17 00:00:00+01:00 0.99 1.01 0.988820037841797 1.0040000152587891 0.46715907941156476 404261 0.0 0.0 True
95 2022-05-18 00:00:00+01:00 1.0050000000000001 1.0071499633789063 0.9919999694824219 1.0 0.46529782283053905 524412 0.0 0.0 True
96 2022-05-19 00:00:00+01:00 0.9880000305175781 1.0 0.9880000305175781 0.995 0.462971323537193 204691 0.0 0.0 True
97 2022-05-20 00:00:00+01:00 1.001999969482422 1.0150000000000001 0.995999984741211 1.006500015258789 0.46832236477470573 333654 0.0 0.0 True
98 2022-05-23 00:00:00+01:00 1.0 1.02 0.9955999755859375 1.01 0.4699507857007631 574137 0.0 0.0 True
99 2022-05-24 00:00:00+01:00 1.01 1.02 0.989800033569336 0.9975 0.46413457318386603 277441 0.0 0.0 True
100 2022-05-25 00:00:00+01:00 1.02 1.02 0.9880000305175781 0.9880000305175781 0.45971433881920615 197291 0.0 0.0 True
101 2022-05-26 00:00:00+01:00 1.01 1.01 0.9880000305175781 1.01 0.4699507857007631 294806 0.0 0.0 True
102 2022-05-27 00:00:00+01:00 0.9919999694824219 1.02 0.9880000305175781 1.008499984741211 0.46925285019934654 406794 0.0 0.0 True
103 2022-05-30 00:00:00+01:00 0.9980000305175781 1.02 0.9919999694824219 0.9919999694824219 0.4615754882508277 408598 0.0 0.0 True
104 2022-05-31 00:00:00+01:00 1.02 1.02 0.9940000152587891 0.995999984741211 0.4634366376824494 197162 0.0 0.0 True
105 2022-06-01 00:00:00+01:00 1.0003900146484375 1.025 0.9937999725341797 1.0094999694824218 0.46971809291166694 316069 0.0 0.0 True
106 2022-06-06 00:00:00+01:00 1.0150000000000001 1.02 0.9880000305175781 1.01 0.4699507857007631 202637 0.0 0.0 True
107 2022-06-07 00:00:00+01:00 1.0050000000000001 1.0150000000000001 0.995999984741211 1.0050000000000001 0.4676243221238851 137343 0.0 0.0 True
108 2022-06-08 00:00:00+01:00 1.0050000000000001 1.02 0.995999984741211 1.0125 0.4711140353474362 393886 0.0 0.0 True
109 2022-06-09 00:00:00+01:00 1.01 1.0150000000000001 0.99 1.0025 0.4664611081936801 276763 0.0 0.0 True
110 2022-06-10 00:00:00+01:00 1.0059999847412109 1.01 0.9915000152587891 1.0025 0.4664611081936801 248266 0.0 0.0 True
111 2022-06-13 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9980000305175781 0.4643673016894302 341223 0.0 0.0 True
112 2022-06-14 00:00:00+01:00 1.0150000000000001 1.0150000000000001 0.9880000305175781 1.0050000000000001 0.4676243221238851 3582584 0.0 0.0 True
113 2022-06-15 00:00:00+01:00 1.0150000000000001 1.0150000000000001 0.9919999694824219 1.01 0.4699507857007631 550051 0.0 0.0 True
114 2022-06-16 00:00:00+01:00 0.9980000305175781 1.01 0.99 0.9975 0.47065854290814385 434295 0.014 0.0 True
115 2022-06-17 00:00:00+01:00 0.9880000305175781 1.0086900329589843 0.98 1.0 0.4718381609439312 217757 0.0 0.0 True
116 2022-06-20 00:00:00+01:00 1.0 1.01 0.98 0.99 0.4671197250142656 279723 0.0 0.0 True
117 2022-06-21 00:00:00+01:00 0.9919999694824219 1.01 0.982770004272461 0.9840000152587891 0.4642887720969189 172057 0.0 0.0 True
118 2022-06-22 00:00:00+01:00 0.98 1.0 0.9780000305175781 0.985999984741211 0.4652324592828521 496310 0.0 0.0 True
119 2022-06-23 00:00:00+01:00 0.9780000305175781 0.99 0.9780000305175781 0.9819999694824219 0.4633450486975015 199602 0.0 0.0 True
120 2022-06-24 00:00:00+01:00 0.985999984741211 0.9980000305175781 0.9780000305175781 0.99 0.4671197250142656 746247 0.0 0.0 True
121 2022-06-27 00:00:00+01:00 0.9840000152587891 1.0 0.9819999694824219 0.985 0.4647606337966275 267320 0.0 0.0 True
122 2022-06-28 00:00:00+01:00 0.9819999694824219 1.0 0.9784999847412109 0.9940000152587891 0.46900713559961615 160986 0.0 0.0 True
123 2022-06-29 00:00:00+01:00 0.9880000305175781 0.9980000305175781 0.975999984741211 0.9880000305175781 0.46617611025530103 191521 0.0 0.0 True
124 2022-06-30 00:00:00+01:00 0.97 0.99 0.97 0.97 0.4576830342223554 248579 0.0 0.0 True
125 2022-07-01 00:00:00+01:00 0.97 0.9880000305175781 0.9680000305175781 0.9769999694824218 0.46098592126637933 255890 0.0 0.0 True
126 2022-07-04 00:00:00+01:00 0.97 0.99 0.961999969482422 0.975999984741211 0.46051402335318636 235856 0.0 0.0 True
127 2022-07-05 00:00:00+01:00 0.965999984741211 0.9880000305175781 0.961999969482422 0.970999984741211 0.45815485970857994 55765 0.0 0.0 True
128 2022-07-06 00:00:00+01:00 0.965999984741211 0.9819999694824219 0.96 0.96 0.4529646345061741 298602 0.0 0.0 True
129 2022-07-07 00:00:00+01:00 0.98 0.9880000305175781 0.9611900329589844 0.9719999694824218 0.45862668519480443 289831 0.0 0.0 True
130 2022-07-08 00:00:00+01:00 0.96 0.9880000305175781 0.96 0.961999969482422 0.4539083216921072 139232 0.0 0.0 True
131 2022-07-11 00:00:00+01:00 0.97 0.9880000305175781 0.961999969482422 0.9780000305175781 0.46145771053911955 622083 0.0 0.0 True
132 2022-07-12 00:00:00+01:00 0.961999969482422 0.985999984741211 0.96 0.96 0.4529646345061741 121277 0.0 0.0 True
133 2022-07-13 00:00:00+01:00 0.96 0.9780000305175781 0.9519999694824219 0.955999984741211 0.45107729634779203 172913 0.0 0.0 True
134 2022-07-14 00:00:00+01:00 0.955999984741211 0.975999984741211 0.9521900177001953 0.965 0.4553237981507805 229708 0.0 0.0 True
135 2022-07-15 00:00:00+01:00 0.965999984741211 0.98 0.9500000000000001 0.97 0.4576830342223554 712578 0.0 0.0 True
136 2022-07-18 00:00:00+01:00 0.96 0.9719999694824218 0.9500000000000001 0.9500000000000001 0.4482461985765084 499037 0.0 0.0 True
137 2022-07-19 00:00:00+01:00 0.96 0.9678399658203125 0.9500000000000001 0.9569999694824219 0.45154912183401646 204836 0.0 0.0 True
138 2022-07-20 00:00:00+01:00 0.9640000152587891 0.98 0.9610500335693359 0.965999984741211 0.45579565985048914 397977 0.0 0.0 True
139 2022-07-21 00:00:00+01:00 0.97 0.9740000152587891 0.9640000152587891 0.9640000152587891 0.4548519726645561 155181 0.0 0.0 True
140 2022-07-22 00:00:00+01:00 0.9640000152587891 0.9819999694824219 0.9640000152587891 0.9780000305175781 0.46145771053911955 190410 0.0 0.0 True
141 2022-07-25 00:00:00+01:00 0.9640000152587891 0.98 0.9640000152587891 0.9719999694824218 0.45862668519480443 210323 0.0 0.0 True
142 2022-07-26 00:00:00+01:00 0.9540000152587891 0.98 0.9519999694824219 0.975999984741211 0.46051402335318636 389720 0.0 0.0 True
143 2022-07-27 00:00:00+01:00 0.9719999694824218 0.98 0.9580000305175781 0.965999984741211 0.45579565985048914 350909 0.0 0.0 True
144 2022-07-28 00:00:00+01:00 0.9680000305175781 0.9819999694824219 0.9625900268554688 0.965999984741211 0.45579565985048914 481627 0.0 0.0 True
145 2022-07-29 00:00:00+01:00 0.98 0.98 0.96 0.961999969482422 0.4539083216921072 567967 0.0 0.0 True
146 2022-08-01 00:00:00+01:00 0.965999984741211 0.985999984741211 0.96 0.975999984741211 0.46051402335318636 300413 0.0 0.0 True
147 2022-08-02 00:00:00+01:00 0.98 0.9819999694824219 0.9719999694824218 0.9790000152587891 0.4619295722388282 243968 0.0 0.0 True
148 2022-08-03 00:00:00+01:00 0.961999969482422 0.9880000305175781 0.961999969482422 0.97 0.4576830342223554 331682 0.0 0.0 True
149 2022-08-04 00:00:00+01:00 0.9880000305175781 0.9880000305175781 0.9680000305175781 0.985999984741211 0.4652324592828521 218462 0.0 0.0 True
150 2022-08-05 00:00:00+01:00 0.98 0.9880000305175781 0.9701000213623047 0.985999984741211 0.4652324592828521 199593 0.0 0.0 True
151 2022-08-08 00:00:00+01:00 0.9719999694824218 0.9919999694824219 0.97 0.9719999694824218 0.45862668519480443 199786 0.0 0.0 True
152 2022-08-09 00:00:00+01:00 0.9719999694824218 0.9980000305175781 0.9719999694824218 0.9880000305175781 0.46617611025530103 337063 0.0 0.0 True
153 2022-08-10 00:00:00+01:00 0.99 0.995999984741211 0.9775 0.9869999694824219 0.4657042847690765 261608 0.0 0.0 True
154 2022-08-11 00:00:00+01:00 0.9980000305175781 1.0 0.98 1.0 0.4718381609439312 282071 0.0 0.0 True
155 2022-08-12 00:00:00+01:00 0.985999984741211 1.0050000000000001 0.9848600006103516 0.99 0.4671197250142656 235615 0.0 0.0 True
156 2022-08-15 00:00:00+01:00 1.0 1.0050000000000001 0.9780000305175781 0.995999984741211 0.4699508227855493 224444 0.0 0.0 True
157 2022-08-16 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9819999694824219 0.4633450486975015 378581 0.0 0.0 True
158 2022-08-17 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9925 0.46829937926353743 281246 0.0 0.0 True
159 2022-08-18 00:00:00+01:00 0.9840000152587891 1.01 0.9780000305175781 1.01 0.4765565968735969 300436 0.0 0.0 True
160 2022-08-19 00:00:00+01:00 0.99 1.0 0.9780000305175781 0.9980000305175781 0.47089447375799814 297435 0.0 0.0 True
161 2022-08-22 00:00:00+01:00 0.975999984741211 0.995999984741211 0.975999984741211 0.975999984741211 0.46051402335318636 248244 0.0 0.0 True
162 2022-08-23 00:00:00+01:00 0.975999984741211 0.99 0.9719999694824218 0.9719999694824218 0.45862668519480443 128685 0.0 0.0 True
163 2022-08-24 00:00:00+01:00 0.9719999694824218 0.985999984741211 0.9719999694824218 0.9780000305175781 0.46145771053911955 475257 0.0 0.0 True
164 2022-08-25 00:00:00+01:00 0.9880000305175781 0.9980000305175781 0.9719999694824218 0.9780000305175781 0.46145771053911955 150422 0.0 0.0 True
165 2022-08-26 00:00:00+01:00 0.98 0.9919999694824219 0.972310028076172 0.975999984741211 0.46051402335318636 346755 0.0 0.0 True
166 2022-08-30 00:00:00+01:00 0.985999984741211 0.99 0.97 0.9780000305175781 0.46145771053911955 914883 0.0 0.0 True
167 2022-08-31 00:00:00+01:00 0.98 0.9980000305175781 0.9756700134277344 0.9819999694824219 0.4633450486975015 935700 0.0 0.0 True
168 2022-09-01 00:00:00+01:00 0.9819999694824219 0.9880000305175781 0.97 0.9780000305175781 0.46145771053911955 492257 0.0 0.0 True
169 2022-09-02 00:00:00+01:00 0.9780000305175781 0.985999984741211 0.97 0.980999984741211 0.46287322321127716 325380 0.0 0.0 True
170 2022-09-05 00:00:00+01:00 0.98 0.99 0.9625 0.97 0.4576830342223554 384938 0.0 0.0 True
171 2022-09-06 00:00:00+01:00 0.97 0.99 0.97 0.9819999694824219 0.4633450486975015 206662 0.0 0.0 True
172 2022-09-07 00:00:00+01:00 0.97 0.9880000305175781 0.9655000305175782 0.9869999694824219 0.4657042847690765 149552 0.0 0.0 True
173 2022-09-08 00:00:00+01:00 0.97 0.9940000152587891 0.9640000152587891 0.98 0.46240143393853694 129364 0.0 0.0 True
174 2022-09-09 00:00:00+01:00 0.9919999694824219 0.9919999694824219 0.9719999694824218 0.9719999694824218 0.45862668519480443 412842 0.0 0.0 True
175 2022-09-12 00:00:00+01:00 0.9940000152587891 0.9940000152587891 0.9740000152587891 0.9840000152587891 0.4642887720969189 235355 0.0 0.0 True
176 2022-09-13 00:00:00+01:00 0.99 0.99 0.965999984741211 0.965999984741211 0.45579565985048914 206941 0.0 0.0 True
177 2022-09-14 00:00:00+01:00 0.9640000152587891 0.9719999694824218 0.9618800354003907 0.965999984741211 0.45579565985048914 420231 0.0 0.0 True
178 2022-09-15 00:00:00+01:00 0.97 0.99 0.9640000152587891 0.99 0.4671197250142656 277190 0.0 0.0 True
179 2022-09-16 00:00:00+01:00 0.975999984741211 0.9880000305175781 0.9680000305175781 0.9680000305175781 0.4567393470364223 215343 0.0 0.0 True
180 2022-09-20 00:00:00+01:00 0.98 0.99 0.9640000152587891 0.98 0.46240143393853694 234937 0.0 0.0 True
181 2022-09-21 00:00:00+01:00 0.9740000152587891 0.9840000152587891 0.9673000335693359 0.9769999694824218 0.46098592126637933 99867 0.0 0.0 True
182 2022-09-22 00:00:00+01:00 0.96 0.9780000305175781 0.9459999847412109 0.9459999847412109 0.4528480667743865 211067 0.014 0.0 True
183 2022-09-23 00:00:00+01:00 0.9580000305175781 0.97 0.9419999694824219 0.9419999694824219 0.45093330763627953 514419 0.0 0.0 True
184 2022-09-26 00:00:00+01:00 0.9519999694824219 0.9719999694824218 0.9319999694824219 0.9440000152587891 0.45189072394002605 298848 0.0 0.0 True
185 2022-09-27 00:00:00+01:00 0.9400000000000001 0.9580000305175781 0.924000015258789 0.924000015258789 0.4423167078413326 320166 0.0 0.0 True
186 2022-09-28 00:00:00+01:00 0.924000015258789 0.9380000305175782 0.8808999633789063 0.9080000305175782 0.43465752435013244 713516 0.0 0.0 True
187 2022-09-29 00:00:00+01:00 0.9080000305175782 0.9080000305175782 0.8880000305175781 0.895 0.42843452041659147 150625 0.0 0.0 True
188 2022-09-30 00:00:00+01:00 0.8840000152587891 0.92 0.8840000152587891 0.8980000305175782 0.42987058977017173 277102 0.0 0.0 True
189 2022-10-03 00:00:00+01:00 0.9159999847412109 0.92 0.9008999633789063 0.92 0.4404019487032256 192423 0.0 0.0 True
190 2022-10-04 00:00:00+01:00 0.92 0.9259999847412109 0.9080000305175782 0.91 0.4356149773885719 206022 0.0 0.0 True
191 2022-10-05 00:00:00+01:00 0.9119999694824219 0.9119999694824219 0.885999984741211 0.89 0.4260409980245716 249018 0.0 0.0 True
192 2022-10-06 00:00:00+01:00 0.89 0.904000015258789 0.885999984741211 0.89 0.4260409980245716 147819 0.0 0.0 True
193 2022-10-07 00:00:00+01:00 0.885999984741211 0.9019999694824219 0.8819999694824219 0.895 0.42843452041659147 193024 0.0 0.0 True
194 2022-10-10 00:00:00+01:00 0.8880000305175781 0.9 0.8819999694824219 0.89 0.4260409980245716 150088 0.0 0.0 True
195 2022-10-11 00:00:00+01:00 0.8880000305175781 0.894000015258789 0.875999984741211 0.88 0.4212540634446109 171838 0.0 0.0 True
196 2022-10-12 00:00:00+01:00 0.87 0.8819999694824219 0.85 0.8680000305175781 0.4155096758262106 352669 0.0 0.0 True
197 2022-10-13 00:00:00+01:00 0.865999984741211 0.8740000152587891 0.84 0.85 0.40689307603126385 431898 0.0 0.0 True
198 2022-10-14 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8319999694824219 0.8319999694824219 0.398276549705703 290638 0.0 0.0 True
199 2022-10-17 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8401799774169922 0.8640000152587891 0.41359491668810355 301380 0.0 0.0 True
200 2022-10-18 00:00:00+01:00 0.8740000152587891 0.8840000152587891 0.8601300048828125 0.8819999694824219 0.4222113695442784 273491 0.0 0.0 True
201 2022-10-19 00:00:00+01:00 0.88 0.8840000152587891 0.86822998046875 0.8719999694824219 0.41742443496431775 336756 0.0 0.0 True
202 2022-10-20 00:00:00+01:00 0.865999984741211 0.89 0.86 0.8619999694824219 0.4126374636496641 499500 0.0 0.0 True
203 2022-10-21 00:00:00+01:00 0.87 0.894000015258789 0.8649800109863282 0.87 0.4164671288646502 750123 0.0 0.0 True
204 2022-10-24 00:00:00+01:00 0.87 0.8919999694824219 0.8610900115966797 0.87 0.4164671288646502 708370 0.0 0.0 True
205 2022-10-25 00:00:00+01:00 0.865999984741211 0.894000015258789 0.865999984741211 0.894000015258789 0.42795583063206466 150183 0.0 0.0 True
206 2022-10-26 00:00:00+01:00 0.894000015258789 0.894000015258789 0.8719999694824219 0.88 0.4212540634446109 342181 0.0 0.0 True
207 2022-10-27 00:00:00+01:00 0.89 0.91 0.8844999694824219 0.8980000305175782 0.42987058977017173 293744 0.0 0.0 True
208 2022-10-28 00:00:00+01:00 0.8919999694824219 0.91 0.89 0.899000015258789 0.43034927955469854 240789 0.0 0.0 True
209 2022-10-31 00:00:00+00:00 0.89 0.9080000305175782 0.89 0.9 0.43082800607391825 162157 0.0 0.0 True
210 2022-11-01 00:00:00+00:00 0.9019999694824219 0.9259999847412109 0.89 0.9109999847412109 0.4360936304384057 234810 0.0 0.0 True
211 2022-11-02 00:00:00+00:00 0.904000015258789 0.9359999847412109 0.904000015258789 0.9309999847412109 0.445667573067713 415417 0.0 0.0 True
212 2022-11-03 00:00:00+00:00 0.92 0.9280000305175782 0.91 0.92 0.4404019487032256 329843 0.0 0.0 True
213 2022-11-04 00:00:00+00:00 0.914000015258789 0.9500000000000001 0.91 0.93 0.44518892001787935 396734 0.0 0.0 True
214 2022-11-07 00:00:00+00:00 0.9219999694824219 0.9442600250244141 0.9219999694824219 0.9340000152587891 0.4471037158906794 187482 0.0 0.0 True
215 2022-11-08 00:00:00+00:00 0.924000015258789 0.9459500122070312 0.924000015258789 0.9400000000000001 0.44997592806722597 151537 0.0 0.0 True
216 2022-11-09 00:00:00+00:00 0.9400000000000001 0.9680000305175781 0.9380000305175782 0.9400000000000001 0.44997592806722597 494064 0.0 0.0 True
217 2022-11-10 00:00:00+00:00 0.9580000305175781 0.9740000152587891 0.9359999847412109 0.9740000152587891 0.4662516011492939 91380 0.0 0.0 True
218 2022-11-11 00:00:00+00:00 0.9740000152587891 0.985999984741211 0.9540000152587891 0.9719999694824218 0.46529418484554746 439131 0.0 0.0 True
219 2022-11-14 00:00:00+00:00 0.965999984741211 0.99 0.9640000152587891 0.97 0.4643368787458799 155632 0.0 0.0 True
220 2022-11-15 00:00:00+00:00 0.9640000152587891 0.985999984741211 0.9522000122070313 0.9680000305175781 0.46337946244213335 625552 0.0 0.0 True
221 2022-11-16 00:00:00+00:00 0.9680000305175781 0.97 0.955999984741211 0.960999984741211 0.46002856048106 151305 0.0 0.0 True
222 2022-11-17 00:00:00+00:00 0.96 0.97 0.9522000122070313 0.955999984741211 0.45763507482373317 141559 0.0 0.0 True
223 2022-11-18 00:00:00+00:00 0.961999969482422 0.9719999694824218 0.9459999847412109 0.9500000000000001 0.4547628626471866 149843 0.0 0.0 True
224 2022-11-21 00:00:00+00:00 0.9540000152587891 0.97 0.9500000000000001 0.96 0.45954987069653325 323348 0.0 0.0 True
225 2022-11-22 00:00:00+00:00 0.9519999694824219 0.965999984741211 0.9440000152587891 0.9500000000000001 0.4547628626471866 265611 0.0 0.0 True
226 2022-11-23 00:00:00+00:00 0.9440000152587891 0.965999984741211 0.9440000152587891 0.9500000000000001 0.4547628626471866 314651 0.0 0.0 True
227 2022-11-24 00:00:00+00:00 0.9640000152587891 0.9640000152587891 0.9477999877929688 0.9569999694824219 0.4581136911388739 325154 0.0 0.0 True
228 2022-11-25 00:00:00+00:00 0.9459999847412109 0.9640000152587891 0.9359999847412109 0.9359999847412109 0.4480610954597328 327007 0.0 0.0 True
229 2022-11-28 00:00:00+00:00 0.9359999847412109 0.9500000000000001 0.93 0.9400000000000001 0.44997592806722597 342744 0.0 0.0 True
230 2022-11-29 00:00:00+00:00 0.9500000000000001 0.96 0.9340000152587891 0.9530000305175781 0.4561989687354599 332316 0.0 0.0 True
231 2022-11-30 00:00:00+00:00 0.9580000305175781 0.97 0.9500000000000001 0.97 0.4643368787458799 186741 0.0 0.0 True
232 2022-12-01 00:00:00+00:00 0.96 0.97 0.9440000152587891 0.960999984741211 0.46002856048106 145679 0.0 0.0 True
233 2022-12-02 00:00:00+00:00 0.9680000305175781 0.97 0.9576999664306641 0.966999969482422 0.46290073592291364 122332 0.0 0.0 True
234 2022-12-05 00:00:00+00:00 0.9519999694824219 0.97 0.9440000152587891 0.955999984741211 0.45763507482373317 256021 0.0 0.0 True
235 2022-12-06 00:00:00+00:00 0.96 0.9680000305175781 0.9480000305175782 0.96 0.45954987069653325 87221 0.0 0.0 True
236 2022-12-07 00:00:00+00:00 0.9480000305175782 0.9680000305175781 0.9440000152587891 0.9550000000000001 0.45715638503920647 492091 0.0 0.0 True
237 2022-12-08 00:00:00+00:00 0.9500000000000001 0.9680000305175781 0.9219999694824219 0.9259999847412109 0.4432740874103862 195345 0.0 0.0 True
238 2022-12-09 00:00:00+00:00 0.9440000152587891 0.9440000152587891 0.9241999816894532 0.9340000152587891 0.4471037158906794 175901 0.0 0.0 True
239 2022-12-12 00:00:00+00:00 0.9440000152587891 0.9440000152587891 0.920199966430664 0.9319999694824219 0.4461462628522398 209931 0.0 0.0 True
240 2022-12-13 00:00:00+00:00 0.9419999694824219 0.9580000305175781 0.92 0.9400000000000001 0.44997592806722597 165109 0.0 0.0 True
241 2022-12-14 00:00:00+00:00 0.9380000305175782 0.9500000000000001 0.9310399627685547 0.9359999847412109 0.4480610954597328 190438 0.0 0.0 True
242 2022-12-15 00:00:00+00:00 0.9480000305175782 0.9480000305175782 0.93 0.9400000000000001 0.44997592806722597 285719 0.0 0.0 True
243 2022-12-16 00:00:00+00:00 0.9400000000000001 0.9519999694824219 0.9259999847412109 0.9259999847412109 0.4432740874103862 83972 0.0 0.0 True
244 2022-12-19 00:00:00+00:00 0.92 0.9480000305175782 0.92 0.93 0.44518892001787935 473963 0.0 0.0 True
245 2022-12-20 00:00:00+00:00 0.92 0.9459999847412109 0.92 0.9400000000000001 0.44997592806722597 128806 0.0 0.0 True
246 2022-12-21 00:00:00+00:00 0.9419999694824219 0.9440000152587891 0.9294000244140626 0.9359999847412109 0.4480610954597328 167851 0.0 0.0 True
247 2022-12-22 00:00:00+00:00 0.9359999847412109 0.9440000152587891 0.9216000366210938 0.93 0.45194883478714054 271780 0.014 0.0 True
248 2022-12-23 00:00:00+00:00 0.9180000305175782 0.9440000152587891 0.9180000305175782 0.9400000000000001 0.45680851250722976 101922 0.0 0.0 True
249 2022-12-28 00:00:00+00:00 0.9340000152587891 0.9459999847412109 0.9329299926757812 0.9400000000000001 0.45680851250722976 363690 0.0 0.0 True
250 2022-12-29 00:00:00+00:00 0.9340000152587891 0.9380000305175782 0.91 0.9219999694824219 0.44806107769630454 356987 0.0 0.0 True
251 2022-12-30 00:00:00+00:00 0.92 0.93 0.9159999847412109 0.93 0.45194883478714054 145457 0.0 0.0 True
252 2023-01-03 00:00:00+00:00 0.9319999694824219 0.9319999694824219 0.9080000305175782 0.9080000305175782 0.44125755871770855 437377 0.0 0.0 True
253 2023-01-04 00:00:00+00:00 0.92 0.924000015258789 0.9019999694824219 0.9159999847412109 0.44514531580854444 288720 0.0 0.0 True
254 2023-01-05 00:00:00+00:00 0.904000015258789 0.924000015258789 0.89 0.9019999694824219 0.4383417968299486 406099 0.0 0.0 True
255 2023-01-06 00:00:00+00:00 0.89 0.9080000305175782 0.88 0.9019999694824219 0.4383417968299486 562891 0.0 0.0 True
256 2023-01-09 00:00:00+00:00 0.9019999694824219 0.9080000305175782 0.8740000152587891 0.88 0.42765055804742796 487126 0.0 0.0 True
257 2023-01-10 00:00:00+00:00 0.88 0.89 0.865999984741211 0.880999984741211 0.4281365183620547 654354 0.0 0.0 True
258 2023-01-11 00:00:00+00:00 0.88 0.89 0.87 0.88 0.42765055804742796 1138793 0.0 0.0 True
259 2023-01-12 00:00:00+00:00 0.895999984741211 0.9 0.8769599914550782 0.88 0.42765055804742796 384379 0.0 0.0 True
260 2023-01-13 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.87 0.89 0.4325101984806059 831876 0.0 0.0 True
261 2023-01-16 00:00:00+00:00 0.8780000305175781 0.8980000305175782 0.87 0.875999984741211 0.42570667950201 420154 0.0 0.0 True
262 2023-01-17 00:00:00+00:00 0.875999984741211 0.9 0.8740000152587891 0.8819999694824219 0.42862244138977 525169 0.0 0.0 True
263 2023-01-18 00:00:00+00:00 0.89 0.9 0.8766000366210938 0.89 0.4325101984806059 600212 0.0 0.0 True
264 2023-01-19 00:00:00+00:00 0.8880000305175781 0.9 0.88 0.88 0.42765055804742796 429308 0.0 0.0 True
265 2023-01-20 00:00:00+00:00 0.88 0.9 0.875999984741211 0.88 0.42765055804742796 1036220 0.0 0.0 True
266 2023-01-23 00:00:00+00:00 0.875999984741211 0.8980000305175782 0.8748799896240235 0.89 0.4325101984806059 852379 0.0 0.0 True
267 2023-01-24 00:00:00+00:00 0.89 0.9019999694824219 0.8800800323486329 0.8930000305175781 0.4339681167113973 263939 0.0 0.0 True
268 2023-01-25 00:00:00+00:00 0.88 0.904000015258789 0.875999984741211 0.8919999694824219 0.4334821563967707 519351 0.0 0.0 True
269 2023-01-26 00:00:00+00:00 0.88 0.9019999694824219 0.88 0.9019999694824219 0.4383417968299486 749900 0.0 0.0 True
270 2023-01-27 00:00:00+00:00 0.9019999694824219 0.9019999694824219 0.8882199859619141 0.9 0.4373698762006952 526719 0.0 0.0 True
271 2023-01-30 00:00:00+00:00 0.9 0.9059999847412109 0.8871099853515625 0.9019999694824219 0.4383417968299486 183194 0.0 0.0 True
272 2023-01-31 00:00:00+00:00 0.8819999694824219 0.9059999847412109 0.8819999694824219 0.89 0.4325101984806059 376839 0.0 0.0 True
273 2023-02-01 00:00:00+00:00 0.8819999694824219 0.9080000305175782 0.88 0.8840000152587891 0.42959443659284585 479423 0.0 0.0 True
274 2023-02-02 00:00:00+00:00 0.89 0.9 0.8819999694824219 0.8930000305175781 0.4339681167113973 414836 0.0 0.0 True
275 2023-02-03 00:00:00+00:00 0.8819999694824219 0.9080000305175782 0.8819999694824219 0.899000015258789 0.43688391588606856 497727 0.0 0.0 True
276 2023-02-06 00:00:00+00:00 0.8880000305175781 0.9080000305175782 0.8819999694824219 0.8880000305175781 0.43153831513826385 141332 0.0 0.0 True
277 2023-02-07 00:00:00+00:00 0.8880000305175781 0.9 0.8837100219726562 0.8930000305175781 0.4339681167113973 398074 0.0 0.0 True
278 2023-02-08 00:00:00+00:00 0.8880000305175781 0.9080000305175782 0.8794000244140625 0.8919999694824219 0.4334821563967707 754018 0.0 0.0 True
279 2023-02-09 00:00:00+00:00 0.89 0.904000015258789 0.885999984741211 0.8919999694824219 0.4334821563967707 589987 0.0 0.0 True
280 2023-02-10 00:00:00+00:00 0.8980000305175782 0.8980000305175782 0.8823200225830078 0.8880000305175781 0.43153831513826385 382970 0.0 0.0 True
281 2023-02-13 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.8819999694824219 0.8869999694824219 0.43105224296290334 537851 0.0 0.0 True
282 2023-02-14 00:00:00+00:00 0.885999984741211 0.89 0.8836000061035156 0.885999984741211 0.4305662826482768 906088 0.0 0.0 True
283 2023-02-15 00:00:00+00:00 0.8819999694824219 0.894000015258789 0.8819999694824219 0.885999984741211 0.4305662826482768 597816 0.0 0.0 True
284 2023-02-16 00:00:00+00:00 0.885999984741211 0.8932199859619141 0.885999984741211 0.8919999694824219 0.4334821563967707 220760 0.0 0.0 True
285 2023-02-17 00:00:00+00:00 0.89 0.894000015258789 0.8773999786376954 0.8840000152587891 0.42959443659284585 1231546 0.0 0.0 True
286 2023-02-20 00:00:00+00:00 0.8980000305175782 0.8980000305175782 0.8781999969482422 0.8840000152587891 0.42959443659284585 334882 0.0 0.0 True
287 2023-02-21 00:00:00+00:00 0.8780000305175781 0.895999984741211 0.875999984741211 0.875999984741211 0.42570667950201 328754 0.0 0.0 True
288 2023-02-22 00:00:00+00:00 0.87 0.885999984741211 0.87 0.87 0.42279091761425003 208882 0.0 0.0 True
289 2023-02-23 00:00:00+00:00 0.87 0.8880000305175781 0.87 0.8769999694824219 0.4261926025297254 665767 0.0 0.0 True
290 2023-02-24 00:00:00+00:00 0.8880000305175781 0.8880000305175781 0.87 0.88 0.42765055804742796 1081951 0.0 0.0 True
291 2023-02-27 00:00:00+00:00 0.89 0.89 0.8719999694824219 0.8780000305175781 0.4266786001312633 703867 0.0 0.0 True
292 2023-02-28 00:00:00+00:00 0.875999984741211 0.8880000305175781 0.8701200103759765 0.8719999694824219 0.4237627636696808 514559 0.0 0.0 True
293 2023-03-01 00:00:00+00:00 0.8780000305175781 0.8880000305175781 0.8684999847412109 0.8719999694824219 0.4237627636696808 1165312 0.0 0.0 True
294 2023-03-02 00:00:00+00:00 0.87 0.88 0.8688700103759766 0.8740000152587891 0.4247347215858454 725047 0.0 0.0 True
295 2023-03-03 00:00:00+00:00 0.8740000152587891 0.89 0.87 0.88 0.42765055804742796 1258053 0.0 0.0 True
296 2023-03-06 00:00:00+00:00 0.895999984741211 0.8980000305175782 0.875999984741211 0.8819999694824219 0.42862244138977 1075680 0.0 0.0 True
297 2023-03-07 00:00:00+00:00 0.8819999694824219 0.8980000305175782 0.8788999938964844 0.8880000305175781 0.43153831513826385 615855 0.0 0.0 True
298 2023-03-08 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.8736000061035156 0.875999984741211 0.42570667950201 921995 0.0 0.0 True
299 2023-03-09 00:00:00+00:00 0.87 0.885999984741211 0.8557199859619141 0.8590000152587891 0.4243235677218135 606498 0.0142 0.0 True
300 2023-03-10 00:00:00+00:00 0.85 0.855999984741211 0.835999984741211 0.84 0.41493811348134274 505600 0.0 0.0 True
301 2023-03-13 00:00:00+00:00 0.8380000305175781 0.855999984741211 0.8191400146484376 0.8280000305175781 0.40901036443093425 901260 0.0 0.0 True
302 2023-03-14 00:00:00+00:00 0.825999984741211 0.8380000305175781 0.81 0.8380000305175781 0.4139501110952648 5092117 0.0 0.0 True
303 2023-03-15 00:00:00+00:00 0.835999984741211 0.85 0.8285099792480469 0.8300000000000001 0.409998328921861 578616 0.0 0.0 True
304 2023-03-16 00:00:00+00:00 0.8519999694824218 0.8580000305175781 0.8319999694824219 0.845999984741211 0.4179018932686686 560312 0.0 0.0 True
305 2023-03-17 00:00:00+00:00 0.8580000305175781 0.86 0.8340000152587891 0.8340000152587891 0.4119741821134114 449963 0.0 0.0 True
306 2023-03-20 00:00:00+00:00 0.8280000305175781 0.84 0.8240000152587891 0.8340000152587891 0.4119741821134114 384098 0.0 0.0 True
307 2023-03-21 00:00:00+00:00 0.8240000152587891 0.8480000305175781 0.8219999694824219 0.8240000152587891 0.40703451123938367 645589 0.0 0.0 True
308 2023-03-22 00:00:00+00:00 0.8300000000000001 0.8380000305175781 0.8180000305175782 0.835999984741211 0.4129621844994894 417048 0.0 0.0 True
309 2023-03-23 00:00:00+00:00 0.8380000305175781 0.845999984741211 0.8180000305175782 0.830999984741211 0.41049229221974853 201214 0.0 0.0 True
310 2023-03-24 00:00:00+00:00 0.8280000305175781 0.8440000152587891 0.8180000305175782 0.8319999694824219 0.4109862555176362 362613 0.0 0.0 True
311 2023-03-27 00:00:00+01:00 0.835999984741211 0.8480000305175781 0.8219999694824219 0.825999984741211 0.408022437835159 539951 0.0 0.0 True
312 2023-03-28 00:00:00+01:00 0.8300000000000001 0.8480000305175781 0.8159999847412109 0.8200000000000001 0.40505862015268174 396736 0.0 0.0 True
313 2023-03-29 00:00:00+01:00 0.8240000152587891 0.8280000305175781 0.81 0.8140000152587891 0.40209480247020446 624572 0.0 0.0 True
314 2023-03-30 00:00:00+01:00 0.81 0.8280000305175781 0.8059999847412109 0.8180000305175782 0.40407065566175504 1189214 0.0 0.0 True
315 2023-03-31 00:00:00+01:00 0.8080000305175782 0.8280000305175781 0.8040000152587891 0.8140000152587891 0.40209480247020446 672753 0.0 0.0 True
316 2023-04-03 00:00:00+01:00 0.8280000305175781 0.8293000030517579 0.8034400177001954 0.825999984741211 0.408022437835159 481320 0.0 0.0 True
317 2023-04-04 00:00:00+01:00 0.8300000000000001 0.835999984741211 0.8163400268554688 0.825999984741211 0.408022437835159 525020 0.0 0.0 True
318 2023-04-05 00:00:00+01:00 0.8319999694824219 0.8340000152587891 0.8219999694824219 0.8280000305175781 0.40901036443093425 356930 0.0 0.0 True
319 2023-04-06 00:00:00+01:00 0.8300000000000001 0.845 0.8200000000000001 0.8419999694824218 0.4159259642868154 594737 0.0 0.0 True
320 2023-04-11 00:00:00+01:00 0.8319999694824219 0.8577400207519531 0.8319999694824219 0.8540000152587891 0.421853713337224 714713 0.0 0.0 True
321 2023-04-12 00:00:00+01:00 0.84 0.865 0.8319999694824219 0.86 0.42481753101970116 842102 0.0 0.0 True
322 2023-04-13 00:00:00+01:00 0.85 0.8689900207519532 0.8419999694824218 0.8640000152587891 0.42679349789670573 304517 0.0 0.0 True
323 2023-04-14 00:00:00+01:00 0.8680000305175781 0.87 0.855999984741211 0.865999984741211 0.4277813865973297 449061 0.0 0.0 True
324 2023-04-17 00:00:00+01:00 0.8680000305175781 0.8680000305175781 0.8580000305175781 0.8630000305175781 0.42629949670366674 173876 0.0 0.0 True
325 2023-04-18 00:00:00+01:00 0.8640000152587891 0.865999984741211 0.8533000183105469 0.8640000152587891 0.42679349789670573 349625 0.0 0.0 True
326 2023-04-19 00:00:00+01:00 0.8640000152587891 0.8640000152587891 0.8540000152587891 0.8630000305175781 0.42629949670366674 589616 0.0 0.0 True
327 2023-04-20 00:00:00+01:00 0.8519999694824218 0.8680000305175781 0.8519999694824218 0.8590000152587891 0.4243235677218135 239754 0.0 0.0 True
328 2023-04-21 00:00:00+01:00 0.855999984741211 0.87 0.855999984741211 0.8640000152587891 0.42679349789670573 675420 0.0 0.0 True
329 2023-04-24 00:00:00+01:00 0.8619999694824219 0.8680000305175781 0.8540000152587891 0.8580000305175781 0.42382960442392575 249702 0.0 0.0 True
330 2023-04-25 00:00:00+01:00 0.8619999694824219 0.8740000152587891 0.8512999725341797 0.8680000305175781 0.4287693510882563 862012 0.0 0.0 True
331 2023-04-26 00:00:00+01:00 0.86 0.8640000152587891 0.855999984741211 0.86 0.42481753101970116 425738 0.0 0.0 True
332 2023-04-27 00:00:00+01:00 0.86 0.8740000152587891 0.8575 0.86 0.42481753101970116 557047 0.0 0.0 True
333 2023-04-28 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8519999694824218 0.8680000305175781 0.4287693510882563 299172 0.0 0.0 True
334 2023-05-02 00:00:00+01:00 0.8619999694824219 0.8680000305175781 0.8519999694824218 0.8640000152587891 0.42679349789670573 520765 0.0 0.0 True
335 2023-05-03 00:00:00+01:00 0.8680000305175781 0.8680000305175781 0.8553199768066406 0.8680000305175781 0.4287693510882563 246487 0.0 0.0 True
336 2023-05-04 00:00:00+01:00 0.8640000152587891 0.8680000305175781 0.8540000152587891 0.8640000152587891 0.42679349789670573 160772 0.0 0.0 True
337 2023-05-05 00:00:00+01:00 0.865999984741211 0.873949966430664 0.8540000152587891 0.8619999694824219 0.4258054576154765 353766 0.0 0.0 True
338 2023-05-09 00:00:00+01:00 0.8619999694824219 0.8740000152587891 0.8560800170898437 0.8740000152587891 0.43173316877073364 236972 0.0 0.0 True
339 2023-05-10 00:00:00+01:00 0.8680000305175781 0.88 0.8540000152587891 0.8680000305175781 0.4287693510882563 113525 0.0 0.0 True
340 2023-05-11 00:00:00+01:00 0.8587200164794923 0.8680000305175781 0.8540000152587891 0.860999984741211 0.42531149431758875 169806 0.0 0.0 True
341 2023-05-12 00:00:00+01:00 0.8540000152587891 0.8780000305175781 0.8519999694824218 0.8780000305175781 0.4337090977525869 197054 0.0 0.0 True
342 2023-05-15 00:00:00+01:00 0.8680000305175781 0.8767500305175782 0.8583899688720703 0.87 0.42975731557918295 119981 0.0 0.0 True
343 2023-05-16 00:00:00+01:00 0.87 0.88 0.86 0.87 0.42975731557918295 335246 0.0 0.0 True
344 2023-05-17 00:00:00+01:00 0.8680000305175781 0.8819999694824219 0.86 0.88 0.4346970622435135 932740 0.0 0.0 True
345 2023-05-18 00:00:00+01:00 0.87 0.8819999694824219 0.8662000274658204 0.875999984741211 0.43272113326166023 172851 0.0 0.0 True
346 2023-05-19 00:00:00+01:00 0.8740000152587891 0.8819999694824219 0.8669999694824219 0.88 0.4346970622435135 245672 0.0 0.0 True
347 2023-05-22 00:00:00+01:00 0.87 0.8780000305175781 0.8619999694824219 0.8680000305175781 0.4287693510882563 350063 0.0 0.0 True
348 2023-05-23 00:00:00+01:00 0.8680000305175781 0.8819999694824219 0.8630000305175781 0.87 0.42975731557918295 474964 0.0 0.0 True
349 2023-05-24 00:00:00+01:00 0.87 0.8819999694824219 0.86 0.86 0.42481753101970116 262031 0.0 0.0 True
350 2023-05-25 00:00:00+01:00 0.87 0.8819999694824219 0.8566000366210937 0.86 0.42481753101970116 198015 0.0 0.0 True
351 2023-05-26 00:00:00+01:00 0.8780000305175781 0.8819999694824219 0.8540000152587891 0.87 0.42975731557918295 334669 0.0 0.0 True
352 2023-05-30 00:00:00+01:00 0.87 0.8819999694824219 0.8587200164794923 0.870999984741211 0.43025120308676795 255595 0.0 0.0 True
353 2023-05-31 00:00:00+01:00 0.855999984741211 0.875999984741211 0.8519999694824218 0.8680000305175781 0.4287693510882563 549889 0.0 0.0 True
354 2023-06-01 00:00:00+01:00 0.8540000152587891 0.88 0.8540000152587891 0.870999984741211 0.43025120308676795 594563 0.0 0.0 True
355 2023-06-02 00:00:00+01:00 0.8619999694824219 0.8780000305175781 0.8520800018310547 0.8680000305175781 0.4287693510882563 173741 0.0 0.0 True
356 2023-06-05 00:00:00+01:00 0.86 0.88 0.8540000152587891 0.8540000152587891 0.421853713337224 306185 0.0 0.0 True
357 2023-06-06 00:00:00+01:00 0.8640000152587891 0.8719999694824219 0.8526000213623047 0.86 0.42481753101970116 293821 0.0 0.0 True
358 2023-06-07 00:00:00+01:00 0.86 0.87 0.8525 0.86 0.42481753101970116 261817 0.0 0.0 True
359 2023-06-08 00:00:00+01:00 0.85 0.8680000305175781 0.8494499969482422 0.855999984741211 0.4299406479908526 244130 0.0142 0.0 True
360 2023-06-09 00:00:00+01:00 0.85 0.86 0.8440000152587891 0.8440000152587891 0.42391356488107046 185293 0.0 0.0 True
361 2023-06-12 00:00:00+01:00 0.8619999694824219 0.8619999694824219 0.8480000305175781 0.85 0.4269270679109553 145112 0.0 0.0 True
362 2023-06-13 00:00:00+01:00 0.8540599822998047 0.865999984741211 0.8250000000000001 0.8540000152587891 0.4289361855058971 1491676 0.0 0.0 True
363 2023-06-14 00:00:00+01:00 0.84 0.8580000305175781 0.84 0.8419999694824218 0.4229089482960903 185824 0.0 0.0 True
364 2023-06-15 00:00:00+01:00 0.8419999694824218 0.8533899688720703 0.84 0.845 0.42441569981103283 95644 0.0 0.0 True
365 2023-06-16 00:00:00+01:00 0.85 0.8519999694824218 0.84 0.85 0.4269270679109553 209892 0.0 0.0 True
366 2023-06-19 00:00:00+01:00 0.8540000152587891 0.8540000152587891 0.8375 0.8469999694824218 0.4254202778710067 250511 0.0 0.0 True
367 2023-06-20 00:00:00+01:00 0.855999984741211 0.8840000152587891 0.855999984741211 0.8619999694824219 0.43295430512076205 1467321 0.0 0.0 True
368 2023-06-21 00:00:00+01:00 0.8640000152587891 0.8827200317382813 0.860999984741211 0.8740000152587891 0.4389815038055627 1125096 0.0 0.0 True
369 2023-06-22 00:00:00+01:00 0.8580000305175781 0.87 0.85677001953125 0.8590000152587891 0.43144747655580734 260524 0.0 0.0 True
370 2023-06-23 00:00:00+01:00 0.8540000152587891 0.8680000305175781 0.84 0.84 0.42190444728612864 396429 0.0 0.0 True
371 2023-06-26 00:00:00+01:00 0.84 0.8580000305175781 0.8080000305175782 0.8180000305175782 0.41085455092648904 506121 0.0 0.0 True
372 2023-06-27 00:00:00+01:00 0.8300000000000001 0.8300000000000001 0.81 0.8200000000000001 0.4118590519364508 200423 0.0 0.0 True
373 2023-06-28 00:00:00+01:00 0.8124199676513673 0.8340000152587891 0.8124099731445312 0.8269999694824219 0.4153748825213288 141837 0.0 0.0 True
374 2023-06-29 00:00:00+01:00 0.8200000000000001 0.8340000152587891 0.8059999847412109 0.8059999847412109 0.4048273137166823 122823 0.0 0.0 True
375 2023-06-30 00:00:00+01:00 0.8140000152587891 0.8340000152587891 0.8059999847412109 0.8080000305175782 0.4058318532516501 228354 0.0 0.0 True
376 2023-07-03 00:00:00+01:00 0.8059999847412109 0.8340000152587891 0.8059999847412109 0.81 0.406836392786618 292080 0.0 0.0 True
377 2023-07-04 00:00:00+01:00 0.8119999694824219 0.8280000305175781 0.8019999694824219 0.81 0.406836392786618 141475 0.0 0.0 True
378 2023-07-05 00:00:00+01:00 0.8159999847412109 0.8280000305175781 0.8090000152587891 0.8159999847412109 0.4098500113915213 220353 0.0 0.0 True
379 2023-07-06 00:00:00+01:00 0.8059999847412109 0.8180000305175782 0.784000015258789 0.7959999847412109 0.39980465456684955 559530 0.0 0.0 True
380 2023-07-07 00:00:00+01:00 0.81 0.81 0.78 0.7919999694824219 0.397795575496914 746324 0.0 0.0 True
381 2023-07-10 00:00:00+01:00 0.7959999847412109 0.8040000152587891 0.789219970703125 0.8019999694824219 0.40281823464674676 374375 0.0 0.0 True
382 2023-07-11 00:00:00+01:00 0.8 0.8080000305175782 0.79 0.79 0.39679099743694 284590 0.0 0.0 True
383 2023-07-12 00:00:00+01:00 0.8059999847412109 0.8180000305175782 0.7919999694824219 0.81 0.406836392786618 311211 0.0 0.0 True
384 2023-07-13 00:00:00+01:00 0.8080000305175782 0.8200000000000001 0.8 0.8059999847412109 0.4048273137166823 314748 0.0 0.0 True
385 2023-07-14 00:00:00+01:00 0.81 0.8180000305175782 0.8059999847412109 0.8059999847412109 0.4048273137166823 234900 0.0 0.0 True
386 2023-07-17 00:00:00+01:00 0.8019999694824219 0.8200000000000001 0.8 0.8 0.40181369511177895 191035 0.0 0.0 True
387 2023-07-18 00:00:00+01:00 0.8 0.8152999877929688 0.7959999847412109 0.7959999847412109 0.39980465456684955 162590 0.0 0.0 True
388 2023-07-19 00:00:00+01:00 0.8240000152587891 0.8280000305175781 0.7959999847412109 0.8230000305175782 0.4133658805014055 214817 0.0 0.0 True
389 2023-07-20 00:00:00+01:00 0.81 0.8200000000000001 0.8 0.8200000000000001 0.4118590519364508 329459 0.0 0.0 True
390 2023-07-21 00:00:00+01:00 0.8159999847412109 0.8200000000000001 0.7959999847412109 0.8140000152587891 0.4088455103815597 382895 0.0 0.0 True
391 2023-07-24 00:00:00+01:00 0.81 0.8180000305175782 0.8 0.81 0.406836392786618 259115 0.0 0.0 True
392 2023-07-25 00:00:00+01:00 0.8140000152587891 0.88 0.8098799896240234 0.8580000305175781 0.43094526457583265 562171 0.0 0.0 True
393 2023-07-26 00:00:00+01:00 0.85 0.8780000305175781 0.8322200012207032 0.8540000152587891 0.4289361855058971 448718 0.0 0.0 True
394 2023-07-27 00:00:00+01:00 0.8380000305175781 0.8519999694824218 0.8300000000000001 0.8340000152587891 0.4188908286812253 375176 0.0 0.0 True
395 2023-07-28 00:00:00+01:00 0.8300000000000001 0.8680000305175781 0.8300000000000001 0.845999984741211 0.4249179888410197 652243 0.0 0.0 True
396 2023-07-31 00:00:00+01:00 0.8380000305175781 0.8680000305175781 0.8319999694824219 0.86 0.43194972706078816 588340 0.0 0.0 True
397 2023-08-01 00:00:00+01:00 0.85 0.87 0.84 0.87 0.43697246326063327 599777 0.0 0.0 True
398 2023-08-02 00:00:00+01:00 0.85 0.86 0.8319999694824219 0.86 0.43194972706078816 245487 0.0 0.0 True
399 2023-08-03 00:00:00+01:00 0.8481099700927734 0.86177001953125 0.8329000091552734 0.845 0.42441569981103283 109540 0.0 0.0 True
400 2023-08-04 00:00:00+01:00 0.86 0.8680000305175781 0.8300000000000001 0.8300000000000001 0.4168817110862836 656954 0.0 0.0 True
401 2023-08-07 00:00:00+01:00 0.8480000305175781 0.8570400238037109 0.8403900146484375 0.85 0.4269270679109553 256890 0.0 0.0 True
402 2023-08-08 00:00:00+01:00 0.8519999694824218 0.8519999694824218 0.835999984741211 0.8519999694824218 0.42793156892091694 444645 0.0 0.0 True
403 2023-08-09 00:00:00+01:00 0.8440000152587891 0.8527200317382813 0.8413999938964843 0.8440000152587891 0.42391356488107046 458659 0.0 0.0 True
404 2023-08-10 00:00:00+01:00 0.8419999694824218 0.85 0.8340000152587891 0.8419999694824218 0.4229089482960903 410518 0.0 0.0 True
405 2023-08-11 00:00:00+01:00 0.8319999694824219 0.848550033569336 0.8319999694824219 0.8430000305175781 0.42341123732607727 335816 0.0 0.0 True
406 2023-08-14 00:00:00+01:00 0.835999984741211 0.86 0.835999984741211 0.8419999694824218 0.4229089482960903 286698 0.0 0.0 True
407 2023-08-15 00:00:00+01:00 0.8580000305175781 0.8591100311279297 0.8340000152587891 0.835999984741211 0.419895329691187 301011 0.0 0.0 True
408 2023-08-16 00:00:00+01:00 0.8340000152587891 0.8580000305175781 0.8319999694824219 0.84 0.42190444728612864 317684 0.0 0.0 True
409 2023-08-17 00:00:00+01:00 0.85 0.8557499694824219 0.8300000000000001 0.835999984741211 0.419895329691187 249701 0.0 0.0 True
410 2023-08-18 00:00:00+01:00 0.8380000305175781 0.8419999694824218 0.8300000000000001 0.8300000000000001 0.4168817110862836 477844 0.0 0.0 True
411 2023-08-21 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8300000000000001 0.4168817110862836 239325 0.0 0.0 True
412 2023-08-22 00:00:00+01:00 0.84 0.8448899841308594 0.8280000305175781 0.8280000305175781 0.415877248601328 387560 0.0 0.0 True
413 2023-08-23 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8300000000000001 0.4168817110862836 127035 0.0 0.0 True
414 2023-08-24 00:00:00+01:00 0.8300000000000001 0.8440000152587891 0.8300000000000001 0.8380000305175781 0.4208998692261548 242050 0.0 0.0 True
415 2023-08-25 00:00:00+01:00 0.84 0.8440000152587891 0.8300000000000001 0.8319999694824219 0.4178862891462576 134520 0.0 0.0 True
416 2023-08-29 00:00:00+01:00 0.8340000152587891 0.8440000152587891 0.8238400268554688 0.84 0.42190444728612864 446730 0.0 0.0 True
417 2023-08-30 00:00:00+01:00 0.84 0.8419999694824218 0.8340000152587891 0.8380000305175781 0.4208998692261548 329826 0.0 0.0 True
418 2023-08-31 00:00:00+01:00 0.8340000152587891 0.8566000366210937 0.8319999694824219 0.8440000152587891 0.42391356488107046 137793 0.0 0.0 True
419 2023-09-01 00:00:00+01:00 0.8519999694824218 0.8540000152587891 0.84 0.8419999694824218 0.4229089482960903 426256 0.0 0.0 True
420 2023-09-04 00:00:00+01:00 0.845999984741211 0.8580000305175781 0.8319999694824219 0.855999984741211 0.4299406479908526 1288952 0.0 0.0 True
421 2023-09-05 00:00:00+01:00 0.8300000000000001 0.8468000030517578 0.8247000122070313 0.830999984741211 0.41738396159126445 644963 0.0 0.0 True
422 2023-09-06 00:00:00+01:00 0.8300000000000001 0.835999984741211 0.8240000152587891 0.8300000000000001 0.4168817110862836 273812 0.0 0.0 True
423 2023-09-07 00:00:00+01:00 0.8380000305175781 0.8480000305175781 0.8240000152587891 0.8319999694824219 0.4178862891462576 373732 0.0 0.0 True
424 2023-09-08 00:00:00+01:00 0.8319999694824219 0.8380000305175781 0.8280000305175781 0.8340000152587891 0.4188908286812253 257211 0.0 0.0 True
425 2023-09-11 00:00:00+01:00 0.8300000000000001 0.8393000030517578 0.8222499847412109 0.8280000305175781 0.415877248601328 326426 0.0 0.0 True
426 2023-09-12 00:00:00+01:00 0.84 0.8480000305175781 0.8340000152587891 0.84 0.42190444728612864 386061 0.0 0.0 True
427 2023-09-13 00:00:00+01:00 0.8380000305175781 0.8480000305175781 0.8340000152587891 0.8340000152587891 0.4188908286812253 162263 0.0 0.0 True
428 2023-09-14 00:00:00+01:00 0.84 0.8480000305175781 0.8200000000000001 0.825999984741211 0.41487263201634794 198263 0.0 0.0 True
429 2023-09-15 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8340000152587891 0.4188908286812253 253272 0.0 0.0 True
430 2023-09-18 00:00:00+01:00 0.8319999694824219 0.85 0.8319999694824219 0.8480000305175781 0.4259225669009937 173607 0.0 0.0 True
431 2023-09-19 00:00:00+01:00 0.845999984741211 0.85 0.8319999694824219 0.8419999694824218 0.4229089482960903 425363 0.0 0.0 True
432 2023-09-20 00:00:00+01:00 0.8480000305175781 0.8480000305175781 0.8340000152587891 0.845999984741211 0.4249179888410197 350860 0.0 0.0 True
433 2023-09-21 00:00:00+01:00 0.8340000152587891 0.8440000152587891 0.825999984741211 0.8440000152587891 0.43115027127240413 228760 0.0142 0.0 True
434 2023-09-22 00:00:00+01:00 0.835999984741211 0.84 0.8305999755859376 0.8319999694824219 0.42502015109114644 170116 0.0 0.0 True
435 2023-09-25 00:00:00+01:00 0.8319999694824219 0.8440000152587891 0.8280000305175781 0.84 0.42910688481994996 699543 0.0 0.0 True
436 2023-09-26 00:00:00+01:00 0.8340000152587891 0.84 0.8300000000000001 0.84 0.42910688481994996 200567 0.0 0.0 True
437 2023-09-27 00:00:00+01:00 0.8380000305175781 0.84 0.8275 0.835999984741211 0.4270635375436006 212657 0.0 0.0 True
438 2023-09-28 00:00:00+01:00 0.8300000000000001 0.8440000152587891 0.825999984741211 0.8300000000000001 0.42399851662907656 144086 0.0 0.0 True
439 2023-09-29 00:00:00+01:00 0.8340000152587891 0.84 0.821709976196289 0.835999984741211 0.4270635375436006 412911 0.0 0.0 True
440 2023-10-02 00:00:00+01:00 0.8300000000000001 0.84 0.8240000152587891 0.8240000152587891 0.4209334173623429 160888 0.0 0.0 True
441 2023-10-03 00:00:00+01:00 0.8240000152587891 0.8300000000000001 0.8200000000000001 0.8200000000000001 0.41889007008599355 365980 0.0 0.0 True
442 2023-10-04 00:00:00+01:00 0.8200000000000001 0.8280000305175781 0.8059999847412109 0.8200000000000001 0.41889007008599355 443692 0.0 0.0 True
443 2023-10-05 00:00:00+01:00 0.8180000305175782 0.81 0.8019999694824219 0.8019999694824219 0.40969492899021187 237738 0.0 0.0 True
444 2023-10-06 00:00:00+01:00 0.8019999694824219 0.8180000305175782 0.8 0.8040000152587891 0.41071660262838655 161217 0.0 0.0 True
445 2023-10-09 00:00:00+01:00 0.8 0.8059999847412109 0.78 0.78 0.3984564406180808 462603 0.0 0.0 True
446 2023-10-10 00:00:00+01:00 0.78 0.79 0.7519999694824219 0.77 0.39334795489889296 1203657 0.0 0.0 True
447 2023-10-11 00:00:00+01:00 0.765999984741211 0.7780000305175782 0.7618599700927735 0.7680000305175781 0.3923263204368232 362840 0.0 0.0 True
448 2023-10-12 00:00:00+01:00 0.7640000152587891 0.7767500305175782 0.7618900299072265 0.7680000305175781 0.3923263204368232 461620 0.0 0.0 True
449 2023-10-13 00:00:00+01:00 0.7819999694824219 0.7819999694824219 0.77 0.775 0.39590215858238204 341025 0.0 0.0 True
450 2023-10-16 00:00:00+01:00 0.76 0.7780000305175782 0.74 0.755999984741211 0.3861962002555654 583279 0.0 0.0 True
451 2023-10-17 00:00:00+01:00 0.755999984741211 0.7780000305175782 0.7429900360107422 0.75 0.38313114016493666 253813 0.0 0.0 True
452 2023-10-18 00:00:00+01:00 0.7519999694824219 0.7780000305175782 0.7419999694824219 0.7480000305175781 0.3821094665267619 201562 0.0 0.0 True
453 2023-10-19 00:00:00+01:00 0.75 0.7680000305175781 0.7419999694824219 0.75 0.38313114016493666 170573 0.0 0.0 True
454 2023-10-20 00:00:00+01:00 0.74 0.7652500152587891 0.74 0.745999984741211 0.38108779288858724 720072 0.0 0.0 True
455 2023-10-23 00:00:00+01:00 0.745999984741211 0.7680000305175781 0.7438999938964844 0.7619999694824219 0.38926126034619424 338006 0.0 0.0 True
456 2023-10-24 00:00:00+01:00 0.75 0.77 0.7416999816894532 0.7540000152587891 0.38517452661739077 304129 0.0 0.0 True
457 2023-10-25 00:00:00+01:00 0.774000015258789 0.7780000305175782 0.75 0.774000015258789 0.3953913413513471 206099 0.0 0.0 True
458 2023-10-26 00:00:00+01:00 0.77 0.7919999694824219 0.7680000305175781 0.7759999847412109 0.39641305416562667 483969 0.0 0.0 True
459 2023-10-27 00:00:00+01:00 0.7780000305175782 0.7859999847412109 0.75 0.7540000152587891 0.38517452661739077 727190 0.0 0.0 True
460 2023-10-30 00:00:00+00:00 0.7680000305175781 0.7780000305175782 0.7519999694824219 0.755999984741211 0.3861962002555654 714079 0.0 0.0 True
461 2023-10-31 00:00:00+00:00 0.7519999694824219 0.7880000305175782 0.7519999694824219 0.7780000305175782 0.3974347278038013 841474 0.0 0.0 True
462 2023-11-01 00:00:00+00:00 0.7880000305175782 0.7880000305175782 0.7719999694824219 0.784000015258789 0.4004997878944302 440344 0.0 0.0 True
463 2023-11-02 00:00:00+00:00 0.7719999694824219 0.7857499694824219 0.76 0.775 0.4044134585632882 1427541 0.0165 0.0 True
464 2023-11-03 00:00:00+00:00 0.7640000152587891 0.784000015258789 0.7640000152587891 0.7719999694824219 0.402847990931086 523212 0.0 0.0 True
465 2023-11-06 00:00:00+00:00 0.7540000152587891 0.7799299621582031 0.7240000152587891 0.7490000152587891 0.39084605908089975 1684303 0.0 0.0 True
466 2023-11-07 00:00:00+00:00 0.74 0.7540000152587891 0.7280000305175781 0.7440000152587891 0.388236933023927 613639 0.0 0.0 True
467 2023-11-08 00:00:00+00:00 0.7619999694824219 0.7619999694824219 0.73 0.7430000305175781 0.3877151638264023 702962 0.0 0.0 True
468 2023-11-09 00:00:00+00:00 0.75 0.7619999694824219 0.7280000305175781 0.75 0.3913679082982385 439038 0.0 0.0 True
469 2023-11-10 00:00:00+00:00 0.735999984741211 0.755999984741211 0.73 0.735999984741211 0.384062379344659 288197 0.0 0.0 True
470 2023-11-13 00:00:00+00:00 0.73 0.76 0.73 0.7580000305175781 0.3955425019874135 268405 0.0 0.0 True
471 2023-11-14 00:00:00+00:00 0.7380000305175781 0.7619999694824219 0.7340000152587891 0.74 0.3861496561842929 626054 0.0 0.0 True
472 2023-11-15 00:00:00+00:00 0.765999984741211 0.7680000305175781 0.7428099822998047 0.76 0.39658608039237 408104 0.0 0.0 True
473 2023-11-16 00:00:00+00:00 0.745999984741211 0.773499984741211 0.7375800323486328 0.74 0.3861496561842929 561230 0.0 0.0 True
474 2023-11-17 00:00:00+00:00 0.74 0.755999984741211 0.733489990234375 0.755999984741211 0.394498803552736 411198 0.0 0.0 True
475 2023-11-20 00:00:00+00:00 0.75 0.76 0.7459899902343751 0.76 0.39658608039237 535144 0.0 0.0 True
476 2023-11-21 00:00:00+00:00 0.7619999694824219 0.7780000305175782 0.7419999694824219 0.76 0.39658608039237 443790 0.0 0.0 True
477 2023-11-22 00:00:00+00:00 0.76 0.7680000305175781 0.7340000152587891 0.745999984741211 0.3892805514387905 789243 0.0 0.0 True
478 2023-11-23 00:00:00+00:00 0.755999984741211 0.76 0.75 0.7519999694824219 0.392411486703195 160511 0.0 0.0 True
479 2023-11-24 00:00:00+00:00 0.75 0.7619999694824219 0.725 0.7540000152587891 0.39345518513787253 464345 0.0 0.0 True
480 2023-11-27 00:00:00+00:00 0.74 0.7540000152587891 0.7325 0.7480000305175781 0.39032424987346803 1412608 0.0 0.0 True
481 2023-11-28 00:00:00+00:00 0.745999984741211 0.7640000152587891 0.7340000152587891 0.7540000152587891 0.39345518513787253 470885 0.0 0.0 True
482 2023-11-29 00:00:00+00:00 0.75 0.7759999847412109 0.75 0.7719999694824219 0.402847990931086 1459414 0.0 0.0 True
483 2023-11-30 00:00:00+00:00 0.774000015258789 0.784000015258789 0.7719999694824219 0.774000015258789 0.4038916493558566 718348 0.0 0.0 True
484 2023-12-01 00:00:00+00:00 0.76 0.784000015258789 0.7519999694824219 0.769000015258789 0.40128252329888375 668161 0.0 0.0 True
485 2023-12-04 00:00:00+00:00 0.765999984741211 0.7891000366210937 0.755999984741211 0.7780000305175782 0.40597896620539753 881504 0.0 0.0 True
486 2023-12-05 00:00:00+00:00 0.76 0.7828399658203126 0.76 0.779000015258789 0.40650077541282925 415697 0.0 0.0 True
487 2023-12-06 00:00:00+00:00 0.7851899719238281 0.7880000305175782 0.7759999847412109 0.7819999694824219 0.4080662430450316 144956 0.0 0.0 True
488 2023-12-07 00:00:00+00:00 0.77 0.79 0.77 0.7859999847412109 0.41015351988466553 324046 0.0 0.0 True
489 2023-12-08 00:00:00+00:00 0.7880000305175782 0.7880000305175782 0.77 0.779000015258789 0.40650077541282925 154630 0.0 0.0 True
490 2023-12-11 00:00:00+00:00 0.7759999847412109 0.7766400146484376 0.77 0.77 0.40180433250631553 125628 0.0 0.0 True
491 2023-12-12 00:00:00+00:00 0.7719999694824219 0.7919999694824219 0.7519999694824219 0.76 0.39658608039237 494787 0.0 0.0 True
492 2023-12-13 00:00:00+00:00 0.7619999694824219 0.7859999847412109 0.76 0.7619999694824219 0.39762977882704753 157134 0.0 0.0 True
493 2023-12-14 00:00:00+00:00 0.79 0.8543900299072266 0.79 0.835999984741211 0.43624474044448613 2779314 0.0 0.0 True
494 2023-12-15 00:00:00+00:00 0.825999984741211 0.835999984741211 0.8180000305175782 0.8240000152587891 0.42998286991567713 1103412 0.0 0.0 True
495 2023-12-18 00:00:00+00:00 0.8200000000000001 0.8240000152587891 0.81 0.8240000152587891 0.42998286991567713 311860 0.0 0.0 True
496 2023-12-19 00:00:00+00:00 0.8019999694824219 0.85 0.8019999694824219 0.8219999694824219 0.4289391714809995 448026 0.0 0.0 True
497 2023-12-20 00:00:00+00:00 0.8200000000000001 0.8473200225830079 0.8119999694824219 0.8200000000000001 0.427895513056229 458382 0.0 0.0 True
498 2023-12-21 00:00:00+00:00 0.8180000305175782 0.8378199768066407 0.8019999694824219 0.8180000305175782 0.4343739671609954 381276 0.0142 0.0 True
499 2023-12-22 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.8019999694824219 0.8280000305175781 0.43968419301391454 285578 0.0 0.0 True
500 2023-12-27 00:00:00+00:00 0.8040000152587891 0.8280000305175781 0.8040000152587891 0.8080000305175782 0.429063782015995 331405 0.0 0.0 True
501 2023-12-28 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8040000152587891 0.8159999847412109 0.43331193827357906 185539 0.0 0.0 True
502 2023-12-29 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8059999847412109 0.8240000152587891 0.4375600538232446 206001 0.0 0.0 True
503 2024-01-02 00:00:00+00:00 0.8140000152587891 0.8280000305175781 0.8029599761962891 0.8119999694824219 0.43118783979082775 431646 0.0 0.0 True
504 2024-01-03 00:00:00+00:00 0.8219999694824219 0.8240000152587891 0.8054399871826172 0.8130000305175782 0.4317188745884952 471123 0.0 0.0 True
505 2024-01-04 00:00:00+00:00 0.825999984741211 0.8280000305175781 0.807300033569336 0.8180000305175782 0.4343739671609954 464983 0.0 0.0 True
506 2024-01-05 00:00:00+00:00 0.8040000152587891 0.8200000000000001 0.8015299987792969 0.8200000000000001 0.4354359960484118 526588 0.0 0.0 True
507 2024-01-08 00:00:00+00:00 0.8200000000000001 0.8280000305175781 0.8 0.8180000305175782 0.4343739671609954 456600 0.0 0.0 True
508 2024-01-09 00:00:00+00:00 0.8200000000000001 0.8180000305175782 0.8095200347900391 0.8140000152587891 0.4322499093861627 293279 0.0 0.0 True
509 2024-01-10 00:00:00+00:00 0.8059999847412109 0.825999984741211 0.7991999816894532 0.8159999847412109 0.43331193827357906 445023 0.0 0.0 True
510 2024-01-11 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8019999694824219 0.8180000305175782 0.4343739671609954 515388 0.0 0.0 True
511 2024-01-12 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.7959999847412109 0.8 0.42481562575841086 398162 0.0 0.0 True
512 2024-01-15 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.796780014038086 0.8280000305175781 0.43968419301391454 266706 0.0 0.0 True
513 2024-01-16 00:00:00+00:00 0.8159999847412109 0.8280000305175781 0.8 0.8 0.42481562575841086 143418 0.0 0.0 True
514 2024-01-17 00:00:00+00:00 0.79 0.8159999847412109 0.79 0.8059999847412109 0.42800171242066004 195141 0.0 0.0 True
515 2024-01-18 00:00:00+00:00 0.8019999694824219 0.8019999694824219 0.7859999847412109 0.7859999847412109 0.417381342130659 420425 0.0 0.0 True
516 2024-01-19 00:00:00+00:00 0.8059999847412109 0.81 0.7859999847412109 0.7880000305175782 0.41844341172599403 236175 0.0 0.0 True
517 2024-01-22 00:00:00+00:00 0.7859999847412109 0.8180000305175782 0.7859999847412109 0.7959999847412109 0.4226914865677409 1362614 0.0 0.0 True
518 2024-01-23 00:00:00+00:00 0.794000015258789 0.8140000152587891 0.7925 0.7980000305175782 0.4237535968709945 460419 0.0 0.0 True
519 2024-01-24 00:00:00+00:00 0.79 0.8119999694824219 0.79 0.7980000305175782 0.4237535968709945 703952 0.0 0.0 True
520 2024-01-25 00:00:00+00:00 0.8 0.8 0.7959999847412109 0.8 0.42481562575841086 297574 0.0 0.0 True
521 2024-01-26 00:00:00+00:00 0.8 0.8180000305175782 0.794000015258789 0.8080000305175782 0.429063782015995 799165 0.0 0.0 True
522 2024-01-29 00:00:00+00:00 0.79 0.8040000152587891 0.79 0.7959999847412109 0.4226914865677409 232313 0.0 0.0 True
523 2024-01-30 00:00:00+00:00 0.7919999694824219 0.8159999847412109 0.79 0.8159999847412109 0.43331193827357906 1122413 0.0 0.0 True
524 2024-01-31 00:00:00+00:00 0.7959999847412109 0.8180000305175782 0.785 0.8009999847412109 0.4253466198481598 344085 0.0 0.0 True
525 2024-02-01 00:00:00+00:00 0.78 0.8080000305175782 0.7640000152587891 0.794000015258789 0.42162949838824315 790015 0.0 0.0 True
526 2024-02-02 00:00:00+00:00 0.78 0.7912300109863282 0.78 0.78 0.41419521476049137 319085 0.0 0.0 True
527 2024-02-05 00:00:00+00:00 0.78 0.8080000305175782 0.7758799743652344 0.784000015258789 0.4163193132432427 474231 0.0 0.0 True
528 2024-02-06 00:00:00+00:00 0.7859999847412109 0.8159999847412109 0.7859999847412109 0.7880000305175782 0.41844341172599403 376032 0.0 0.0 True
529 2024-02-07 00:00:00+00:00 0.7819999694824219 0.8040000152587891 0.7780000305175782 0.78 0.41419521476049137 358141 0.0 0.0 True
530 2024-02-08 00:00:00+00:00 0.78 0.7959999847412109 0.78 0.78 0.41419521476049137 542645 0.0 0.0 True
531 2024-02-09 00:00:00+00:00 0.7819999694824219 0.8140000152587891 0.7758899688720703 0.8 0.42481562575841086 560763 0.0 0.0 True
532 2024-02-12 00:00:00+00:00 0.81 0.81 0.774000015258789 0.789000015258789 0.4189744058157429 575070 0.0 0.0 True
533 2024-02-13 00:00:00+00:00 0.7819999694824219 0.8 0.774000015258789 0.8 0.42481562575841086 1295300 0.0 0.0 True
534 2024-02-14 00:00:00+00:00 0.7719999694824219 0.7980000305175782 0.7719999694824219 0.7719999694824219 0.4099470585029072 175461 0.0 0.0 True
535 2024-02-15 00:00:00+00:00 0.7759999847412109 0.8 0.7733000183105468 0.774000015258789 0.4110091280982422 1384757 0.0 0.0 True
536 2024-02-16 00:00:00+00:00 0.7719999694824219 0.8 0.7640000152587891 0.78 0.41419521476049137 923833 0.0 0.0 True
537 2024-02-19 00:00:00+00:00 0.7780000305175782 0.78 0.76 0.774000015258789 0.4110091280982422 884713 0.0 0.0 True
538 2024-02-20 00:00:00+00:00 0.7619999694824219 0.7980000305175782 0.7619999694824219 0.765 0.4062299370429906 2546348 0.0 0.0 True
539 2024-02-21 00:00:00+00:00 0.77 0.7959999847412109 0.75 0.76 0.40357484447049036 1174282 0.0 0.0 True
540 2024-02-22 00:00:00+00:00 0.755999984741211 0.7880000305175782 0.7518000030517579 0.7619999694824219 0.4046368326499882 676565 0.0 0.0 True
541 2024-02-23 00:00:00+00:00 0.7959999847412109 0.7959999847412109 0.7551000213623047 0.77 0.40888502961549084 942755 0.0 0.0 True
542 2024-02-26 00:00:00+00:00 0.76 0.7699800109863282 0.7588999938964844 0.7640000152587891 0.40569890224532307 829895 0.0 0.0 True
543 2024-02-27 00:00:00+00:00 0.77 0.7815000152587891 0.7619999694824219 0.7640000152587891 0.40569890224532307 492752 0.0 0.0 True
544 2024-02-28 00:00:00+00:00 0.7640000152587891 0.784000015258789 0.7616999816894532 0.77 0.40888502961549084 528793 0.0 0.0 True
545 2024-02-29 00:00:00+00:00 0.774000015258789 0.7780000305175782 0.7653399658203125 0.77 0.40888502961549084 1531612 0.0 0.0 True
546 2024-03-01 00:00:00+00:00 0.774000015258789 0.784000015258789 0.765 0.7680000305175781 0.40782300072807437 405782 0.0 0.0 True
547 2024-03-04 00:00:00+00:00 0.7759999847412109 0.7859999847412109 0.7640000152587891 0.765999984741211 0.40676093113273953 437424 0.0 0.0 True
548 2024-03-05 00:00:00+00:00 0.7619999694824219 0.784000015258789 0.7583799743652344 0.7619999694824219 0.4046368326499882 1071129 0.0 0.0 True
549 2024-03-06 00:00:00+00:00 0.77 0.77 0.76 0.765 0.4062299370429906 251197 0.0 0.0 True
550 2024-03-07 00:00:00+00:00 0.7540000152587891 0.7619999694824219 0.7440000152587891 0.7519999694824219 0.4068791958699721 500238 0.0142 0.0 True
551 2024-03-08 00:00:00+00:00 0.75 0.7580000305175781 0.7405000305175782 0.7440000152587891 0.402550708786086 655481 0.0 0.0 True
552 2024-03-11 00:00:00+00:00 0.7419999694824219 0.7480000305175781 0.7340000152587891 0.74 0.40038646524414295 1008216 0.0 0.0 True
553 2024-03-12 00:00:00+00:00 0.735999984741211 0.7419999694824219 0.73 0.7319999694824219 0.39605793669011924 1744313 0.0 0.0 True
554 2024-03-13 00:00:00+00:00 0.725999984741211 0.7407499694824219 0.7219999694824218 0.7219999694824218 0.3906473278352616 808877 0.0 0.0 True
555 2024-03-14 00:00:00+00:00 0.7340000152587891 0.7419999694824219 0.7219999694824218 0.7219999694824218 0.3906473278352616 465688 0.0 0.0 True
556 2024-03-15 00:00:00+00:00 0.73 0.7419999694824219 0.7219999694824218 0.73 0.39497585638928534 592615 0.0 0.0 True
557 2024-03-18 00:00:00+00:00 0.73 0.7419999694824219 0.725 0.7340000152587891 0.3971400999312284 531026 0.0 0.0 True
558 2024-03-19 00:00:00+00:00 0.725999984741211 0.7419999694824219 0.7219999694824218 0.7219999694824218 0.3906473278352616 1841045 0.0 0.0 True
559 2024-03-20 00:00:00+00:00 0.7280000305175781 0.7319999694824219 0.7176799774169922 0.725999984741211 0.3928115713772047 1215106 0.0 0.0 True
560 2024-03-21 00:00:00+00:00 0.73 0.73 0.7124500274658203 0.7219999694824218 0.3906473278352616 759793 0.0 0.0 True
561 2024-03-22 00:00:00+00:00 0.7219999694824218 0.725999984741211 0.72 0.7240000152587891 0.39172949107637073 495430 0.0 0.0 True
562 2024-03-25 00:00:00+00:00 0.72 0.73 0.715999984741211 0.715999984741211 0.38740096252234707 508710 0.0 0.0 True
563 2024-03-26 00:00:00+00:00 0.72 0.7280000305175781 0.712699966430664 0.7180000305175781 0.3884830842933186 1086948 0.0 0.0 True
564 2024-03-27 00:00:00+00:00 0.7140000152587891 0.7219999694824218 0.710999984741211 0.715999984741211 0.38740096252234707 483359 0.0 0.0 True
565 2024-03-28 00:00:00+00:00 0.71 0.7207499694824219 0.71 0.72 0.38956520606429007 890687 0.0 0.0 True
566 2024-04-02 00:00:00+01:00 0.72 0.7480799865722656 0.7101000213623047 0.7219999694824218 0.3906473278352616 1678575 0.0 0.0 True
567 2024-04-03 00:00:00+01:00 0.7119999694824218 0.73 0.7119999694824218 0.7240000152587891 0.39172949107637073 595724 0.0 0.0 True
568 2024-04-04 00:00:00+01:00 0.71 0.725999984741211 0.7183999633789062 0.7219999694824218 0.3906473278352616 501349 0.0 0.0 True
569 2024-04-05 00:00:00+01:00 0.71 0.7180000305175781 0.7028800201416016 0.7119999694824218 0.3852366775102664 617060 0.0 0.0 True
570 2024-04-08 00:00:00+01:00 0.71 0.7453700256347656 0.71 0.73 0.39497585638928534 1537605 0.0 0.0 True
571 2024-04-09 00:00:00+01:00 0.735999984741211 0.745999984741211 0.7219999694824218 0.7319999694824219 0.39605793669011924 543134 0.0 0.0 True
572 2024-04-10 00:00:00+01:00 0.74 0.7480000305175781 0.7280000305175781 0.74 0.40038646524414295 861534 0.0 0.0 True
573 2024-04-11 00:00:00+01:00 0.74 0.75 0.7280000305175781 0.7440000152587891 0.402550708786086 395702 0.0 0.0 True
574 2024-04-12 00:00:00+01:00 0.7440000152587891 0.7480000305175781 0.73552001953125 0.745999984741211 0.40363283055705756 593614 0.0 0.0 True
575 2024-04-15 00:00:00+01:00 0.74 0.7487400054931641 0.729209976196289 0.745999984741211 0.40363283055705756 332308 0.0 0.0 True
576 2024-04-16 00:00:00+01:00 0.745999984741211 0.75 0.725 0.7419999694824219 0.4014685870151145 446425 0.0 0.0 True
577 2024-04-17 00:00:00+01:00 0.7380000305175781 0.745999984741211 0.7257599639892578 0.7440000152587891 0.402550708786086 178292 0.0 0.0 True
578 2024-04-18 00:00:00+01:00 0.7419999694824219 0.7440000152587891 0.7280000305175781 0.7440000152587891 0.402550708786086 369460 0.0 0.0 True
579 2024-04-19 00:00:00+01:00 0.74 0.75 0.7319999694824219 0.745999984741211 0.40363283055705756 566402 0.0 0.0 True
580 2024-04-22 00:00:00+01:00 0.75 0.75 0.74 0.75 0.4057971155691382 982563 0.0 0.0 True
581 2024-04-23 00:00:00+01:00 0.75 0.76 0.745999984741211 0.7519999694824219 0.4068791958699721 455421 0.0 0.0 True
582 2024-04-24 00:00:00+01:00 0.7519999694824219 0.7580000305175781 0.7440000152587891 0.755999984741211 0.4090434808820528 504824 0.0 0.0 True
583 2024-04-25 00:00:00+01:00 0.75 0.7580000305175781 0.75 0.755999984741211 0.4090434808820528 173851 0.0 0.0 True
584 2024-04-26 00:00:00+01:00 0.76 0.76 0.7519999694824219 0.76 0.41120772442399584 207597 0.0 0.0 True
585 2024-04-29 00:00:00+01:00 0.76 0.77 0.75 0.7619999694824219 0.4122898461949674 849290 0.0 0.0 True
586 2024-04-30 00:00:00+01:00 0.77 0.77 0.755999984741211 0.7640000152587891 0.4133719679659389 1097303 0.0 0.0 True
587 2024-05-01 00:00:00+01:00 0.7640000152587891 0.77 0.7640000152587891 0.7669999694824219 0.4149951506223961 486665 0.0 0.0 True
588 2024-05-02 00:00:00+01:00 0.765999984741211 0.77 0.765999984741211 0.7680000305175781 0.41553625297801955 294856 0.0 0.0 True
589 2024-05-03 00:00:00+01:00 0.765999984741211 0.7859999847412109 0.765999984741211 0.7719999694824219 0.41770045504982495 821121 0.0 0.0 True
590 2024-05-07 00:00:00+01:00 0.79 0.8 0.7780000305175782 0.7780000305175782 0.42094686183287716 530439 0.0 0.0 True
591 2024-05-08 00:00:00+01:00 0.8 0.8 0.7819999694824219 0.7980000305175782 0.43176812101273004 420060 0.0 0.0 True
592 2024-05-09 00:00:00+01:00 0.7980000305175782 0.8059999847412109 0.7980000305175782 0.8 0.43285024278370154 430926 0.0 0.0 True
593 2024-05-10 00:00:00+01:00 0.7980000305175782 0.8140000152587891 0.7980000305175782 0.8 0.43285024278370154 472290 0.0 0.0 True
594 2024-05-13 00:00:00+01:00 0.8019999694824219 0.81 0.8 0.8019999694824219 0.43393236455467304 572493 0.0 0.0 True
595 2024-05-14 00:00:00+01:00 0.8019999694824219 0.8059999847412109 0.8 0.8019999694824219 0.43393236455467304 609604 0.0 0.0 True
596 2024-05-15 00:00:00+01:00 0.7980000305175782 0.8122599792480469 0.7980000305175782 0.8119999694824219 0.4393429734095307 377449 0.0 0.0 True
597 2024-05-16 00:00:00+01:00 0.8040000152587891 0.8119999694824219 0.8 0.8040000152587891 0.4350144863256446 224390 0.0 0.0 True
598 2024-05-17 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.7980000305175782 0.8040000152587891 0.4350144863256446 233913 0.0 0.0 True
599 2024-05-20 00:00:00+01:00 0.81 0.81 0.8017500305175781 0.81 0.4382608516385592 552565 0.0 0.0 True
600 2024-05-21 00:00:00+01:00 0.8059999847412109 0.81 0.8030000305175782 0.8059999847412109 0.4360966080966161 291583 0.0 0.0 True
601 2024-05-22 00:00:00+01:00 0.8080000305175782 0.81 0.8066000366210938 0.8080000305175782 0.43717877133772526 523061 0.0 0.0 True
602 2024-05-23 00:00:00+01:00 0.81 0.8140000152587891 0.8 0.8080000305175782 0.43717877133772526 296478 0.0 0.0 True
603 2024-05-24 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.8019999694824219 0.81 0.4382608516385592 315634 0.0 0.0 True
604 2024-05-28 00:00:00+01:00 0.8119999694824219 0.8200000000000001 0.8040000152587891 0.8080000305175782 0.43717877133772526 737884 0.0 0.0 True
605 2024-05-29 00:00:00+01:00 0.81 0.8140000152587891 0.8040000152587891 0.81 0.4382608516385592 104303 0.0 0.0 True
606 2024-05-30 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.8059999847412109 0.8059999847412109 0.4360966080966161 234363 0.0 0.0 True
607 2024-05-31 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8040000152587891 0.8180000305175782 0.44258938019258287 280486 0.0 0.0 True
608 2024-06-03 00:00:00+01:00 0.81 0.8140000152587891 0.8052999877929687 0.8119999694824219 0.4393429734095307 120873 0.0 0.0 True
609 2024-06-04 00:00:00+01:00 0.8140000152587891 0.8200000000000001 0.81 0.8150000000000001 0.4409661975361256 220419 0.0 0.0 True
610 2024-06-05 00:00:00+01:00 0.81 0.8184400177001954 0.8078199768066406 0.8140000152587891 0.44042513665063987 151675 0.0 0.0 True
611 2024-06-06 00:00:00+01:00 0.8159999847412109 0.8180000305175782 0.8076000213623047 0.81 0.4382608516385592 560061 0.0 0.0 True
612 2024-06-07 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8040000152587891 0.8140000152587891 0.44042513665063987 251838 0.0 0.0 True
613 2024-06-10 00:00:00+01:00 0.8040000152587891 0.8198600006103516 0.8040000152587891 0.8040000152587891 0.4350144863256446 122562 0.0 0.0 True
614 2024-06-11 00:00:00+01:00 0.8059999847412109 0.81875 0.8050199890136719 0.8180000305175782 0.44258938019258287 487588 0.0 0.0 True
615 2024-06-12 00:00:00+01:00 0.8219999694824219 0.8219999694824219 0.8080000305175782 0.8219999694824219 0.4447535822643883 171238 0.0 0.0 True
616 2024-06-13 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8075 0.8180000305175782 0.44258938019258287 867927 0.0 0.0 True
617 2024-06-14 00:00:00+01:00 0.8140000152587891 0.8219999694824219 0.8112000274658203 0.8140000152587891 0.44042513665063987 206031 0.0 0.0 True
618 2024-06-17 00:00:00+01:00 0.8153299713134766 0.8200000000000001 0.8059999847412109 0.8130000305175782 0.4398840757651541 382699 0.0 0.0 True
619 2024-06-18 00:00:00+01:00 0.8240000152587891 0.8300000000000001 0.81 0.825999984741211 0.446917867276469 976678 0.0 0.0 True
620 2024-06-19 00:00:00+01:00 0.8240000152587891 0.8340000152587891 0.8180000305175782 0.8240000152587891 0.4458357455054975 499255 0.0 0.0 True
621 2024-06-20 00:00:00+01:00 0.8300000000000001 0.8338200378417969 0.7998200225830079 0.8240000152587891 0.4458357455054975 1690300 0.0 0.0 True
622 2024-06-21 00:00:00+01:00 0.8300000000000001 0.8340000152587891 0.8159999847412109 0.8300000000000001 0.449082110818412 372181 0.0 0.0 True
623 2024-06-24 00:00:00+01:00 0.8280000305175781 0.8319999694824219 0.8140000152587891 0.8140000152587891 0.44042513665063987 428865 0.0 0.0 True
624 2024-06-25 00:00:00+01:00 0.8159999847412109 0.8340000152587891 0.81447998046875 0.8240000152587891 0.4458357455054975 459495 0.0 0.0 True
625 2024-06-26 00:00:00+01:00 0.8159999847412109 0.8300000000000001 0.8159999847412109 0.8280000305175781 0.44800003051757814 301883 0.0 0.0 True
626 2024-06-27 00:00:00+01:00 0.8180000305175782 0.8300000000000001 0.8 0.8 0.43285024278370154 525186 0.0 0.0 True
627 2024-06-28 00:00:00+01:00 0.8140000152587891 0.825999984741211 0.8 0.8 0.43285024278370154 359577 0.0 0.0 True
628 2024-07-01 00:00:00+01:00 0.8200000000000001 0.8200000000000001 0.8019999694824219 0.8180000305175782 0.44258938019258287 593052 0.0 0.0 True
629 2024-07-02 00:00:00+01:00 0.8280000305175781 0.8280000305175781 0.8041500091552735 0.8280000305175781 0.44800003051757814 408381 0.0 0.0 True
630 2024-07-03 00:00:00+01:00 0.54 0.54 0.43 0.455 0.455 1920952 0.38 0.0 False
631 2024-07-04 00:00:00+01:00 0.45599998474121095 0.4690000152587891 0.4479999923706055 0.46 0.46 563887 0.0 0.0 False
632 2024-07-05 00:00:00+01:00 0.46099998474121096 0.46099998474121096 0.4479999923706055 0.45099998474121095 0.45099998474121095 919893 0.0 0.0 False
633 2024-07-08 00:00:00+01:00 0.45 0.4690000152587891 0.45 0.46 0.46 653316 0.0 0.0 False
634 2024-07-09 00:00:00+01:00 0.45799999237060546 0.47000000000000003 0.45099998474121095 0.4520000076293945 0.4520000076293945 482688 0.0 0.0 False
635 2024-07-10 00:00:00+01:00 0.4540000152587891 0.4570000076293945 0.4429899978637695 0.4520000076293945 0.4520000076293945 569679 0.0 0.0 False
636 2024-07-11 00:00:00+01:00 0.4520000076293945 0.4640000152587891 0.4429999923706055 0.4570000076293945 0.4570000076293945 2067193 0.0 0.0 False
637 2024-07-12 00:00:00+01:00 0.44599998474121094 0.46 0.445 0.4540000152587891 0.4540000152587891 3505991 0.0 0.0 False
638 2024-07-15 00:00:00+01:00 0.455 0.47000000000000003 0.4479999923706055 0.455 0.455 1256768 0.0 0.0 False
639 2024-07-16 00:00:00+01:00 0.45099998474121095 0.4690000152587891 0.4479999923706055 0.45099998474121095 0.45099998474121095 689294 0.0 0.0 False
640 2024-07-17 00:00:00+01:00 0.45 0.4520100021362305 0.44599998474121094 0.4490000152587891 0.4490000152587891 947544 0.0 0.0 False
641 2024-07-18 00:00:00+01:00 0.4490000152587891 0.46 0.44 0.45 0.45 345305 0.0 0.0 False
642 2024-07-19 00:00:00+01:00 0.4490000152587891 0.461619987487793 0.43900001525878907 0.4520000076293945 0.4520000076293945 756389 0.0 0.0 False
643 2024-07-22 00:00:00+01:00 0.4540000152587891 0.465 0.44 0.45 0.45 871998 0.0 0.0 False
644 2024-07-23 00:00:00+01:00 0.45299999237060545 0.46487998962402344 0.45 0.4520000076293945 0.4520000076293945 4002677 0.0 0.0 False
645 2024-07-24 00:00:00+01:00 0.44200000762939456 0.465 0.44200000762939456 0.45599998474121095 0.45599998474121095 964925 0.0 0.0 False
646 2024-07-25 00:00:00+01:00 0.4540000152587891 0.465 0.4479999923706055 0.4479999923706055 0.4479999923706055 9239037 0.0 0.0 False
647 2024-07-26 00:00:00+01:00 0.46 0.465 0.4429999923706055 0.4620000076293945 0.4620000076293945 496693 0.0 0.0 False
648 2024-07-29 00:00:00+01:00 0.44599998474121094 0.465 0.44599998474121094 0.45299999237060545 0.45299999237060545 813044 0.0 0.0 False
649 2024-07-30 00:00:00+01:00 0.46599998474121096 0.46599998474121096 0.44200000762939456 0.45 0.45 520456 0.0 0.0 False
650 2024-07-31 00:00:00+01:00 0.4429999923706055 0.465 0.43900001525878907 0.45 0.45 719511 0.0 0.0 False
651 2024-08-01 00:00:00+01:00 0.44599998474121094 0.46599998474121096 0.44599998474121094 0.4490000152587891 0.4490000152587891 1055090 0.0 0.0 False
652 2024-08-02 00:00:00+01:00 0.44599998474121094 0.4590000152587891 0.43700000762939456 0.44 0.44 343709 0.0 0.0 False
653 2024-08-05 00:00:00+01:00 0.43599998474121093 0.4475 0.42 0.42 0.42 1717575 0.0 0.0 False
654 2024-08-06 00:00:00+01:00 0.4229999923706055 0.43290000915527344 0.42 0.4259999847412109 0.4259999847412109 681974 0.0 0.0 False
655 2024-08-07 00:00:00+01:00 0.43099998474121093 0.43696998596191405 0.42200000762939455 0.425 0.425 312031 0.0 0.0 False
656 2024-08-08 00:00:00+01:00 0.4259999847412109 0.435 0.425 0.43 0.43 682555 0.0 0.0 False
657 2024-08-09 00:00:00+01:00 0.42700000762939455 0.44 0.42700000762939455 0.42700000762939455 0.42700000762939455 465566 0.0 0.0 False
658 2024-08-12 00:00:00+01:00 0.4279999923706055 0.46 0.42700000762939455 0.445 0.445 438896 0.0 0.0 False
659 2024-08-13 00:00:00+01:00 0.445 0.45599998474121095 0.44113998413085936 0.44400001525878907 0.44400001525878907 284482 0.0 0.0 False
660 2024-08-14 00:00:00+01:00 0.44400001525878907 0.44599998474121094 0.4379999923706055 0.4379999923706055 0.4379999923706055 209582 0.0 0.0 False
661 2024-08-15 00:00:00+01:00 0.43900001525878907 0.45099998474121095 0.43200000762939456 0.43599998474121093 0.43599998474121093 850095 0.0 0.0 False
662 2024-08-16 00:00:00+01:00 0.43099998474121093 0.4570000076293945 0.43099998474121093 0.43700000762939456 0.43700000762939456 399189 0.0 0.0 False
663 2024-08-19 00:00:00+01:00 0.43700000762939456 0.45099998474121095 0.43481998443603515 0.44 0.44 443196 0.0 0.0 False
664 2024-08-20 00:00:00+01:00 0.43900001525878907 0.44148998260498046 0.4279999923706055 0.43900001525878907 0.43900001525878907 228909 0.0 0.0 False
665 2024-08-21 00:00:00+01:00 0.44 0.45 0.43316001892089845 0.44 0.44 183830 0.0 0.0 False
666 2024-08-22 00:00:00+01:00 0.43099998474121093 0.43900001525878907 0.42794998168945314 0.43509998321533205 0.43509998321533205 275741 0.0 0.0 False

View File

@@ -0,0 +1,666 @@
Datetime,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-01-04 00:00:00+00:00,1.02,1.02,1.0,1.0025,0.996270751953125,688791,0.0,0.0
2022-01-05 00:00:00+00:00,1.0050000000000001,1.03,0.9880000305175781,1.0150000000000001,1.0086930084228516,574510,0.0,0.0
2022-01-06 00:00:00+00:00,1.0150000000000001,1.0260600280761718,1.0125499725341798,1.025,1.0186309814453125,302750,0.0,0.0
2022-01-07 00:00:00+00:00,1.025,1.03,1.0150000000000001,1.0225,1.016146469116211,184689,0.0,0.0
2022-01-10 00:00:00+00:00,1.035,1.0387400054931641,1.02,1.03,1.023599853515625,393887,0.0,0.0
2022-01-11 00:00:00+00:00,1.03,1.035,1.025,1.025,1.0186309814453125,312267,0.0,0.0
2022-01-12 00:00:00+00:00,1.02,1.0349600219726562,1.02,1.02,1.0136619567871095,333655,0.0,0.0
2022-01-13 00:00:00+00:00,1.035,1.035,1.0150000000000001,1.0150000000000001,1.0086930084228516,693154,0.0,0.0
2022-01-14 00:00:00+00:00,1.0150000000000001,1.03,1.0150000000000001,1.025,1.0186309814453125,445210,0.0,0.0
2022-01-17 00:00:00+00:00,1.03,1.03,1.01,1.0225,1.016146469116211,244429,0.0,0.0
2022-01-18 00:00:00+00:00,1.0150000000000001,1.04,1.0150000000000001,1.03,1.023599853515625,303057,0.0,0.0
2022-01-19 00:00:00+00:00,1.03,1.03,1.01,1.01,1.0037240600585937,540297,0.0,0.0
2022-01-20 00:00:00+00:00,1.03,1.03,1.02,1.02,1.0136619567871095,503597,0.0,0.0
2022-01-21 00:00:00+00:00,1.02,1.03,1.0150000000000001,1.0150000000000001,1.0086930084228516,503201,0.0,0.0
2022-01-24 00:00:00+00:00,1.03,1.03,1.0050000000000001,1.0050000000000001,0.9987551879882812,621856,0.0,0.0
2022-01-25 00:00:00+00:00,1.0150000000000001,1.03,1.01,1.01,1.0037240600585937,221580,0.0,0.0
2022-01-26 00:00:00+00:00,1.0150000000000001,1.035,1.01,1.01,1.0037240600585937,337026,0.0,0.0
2022-01-27 00:00:00+00:00,1.0050000000000001,1.035,1.0050000000000001,1.0275,1.021115264892578,163407,0.0,0.0
2022-01-28 00:00:00+00:00,1.02,1.0336000061035155,1.01,1.01,1.0037240600585937,216813,0.0,0.0
2022-01-31 00:00:00+00:00,1.025,1.035,1.01,1.025,1.0186309814453125,258610,0.0,0.0
2022-02-01 00:00:00+00:00,1.02,1.0338700103759766,1.0150000000000001,1.025,1.0186309814453125,174860,0.0,0.0
2022-02-02 00:00:00+00:00,1.02,1.035,1.02,1.035,1.0285687255859375,168097,0.0,0.0
2022-02-03 00:00:00+00:00,1.02,1.035,1.01,1.03,1.023599853515625,121514,0.0,0.0
2022-02-04 00:00:00+00:00,1.035,1.04,1.0150000000000001,1.025,1.0186309814453125,334977,0.0,0.0
2022-02-07 00:00:00+00:00,1.025,1.04,1.0150000000000001,1.0150000000000001,1.0086930084228516,219011,0.0,0.0
2022-02-08 00:00:00+00:00,1.02,1.035,1.0150000000000001,1.02,1.0136619567871095,245744,0.0,0.0
2022-02-09 00:00:00+00:00,1.02,1.045,1.0150000000000001,1.02,1.0136619567871095,510130,0.0,0.0
2022-02-10 00:00:00+00:00,1.02,1.04,1.0150000000000001,1.035,1.0285687255859375,155236,0.0,0.0
2022-02-11 00:00:00+00:00,1.04,1.04,1.0150000000000001,1.0150000000000001,1.0086930084228516,269938,0.0,0.0
2022-02-14 00:00:00+00:00,1.01,1.02,1.0,1.0050000000000001,0.9987551879882812,502611,0.0,0.0
2022-02-15 00:00:00+00:00,1.01,1.024010009765625,1.0069000244140625,1.0175,1.0111775970458985,254211,0.0,0.0
2022-02-16 00:00:00+00:00,1.0050000000000001,1.025,1.0050000000000001,1.0175,1.0111775970458985,205546,0.0,0.0
2022-02-17 00:00:00+00:00,1.0050000000000001,1.03,1.0050000000000001,1.0175,1.0111775970458985,351438,0.0,0.0
2022-02-18 00:00:00+00:00,1.025,1.035,1.01,1.025,1.0186309814453125,431839,0.0,0.0
2022-02-21 00:00:00+00:00,1.01,1.02875,1.0050000000000001,1.0050000000000001,0.9987551879882812,223721,0.0,0.0
2022-02-22 00:00:00+00:00,1.0,1.0226399993896484,1.0,1.01,1.0037240600585937,263954,0.0,0.0
2022-02-23 00:00:00+00:00,1.01,1.03,1.0,1.0080000305175782,1.001736602783203,209339,0.0,0.0
2022-02-24 00:00:00+00:00,0.9980000305175781,1.01,0.985999984741211,0.9980000305175781,0.9917987060546876,290528,0.0,0.0
2022-02-25 00:00:00+00:00,0.995999984741211,1.02,0.9944200134277345,1.02,1.0136619567871095,266910,0.0,0.0
2022-02-28 00:00:00+00:00,1.0095999908447266,1.0150000000000001,0.9922799682617188,1.0030000305175781,0.996767578125,123233,0.0,0.0
2022-03-01 00:00:00+00:00,0.9919999694824219,1.017320022583008,0.9914700317382813,1.01,1.0037240600585937,93584,0.0,0.0
2022-03-02 00:00:00+00:00,0.9919999694824219,1.02,0.99,1.02,1.0136619567871095,206801,0.0,0.0
2022-03-03 00:00:00+00:00,0.9980000305175781,1.0050000000000001,0.985999984741211,0.9944999694824219,0.9884561157226562,241550,0.014,0.0
2022-03-04 00:00:00+00:00,0.9840000152587891,1.0,0.98,0.98,0.974044189453125,274851,0.0,0.0
2022-03-07 00:00:00+00:00,0.98,0.9940000152587891,0.965999984741211,0.9940000152587891,0.987959213256836,298583,0.0,0.0
2022-03-08 00:00:00+00:00,0.98,0.9980000305175781,0.965999984741211,0.9840000152587891,0.9780199432373047,324905,0.0,0.0
2022-03-09 00:00:00+00:00,1.0,1.0,0.9740000152587891,0.9930000305175781,0.9869652557373048,237428,0.0,0.0
2022-03-10 00:00:00+00:00,1.0,1.0,0.9825,1.0,0.9939226531982422,450257,0.0,0.0
2022-03-11 00:00:00+00:00,1.02,1.02,0.9963600158691407,1.0075,1.001377182006836,394282,0.0,0.0
2022-03-14 00:00:00+00:00,1.0,1.0215899658203125,0.995,1.0069999694824219,1.0008801269531251,391252,0.0,0.0
2022-03-15 00:00:00+00:00,0.985999984741211,1.0150000000000001,0.9844000244140625,0.9969999694824219,0.9909409332275391,251123,0.0,0.0
2022-03-16 00:00:00+00:00,0.99,1.0150000000000001,0.9880000305175781,0.995999984741211,0.9899469757080078,205994,0.0,0.0
2022-03-17 00:00:00+00:00,0.9940000152587891,1.0150000000000001,0.985999984741211,1.0030000305175781,0.996904525756836,217928,0.0,0.0
2022-03-18 00:00:00+00:00,0.9940000152587891,1.0150000000000001,0.985999984741211,1.01,1.003861846923828,542421,0.0,0.0
2022-03-21 00:00:00+00:00,1.0150000000000001,1.02,0.9840000152587891,1.0075,1.001377182006836,677397,0.0,0.0
2022-03-22 00:00:00+00:00,1.0150000000000001,1.02,0.9994999694824219,1.01,1.003861846923828,269370,0.0,0.0
2022-03-23 00:00:00+00:00,1.0,1.0131500244140625,0.9940000152587891,1.01,1.003861846923828,257172,0.0,0.0
2022-03-24 00:00:00+00:00,1.0050000000000001,1.0150000000000001,0.995999984741211,1.005500030517578,0.9993892669677734,526075,0.0,0.0
2022-03-25 00:00:00+00:00,0.99,1.01,0.9861900329589844,1.0,0.9939226531982422,210872,0.0,0.0
2022-03-28 00:00:00+01:00,0.9819999694824219,1.01,0.9819999694824219,1.0,0.9939226531982422,263474,0.0,0.0
2022-03-29 00:00:00+01:00,0.9819999694824219,1.01,0.9819999694824219,1.0030000305175781,0.996904525756836,384070,0.0,0.0
2022-03-30 00:00:00+01:00,1.0,1.0050000000000001,0.9894999694824219,1.0025,0.9964075469970703,364410,0.0,0.0
2022-03-31 00:00:00+01:00,1.0,1.02,0.9931999969482422,1.0150000000000001,1.0088314819335937,939136,0.0,0.0
2022-04-01 00:00:00+01:00,1.0150000000000001,1.025,0.9980000305175781,0.9980000305175781,0.9919349670410157,1076825,0.0,0.0
2022-04-04 00:00:00+01:00,1.0,1.025,0.9968000030517579,1.01,1.003861846923828,637179,0.0,0.0
2022-04-05 00:00:00+01:00,1.03,1.03,0.995999984741211,1.0075,1.001377182006836,418344,0.0,0.0
2022-04-06 00:00:00+01:00,1.0050000000000001,1.02375,0.9940000152587891,1.0050000000000001,0.9988922882080078,431535,0.0,0.0
2022-04-07 00:00:00+01:00,1.01,1.0187999725341796,0.9933399963378906,1.0,0.9939226531982422,338675,0.0,0.0
2022-04-08 00:00:00+01:00,1.01,1.0274400329589843,1.01,1.0150000000000001,1.0088314819335937,507439,0.0,0.0
2022-04-11 00:00:00+01:00,1.02,1.02,1.0,1.0050000000000001,0.9988922882080078,666408,0.0,0.0
2022-04-12 00:00:00+01:00,1.02,1.022979965209961,1.0,1.0050000000000001,0.9988922882080078,713644,0.0,0.0
2022-04-13 00:00:00+01:00,1.01,1.02,1.0050000000000001,1.01,1.003861846923828,1763693,0.0,0.0
2022-04-14 00:00:00+01:00,1.02,1.025,1.01,1.0175,1.011316375732422,1485480,0.0,0.0
2022-04-19 00:00:00+01:00,1.0150000000000001,1.03,1.0050000000000001,1.02,1.0138011169433594,1318288,0.0,0.0
2022-04-20 00:00:00+01:00,1.025,1.025,1.018499984741211,1.0175,1.011316375732422,1052033,0.0,0.0
2022-04-21 00:00:00+01:00,1.0150000000000001,1.0276000213623047,1.01,1.0150000000000001,1.0088314819335937,886904,0.0,0.0
2022-04-22 00:00:00+01:00,1.0150000000000001,1.025,1.01,1.0150000000000001,1.0088314819335937,572432,0.0,0.0
2022-04-25 00:00:00+01:00,1.0050000000000001,1.02,0.9940000152587891,1.0050000000000001,0.9988922882080078,549296,0.0,0.0
2022-04-26 00:00:00+01:00,1.02,1.025,1.01,1.02,1.0138011169433594,480986,0.0,0.0
2022-04-27 00:00:00+01:00,1.014499969482422,1.023300018310547,1.0137000274658203,1.02,1.0138011169433594,278543,0.0,0.0
2022-04-28 00:00:00+01:00,1.0050000000000001,1.025,1.0,1.01,1.003861846923828,1015555,0.0,0.0
2022-04-29 00:00:00+01:00,1.0050000000000001,1.02,1.0050000000000001,1.0150000000000001,1.0088314819335937,222329,0.0,0.0
2022-05-03 00:00:00+01:00,1.02,1.02,0.9940000152587891,1.0050000000000001,0.9988922882080078,269530,0.0,0.0
2022-05-04 00:00:00+01:00,1.0,1.00625,0.9980000305175781,1.0050000000000001,0.9988922882080078,698396,0.0,0.0
2022-05-05 00:00:00+01:00,1.01,1.02,1.0016000366210938,1.0030000305175781,0.996904525756836,492217,0.0,0.0
2022-05-06 00:00:00+01:00,1.01,1.0137999725341797,0.995999984741211,1.0,0.9939226531982422,605508,0.0,0.0
2022-05-09 00:00:00+01:00,0.9980000305175781,1.0150000000000001,0.995999984741211,1.0005000305175782,0.9944196319580079,1161624,0.0,0.0
2022-05-10 00:00:00+01:00,1.0,1.007760009765625,0.99,0.9980000305175781,0.9919349670410157,495152,0.0,0.0
2022-05-11 00:00:00+01:00,1.0,1.01,0.9919999694824219,0.9919999694824219,0.9859713745117188,438247,0.0,0.0
2022-05-12 00:00:00+01:00,0.9840000152587891,0.995999984741211,0.98,0.99,0.9839834594726563,342851,0.0,0.0
2022-05-13 00:00:00+01:00,0.995999984741211,1.0021199798583984,0.9940000152587891,0.9990000152587891,0.9929289245605469,886845,0.0,0.0
2022-05-16 00:00:00+01:00,0.9919999694824219,1.0050000000000001,0.99,0.995999984741211,0.9899469757080078,472847,0.0,0.0
2022-05-17 00:00:00+01:00,0.99,1.01,0.988820037841797,1.0040000152587891,0.9978984832763672,404261,0.0,0.0
2022-05-18 00:00:00+01:00,1.0050000000000001,1.0071499633789063,0.9919999694824219,1.0,0.9939226531982422,524412,0.0,0.0
2022-05-19 00:00:00+01:00,0.9880000305175781,1.0,0.9880000305175781,0.995,0.9889530181884766,204691,0.0,0.0
2022-05-20 00:00:00+01:00,1.001999969482422,1.0150000000000001,0.995999984741211,1.006500015258789,1.0003833770751953,333654,0.0,0.0
2022-05-23 00:00:00+01:00,1.0,1.02,0.9955999755859375,1.01,1.003861846923828,574137,0.0,0.0
2022-05-24 00:00:00+01:00,1.01,1.02,0.989800033569336,0.9975,0.9914378356933594,277441,0.0,0.0
2022-05-25 00:00:00+01:00,1.02,1.02,0.9880000305175781,0.9880000305175781,0.9819957733154298,197291,0.0,0.0
2022-05-26 00:00:00+01:00,1.01,1.01,0.9880000305175781,1.01,1.003861846923828,294806,0.0,0.0
2022-05-27 00:00:00+01:00,0.9919999694824219,1.02,0.9880000305175781,1.008499984741211,1.0023709869384765,406794,0.0,0.0
2022-05-30 00:00:00+01:00,0.9980000305175781,1.02,0.9919999694824219,0.9919999694824219,0.9859713745117188,408598,0.0,0.0
2022-05-31 00:00:00+01:00,1.02,1.02,0.9940000152587891,0.995999984741211,0.9899469757080078,197162,0.0,0.0
2022-06-01 00:00:00+01:00,1.0003900146484375,1.025,0.9937999725341797,1.0094999694824218,1.0033647918701172,316069,0.0,0.0
2022-06-06 00:00:00+01:00,1.0150000000000001,1.02,0.9880000305175781,1.01,1.003861846923828,202637,0.0,0.0
2022-06-07 00:00:00+01:00,1.0050000000000001,1.0150000000000001,0.995999984741211,1.0050000000000001,0.9988922882080078,137343,0.0,0.0
2022-06-08 00:00:00+01:00,1.0050000000000001,1.02,0.995999984741211,1.0125,1.006346664428711,393886,0.0,0.0
2022-06-09 00:00:00+01:00,1.01,1.0150000000000001,0.99,1.0025,0.9964075469970703,276763,0.0,0.0
2022-06-10 00:00:00+01:00,1.0059999847412109,1.01,0.9915000152587891,1.0025,0.9964075469970703,248266,0.0,0.0
2022-06-13 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9980000305175781,0.9919349670410157,341223,0.0,0.0
2022-06-14 00:00:00+01:00,1.0150000000000001,1.0150000000000001,0.9880000305175781,1.0050000000000001,0.9988922882080078,3582584,0.0,0.0
2022-06-15 00:00:00+01:00,1.0150000000000001,1.0150000000000001,0.9919999694824219,1.01,1.003861846923828,550051,0.0,0.0
2022-06-16 00:00:00+01:00,0.9980000305175781,1.01,0.99,0.9975,0.9915753173828126,434295,0.014,0.0
2022-06-17 00:00:00+01:00,0.9880000305175781,1.0086900329589843,0.98,1.0,0.9940605163574219,217757,0.0,0.0
2022-06-20 00:00:00+01:00,1.0,1.01,0.98,0.99,0.9841197967529297,279723,0.0,0.0
2022-06-21 00:00:00+01:00,0.9919999694824219,1.01,0.982770004272461,0.9840000152587891,0.9781555938720703,172057,0.0,0.0
2022-06-22 00:00:00+01:00,0.98,1.0,0.9780000305175781,0.985999984741211,0.9801437377929688,496310,0.0,0.0
2022-06-23 00:00:00+01:00,0.9780000305175781,0.99,0.9780000305175781,0.9819999694824219,0.9761673736572266,199602,0.0,0.0
2022-06-24 00:00:00+01:00,0.985999984741211,0.9980000305175781,0.9780000305175781,0.99,0.9841197967529297,746247,0.0,0.0
2022-06-27 00:00:00+01:00,0.9840000152587891,1.0,0.9819999694824219,0.985,0.9791497039794922,267320,0.0,0.0
2022-06-28 00:00:00+01:00,0.9819999694824219,1.0,0.9784999847412109,0.9940000152587891,0.9880961608886719,160986,0.0,0.0
2022-06-29 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.975999984741211,0.9880000305175781,0.9821318054199218,191521,0.0,0.0
2022-06-30 00:00:00+01:00,0.97,0.99,0.97,0.97,0.9642387390136719,248579,0.0,0.0
2022-07-01 00:00:00+01:00,0.97,0.9880000305175781,0.9680000305175781,0.9769999694824218,0.9711972045898438,255890,0.0,0.0
2022-07-04 00:00:00+01:00,0.97,0.99,0.961999969482422,0.975999984741211,0.9702030181884765,235856,0.0,0.0
2022-07-05 00:00:00+01:00,0.965999984741211,0.9880000305175781,0.961999969482422,0.970999984741211,0.9652327728271485,55765,0.0,0.0
2022-07-06 00:00:00+01:00,0.965999984741211,0.9819999694824219,0.96,0.96,0.9542980957031251,298602,0.0,0.0
2022-07-07 00:00:00+01:00,0.98,0.9880000305175781,0.9611900329589844,0.9719999694824218,0.966226806640625,289831,0.0,0.0
2022-07-08 00:00:00+01:00,0.96,0.9880000305175781,0.96,0.961999969482422,0.9562862396240235,139232,0.0,0.0
2022-07-11 00:00:00+01:00,0.97,0.9880000305175781,0.961999969482422,0.9780000305175781,0.9721911621093751,622083,0.0,0.0
2022-07-12 00:00:00+01:00,0.961999969482422,0.985999984741211,0.96,0.96,0.9542980957031251,121277,0.0,0.0
2022-07-13 00:00:00+01:00,0.96,0.9780000305175781,0.9519999694824219,0.955999984741211,0.9503218841552734,172913,0.0,0.0
2022-07-14 00:00:00+01:00,0.955999984741211,0.975999984741211,0.9521900177001953,0.965,0.9592683410644531,229708,0.0,0.0
2022-07-15 00:00:00+01:00,0.965999984741211,0.98,0.9500000000000001,0.97,0.9642387390136719,712578,0.0,0.0
2022-07-18 00:00:00+01:00,0.96,0.9719999694824218,0.9500000000000001,0.9500000000000001,0.9443573760986328,499037,0.0,0.0
2022-07-19 00:00:00+01:00,0.96,0.9678399658203125,0.9500000000000001,0.9569999694824219,0.95131591796875,204836,0.0,0.0
2022-07-20 00:00:00+01:00,0.9640000152587891,0.98,0.9610500335693359,0.965999984741211,0.960262451171875,397977,0.0,0.0
2022-07-21 00:00:00+01:00,0.97,0.9740000152587891,0.9640000152587891,0.9640000152587891,0.9582743072509766,155181,0.0,0.0
2022-07-22 00:00:00+01:00,0.9640000152587891,0.9819999694824219,0.9640000152587891,0.9780000305175781,0.9721911621093751,190410,0.0,0.0
2022-07-25 00:00:00+01:00,0.9640000152587891,0.98,0.9640000152587891,0.9719999694824218,0.966226806640625,210323,0.0,0.0
2022-07-26 00:00:00+01:00,0.9540000152587891,0.98,0.9519999694824219,0.975999984741211,0.9702030181884765,389720,0.0,0.0
2022-07-27 00:00:00+01:00,0.9719999694824218,0.98,0.9580000305175781,0.965999984741211,0.960262451171875,350909,0.0,0.0
2022-07-28 00:00:00+01:00,0.9680000305175781,0.9819999694824219,0.9625900268554688,0.965999984741211,0.960262451171875,481627,0.0,0.0
2022-07-29 00:00:00+01:00,0.98,0.98,0.96,0.961999969482422,0.9562862396240235,567967,0.0,0.0
2022-08-01 00:00:00+01:00,0.965999984741211,0.985999984741211,0.96,0.975999984741211,0.9702030181884765,300413,0.0,0.0
2022-08-02 00:00:00+01:00,0.98,0.9819999694824219,0.9719999694824218,0.9790000152587891,0.9731852722167968,243968,0.0,0.0
2022-08-03 00:00:00+01:00,0.961999969482422,0.9880000305175781,0.961999969482422,0.97,0.9642387390136719,331682,0.0,0.0
2022-08-04 00:00:00+01:00,0.9880000305175781,0.9880000305175781,0.9680000305175781,0.985999984741211,0.9801437377929688,218462,0.0,0.0
2022-08-05 00:00:00+01:00,0.98,0.9880000305175781,0.9701000213623047,0.985999984741211,0.9801437377929688,199593,0.0,0.0
2022-08-08 00:00:00+01:00,0.9719999694824218,0.9919999694824219,0.97,0.9719999694824218,0.966226806640625,199786,0.0,0.0
2022-08-09 00:00:00+01:00,0.9719999694824218,0.9980000305175781,0.9719999694824218,0.9880000305175781,0.9821318054199218,337063,0.0,0.0
2022-08-10 00:00:00+01:00,0.99,0.995999984741211,0.9775,0.9869999694824219,0.9811377716064453,261608,0.0,0.0
2022-08-11 00:00:00+01:00,0.9980000305175781,1.0,0.98,1.0,0.9940605163574219,282071,0.0,0.0
2022-08-12 00:00:00+01:00,0.985999984741211,1.0050000000000001,0.9848600006103516,0.99,0.9841197967529297,235615,0.0,0.0
2022-08-15 00:00:00+01:00,1.0,1.0050000000000001,0.9780000305175781,0.995999984741211,0.9900843048095703,224444,0.0,0.0
2022-08-16 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9819999694824219,0.9761673736572266,378581,0.0,0.0
2022-08-17 00:00:00+01:00,0.9819999694824219,1.0050000000000001,0.9819999694824219,0.9925,0.9866050720214844,281246,0.0,0.0
2022-08-18 00:00:00+01:00,0.9840000152587891,1.01,0.9780000305175781,1.01,1.0040012359619142,300436,0.0,0.0
2022-08-19 00:00:00+01:00,0.99,1.0,0.9780000305175781,0.9980000305175781,0.9920723724365235,297435,0.0,0.0
2022-08-22 00:00:00+01:00,0.975999984741211,0.995999984741211,0.975999984741211,0.975999984741211,0.9702030181884765,248244,0.0,0.0
2022-08-23 00:00:00+01:00,0.975999984741211,0.99,0.9719999694824218,0.9719999694824218,0.966226806640625,128685,0.0,0.0
2022-08-24 00:00:00+01:00,0.9719999694824218,0.985999984741211,0.9719999694824218,0.9780000305175781,0.9721911621093751,475257,0.0,0.0
2022-08-25 00:00:00+01:00,0.9880000305175781,0.9980000305175781,0.9719999694824218,0.9780000305175781,0.9721911621093751,150422,0.0,0.0
2022-08-26 00:00:00+01:00,0.98,0.9919999694824219,0.972310028076172,0.975999984741211,0.9702030181884765,346755,0.0,0.0
2022-08-30 00:00:00+01:00,0.985999984741211,0.99,0.97,0.9780000305175781,0.9721911621093751,914883,0.0,0.0
2022-08-31 00:00:00+01:00,0.98,0.9980000305175781,0.9756700134277344,0.9819999694824219,0.9761673736572266,935700,0.0,0.0
2022-09-01 00:00:00+01:00,0.9819999694824219,0.9880000305175781,0.97,0.9780000305175781,0.9721911621093751,492257,0.0,0.0
2022-09-02 00:00:00+01:00,0.9780000305175781,0.985999984741211,0.97,0.980999984741211,0.97517333984375,325380,0.0,0.0
2022-09-05 00:00:00+01:00,0.98,0.99,0.9625,0.97,0.9642387390136719,384938,0.0,0.0
2022-09-06 00:00:00+01:00,0.97,0.99,0.97,0.9819999694824219,0.9761673736572266,206662,0.0,0.0
2022-09-07 00:00:00+01:00,0.97,0.9880000305175781,0.9655000305175782,0.9869999694824219,0.9811377716064453,149552,0.0,0.0
2022-09-08 00:00:00+01:00,0.97,0.9940000152587891,0.9640000152587891,0.98,0.9741793823242187,129364,0.0,0.0
2022-09-09 00:00:00+01:00,0.9919999694824219,0.9919999694824219,0.9719999694824218,0.9719999694824218,0.966226806640625,412842,0.0,0.0
2022-09-12 00:00:00+01:00,0.9940000152587891,0.9940000152587891,0.9740000152587891,0.9840000152587891,0.9781555938720703,235355,0.0,0.0
2022-09-13 00:00:00+01:00,0.99,0.99,0.965999984741211,0.965999984741211,0.960262451171875,206941,0.0,0.0
2022-09-14 00:00:00+01:00,0.9640000152587891,0.9719999694824218,0.9618800354003907,0.965999984741211,0.960262451171875,420231,0.0,0.0
2022-09-15 00:00:00+01:00,0.97,0.99,0.9640000152587891,0.99,0.9841197967529297,277190,0.0,0.0
2022-09-16 00:00:00+01:00,0.975999984741211,0.9880000305175781,0.9680000305175781,0.9680000305175781,0.9622505950927734,215343,0.0,0.0
2022-09-20 00:00:00+01:00,0.98,0.99,0.9640000152587891,0.98,0.9741793823242187,234937,0.0,0.0
2022-09-21 00:00:00+01:00,0.9740000152587891,0.9840000152587891,0.9673000335693359,0.9769999694824218,0.9711972045898438,99867,0.0,0.0
2022-09-22 00:00:00+01:00,0.96,0.9780000305175781,0.9459999847412109,0.9459999847412109,0.9405159759521484,211067,0.014,0.0
2022-09-23 00:00:00+01:00,0.9580000305175781,0.97,0.9419999694824219,0.9419999694824219,0.9365392303466797,514419,0.0,0.0
2022-09-26 00:00:00+01:00,0.9519999694824219,0.9719999694824218,0.9319999694824219,0.9440000152587891,0.9385276794433594,298848,0.0,0.0
2022-09-27 00:00:00+01:00,0.9400000000000001,0.9580000305175781,0.924000015258789,0.924000015258789,0.9186434936523438,320166,0.0,0.0
2022-09-28 00:00:00+01:00,0.924000015258789,0.9380000305175782,0.8808999633789063,0.9080000305175782,0.9027362060546875,713516,0.0,0.0
2022-09-29 00:00:00+01:00,0.9080000305175782,0.9080000305175782,0.8880000305175781,0.895,0.8898117065429688,150625,0.0,0.0
2022-09-30 00:00:00+01:00,0.8840000152587891,0.92,0.8840000152587891,0.8980000305175782,0.8927942657470703,277102,0.0,0.0
2022-10-03 00:00:00+01:00,0.9159999847412109,0.92,0.9008999633789063,0.92,0.914666748046875,192423,0.0,0.0
2022-10-04 00:00:00+01:00,0.92,0.9259999847412109,0.9080000305175782,0.91,0.9047247314453125,206022,0.0,0.0
2022-10-05 00:00:00+01:00,0.9119999694824219,0.9119999694824219,0.885999984741211,0.89,0.8848406219482422,249018,0.0,0.0
2022-10-06 00:00:00+01:00,0.89,0.904000015258789,0.885999984741211,0.89,0.8848406219482422,147819,0.0,0.0
2022-10-07 00:00:00+01:00,0.885999984741211,0.9019999694824219,0.8819999694824219,0.895,0.8898117065429688,193024,0.0,0.0
2022-10-10 00:00:00+01:00,0.8880000305175781,0.9,0.8819999694824219,0.89,0.8848406219482422,150088,0.0,0.0
2022-10-11 00:00:00+01:00,0.8880000305175781,0.894000015258789,0.875999984741211,0.88,0.874898681640625,171838,0.0,0.0
2022-10-12 00:00:00+01:00,0.87,0.8819999694824219,0.85,0.8680000305175781,0.8629682159423828,352669,0.0,0.0
2022-10-13 00:00:00+01:00,0.865999984741211,0.8740000152587891,0.84,0.85,0.8450724792480468,431898,0.0,0.0
2022-10-14 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8319999694824219,0.8319999694824219,0.8271768951416015,290638,0.0,0.0
2022-10-17 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8401799774169922,0.8640000152587891,0.858991470336914,301380,0.0,0.0
2022-10-18 00:00:00+01:00,0.8740000152587891,0.8840000152587891,0.8601300048828125,0.8819999694824219,0.8768869018554688,273491,0.0,0.0
2022-10-19 00:00:00+01:00,0.88,0.8840000152587891,0.86822998046875,0.8719999694824219,0.8669449615478516,336756,0.0,0.0
2022-10-20 00:00:00+01:00,0.865999984741211,0.89,0.86,0.8619999694824219,0.857002944946289,499500,0.0,0.0
2022-10-21 00:00:00+01:00,0.87,0.894000015258789,0.8649800109863282,0.87,0.8649567413330078,750123,0.0,0.0
2022-10-24 00:00:00+01:00,0.87,0.8919999694824219,0.8610900115966797,0.87,0.8649567413330078,708370,0.0,0.0
2022-10-25 00:00:00+01:00,0.865999984741211,0.894000015258789,0.865999984741211,0.894000015258789,0.8888175201416015,150183,0.0,0.0
2022-10-26 00:00:00+01:00,0.894000015258789,0.894000015258789,0.8719999694824219,0.88,0.874898681640625,342181,0.0,0.0
2022-10-27 00:00:00+01:00,0.89,0.91,0.8844999694824219,0.8980000305175782,0.8927942657470703,293744,0.0,0.0
2022-10-28 00:00:00+01:00,0.8919999694824219,0.91,0.89,0.899000015258789,0.8937884521484375,240789,0.0,0.0
2022-10-31 00:00:00+00:00,0.89,0.9080000305175782,0.89,0.9,0.89478271484375,162157,0.0,0.0
2022-11-01 00:00:00+00:00,0.9019999694824219,0.9259999847412109,0.89,0.9109999847412109,0.9057188415527344,234810,0.0,0.0
2022-11-02 00:00:00+00:00,0.904000015258789,0.9359999847412109,0.904000015258789,0.9309999847412109,0.9256028747558593,415417,0.0,0.0
2022-11-03 00:00:00+00:00,0.92,0.9280000305175782,0.91,0.92,0.914666748046875,329843,0.0,0.0
2022-11-04 00:00:00+00:00,0.914000015258789,0.9500000000000001,0.91,0.93,0.9246087646484376,396734,0.0,0.0
2022-11-07 00:00:00+00:00,0.9219999694824219,0.9442600250244141,0.9219999694824219,0.9340000152587891,0.9285855865478516,187482,0.0,0.0
2022-11-08 00:00:00+00:00,0.924000015258789,0.9459500122070312,0.924000015258789,0.9400000000000001,0.9345508575439453,151537,0.0,0.0
2022-11-09 00:00:00+00:00,0.9400000000000001,0.9680000305175781,0.9380000305175782,0.9400000000000001,0.9345508575439453,494064,0.0,0.0
2022-11-10 00:00:00+00:00,0.9580000305175781,0.9740000152587891,0.9359999847412109,0.9740000152587891,0.9683536529541016,91380,0.0,0.0
2022-11-11 00:00:00+00:00,0.9740000152587891,0.985999984741211,0.9540000152587891,0.9719999694824218,0.9663652038574219,439131,0.0,0.0
2022-11-14 00:00:00+00:00,0.965999984741211,0.99,0.9640000152587891,0.97,0.9643769836425782,155632,0.0,0.0
2022-11-15 00:00:00+00:00,0.9640000152587891,0.985999984741211,0.9522000122070313,0.9680000305175781,0.9623885345458985,625552,0.0,0.0
2022-11-16 00:00:00+00:00,0.9680000305175781,0.97,0.955999984741211,0.960999984741211,0.9554290771484375,151305,0.0,0.0
2022-11-17 00:00:00+00:00,0.96,0.97,0.9522000122070313,0.955999984741211,0.9504580688476563,141559,0.0,0.0
2022-11-18 00:00:00+00:00,0.961999969482422,0.9719999694824218,0.9459999847412109,0.9500000000000001,0.9444927978515625,149843,0.0,0.0
2022-11-21 00:00:00+00:00,0.9540000152587891,0.97,0.9500000000000001,0.96,0.9544348907470703,323348,0.0,0.0
2022-11-22 00:00:00+00:00,0.9519999694824219,0.965999984741211,0.9440000152587891,0.9500000000000001,0.9444927978515625,265611,0.0,0.0
2022-11-23 00:00:00+00:00,0.9440000152587891,0.965999984741211,0.9440000152587891,0.9500000000000001,0.9444927978515625,314651,0.0,0.0
2022-11-24 00:00:00+00:00,0.9640000152587891,0.9640000152587891,0.9477999877929688,0.9569999694824219,0.9514521026611328,325154,0.0,0.0
2022-11-25 00:00:00+00:00,0.9459999847412109,0.9640000152587891,0.9359999847412109,0.9359999847412109,0.930573959350586,327007,0.0,0.0
2022-11-28 00:00:00+00:00,0.9359999847412109,0.9500000000000001,0.93,0.9400000000000001,0.9345508575439453,342744,0.0,0.0
2022-11-29 00:00:00+00:00,0.9500000000000001,0.96,0.9340000152587891,0.9530000305175781,0.9474754333496094,332316,0.0,0.0
2022-11-30 00:00:00+00:00,0.9580000305175781,0.97,0.9500000000000001,0.97,0.9643769836425782,186741,0.0,0.0
2022-12-01 00:00:00+00:00,0.96,0.97,0.9440000152587891,0.960999984741211,0.9554290771484375,145679,0.0,0.0
2022-12-02 00:00:00+00:00,0.9680000305175781,0.97,0.9576999664306641,0.966999969482422,0.961394271850586,122332,0.0,0.0
2022-12-05 00:00:00+00:00,0.9519999694824219,0.97,0.9440000152587891,0.955999984741211,0.9504580688476563,256021,0.0,0.0
2022-12-06 00:00:00+00:00,0.96,0.9680000305175781,0.9480000305175782,0.96,0.9544348907470703,87221,0.0,0.0
2022-12-07 00:00:00+00:00,0.9480000305175782,0.9680000305175781,0.9440000152587891,0.9550000000000001,0.9494638824462891,492091,0.0,0.0
2022-12-08 00:00:00+00:00,0.9500000000000001,0.9680000305175781,0.9219999694824219,0.9259999847412109,0.9206318664550781,195345,0.0,0.0
2022-12-09 00:00:00+00:00,0.9440000152587891,0.9440000152587891,0.9241999816894532,0.9340000152587891,0.9285855865478516,175901,0.0,0.0
2022-12-12 00:00:00+00:00,0.9440000152587891,0.9440000152587891,0.920199966430664,0.9319999694824219,0.9265970611572266,209931,0.0,0.0
2022-12-13 00:00:00+00:00,0.9419999694824219,0.9580000305175781,0.92,0.9400000000000001,0.9345508575439453,165109,0.0,0.0
2022-12-14 00:00:00+00:00,0.9380000305175782,0.9500000000000001,0.9310399627685547,0.9359999847412109,0.930573959350586,190438,0.0,0.0
2022-12-15 00:00:00+00:00,0.9480000305175782,0.9480000305175782,0.93,0.9400000000000001,0.9345508575439453,285719,0.0,0.0
2022-12-16 00:00:00+00:00,0.9400000000000001,0.9519999694824219,0.9259999847412109,0.9259999847412109,0.9206318664550781,83972,0.0,0.0
2022-12-19 00:00:00+00:00,0.92,0.9480000305175782,0.92,0.93,0.9246087646484376,473963,0.0,0.0
2022-12-20 00:00:00+00:00,0.92,0.9459999847412109,0.92,0.9400000000000001,0.9345508575439453,128806,0.0,0.0
2022-12-21 00:00:00+00:00,0.9419999694824219,0.9440000152587891,0.9294000244140626,0.9359999847412109,0.930573959350586,167851,0.0,0.0
2022-12-22 00:00:00+00:00,0.9359999847412109,0.9440000152587891,0.9216000366210938,0.93,0.9247470092773438,271780,0.014,0.0
2022-12-23 00:00:00+00:00,0.9180000305175782,0.9440000152587891,0.9180000305175782,0.9400000000000001,0.9346905517578126,101922,0.0,0.0
2022-12-28 00:00:00+00:00,0.9340000152587891,0.9459999847412109,0.9329299926757812,0.9400000000000001,0.9346905517578126,363690,0.0,0.0
2022-12-29 00:00:00+00:00,0.9340000152587891,0.9380000305175782,0.91,0.9219999694824219,0.9167921447753906,356987,0.0,0.0
2022-12-30 00:00:00+00:00,0.92,0.93,0.9159999847412109,0.93,0.9247470092773438,145457,0.0,0.0
2023-01-03 00:00:00+00:00,0.9319999694824219,0.9319999694824219,0.9080000305175782,0.9080000305175782,0.9028712463378906,437377,0.0,0.0
2023-01-04 00:00:00+00:00,0.92,0.924000015258789,0.9019999694824219,0.9159999847412109,0.9108261108398438,288720,0.0,0.0
2023-01-05 00:00:00+00:00,0.904000015258789,0.924000015258789,0.89,0.9019999694824219,0.8969052124023438,406099,0.0,0.0
2023-01-06 00:00:00+00:00,0.89,0.9080000305175782,0.88,0.9019999694824219,0.8969052124023438,562891,0.0,0.0
2023-01-09 00:00:00+00:00,0.9019999694824219,0.9080000305175782,0.8740000152587891,0.88,0.8750295257568359,487126,0.0,0.0
2023-01-10 00:00:00+00:00,0.88,0.89,0.865999984741211,0.880999984741211,0.8760238647460937,654354,0.0,0.0
2023-01-11 00:00:00+00:00,0.88,0.89,0.87,0.88,0.8750295257568359,1138793,0.0,0.0
2023-01-12 00:00:00+00:00,0.895999984741211,0.9,0.8769599914550782,0.88,0.8750295257568359,384379,0.0,0.0
2023-01-13 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.87,0.89,0.8849729919433594,831876,0.0,0.0
2023-01-16 00:00:00+00:00,0.8780000305175781,0.8980000305175782,0.87,0.875999984741211,0.8710520935058594,420154,0.0,0.0
2023-01-17 00:00:00+00:00,0.875999984741211,0.9,0.8740000152587891,0.8819999694824219,0.8770181274414063,525169,0.0,0.0
2023-01-18 00:00:00+00:00,0.89,0.9,0.8766000366210938,0.89,0.8849729919433594,600212,0.0,0.0
2023-01-19 00:00:00+00:00,0.8880000305175781,0.9,0.88,0.88,0.8750295257568359,429308,0.0,0.0
2023-01-20 00:00:00+00:00,0.88,0.9,0.875999984741211,0.88,0.8750295257568359,1036220,0.0,0.0
2023-01-23 00:00:00+00:00,0.875999984741211,0.8980000305175782,0.8748799896240235,0.89,0.8849729919433594,852379,0.0,0.0
2023-01-24 00:00:00+00:00,0.89,0.9019999694824219,0.8800800323486329,0.8930000305175781,0.8879560852050782,263939,0.0,0.0
2023-01-25 00:00:00+00:00,0.88,0.904000015258789,0.875999984741211,0.8919999694824219,0.8869617462158204,519351,0.0,0.0
2023-01-26 00:00:00+00:00,0.88,0.9019999694824219,0.88,0.9019999694824219,0.8969052124023438,749900,0.0,0.0
2023-01-27 00:00:00+00:00,0.9019999694824219,0.9019999694824219,0.8882199859619141,0.9,0.8949165344238281,526719,0.0,0.0
2023-01-30 00:00:00+00:00,0.9,0.9059999847412109,0.8871099853515625,0.9019999694824219,0.8969052124023438,183194,0.0,0.0
2023-01-31 00:00:00+00:00,0.8819999694824219,0.9059999847412109,0.8819999694824219,0.89,0.8849729919433594,376839,0.0,0.0
2023-02-01 00:00:00+00:00,0.8819999694824219,0.9080000305175782,0.88,0.8840000152587891,0.8790069580078125,479423,0.0,0.0
2023-02-02 00:00:00+00:00,0.89,0.9,0.8819999694824219,0.8930000305175781,0.8879560852050782,414836,0.0,0.0
2023-02-03 00:00:00+00:00,0.8819999694824219,0.9080000305175782,0.8819999694824219,0.899000015258789,0.8939221954345703,497727,0.0,0.0
2023-02-06 00:00:00+00:00,0.8880000305175781,0.9080000305175782,0.8819999694824219,0.8880000305175781,0.882984390258789,141332,0.0,0.0
2023-02-07 00:00:00+00:00,0.8880000305175781,0.9,0.8837100219726562,0.8930000305175781,0.8879560852050782,398074,0.0,0.0
2023-02-08 00:00:00+00:00,0.8880000305175781,0.9080000305175782,0.8794000244140625,0.8919999694824219,0.8869617462158204,754018,0.0,0.0
2023-02-09 00:00:00+00:00,0.89,0.904000015258789,0.885999984741211,0.8919999694824219,0.8869617462158204,589987,0.0,0.0
2023-02-10 00:00:00+00:00,0.8980000305175782,0.8980000305175782,0.8823200225830078,0.8880000305175781,0.882984390258789,382970,0.0,0.0
2023-02-13 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.8819999694824219,0.8869999694824219,0.8819898223876953,537851,0.0,0.0
2023-02-14 00:00:00+00:00,0.885999984741211,0.89,0.8836000061035156,0.885999984741211,0.8809954833984375,906088,0.0,0.0
2023-02-15 00:00:00+00:00,0.8819999694824219,0.894000015258789,0.8819999694824219,0.885999984741211,0.8809954833984375,597816,0.0,0.0
2023-02-16 00:00:00+00:00,0.885999984741211,0.8932199859619141,0.885999984741211,0.8919999694824219,0.8869617462158204,220760,0.0,0.0
2023-02-17 00:00:00+00:00,0.89,0.894000015258789,0.8773999786376954,0.8840000152587891,0.8790069580078125,1231546,0.0,0.0
2023-02-20 00:00:00+00:00,0.8980000305175782,0.8980000305175782,0.8781999969482422,0.8840000152587891,0.8790069580078125,334882,0.0,0.0
2023-02-21 00:00:00+00:00,0.8780000305175781,0.895999984741211,0.875999984741211,0.875999984741211,0.8710520935058594,328754,0.0,0.0
2023-02-22 00:00:00+00:00,0.87,0.885999984741211,0.87,0.87,0.8650860595703125,208882,0.0,0.0
2023-02-23 00:00:00+00:00,0.87,0.8880000305175781,0.87,0.8769999694824219,0.8720463562011719,665767,0.0,0.0
2023-02-24 00:00:00+00:00,0.8880000305175781,0.8880000305175781,0.87,0.88,0.8750295257568359,1081951,0.0,0.0
2023-02-27 00:00:00+00:00,0.89,0.89,0.8719999694824219,0.8780000305175781,0.873040771484375,703867,0.0,0.0
2023-02-28 00:00:00+00:00,0.875999984741211,0.8880000305175781,0.8701200103759765,0.8719999694824219,0.8670745849609375,514559,0.0,0.0
2023-03-01 00:00:00+00:00,0.8780000305175781,0.8880000305175781,0.8684999847412109,0.8719999694824219,0.8670745849609375,1165312,0.0,0.0
2023-03-02 00:00:00+00:00,0.87,0.88,0.8688700103759766,0.8740000152587891,0.8690633392333984,725047,0.0,0.0
2023-03-03 00:00:00+00:00,0.8740000152587891,0.89,0.87,0.88,0.8750295257568359,1258053,0.0,0.0
2023-03-06 00:00:00+00:00,0.895999984741211,0.8980000305175782,0.875999984741211,0.8819999694824219,0.8770181274414063,1075680,0.0,0.0
2023-03-07 00:00:00+00:00,0.8819999694824219,0.8980000305175782,0.8788999938964844,0.8880000305175781,0.882984390258789,615855,0.0,0.0
2023-03-08 00:00:00+00:00,0.885999984741211,0.8980000305175782,0.8736000061035156,0.875999984741211,0.8710520935058594,921995,0.0,0.0
2023-03-09 00:00:00+00:00,0.87,0.885999984741211,0.8557199859619141,0.8590000152587891,0.8542865753173828,606498,0.0142,0.0
2023-03-10 00:00:00+00:00,0.85,0.855999984741211,0.835999984741211,0.84,0.8353909301757813,505600,0.0,0.0
2023-03-13 00:00:00+00:00,0.8380000305175781,0.855999984741211,0.8191400146484376,0.8280000305175781,0.8234566497802734,901260,0.0,0.0
2023-03-14 00:00:00+00:00,0.825999984741211,0.8380000305175781,0.81,0.8380000305175781,0.8334017944335937,5092117,0.0,0.0
2023-03-15 00:00:00+00:00,0.835999984741211,0.85,0.8285099792480469,0.8300000000000001,0.8254457092285157,578616,0.0,0.0
2023-03-16 00:00:00+00:00,0.8519999694824218,0.8580000305175781,0.8319999694824219,0.845999984741211,0.8413578796386719,560312,0.0,0.0
2023-03-17 00:00:00+00:00,0.8580000305175781,0.86,0.8340000152587891,0.8340000152587891,0.8294236755371094,449963,0.0,0.0
2023-03-20 00:00:00+00:00,0.8280000305175781,0.84,0.8240000152587891,0.8340000152587891,0.8294236755371094,384098,0.0,0.0
2023-03-21 00:00:00+00:00,0.8240000152587891,0.8480000305175781,0.8219999694824219,0.8240000152587891,0.8194786834716797,645589,0.0,0.0
2023-03-22 00:00:00+00:00,0.8300000000000001,0.8380000305175781,0.8180000305175782,0.835999984741211,0.8314128112792969,417048,0.0,0.0
2023-03-23 00:00:00+00:00,0.8380000305175781,0.845999984741211,0.8180000305175782,0.830999984741211,0.826440200805664,201214,0.0,0.0
2023-03-24 00:00:00+00:00,0.8280000305175781,0.8440000152587891,0.8180000305175782,0.8319999694824219,0.8274346923828125,362613,0.0,0.0
2023-03-27 00:00:00+01:00,0.835999984741211,0.8480000305175781,0.8219999694824219,0.825999984741211,0.8214676666259766,539951,0.0,0.0
2023-03-28 00:00:00+01:00,0.8300000000000001,0.8480000305175781,0.8159999847412109,0.8200000000000001,0.8155006408691406,396736,0.0,0.0
2023-03-29 00:00:00+01:00,0.8240000152587891,0.8280000305175781,0.81,0.8140000152587891,0.8095336151123047,624572,0.0,0.0
2023-03-30 00:00:00+01:00,0.81,0.8280000305175781,0.8059999847412109,0.8180000305175782,0.8135115814208984,1189214,0.0,0.0
2023-03-31 00:00:00+01:00,0.8080000305175782,0.8280000305175781,0.8040000152587891,0.8140000152587891,0.8095336151123047,672753,0.0,0.0
2023-04-03 00:00:00+01:00,0.8280000305175781,0.8293000030517579,0.8034400177001954,0.825999984741211,0.8214676666259766,481320,0.0,0.0
2023-04-04 00:00:00+01:00,0.8300000000000001,0.835999984741211,0.8163400268554688,0.825999984741211,0.8214676666259766,525020,0.0,0.0
2023-04-05 00:00:00+01:00,0.8319999694824219,0.8340000152587891,0.8219999694824219,0.8280000305175781,0.8234566497802734,356930,0.0,0.0
2023-04-06 00:00:00+01:00,0.8300000000000001,0.845,0.8200000000000001,0.8419999694824218,0.8373797607421876,594737,0.0,0.0
2023-04-11 00:00:00+01:00,0.8319999694824219,0.8577400207519531,0.8319999694824219,0.8540000152587891,0.8493140411376954,714713,0.0,0.0
2023-04-12 00:00:00+01:00,0.84,0.865,0.8319999694824219,0.86,0.8552810668945313,842102,0.0,0.0
2023-04-13 00:00:00+01:00,0.85,0.8689900207519532,0.8419999694824218,0.8640000152587891,0.859259262084961,304517,0.0,0.0
2023-04-14 00:00:00+01:00,0.8680000305175781,0.87,0.855999984741211,0.865999984741211,0.8612481689453125,449061,0.0,0.0
2023-04-17 00:00:00+01:00,0.8680000305175781,0.8680000305175781,0.8580000305175781,0.8630000305175781,0.8582646942138672,173876,0.0,0.0
2023-04-18 00:00:00+01:00,0.8640000152587891,0.865999984741211,0.8533000183105469,0.8640000152587891,0.859259262084961,349625,0.0,0.0
2023-04-19 00:00:00+01:00,0.8640000152587891,0.8640000152587891,0.8540000152587891,0.8630000305175781,0.8582646942138672,589616,0.0,0.0
2023-04-20 00:00:00+01:00,0.8519999694824218,0.8680000305175781,0.8519999694824218,0.8590000152587891,0.8542865753173828,239754,0.0,0.0
2023-04-21 00:00:00+01:00,0.855999984741211,0.87,0.855999984741211,0.8640000152587891,0.859259262084961,675420,0.0,0.0
2023-04-24 00:00:00+01:00,0.8619999694824219,0.8680000305175781,0.8540000152587891,0.8580000305175781,0.8532920837402344,249702,0.0,0.0
2023-04-25 00:00:00+01:00,0.8619999694824219,0.8740000152587891,0.8512999725341797,0.8680000305175781,0.8632372283935547,862012,0.0,0.0
2023-04-26 00:00:00+01:00,0.86,0.8640000152587891,0.855999984741211,0.86,0.8552810668945313,425738,0.0,0.0
2023-04-27 00:00:00+01:00,0.86,0.8740000152587891,0.8575,0.86,0.8552810668945313,557047,0.0,0.0
2023-04-28 00:00:00+01:00,0.8580000305175781,0.8680000305175781,0.8519999694824218,0.8680000305175781,0.8632372283935547,299172,0.0,0.0
2023-05-02 00:00:00+01:00,0.8619999694824219,0.8680000305175781,0.8519999694824218,0.8640000152587891,0.859259262084961,520765,0.0,0.0
2023-05-03 00:00:00+01:00,0.8680000305175781,0.8680000305175781,0.8553199768066406,0.8680000305175781,0.8632372283935547,246487,0.0,0.0
2023-05-04 00:00:00+01:00,0.8640000152587891,0.8680000305175781,0.8540000152587891,0.8640000152587891,0.859259262084961,160772,0.0,0.0
2023-05-05 00:00:00+01:00,0.865999984741211,0.873949966430664,0.8540000152587891,0.8619999694824219,0.8572700500488282,353766,0.0,0.0
2023-05-09 00:00:00+01:00,0.8619999694824219,0.8740000152587891,0.8560800170898437,0.8740000152587891,0.8692042541503906,236972,0.0,0.0
2023-05-10 00:00:00+01:00,0.8680000305175781,0.88,0.8540000152587891,0.8680000305175781,0.8632372283935547,113525,0.0,0.0
2023-05-11 00:00:00+01:00,0.8587200164794923,0.8680000305175781,0.8540000152587891,0.860999984741211,0.8562755584716797,169806,0.0,0.0
2023-05-12 00:00:00+01:00,0.8540000152587891,0.8780000305175781,0.8519999694824218,0.8780000305175781,0.8731823730468751,197054,0.0,0.0
2023-05-15 00:00:00+01:00,0.8680000305175781,0.8767500305175782,0.8583899688720703,0.87,0.8652262878417969,119981,0.0,0.0
2023-05-16 00:00:00+01:00,0.87,0.88,0.86,0.87,0.8652262878417969,335246,0.0,0.0
2023-05-17 00:00:00+01:00,0.8680000305175781,0.8819999694824219,0.86,0.88,0.8751714324951172,932740,0.0,0.0
2023-05-18 00:00:00+01:00,0.87,0.8819999694824219,0.8662000274658204,0.875999984741211,0.8711933135986328,172851,0.0,0.0
2023-05-19 00:00:00+01:00,0.8740000152587891,0.8819999694824219,0.8669999694824219,0.88,0.8751714324951172,245672,0.0,0.0
2023-05-22 00:00:00+01:00,0.87,0.8780000305175781,0.8619999694824219,0.8680000305175781,0.8632372283935547,350063,0.0,0.0
2023-05-23 00:00:00+01:00,0.8680000305175781,0.8819999694824219,0.8630000305175781,0.87,0.8652262878417969,474964,0.0,0.0
2023-05-24 00:00:00+01:00,0.87,0.8819999694824219,0.86,0.86,0.8552810668945313,262031,0.0,0.0
2023-05-25 00:00:00+01:00,0.87,0.8819999694824219,0.8566000366210937,0.86,0.8552810668945313,198015,0.0,0.0
2023-05-26 00:00:00+01:00,0.8780000305175781,0.8819999694824219,0.8540000152587891,0.87,0.8652262878417969,334669,0.0,0.0
2023-05-30 00:00:00+01:00,0.87,0.8819999694824219,0.8587200164794923,0.870999984741211,0.8662206268310547,255595,0.0,0.0
2023-05-31 00:00:00+01:00,0.855999984741211,0.875999984741211,0.8519999694824218,0.8680000305175781,0.8632372283935547,549889,0.0,0.0
2023-06-01 00:00:00+01:00,0.8540000152587891,0.88,0.8540000152587891,0.870999984741211,0.8662206268310547,594563,0.0,0.0
2023-06-02 00:00:00+01:00,0.8619999694824219,0.8780000305175781,0.8520800018310547,0.8680000305175781,0.8632372283935547,173741,0.0,0.0
2023-06-05 00:00:00+01:00,0.86,0.88,0.8540000152587891,0.8540000152587891,0.8493140411376954,306185,0.0,0.0
2023-06-06 00:00:00+01:00,0.8640000152587891,0.8719999694824219,0.8526000213623047,0.86,0.8552810668945313,293821,0.0,0.0
2023-06-07 00:00:00+01:00,0.86,0.87,0.8525,0.86,0.8552810668945313,261817,0.0,0.0
2023-06-08 00:00:00+01:00,0.85,0.8680000305175781,0.8494499969482422,0.855999984741211,0.8514435577392578,244130,0.0142,0.0
2023-06-09 00:00:00+01:00,0.85,0.86,0.8440000152587891,0.8440000152587891,0.8395076751708984,185293,0.0,0.0
2023-06-12 00:00:00+01:00,0.8619999694824219,0.8619999694824219,0.8480000305175781,0.85,0.8454755401611328,145112,0.0,0.0
2023-06-13 00:00:00+01:00,0.8540599822998047,0.865999984741211,0.8250000000000001,0.8540000152587891,0.8494543457031251,1491676,0.0,0.0
2023-06-14 00:00:00+01:00,0.84,0.8580000305175781,0.84,0.8419999694824218,0.8375181579589844,185824,0.0,0.0
2023-06-15 00:00:00+01:00,0.8419999694824218,0.8533899688720703,0.84,0.845,0.8405020904541016,95644,0.0,0.0
2023-06-16 00:00:00+01:00,0.85,0.8519999694824218,0.84,0.85,0.8454755401611328,209892,0.0,0.0
2023-06-19 00:00:00+01:00,0.8540000152587891,0.8540000152587891,0.8375,0.8469999694824218,0.8424915313720703,250511,0.0,0.0
2023-06-20 00:00:00+01:00,0.855999984741211,0.8840000152587891,0.855999984741211,0.8619999694824219,0.8574117279052734,1467321,0.0,0.0
2023-06-21 00:00:00+01:00,0.8640000152587891,0.8827200317382813,0.860999984741211,0.8740000152587891,0.8693478393554688,1125096,0.0,0.0
2023-06-22 00:00:00+01:00,0.8580000305175781,0.87,0.85677001953125,0.8590000152587891,0.8544276428222657,260524,0.0,0.0
2023-06-23 00:00:00+01:00,0.8540000152587891,0.8680000305175781,0.84,0.84,0.8355288696289063,396429,0.0,0.0
2023-06-26 00:00:00+01:00,0.84,0.8580000305175781,0.8080000305175782,0.8180000305175782,0.8136459350585937,506121,0.0,0.0
2023-06-27 00:00:00+01:00,0.8300000000000001,0.8300000000000001,0.81,0.8200000000000001,0.8156352233886719,200423,0.0,0.0
2023-06-28 00:00:00+01:00,0.8124199676513673,0.8340000152587891,0.8124099731445312,0.8269999694824219,0.822597885131836,141837,0.0,0.0
2023-06-29 00:00:00+01:00,0.8200000000000001,0.8340000152587891,0.8059999847412109,0.8059999847412109,0.8017097473144531,122823,0.0,0.0
2023-06-30 00:00:00+01:00,0.8140000152587891,0.8340000152587891,0.8059999847412109,0.8080000305175782,0.8036991119384765,228354,0.0,0.0
2023-07-03 00:00:00+01:00,0.8059999847412109,0.8340000152587891,0.8059999847412109,0.81,0.8056884765625,292080,0.0,0.0
2023-07-04 00:00:00+01:00,0.8119999694824219,0.8280000305175781,0.8019999694824219,0.81,0.8056884765625,141475,0.0,0.0
2023-07-05 00:00:00+01:00,0.8159999847412109,0.8280000305175781,0.8090000152587891,0.8159999847412109,0.8116565704345703,220353,0.0,0.0
2023-07-06 00:00:00+01:00,0.8059999847412109,0.8180000305175782,0.784000015258789,0.7959999847412109,0.7917630004882813,559530,0.0,0.0
2023-07-07 00:00:00+01:00,0.81,0.81,0.78,0.7919999694824219,0.7877842712402344,746324,0.0,0.0
2023-07-10 00:00:00+01:00,0.7959999847412109,0.8040000152587891,0.789219970703125,0.8019999694824219,0.7977310180664062,374375,0.0,0.0
2023-07-11 00:00:00+01:00,0.8,0.8080000305175782,0.79,0.79,0.7857948303222656,284590,0.0,0.0
2023-07-12 00:00:00+01:00,0.8059999847412109,0.8180000305175782,0.7919999694824219,0.81,0.8056884765625,311211,0.0,0.0
2023-07-13 00:00:00+01:00,0.8080000305175782,0.8200000000000001,0.8,0.8059999847412109,0.8017097473144531,314748,0.0,0.0
2023-07-14 00:00:00+01:00,0.81,0.8180000305175782,0.8059999847412109,0.8059999847412109,0.8017097473144531,234900,0.0,0.0
2023-07-17 00:00:00+01:00,0.8019999694824219,0.8200000000000001,0.8,0.8,0.7957416534423828,191035,0.0,0.0
2023-07-18 00:00:00+01:00,0.8,0.8152999877929688,0.7959999847412109,0.7959999847412109,0.7917630004882813,162590,0.0,0.0
2023-07-19 00:00:00+01:00,0.8240000152587891,0.8280000305175781,0.7959999847412109,0.8230000305175782,0.8186193084716797,214817,0.0,0.0
2023-07-20 00:00:00+01:00,0.81,0.8200000000000001,0.8,0.8200000000000001,0.8156352233886719,329459,0.0,0.0
2023-07-21 00:00:00+01:00,0.8159999847412109,0.8200000000000001,0.7959999847412109,0.8140000152587891,0.8096672821044922,382895,0.0,0.0
2023-07-24 00:00:00+01:00,0.81,0.8180000305175782,0.8,0.81,0.8056884765625,259115,0.0,0.0
2023-07-25 00:00:00+01:00,0.8140000152587891,0.88,0.8098799896240234,0.8580000305175781,0.8534330749511719,562171,0.0,0.0
2023-07-26 00:00:00+01:00,0.85,0.8780000305175781,0.8322200012207032,0.8540000152587891,0.8494543457031251,448718,0.0,0.0
2023-07-27 00:00:00+01:00,0.8380000305175781,0.8519999694824218,0.8300000000000001,0.8340000152587891,0.829560775756836,375176,0.0,0.0
2023-07-28 00:00:00+01:00,0.8300000000000001,0.8680000305175781,0.8300000000000001,0.845999984741211,0.8414968109130859,652243,0.0,0.0
2023-07-31 00:00:00+01:00,0.8380000305175781,0.8680000305175781,0.8319999694824219,0.86,0.8554222869873047,588340,0.0,0.0
2023-08-01 00:00:00+01:00,0.85,0.87,0.84,0.87,0.8653691864013672,599777,0.0,0.0
2023-08-02 00:00:00+01:00,0.85,0.86,0.8319999694824219,0.86,0.8554222869873047,245487,0.0,0.0
2023-08-03 00:00:00+01:00,0.8481099700927734,0.86177001953125,0.8329000091552734,0.845,0.8405020904541016,109540,0.0,0.0
2023-08-04 00:00:00+01:00,0.86,0.8680000305175781,0.8300000000000001,0.8300000000000001,0.8255819702148438,656954,0.0,0.0
2023-08-07 00:00:00+01:00,0.8480000305175781,0.8570400238037109,0.8403900146484375,0.85,0.8454755401611328,256890,0.0,0.0
2023-08-08 00:00:00+01:00,0.8519999694824218,0.8519999694824218,0.835999984741211,0.8519999694824218,0.847464828491211,444645,0.0,0.0
2023-08-09 00:00:00+01:00,0.8440000152587891,0.8527200317382813,0.8413999938964843,0.8440000152587891,0.8395076751708984,458659,0.0,0.0
2023-08-10 00:00:00+01:00,0.8419999694824218,0.85,0.8340000152587891,0.8419999694824218,0.8375181579589844,410518,0.0,0.0
2023-08-11 00:00:00+01:00,0.8319999694824219,0.848550033569336,0.8319999694824219,0.8430000305175781,0.8385128784179687,335816,0.0,0.0
2023-08-14 00:00:00+01:00,0.835999984741211,0.86,0.835999984741211,0.8419999694824218,0.8375181579589844,286698,0.0,0.0
2023-08-15 00:00:00+01:00,0.8580000305175781,0.8591100311279297,0.8340000152587891,0.835999984741211,0.8315500640869141,301011,0.0,0.0
2023-08-16 00:00:00+01:00,0.8340000152587891,0.8580000305175781,0.8319999694824219,0.84,0.8355288696289063,317684,0.0,0.0
2023-08-17 00:00:00+01:00,0.85,0.8557499694824219,0.8300000000000001,0.835999984741211,0.8315500640869141,249701,0.0,0.0
2023-08-18 00:00:00+01:00,0.8380000305175781,0.8419999694824218,0.8300000000000001,0.8300000000000001,0.8255819702148438,477844,0.0,0.0
2023-08-21 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8300000000000001,0.8255819702148438,239325,0.0,0.0
2023-08-22 00:00:00+01:00,0.84,0.8448899841308594,0.8280000305175781,0.8280000305175781,0.8235927581787109,387560,0.0,0.0
2023-08-23 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8300000000000001,0.8255819702148438,127035,0.0,0.0
2023-08-24 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.8300000000000001,0.8380000305175781,0.8335394287109376,242050,0.0,0.0
2023-08-25 00:00:00+01:00,0.84,0.8440000152587891,0.8300000000000001,0.8319999694824219,0.8275714111328125,134520,0.0,0.0
2023-08-29 00:00:00+01:00,0.8340000152587891,0.8440000152587891,0.8238400268554688,0.84,0.8355288696289063,446730,0.0,0.0
2023-08-30 00:00:00+01:00,0.84,0.8419999694824218,0.8340000152587891,0.8380000305175781,0.8335394287109376,329826,0.0,0.0
2023-08-31 00:00:00+01:00,0.8340000152587891,0.8566000366210937,0.8319999694824219,0.8440000152587891,0.8395076751708984,137793,0.0,0.0
2023-09-01 00:00:00+01:00,0.8519999694824218,0.8540000152587891,0.84,0.8419999694824218,0.8375181579589844,426256,0.0,0.0
2023-09-04 00:00:00+01:00,0.845999984741211,0.8580000305175781,0.8319999694824219,0.855999984741211,0.8514435577392578,1288952,0.0,0.0
2023-09-05 00:00:00+01:00,0.8300000000000001,0.8468000030517578,0.8247000122070313,0.830999984741211,0.8265766143798828,644963,0.0,0.0
2023-09-06 00:00:00+01:00,0.8300000000000001,0.835999984741211,0.8240000152587891,0.8300000000000001,0.8255819702148438,273812,0.0,0.0
2023-09-07 00:00:00+01:00,0.8380000305175781,0.8480000305175781,0.8240000152587891,0.8319999694824219,0.8275714111328125,373732,0.0,0.0
2023-09-08 00:00:00+01:00,0.8319999694824219,0.8380000305175781,0.8280000305175781,0.8340000152587891,0.829560775756836,257211,0.0,0.0
2023-09-11 00:00:00+01:00,0.8300000000000001,0.8393000030517578,0.8222499847412109,0.8280000305175781,0.8235927581787109,326426,0.0,0.0
2023-09-12 00:00:00+01:00,0.84,0.8480000305175781,0.8340000152587891,0.84,0.8355288696289063,386061,0.0,0.0
2023-09-13 00:00:00+01:00,0.8380000305175781,0.8480000305175781,0.8340000152587891,0.8340000152587891,0.829560775756836,162263,0.0,0.0
2023-09-14 00:00:00+01:00,0.84,0.8480000305175781,0.8200000000000001,0.825999984741211,0.8216032409667969,198263,0.0,0.0
2023-09-15 00:00:00+01:00,0.8300000000000001,0.84,0.8300000000000001,0.8340000152587891,0.829560775756836,253272,0.0,0.0
2023-09-18 00:00:00+01:00,0.8319999694824219,0.85,0.8319999694824219,0.8480000305175781,0.8434862518310547,173607,0.0,0.0
2023-09-19 00:00:00+01:00,0.845999984741211,0.85,0.8319999694824219,0.8419999694824218,0.8375181579589844,425363,0.0,0.0
2023-09-20 00:00:00+01:00,0.8480000305175781,0.8480000305175781,0.8340000152587891,0.845999984741211,0.8414968109130859,350860,0.0,0.0
2023-09-21 00:00:00+01:00,0.8340000152587891,0.8440000152587891,0.825999984741211,0.8440000152587891,0.8396484375000001,228760,0.0142,0.0
2023-09-22 00:00:00+01:00,0.835999984741211,0.84,0.8305999755859376,0.8319999694824219,0.8277102661132812,170116,0.0,0.0
2023-09-25 00:00:00+01:00,0.8319999694824219,0.8440000152587891,0.8280000305175781,0.84,0.8356690216064453,699543,0.0,0.0
2023-09-26 00:00:00+01:00,0.8340000152587891,0.84,0.8300000000000001,0.84,0.8356690216064453,200567,0.0,0.0
2023-09-27 00:00:00+01:00,0.8380000305175781,0.84,0.8275,0.835999984741211,0.8316896820068359,212657,0.0,0.0
2023-09-28 00:00:00+01:00,0.8300000000000001,0.8440000152587891,0.825999984741211,0.8300000000000001,0.8257206726074219,144086,0.0,0.0
2023-09-29 00:00:00+01:00,0.8340000152587891,0.84,0.821709976196289,0.835999984741211,0.8316896820068359,412911,0.0,0.0
2023-10-02 00:00:00+01:00,0.8300000000000001,0.84,0.8240000152587891,0.8240000152587891,0.8197515106201172,160888,0.0,0.0
2023-10-03 00:00:00+01:00,0.8240000152587891,0.8300000000000001,0.8200000000000001,0.8200000000000001,0.8157721710205078,365980,0.0,0.0
2023-10-04 00:00:00+01:00,0.8200000000000001,0.8280000305175781,0.8059999847412109,0.8200000000000001,0.8157721710205078,443692,0.0,0.0
2023-10-05 00:00:00+01:00,0.8180000305175782,0.81,0.8019999694824219,0.8019999694824219,0.7978649902343751,237738,0.0,0.0
2023-10-06 00:00:00+01:00,0.8019999694824219,0.8180000305175782,0.8,0.8040000152587891,0.7998546600341797,161217,0.0,0.0
2023-10-09 00:00:00+01:00,0.8,0.8059999847412109,0.78,0.78,0.7759784698486328,462603,0.0,0.0
2023-10-10 00:00:00+01:00,0.78,0.79,0.7519999694824219,0.77,0.7660298919677735,1203657,0.0,0.0
2023-10-11 00:00:00+01:00,0.765999984741211,0.7780000305175782,0.7618599700927735,0.7680000305175781,0.7640402984619141,362840,0.0,0.0
2023-10-12 00:00:00+01:00,0.7640000152587891,0.7767500305175782,0.7618900299072265,0.7680000305175781,0.7640402984619141,461620,0.0,0.0
2023-10-13 00:00:00+01:00,0.7819999694824219,0.7819999694824219,0.77,0.775,0.7710041046142578,341025,0.0,0.0
2023-10-16 00:00:00+01:00,0.76,0.7780000305175782,0.74,0.755999984741211,0.7521021270751953,583279,0.0,0.0
2023-10-17 00:00:00+01:00,0.755999984741211,0.7780000305175782,0.7429900360107422,0.75,0.746133041381836,253813,0.0,0.0
2023-10-18 00:00:00+01:00,0.7519999694824219,0.7780000305175782,0.7419999694824219,0.7480000305175781,0.7441433715820313,201562,0.0,0.0
2023-10-19 00:00:00+01:00,0.75,0.7680000305175781,0.7419999694824219,0.75,0.746133041381836,170573,0.0,0.0
2023-10-20 00:00:00+01:00,0.74,0.7652500152587891,0.74,0.745999984741211,0.7421537017822266,720072,0.0,0.0
2023-10-23 00:00:00+01:00,0.745999984741211,0.7680000305175781,0.7438999938964844,0.7619999694824219,0.7580712127685547,338006,0.0,0.0
2023-10-24 00:00:00+01:00,0.75,0.77,0.7416999816894532,0.7540000152587891,0.7501124572753907,304129,0.0,0.0
2023-10-25 00:00:00+01:00,0.774000015258789,0.7780000305175782,0.75,0.774000015258789,0.7700093078613282,206099,0.0,0.0
2023-10-26 00:00:00+01:00,0.77,0.7919999694824219,0.7680000305175781,0.7759999847412109,0.7719990539550782,483969,0.0,0.0
2023-10-27 00:00:00+01:00,0.7780000305175782,0.7859999847412109,0.75,0.7540000152587891,0.7501124572753907,727190,0.0,0.0
2023-10-30 00:00:00+00:00,0.7680000305175781,0.7780000305175782,0.7519999694824219,0.755999984741211,0.7521021270751953,714079,0.0,0.0
2023-10-31 00:00:00+00:00,0.7519999694824219,0.7880000305175782,0.7519999694824219,0.7780000305175782,0.7739887237548828,841474,0.0,0.0
2023-11-01 00:00:00+00:00,0.7880000305175782,0.7880000305175782,0.7719999694824219,0.784000015258789,0.7799578094482422,440344,0.0,0.0
2023-11-02 00:00:00+00:00,0.7719999694824219,0.7857499694824219,0.76,0.775,0.7711664581298828,1427541,0.0165,0.0
2023-11-03 00:00:00+00:00,0.7640000152587891,0.784000015258789,0.7640000152587891,0.7719999694824219,0.7681813049316406,523212,0.0,0.0
2023-11-06 00:00:00+00:00,0.7540000152587891,0.7799299621582031,0.7240000152587891,0.7490000152587891,0.7452951049804688,1684303,0.0,0.0
2023-11-07 00:00:00+00:00,0.74,0.7540000152587891,0.7280000305175781,0.7440000152587891,0.74031982421875,613639,0.0,0.0
2023-11-08 00:00:00+00:00,0.7619999694824219,0.7619999694824219,0.73,0.7430000305175781,0.7393248748779297,702962,0.0,0.0
2023-11-09 00:00:00+00:00,0.75,0.7619999694824219,0.7280000305175781,0.75,0.7462902069091797,439038,0.0,0.0
2023-11-10 00:00:00+00:00,0.735999984741211,0.755999984741211,0.73,0.735999984741211,0.7323594665527344,288197,0.0,0.0
2023-11-13 00:00:00+00:00,0.73,0.76,0.73,0.7580000305175781,0.7542506408691406,268405,0.0,0.0
2023-11-14 00:00:00+00:00,0.7380000305175781,0.7619999694824219,0.7340000152587891,0.74,0.7363396453857421,626054,0.0,0.0
2023-11-15 00:00:00+00:00,0.765999984741211,0.7680000305175781,0.7428099822998047,0.76,0.7562406158447266,408104,0.0,0.0
2023-11-16 00:00:00+00:00,0.745999984741211,0.773499984741211,0.7375800323486328,0.74,0.7363396453857421,561230,0.0,0.0
2023-11-17 00:00:00+00:00,0.74,0.755999984741211,0.733489990234375,0.755999984741211,0.7522604370117187,411198,0.0,0.0
2023-11-20 00:00:00+00:00,0.75,0.76,0.7459899902343751,0.76,0.7562406158447266,535144,0.0,0.0
2023-11-21 00:00:00+00:00,0.7619999694824219,0.7780000305175782,0.7419999694824219,0.76,0.7562406158447266,443790,0.0,0.0
2023-11-22 00:00:00+00:00,0.76,0.7680000305175781,0.7340000152587891,0.745999984741211,0.7423098754882813,789243,0.0,0.0
2023-11-23 00:00:00+00:00,0.755999984741211,0.76,0.75,0.7519999694824219,0.7482801818847656,160511,0.0,0.0
2023-11-24 00:00:00+00:00,0.75,0.7619999694824219,0.725,0.7540000152587891,0.7502703857421875,464345,0.0,0.0
2023-11-27 00:00:00+00:00,0.74,0.7540000152587891,0.7325,0.7480000305175781,0.7443000793457032,1412608,0.0,0.0
2023-11-28 00:00:00+00:00,0.745999984741211,0.7640000152587891,0.7340000152587891,0.7540000152587891,0.7502703857421875,470885,0.0,0.0
2023-11-29 00:00:00+00:00,0.75,0.7759999847412109,0.75,0.7719999694824219,0.7681813049316406,1459414,0.0,0.0
2023-11-30 00:00:00+00:00,0.774000015258789,0.784000015258789,0.7719999694824219,0.774000015258789,0.7701714324951172,718348,0.0,0.0
2023-12-01 00:00:00+00:00,0.76,0.784000015258789,0.7519999694824219,0.769000015258789,0.7651961517333985,668161,0.0,0.0
2023-12-04 00:00:00+00:00,0.765999984741211,0.7891000366210937,0.755999984741211,0.7780000305175782,0.7741516876220703,881504,0.0,0.0
2023-12-05 00:00:00+00:00,0.76,0.7828399658203126,0.76,0.779000015258789,0.7751467132568359,415697,0.0,0.0
2023-12-06 00:00:00+00:00,0.7851899719238281,0.7880000305175782,0.7759999847412109,0.7819999694824219,0.7781318664550781,144956,0.0,0.0
2023-12-07 00:00:00+00:00,0.77,0.79,0.77,0.7859999847412109,0.782112045288086,324046,0.0,0.0
2023-12-08 00:00:00+00:00,0.7880000305175782,0.7880000305175782,0.77,0.779000015258789,0.7751467132568359,154630,0.0,0.0
2023-12-11 00:00:00+00:00,0.7759999847412109,0.7766400146484376,0.77,0.77,0.7661911773681641,125628,0.0,0.0
2023-12-12 00:00:00+00:00,0.7719999694824219,0.7919999694824219,0.7519999694824219,0.76,0.7562406158447266,494787,0.0,0.0
2023-12-13 00:00:00+00:00,0.7619999694824219,0.7859999847412109,0.76,0.7619999694824219,0.7582308197021485,157134,0.0,0.0
2023-12-14 00:00:00+00:00,0.79,0.8543900299072266,0.79,0.835999984741211,0.8318647766113282,2779314,0.0,0.0
2023-12-15 00:00:00+00:00,0.825999984741211,0.835999984741211,0.8180000305175782,0.8240000152587891,0.8199241638183594,1103412,0.0,0.0
2023-12-18 00:00:00+00:00,0.8200000000000001,0.8240000152587891,0.81,0.8240000152587891,0.8199241638183594,311860,0.0,0.0
2023-12-19 00:00:00+00:00,0.8019999694824219,0.85,0.8019999694824219,0.8219999694824219,0.8179339599609375,448026,0.0,0.0
2023-12-20 00:00:00+00:00,0.8200000000000001,0.8473200225830079,0.8119999694824219,0.8200000000000001,0.8159438323974609,458382,0.0,0.0
2023-12-21 00:00:00+00:00,0.8180000305175782,0.8378199768066407,0.8019999694824219,0.8180000305175782,0.8140947723388672,381276,0.0142,0.0
2023-12-22 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.8019999694824219,0.8280000305175781,0.8240470886230469,285578,0.0,0.0
2023-12-27 00:00:00+00:00,0.8040000152587891,0.8280000305175781,0.8040000152587891,0.8080000305175782,0.8041425323486329,331405,0.0,0.0
2023-12-28 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8040000152587891,0.8159999847412109,0.8121043395996094,185539,0.0,0.0
2023-12-29 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8059999847412109,0.8240000152587891,0.8200660705566406,206001,0.0,0.0
2024-01-02 00:00:00+00:00,0.8140000152587891,0.8280000305175781,0.8029599761962891,0.8119999694824219,0.8081233978271485,431646,0.0,0.0
2024-01-03 00:00:00+00:00,0.8219999694824219,0.8240000152587891,0.8054399871826172,0.8130000305175782,0.80911865234375,471123,0.0,0.0
2024-01-04 00:00:00+00:00,0.825999984741211,0.8280000305175781,0.807300033569336,0.8180000305175782,0.8140947723388672,464983,0.0,0.0
2024-01-05 00:00:00+00:00,0.8040000152587891,0.8200000000000001,0.8015299987792969,0.8200000000000001,0.816085205078125,526588,0.0,0.0
2024-01-08 00:00:00+00:00,0.8200000000000001,0.8280000305175781,0.8,0.8180000305175782,0.8140947723388672,456600,0.0,0.0
2024-01-09 00:00:00+00:00,0.8200000000000001,0.8180000305175782,0.8095200347900391,0.8140000152587891,0.8101139068603516,293279,0.0,0.0
2024-01-10 00:00:00+00:00,0.8059999847412109,0.825999984741211,0.7991999816894532,0.8159999847412109,0.8121043395996094,445023,0.0,0.0
2024-01-11 00:00:00+00:00,0.8059999847412109,0.8280000305175781,0.8019999694824219,0.8180000305175782,0.8140947723388672,515388,0.0,0.0
2024-01-12 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.7959999847412109,0.8,0.7961807250976562,398162,0.0,0.0
2024-01-15 00:00:00+00:00,0.8019999694824219,0.8280000305175781,0.796780014038086,0.8280000305175781,0.8240470886230469,266706,0.0,0.0
2024-01-16 00:00:00+00:00,0.8159999847412109,0.8280000305175781,0.8,0.8,0.7961807250976562,143418,0.0,0.0
2024-01-17 00:00:00+00:00,0.79,0.8159999847412109,0.79,0.8059999847412109,0.8021520233154297,195141,0.0,0.0
2024-01-18 00:00:00+00:00,0.8019999694824219,0.8019999694824219,0.7859999847412109,0.7859999847412109,0.7822475433349609,420425,0.0,0.0
2024-01-19 00:00:00+00:00,0.8059999847412109,0.81,0.7859999847412109,0.7880000305175782,0.7842380523681641,236175,0.0,0.0
2024-01-22 00:00:00+00:00,0.7859999847412109,0.8180000305175782,0.7859999847412109,0.7959999847412109,0.79219970703125,1362614,0.0,0.0
2024-01-23 00:00:00+00:00,0.794000015258789,0.8140000152587891,0.7925,0.7980000305175782,0.7941902923583984,460419,0.0,0.0
2024-01-24 00:00:00+00:00,0.79,0.8119999694824219,0.79,0.7980000305175782,0.7941902923583984,703952,0.0,0.0
2024-01-25 00:00:00+00:00,0.8,0.8,0.7959999847412109,0.8,0.7961807250976562,297574,0.0,0.0
2024-01-26 00:00:00+00:00,0.8,0.8180000305175782,0.794000015258789,0.8080000305175782,0.8041425323486329,799165,0.0,0.0
2024-01-29 00:00:00+00:00,0.79,0.8040000152587891,0.79,0.7959999847412109,0.79219970703125,232313,0.0,0.0
2024-01-30 00:00:00+00:00,0.7919999694824219,0.8159999847412109,0.79,0.8159999847412109,0.8121043395996094,1122413,0.0,0.0
2024-01-31 00:00:00+00:00,0.7959999847412109,0.8180000305175782,0.785,0.8009999847412109,0.7971759033203125,344085,0.0,0.0
2024-02-01 00:00:00+00:00,0.78,0.8080000305175782,0.7640000152587891,0.794000015258789,0.7902093505859376,790015,0.0,0.0
2024-02-02 00:00:00+00:00,0.78,0.7912300109863282,0.78,0.78,0.7762761688232422,319085,0.0,0.0
2024-02-05 00:00:00+00:00,0.78,0.8080000305175782,0.7758799743652344,0.784000015258789,0.7802571105957031,474231,0.0,0.0
2024-02-06 00:00:00+00:00,0.7859999847412109,0.8159999847412109,0.7859999847412109,0.7880000305175782,0.7842380523681641,376032,0.0,0.0
2024-02-07 00:00:00+00:00,0.7819999694824219,0.8040000152587891,0.7780000305175782,0.78,0.7762761688232422,358141,0.0,0.0
2024-02-08 00:00:00+00:00,0.78,0.7959999847412109,0.78,0.78,0.7762761688232422,542645,0.0,0.0
2024-02-09 00:00:00+00:00,0.7819999694824219,0.8140000152587891,0.7758899688720703,0.8,0.7961807250976562,560763,0.0,0.0
2024-02-12 00:00:00+00:00,0.81,0.81,0.774000015258789,0.789000015258789,0.7852332305908203,575070,0.0,0.0
2024-02-13 00:00:00+00:00,0.7819999694824219,0.8,0.774000015258789,0.8,0.7961807250976562,1295300,0.0,0.0
2024-02-14 00:00:00+00:00,0.7719999694824219,0.7980000305175782,0.7719999694824219,0.7719999694824219,0.7683143615722656,175461,0.0,0.0
2024-02-15 00:00:00+00:00,0.7759999847412109,0.8,0.7733000183105468,0.774000015258789,0.7703048706054688,1384757,0.0,0.0
2024-02-16 00:00:00+00:00,0.7719999694824219,0.8,0.7640000152587891,0.78,0.7762761688232422,923833,0.0,0.0
2024-02-19 00:00:00+00:00,0.7780000305175782,0.78,0.76,0.774000015258789,0.7703048706054688,884713,0.0,0.0
2024-02-20 00:00:00+00:00,0.7619999694824219,0.7980000305175782,0.7619999694824219,0.765,0.7613478088378907,2546348,0.0,0.0
2024-02-21 00:00:00+00:00,0.77,0.7959999847412109,0.75,0.76,0.7563716888427735,1174282,0.0,0.0
2024-02-22 00:00:00+00:00,0.755999984741211,0.7880000305175782,0.7518000030517579,0.7619999694824219,0.7583620452880859,676565,0.0,0.0
2024-02-23 00:00:00+00:00,0.7959999847412109,0.7959999847412109,0.7551000213623047,0.77,0.7663239288330078,942755,0.0,0.0
2024-02-26 00:00:00+00:00,0.76,0.7699800109863282,0.7588999938964844,0.7640000152587891,0.7603525543212891,829895,0.0,0.0
2024-02-27 00:00:00+00:00,0.77,0.7815000152587891,0.7619999694824219,0.7640000152587891,0.7603525543212891,492752,0.0,0.0
2024-02-28 00:00:00+00:00,0.7640000152587891,0.784000015258789,0.7616999816894532,0.77,0.7663239288330078,528793,0.0,0.0
2024-02-29 00:00:00+00:00,0.774000015258789,0.7780000305175782,0.7653399658203125,0.77,0.7663239288330078,1531612,0.0,0.0
2024-03-01 00:00:00+00:00,0.774000015258789,0.784000015258789,0.765,0.7680000305175781,0.76433349609375,405782,0.0,0.0
2024-03-04 00:00:00+00:00,0.7759999847412109,0.7859999847412109,0.7640000152587891,0.765999984741211,0.7623429870605469,437424,0.0,0.0
2024-03-05 00:00:00+00:00,0.7619999694824219,0.784000015258789,0.7583799743652344,0.7619999694824219,0.7583620452880859,1071129,0.0,0.0
2024-03-06 00:00:00+00:00,0.77,0.77,0.76,0.765,0.7613478088378907,251197,0.0,0.0
2024-03-07 00:00:00+00:00,0.7540000152587891,0.7619999694824219,0.7440000152587891,0.7519999694824219,0.7485487365722656,500238,0.0142,0.0
2024-03-08 00:00:00+00:00,0.75,0.7580000305175781,0.7405000305175782,0.7440000152587891,0.7405854797363282,655481,0.0,0.0
2024-03-11 00:00:00+00:00,0.7419999694824219,0.7480000305175781,0.7340000152587891,0.74,0.7366038513183594,1008216,0.0,0.0
2024-03-12 00:00:00+00:00,0.735999984741211,0.7419999694824219,0.73,0.7319999694824219,0.7286405181884765,1744313,0.0,0.0
2024-03-13 00:00:00+00:00,0.725999984741211,0.7407499694824219,0.7219999694824218,0.7219999694824218,0.7186864471435547,808877,0.0,0.0
2024-03-14 00:00:00+00:00,0.7340000152587891,0.7419999694824219,0.7219999694824218,0.7219999694824218,0.7186864471435547,465688,0.0,0.0
2024-03-15 00:00:00+00:00,0.73,0.7419999694824219,0.7219999694824218,0.73,0.7266497802734375,592615,0.0,0.0
2024-03-18 00:00:00+00:00,0.73,0.7419999694824219,0.725,0.7340000152587891,0.7306314086914063,531026,0.0,0.0
2024-03-19 00:00:00+00:00,0.725999984741211,0.7419999694824219,0.7219999694824218,0.7219999694824218,0.7186864471435547,1841045,0.0,0.0
2024-03-20 00:00:00+00:00,0.7280000305175781,0.7319999694824219,0.7176799774169922,0.725999984741211,0.7226680755615235,1215106,0.0,0.0
2024-03-21 00:00:00+00:00,0.73,0.73,0.7124500274658203,0.7219999694824218,0.7186864471435547,759793,0.0,0.0
2024-03-22 00:00:00+00:00,0.7219999694824218,0.725999984741211,0.72,0.7240000152587891,0.7206773376464843,495430,0.0,0.0
2024-03-25 00:00:00+00:00,0.72,0.73,0.715999984741211,0.715999984741211,0.7127140045166016,508710,0.0,0.0
2024-03-26 00:00:00+00:00,0.72,0.7280000305175781,0.712699966430664,0.7180000305175781,0.714704818725586,1086948,0.0,0.0
2024-03-27 00:00:00+00:00,0.7140000152587891,0.7219999694824218,0.710999984741211,0.715999984741211,0.7127140045166016,483359,0.0,0.0
2024-03-28 00:00:00+00:00,0.71,0.7207499694824219,0.71,0.72,0.7166956329345703,890687,0.0,0.0
2024-04-02 00:00:00+01:00,0.72,0.7480799865722656,0.7101000213623047,0.7219999694824218,0.7186864471435547,1678575,0.0,0.0
2024-04-03 00:00:00+01:00,0.7119999694824218,0.73,0.7119999694824218,0.7240000152587891,0.7206773376464843,595724,0.0,0.0
2024-04-04 00:00:00+01:00,0.71,0.725999984741211,0.7183999633789062,0.7219999694824218,0.7186864471435547,501349,0.0,0.0
2024-04-05 00:00:00+01:00,0.71,0.7180000305175781,0.7028800201416016,0.7119999694824218,0.7087322998046875,617060,0.0,0.0
2024-04-08 00:00:00+01:00,0.71,0.7453700256347656,0.71,0.73,0.7266497802734375,1537605,0.0,0.0
2024-04-09 00:00:00+01:00,0.735999984741211,0.745999984741211,0.7219999694824218,0.7319999694824219,0.7286405181884765,543134,0.0,0.0
2024-04-10 00:00:00+01:00,0.74,0.7480000305175781,0.7280000305175781,0.74,0.7366038513183594,861534,0.0,0.0
2024-04-11 00:00:00+01:00,0.74,0.75,0.7280000305175781,0.7440000152587891,0.7405854797363282,395702,0.0,0.0
2024-04-12 00:00:00+01:00,0.7440000152587891,0.7480000305175781,0.73552001953125,0.745999984741211,0.7425762939453125,593614,0.0,0.0
2024-04-15 00:00:00+01:00,0.74,0.7487400054931641,0.729209976196289,0.745999984741211,0.7425762939453125,332308,0.0,0.0
2024-04-16 00:00:00+01:00,0.745999984741211,0.75,0.725,0.7419999694824219,0.7385946655273438,446425,0.0,0.0
2024-04-17 00:00:00+01:00,0.7380000305175781,0.745999984741211,0.7257599639892578,0.7440000152587891,0.7405854797363282,178292,0.0,0.0
2024-04-18 00:00:00+01:00,0.7419999694824219,0.7440000152587891,0.7280000305175781,0.7440000152587891,0.7405854797363282,369460,0.0,0.0
2024-04-19 00:00:00+01:00,0.74,0.75,0.7319999694824219,0.745999984741211,0.7425762939453125,566402,0.0,0.0
2024-04-22 00:00:00+01:00,0.75,0.75,0.74,0.75,0.7465579986572266,982563,0.0,0.0
2024-04-23 00:00:00+01:00,0.75,0.76,0.745999984741211,0.7519999694824219,0.7485487365722656,455421,0.0,0.0
2024-04-24 00:00:00+01:00,0.7519999694824219,0.7580000305175781,0.7440000152587891,0.755999984741211,0.7525304412841797,504824,0.0,0.0
2024-04-25 00:00:00+01:00,0.75,0.7580000305175781,0.75,0.755999984741211,0.7525304412841797,173851,0.0,0.0
2024-04-26 00:00:00+01:00,0.76,0.76,0.7519999694824219,0.76,0.7565120697021485,207597,0.0,0.0
2024-04-29 00:00:00+01:00,0.76,0.77,0.75,0.7619999694824219,0.7585028839111329,849290,0.0,0.0
2024-04-30 00:00:00+01:00,0.77,0.77,0.755999984741211,0.7640000152587891,0.7604936981201172,1097303,0.0,0.0
2024-05-01 00:00:00+01:00,0.7640000152587891,0.77,0.7640000152587891,0.7669999694824219,0.7634799194335937,486665,0.0,0.0
2024-05-02 00:00:00+01:00,0.765999984741211,0.77,0.765999984741211,0.7680000305175781,0.7644754028320313,294856,0.0,0.0
2024-05-03 00:00:00+01:00,0.765999984741211,0.7859999847412109,0.765999984741211,0.7719999694824219,0.7684569549560547,821121,0.0,0.0
2024-05-07 00:00:00+01:00,0.79,0.8,0.7780000305175782,0.7780000305175782,0.7744294738769532,530439,0.0,0.0
2024-05-08 00:00:00+01:00,0.8,0.8,0.7819999694824219,0.7980000305175782,0.7943376922607422,420060,0.0,0.0
2024-05-09 00:00:00+01:00,0.7980000305175782,0.8059999847412109,0.7980000305175782,0.8,0.7963285064697265,430926,0.0,0.0
2024-05-10 00:00:00+01:00,0.7980000305175782,0.8140000152587891,0.7980000305175782,0.8,0.7963285064697265,472290,0.0,0.0
2024-05-13 00:00:00+01:00,0.8019999694824219,0.81,0.8,0.8019999694824219,0.7983193206787109,572493,0.0,0.0
2024-05-14 00:00:00+01:00,0.8019999694824219,0.8059999847412109,0.8,0.8019999694824219,0.7983193206787109,609604,0.0,0.0
2024-05-15 00:00:00+01:00,0.7980000305175782,0.8122599792480469,0.7980000305175782,0.8119999694824219,0.8082733917236329,377449,0.0,0.0
2024-05-16 00:00:00+01:00,0.8040000152587891,0.8119999694824219,0.8,0.8040000152587891,0.8003101348876953,224390,0.0,0.0
2024-05-17 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.7980000305175782,0.8040000152587891,0.8003101348876953,233913,0.0,0.0
2024-05-20 00:00:00+01:00,0.81,0.81,0.8017500305175781,0.81,0.8062825775146485,552565,0.0,0.0
2024-05-21 00:00:00+01:00,0.8059999847412109,0.81,0.8030000305175782,0.8059999847412109,0.8023009490966797,291583,0.0,0.0
2024-05-22 00:00:00+01:00,0.8080000305175782,0.81,0.8066000366210938,0.8080000305175782,0.8042918395996094,523061,0.0,0.0
2024-05-23 00:00:00+01:00,0.81,0.8140000152587891,0.8,0.8080000305175782,0.8042918395996094,296478,0.0,0.0
2024-05-24 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.8019999694824219,0.81,0.8062825775146485,315634,0.0,0.0
2024-05-28 00:00:00+01:00,0.8119999694824219,0.8200000000000001,0.8040000152587891,0.8080000305175782,0.8042918395996094,737884,0.0,0.0
2024-05-29 00:00:00+01:00,0.81,0.8140000152587891,0.8040000152587891,0.81,0.8062825775146485,104303,0.0,0.0
2024-05-30 00:00:00+01:00,0.8140000152587891,0.8140000152587891,0.8059999847412109,0.8059999847412109,0.8023009490966797,234363,0.0,0.0
2024-05-31 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8040000152587891,0.8180000305175782,0.8142459106445312,280486,0.0,0.0
2024-06-03 00:00:00+01:00,0.81,0.8140000152587891,0.8052999877929687,0.8119999694824219,0.8082733917236329,120873,0.0,0.0
2024-06-04 00:00:00+01:00,0.8140000152587891,0.8200000000000001,0.81,0.8150000000000001,0.8112596893310547,220419,0.0,0.0
2024-06-05 00:00:00+01:00,0.81,0.8184400177001954,0.8078199768066406,0.8140000152587891,0.8102642822265625,151675,0.0,0.0
2024-06-06 00:00:00+01:00,0.8159999847412109,0.8180000305175782,0.8076000213623047,0.81,0.8062825775146485,560061,0.0,0.0
2024-06-07 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8040000152587891,0.8140000152587891,0.8102642822265625,251838,0.0,0.0
2024-06-10 00:00:00+01:00,0.8040000152587891,0.8198600006103516,0.8040000152587891,0.8040000152587891,0.8003101348876953,122562,0.0,0.0
2024-06-11 00:00:00+01:00,0.8059999847412109,0.81875,0.8050199890136719,0.8180000305175782,0.8142459106445312,487588,0.0,0.0
2024-06-12 00:00:00+01:00,0.8219999694824219,0.8219999694824219,0.8080000305175782,0.8219999694824219,0.8182274627685547,171238,0.0,0.0
2024-06-13 00:00:00+01:00,0.8180000305175782,0.8200000000000001,0.8075,0.8180000305175782,0.8142459106445312,867927,0.0,0.0
2024-06-14 00:00:00+01:00,0.8140000152587891,0.8219999694824219,0.8112000274658203,0.8140000152587891,0.8102642822265625,206031,0.0,0.0
2024-06-17 00:00:00+01:00,0.8153299713134766,0.8200000000000001,0.8059999847412109,0.8130000305175782,0.8092688751220704,382699,0.0,0.0
2024-06-18 00:00:00+01:00,0.8240000152587891,0.8300000000000001,0.81,0.825999984741211,0.8222091674804688,976678,0.0,0.0
2024-06-19 00:00:00+01:00,0.8240000152587891,0.8340000152587891,0.8180000305175782,0.8240000152587891,0.8202183532714844,499255,0.0,0.0
2024-06-20 00:00:00+01:00,0.8300000000000001,0.8338200378417969,0.7998200225830079,0.8240000152587891,0.8202183532714844,1690300,0.0,0.0
2024-06-21 00:00:00+01:00,0.8300000000000001,0.8340000152587891,0.8159999847412109,0.8300000000000001,0.8261907958984375,372181,0.0,0.0
2024-06-24 00:00:00+01:00,0.8280000305175781,0.8319999694824219,0.8140000152587891,0.8140000152587891,0.8102642822265625,428865,0.0,0.0
2024-06-25 00:00:00+01:00,0.8159999847412109,0.8340000152587891,0.81447998046875,0.8240000152587891,0.8202183532714844,459495,0.0,0.0
2024-06-26 00:00:00+01:00,0.8159999847412109,0.8300000000000001,0.8159999847412109,0.8280000305175781,0.8242000579833985,301883,0.0,0.0
2024-06-27 00:00:00+01:00,0.8180000305175782,0.8300000000000001,0.8,0.8,0.7963285064697265,525186,0.0,0.0
2024-06-28 00:00:00+01:00,0.8140000152587891,0.825999984741211,0.8,0.8,0.7963285064697265,359577,0.0,0.0
2024-07-01 00:00:00+01:00,0.8200000000000001,0.8200000000000001,0.8019999694824219,0.8180000305175782,0.8142459106445312,593052,0.0,0.0
2024-07-02 00:00:00+01:00,0.8280000305175781,0.8280000305175781,0.8041500091552735,0.8280000305175781,0.8242000579833985,408381,0.0,0.0
2024-07-03 00:00:00+01:00,0.54,0.54,0.43,0.455,0.455,1920952,0.38,0.0
2024-07-04 00:00:00+01:00,0.45599998474121095,0.4690000152587891,0.4479999923706055,0.46,0.46,563887,0.0,0.0
2024-07-05 00:00:00+01:00,0.46099998474121096,0.46099998474121096,0.4479999923706055,0.45099998474121095,0.45099998474121095,919893,0.0,0.0
2024-07-08 00:00:00+01:00,0.45,0.4690000152587891,0.45,0.46,0.46,653316,0.0,0.0
2024-07-09 00:00:00+01:00,0.45799999237060546,0.47000000000000003,0.45099998474121095,0.4520000076293945,0.4520000076293945,482688,0.0,0.0
2024-07-10 00:00:00+01:00,0.4540000152587891,0.4570000076293945,0.4429899978637695,0.4520000076293945,0.4520000076293945,569679,0.0,0.0
2024-07-11 00:00:00+01:00,0.4520000076293945,0.4640000152587891,0.4429999923706055,0.4570000076293945,0.4570000076293945,2067193,0.0,0.0
2024-07-12 00:00:00+01:00,0.44599998474121094,0.46,0.445,0.4540000152587891,0.4540000152587891,3505991,0.0,0.0
2024-07-15 00:00:00+01:00,0.455,0.47000000000000003,0.4479999923706055,0.455,0.455,1256768,0.0,0.0
2024-07-16 00:00:00+01:00,0.45099998474121095,0.4690000152587891,0.4479999923706055,0.45099998474121095,0.45099998474121095,689294,0.0,0.0
2024-07-17 00:00:00+01:00,0.45,0.4520100021362305,0.44599998474121094,0.4490000152587891,0.4490000152587891,947544,0.0,0.0
2024-07-18 00:00:00+01:00,0.4490000152587891,0.46,0.44,0.45,0.45,345305,0.0,0.0
2024-07-19 00:00:00+01:00,0.4490000152587891,0.461619987487793,0.43900001525878907,0.4520000076293945,0.4520000076293945,756389,0.0,0.0
2024-07-22 00:00:00+01:00,0.4540000152587891,0.465,0.44,0.45,0.45,871998,0.0,0.0
2024-07-23 00:00:00+01:00,0.45299999237060545,0.46487998962402344,0.45,0.4520000076293945,0.4520000076293945,4002677,0.0,0.0
2024-07-24 00:00:00+01:00,0.44200000762939456,0.465,0.44200000762939456,0.45599998474121095,0.45599998474121095,964925,0.0,0.0
2024-07-25 00:00:00+01:00,0.4540000152587891,0.465,0.4479999923706055,0.4479999923706055,0.4479999923706055,9239037,0.0,0.0
2024-07-26 00:00:00+01:00,0.46,0.465,0.4429999923706055,0.4620000076293945,0.4620000076293945,496693,0.0,0.0
2024-07-29 00:00:00+01:00,0.44599998474121094,0.465,0.44599998474121094,0.45299999237060545,0.45299999237060545,813044,0.0,0.0
2024-07-30 00:00:00+01:00,0.46599998474121096,0.46599998474121096,0.44200000762939456,0.45,0.45,520456,0.0,0.0
2024-07-31 00:00:00+01:00,0.4429999923706055,0.465,0.43900001525878907,0.45,0.45,719511,0.0,0.0
2024-08-01 00:00:00+01:00,0.44599998474121094,0.46599998474121096,0.44599998474121094,0.4490000152587891,0.4490000152587891,1055090,0.0,0.0
2024-08-02 00:00:00+01:00,0.44599998474121094,0.4590000152587891,0.43700000762939456,0.44,0.44,343709,0.0,0.0
2024-08-05 00:00:00+01:00,0.43599998474121093,0.4475,0.42,0.42,0.42,1717575,0.0,0.0
2024-08-06 00:00:00+01:00,0.4229999923706055,0.43290000915527344,0.42,0.4259999847412109,0.4259999847412109,681974,0.0,0.0
2024-08-07 00:00:00+01:00,0.43099998474121093,0.43696998596191405,0.42200000762939455,0.425,0.425,312031,0.0,0.0
2024-08-08 00:00:00+01:00,0.4259999847412109,0.435,0.425,0.43,0.43,682555,0.0,0.0
2024-08-09 00:00:00+01:00,0.42700000762939455,0.44,0.42700000762939455,0.42700000762939455,0.42700000762939455,465566,0.0,0.0
2024-08-12 00:00:00+01:00,0.4279999923706055,0.46,0.42700000762939455,0.445,0.445,438896,0.0,0.0
2024-08-13 00:00:00+01:00,0.445,0.45599998474121095,0.44113998413085936,0.44400001525878907,0.44400001525878907,284482,0.0,0.0
2024-08-14 00:00:00+01:00,0.44400001525878907,0.44599998474121094,0.4379999923706055,0.4379999923706055,0.4379999923706055,209582,0.0,0.0
2024-08-15 00:00:00+01:00,0.43900001525878907,0.45099998474121095,0.43200000762939456,0.43599998474121093,0.43599998474121093,850095,0.0,0.0
2024-08-16 00:00:00+01:00,0.43099998474121093,0.4570000076293945,0.43099998474121093,0.43700000762939456,0.43700000762939456,399189,0.0,0.0
2024-08-19 00:00:00+01:00,0.43700000762939456,0.45099998474121095,0.43481998443603515,0.44,0.44,443196,0.0,0.0
2024-08-20 00:00:00+01:00,0.43900001525878907,0.44148998260498046,0.4279999923706055,0.43900001525878907,0.43900001525878907,228909,0.0,0.0
2024-08-21 00:00:00+01:00,0.44,0.45,0.43316001892089845,0.44,0.44,183830,0.0,0.0
2024-08-22 00:00:00+01:00,0.43099998474121093,0.43900001525878907,0.42794998168945314,0.43509998321533205,0.43509998321533205,275741,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 1.02 1.02 1.0 1.0025 0.996270751953125 688791 0.0 0.0
3 2022-01-05 00:00:00+00:00 1.0050000000000001 1.03 0.9880000305175781 1.0150000000000001 1.0086930084228516 574510 0.0 0.0
4 2022-01-06 00:00:00+00:00 1.0150000000000001 1.0260600280761718 1.0125499725341798 1.025 1.0186309814453125 302750 0.0 0.0
5 2022-01-07 00:00:00+00:00 1.025 1.03 1.0150000000000001 1.0225 1.016146469116211 184689 0.0 0.0
6 2022-01-10 00:00:00+00:00 1.035 1.0387400054931641 1.02 1.03 1.023599853515625 393887 0.0 0.0
7 2022-01-11 00:00:00+00:00 1.03 1.035 1.025 1.025 1.0186309814453125 312267 0.0 0.0
8 2022-01-12 00:00:00+00:00 1.02 1.0349600219726562 1.02 1.02 1.0136619567871095 333655 0.0 0.0
9 2022-01-13 00:00:00+00:00 1.035 1.035 1.0150000000000001 1.0150000000000001 1.0086930084228516 693154 0.0 0.0
10 2022-01-14 00:00:00+00:00 1.0150000000000001 1.03 1.0150000000000001 1.025 1.0186309814453125 445210 0.0 0.0
11 2022-01-17 00:00:00+00:00 1.03 1.03 1.01 1.0225 1.016146469116211 244429 0.0 0.0
12 2022-01-18 00:00:00+00:00 1.0150000000000001 1.04 1.0150000000000001 1.03 1.023599853515625 303057 0.0 0.0
13 2022-01-19 00:00:00+00:00 1.03 1.03 1.01 1.01 1.0037240600585937 540297 0.0 0.0
14 2022-01-20 00:00:00+00:00 1.03 1.03 1.02 1.02 1.0136619567871095 503597 0.0 0.0
15 2022-01-21 00:00:00+00:00 1.02 1.03 1.0150000000000001 1.0150000000000001 1.0086930084228516 503201 0.0 0.0
16 2022-01-24 00:00:00+00:00 1.03 1.03 1.0050000000000001 1.0050000000000001 0.9987551879882812 621856 0.0 0.0
17 2022-01-25 00:00:00+00:00 1.0150000000000001 1.03 1.01 1.01 1.0037240600585937 221580 0.0 0.0
18 2022-01-26 00:00:00+00:00 1.0150000000000001 1.035 1.01 1.01 1.0037240600585937 337026 0.0 0.0
19 2022-01-27 00:00:00+00:00 1.0050000000000001 1.035 1.0050000000000001 1.0275 1.021115264892578 163407 0.0 0.0
20 2022-01-28 00:00:00+00:00 1.02 1.0336000061035155 1.01 1.01 1.0037240600585937 216813 0.0 0.0
21 2022-01-31 00:00:00+00:00 1.025 1.035 1.01 1.025 1.0186309814453125 258610 0.0 0.0
22 2022-02-01 00:00:00+00:00 1.02 1.0338700103759766 1.0150000000000001 1.025 1.0186309814453125 174860 0.0 0.0
23 2022-02-02 00:00:00+00:00 1.02 1.035 1.02 1.035 1.0285687255859375 168097 0.0 0.0
24 2022-02-03 00:00:00+00:00 1.02 1.035 1.01 1.03 1.023599853515625 121514 0.0 0.0
25 2022-02-04 00:00:00+00:00 1.035 1.04 1.0150000000000001 1.025 1.0186309814453125 334977 0.0 0.0
26 2022-02-07 00:00:00+00:00 1.025 1.04 1.0150000000000001 1.0150000000000001 1.0086930084228516 219011 0.0 0.0
27 2022-02-08 00:00:00+00:00 1.02 1.035 1.0150000000000001 1.02 1.0136619567871095 245744 0.0 0.0
28 2022-02-09 00:00:00+00:00 1.02 1.045 1.0150000000000001 1.02 1.0136619567871095 510130 0.0 0.0
29 2022-02-10 00:00:00+00:00 1.02 1.04 1.0150000000000001 1.035 1.0285687255859375 155236 0.0 0.0
30 2022-02-11 00:00:00+00:00 1.04 1.04 1.0150000000000001 1.0150000000000001 1.0086930084228516 269938 0.0 0.0
31 2022-02-14 00:00:00+00:00 1.01 1.02 1.0 1.0050000000000001 0.9987551879882812 502611 0.0 0.0
32 2022-02-15 00:00:00+00:00 1.01 1.024010009765625 1.0069000244140625 1.0175 1.0111775970458985 254211 0.0 0.0
33 2022-02-16 00:00:00+00:00 1.0050000000000001 1.025 1.0050000000000001 1.0175 1.0111775970458985 205546 0.0 0.0
34 2022-02-17 00:00:00+00:00 1.0050000000000001 1.03 1.0050000000000001 1.0175 1.0111775970458985 351438 0.0 0.0
35 2022-02-18 00:00:00+00:00 1.025 1.035 1.01 1.025 1.0186309814453125 431839 0.0 0.0
36 2022-02-21 00:00:00+00:00 1.01 1.02875 1.0050000000000001 1.0050000000000001 0.9987551879882812 223721 0.0 0.0
37 2022-02-22 00:00:00+00:00 1.0 1.0226399993896484 1.0 1.01 1.0037240600585937 263954 0.0 0.0
38 2022-02-23 00:00:00+00:00 1.01 1.03 1.0 1.0080000305175782 1.001736602783203 209339 0.0 0.0
39 2022-02-24 00:00:00+00:00 0.9980000305175781 1.01 0.985999984741211 0.9980000305175781 0.9917987060546876 290528 0.0 0.0
40 2022-02-25 00:00:00+00:00 0.995999984741211 1.02 0.9944200134277345 1.02 1.0136619567871095 266910 0.0 0.0
41 2022-02-28 00:00:00+00:00 1.0095999908447266 1.0150000000000001 0.9922799682617188 1.0030000305175781 0.996767578125 123233 0.0 0.0
42 2022-03-01 00:00:00+00:00 0.9919999694824219 1.017320022583008 0.9914700317382813 1.01 1.0037240600585937 93584 0.0 0.0
43 2022-03-02 00:00:00+00:00 0.9919999694824219 1.02 0.99 1.02 1.0136619567871095 206801 0.0 0.0
44 2022-03-03 00:00:00+00:00 0.9980000305175781 1.0050000000000001 0.985999984741211 0.9944999694824219 0.9884561157226562 241550 0.014 0.0
45 2022-03-04 00:00:00+00:00 0.9840000152587891 1.0 0.98 0.98 0.974044189453125 274851 0.0 0.0
46 2022-03-07 00:00:00+00:00 0.98 0.9940000152587891 0.965999984741211 0.9940000152587891 0.987959213256836 298583 0.0 0.0
47 2022-03-08 00:00:00+00:00 0.98 0.9980000305175781 0.965999984741211 0.9840000152587891 0.9780199432373047 324905 0.0 0.0
48 2022-03-09 00:00:00+00:00 1.0 1.0 0.9740000152587891 0.9930000305175781 0.9869652557373048 237428 0.0 0.0
49 2022-03-10 00:00:00+00:00 1.0 1.0 0.9825 1.0 0.9939226531982422 450257 0.0 0.0
50 2022-03-11 00:00:00+00:00 1.02 1.02 0.9963600158691407 1.0075 1.001377182006836 394282 0.0 0.0
51 2022-03-14 00:00:00+00:00 1.0 1.0215899658203125 0.995 1.0069999694824219 1.0008801269531251 391252 0.0 0.0
52 2022-03-15 00:00:00+00:00 0.985999984741211 1.0150000000000001 0.9844000244140625 0.9969999694824219 0.9909409332275391 251123 0.0 0.0
53 2022-03-16 00:00:00+00:00 0.99 1.0150000000000001 0.9880000305175781 0.995999984741211 0.9899469757080078 205994 0.0 0.0
54 2022-03-17 00:00:00+00:00 0.9940000152587891 1.0150000000000001 0.985999984741211 1.0030000305175781 0.996904525756836 217928 0.0 0.0
55 2022-03-18 00:00:00+00:00 0.9940000152587891 1.0150000000000001 0.985999984741211 1.01 1.003861846923828 542421 0.0 0.0
56 2022-03-21 00:00:00+00:00 1.0150000000000001 1.02 0.9840000152587891 1.0075 1.001377182006836 677397 0.0 0.0
57 2022-03-22 00:00:00+00:00 1.0150000000000001 1.02 0.9994999694824219 1.01 1.003861846923828 269370 0.0 0.0
58 2022-03-23 00:00:00+00:00 1.0 1.0131500244140625 0.9940000152587891 1.01 1.003861846923828 257172 0.0 0.0
59 2022-03-24 00:00:00+00:00 1.0050000000000001 1.0150000000000001 0.995999984741211 1.005500030517578 0.9993892669677734 526075 0.0 0.0
60 2022-03-25 00:00:00+00:00 0.99 1.01 0.9861900329589844 1.0 0.9939226531982422 210872 0.0 0.0
61 2022-03-28 00:00:00+01:00 0.9819999694824219 1.01 0.9819999694824219 1.0 0.9939226531982422 263474 0.0 0.0
62 2022-03-29 00:00:00+01:00 0.9819999694824219 1.01 0.9819999694824219 1.0030000305175781 0.996904525756836 384070 0.0 0.0
63 2022-03-30 00:00:00+01:00 1.0 1.0050000000000001 0.9894999694824219 1.0025 0.9964075469970703 364410 0.0 0.0
64 2022-03-31 00:00:00+01:00 1.0 1.02 0.9931999969482422 1.0150000000000001 1.0088314819335937 939136 0.0 0.0
65 2022-04-01 00:00:00+01:00 1.0150000000000001 1.025 0.9980000305175781 0.9980000305175781 0.9919349670410157 1076825 0.0 0.0
66 2022-04-04 00:00:00+01:00 1.0 1.025 0.9968000030517579 1.01 1.003861846923828 637179 0.0 0.0
67 2022-04-05 00:00:00+01:00 1.03 1.03 0.995999984741211 1.0075 1.001377182006836 418344 0.0 0.0
68 2022-04-06 00:00:00+01:00 1.0050000000000001 1.02375 0.9940000152587891 1.0050000000000001 0.9988922882080078 431535 0.0 0.0
69 2022-04-07 00:00:00+01:00 1.01 1.0187999725341796 0.9933399963378906 1.0 0.9939226531982422 338675 0.0 0.0
70 2022-04-08 00:00:00+01:00 1.01 1.0274400329589843 1.01 1.0150000000000001 1.0088314819335937 507439 0.0 0.0
71 2022-04-11 00:00:00+01:00 1.02 1.02 1.0 1.0050000000000001 0.9988922882080078 666408 0.0 0.0
72 2022-04-12 00:00:00+01:00 1.02 1.022979965209961 1.0 1.0050000000000001 0.9988922882080078 713644 0.0 0.0
73 2022-04-13 00:00:00+01:00 1.01 1.02 1.0050000000000001 1.01 1.003861846923828 1763693 0.0 0.0
74 2022-04-14 00:00:00+01:00 1.02 1.025 1.01 1.0175 1.011316375732422 1485480 0.0 0.0
75 2022-04-19 00:00:00+01:00 1.0150000000000001 1.03 1.0050000000000001 1.02 1.0138011169433594 1318288 0.0 0.0
76 2022-04-20 00:00:00+01:00 1.025 1.025 1.018499984741211 1.0175 1.011316375732422 1052033 0.0 0.0
77 2022-04-21 00:00:00+01:00 1.0150000000000001 1.0276000213623047 1.01 1.0150000000000001 1.0088314819335937 886904 0.0 0.0
78 2022-04-22 00:00:00+01:00 1.0150000000000001 1.025 1.01 1.0150000000000001 1.0088314819335937 572432 0.0 0.0
79 2022-04-25 00:00:00+01:00 1.0050000000000001 1.02 0.9940000152587891 1.0050000000000001 0.9988922882080078 549296 0.0 0.0
80 2022-04-26 00:00:00+01:00 1.02 1.025 1.01 1.02 1.0138011169433594 480986 0.0 0.0
81 2022-04-27 00:00:00+01:00 1.014499969482422 1.023300018310547 1.0137000274658203 1.02 1.0138011169433594 278543 0.0 0.0
82 2022-04-28 00:00:00+01:00 1.0050000000000001 1.025 1.0 1.01 1.003861846923828 1015555 0.0 0.0
83 2022-04-29 00:00:00+01:00 1.0050000000000001 1.02 1.0050000000000001 1.0150000000000001 1.0088314819335937 222329 0.0 0.0
84 2022-05-03 00:00:00+01:00 1.02 1.02 0.9940000152587891 1.0050000000000001 0.9988922882080078 269530 0.0 0.0
85 2022-05-04 00:00:00+01:00 1.0 1.00625 0.9980000305175781 1.0050000000000001 0.9988922882080078 698396 0.0 0.0
86 2022-05-05 00:00:00+01:00 1.01 1.02 1.0016000366210938 1.0030000305175781 0.996904525756836 492217 0.0 0.0
87 2022-05-06 00:00:00+01:00 1.01 1.0137999725341797 0.995999984741211 1.0 0.9939226531982422 605508 0.0 0.0
88 2022-05-09 00:00:00+01:00 0.9980000305175781 1.0150000000000001 0.995999984741211 1.0005000305175782 0.9944196319580079 1161624 0.0 0.0
89 2022-05-10 00:00:00+01:00 1.0 1.007760009765625 0.99 0.9980000305175781 0.9919349670410157 495152 0.0 0.0
90 2022-05-11 00:00:00+01:00 1.0 1.01 0.9919999694824219 0.9919999694824219 0.9859713745117188 438247 0.0 0.0
91 2022-05-12 00:00:00+01:00 0.9840000152587891 0.995999984741211 0.98 0.99 0.9839834594726563 342851 0.0 0.0
92 2022-05-13 00:00:00+01:00 0.995999984741211 1.0021199798583984 0.9940000152587891 0.9990000152587891 0.9929289245605469 886845 0.0 0.0
93 2022-05-16 00:00:00+01:00 0.9919999694824219 1.0050000000000001 0.99 0.995999984741211 0.9899469757080078 472847 0.0 0.0
94 2022-05-17 00:00:00+01:00 0.99 1.01 0.988820037841797 1.0040000152587891 0.9978984832763672 404261 0.0 0.0
95 2022-05-18 00:00:00+01:00 1.0050000000000001 1.0071499633789063 0.9919999694824219 1.0 0.9939226531982422 524412 0.0 0.0
96 2022-05-19 00:00:00+01:00 0.9880000305175781 1.0 0.9880000305175781 0.995 0.9889530181884766 204691 0.0 0.0
97 2022-05-20 00:00:00+01:00 1.001999969482422 1.0150000000000001 0.995999984741211 1.006500015258789 1.0003833770751953 333654 0.0 0.0
98 2022-05-23 00:00:00+01:00 1.0 1.02 0.9955999755859375 1.01 1.003861846923828 574137 0.0 0.0
99 2022-05-24 00:00:00+01:00 1.01 1.02 0.989800033569336 0.9975 0.9914378356933594 277441 0.0 0.0
100 2022-05-25 00:00:00+01:00 1.02 1.02 0.9880000305175781 0.9880000305175781 0.9819957733154298 197291 0.0 0.0
101 2022-05-26 00:00:00+01:00 1.01 1.01 0.9880000305175781 1.01 1.003861846923828 294806 0.0 0.0
102 2022-05-27 00:00:00+01:00 0.9919999694824219 1.02 0.9880000305175781 1.008499984741211 1.0023709869384765 406794 0.0 0.0
103 2022-05-30 00:00:00+01:00 0.9980000305175781 1.02 0.9919999694824219 0.9919999694824219 0.9859713745117188 408598 0.0 0.0
104 2022-05-31 00:00:00+01:00 1.02 1.02 0.9940000152587891 0.995999984741211 0.9899469757080078 197162 0.0 0.0
105 2022-06-01 00:00:00+01:00 1.0003900146484375 1.025 0.9937999725341797 1.0094999694824218 1.0033647918701172 316069 0.0 0.0
106 2022-06-06 00:00:00+01:00 1.0150000000000001 1.02 0.9880000305175781 1.01 1.003861846923828 202637 0.0 0.0
107 2022-06-07 00:00:00+01:00 1.0050000000000001 1.0150000000000001 0.995999984741211 1.0050000000000001 0.9988922882080078 137343 0.0 0.0
108 2022-06-08 00:00:00+01:00 1.0050000000000001 1.02 0.995999984741211 1.0125 1.006346664428711 393886 0.0 0.0
109 2022-06-09 00:00:00+01:00 1.01 1.0150000000000001 0.99 1.0025 0.9964075469970703 276763 0.0 0.0
110 2022-06-10 00:00:00+01:00 1.0059999847412109 1.01 0.9915000152587891 1.0025 0.9964075469970703 248266 0.0 0.0
111 2022-06-13 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9980000305175781 0.9919349670410157 341223 0.0 0.0
112 2022-06-14 00:00:00+01:00 1.0150000000000001 1.0150000000000001 0.9880000305175781 1.0050000000000001 0.9988922882080078 3582584 0.0 0.0
113 2022-06-15 00:00:00+01:00 1.0150000000000001 1.0150000000000001 0.9919999694824219 1.01 1.003861846923828 550051 0.0 0.0
114 2022-06-16 00:00:00+01:00 0.9980000305175781 1.01 0.99 0.9975 0.9915753173828126 434295 0.014 0.0
115 2022-06-17 00:00:00+01:00 0.9880000305175781 1.0086900329589843 0.98 1.0 0.9940605163574219 217757 0.0 0.0
116 2022-06-20 00:00:00+01:00 1.0 1.01 0.98 0.99 0.9841197967529297 279723 0.0 0.0
117 2022-06-21 00:00:00+01:00 0.9919999694824219 1.01 0.982770004272461 0.9840000152587891 0.9781555938720703 172057 0.0 0.0
118 2022-06-22 00:00:00+01:00 0.98 1.0 0.9780000305175781 0.985999984741211 0.9801437377929688 496310 0.0 0.0
119 2022-06-23 00:00:00+01:00 0.9780000305175781 0.99 0.9780000305175781 0.9819999694824219 0.9761673736572266 199602 0.0 0.0
120 2022-06-24 00:00:00+01:00 0.985999984741211 0.9980000305175781 0.9780000305175781 0.99 0.9841197967529297 746247 0.0 0.0
121 2022-06-27 00:00:00+01:00 0.9840000152587891 1.0 0.9819999694824219 0.985 0.9791497039794922 267320 0.0 0.0
122 2022-06-28 00:00:00+01:00 0.9819999694824219 1.0 0.9784999847412109 0.9940000152587891 0.9880961608886719 160986 0.0 0.0
123 2022-06-29 00:00:00+01:00 0.9880000305175781 0.9980000305175781 0.975999984741211 0.9880000305175781 0.9821318054199218 191521 0.0 0.0
124 2022-06-30 00:00:00+01:00 0.97 0.99 0.97 0.97 0.9642387390136719 248579 0.0 0.0
125 2022-07-01 00:00:00+01:00 0.97 0.9880000305175781 0.9680000305175781 0.9769999694824218 0.9711972045898438 255890 0.0 0.0
126 2022-07-04 00:00:00+01:00 0.97 0.99 0.961999969482422 0.975999984741211 0.9702030181884765 235856 0.0 0.0
127 2022-07-05 00:00:00+01:00 0.965999984741211 0.9880000305175781 0.961999969482422 0.970999984741211 0.9652327728271485 55765 0.0 0.0
128 2022-07-06 00:00:00+01:00 0.965999984741211 0.9819999694824219 0.96 0.96 0.9542980957031251 298602 0.0 0.0
129 2022-07-07 00:00:00+01:00 0.98 0.9880000305175781 0.9611900329589844 0.9719999694824218 0.966226806640625 289831 0.0 0.0
130 2022-07-08 00:00:00+01:00 0.96 0.9880000305175781 0.96 0.961999969482422 0.9562862396240235 139232 0.0 0.0
131 2022-07-11 00:00:00+01:00 0.97 0.9880000305175781 0.961999969482422 0.9780000305175781 0.9721911621093751 622083 0.0 0.0
132 2022-07-12 00:00:00+01:00 0.961999969482422 0.985999984741211 0.96 0.96 0.9542980957031251 121277 0.0 0.0
133 2022-07-13 00:00:00+01:00 0.96 0.9780000305175781 0.9519999694824219 0.955999984741211 0.9503218841552734 172913 0.0 0.0
134 2022-07-14 00:00:00+01:00 0.955999984741211 0.975999984741211 0.9521900177001953 0.965 0.9592683410644531 229708 0.0 0.0
135 2022-07-15 00:00:00+01:00 0.965999984741211 0.98 0.9500000000000001 0.97 0.9642387390136719 712578 0.0 0.0
136 2022-07-18 00:00:00+01:00 0.96 0.9719999694824218 0.9500000000000001 0.9500000000000001 0.9443573760986328 499037 0.0 0.0
137 2022-07-19 00:00:00+01:00 0.96 0.9678399658203125 0.9500000000000001 0.9569999694824219 0.95131591796875 204836 0.0 0.0
138 2022-07-20 00:00:00+01:00 0.9640000152587891 0.98 0.9610500335693359 0.965999984741211 0.960262451171875 397977 0.0 0.0
139 2022-07-21 00:00:00+01:00 0.97 0.9740000152587891 0.9640000152587891 0.9640000152587891 0.9582743072509766 155181 0.0 0.0
140 2022-07-22 00:00:00+01:00 0.9640000152587891 0.9819999694824219 0.9640000152587891 0.9780000305175781 0.9721911621093751 190410 0.0 0.0
141 2022-07-25 00:00:00+01:00 0.9640000152587891 0.98 0.9640000152587891 0.9719999694824218 0.966226806640625 210323 0.0 0.0
142 2022-07-26 00:00:00+01:00 0.9540000152587891 0.98 0.9519999694824219 0.975999984741211 0.9702030181884765 389720 0.0 0.0
143 2022-07-27 00:00:00+01:00 0.9719999694824218 0.98 0.9580000305175781 0.965999984741211 0.960262451171875 350909 0.0 0.0
144 2022-07-28 00:00:00+01:00 0.9680000305175781 0.9819999694824219 0.9625900268554688 0.965999984741211 0.960262451171875 481627 0.0 0.0
145 2022-07-29 00:00:00+01:00 0.98 0.98 0.96 0.961999969482422 0.9562862396240235 567967 0.0 0.0
146 2022-08-01 00:00:00+01:00 0.965999984741211 0.985999984741211 0.96 0.975999984741211 0.9702030181884765 300413 0.0 0.0
147 2022-08-02 00:00:00+01:00 0.98 0.9819999694824219 0.9719999694824218 0.9790000152587891 0.9731852722167968 243968 0.0 0.0
148 2022-08-03 00:00:00+01:00 0.961999969482422 0.9880000305175781 0.961999969482422 0.97 0.9642387390136719 331682 0.0 0.0
149 2022-08-04 00:00:00+01:00 0.9880000305175781 0.9880000305175781 0.9680000305175781 0.985999984741211 0.9801437377929688 218462 0.0 0.0
150 2022-08-05 00:00:00+01:00 0.98 0.9880000305175781 0.9701000213623047 0.985999984741211 0.9801437377929688 199593 0.0 0.0
151 2022-08-08 00:00:00+01:00 0.9719999694824218 0.9919999694824219 0.97 0.9719999694824218 0.966226806640625 199786 0.0 0.0
152 2022-08-09 00:00:00+01:00 0.9719999694824218 0.9980000305175781 0.9719999694824218 0.9880000305175781 0.9821318054199218 337063 0.0 0.0
153 2022-08-10 00:00:00+01:00 0.99 0.995999984741211 0.9775 0.9869999694824219 0.9811377716064453 261608 0.0 0.0
154 2022-08-11 00:00:00+01:00 0.9980000305175781 1.0 0.98 1.0 0.9940605163574219 282071 0.0 0.0
155 2022-08-12 00:00:00+01:00 0.985999984741211 1.0050000000000001 0.9848600006103516 0.99 0.9841197967529297 235615 0.0 0.0
156 2022-08-15 00:00:00+01:00 1.0 1.0050000000000001 0.9780000305175781 0.995999984741211 0.9900843048095703 224444 0.0 0.0
157 2022-08-16 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9819999694824219 0.9761673736572266 378581 0.0 0.0
158 2022-08-17 00:00:00+01:00 0.9819999694824219 1.0050000000000001 0.9819999694824219 0.9925 0.9866050720214844 281246 0.0 0.0
159 2022-08-18 00:00:00+01:00 0.9840000152587891 1.01 0.9780000305175781 1.01 1.0040012359619142 300436 0.0 0.0
160 2022-08-19 00:00:00+01:00 0.99 1.0 0.9780000305175781 0.9980000305175781 0.9920723724365235 297435 0.0 0.0
161 2022-08-22 00:00:00+01:00 0.975999984741211 0.995999984741211 0.975999984741211 0.975999984741211 0.9702030181884765 248244 0.0 0.0
162 2022-08-23 00:00:00+01:00 0.975999984741211 0.99 0.9719999694824218 0.9719999694824218 0.966226806640625 128685 0.0 0.0
163 2022-08-24 00:00:00+01:00 0.9719999694824218 0.985999984741211 0.9719999694824218 0.9780000305175781 0.9721911621093751 475257 0.0 0.0
164 2022-08-25 00:00:00+01:00 0.9880000305175781 0.9980000305175781 0.9719999694824218 0.9780000305175781 0.9721911621093751 150422 0.0 0.0
165 2022-08-26 00:00:00+01:00 0.98 0.9919999694824219 0.972310028076172 0.975999984741211 0.9702030181884765 346755 0.0 0.0
166 2022-08-30 00:00:00+01:00 0.985999984741211 0.99 0.97 0.9780000305175781 0.9721911621093751 914883 0.0 0.0
167 2022-08-31 00:00:00+01:00 0.98 0.9980000305175781 0.9756700134277344 0.9819999694824219 0.9761673736572266 935700 0.0 0.0
168 2022-09-01 00:00:00+01:00 0.9819999694824219 0.9880000305175781 0.97 0.9780000305175781 0.9721911621093751 492257 0.0 0.0
169 2022-09-02 00:00:00+01:00 0.9780000305175781 0.985999984741211 0.97 0.980999984741211 0.97517333984375 325380 0.0 0.0
170 2022-09-05 00:00:00+01:00 0.98 0.99 0.9625 0.97 0.9642387390136719 384938 0.0 0.0
171 2022-09-06 00:00:00+01:00 0.97 0.99 0.97 0.9819999694824219 0.9761673736572266 206662 0.0 0.0
172 2022-09-07 00:00:00+01:00 0.97 0.9880000305175781 0.9655000305175782 0.9869999694824219 0.9811377716064453 149552 0.0 0.0
173 2022-09-08 00:00:00+01:00 0.97 0.9940000152587891 0.9640000152587891 0.98 0.9741793823242187 129364 0.0 0.0
174 2022-09-09 00:00:00+01:00 0.9919999694824219 0.9919999694824219 0.9719999694824218 0.9719999694824218 0.966226806640625 412842 0.0 0.0
175 2022-09-12 00:00:00+01:00 0.9940000152587891 0.9940000152587891 0.9740000152587891 0.9840000152587891 0.9781555938720703 235355 0.0 0.0
176 2022-09-13 00:00:00+01:00 0.99 0.99 0.965999984741211 0.965999984741211 0.960262451171875 206941 0.0 0.0
177 2022-09-14 00:00:00+01:00 0.9640000152587891 0.9719999694824218 0.9618800354003907 0.965999984741211 0.960262451171875 420231 0.0 0.0
178 2022-09-15 00:00:00+01:00 0.97 0.99 0.9640000152587891 0.99 0.9841197967529297 277190 0.0 0.0
179 2022-09-16 00:00:00+01:00 0.975999984741211 0.9880000305175781 0.9680000305175781 0.9680000305175781 0.9622505950927734 215343 0.0 0.0
180 2022-09-20 00:00:00+01:00 0.98 0.99 0.9640000152587891 0.98 0.9741793823242187 234937 0.0 0.0
181 2022-09-21 00:00:00+01:00 0.9740000152587891 0.9840000152587891 0.9673000335693359 0.9769999694824218 0.9711972045898438 99867 0.0 0.0
182 2022-09-22 00:00:00+01:00 0.96 0.9780000305175781 0.9459999847412109 0.9459999847412109 0.9405159759521484 211067 0.014 0.0
183 2022-09-23 00:00:00+01:00 0.9580000305175781 0.97 0.9419999694824219 0.9419999694824219 0.9365392303466797 514419 0.0 0.0
184 2022-09-26 00:00:00+01:00 0.9519999694824219 0.9719999694824218 0.9319999694824219 0.9440000152587891 0.9385276794433594 298848 0.0 0.0
185 2022-09-27 00:00:00+01:00 0.9400000000000001 0.9580000305175781 0.924000015258789 0.924000015258789 0.9186434936523438 320166 0.0 0.0
186 2022-09-28 00:00:00+01:00 0.924000015258789 0.9380000305175782 0.8808999633789063 0.9080000305175782 0.9027362060546875 713516 0.0 0.0
187 2022-09-29 00:00:00+01:00 0.9080000305175782 0.9080000305175782 0.8880000305175781 0.895 0.8898117065429688 150625 0.0 0.0
188 2022-09-30 00:00:00+01:00 0.8840000152587891 0.92 0.8840000152587891 0.8980000305175782 0.8927942657470703 277102 0.0 0.0
189 2022-10-03 00:00:00+01:00 0.9159999847412109 0.92 0.9008999633789063 0.92 0.914666748046875 192423 0.0 0.0
190 2022-10-04 00:00:00+01:00 0.92 0.9259999847412109 0.9080000305175782 0.91 0.9047247314453125 206022 0.0 0.0
191 2022-10-05 00:00:00+01:00 0.9119999694824219 0.9119999694824219 0.885999984741211 0.89 0.8848406219482422 249018 0.0 0.0
192 2022-10-06 00:00:00+01:00 0.89 0.904000015258789 0.885999984741211 0.89 0.8848406219482422 147819 0.0 0.0
193 2022-10-07 00:00:00+01:00 0.885999984741211 0.9019999694824219 0.8819999694824219 0.895 0.8898117065429688 193024 0.0 0.0
194 2022-10-10 00:00:00+01:00 0.8880000305175781 0.9 0.8819999694824219 0.89 0.8848406219482422 150088 0.0 0.0
195 2022-10-11 00:00:00+01:00 0.8880000305175781 0.894000015258789 0.875999984741211 0.88 0.874898681640625 171838 0.0 0.0
196 2022-10-12 00:00:00+01:00 0.87 0.8819999694824219 0.85 0.8680000305175781 0.8629682159423828 352669 0.0 0.0
197 2022-10-13 00:00:00+01:00 0.865999984741211 0.8740000152587891 0.84 0.85 0.8450724792480468 431898 0.0 0.0
198 2022-10-14 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8319999694824219 0.8319999694824219 0.8271768951416015 290638 0.0 0.0
199 2022-10-17 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8401799774169922 0.8640000152587891 0.858991470336914 301380 0.0 0.0
200 2022-10-18 00:00:00+01:00 0.8740000152587891 0.8840000152587891 0.8601300048828125 0.8819999694824219 0.8768869018554688 273491 0.0 0.0
201 2022-10-19 00:00:00+01:00 0.88 0.8840000152587891 0.86822998046875 0.8719999694824219 0.8669449615478516 336756 0.0 0.0
202 2022-10-20 00:00:00+01:00 0.865999984741211 0.89 0.86 0.8619999694824219 0.857002944946289 499500 0.0 0.0
203 2022-10-21 00:00:00+01:00 0.87 0.894000015258789 0.8649800109863282 0.87 0.8649567413330078 750123 0.0 0.0
204 2022-10-24 00:00:00+01:00 0.87 0.8919999694824219 0.8610900115966797 0.87 0.8649567413330078 708370 0.0 0.0
205 2022-10-25 00:00:00+01:00 0.865999984741211 0.894000015258789 0.865999984741211 0.894000015258789 0.8888175201416015 150183 0.0 0.0
206 2022-10-26 00:00:00+01:00 0.894000015258789 0.894000015258789 0.8719999694824219 0.88 0.874898681640625 342181 0.0 0.0
207 2022-10-27 00:00:00+01:00 0.89 0.91 0.8844999694824219 0.8980000305175782 0.8927942657470703 293744 0.0 0.0
208 2022-10-28 00:00:00+01:00 0.8919999694824219 0.91 0.89 0.899000015258789 0.8937884521484375 240789 0.0 0.0
209 2022-10-31 00:00:00+00:00 0.89 0.9080000305175782 0.89 0.9 0.89478271484375 162157 0.0 0.0
210 2022-11-01 00:00:00+00:00 0.9019999694824219 0.9259999847412109 0.89 0.9109999847412109 0.9057188415527344 234810 0.0 0.0
211 2022-11-02 00:00:00+00:00 0.904000015258789 0.9359999847412109 0.904000015258789 0.9309999847412109 0.9256028747558593 415417 0.0 0.0
212 2022-11-03 00:00:00+00:00 0.92 0.9280000305175782 0.91 0.92 0.914666748046875 329843 0.0 0.0
213 2022-11-04 00:00:00+00:00 0.914000015258789 0.9500000000000001 0.91 0.93 0.9246087646484376 396734 0.0 0.0
214 2022-11-07 00:00:00+00:00 0.9219999694824219 0.9442600250244141 0.9219999694824219 0.9340000152587891 0.9285855865478516 187482 0.0 0.0
215 2022-11-08 00:00:00+00:00 0.924000015258789 0.9459500122070312 0.924000015258789 0.9400000000000001 0.9345508575439453 151537 0.0 0.0
216 2022-11-09 00:00:00+00:00 0.9400000000000001 0.9680000305175781 0.9380000305175782 0.9400000000000001 0.9345508575439453 494064 0.0 0.0
217 2022-11-10 00:00:00+00:00 0.9580000305175781 0.9740000152587891 0.9359999847412109 0.9740000152587891 0.9683536529541016 91380 0.0 0.0
218 2022-11-11 00:00:00+00:00 0.9740000152587891 0.985999984741211 0.9540000152587891 0.9719999694824218 0.9663652038574219 439131 0.0 0.0
219 2022-11-14 00:00:00+00:00 0.965999984741211 0.99 0.9640000152587891 0.97 0.9643769836425782 155632 0.0 0.0
220 2022-11-15 00:00:00+00:00 0.9640000152587891 0.985999984741211 0.9522000122070313 0.9680000305175781 0.9623885345458985 625552 0.0 0.0
221 2022-11-16 00:00:00+00:00 0.9680000305175781 0.97 0.955999984741211 0.960999984741211 0.9554290771484375 151305 0.0 0.0
222 2022-11-17 00:00:00+00:00 0.96 0.97 0.9522000122070313 0.955999984741211 0.9504580688476563 141559 0.0 0.0
223 2022-11-18 00:00:00+00:00 0.961999969482422 0.9719999694824218 0.9459999847412109 0.9500000000000001 0.9444927978515625 149843 0.0 0.0
224 2022-11-21 00:00:00+00:00 0.9540000152587891 0.97 0.9500000000000001 0.96 0.9544348907470703 323348 0.0 0.0
225 2022-11-22 00:00:00+00:00 0.9519999694824219 0.965999984741211 0.9440000152587891 0.9500000000000001 0.9444927978515625 265611 0.0 0.0
226 2022-11-23 00:00:00+00:00 0.9440000152587891 0.965999984741211 0.9440000152587891 0.9500000000000001 0.9444927978515625 314651 0.0 0.0
227 2022-11-24 00:00:00+00:00 0.9640000152587891 0.9640000152587891 0.9477999877929688 0.9569999694824219 0.9514521026611328 325154 0.0 0.0
228 2022-11-25 00:00:00+00:00 0.9459999847412109 0.9640000152587891 0.9359999847412109 0.9359999847412109 0.930573959350586 327007 0.0 0.0
229 2022-11-28 00:00:00+00:00 0.9359999847412109 0.9500000000000001 0.93 0.9400000000000001 0.9345508575439453 342744 0.0 0.0
230 2022-11-29 00:00:00+00:00 0.9500000000000001 0.96 0.9340000152587891 0.9530000305175781 0.9474754333496094 332316 0.0 0.0
231 2022-11-30 00:00:00+00:00 0.9580000305175781 0.97 0.9500000000000001 0.97 0.9643769836425782 186741 0.0 0.0
232 2022-12-01 00:00:00+00:00 0.96 0.97 0.9440000152587891 0.960999984741211 0.9554290771484375 145679 0.0 0.0
233 2022-12-02 00:00:00+00:00 0.9680000305175781 0.97 0.9576999664306641 0.966999969482422 0.961394271850586 122332 0.0 0.0
234 2022-12-05 00:00:00+00:00 0.9519999694824219 0.97 0.9440000152587891 0.955999984741211 0.9504580688476563 256021 0.0 0.0
235 2022-12-06 00:00:00+00:00 0.96 0.9680000305175781 0.9480000305175782 0.96 0.9544348907470703 87221 0.0 0.0
236 2022-12-07 00:00:00+00:00 0.9480000305175782 0.9680000305175781 0.9440000152587891 0.9550000000000001 0.9494638824462891 492091 0.0 0.0
237 2022-12-08 00:00:00+00:00 0.9500000000000001 0.9680000305175781 0.9219999694824219 0.9259999847412109 0.9206318664550781 195345 0.0 0.0
238 2022-12-09 00:00:00+00:00 0.9440000152587891 0.9440000152587891 0.9241999816894532 0.9340000152587891 0.9285855865478516 175901 0.0 0.0
239 2022-12-12 00:00:00+00:00 0.9440000152587891 0.9440000152587891 0.920199966430664 0.9319999694824219 0.9265970611572266 209931 0.0 0.0
240 2022-12-13 00:00:00+00:00 0.9419999694824219 0.9580000305175781 0.92 0.9400000000000001 0.9345508575439453 165109 0.0 0.0
241 2022-12-14 00:00:00+00:00 0.9380000305175782 0.9500000000000001 0.9310399627685547 0.9359999847412109 0.930573959350586 190438 0.0 0.0
242 2022-12-15 00:00:00+00:00 0.9480000305175782 0.9480000305175782 0.93 0.9400000000000001 0.9345508575439453 285719 0.0 0.0
243 2022-12-16 00:00:00+00:00 0.9400000000000001 0.9519999694824219 0.9259999847412109 0.9259999847412109 0.9206318664550781 83972 0.0 0.0
244 2022-12-19 00:00:00+00:00 0.92 0.9480000305175782 0.92 0.93 0.9246087646484376 473963 0.0 0.0
245 2022-12-20 00:00:00+00:00 0.92 0.9459999847412109 0.92 0.9400000000000001 0.9345508575439453 128806 0.0 0.0
246 2022-12-21 00:00:00+00:00 0.9419999694824219 0.9440000152587891 0.9294000244140626 0.9359999847412109 0.930573959350586 167851 0.0 0.0
247 2022-12-22 00:00:00+00:00 0.9359999847412109 0.9440000152587891 0.9216000366210938 0.93 0.9247470092773438 271780 0.014 0.0
248 2022-12-23 00:00:00+00:00 0.9180000305175782 0.9440000152587891 0.9180000305175782 0.9400000000000001 0.9346905517578126 101922 0.0 0.0
249 2022-12-28 00:00:00+00:00 0.9340000152587891 0.9459999847412109 0.9329299926757812 0.9400000000000001 0.9346905517578126 363690 0.0 0.0
250 2022-12-29 00:00:00+00:00 0.9340000152587891 0.9380000305175782 0.91 0.9219999694824219 0.9167921447753906 356987 0.0 0.0
251 2022-12-30 00:00:00+00:00 0.92 0.93 0.9159999847412109 0.93 0.9247470092773438 145457 0.0 0.0
252 2023-01-03 00:00:00+00:00 0.9319999694824219 0.9319999694824219 0.9080000305175782 0.9080000305175782 0.9028712463378906 437377 0.0 0.0
253 2023-01-04 00:00:00+00:00 0.92 0.924000015258789 0.9019999694824219 0.9159999847412109 0.9108261108398438 288720 0.0 0.0
254 2023-01-05 00:00:00+00:00 0.904000015258789 0.924000015258789 0.89 0.9019999694824219 0.8969052124023438 406099 0.0 0.0
255 2023-01-06 00:00:00+00:00 0.89 0.9080000305175782 0.88 0.9019999694824219 0.8969052124023438 562891 0.0 0.0
256 2023-01-09 00:00:00+00:00 0.9019999694824219 0.9080000305175782 0.8740000152587891 0.88 0.8750295257568359 487126 0.0 0.0
257 2023-01-10 00:00:00+00:00 0.88 0.89 0.865999984741211 0.880999984741211 0.8760238647460937 654354 0.0 0.0
258 2023-01-11 00:00:00+00:00 0.88 0.89 0.87 0.88 0.8750295257568359 1138793 0.0 0.0
259 2023-01-12 00:00:00+00:00 0.895999984741211 0.9 0.8769599914550782 0.88 0.8750295257568359 384379 0.0 0.0
260 2023-01-13 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.87 0.89 0.8849729919433594 831876 0.0 0.0
261 2023-01-16 00:00:00+00:00 0.8780000305175781 0.8980000305175782 0.87 0.875999984741211 0.8710520935058594 420154 0.0 0.0
262 2023-01-17 00:00:00+00:00 0.875999984741211 0.9 0.8740000152587891 0.8819999694824219 0.8770181274414063 525169 0.0 0.0
263 2023-01-18 00:00:00+00:00 0.89 0.9 0.8766000366210938 0.89 0.8849729919433594 600212 0.0 0.0
264 2023-01-19 00:00:00+00:00 0.8880000305175781 0.9 0.88 0.88 0.8750295257568359 429308 0.0 0.0
265 2023-01-20 00:00:00+00:00 0.88 0.9 0.875999984741211 0.88 0.8750295257568359 1036220 0.0 0.0
266 2023-01-23 00:00:00+00:00 0.875999984741211 0.8980000305175782 0.8748799896240235 0.89 0.8849729919433594 852379 0.0 0.0
267 2023-01-24 00:00:00+00:00 0.89 0.9019999694824219 0.8800800323486329 0.8930000305175781 0.8879560852050782 263939 0.0 0.0
268 2023-01-25 00:00:00+00:00 0.88 0.904000015258789 0.875999984741211 0.8919999694824219 0.8869617462158204 519351 0.0 0.0
269 2023-01-26 00:00:00+00:00 0.88 0.9019999694824219 0.88 0.9019999694824219 0.8969052124023438 749900 0.0 0.0
270 2023-01-27 00:00:00+00:00 0.9019999694824219 0.9019999694824219 0.8882199859619141 0.9 0.8949165344238281 526719 0.0 0.0
271 2023-01-30 00:00:00+00:00 0.9 0.9059999847412109 0.8871099853515625 0.9019999694824219 0.8969052124023438 183194 0.0 0.0
272 2023-01-31 00:00:00+00:00 0.8819999694824219 0.9059999847412109 0.8819999694824219 0.89 0.8849729919433594 376839 0.0 0.0
273 2023-02-01 00:00:00+00:00 0.8819999694824219 0.9080000305175782 0.88 0.8840000152587891 0.8790069580078125 479423 0.0 0.0
274 2023-02-02 00:00:00+00:00 0.89 0.9 0.8819999694824219 0.8930000305175781 0.8879560852050782 414836 0.0 0.0
275 2023-02-03 00:00:00+00:00 0.8819999694824219 0.9080000305175782 0.8819999694824219 0.899000015258789 0.8939221954345703 497727 0.0 0.0
276 2023-02-06 00:00:00+00:00 0.8880000305175781 0.9080000305175782 0.8819999694824219 0.8880000305175781 0.882984390258789 141332 0.0 0.0
277 2023-02-07 00:00:00+00:00 0.8880000305175781 0.9 0.8837100219726562 0.8930000305175781 0.8879560852050782 398074 0.0 0.0
278 2023-02-08 00:00:00+00:00 0.8880000305175781 0.9080000305175782 0.8794000244140625 0.8919999694824219 0.8869617462158204 754018 0.0 0.0
279 2023-02-09 00:00:00+00:00 0.89 0.904000015258789 0.885999984741211 0.8919999694824219 0.8869617462158204 589987 0.0 0.0
280 2023-02-10 00:00:00+00:00 0.8980000305175782 0.8980000305175782 0.8823200225830078 0.8880000305175781 0.882984390258789 382970 0.0 0.0
281 2023-02-13 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.8819999694824219 0.8869999694824219 0.8819898223876953 537851 0.0 0.0
282 2023-02-14 00:00:00+00:00 0.885999984741211 0.89 0.8836000061035156 0.885999984741211 0.8809954833984375 906088 0.0 0.0
283 2023-02-15 00:00:00+00:00 0.8819999694824219 0.894000015258789 0.8819999694824219 0.885999984741211 0.8809954833984375 597816 0.0 0.0
284 2023-02-16 00:00:00+00:00 0.885999984741211 0.8932199859619141 0.885999984741211 0.8919999694824219 0.8869617462158204 220760 0.0 0.0
285 2023-02-17 00:00:00+00:00 0.89 0.894000015258789 0.8773999786376954 0.8840000152587891 0.8790069580078125 1231546 0.0 0.0
286 2023-02-20 00:00:00+00:00 0.8980000305175782 0.8980000305175782 0.8781999969482422 0.8840000152587891 0.8790069580078125 334882 0.0 0.0
287 2023-02-21 00:00:00+00:00 0.8780000305175781 0.895999984741211 0.875999984741211 0.875999984741211 0.8710520935058594 328754 0.0 0.0
288 2023-02-22 00:00:00+00:00 0.87 0.885999984741211 0.87 0.87 0.8650860595703125 208882 0.0 0.0
289 2023-02-23 00:00:00+00:00 0.87 0.8880000305175781 0.87 0.8769999694824219 0.8720463562011719 665767 0.0 0.0
290 2023-02-24 00:00:00+00:00 0.8880000305175781 0.8880000305175781 0.87 0.88 0.8750295257568359 1081951 0.0 0.0
291 2023-02-27 00:00:00+00:00 0.89 0.89 0.8719999694824219 0.8780000305175781 0.873040771484375 703867 0.0 0.0
292 2023-02-28 00:00:00+00:00 0.875999984741211 0.8880000305175781 0.8701200103759765 0.8719999694824219 0.8670745849609375 514559 0.0 0.0
293 2023-03-01 00:00:00+00:00 0.8780000305175781 0.8880000305175781 0.8684999847412109 0.8719999694824219 0.8670745849609375 1165312 0.0 0.0
294 2023-03-02 00:00:00+00:00 0.87 0.88 0.8688700103759766 0.8740000152587891 0.8690633392333984 725047 0.0 0.0
295 2023-03-03 00:00:00+00:00 0.8740000152587891 0.89 0.87 0.88 0.8750295257568359 1258053 0.0 0.0
296 2023-03-06 00:00:00+00:00 0.895999984741211 0.8980000305175782 0.875999984741211 0.8819999694824219 0.8770181274414063 1075680 0.0 0.0
297 2023-03-07 00:00:00+00:00 0.8819999694824219 0.8980000305175782 0.8788999938964844 0.8880000305175781 0.882984390258789 615855 0.0 0.0
298 2023-03-08 00:00:00+00:00 0.885999984741211 0.8980000305175782 0.8736000061035156 0.875999984741211 0.8710520935058594 921995 0.0 0.0
299 2023-03-09 00:00:00+00:00 0.87 0.885999984741211 0.8557199859619141 0.8590000152587891 0.8542865753173828 606498 0.0142 0.0
300 2023-03-10 00:00:00+00:00 0.85 0.855999984741211 0.835999984741211 0.84 0.8353909301757813 505600 0.0 0.0
301 2023-03-13 00:00:00+00:00 0.8380000305175781 0.855999984741211 0.8191400146484376 0.8280000305175781 0.8234566497802734 901260 0.0 0.0
302 2023-03-14 00:00:00+00:00 0.825999984741211 0.8380000305175781 0.81 0.8380000305175781 0.8334017944335937 5092117 0.0 0.0
303 2023-03-15 00:00:00+00:00 0.835999984741211 0.85 0.8285099792480469 0.8300000000000001 0.8254457092285157 578616 0.0 0.0
304 2023-03-16 00:00:00+00:00 0.8519999694824218 0.8580000305175781 0.8319999694824219 0.845999984741211 0.8413578796386719 560312 0.0 0.0
305 2023-03-17 00:00:00+00:00 0.8580000305175781 0.86 0.8340000152587891 0.8340000152587891 0.8294236755371094 449963 0.0 0.0
306 2023-03-20 00:00:00+00:00 0.8280000305175781 0.84 0.8240000152587891 0.8340000152587891 0.8294236755371094 384098 0.0 0.0
307 2023-03-21 00:00:00+00:00 0.8240000152587891 0.8480000305175781 0.8219999694824219 0.8240000152587891 0.8194786834716797 645589 0.0 0.0
308 2023-03-22 00:00:00+00:00 0.8300000000000001 0.8380000305175781 0.8180000305175782 0.835999984741211 0.8314128112792969 417048 0.0 0.0
309 2023-03-23 00:00:00+00:00 0.8380000305175781 0.845999984741211 0.8180000305175782 0.830999984741211 0.826440200805664 201214 0.0 0.0
310 2023-03-24 00:00:00+00:00 0.8280000305175781 0.8440000152587891 0.8180000305175782 0.8319999694824219 0.8274346923828125 362613 0.0 0.0
311 2023-03-27 00:00:00+01:00 0.835999984741211 0.8480000305175781 0.8219999694824219 0.825999984741211 0.8214676666259766 539951 0.0 0.0
312 2023-03-28 00:00:00+01:00 0.8300000000000001 0.8480000305175781 0.8159999847412109 0.8200000000000001 0.8155006408691406 396736 0.0 0.0
313 2023-03-29 00:00:00+01:00 0.8240000152587891 0.8280000305175781 0.81 0.8140000152587891 0.8095336151123047 624572 0.0 0.0
314 2023-03-30 00:00:00+01:00 0.81 0.8280000305175781 0.8059999847412109 0.8180000305175782 0.8135115814208984 1189214 0.0 0.0
315 2023-03-31 00:00:00+01:00 0.8080000305175782 0.8280000305175781 0.8040000152587891 0.8140000152587891 0.8095336151123047 672753 0.0 0.0
316 2023-04-03 00:00:00+01:00 0.8280000305175781 0.8293000030517579 0.8034400177001954 0.825999984741211 0.8214676666259766 481320 0.0 0.0
317 2023-04-04 00:00:00+01:00 0.8300000000000001 0.835999984741211 0.8163400268554688 0.825999984741211 0.8214676666259766 525020 0.0 0.0
318 2023-04-05 00:00:00+01:00 0.8319999694824219 0.8340000152587891 0.8219999694824219 0.8280000305175781 0.8234566497802734 356930 0.0 0.0
319 2023-04-06 00:00:00+01:00 0.8300000000000001 0.845 0.8200000000000001 0.8419999694824218 0.8373797607421876 594737 0.0 0.0
320 2023-04-11 00:00:00+01:00 0.8319999694824219 0.8577400207519531 0.8319999694824219 0.8540000152587891 0.8493140411376954 714713 0.0 0.0
321 2023-04-12 00:00:00+01:00 0.84 0.865 0.8319999694824219 0.86 0.8552810668945313 842102 0.0 0.0
322 2023-04-13 00:00:00+01:00 0.85 0.8689900207519532 0.8419999694824218 0.8640000152587891 0.859259262084961 304517 0.0 0.0
323 2023-04-14 00:00:00+01:00 0.8680000305175781 0.87 0.855999984741211 0.865999984741211 0.8612481689453125 449061 0.0 0.0
324 2023-04-17 00:00:00+01:00 0.8680000305175781 0.8680000305175781 0.8580000305175781 0.8630000305175781 0.8582646942138672 173876 0.0 0.0
325 2023-04-18 00:00:00+01:00 0.8640000152587891 0.865999984741211 0.8533000183105469 0.8640000152587891 0.859259262084961 349625 0.0 0.0
326 2023-04-19 00:00:00+01:00 0.8640000152587891 0.8640000152587891 0.8540000152587891 0.8630000305175781 0.8582646942138672 589616 0.0 0.0
327 2023-04-20 00:00:00+01:00 0.8519999694824218 0.8680000305175781 0.8519999694824218 0.8590000152587891 0.8542865753173828 239754 0.0 0.0
328 2023-04-21 00:00:00+01:00 0.855999984741211 0.87 0.855999984741211 0.8640000152587891 0.859259262084961 675420 0.0 0.0
329 2023-04-24 00:00:00+01:00 0.8619999694824219 0.8680000305175781 0.8540000152587891 0.8580000305175781 0.8532920837402344 249702 0.0 0.0
330 2023-04-25 00:00:00+01:00 0.8619999694824219 0.8740000152587891 0.8512999725341797 0.8680000305175781 0.8632372283935547 862012 0.0 0.0
331 2023-04-26 00:00:00+01:00 0.86 0.8640000152587891 0.855999984741211 0.86 0.8552810668945313 425738 0.0 0.0
332 2023-04-27 00:00:00+01:00 0.86 0.8740000152587891 0.8575 0.86 0.8552810668945313 557047 0.0 0.0
333 2023-04-28 00:00:00+01:00 0.8580000305175781 0.8680000305175781 0.8519999694824218 0.8680000305175781 0.8632372283935547 299172 0.0 0.0
334 2023-05-02 00:00:00+01:00 0.8619999694824219 0.8680000305175781 0.8519999694824218 0.8640000152587891 0.859259262084961 520765 0.0 0.0
335 2023-05-03 00:00:00+01:00 0.8680000305175781 0.8680000305175781 0.8553199768066406 0.8680000305175781 0.8632372283935547 246487 0.0 0.0
336 2023-05-04 00:00:00+01:00 0.8640000152587891 0.8680000305175781 0.8540000152587891 0.8640000152587891 0.859259262084961 160772 0.0 0.0
337 2023-05-05 00:00:00+01:00 0.865999984741211 0.873949966430664 0.8540000152587891 0.8619999694824219 0.8572700500488282 353766 0.0 0.0
338 2023-05-09 00:00:00+01:00 0.8619999694824219 0.8740000152587891 0.8560800170898437 0.8740000152587891 0.8692042541503906 236972 0.0 0.0
339 2023-05-10 00:00:00+01:00 0.8680000305175781 0.88 0.8540000152587891 0.8680000305175781 0.8632372283935547 113525 0.0 0.0
340 2023-05-11 00:00:00+01:00 0.8587200164794923 0.8680000305175781 0.8540000152587891 0.860999984741211 0.8562755584716797 169806 0.0 0.0
341 2023-05-12 00:00:00+01:00 0.8540000152587891 0.8780000305175781 0.8519999694824218 0.8780000305175781 0.8731823730468751 197054 0.0 0.0
342 2023-05-15 00:00:00+01:00 0.8680000305175781 0.8767500305175782 0.8583899688720703 0.87 0.8652262878417969 119981 0.0 0.0
343 2023-05-16 00:00:00+01:00 0.87 0.88 0.86 0.87 0.8652262878417969 335246 0.0 0.0
344 2023-05-17 00:00:00+01:00 0.8680000305175781 0.8819999694824219 0.86 0.88 0.8751714324951172 932740 0.0 0.0
345 2023-05-18 00:00:00+01:00 0.87 0.8819999694824219 0.8662000274658204 0.875999984741211 0.8711933135986328 172851 0.0 0.0
346 2023-05-19 00:00:00+01:00 0.8740000152587891 0.8819999694824219 0.8669999694824219 0.88 0.8751714324951172 245672 0.0 0.0
347 2023-05-22 00:00:00+01:00 0.87 0.8780000305175781 0.8619999694824219 0.8680000305175781 0.8632372283935547 350063 0.0 0.0
348 2023-05-23 00:00:00+01:00 0.8680000305175781 0.8819999694824219 0.8630000305175781 0.87 0.8652262878417969 474964 0.0 0.0
349 2023-05-24 00:00:00+01:00 0.87 0.8819999694824219 0.86 0.86 0.8552810668945313 262031 0.0 0.0
350 2023-05-25 00:00:00+01:00 0.87 0.8819999694824219 0.8566000366210937 0.86 0.8552810668945313 198015 0.0 0.0
351 2023-05-26 00:00:00+01:00 0.8780000305175781 0.8819999694824219 0.8540000152587891 0.87 0.8652262878417969 334669 0.0 0.0
352 2023-05-30 00:00:00+01:00 0.87 0.8819999694824219 0.8587200164794923 0.870999984741211 0.8662206268310547 255595 0.0 0.0
353 2023-05-31 00:00:00+01:00 0.855999984741211 0.875999984741211 0.8519999694824218 0.8680000305175781 0.8632372283935547 549889 0.0 0.0
354 2023-06-01 00:00:00+01:00 0.8540000152587891 0.88 0.8540000152587891 0.870999984741211 0.8662206268310547 594563 0.0 0.0
355 2023-06-02 00:00:00+01:00 0.8619999694824219 0.8780000305175781 0.8520800018310547 0.8680000305175781 0.8632372283935547 173741 0.0 0.0
356 2023-06-05 00:00:00+01:00 0.86 0.88 0.8540000152587891 0.8540000152587891 0.8493140411376954 306185 0.0 0.0
357 2023-06-06 00:00:00+01:00 0.8640000152587891 0.8719999694824219 0.8526000213623047 0.86 0.8552810668945313 293821 0.0 0.0
358 2023-06-07 00:00:00+01:00 0.86 0.87 0.8525 0.86 0.8552810668945313 261817 0.0 0.0
359 2023-06-08 00:00:00+01:00 0.85 0.8680000305175781 0.8494499969482422 0.855999984741211 0.8514435577392578 244130 0.0142 0.0
360 2023-06-09 00:00:00+01:00 0.85 0.86 0.8440000152587891 0.8440000152587891 0.8395076751708984 185293 0.0 0.0
361 2023-06-12 00:00:00+01:00 0.8619999694824219 0.8619999694824219 0.8480000305175781 0.85 0.8454755401611328 145112 0.0 0.0
362 2023-06-13 00:00:00+01:00 0.8540599822998047 0.865999984741211 0.8250000000000001 0.8540000152587891 0.8494543457031251 1491676 0.0 0.0
363 2023-06-14 00:00:00+01:00 0.84 0.8580000305175781 0.84 0.8419999694824218 0.8375181579589844 185824 0.0 0.0
364 2023-06-15 00:00:00+01:00 0.8419999694824218 0.8533899688720703 0.84 0.845 0.8405020904541016 95644 0.0 0.0
365 2023-06-16 00:00:00+01:00 0.85 0.8519999694824218 0.84 0.85 0.8454755401611328 209892 0.0 0.0
366 2023-06-19 00:00:00+01:00 0.8540000152587891 0.8540000152587891 0.8375 0.8469999694824218 0.8424915313720703 250511 0.0 0.0
367 2023-06-20 00:00:00+01:00 0.855999984741211 0.8840000152587891 0.855999984741211 0.8619999694824219 0.8574117279052734 1467321 0.0 0.0
368 2023-06-21 00:00:00+01:00 0.8640000152587891 0.8827200317382813 0.860999984741211 0.8740000152587891 0.8693478393554688 1125096 0.0 0.0
369 2023-06-22 00:00:00+01:00 0.8580000305175781 0.87 0.85677001953125 0.8590000152587891 0.8544276428222657 260524 0.0 0.0
370 2023-06-23 00:00:00+01:00 0.8540000152587891 0.8680000305175781 0.84 0.84 0.8355288696289063 396429 0.0 0.0
371 2023-06-26 00:00:00+01:00 0.84 0.8580000305175781 0.8080000305175782 0.8180000305175782 0.8136459350585937 506121 0.0 0.0
372 2023-06-27 00:00:00+01:00 0.8300000000000001 0.8300000000000001 0.81 0.8200000000000001 0.8156352233886719 200423 0.0 0.0
373 2023-06-28 00:00:00+01:00 0.8124199676513673 0.8340000152587891 0.8124099731445312 0.8269999694824219 0.822597885131836 141837 0.0 0.0
374 2023-06-29 00:00:00+01:00 0.8200000000000001 0.8340000152587891 0.8059999847412109 0.8059999847412109 0.8017097473144531 122823 0.0 0.0
375 2023-06-30 00:00:00+01:00 0.8140000152587891 0.8340000152587891 0.8059999847412109 0.8080000305175782 0.8036991119384765 228354 0.0 0.0
376 2023-07-03 00:00:00+01:00 0.8059999847412109 0.8340000152587891 0.8059999847412109 0.81 0.8056884765625 292080 0.0 0.0
377 2023-07-04 00:00:00+01:00 0.8119999694824219 0.8280000305175781 0.8019999694824219 0.81 0.8056884765625 141475 0.0 0.0
378 2023-07-05 00:00:00+01:00 0.8159999847412109 0.8280000305175781 0.8090000152587891 0.8159999847412109 0.8116565704345703 220353 0.0 0.0
379 2023-07-06 00:00:00+01:00 0.8059999847412109 0.8180000305175782 0.784000015258789 0.7959999847412109 0.7917630004882813 559530 0.0 0.0
380 2023-07-07 00:00:00+01:00 0.81 0.81 0.78 0.7919999694824219 0.7877842712402344 746324 0.0 0.0
381 2023-07-10 00:00:00+01:00 0.7959999847412109 0.8040000152587891 0.789219970703125 0.8019999694824219 0.7977310180664062 374375 0.0 0.0
382 2023-07-11 00:00:00+01:00 0.8 0.8080000305175782 0.79 0.79 0.7857948303222656 284590 0.0 0.0
383 2023-07-12 00:00:00+01:00 0.8059999847412109 0.8180000305175782 0.7919999694824219 0.81 0.8056884765625 311211 0.0 0.0
384 2023-07-13 00:00:00+01:00 0.8080000305175782 0.8200000000000001 0.8 0.8059999847412109 0.8017097473144531 314748 0.0 0.0
385 2023-07-14 00:00:00+01:00 0.81 0.8180000305175782 0.8059999847412109 0.8059999847412109 0.8017097473144531 234900 0.0 0.0
386 2023-07-17 00:00:00+01:00 0.8019999694824219 0.8200000000000001 0.8 0.8 0.7957416534423828 191035 0.0 0.0
387 2023-07-18 00:00:00+01:00 0.8 0.8152999877929688 0.7959999847412109 0.7959999847412109 0.7917630004882813 162590 0.0 0.0
388 2023-07-19 00:00:00+01:00 0.8240000152587891 0.8280000305175781 0.7959999847412109 0.8230000305175782 0.8186193084716797 214817 0.0 0.0
389 2023-07-20 00:00:00+01:00 0.81 0.8200000000000001 0.8 0.8200000000000001 0.8156352233886719 329459 0.0 0.0
390 2023-07-21 00:00:00+01:00 0.8159999847412109 0.8200000000000001 0.7959999847412109 0.8140000152587891 0.8096672821044922 382895 0.0 0.0
391 2023-07-24 00:00:00+01:00 0.81 0.8180000305175782 0.8 0.81 0.8056884765625 259115 0.0 0.0
392 2023-07-25 00:00:00+01:00 0.8140000152587891 0.88 0.8098799896240234 0.8580000305175781 0.8534330749511719 562171 0.0 0.0
393 2023-07-26 00:00:00+01:00 0.85 0.8780000305175781 0.8322200012207032 0.8540000152587891 0.8494543457031251 448718 0.0 0.0
394 2023-07-27 00:00:00+01:00 0.8380000305175781 0.8519999694824218 0.8300000000000001 0.8340000152587891 0.829560775756836 375176 0.0 0.0
395 2023-07-28 00:00:00+01:00 0.8300000000000001 0.8680000305175781 0.8300000000000001 0.845999984741211 0.8414968109130859 652243 0.0 0.0
396 2023-07-31 00:00:00+01:00 0.8380000305175781 0.8680000305175781 0.8319999694824219 0.86 0.8554222869873047 588340 0.0 0.0
397 2023-08-01 00:00:00+01:00 0.85 0.87 0.84 0.87 0.8653691864013672 599777 0.0 0.0
398 2023-08-02 00:00:00+01:00 0.85 0.86 0.8319999694824219 0.86 0.8554222869873047 245487 0.0 0.0
399 2023-08-03 00:00:00+01:00 0.8481099700927734 0.86177001953125 0.8329000091552734 0.845 0.8405020904541016 109540 0.0 0.0
400 2023-08-04 00:00:00+01:00 0.86 0.8680000305175781 0.8300000000000001 0.8300000000000001 0.8255819702148438 656954 0.0 0.0
401 2023-08-07 00:00:00+01:00 0.8480000305175781 0.8570400238037109 0.8403900146484375 0.85 0.8454755401611328 256890 0.0 0.0
402 2023-08-08 00:00:00+01:00 0.8519999694824218 0.8519999694824218 0.835999984741211 0.8519999694824218 0.847464828491211 444645 0.0 0.0
403 2023-08-09 00:00:00+01:00 0.8440000152587891 0.8527200317382813 0.8413999938964843 0.8440000152587891 0.8395076751708984 458659 0.0 0.0
404 2023-08-10 00:00:00+01:00 0.8419999694824218 0.85 0.8340000152587891 0.8419999694824218 0.8375181579589844 410518 0.0 0.0
405 2023-08-11 00:00:00+01:00 0.8319999694824219 0.848550033569336 0.8319999694824219 0.8430000305175781 0.8385128784179687 335816 0.0 0.0
406 2023-08-14 00:00:00+01:00 0.835999984741211 0.86 0.835999984741211 0.8419999694824218 0.8375181579589844 286698 0.0 0.0
407 2023-08-15 00:00:00+01:00 0.8580000305175781 0.8591100311279297 0.8340000152587891 0.835999984741211 0.8315500640869141 301011 0.0 0.0
408 2023-08-16 00:00:00+01:00 0.8340000152587891 0.8580000305175781 0.8319999694824219 0.84 0.8355288696289063 317684 0.0 0.0
409 2023-08-17 00:00:00+01:00 0.85 0.8557499694824219 0.8300000000000001 0.835999984741211 0.8315500640869141 249701 0.0 0.0
410 2023-08-18 00:00:00+01:00 0.8380000305175781 0.8419999694824218 0.8300000000000001 0.8300000000000001 0.8255819702148438 477844 0.0 0.0
411 2023-08-21 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8300000000000001 0.8255819702148438 239325 0.0 0.0
412 2023-08-22 00:00:00+01:00 0.84 0.8448899841308594 0.8280000305175781 0.8280000305175781 0.8235927581787109 387560 0.0 0.0
413 2023-08-23 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8300000000000001 0.8255819702148438 127035 0.0 0.0
414 2023-08-24 00:00:00+01:00 0.8300000000000001 0.8440000152587891 0.8300000000000001 0.8380000305175781 0.8335394287109376 242050 0.0 0.0
415 2023-08-25 00:00:00+01:00 0.84 0.8440000152587891 0.8300000000000001 0.8319999694824219 0.8275714111328125 134520 0.0 0.0
416 2023-08-29 00:00:00+01:00 0.8340000152587891 0.8440000152587891 0.8238400268554688 0.84 0.8355288696289063 446730 0.0 0.0
417 2023-08-30 00:00:00+01:00 0.84 0.8419999694824218 0.8340000152587891 0.8380000305175781 0.8335394287109376 329826 0.0 0.0
418 2023-08-31 00:00:00+01:00 0.8340000152587891 0.8566000366210937 0.8319999694824219 0.8440000152587891 0.8395076751708984 137793 0.0 0.0
419 2023-09-01 00:00:00+01:00 0.8519999694824218 0.8540000152587891 0.84 0.8419999694824218 0.8375181579589844 426256 0.0 0.0
420 2023-09-04 00:00:00+01:00 0.845999984741211 0.8580000305175781 0.8319999694824219 0.855999984741211 0.8514435577392578 1288952 0.0 0.0
421 2023-09-05 00:00:00+01:00 0.8300000000000001 0.8468000030517578 0.8247000122070313 0.830999984741211 0.8265766143798828 644963 0.0 0.0
422 2023-09-06 00:00:00+01:00 0.8300000000000001 0.835999984741211 0.8240000152587891 0.8300000000000001 0.8255819702148438 273812 0.0 0.0
423 2023-09-07 00:00:00+01:00 0.8380000305175781 0.8480000305175781 0.8240000152587891 0.8319999694824219 0.8275714111328125 373732 0.0 0.0
424 2023-09-08 00:00:00+01:00 0.8319999694824219 0.8380000305175781 0.8280000305175781 0.8340000152587891 0.829560775756836 257211 0.0 0.0
425 2023-09-11 00:00:00+01:00 0.8300000000000001 0.8393000030517578 0.8222499847412109 0.8280000305175781 0.8235927581787109 326426 0.0 0.0
426 2023-09-12 00:00:00+01:00 0.84 0.8480000305175781 0.8340000152587891 0.84 0.8355288696289063 386061 0.0 0.0
427 2023-09-13 00:00:00+01:00 0.8380000305175781 0.8480000305175781 0.8340000152587891 0.8340000152587891 0.829560775756836 162263 0.0 0.0
428 2023-09-14 00:00:00+01:00 0.84 0.8480000305175781 0.8200000000000001 0.825999984741211 0.8216032409667969 198263 0.0 0.0
429 2023-09-15 00:00:00+01:00 0.8300000000000001 0.84 0.8300000000000001 0.8340000152587891 0.829560775756836 253272 0.0 0.0
430 2023-09-18 00:00:00+01:00 0.8319999694824219 0.85 0.8319999694824219 0.8480000305175781 0.8434862518310547 173607 0.0 0.0
431 2023-09-19 00:00:00+01:00 0.845999984741211 0.85 0.8319999694824219 0.8419999694824218 0.8375181579589844 425363 0.0 0.0
432 2023-09-20 00:00:00+01:00 0.8480000305175781 0.8480000305175781 0.8340000152587891 0.845999984741211 0.8414968109130859 350860 0.0 0.0
433 2023-09-21 00:00:00+01:00 0.8340000152587891 0.8440000152587891 0.825999984741211 0.8440000152587891 0.8396484375000001 228760 0.0142 0.0
434 2023-09-22 00:00:00+01:00 0.835999984741211 0.84 0.8305999755859376 0.8319999694824219 0.8277102661132812 170116 0.0 0.0
435 2023-09-25 00:00:00+01:00 0.8319999694824219 0.8440000152587891 0.8280000305175781 0.84 0.8356690216064453 699543 0.0 0.0
436 2023-09-26 00:00:00+01:00 0.8340000152587891 0.84 0.8300000000000001 0.84 0.8356690216064453 200567 0.0 0.0
437 2023-09-27 00:00:00+01:00 0.8380000305175781 0.84 0.8275 0.835999984741211 0.8316896820068359 212657 0.0 0.0
438 2023-09-28 00:00:00+01:00 0.8300000000000001 0.8440000152587891 0.825999984741211 0.8300000000000001 0.8257206726074219 144086 0.0 0.0
439 2023-09-29 00:00:00+01:00 0.8340000152587891 0.84 0.821709976196289 0.835999984741211 0.8316896820068359 412911 0.0 0.0
440 2023-10-02 00:00:00+01:00 0.8300000000000001 0.84 0.8240000152587891 0.8240000152587891 0.8197515106201172 160888 0.0 0.0
441 2023-10-03 00:00:00+01:00 0.8240000152587891 0.8300000000000001 0.8200000000000001 0.8200000000000001 0.8157721710205078 365980 0.0 0.0
442 2023-10-04 00:00:00+01:00 0.8200000000000001 0.8280000305175781 0.8059999847412109 0.8200000000000001 0.8157721710205078 443692 0.0 0.0
443 2023-10-05 00:00:00+01:00 0.8180000305175782 0.81 0.8019999694824219 0.8019999694824219 0.7978649902343751 237738 0.0 0.0
444 2023-10-06 00:00:00+01:00 0.8019999694824219 0.8180000305175782 0.8 0.8040000152587891 0.7998546600341797 161217 0.0 0.0
445 2023-10-09 00:00:00+01:00 0.8 0.8059999847412109 0.78 0.78 0.7759784698486328 462603 0.0 0.0
446 2023-10-10 00:00:00+01:00 0.78 0.79 0.7519999694824219 0.77 0.7660298919677735 1203657 0.0 0.0
447 2023-10-11 00:00:00+01:00 0.765999984741211 0.7780000305175782 0.7618599700927735 0.7680000305175781 0.7640402984619141 362840 0.0 0.0
448 2023-10-12 00:00:00+01:00 0.7640000152587891 0.7767500305175782 0.7618900299072265 0.7680000305175781 0.7640402984619141 461620 0.0 0.0
449 2023-10-13 00:00:00+01:00 0.7819999694824219 0.7819999694824219 0.77 0.775 0.7710041046142578 341025 0.0 0.0
450 2023-10-16 00:00:00+01:00 0.76 0.7780000305175782 0.74 0.755999984741211 0.7521021270751953 583279 0.0 0.0
451 2023-10-17 00:00:00+01:00 0.755999984741211 0.7780000305175782 0.7429900360107422 0.75 0.746133041381836 253813 0.0 0.0
452 2023-10-18 00:00:00+01:00 0.7519999694824219 0.7780000305175782 0.7419999694824219 0.7480000305175781 0.7441433715820313 201562 0.0 0.0
453 2023-10-19 00:00:00+01:00 0.75 0.7680000305175781 0.7419999694824219 0.75 0.746133041381836 170573 0.0 0.0
454 2023-10-20 00:00:00+01:00 0.74 0.7652500152587891 0.74 0.745999984741211 0.7421537017822266 720072 0.0 0.0
455 2023-10-23 00:00:00+01:00 0.745999984741211 0.7680000305175781 0.7438999938964844 0.7619999694824219 0.7580712127685547 338006 0.0 0.0
456 2023-10-24 00:00:00+01:00 0.75 0.77 0.7416999816894532 0.7540000152587891 0.7501124572753907 304129 0.0 0.0
457 2023-10-25 00:00:00+01:00 0.774000015258789 0.7780000305175782 0.75 0.774000015258789 0.7700093078613282 206099 0.0 0.0
458 2023-10-26 00:00:00+01:00 0.77 0.7919999694824219 0.7680000305175781 0.7759999847412109 0.7719990539550782 483969 0.0 0.0
459 2023-10-27 00:00:00+01:00 0.7780000305175782 0.7859999847412109 0.75 0.7540000152587891 0.7501124572753907 727190 0.0 0.0
460 2023-10-30 00:00:00+00:00 0.7680000305175781 0.7780000305175782 0.7519999694824219 0.755999984741211 0.7521021270751953 714079 0.0 0.0
461 2023-10-31 00:00:00+00:00 0.7519999694824219 0.7880000305175782 0.7519999694824219 0.7780000305175782 0.7739887237548828 841474 0.0 0.0
462 2023-11-01 00:00:00+00:00 0.7880000305175782 0.7880000305175782 0.7719999694824219 0.784000015258789 0.7799578094482422 440344 0.0 0.0
463 2023-11-02 00:00:00+00:00 0.7719999694824219 0.7857499694824219 0.76 0.775 0.7711664581298828 1427541 0.0165 0.0
464 2023-11-03 00:00:00+00:00 0.7640000152587891 0.784000015258789 0.7640000152587891 0.7719999694824219 0.7681813049316406 523212 0.0 0.0
465 2023-11-06 00:00:00+00:00 0.7540000152587891 0.7799299621582031 0.7240000152587891 0.7490000152587891 0.7452951049804688 1684303 0.0 0.0
466 2023-11-07 00:00:00+00:00 0.74 0.7540000152587891 0.7280000305175781 0.7440000152587891 0.74031982421875 613639 0.0 0.0
467 2023-11-08 00:00:00+00:00 0.7619999694824219 0.7619999694824219 0.73 0.7430000305175781 0.7393248748779297 702962 0.0 0.0
468 2023-11-09 00:00:00+00:00 0.75 0.7619999694824219 0.7280000305175781 0.75 0.7462902069091797 439038 0.0 0.0
469 2023-11-10 00:00:00+00:00 0.735999984741211 0.755999984741211 0.73 0.735999984741211 0.7323594665527344 288197 0.0 0.0
470 2023-11-13 00:00:00+00:00 0.73 0.76 0.73 0.7580000305175781 0.7542506408691406 268405 0.0 0.0
471 2023-11-14 00:00:00+00:00 0.7380000305175781 0.7619999694824219 0.7340000152587891 0.74 0.7363396453857421 626054 0.0 0.0
472 2023-11-15 00:00:00+00:00 0.765999984741211 0.7680000305175781 0.7428099822998047 0.76 0.7562406158447266 408104 0.0 0.0
473 2023-11-16 00:00:00+00:00 0.745999984741211 0.773499984741211 0.7375800323486328 0.74 0.7363396453857421 561230 0.0 0.0
474 2023-11-17 00:00:00+00:00 0.74 0.755999984741211 0.733489990234375 0.755999984741211 0.7522604370117187 411198 0.0 0.0
475 2023-11-20 00:00:00+00:00 0.75 0.76 0.7459899902343751 0.76 0.7562406158447266 535144 0.0 0.0
476 2023-11-21 00:00:00+00:00 0.7619999694824219 0.7780000305175782 0.7419999694824219 0.76 0.7562406158447266 443790 0.0 0.0
477 2023-11-22 00:00:00+00:00 0.76 0.7680000305175781 0.7340000152587891 0.745999984741211 0.7423098754882813 789243 0.0 0.0
478 2023-11-23 00:00:00+00:00 0.755999984741211 0.76 0.75 0.7519999694824219 0.7482801818847656 160511 0.0 0.0
479 2023-11-24 00:00:00+00:00 0.75 0.7619999694824219 0.725 0.7540000152587891 0.7502703857421875 464345 0.0 0.0
480 2023-11-27 00:00:00+00:00 0.74 0.7540000152587891 0.7325 0.7480000305175781 0.7443000793457032 1412608 0.0 0.0
481 2023-11-28 00:00:00+00:00 0.745999984741211 0.7640000152587891 0.7340000152587891 0.7540000152587891 0.7502703857421875 470885 0.0 0.0
482 2023-11-29 00:00:00+00:00 0.75 0.7759999847412109 0.75 0.7719999694824219 0.7681813049316406 1459414 0.0 0.0
483 2023-11-30 00:00:00+00:00 0.774000015258789 0.784000015258789 0.7719999694824219 0.774000015258789 0.7701714324951172 718348 0.0 0.0
484 2023-12-01 00:00:00+00:00 0.76 0.784000015258789 0.7519999694824219 0.769000015258789 0.7651961517333985 668161 0.0 0.0
485 2023-12-04 00:00:00+00:00 0.765999984741211 0.7891000366210937 0.755999984741211 0.7780000305175782 0.7741516876220703 881504 0.0 0.0
486 2023-12-05 00:00:00+00:00 0.76 0.7828399658203126 0.76 0.779000015258789 0.7751467132568359 415697 0.0 0.0
487 2023-12-06 00:00:00+00:00 0.7851899719238281 0.7880000305175782 0.7759999847412109 0.7819999694824219 0.7781318664550781 144956 0.0 0.0
488 2023-12-07 00:00:00+00:00 0.77 0.79 0.77 0.7859999847412109 0.782112045288086 324046 0.0 0.0
489 2023-12-08 00:00:00+00:00 0.7880000305175782 0.7880000305175782 0.77 0.779000015258789 0.7751467132568359 154630 0.0 0.0
490 2023-12-11 00:00:00+00:00 0.7759999847412109 0.7766400146484376 0.77 0.77 0.7661911773681641 125628 0.0 0.0
491 2023-12-12 00:00:00+00:00 0.7719999694824219 0.7919999694824219 0.7519999694824219 0.76 0.7562406158447266 494787 0.0 0.0
492 2023-12-13 00:00:00+00:00 0.7619999694824219 0.7859999847412109 0.76 0.7619999694824219 0.7582308197021485 157134 0.0 0.0
493 2023-12-14 00:00:00+00:00 0.79 0.8543900299072266 0.79 0.835999984741211 0.8318647766113282 2779314 0.0 0.0
494 2023-12-15 00:00:00+00:00 0.825999984741211 0.835999984741211 0.8180000305175782 0.8240000152587891 0.8199241638183594 1103412 0.0 0.0
495 2023-12-18 00:00:00+00:00 0.8200000000000001 0.8240000152587891 0.81 0.8240000152587891 0.8199241638183594 311860 0.0 0.0
496 2023-12-19 00:00:00+00:00 0.8019999694824219 0.85 0.8019999694824219 0.8219999694824219 0.8179339599609375 448026 0.0 0.0
497 2023-12-20 00:00:00+00:00 0.8200000000000001 0.8473200225830079 0.8119999694824219 0.8200000000000001 0.8159438323974609 458382 0.0 0.0
498 2023-12-21 00:00:00+00:00 0.8180000305175782 0.8378199768066407 0.8019999694824219 0.8180000305175782 0.8140947723388672 381276 0.0142 0.0
499 2023-12-22 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.8019999694824219 0.8280000305175781 0.8240470886230469 285578 0.0 0.0
500 2023-12-27 00:00:00+00:00 0.8040000152587891 0.8280000305175781 0.8040000152587891 0.8080000305175782 0.8041425323486329 331405 0.0 0.0
501 2023-12-28 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8040000152587891 0.8159999847412109 0.8121043395996094 185539 0.0 0.0
502 2023-12-29 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8059999847412109 0.8240000152587891 0.8200660705566406 206001 0.0 0.0
503 2024-01-02 00:00:00+00:00 0.8140000152587891 0.8280000305175781 0.8029599761962891 0.8119999694824219 0.8081233978271485 431646 0.0 0.0
504 2024-01-03 00:00:00+00:00 0.8219999694824219 0.8240000152587891 0.8054399871826172 0.8130000305175782 0.80911865234375 471123 0.0 0.0
505 2024-01-04 00:00:00+00:00 0.825999984741211 0.8280000305175781 0.807300033569336 0.8180000305175782 0.8140947723388672 464983 0.0 0.0
506 2024-01-05 00:00:00+00:00 0.8040000152587891 0.8200000000000001 0.8015299987792969 0.8200000000000001 0.816085205078125 526588 0.0 0.0
507 2024-01-08 00:00:00+00:00 0.8200000000000001 0.8280000305175781 0.8 0.8180000305175782 0.8140947723388672 456600 0.0 0.0
508 2024-01-09 00:00:00+00:00 0.8200000000000001 0.8180000305175782 0.8095200347900391 0.8140000152587891 0.8101139068603516 293279 0.0 0.0
509 2024-01-10 00:00:00+00:00 0.8059999847412109 0.825999984741211 0.7991999816894532 0.8159999847412109 0.8121043395996094 445023 0.0 0.0
510 2024-01-11 00:00:00+00:00 0.8059999847412109 0.8280000305175781 0.8019999694824219 0.8180000305175782 0.8140947723388672 515388 0.0 0.0
511 2024-01-12 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.7959999847412109 0.8 0.7961807250976562 398162 0.0 0.0
512 2024-01-15 00:00:00+00:00 0.8019999694824219 0.8280000305175781 0.796780014038086 0.8280000305175781 0.8240470886230469 266706 0.0 0.0
513 2024-01-16 00:00:00+00:00 0.8159999847412109 0.8280000305175781 0.8 0.8 0.7961807250976562 143418 0.0 0.0
514 2024-01-17 00:00:00+00:00 0.79 0.8159999847412109 0.79 0.8059999847412109 0.8021520233154297 195141 0.0 0.0
515 2024-01-18 00:00:00+00:00 0.8019999694824219 0.8019999694824219 0.7859999847412109 0.7859999847412109 0.7822475433349609 420425 0.0 0.0
516 2024-01-19 00:00:00+00:00 0.8059999847412109 0.81 0.7859999847412109 0.7880000305175782 0.7842380523681641 236175 0.0 0.0
517 2024-01-22 00:00:00+00:00 0.7859999847412109 0.8180000305175782 0.7859999847412109 0.7959999847412109 0.79219970703125 1362614 0.0 0.0
518 2024-01-23 00:00:00+00:00 0.794000015258789 0.8140000152587891 0.7925 0.7980000305175782 0.7941902923583984 460419 0.0 0.0
519 2024-01-24 00:00:00+00:00 0.79 0.8119999694824219 0.79 0.7980000305175782 0.7941902923583984 703952 0.0 0.0
520 2024-01-25 00:00:00+00:00 0.8 0.8 0.7959999847412109 0.8 0.7961807250976562 297574 0.0 0.0
521 2024-01-26 00:00:00+00:00 0.8 0.8180000305175782 0.794000015258789 0.8080000305175782 0.8041425323486329 799165 0.0 0.0
522 2024-01-29 00:00:00+00:00 0.79 0.8040000152587891 0.79 0.7959999847412109 0.79219970703125 232313 0.0 0.0
523 2024-01-30 00:00:00+00:00 0.7919999694824219 0.8159999847412109 0.79 0.8159999847412109 0.8121043395996094 1122413 0.0 0.0
524 2024-01-31 00:00:00+00:00 0.7959999847412109 0.8180000305175782 0.785 0.8009999847412109 0.7971759033203125 344085 0.0 0.0
525 2024-02-01 00:00:00+00:00 0.78 0.8080000305175782 0.7640000152587891 0.794000015258789 0.7902093505859376 790015 0.0 0.0
526 2024-02-02 00:00:00+00:00 0.78 0.7912300109863282 0.78 0.78 0.7762761688232422 319085 0.0 0.0
527 2024-02-05 00:00:00+00:00 0.78 0.8080000305175782 0.7758799743652344 0.784000015258789 0.7802571105957031 474231 0.0 0.0
528 2024-02-06 00:00:00+00:00 0.7859999847412109 0.8159999847412109 0.7859999847412109 0.7880000305175782 0.7842380523681641 376032 0.0 0.0
529 2024-02-07 00:00:00+00:00 0.7819999694824219 0.8040000152587891 0.7780000305175782 0.78 0.7762761688232422 358141 0.0 0.0
530 2024-02-08 00:00:00+00:00 0.78 0.7959999847412109 0.78 0.78 0.7762761688232422 542645 0.0 0.0
531 2024-02-09 00:00:00+00:00 0.7819999694824219 0.8140000152587891 0.7758899688720703 0.8 0.7961807250976562 560763 0.0 0.0
532 2024-02-12 00:00:00+00:00 0.81 0.81 0.774000015258789 0.789000015258789 0.7852332305908203 575070 0.0 0.0
533 2024-02-13 00:00:00+00:00 0.7819999694824219 0.8 0.774000015258789 0.8 0.7961807250976562 1295300 0.0 0.0
534 2024-02-14 00:00:00+00:00 0.7719999694824219 0.7980000305175782 0.7719999694824219 0.7719999694824219 0.7683143615722656 175461 0.0 0.0
535 2024-02-15 00:00:00+00:00 0.7759999847412109 0.8 0.7733000183105468 0.774000015258789 0.7703048706054688 1384757 0.0 0.0
536 2024-02-16 00:00:00+00:00 0.7719999694824219 0.8 0.7640000152587891 0.78 0.7762761688232422 923833 0.0 0.0
537 2024-02-19 00:00:00+00:00 0.7780000305175782 0.78 0.76 0.774000015258789 0.7703048706054688 884713 0.0 0.0
538 2024-02-20 00:00:00+00:00 0.7619999694824219 0.7980000305175782 0.7619999694824219 0.765 0.7613478088378907 2546348 0.0 0.0
539 2024-02-21 00:00:00+00:00 0.77 0.7959999847412109 0.75 0.76 0.7563716888427735 1174282 0.0 0.0
540 2024-02-22 00:00:00+00:00 0.755999984741211 0.7880000305175782 0.7518000030517579 0.7619999694824219 0.7583620452880859 676565 0.0 0.0
541 2024-02-23 00:00:00+00:00 0.7959999847412109 0.7959999847412109 0.7551000213623047 0.77 0.7663239288330078 942755 0.0 0.0
542 2024-02-26 00:00:00+00:00 0.76 0.7699800109863282 0.7588999938964844 0.7640000152587891 0.7603525543212891 829895 0.0 0.0
543 2024-02-27 00:00:00+00:00 0.77 0.7815000152587891 0.7619999694824219 0.7640000152587891 0.7603525543212891 492752 0.0 0.0
544 2024-02-28 00:00:00+00:00 0.7640000152587891 0.784000015258789 0.7616999816894532 0.77 0.7663239288330078 528793 0.0 0.0
545 2024-02-29 00:00:00+00:00 0.774000015258789 0.7780000305175782 0.7653399658203125 0.77 0.7663239288330078 1531612 0.0 0.0
546 2024-03-01 00:00:00+00:00 0.774000015258789 0.784000015258789 0.765 0.7680000305175781 0.76433349609375 405782 0.0 0.0
547 2024-03-04 00:00:00+00:00 0.7759999847412109 0.7859999847412109 0.7640000152587891 0.765999984741211 0.7623429870605469 437424 0.0 0.0
548 2024-03-05 00:00:00+00:00 0.7619999694824219 0.784000015258789 0.7583799743652344 0.7619999694824219 0.7583620452880859 1071129 0.0 0.0
549 2024-03-06 00:00:00+00:00 0.77 0.77 0.76 0.765 0.7613478088378907 251197 0.0 0.0
550 2024-03-07 00:00:00+00:00 0.7540000152587891 0.7619999694824219 0.7440000152587891 0.7519999694824219 0.7485487365722656 500238 0.0142 0.0
551 2024-03-08 00:00:00+00:00 0.75 0.7580000305175781 0.7405000305175782 0.7440000152587891 0.7405854797363282 655481 0.0 0.0
552 2024-03-11 00:00:00+00:00 0.7419999694824219 0.7480000305175781 0.7340000152587891 0.74 0.7366038513183594 1008216 0.0 0.0
553 2024-03-12 00:00:00+00:00 0.735999984741211 0.7419999694824219 0.73 0.7319999694824219 0.7286405181884765 1744313 0.0 0.0
554 2024-03-13 00:00:00+00:00 0.725999984741211 0.7407499694824219 0.7219999694824218 0.7219999694824218 0.7186864471435547 808877 0.0 0.0
555 2024-03-14 00:00:00+00:00 0.7340000152587891 0.7419999694824219 0.7219999694824218 0.7219999694824218 0.7186864471435547 465688 0.0 0.0
556 2024-03-15 00:00:00+00:00 0.73 0.7419999694824219 0.7219999694824218 0.73 0.7266497802734375 592615 0.0 0.0
557 2024-03-18 00:00:00+00:00 0.73 0.7419999694824219 0.725 0.7340000152587891 0.7306314086914063 531026 0.0 0.0
558 2024-03-19 00:00:00+00:00 0.725999984741211 0.7419999694824219 0.7219999694824218 0.7219999694824218 0.7186864471435547 1841045 0.0 0.0
559 2024-03-20 00:00:00+00:00 0.7280000305175781 0.7319999694824219 0.7176799774169922 0.725999984741211 0.7226680755615235 1215106 0.0 0.0
560 2024-03-21 00:00:00+00:00 0.73 0.73 0.7124500274658203 0.7219999694824218 0.7186864471435547 759793 0.0 0.0
561 2024-03-22 00:00:00+00:00 0.7219999694824218 0.725999984741211 0.72 0.7240000152587891 0.7206773376464843 495430 0.0 0.0
562 2024-03-25 00:00:00+00:00 0.72 0.73 0.715999984741211 0.715999984741211 0.7127140045166016 508710 0.0 0.0
563 2024-03-26 00:00:00+00:00 0.72 0.7280000305175781 0.712699966430664 0.7180000305175781 0.714704818725586 1086948 0.0 0.0
564 2024-03-27 00:00:00+00:00 0.7140000152587891 0.7219999694824218 0.710999984741211 0.715999984741211 0.7127140045166016 483359 0.0 0.0
565 2024-03-28 00:00:00+00:00 0.71 0.7207499694824219 0.71 0.72 0.7166956329345703 890687 0.0 0.0
566 2024-04-02 00:00:00+01:00 0.72 0.7480799865722656 0.7101000213623047 0.7219999694824218 0.7186864471435547 1678575 0.0 0.0
567 2024-04-03 00:00:00+01:00 0.7119999694824218 0.73 0.7119999694824218 0.7240000152587891 0.7206773376464843 595724 0.0 0.0
568 2024-04-04 00:00:00+01:00 0.71 0.725999984741211 0.7183999633789062 0.7219999694824218 0.7186864471435547 501349 0.0 0.0
569 2024-04-05 00:00:00+01:00 0.71 0.7180000305175781 0.7028800201416016 0.7119999694824218 0.7087322998046875 617060 0.0 0.0
570 2024-04-08 00:00:00+01:00 0.71 0.7453700256347656 0.71 0.73 0.7266497802734375 1537605 0.0 0.0
571 2024-04-09 00:00:00+01:00 0.735999984741211 0.745999984741211 0.7219999694824218 0.7319999694824219 0.7286405181884765 543134 0.0 0.0
572 2024-04-10 00:00:00+01:00 0.74 0.7480000305175781 0.7280000305175781 0.74 0.7366038513183594 861534 0.0 0.0
573 2024-04-11 00:00:00+01:00 0.74 0.75 0.7280000305175781 0.7440000152587891 0.7405854797363282 395702 0.0 0.0
574 2024-04-12 00:00:00+01:00 0.7440000152587891 0.7480000305175781 0.73552001953125 0.745999984741211 0.7425762939453125 593614 0.0 0.0
575 2024-04-15 00:00:00+01:00 0.74 0.7487400054931641 0.729209976196289 0.745999984741211 0.7425762939453125 332308 0.0 0.0
576 2024-04-16 00:00:00+01:00 0.745999984741211 0.75 0.725 0.7419999694824219 0.7385946655273438 446425 0.0 0.0
577 2024-04-17 00:00:00+01:00 0.7380000305175781 0.745999984741211 0.7257599639892578 0.7440000152587891 0.7405854797363282 178292 0.0 0.0
578 2024-04-18 00:00:00+01:00 0.7419999694824219 0.7440000152587891 0.7280000305175781 0.7440000152587891 0.7405854797363282 369460 0.0 0.0
579 2024-04-19 00:00:00+01:00 0.74 0.75 0.7319999694824219 0.745999984741211 0.7425762939453125 566402 0.0 0.0
580 2024-04-22 00:00:00+01:00 0.75 0.75 0.74 0.75 0.7465579986572266 982563 0.0 0.0
581 2024-04-23 00:00:00+01:00 0.75 0.76 0.745999984741211 0.7519999694824219 0.7485487365722656 455421 0.0 0.0
582 2024-04-24 00:00:00+01:00 0.7519999694824219 0.7580000305175781 0.7440000152587891 0.755999984741211 0.7525304412841797 504824 0.0 0.0
583 2024-04-25 00:00:00+01:00 0.75 0.7580000305175781 0.75 0.755999984741211 0.7525304412841797 173851 0.0 0.0
584 2024-04-26 00:00:00+01:00 0.76 0.76 0.7519999694824219 0.76 0.7565120697021485 207597 0.0 0.0
585 2024-04-29 00:00:00+01:00 0.76 0.77 0.75 0.7619999694824219 0.7585028839111329 849290 0.0 0.0
586 2024-04-30 00:00:00+01:00 0.77 0.77 0.755999984741211 0.7640000152587891 0.7604936981201172 1097303 0.0 0.0
587 2024-05-01 00:00:00+01:00 0.7640000152587891 0.77 0.7640000152587891 0.7669999694824219 0.7634799194335937 486665 0.0 0.0
588 2024-05-02 00:00:00+01:00 0.765999984741211 0.77 0.765999984741211 0.7680000305175781 0.7644754028320313 294856 0.0 0.0
589 2024-05-03 00:00:00+01:00 0.765999984741211 0.7859999847412109 0.765999984741211 0.7719999694824219 0.7684569549560547 821121 0.0 0.0
590 2024-05-07 00:00:00+01:00 0.79 0.8 0.7780000305175782 0.7780000305175782 0.7744294738769532 530439 0.0 0.0
591 2024-05-08 00:00:00+01:00 0.8 0.8 0.7819999694824219 0.7980000305175782 0.7943376922607422 420060 0.0 0.0
592 2024-05-09 00:00:00+01:00 0.7980000305175782 0.8059999847412109 0.7980000305175782 0.8 0.7963285064697265 430926 0.0 0.0
593 2024-05-10 00:00:00+01:00 0.7980000305175782 0.8140000152587891 0.7980000305175782 0.8 0.7963285064697265 472290 0.0 0.0
594 2024-05-13 00:00:00+01:00 0.8019999694824219 0.81 0.8 0.8019999694824219 0.7983193206787109 572493 0.0 0.0
595 2024-05-14 00:00:00+01:00 0.8019999694824219 0.8059999847412109 0.8 0.8019999694824219 0.7983193206787109 609604 0.0 0.0
596 2024-05-15 00:00:00+01:00 0.7980000305175782 0.8122599792480469 0.7980000305175782 0.8119999694824219 0.8082733917236329 377449 0.0 0.0
597 2024-05-16 00:00:00+01:00 0.8040000152587891 0.8119999694824219 0.8 0.8040000152587891 0.8003101348876953 224390 0.0 0.0
598 2024-05-17 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.7980000305175782 0.8040000152587891 0.8003101348876953 233913 0.0 0.0
599 2024-05-20 00:00:00+01:00 0.81 0.81 0.8017500305175781 0.81 0.8062825775146485 552565 0.0 0.0
600 2024-05-21 00:00:00+01:00 0.8059999847412109 0.81 0.8030000305175782 0.8059999847412109 0.8023009490966797 291583 0.0 0.0
601 2024-05-22 00:00:00+01:00 0.8080000305175782 0.81 0.8066000366210938 0.8080000305175782 0.8042918395996094 523061 0.0 0.0
602 2024-05-23 00:00:00+01:00 0.81 0.8140000152587891 0.8 0.8080000305175782 0.8042918395996094 296478 0.0 0.0
603 2024-05-24 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.8019999694824219 0.81 0.8062825775146485 315634 0.0 0.0
604 2024-05-28 00:00:00+01:00 0.8119999694824219 0.8200000000000001 0.8040000152587891 0.8080000305175782 0.8042918395996094 737884 0.0 0.0
605 2024-05-29 00:00:00+01:00 0.81 0.8140000152587891 0.8040000152587891 0.81 0.8062825775146485 104303 0.0 0.0
606 2024-05-30 00:00:00+01:00 0.8140000152587891 0.8140000152587891 0.8059999847412109 0.8059999847412109 0.8023009490966797 234363 0.0 0.0
607 2024-05-31 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8040000152587891 0.8180000305175782 0.8142459106445312 280486 0.0 0.0
608 2024-06-03 00:00:00+01:00 0.81 0.8140000152587891 0.8052999877929687 0.8119999694824219 0.8082733917236329 120873 0.0 0.0
609 2024-06-04 00:00:00+01:00 0.8140000152587891 0.8200000000000001 0.81 0.8150000000000001 0.8112596893310547 220419 0.0 0.0
610 2024-06-05 00:00:00+01:00 0.81 0.8184400177001954 0.8078199768066406 0.8140000152587891 0.8102642822265625 151675 0.0 0.0
611 2024-06-06 00:00:00+01:00 0.8159999847412109 0.8180000305175782 0.8076000213623047 0.81 0.8062825775146485 560061 0.0 0.0
612 2024-06-07 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8040000152587891 0.8140000152587891 0.8102642822265625 251838 0.0 0.0
613 2024-06-10 00:00:00+01:00 0.8040000152587891 0.8198600006103516 0.8040000152587891 0.8040000152587891 0.8003101348876953 122562 0.0 0.0
614 2024-06-11 00:00:00+01:00 0.8059999847412109 0.81875 0.8050199890136719 0.8180000305175782 0.8142459106445312 487588 0.0 0.0
615 2024-06-12 00:00:00+01:00 0.8219999694824219 0.8219999694824219 0.8080000305175782 0.8219999694824219 0.8182274627685547 171238 0.0 0.0
616 2024-06-13 00:00:00+01:00 0.8180000305175782 0.8200000000000001 0.8075 0.8180000305175782 0.8142459106445312 867927 0.0 0.0
617 2024-06-14 00:00:00+01:00 0.8140000152587891 0.8219999694824219 0.8112000274658203 0.8140000152587891 0.8102642822265625 206031 0.0 0.0
618 2024-06-17 00:00:00+01:00 0.8153299713134766 0.8200000000000001 0.8059999847412109 0.8130000305175782 0.8092688751220704 382699 0.0 0.0
619 2024-06-18 00:00:00+01:00 0.8240000152587891 0.8300000000000001 0.81 0.825999984741211 0.8222091674804688 976678 0.0 0.0
620 2024-06-19 00:00:00+01:00 0.8240000152587891 0.8340000152587891 0.8180000305175782 0.8240000152587891 0.8202183532714844 499255 0.0 0.0
621 2024-06-20 00:00:00+01:00 0.8300000000000001 0.8338200378417969 0.7998200225830079 0.8240000152587891 0.8202183532714844 1690300 0.0 0.0
622 2024-06-21 00:00:00+01:00 0.8300000000000001 0.8340000152587891 0.8159999847412109 0.8300000000000001 0.8261907958984375 372181 0.0 0.0
623 2024-06-24 00:00:00+01:00 0.8280000305175781 0.8319999694824219 0.8140000152587891 0.8140000152587891 0.8102642822265625 428865 0.0 0.0
624 2024-06-25 00:00:00+01:00 0.8159999847412109 0.8340000152587891 0.81447998046875 0.8240000152587891 0.8202183532714844 459495 0.0 0.0
625 2024-06-26 00:00:00+01:00 0.8159999847412109 0.8300000000000001 0.8159999847412109 0.8280000305175781 0.8242000579833985 301883 0.0 0.0
626 2024-06-27 00:00:00+01:00 0.8180000305175782 0.8300000000000001 0.8 0.8 0.7963285064697265 525186 0.0 0.0
627 2024-06-28 00:00:00+01:00 0.8140000152587891 0.825999984741211 0.8 0.8 0.7963285064697265 359577 0.0 0.0
628 2024-07-01 00:00:00+01:00 0.8200000000000001 0.8200000000000001 0.8019999694824219 0.8180000305175782 0.8142459106445312 593052 0.0 0.0
629 2024-07-02 00:00:00+01:00 0.8280000305175781 0.8280000305175781 0.8041500091552735 0.8280000305175781 0.8242000579833985 408381 0.0 0.0
630 2024-07-03 00:00:00+01:00 0.54 0.54 0.43 0.455 0.455 1920952 0.38 0.0
631 2024-07-04 00:00:00+01:00 0.45599998474121095 0.4690000152587891 0.4479999923706055 0.46 0.46 563887 0.0 0.0
632 2024-07-05 00:00:00+01:00 0.46099998474121096 0.46099998474121096 0.4479999923706055 0.45099998474121095 0.45099998474121095 919893 0.0 0.0
633 2024-07-08 00:00:00+01:00 0.45 0.4690000152587891 0.45 0.46 0.46 653316 0.0 0.0
634 2024-07-09 00:00:00+01:00 0.45799999237060546 0.47000000000000003 0.45099998474121095 0.4520000076293945 0.4520000076293945 482688 0.0 0.0
635 2024-07-10 00:00:00+01:00 0.4540000152587891 0.4570000076293945 0.4429899978637695 0.4520000076293945 0.4520000076293945 569679 0.0 0.0
636 2024-07-11 00:00:00+01:00 0.4520000076293945 0.4640000152587891 0.4429999923706055 0.4570000076293945 0.4570000076293945 2067193 0.0 0.0
637 2024-07-12 00:00:00+01:00 0.44599998474121094 0.46 0.445 0.4540000152587891 0.4540000152587891 3505991 0.0 0.0
638 2024-07-15 00:00:00+01:00 0.455 0.47000000000000003 0.4479999923706055 0.455 0.455 1256768 0.0 0.0
639 2024-07-16 00:00:00+01:00 0.45099998474121095 0.4690000152587891 0.4479999923706055 0.45099998474121095 0.45099998474121095 689294 0.0 0.0
640 2024-07-17 00:00:00+01:00 0.45 0.4520100021362305 0.44599998474121094 0.4490000152587891 0.4490000152587891 947544 0.0 0.0
641 2024-07-18 00:00:00+01:00 0.4490000152587891 0.46 0.44 0.45 0.45 345305 0.0 0.0
642 2024-07-19 00:00:00+01:00 0.4490000152587891 0.461619987487793 0.43900001525878907 0.4520000076293945 0.4520000076293945 756389 0.0 0.0
643 2024-07-22 00:00:00+01:00 0.4540000152587891 0.465 0.44 0.45 0.45 871998 0.0 0.0
644 2024-07-23 00:00:00+01:00 0.45299999237060545 0.46487998962402344 0.45 0.4520000076293945 0.4520000076293945 4002677 0.0 0.0
645 2024-07-24 00:00:00+01:00 0.44200000762939456 0.465 0.44200000762939456 0.45599998474121095 0.45599998474121095 964925 0.0 0.0
646 2024-07-25 00:00:00+01:00 0.4540000152587891 0.465 0.4479999923706055 0.4479999923706055 0.4479999923706055 9239037 0.0 0.0
647 2024-07-26 00:00:00+01:00 0.46 0.465 0.4429999923706055 0.4620000076293945 0.4620000076293945 496693 0.0 0.0
648 2024-07-29 00:00:00+01:00 0.44599998474121094 0.465 0.44599998474121094 0.45299999237060545 0.45299999237060545 813044 0.0 0.0
649 2024-07-30 00:00:00+01:00 0.46599998474121096 0.46599998474121096 0.44200000762939456 0.45 0.45 520456 0.0 0.0
650 2024-07-31 00:00:00+01:00 0.4429999923706055 0.465 0.43900001525878907 0.45 0.45 719511 0.0 0.0
651 2024-08-01 00:00:00+01:00 0.44599998474121094 0.46599998474121096 0.44599998474121094 0.4490000152587891 0.4490000152587891 1055090 0.0 0.0
652 2024-08-02 00:00:00+01:00 0.44599998474121094 0.4590000152587891 0.43700000762939456 0.44 0.44 343709 0.0 0.0
653 2024-08-05 00:00:00+01:00 0.43599998474121093 0.4475 0.42 0.42 0.42 1717575 0.0 0.0
654 2024-08-06 00:00:00+01:00 0.4229999923706055 0.43290000915527344 0.42 0.4259999847412109 0.4259999847412109 681974 0.0 0.0
655 2024-08-07 00:00:00+01:00 0.43099998474121093 0.43696998596191405 0.42200000762939455 0.425 0.425 312031 0.0 0.0
656 2024-08-08 00:00:00+01:00 0.4259999847412109 0.435 0.425 0.43 0.43 682555 0.0 0.0
657 2024-08-09 00:00:00+01:00 0.42700000762939455 0.44 0.42700000762939455 0.42700000762939455 0.42700000762939455 465566 0.0 0.0
658 2024-08-12 00:00:00+01:00 0.4279999923706055 0.46 0.42700000762939455 0.445 0.445 438896 0.0 0.0
659 2024-08-13 00:00:00+01:00 0.445 0.45599998474121095 0.44113998413085936 0.44400001525878907 0.44400001525878907 284482 0.0 0.0
660 2024-08-14 00:00:00+01:00 0.44400001525878907 0.44599998474121094 0.4379999923706055 0.4379999923706055 0.4379999923706055 209582 0.0 0.0
661 2024-08-15 00:00:00+01:00 0.43900001525878907 0.45099998474121095 0.43200000762939456 0.43599998474121093 0.43599998474121093 850095 0.0 0.0
662 2024-08-16 00:00:00+01:00 0.43099998474121093 0.4570000076293945 0.43099998474121093 0.43700000762939456 0.43700000762939456 399189 0.0 0.0
663 2024-08-19 00:00:00+01:00 0.43700000762939456 0.45099998474121095 0.43481998443603515 0.44 0.44 443196 0.0 0.0
664 2024-08-20 00:00:00+01:00 0.43900001525878907 0.44148998260498046 0.4279999923706055 0.43900001525878907 0.43900001525878907 228909 0.0 0.0
665 2024-08-21 00:00:00+01:00 0.44 0.45 0.43316001892089845 0.44 0.44 183830 0.0 0.0
666 2024-08-22 00:00:00+01:00 0.43099998474121093 0.43900001525878907 0.42794998168945314 0.43509998321533205 0.43509998321533205 275741 0.0 0.0

View File

@@ -0,0 +1,24 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-06-06 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-06-01 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-31 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-30 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-27 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-26 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-25 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-24 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-23 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-20 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-19 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-18 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,532454,0,0
2022-05-17 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-16 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-13 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-12 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-11 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-10 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-09 00:00:00+01:00,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,14.5500001907349,0,0,0
2022-05-06 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-05 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-04 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
2022-05-03 00:00:00+01:00,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,14.5500004291534,0,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-06-06 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
3 2022-06-01 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
4 2022-05-31 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
5 2022-05-30 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
6 2022-05-27 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
7 2022-05-26 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
8 2022-05-25 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
9 2022-05-24 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
10 2022-05-23 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
11 2022-05-20 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
12 2022-05-19 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
13 2022-05-18 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 532454 0 0
14 2022-05-17 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
15 2022-05-16 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
16 2022-05-13 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
17 2022-05-12 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
18 2022-05-11 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
19 2022-05-10 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
20 2022-05-09 00:00:00+01:00 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 14.5500001907349 0 0 0
21 2022-05-06 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
22 2022-05-05 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
23 2022-05-04 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0
24 2022-05-03 00:00:00+01:00 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 14.5500004291534 0 0 0

View File

@@ -0,0 +1,24 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2022-06-06 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-06-01 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-31 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
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-27 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-26 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-25 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-24 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-20 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-19 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-18 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,532454,0.0,0.0
2022-05-17 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-16 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-13 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-12 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-11 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,0.0,0.0
2022-05-10 00:00:00+01:00,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,14.550000190734863,0,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-06 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-05 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-04 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
2022-05-03 00:00:00+01:00,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0.14550000429153442,0,0.0,0.0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2022-06-06 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
3 2022-06-01 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
4 2022-05-31 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
5 2022-05-30 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
6 2022-05-27 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
7 2022-05-26 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
8 2022-05-25 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
9 2022-05-24 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
10 2022-05-23 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
11 2022-05-20 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
12 2022-05-19 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
13 2022-05-18 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 532454 0.0 0.0
14 2022-05-17 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
15 2022-05-16 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
16 2022-05-13 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
17 2022-05-12 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
18 2022-05-11 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
19 2022-05-10 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
20 2022-05-09 00:00:00+01:00 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 14.550000190734863 0 0.0 0.0
21 2022-05-06 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
22 2022-05-05 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
23 2022-05-04 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0
24 2022-05-03 00:00:00+01:00 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0.14550000429153442 0 0.0 0.0

View File

@@ -0,0 +1,30 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-04-20 00:00:00+02:00,3,3,2,3,3,2076,0,0
2023-04-21 00:00:00+02:00,3,3,2,3,3,2136,0,0
2023-04-24 00:00:00+02:00,3,3,1,1,1,77147,0,0
2023-04-25 00:00:00+02:00,1,2,1,2,2,9625,0,0
2023-04-26 00:00:00+02:00,2,2,1,2,2,5028,0,0
2023-04-27 00:00:00+02:00,2,2,1,1,1,3235,0,0
2023-04-28 00:00:00+02:00,2,2,1,2,2,10944,0,0
2023-05-02 00:00:00+02:00,2,2,2,2,2,12220,0,0
2023-05-03 00:00:00+02:00,2,2,2,2,2,4683,0,0
2023-05-04 00:00:00+02:00,2,2,1,2,2,3368,0,0
2023-05-05 00:00:00+02:00,2,2,1,2,2,26069,0,0
2023-05-08 00:00:00+02:00,1,2,1,1,1,70540,0,0
2023-05-09 00:00:00+02:00,1,2,1,1,1,14228,0,0
2023-05-10 00:00:00+02:00,1.08000004291534,1.39999997615814,0.879999995231628,1,1,81012,0,0.0001
2023-05-11 00:00:00+02:00,1.03999996185303,1.03999996185303,0.850000023841858,1,1,40254,0,0
2023-05-12 00:00:00+02:00,0.949999988079071,1.10000002384186,0.949999988079071,1.01999998092651,1.01999998092651,35026,0,0
2023-05-15 00:00:00+02:00,0.949999988079071,1.01999998092651,0.860000014305115,0.939999997615814,0.939999997615814,41486,0,0
2023-05-16 00:00:00+02:00,0.899999976158142,0.944000005722046,0.800000011920929,0.800000011920929,0.800000011920929,43583,0,0
2023-05-17 00:00:00+02:00,0.850000023841858,0.850000023841858,0.779999971389771,0.810000002384186,0.810000002384186,29984,0,0
2023-05-18 00:00:00+02:00,0.779999971389771,0.78600001335144,0.740000009536743,0.740000009536743,0.740000009536743,24679,0,0
2023-05-19 00:00:00+02:00,0.78600001335144,0.78600001335144,0.649999976158142,0.65200001001358,0.65200001001358,26732,0,0
2023-05-22 00:00:00+02:00,0.8299999833107,1.05999994277954,0.709999978542328,0.709999978542328,0.709999978542328,169538,0,0
2023-05-23 00:00:00+02:00,0.899999976158142,1.60800004005432,0.860000014305115,1.22000002861023,1.22000002861023,858471,0,0
2023-05-24 00:00:00+02:00,1.19400000572205,1.25999999046326,0.779999971389771,0.779999971389771,0.779999971389771,627823,0,0
2023-05-25 00:00:00+02:00,0.980000019073486,1.22000002861023,0.702000021934509,0.732999980449677,0.732999980449677,1068939,0,0
2023-05-26 00:00:00+02:00,0.660000026226044,0.72000002861023,0.602999985218048,0.611999988555908,0.611999988555908,631580,0,0
2023-05-29 00:00:00+02:00,0.620000004768372,0.75,0.578999996185303,0.600000023841858,0.600000023841858,586150,0,0
2023-05-30 00:00:00+02:00,0.610000014305115,0.634999990463257,0.497000008821487,0.497000008821487,0.497000008821487,552308,0,0
2023-05-31 00:00:00+02:00,0.458999991416931,0.469999998807907,0.374000012874603,0.379999995231628,0.379999995231628,899067,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-04-20 00:00:00+02:00 3 3 2 3 3 2076 0 0
3 2023-04-21 00:00:00+02:00 3 3 2 3 3 2136 0 0
4 2023-04-24 00:00:00+02:00 3 3 1 1 1 77147 0 0
5 2023-04-25 00:00:00+02:00 1 2 1 2 2 9625 0 0
6 2023-04-26 00:00:00+02:00 2 2 1 2 2 5028 0 0
7 2023-04-27 00:00:00+02:00 2 2 1 1 1 3235 0 0
8 2023-04-28 00:00:00+02:00 2 2 1 2 2 10944 0 0
9 2023-05-02 00:00:00+02:00 2 2 2 2 2 12220 0 0
10 2023-05-03 00:00:00+02:00 2 2 2 2 2 4683 0 0
11 2023-05-04 00:00:00+02:00 2 2 1 2 2 3368 0 0
12 2023-05-05 00:00:00+02:00 2 2 1 2 2 26069 0 0
13 2023-05-08 00:00:00+02:00 1 2 1 1 1 70540 0 0
14 2023-05-09 00:00:00+02:00 1 2 1 1 1 14228 0 0
15 2023-05-10 00:00:00+02:00 1.08000004291534 1.39999997615814 0.879999995231628 1 1 81012 0 0.0001
16 2023-05-11 00:00:00+02:00 1.03999996185303 1.03999996185303 0.850000023841858 1 1 40254 0 0
17 2023-05-12 00:00:00+02:00 0.949999988079071 1.10000002384186 0.949999988079071 1.01999998092651 1.01999998092651 35026 0 0
18 2023-05-15 00:00:00+02:00 0.949999988079071 1.01999998092651 0.860000014305115 0.939999997615814 0.939999997615814 41486 0 0
19 2023-05-16 00:00:00+02:00 0.899999976158142 0.944000005722046 0.800000011920929 0.800000011920929 0.800000011920929 43583 0 0
20 2023-05-17 00:00:00+02:00 0.850000023841858 0.850000023841858 0.779999971389771 0.810000002384186 0.810000002384186 29984 0 0
21 2023-05-18 00:00:00+02:00 0.779999971389771 0.78600001335144 0.740000009536743 0.740000009536743 0.740000009536743 24679 0 0
22 2023-05-19 00:00:00+02:00 0.78600001335144 0.78600001335144 0.649999976158142 0.65200001001358 0.65200001001358 26732 0 0
23 2023-05-22 00:00:00+02:00 0.8299999833107 1.05999994277954 0.709999978542328 0.709999978542328 0.709999978542328 169538 0 0
24 2023-05-23 00:00:00+02:00 0.899999976158142 1.60800004005432 0.860000014305115 1.22000002861023 1.22000002861023 858471 0 0
25 2023-05-24 00:00:00+02:00 1.19400000572205 1.25999999046326 0.779999971389771 0.779999971389771 0.779999971389771 627823 0 0
26 2023-05-25 00:00:00+02:00 0.980000019073486 1.22000002861023 0.702000021934509 0.732999980449677 0.732999980449677 1068939 0 0
27 2023-05-26 00:00:00+02:00 0.660000026226044 0.72000002861023 0.602999985218048 0.611999988555908 0.611999988555908 631580 0 0
28 2023-05-29 00:00:00+02:00 0.620000004768372 0.75 0.578999996185303 0.600000023841858 0.600000023841858 586150 0 0
29 2023-05-30 00:00:00+02:00 0.610000014305115 0.634999990463257 0.497000008821487 0.497000008821487 0.497000008821487 552308 0 0
30 2023-05-31 00:00:00+02:00 0.458999991416931 0.469999998807907 0.374000012874603 0.379999995231628 0.379999995231628 899067 0 0

View File

@@ -0,0 +1,30 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2023-04-20 00:00:00+02:00,3.0,3.0,2.0,3.0,3.0,2076,0.0,0.0
2023-04-21 00:00:00+02:00,3.0,3.0,2.0,3.0,3.0,2136,0.0,0.0
2023-04-24 00:00:00+02:00,3.0,3.0,1.0,1.0,1.0,77147,0.0,0.0
2023-04-25 00:00:00+02:00,1.0,2.0,1.0,2.0,2.0,9625,0.0,0.0
2023-04-26 00:00:00+02:00,2.0,2.0,1.0,2.0,2.0,5028,0.0,0.0
2023-04-27 00:00:00+02:00,2.0,2.0,1.0,1.0,1.0,3235,0.0,0.0
2023-04-28 00:00:00+02:00,2.0,2.0,1.0,2.0,2.0,10944,0.0,0.0
2023-05-02 00:00:00+02:00,2.0,2.0,2.0,2.0,2.0,12220,0.0,0.0
2023-05-03 00:00:00+02:00,2.0,2.0,2.0,2.0,2.0,4683,0.0,0.0
2023-05-04 00:00:00+02:00,2.0,2.0,1.0,2.0,2.0,3368,0.0,0.0
2023-05-05 00:00:00+02:00,2.0,2.0,1.0,2.0,2.0,26069,0.0,0.0
2023-05-08 00:00:00+02:00,9.999999747378752e-05,0.00019999999494757503,9.999999747378752e-05,9.999999747378752e-05,9.999999747378752e-05,705399568,0.0,0.0
2023-05-09 00:00:00+02:00,1.0,2.0,1.0,1.0,1.0,14228,0.0,0.0
2023-05-10 00:00:00+02:00,1.0800000429153442,1.399999976158142,0.8799999952316284,1.0,1.0,81012,0.0,0.0001
2023-05-11 00:00:00+02:00,1.0399999618530273,1.0399999618530273,0.8500000238418579,1.0,1.0,40254,0.0,0.0
2023-05-12 00:00:00+02:00,0.949999988079071,1.100000023841858,0.949999988079071,1.0199999809265137,1.0199999809265137,35026,0.0,0.0
2023-05-15 00:00:00+02:00,0.949999988079071,1.0199999809265137,0.8600000143051147,0.9399999976158142,0.9399999976158142,41486,0.0,0.0
2023-05-16 00:00:00+02:00,0.8999999761581421,0.9440000057220459,0.800000011920929,0.800000011920929,0.800000011920929,43583,0.0,0.0
2023-05-17 00:00:00+02:00,0.8500000238418579,0.8500000238418579,0.7799999713897705,0.8100000023841858,0.8100000023841858,29984,0.0,0.0
2023-05-18 00:00:00+02:00,0.7799999713897705,0.7860000133514404,0.7400000095367432,0.7400000095367432,0.7400000095367432,24679,0.0,0.0
2023-05-19 00:00:00+02:00,0.7860000133514404,0.7860000133514404,0.6499999761581421,0.6520000100135803,0.6520000100135803,26732,0.0,0.0
2023-05-22 00:00:00+02:00,0.8299999833106995,1.059999942779541,0.7099999785423279,0.7099999785423279,0.7099999785423279,169538,0.0,0.0
2023-05-23 00:00:00+02:00,0.8999999761581421,1.6080000400543213,0.8600000143051147,1.2200000286102295,1.2200000286102295,858471,0.0,0.0
2023-05-24 00:00:00+02:00,1.194000005722046,1.2599999904632568,0.7799999713897705,0.7799999713897705,0.7799999713897705,627823,0.0,0.0
2023-05-25 00:00:00+02:00,0.9800000190734863,1.2200000286102295,0.7020000219345093,0.7329999804496765,0.7329999804496765,1068939,0.0,0.0
2023-05-26 00:00:00+02:00,0.6600000262260437,0.7200000286102295,0.6029999852180481,0.6119999885559082,0.6119999885559082,631580,0.0,0.0
2023-05-29 00:00:00+02:00,0.6200000047683716,0.75,0.5789999961853027,0.6000000238418579,0.6000000238418579,586150,0.0,0.0
2023-05-30 00:00:00+02:00,0.6100000143051147,0.6349999904632568,0.4970000088214874,0.4970000088214874,0.4970000088214874,552308,0.0,0.0
2023-05-31 00:00:00+02:00,0.45899999141693115,0.4699999988079071,0.37400001287460327,0.3799999952316284,0.3799999952316284,899067,0.0,0.0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2023-04-20 00:00:00+02:00 3.0 3.0 2.0 3.0 3.0 2076 0.0 0.0
3 2023-04-21 00:00:00+02:00 3.0 3.0 2.0 3.0 3.0 2136 0.0 0.0
4 2023-04-24 00:00:00+02:00 3.0 3.0 1.0 1.0 1.0 77147 0.0 0.0
5 2023-04-25 00:00:00+02:00 1.0 2.0 1.0 2.0 2.0 9625 0.0 0.0
6 2023-04-26 00:00:00+02:00 2.0 2.0 1.0 2.0 2.0 5028 0.0 0.0
7 2023-04-27 00:00:00+02:00 2.0 2.0 1.0 1.0 1.0 3235 0.0 0.0
8 2023-04-28 00:00:00+02:00 2.0 2.0 1.0 2.0 2.0 10944 0.0 0.0
9 2023-05-02 00:00:00+02:00 2.0 2.0 2.0 2.0 2.0 12220 0.0 0.0
10 2023-05-03 00:00:00+02:00 2.0 2.0 2.0 2.0 2.0 4683 0.0 0.0
11 2023-05-04 00:00:00+02:00 2.0 2.0 1.0 2.0 2.0 3368 0.0 0.0
12 2023-05-05 00:00:00+02:00 2.0 2.0 1.0 2.0 2.0 26069 0.0 0.0
13 2023-05-08 00:00:00+02:00 9.999999747378752e-05 0.00019999999494757503 9.999999747378752e-05 9.999999747378752e-05 9.999999747378752e-05 705399568 0.0 0.0
14 2023-05-09 00:00:00+02:00 1.0 2.0 1.0 1.0 1.0 14228 0.0 0.0
15 2023-05-10 00:00:00+02:00 1.0800000429153442 1.399999976158142 0.8799999952316284 1.0 1.0 81012 0.0 0.0001
16 2023-05-11 00:00:00+02:00 1.0399999618530273 1.0399999618530273 0.8500000238418579 1.0 1.0 40254 0.0 0.0
17 2023-05-12 00:00:00+02:00 0.949999988079071 1.100000023841858 0.949999988079071 1.0199999809265137 1.0199999809265137 35026 0.0 0.0
18 2023-05-15 00:00:00+02:00 0.949999988079071 1.0199999809265137 0.8600000143051147 0.9399999976158142 0.9399999976158142 41486 0.0 0.0
19 2023-05-16 00:00:00+02:00 0.8999999761581421 0.9440000057220459 0.800000011920929 0.800000011920929 0.800000011920929 43583 0.0 0.0
20 2023-05-17 00:00:00+02:00 0.8500000238418579 0.8500000238418579 0.7799999713897705 0.8100000023841858 0.8100000023841858 29984 0.0 0.0
21 2023-05-18 00:00:00+02:00 0.7799999713897705 0.7860000133514404 0.7400000095367432 0.7400000095367432 0.7400000095367432 24679 0.0 0.0
22 2023-05-19 00:00:00+02:00 0.7860000133514404 0.7860000133514404 0.6499999761581421 0.6520000100135803 0.6520000100135803 26732 0.0 0.0
23 2023-05-22 00:00:00+02:00 0.8299999833106995 1.059999942779541 0.7099999785423279 0.7099999785423279 0.7099999785423279 169538 0.0 0.0
24 2023-05-23 00:00:00+02:00 0.8999999761581421 1.6080000400543213 0.8600000143051147 1.2200000286102295 1.2200000286102295 858471 0.0 0.0
25 2023-05-24 00:00:00+02:00 1.194000005722046 1.2599999904632568 0.7799999713897705 0.7799999713897705 0.7799999713897705 627823 0.0 0.0
26 2023-05-25 00:00:00+02:00 0.9800000190734863 1.2200000286102295 0.7020000219345093 0.7329999804496765 0.7329999804496765 1068939 0.0 0.0
27 2023-05-26 00:00:00+02:00 0.6600000262260437 0.7200000286102295 0.6029999852180481 0.6119999885559082 0.6119999885559082 631580 0.0 0.0
28 2023-05-29 00:00:00+02:00 0.6200000047683716 0.75 0.5789999961853027 0.6000000238418579 0.6000000238418579 586150 0.0 0.0
29 2023-05-30 00:00:00+02:00 0.6100000143051147 0.6349999904632568 0.4970000088214874 0.4970000088214874 0.4970000088214874 552308 0.0 0.0
30 2023-05-31 00:00:00+02:00 0.45899999141693115 0.4699999988079071 0.37400001287460327 0.3799999952316284 0.3799999952316284 899067 0.0 0.0

View File

@@ -0,0 +1,85 @@
Date,Open,High,Low,Close,Adj Close,Volume,Dividends,Stock Splits
2021-12-13 00:00:00+00:00,518.421020507813,535,515,530.131469726563,383.200378417969,47663221,0,0
2021-12-20 00:00:00+00:00,518.421020507813,542.368408203125,516.451293945313,539.342102050781,389.858215332031,35413455,0,0
2021-12-27 00:00:00+00:00,539.342102050781,548.093383789063,537.351318359375,540,390.333740234375,8222047,0,0
2022-01-03 00:00:00+00:00,540,568.684204101563,540,568.552612304688,410.972717285156,33764769,0,0
2022-01-10 00:00:00+00:00,567.5,577.894714355469,564.605224609375,573.815673828125,414.777130126953,22109464,0,0
2022-01-17 00:00:00+00:00,576.315673828125,585.789428710938,561.842102050781,568.421020507813,410.877655029297,33278387,0,0
2022-01-24 00:00:00+00:00,565.921020507813,580.263122558594,553.947326660156,570.394714355469,412.304260253906,44450345,0,0
2022-01-31 00:00:00+00:00,573.947326660156,582.960510253906,568.552612304688,572.631469726563,413.921112060547,32935213,0,0
2022-02-07 00:00:00+00:00,576.184204101563,590.526306152344,573.752624511719,584.73681640625,422.671325683594,30129487,0,0
2022-02-14 00:00:00+00:00,575.921020507813,581.578918457031,561.447326660156,568.684204101563,411.067840576172,37979247,0,0
2022-02-21 00:00:00+00:00,573.026306152344,576.943420410156,537.23681640625,557.105224609375,402.698120117188,49946893,0,0
2022-02-28 00:00:00+00:00,546.184204101563,563.157775878906,508.157806396484,508.947296142578,367.887603759766,71484032,4.1875,0
2022-03-07 00:00:00+00:00,493.420989990234,549.078918457031,475.134185791016,538.947326660156,392.617431640625,54164517,0,0
2022-03-14 00:00:00+00:00,543.552612304688,561.447326660156,538.026306152344,555.789428710938,404.886749267578,42128265,0,0
2022-03-21 00:00:00+00:00,556.184204101563,582.5,555.789428710938,576.052612304688,419.648284912109,30321228,0,0
2022-03-28 00:00:00+01:00,582.23681640625,606.578918457031,579.076293945313,585,426.166320800781,42874272,0,0
2022-04-04 00:00:00+01:00,578.552612304688,586.052612304688,555.263122558594,560.263122558594,408.145812988281,37556036,19.342106,0
2022-04-11 00:00:00+01:00,559.73681640625,573.157775878906,553.684204101563,571.447326660156,430.541351318359,22705062,0,0
2022-04-18 00:00:00+01:00,571.447326660156,589.210510253906,570.526306152344,576.052612304688,434.011077880859,37459087,0,0
2022-04-25 00:00:00+01:00,566.710510253906,577.368408203125,557.894714355469,570.131469726563,429.549957275391,33939150,0,0
2022-05-02 00:00:00+01:00,570.131469726563,593.421020507813,545.394714355469,545.921020507813,411.309234619141,22449007,0,0
2022-05-09 00:00:00+01:00,543.684204101563,549.276306152344,484.582794189453,537.105224609375,404.667236328125,56232105,0,0
2022-05-16 00:00:00+01:00,505.263157894737,557.368429083573,505.263157894737,542.236850136205,408.533517937911,62273078.36,101.69,0.76
2022-05-23 00:00:00+01:00,416.100006103516,442.399993896484,341.915008544922,440.899993896484,409.764678955078,45432941,0,0
2022-05-30 00:00:00+01:00,442.700012207031,444.200012207031,426.600006103516,428.700012207031,398.426239013672,37906659,0,0
2022-06-06 00:00:00+01:00,425.299987792969,434.010009765625,405.200012207031,405.399993896484,376.771606445313,40648810,0,0
2022-06-13 00:00:00+01:00,402.5,420,399.799987792969,411.200012207031,382.162048339844,74196958,0,0
2022-06-20 00:00:00+01:00,412.5,421.899993896484,398.399993896484,411.5,382.440826416016,28679717,0,0
2022-06-27 00:00:00+01:00,413.100006103516,422.399993896484,397.399993896484,401.600006103516,373.239959716797,35468994,0,0
2022-07-04 00:00:00+01:00,405.399993896484,406.600006103516,382.299987792969,401.299987792969,372.961120605469,35304748,0,0
2022-07-11 00:00:00+01:00,394.799987792969,405.850006103516,383.399993896484,396.600006103516,368.593048095703,42308459,0,0
2022-07-18 00:00:00+01:00,392.5,399.700012207031,384.799987792969,391.700012207031,364.039093017578,36656839,0,0
2022-07-25 00:00:00+01:00,392.200012207031,400.799987792969,388.700012207031,396,368.035430908203,33124660,0,0
2022-08-01 00:00:00+01:00,396.399993896484,405.5,390.415008544922,402,373.611724853516,21753121,0,0
2022-08-08 00:00:00+01:00,406.600006103516,473.700012207031,403.299987792969,467.899993896484,434.858032226563,59155709,0,0
2022-08-15 00:00:00+01:00,468.100006103516,470.5,434,437,406.140106201172,36989620,10.3,0
2022-08-22 00:00:00+01:00,436.100006103516,436.869995117188,419.299987792969,420.5,399.780303955078,36492572,0,0
2022-08-29 00:00:00+01:00,420.5,426.600006103516,408.600006103516,426.600006103516,405.579742431641,29573657,0,0
2022-09-05 00:00:00+01:00,418.5,444.4169921875,416.100006103516,443.100006103516,421.266723632813,34375126,0,0
2022-09-12 00:00:00+01:00,444.649993896484,448.899993896484,435.200012207031,440.100006103516,418.414520263672,39085960,0,0
2022-09-19 00:00:00+01:00,440.100006103516,447.200012207031,419.299987792969,422.899993896484,402.062042236328,27982081,0,0
2022-09-26 00:00:00+01:00,421.200012207031,421.200012207031,373.31201171875,388.200012207031,369.071868896484,70408935,0,0
2022-10-03 00:00:00+01:00,382.899993896484,409.875,380.555999755859,400.700012207031,380.955932617188,37581751,0,0
2022-10-10 00:00:00+01:00,395.799987792969,404.470001220703,366.700012207031,394.299987792969,374.871276855469,52952323,0,0
2022-10-17 00:00:00+01:00,394.299987792969,414.799987792969,393,406.5,386.470123291016,26441475,0,0
2022-10-24 00:00:00+01:00,407.100006103516,418.227996826172,407.100006103516,413.299987792969,392.93505859375,26239756,0,0
2022-10-31 00:00:00+00:00,413.899993896484,430.200012207031,412,429.299987792969,408.146667480469,23168047,0,0
2022-11-07 00:00:00+00:00,427.299987792969,445.899993896484,420.652008056641,438.399993896484,416.798278808594,36709117,0,0
2022-11-14 00:00:00+00:00,438.299987792969,458.489990234375,435,455.100006103516,432.675415039063,29106506,0,0
2022-11-21 00:00:00+00:00,454.399993896484,461,450,456.600006103516,434.101501464844,21667730,0,0
2022-11-28 00:00:00+00:00,453.799987792969,456.899993896484,435.100006103516,444.799987792969,422.882934570313,33326204,0,0
2022-12-05 00:00:00+00:00,442.899993896484,450.25,441.299987792969,448,425.925262451172,29147089,0,0
2022-12-12 00:00:00+00:00,445.100006103516,451.299987792969,431.200012207031,436.100006103516,414.611633300781,46593233,0,0
2022-12-19 00:00:00+00:00,436,452.600006103516,433.600006103516,444,422.122344970703,20982140,0,0
2022-12-26 00:00:00+00:00,444,452.058013916016,442.399993896484,442.799987792969,420.981475830078,8249664,0,0
2023-01-02 00:00:00+00:00,445.899993896484,458.149993896484,443.299987792969,456,433.531066894531,28687622,0,0
2023-01-09 00:00:00+00:00,456,461.066009521484,435.799987792969,444.200012207031,422.3125,39237336,0,0
2023-01-16 00:00:00+00:00,444.299987792969,447.200012207031,434.399993896484,439,417.368713378906,35267336,0,0
2023-01-23 00:00:00+00:00,440,459.299987792969,439.5,457.399993896484,434.862091064453,37495012,0,0
2023-01-30 00:00:00+00:00,454.399993896484,459.399993896484,447.799987792969,450.299987792969,428.111907958984,48879358,0,0
2023-02-06 00:00:00+00:00,448,449.200012207031,436.299987792969,440,418.319458007813,38799772,0,0
2023-02-13 00:00:00+00:00,441.200012207031,450.299987792969,440,447.600006103516,425.544982910156,30251441,0,0
2023-02-20 00:00:00+00:00,448.5,450.799987792969,434.299987792969,440,418.319458007813,26764528,0,0
2023-02-27 00:00:00+00:00,442.899993896484,450.5,441.608001708984,447.200012207031,425.164703369141,29895454,0,0
2023-03-06 00:00:00+00:00,447.399993896484,467.299987792969,443.100006103516,449.700012207031,427.54150390625,82322819,0,0
2023-03-13 00:00:00+00:00,450,451.417999267578,400.68701171875,402.200012207031,382.382019042969,85158023,0,0
2023-03-20 00:00:00+00:00,396.200012207031,425.399993896484,383.496002197266,408.299987792969,388.181427001953,60152666,0,0
2023-03-27 00:00:00+01:00,416,422.049987792969,399.549987792969,404.200012207031,384.283477783203,81534829,20.7,0
2023-04-03 00:00:00+01:00,405,434.100006103516,404.399993896484,417.100006103516,417.100006103516,43217151,0,0
2023-04-10 00:00:00+01:00,419.100006103516,426.700012207031,419.100006103516,421.700012207031,421.700012207031,32435695,0,0
2023-04-17 00:00:00+01:00,423.700012207031,427.635009765625,415.399993896484,420.299987792969,420.299987792969,37715986,0,0
2023-04-24 00:00:00+01:00,418.100006103516,423,415.299987792969,423,423,34331974,0,0
2023-05-01 00:00:00+01:00,423.399993896484,426.100006103516,406.399993896484,414.600006103516,414.600006103516,40446519,0,0
2023-05-08 00:00:00+01:00,414.600006103516,419.100006103516,408,412.700012207031,412.700012207031,36950836,0,0
2023-05-15 00:00:00+01:00,414,418.399993896484,407.399993896484,413.5,413.5,53109487,0,0
2023-05-22 00:00:00+01:00,413.600006103516,424,394.700012207031,401.299987792969,401.299987792969,64363368,0,0
2023-05-29 00:00:00+01:00,401.299987792969,409.477996826172,392.700012207031,409.100006103516,409.100006103516,47587959,0,0
2023-06-05 00:00:00+01:00,406.299987792969,410.700012207031,400.100006103516,400.899993896484,400.899993896484,22494985,0,0
2023-06-12 00:00:00+01:00,404.100006103516,406,394.5,396,396,41531163,0,0
2023-06-19 00:00:00+01:00,394,399.899993896484,380.720001220703,386.200012207031,386.200012207031,40439880,0,0
2023-06-26 00:00:00+01:00,387.200012207031,397,382.899993896484,395.200012207031,395.200012207031,27701915,0,0
2023-07-03 00:00:00+01:00,396.5,399.799987792969,380.100006103516,381.799987792969,381.799987792969,26005305,0,0
2023-07-10 00:00:00+01:00,380,392.299987792969,379.403991699219,386,386,29789300,0,0
2023-07-17 00:00:00+01:00,385,389.5,384.251007080078,387.100006103516,387.100006103516,0,0,0
1 Date Open High Low Close Adj Close Volume Dividends Stock Splits
2 2021-12-13 00:00:00+00:00 518.421020507813 535 515 530.131469726563 383.200378417969 47663221 0 0
3 2021-12-20 00:00:00+00:00 518.421020507813 542.368408203125 516.451293945313 539.342102050781 389.858215332031 35413455 0 0
4 2021-12-27 00:00:00+00:00 539.342102050781 548.093383789063 537.351318359375 540 390.333740234375 8222047 0 0
5 2022-01-03 00:00:00+00:00 540 568.684204101563 540 568.552612304688 410.972717285156 33764769 0 0
6 2022-01-10 00:00:00+00:00 567.5 577.894714355469 564.605224609375 573.815673828125 414.777130126953 22109464 0 0
7 2022-01-17 00:00:00+00:00 576.315673828125 585.789428710938 561.842102050781 568.421020507813 410.877655029297 33278387 0 0
8 2022-01-24 00:00:00+00:00 565.921020507813 580.263122558594 553.947326660156 570.394714355469 412.304260253906 44450345 0 0
9 2022-01-31 00:00:00+00:00 573.947326660156 582.960510253906 568.552612304688 572.631469726563 413.921112060547 32935213 0 0
10 2022-02-07 00:00:00+00:00 576.184204101563 590.526306152344 573.752624511719 584.73681640625 422.671325683594 30129487 0 0
11 2022-02-14 00:00:00+00:00 575.921020507813 581.578918457031 561.447326660156 568.684204101563 411.067840576172 37979247 0 0
12 2022-02-21 00:00:00+00:00 573.026306152344 576.943420410156 537.23681640625 557.105224609375 402.698120117188 49946893 0 0
13 2022-02-28 00:00:00+00:00 546.184204101563 563.157775878906 508.157806396484 508.947296142578 367.887603759766 71484032 4.1875 0
14 2022-03-07 00:00:00+00:00 493.420989990234 549.078918457031 475.134185791016 538.947326660156 392.617431640625 54164517 0 0
15 2022-03-14 00:00:00+00:00 543.552612304688 561.447326660156 538.026306152344 555.789428710938 404.886749267578 42128265 0 0
16 2022-03-21 00:00:00+00:00 556.184204101563 582.5 555.789428710938 576.052612304688 419.648284912109 30321228 0 0
17 2022-03-28 00:00:00+01:00 582.23681640625 606.578918457031 579.076293945313 585 426.166320800781 42874272 0 0
18 2022-04-04 00:00:00+01:00 578.552612304688 586.052612304688 555.263122558594 560.263122558594 408.145812988281 37556036 19.342106 0
19 2022-04-11 00:00:00+01:00 559.73681640625 573.157775878906 553.684204101563 571.447326660156 430.541351318359 22705062 0 0
20 2022-04-18 00:00:00+01:00 571.447326660156 589.210510253906 570.526306152344 576.052612304688 434.011077880859 37459087 0 0
21 2022-04-25 00:00:00+01:00 566.710510253906 577.368408203125 557.894714355469 570.131469726563 429.549957275391 33939150 0 0
22 2022-05-02 00:00:00+01:00 570.131469726563 593.421020507813 545.394714355469 545.921020507813 411.309234619141 22449007 0 0
23 2022-05-09 00:00:00+01:00 543.684204101563 549.276306152344 484.582794189453 537.105224609375 404.667236328125 56232105 0 0
24 2022-05-16 00:00:00+01:00 505.263157894737 557.368429083573 505.263157894737 542.236850136205 408.533517937911 62273078.36 101.69 0.76
25 2022-05-23 00:00:00+01:00 416.100006103516 442.399993896484 341.915008544922 440.899993896484 409.764678955078 45432941 0 0
26 2022-05-30 00:00:00+01:00 442.700012207031 444.200012207031 426.600006103516 428.700012207031 398.426239013672 37906659 0 0
27 2022-06-06 00:00:00+01:00 425.299987792969 434.010009765625 405.200012207031 405.399993896484 376.771606445313 40648810 0 0
28 2022-06-13 00:00:00+01:00 402.5 420 399.799987792969 411.200012207031 382.162048339844 74196958 0 0
29 2022-06-20 00:00:00+01:00 412.5 421.899993896484 398.399993896484 411.5 382.440826416016 28679717 0 0
30 2022-06-27 00:00:00+01:00 413.100006103516 422.399993896484 397.399993896484 401.600006103516 373.239959716797 35468994 0 0
31 2022-07-04 00:00:00+01:00 405.399993896484 406.600006103516 382.299987792969 401.299987792969 372.961120605469 35304748 0 0
32 2022-07-11 00:00:00+01:00 394.799987792969 405.850006103516 383.399993896484 396.600006103516 368.593048095703 42308459 0 0
33 2022-07-18 00:00:00+01:00 392.5 399.700012207031 384.799987792969 391.700012207031 364.039093017578 36656839 0 0
34 2022-07-25 00:00:00+01:00 392.200012207031 400.799987792969 388.700012207031 396 368.035430908203 33124660 0 0
35 2022-08-01 00:00:00+01:00 396.399993896484 405.5 390.415008544922 402 373.611724853516 21753121 0 0
36 2022-08-08 00:00:00+01:00 406.600006103516 473.700012207031 403.299987792969 467.899993896484 434.858032226563 59155709 0 0
37 2022-08-15 00:00:00+01:00 468.100006103516 470.5 434 437 406.140106201172 36989620 10.3 0
38 2022-08-22 00:00:00+01:00 436.100006103516 436.869995117188 419.299987792969 420.5 399.780303955078 36492572 0 0
39 2022-08-29 00:00:00+01:00 420.5 426.600006103516 408.600006103516 426.600006103516 405.579742431641 29573657 0 0
40 2022-09-05 00:00:00+01:00 418.5 444.4169921875 416.100006103516 443.100006103516 421.266723632813 34375126 0 0
41 2022-09-12 00:00:00+01:00 444.649993896484 448.899993896484 435.200012207031 440.100006103516 418.414520263672 39085960 0 0
42 2022-09-19 00:00:00+01:00 440.100006103516 447.200012207031 419.299987792969 422.899993896484 402.062042236328 27982081 0 0
43 2022-09-26 00:00:00+01:00 421.200012207031 421.200012207031 373.31201171875 388.200012207031 369.071868896484 70408935 0 0
44 2022-10-03 00:00:00+01:00 382.899993896484 409.875 380.555999755859 400.700012207031 380.955932617188 37581751 0 0
45 2022-10-10 00:00:00+01:00 395.799987792969 404.470001220703 366.700012207031 394.299987792969 374.871276855469 52952323 0 0
46 2022-10-17 00:00:00+01:00 394.299987792969 414.799987792969 393 406.5 386.470123291016 26441475 0 0
47 2022-10-24 00:00:00+01:00 407.100006103516 418.227996826172 407.100006103516 413.299987792969 392.93505859375 26239756 0 0
48 2022-10-31 00:00:00+00:00 413.899993896484 430.200012207031 412 429.299987792969 408.146667480469 23168047 0 0
49 2022-11-07 00:00:00+00:00 427.299987792969 445.899993896484 420.652008056641 438.399993896484 416.798278808594 36709117 0 0
50 2022-11-14 00:00:00+00:00 438.299987792969 458.489990234375 435 455.100006103516 432.675415039063 29106506 0 0
51 2022-11-21 00:00:00+00:00 454.399993896484 461 450 456.600006103516 434.101501464844 21667730 0 0
52 2022-11-28 00:00:00+00:00 453.799987792969 456.899993896484 435.100006103516 444.799987792969 422.882934570313 33326204 0 0
53 2022-12-05 00:00:00+00:00 442.899993896484 450.25 441.299987792969 448 425.925262451172 29147089 0 0
54 2022-12-12 00:00:00+00:00 445.100006103516 451.299987792969 431.200012207031 436.100006103516 414.611633300781 46593233 0 0
55 2022-12-19 00:00:00+00:00 436 452.600006103516 433.600006103516 444 422.122344970703 20982140 0 0
56 2022-12-26 00:00:00+00:00 444 452.058013916016 442.399993896484 442.799987792969 420.981475830078 8249664 0 0
57 2023-01-02 00:00:00+00:00 445.899993896484 458.149993896484 443.299987792969 456 433.531066894531 28687622 0 0
58 2023-01-09 00:00:00+00:00 456 461.066009521484 435.799987792969 444.200012207031 422.3125 39237336 0 0
59 2023-01-16 00:00:00+00:00 444.299987792969 447.200012207031 434.399993896484 439 417.368713378906 35267336 0 0
60 2023-01-23 00:00:00+00:00 440 459.299987792969 439.5 457.399993896484 434.862091064453 37495012 0 0
61 2023-01-30 00:00:00+00:00 454.399993896484 459.399993896484 447.799987792969 450.299987792969 428.111907958984 48879358 0 0
62 2023-02-06 00:00:00+00:00 448 449.200012207031 436.299987792969 440 418.319458007813 38799772 0 0
63 2023-02-13 00:00:00+00:00 441.200012207031 450.299987792969 440 447.600006103516 425.544982910156 30251441 0 0
64 2023-02-20 00:00:00+00:00 448.5 450.799987792969 434.299987792969 440 418.319458007813 26764528 0 0
65 2023-02-27 00:00:00+00:00 442.899993896484 450.5 441.608001708984 447.200012207031 425.164703369141 29895454 0 0
66 2023-03-06 00:00:00+00:00 447.399993896484 467.299987792969 443.100006103516 449.700012207031 427.54150390625 82322819 0 0
67 2023-03-13 00:00:00+00:00 450 451.417999267578 400.68701171875 402.200012207031 382.382019042969 85158023 0 0
68 2023-03-20 00:00:00+00:00 396.200012207031 425.399993896484 383.496002197266 408.299987792969 388.181427001953 60152666 0 0
69 2023-03-27 00:00:00+01:00 416 422.049987792969 399.549987792969 404.200012207031 384.283477783203 81534829 20.7 0
70 2023-04-03 00:00:00+01:00 405 434.100006103516 404.399993896484 417.100006103516 417.100006103516 43217151 0 0
71 2023-04-10 00:00:00+01:00 419.100006103516 426.700012207031 419.100006103516 421.700012207031 421.700012207031 32435695 0 0
72 2023-04-17 00:00:00+01:00 423.700012207031 427.635009765625 415.399993896484 420.299987792969 420.299987792969 37715986 0 0
73 2023-04-24 00:00:00+01:00 418.100006103516 423 415.299987792969 423 423 34331974 0 0
74 2023-05-01 00:00:00+01:00 423.399993896484 426.100006103516 406.399993896484 414.600006103516 414.600006103516 40446519 0 0
75 2023-05-08 00:00:00+01:00 414.600006103516 419.100006103516 408 412.700012207031 412.700012207031 36950836 0 0
76 2023-05-15 00:00:00+01:00 414 418.399993896484 407.399993896484 413.5 413.5 53109487 0 0
77 2023-05-22 00:00:00+01:00 413.600006103516 424 394.700012207031 401.299987792969 401.299987792969 64363368 0 0
78 2023-05-29 00:00:00+01:00 401.299987792969 409.477996826172 392.700012207031 409.100006103516 409.100006103516 47587959 0 0
79 2023-06-05 00:00:00+01:00 406.299987792969 410.700012207031 400.100006103516 400.899993896484 400.899993896484 22494985 0 0
80 2023-06-12 00:00:00+01:00 404.100006103516 406 394.5 396 396 41531163 0 0
81 2023-06-19 00:00:00+01:00 394 399.899993896484 380.720001220703 386.200012207031 386.200012207031 40439880 0 0
82 2023-06-26 00:00:00+01:00 387.200012207031 397 382.899993896484 395.200012207031 395.200012207031 27701915 0 0
83 2023-07-03 00:00:00+01:00 396.5 399.799987792969 380.100006103516 381.799987792969 381.799987792969 26005305 0 0
84 2023-07-10 00:00:00+01:00 380 392.299987792969 379.403991699219 386 386 29789300 0 0
85 2023-07-17 00:00:00+01:00 385 389.5 384.251007080078 387.100006103516 387.100006103516 0 0 0

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